diff --git a/FAQ.md b/FAQ.md index 7d2bb09067d1..69547ec300f1 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,19 +2,22 @@ Here are some frequently asked questions. If you have a different question, please check if it was not already answered in the Q&A section of the [GitHub Discussions](https://github.com/alshedivat/al-folio/discussions/categories/q-a). If not, feel free to ask a new question there. -- [After I create a new repository from this template and setup the repo, I get a deployment error. Isn't the website supposed to correctly deploy automatically?](#after-i-create-a-new-repository-from-this-template-and-setup-the-repo-i-get-a-deployment-error-isnt-the-website-supposed-to-correctly-deploy-automatically) -- [I am using a custom domain (e.g., `foo.com`). My custom domain becomes blank in the repository settings after each deployment. How do I fix that?](#i-am-using-a-custom-domain-eg-foocom-my-custom-domain-becomes-blank-in-the-repository-settings-after-each-deployment-how-do-i-fix-that) -- [My webpage works locally. But after deploying, it fails to build and throws `Unknown tag 'toc'`. How do I fix that?](#my-webpage-works-locally-but-after-deploying-it-fails-to-build-and-throws-unknown-tag-toc-how-do-i-fix-that) -- [My webpage works locally. But after deploying, it is not displayed correctly (CSS and JS are not loaded properly). How do I fix that?](#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that) -- [Atom feed doesn't work. Why?](#atom-feed-doesnt-work-why) -- [My site doesn't work when I enable `related_blog_posts`. Why?](#my-site-doesnt-work-when-i-enable-related_blog_posts-why) -- [When trying to deploy, it's asking for github login credentials, which github disabled password authentication and it exits with an error. How to fix?](#when-trying-to-deploy-its-asking-for-github-login-credentials-which-github-disabled-password-authentication-and-it-exits-with-an-error-how-to-fix) -- [When I manually run the Lighthouse Badger workflow, it fails with `Error: Input required and not supplied: token`. How do I fix that?](#when-i-manually-run-the-lighthouse-badger-workflow-it-fails-with-error-input-required-and-not-supplied-token-how-do-i-fix-that) -- [My code runs fine locally, but when I create a commit and submit it, it fails with `prettier code formatter workflow run failed for main branch`. How do I fix that?](#my-code-runs-fine-locally-but-when-i-create-a-commit-and-submit-it-it-fails-with-prettier-code-formatter-workflow-run-failed-for-main-branch-how-do-i-fix-that) -- [After I update my site with some new content, even a small change, the GitHub action throws an error or displays a warning. What happened?](#after-i-update-my-site-with-some-new-content-even-a-small-change-the-github-action-throws-an-error-or-displays-a-warning-what-happened) -- [I am trying to deploy my site, but it fails with `Could not find gem 'jekyll-diagrams' in locally installed gems`. How do I fix that?](#i-am-trying-to-deploy-my-site-but-it-fails-with-could-not-find-gem-jekyll-diagrams-in-locally-installed-gems-how-do-i-fix-that) -- [How can I update Font Awesome version on the template](#how-can-i-update-font-awesome-version-on-the-template) -- [What do all these GitHub actions/workflows mean?](#what-do-all-these-github-actionsworkflows-mean) +- [Frequently Asked Questions](#frequently-asked-questions) + - [After I create a new repository from this template and setup the repo, I get a deployment error. Isn't the website supposed to correctly deploy automatically?](#after-i-create-a-new-repository-from-this-template-and-setup-the-repo-i-get-a-deployment-error-isnt-the-website-supposed-to-correctly-deploy-automatically) + - [I am using a custom domain (e.g., `foo.com`). My custom domain becomes blank in the repository settings after each deployment. How do I fix that?](#i-am-using-a-custom-domain-eg-foocom-my-custom-domain-becomes-blank-in-the-repository-settings-after-each-deployment-how-do-i-fix-that) + - [My webpage works locally. But after deploying, it fails to build and throws `Unknown tag 'toc'`. How do I fix that?](#my-webpage-works-locally-but-after-deploying-it-fails-to-build-and-throws-unknown-tag-toc-how-do-i-fix-that) + - [My webpage works locally. But after deploying, it is not displayed correctly (CSS and JS are not loaded properly). How do I fix that?](#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that) + - [Atom feed doesn't work. Why?](#atom-feed-doesnt-work-why) + - [My site doesn't work when I enable `related_blog_posts`. Why?](#my-site-doesnt-work-when-i-enable-related_blog_posts-why) + - [When trying to deploy, it's asking for github login credentials, which github disabled password authentication and it exits with an error. How to fix?](#when-trying-to-deploy-its-asking-for-github-login-credentials-which-github-disabled-password-authentication-and-it-exits-with-an-error-how-to-fix) + - [When I manually run the Lighthouse Badger workflow, it fails with `Error: Input required and not supplied: token`. How do I fix that?](#when-i-manually-run-the-lighthouse-badger-workflow-it-fails-with-error-input-required-and-not-supplied-token-how-do-i-fix-that) + - [My code runs fine locally, but when I create a commit and submit it, it fails with `prettier code formatter workflow run failed for main branch`. How do I fix that?](#my-code-runs-fine-locally-but-when-i-create-a-commit-and-submit-it-it-fails-with-prettier-code-formatter-workflow-run-failed-for-main-branch-how-do-i-fix-that) + - [After I update my site with some new content, even a small change, the GitHub action throws an error or displays a warning. What happened?](#after-i-update-my-site-with-some-new-content-even-a-small-change-the-github-action-throws-an-error-or-displays-a-warning-what-happened) + - [I am trying to deploy my site, but it fails with `Could not find gem 'jekyll-diagrams' in locally installed gems`. How do I fix that?](#i-am-trying-to-deploy-my-site-but-it-fails-with-could-not-find-gem-jekyll-diagrams-in-locally-installed-gems-how-do-i-fix-that) + - [How can I update Academicons version on the template](#how-can-i-update-academicons-version-on-the-template) + - [How can I update Font Awesome version on the template](#how-can-i-update-font-awesome-version-on-the-template) + - [How can I update Tabler Icons version on the template](#how-can-i-update-tabler-icons-version-on-the-template) + - [What do all these GitHub actions/workflows mean?](#what-do-all-these-github-actionsworkflows-mean) --- @@ -115,12 +118,24 @@ Note that libraries tend to be deprecated and support for them dropped as they a --- +### How can I update Academicons version on the template + +To update the Academicons version, you need to download the latest release from the [Academicons website](https://jpswalsh.github.io/academicons/). After downloading, extract the zip file and copy the files `academicons.ttf` and `academicons.woff` from the `fonts/` directory to `assets/fonts/` and the file `academicons.min.css` from the `css/` directory to `assets/css/`. + +--- + ### How can I update Font Awesome version on the template To update the Font Awesome version, you need to download the latest release "for the web" from the [Font Awesome website](https://fontawesome.com/download). After downloading, extract the zip file and copy the `scss/` directory content to `_sass/font-awesome/` and the `webfonts/` content to `assets/webfonts/`. --- +### How can I update Tabler Icons version on the template + +To update the Tabler Icons version, you need to download the latest release from the [Tabler Icons website](https://tabler.io/icons). After downloading, extract the zip file and copy the files `tabler-icons-filled.scss`, `tabler-icons-outline.scss`, and `tabler-icons.scss` from the `webfont/` directory to `_sass/tabler-icons/`, and all the files from `webfont/fonts/` to `assets/fonts/`. + +--- + ### What do all these GitHub actions/workflows mean? GitHub actions are a way to automate tasks in the repository. They are defined in `.github/workflows/` directory. Each file in this directory is a workflow. Workflows are made up of one or more jobs, and each job runs on a virtual machine hosted by GitHub. You can see the status of the workflows in the `Actions` tab of your repository. For more information, check the [GitHub Actions documentation](https://docs.github.com/en/actions). diff --git a/_sass/font-awesome/_core.scss b/_sass/font-awesome/_core.scss index d82bb39945ef..420e557071d7 100644 --- a/_sass/font-awesome/_core.scss +++ b/_sass/font-awesome/_core.scss @@ -6,14 +6,12 @@ font-weight: var(--#{$fa-css-prefix}-style, #{$fa-style}); } -.#{$fa-css-prefix}-solid, -.#{$fa-css-prefix}-regular, -.#{$fa-css-prefix}-brands, .fas, .far, .fab, -.#{$fa-css-prefix}-sharp-solid, -.#{$fa-css-prefix}-classic, +.#{$fa-css-prefix}-solid, +.#{$fa-css-prefix}-regular, +.#{$fa-css-prefix}-brands, .#{$fa-css-prefix} { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; @@ -24,20 +22,28 @@ text-rendering: auto; } -.fas, +.fas::before, +.far::before, +.fab::before, +.#{$fa-css-prefix}-solid::before, +.#{$fa-css-prefix}-regular::before, +.#{$fa-css-prefix}-brands::before, +.fa::before { + content: var(#{$fa-icon-property}); +} + .#{$fa-css-prefix}-classic, +.fas, .#{$fa-css-prefix}-solid, .far, .#{$fa-css-prefix}-regular { font-family: 'Font Awesome 6 Free'; } - -.fab, -.#{$fa-css-prefix}-brands { +.#{$fa-css-prefix}-brands, +.fab { font-family: 'Font Awesome 6 Brands'; } - %fa-icon { @include fa-icon; } diff --git a/_sass/font-awesome/_icons.scss b/_sass/font-awesome/_icons.scss index 0f5592650f5c..1dd1b0434bf4 100644 --- a/_sass/font-awesome/_icons.scss +++ b/_sass/font-awesome/_icons.scss @@ -5,6 +5,9 @@ readers do not read off random characters that represent icons */ @each $name, $icon in $fa-icons { - .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); } + .#{$fa-css-prefix}-#{$name} { + #{$fa-icon-property}: unquote("\"#{ $icon }\""); + #{$fa-duotone-icon-property}: unquote("\"#{$icon}#{$icon}\""); + } } diff --git a/_sass/font-awesome/_mixins.scss b/_sass/font-awesome/_mixins.scss index 80ab5c81b228..71f99ad8d4c9 100644 --- a/_sass/font-awesome/_mixins.scss +++ b/_sass/font-awesome/_mixins.scss @@ -42,31 +42,24 @@ } // sets a specific icon family to use alongside style + icon mixins +@mixin fa-family-classic() { + @extend .fa-classic; +} // convenience mixins for declaring pseudo-elements by CSS variable, -// including all style-specific font properties, and both the ::before -// and ::after elements in the duotone case. +// including all style-specific font properties @mixin fa-icon-solid($fa-var) { - @extend %fa-icon; @extend .fa-solid; - &::before { - content: unquote("\"#{ $fa-var }\""); - } + & { #{$fa-icon-property}: unquote("\"#{ $fa-var }\""); #{$fa-duotone-icon-property}: unquote("\"#{ $fa-var }#{ $fa-var }\""); } } @mixin fa-icon-regular($fa-var) { - @extend %fa-icon; @extend .fa-regular; - &::before { - content: unquote("\"#{ $fa-var }\""); - } + & { #{$fa-icon-property}: unquote("\"#{ $fa-var }\""); #{$fa-duotone-icon-property}: unquote("\"#{ $fa-var }#{ $fa-var }\""); } } @mixin fa-icon-brands($fa-var) { - @extend %fa-icon; @extend .fa-brands; - &::before { - content: unquote("\"#{ $fa-var }\""); - } + & { #{$fa-icon-property}: unquote("\"#{ $fa-var }\""); #{$fa-duotone-icon-property}: unquote("\"#{ $fa-var }#{ $fa-var }\""); } } diff --git a/_sass/font-awesome/_shims.scss b/_sass/font-awesome/_shims.scss index 7a894a63a530..3fb6d41f187b 100644 --- a/_sass/font-awesome/_shims.scss +++ b/_sass/font-awesome/_shims.scss @@ -1,104 +1,104 @@ -.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: unquote("\"#{ $fa-var-martini-glass-empty }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-glass { #{$fa-icon-property}: unquote("\"#{ $fa-var-martini-glass-empty }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o:before { content: unquote("\"#{ $fa-var-envelope }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-envelope }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o:before { content: unquote("\"#{ $fa-var-star }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-remove:before { content: unquote("\"#{ $fa-var-xmark }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-close:before { content: unquote("\"#{ $fa-var-xmark }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-gear:before { content: unquote("\"#{ $fa-var-gear }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-star }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-remove { #{$fa-icon-property}: unquote("\"#{ $fa-var-xmark }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-close { #{$fa-icon-property}: unquote("\"#{ $fa-var-xmark }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-gear { #{$fa-icon-property}: unquote("\"#{ $fa-var-gear }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o:before { content: unquote("\"#{ $fa-var-trash-can }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-home:before { content: unquote("\"#{ $fa-var-house }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-trash-can }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-home { #{$fa-icon-property}: unquote("\"#{ $fa-var-house }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o:before { content: unquote("\"#{ $fa-var-file }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o:before { content: unquote("\"#{ $fa-var-clock }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-clock }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down:before { content: unquote("\"#{ $fa-var-circle-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-down }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up:before { content: unquote("\"#{ $fa-var-circle-up }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-up }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o:before { content: unquote("\"#{ $fa-var-circle-play }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-repeat:before { content: unquote("\"#{ $fa-var-arrow-rotate-right }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right:before { content: unquote("\"#{ $fa-var-arrow-rotate-right }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-refresh:before { content: unquote("\"#{ $fa-var-arrows-rotate }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-play }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-repeat { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-rotate-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-rotate-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-refresh { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrows-rotate }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt:before { content: unquote("\"#{ $fa-var-rectangle-list }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-dedent:before { content: unquote("\"#{ $fa-var-outdent }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera:before { content: unquote("\"#{ $fa-var-video }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt { #{$fa-icon-property}: unquote("\"#{ $fa-var-rectangle-list }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-dedent { #{$fa-icon-property}: unquote("\"#{ $fa-var-outdent }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera { #{$fa-icon-property}: unquote("\"#{ $fa-var-video }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o:before { content: unquote("\"#{ $fa-var-image }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-image }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-photo { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-photo:before { content: unquote("\"#{ $fa-var-image }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-photo { #{$fa-icon-property}: unquote("\"#{ $fa-var-image }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-image { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-image:before { content: unquote("\"#{ $fa-var-image }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker:before { content: unquote("\"#{ $fa-var-location-dot }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-image { #{$fa-icon-property}: unquote("\"#{ $fa-var-image }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker { #{$fa-icon-property}: unquote("\"#{ $fa-var-location-dot }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o:before { content: unquote("\"#{ $fa-var-pen-to-square }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-pen-to-square }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-edit { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-edit:before { content: unquote("\"#{ $fa-var-pen-to-square }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o:before { content: unquote("\"#{ $fa-var-share-from-square }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-edit { #{$fa-icon-property}: unquote("\"#{ $fa-var-pen-to-square }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-share-from-square }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o:before { content: unquote("\"#{ $fa-var-square-check }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows:before { content: unquote("\"#{ $fa-var-up-down-left-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-check }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows { #{$fa-icon-property}: unquote("\"#{ $fa-var-up-down-left-right }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o:before { content: unquote("\"#{ $fa-var-circle-xmark }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-xmark }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o:before { content: unquote("\"#{ $fa-var-circle-check }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward:before { content: unquote("\"#{ $fa-var-share }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-expand:before { content: unquote("\"#{ $fa-var-up-right-and-down-left-from-center }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-compress:before { content: unquote("\"#{ $fa-var-down-left-and-up-right-to-center }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-check }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward { #{$fa-icon-property}: unquote("\"#{ $fa-var-share }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-expand { #{$fa-icon-property}: unquote("\"#{ $fa-var-up-right-and-down-left-from-center }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-compress { #{$fa-icon-property}: unquote("\"#{ $fa-var-down-left-and-up-right-to-center }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-eye { font-family: 'Font Awesome 6 Free'; font-weight: 400; @@ -107,67 +107,67 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-warning:before { content: unquote("\"#{ $fa-var-triangle-exclamation }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar:before { content: unquote("\"#{ $fa-var-calendar-days }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v:before { content: unquote("\"#{ $fa-var-up-down }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h:before { content: unquote("\"#{ $fa-var-left-right }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart:before { content: unquote("\"#{ $fa-var-chart-column }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o:before { content: unquote("\"#{ $fa-var-chart-column }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-warning { #{$fa-icon-property}: unquote("\"#{ $fa-var-triangle-exclamation }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar { #{$fa-icon-property}: unquote("\"#{ $fa-var-calendar-days }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v { #{$fa-icon-property}: unquote("\"#{ $fa-var-up-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h { #{$fa-icon-property}: unquote("\"#{ $fa-var-left-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart { #{$fa-icon-property}: unquote("\"#{ $fa-var-chart-column }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-chart-column }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square:before { content: unquote("\"#{ $fa-var-square-twitter }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-twitter }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square:before { content: unquote("\"#{ $fa-var-square-facebook }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-gears:before { content: unquote("\"#{ $fa-var-gears }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-facebook }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-gears { #{$fa-icon-property}: unquote("\"#{ $fa-var-gears }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up:before { content: unquote("\"#{ $fa-var-thumbs-up }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up { #{$fa-icon-property}: unquote("\"#{ $fa-var-thumbs-up }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down:before { content: unquote("\"#{ $fa-var-thumbs-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down { #{$fa-icon-property}: unquote("\"#{ $fa-var-thumbs-down }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o:before { content: unquote("\"#{ $fa-var-heart }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out:before { content: unquote("\"#{ $fa-var-right-from-bracket }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-heart }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out { #{$fa-icon-property}: unquote("\"#{ $fa-var-right-from-bracket }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square:before { content: unquote("\"#{ $fa-var-linkedin }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack:before { content: unquote("\"#{ $fa-var-thumbtack }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link:before { content: unquote("\"#{ $fa-var-up-right-from-square }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in:before { content: unquote("\"#{ $fa-var-right-to-bracket }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-linkedin }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack { #{$fa-icon-property}: unquote("\"#{ $fa-var-thumbtack }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link { #{$fa-icon-property}: unquote("\"#{ $fa-var-up-right-from-square }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in { #{$fa-icon-property}: unquote("\"#{ $fa-var-right-to-bracket }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-github-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-github-square:before { content: unquote("\"#{ $fa-var-square-github }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-github-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-github }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o:before { content: unquote("\"#{ $fa-var-lemon }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-lemon }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o:before { content: unquote("\"#{ $fa-var-square }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-square-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-square }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o:before { content: unquote("\"#{ $fa-var-bookmark }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-bookmark }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -176,12 +176,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook:before { content: unquote("\"#{ $fa-var-facebook-f }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook { #{$fa-icon-property}: unquote("\"#{ $fa-var-facebook-f }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f:before { content: unquote("\"#{ $fa-var-facebook-f }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f { #{$fa-icon-property}: unquote("\"#{ $fa-var-facebook-f }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-github { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -190,56 +190,56 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-feed:before { content: unquote("\"#{ $fa-var-rss }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-feed { #{$fa-icon-property}: unquote("\"#{ $fa-var-rss }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o:before { content: unquote("\"#{ $fa-var-hard-drive }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hard-drive }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right:before { content: unquote("\"#{ $fa-var-hand-point-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-point-right }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left:before { content: unquote("\"#{ $fa-var-hand-point-left }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-point-left }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up:before { content: unquote("\"#{ $fa-var-hand-point-up }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-point-up }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down:before { content: unquote("\"#{ $fa-var-hand-point-down }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-globe:before { content: unquote("\"#{ $fa-var-earth-americas }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-tasks:before { content: unquote("\"#{ $fa-var-bars-progress }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt:before { content: unquote("\"#{ $fa-var-maximize }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-group:before { content: unquote("\"#{ $fa-var-users }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-chain:before { content: unquote("\"#{ $fa-var-link }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-cut:before { content: unquote("\"#{ $fa-var-scissors }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-point-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-globe { #{$fa-icon-property}: unquote("\"#{ $fa-var-earth-americas }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-tasks { #{$fa-icon-property}: unquote("\"#{ $fa-var-bars-progress }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt { #{$fa-icon-property}: unquote("\"#{ $fa-var-maximize }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-group { #{$fa-icon-property}: unquote("\"#{ $fa-var-users }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-chain { #{$fa-icon-property}: unquote("\"#{ $fa-var-link }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-cut { #{$fa-icon-property}: unquote("\"#{ $fa-var-scissors }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o:before { content: unquote("\"#{ $fa-var-copy }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-files-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-copy }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o:before { content: unquote("\"#{ $fa-var-floppy-disk }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-floppy-disk }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-save { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-save:before { content: unquote("\"#{ $fa-var-floppy-disk }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-navicon:before { content: unquote("\"#{ $fa-var-bars }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-reorder:before { content: unquote("\"#{ $fa-var-bars }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-magic:before { content: unquote("\"#{ $fa-var-wand-magic-sparkles }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-save { #{$fa-icon-property}: unquote("\"#{ $fa-var-floppy-disk }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-navicon { #{$fa-icon-property}: unquote("\"#{ $fa-var-bars }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-reorder { #{$fa-icon-property}: unquote("\"#{ $fa-var-bars }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-magic { #{$fa-icon-property}: unquote("\"#{ $fa-var-wand-magic-sparkles }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -248,80 +248,80 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square:before { content: unquote("\"#{ $fa-var-square-pinterest }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-pinterest }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square:before { content: unquote("\"#{ $fa-var-square-google-plus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-google-plus }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus:before { content: unquote("\"#{ $fa-var-google-plus-g }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-money:before { content: unquote("\"#{ $fa-var-money-bill-1 }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted:before { content: unquote("\"#{ $fa-var-sort }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc:before { content: unquote("\"#{ $fa-var-sort-down }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc:before { content: unquote("\"#{ $fa-var-sort-up }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus { #{$fa-icon-property}: unquote("\"#{ $fa-var-google-plus-g }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-money { #{$fa-icon-property}: unquote("\"#{ $fa-var-money-bill-1 }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted { #{$fa-icon-property}: unquote("\"#{ $fa-var-sort }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc { #{$fa-icon-property}: unquote("\"#{ $fa-var-sort-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc { #{$fa-icon-property}: unquote("\"#{ $fa-var-sort-up }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin:before { content: unquote("\"#{ $fa-var-linkedin-in }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left:before { content: unquote("\"#{ $fa-var-arrow-rotate-left }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-legal:before { content: unquote("\"#{ $fa-var-gavel }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer:before { content: unquote("\"#{ $fa-var-gauge-high }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard:before { content: unquote("\"#{ $fa-var-gauge-high }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin { #{$fa-icon-property}: unquote("\"#{ $fa-var-linkedin-in }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-rotate-left }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-legal { #{$fa-icon-property}: unquote("\"#{ $fa-var-gavel }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer { #{$fa-icon-property}: unquote("\"#{ $fa-var-gauge-high }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard { #{$fa-icon-property}: unquote("\"#{ $fa-var-gauge-high }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o:before { content: unquote("\"#{ $fa-var-comment }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-comment }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o:before { content: unquote("\"#{ $fa-var-comments }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-flash:before { content: unquote("\"#{ $fa-var-bolt }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard:before { content: unquote("\"#{ $fa-var-paste }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-comments }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-flash { #{$fa-icon-property}: unquote("\"#{ $fa-var-bolt }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard { #{$fa-icon-property}: unquote("\"#{ $fa-var-paste }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o:before { content: unquote("\"#{ $fa-var-lightbulb }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-exchange:before { content: unquote("\"#{ $fa-var-right-left }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download:before { content: unquote("\"#{ $fa-var-cloud-arrow-down }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload:before { content: unquote("\"#{ $fa-var-cloud-arrow-up }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-lightbulb }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-exchange { #{$fa-icon-property}: unquote("\"#{ $fa-var-right-left }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download { #{$fa-icon-property}: unquote("\"#{ $fa-var-cloud-arrow-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload { #{$fa-icon-property}: unquote("\"#{ $fa-var-cloud-arrow-up }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o:before { content: unquote("\"#{ $fa-var-bell }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery:before { content: unquote("\"#{ $fa-var-utensils }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-bell }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery { #{$fa-icon-property}: unquote("\"#{ $fa-var-utensils }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o:before { content: unquote("\"#{ $fa-var-file-lines }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-lines }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o:before { content: unquote("\"#{ $fa-var-building }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-building-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-building }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o:before { content: unquote("\"#{ $fa-var-hospital }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-tablet:before { content: unquote("\"#{ $fa-var-tablet-screen-button }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile:before { content: unquote("\"#{ $fa-var-mobile-screen-button }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone:before { content: unquote("\"#{ $fa-var-mobile-screen-button }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hospital }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-tablet { #{$fa-icon-property}: unquote("\"#{ $fa-var-tablet-screen-button }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile { #{$fa-icon-property}: unquote("\"#{ $fa-var-mobile-screen-button }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone { #{$fa-icon-property}: unquote("\"#{ $fa-var-mobile-screen-button }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o:before { content: unquote("\"#{ $fa-var-circle }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply:before { content: unquote("\"#{ $fa-var-reply }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply { #{$fa-icon-property}: unquote("\"#{ $fa-var-reply }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -330,61 +330,61 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o:before { content: unquote("\"#{ $fa-var-folder }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-folder }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o:before { content: unquote("\"#{ $fa-var-folder-open }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-folder-open }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o:before { content: unquote("\"#{ $fa-var-face-smile }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-face-smile }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o:before { content: unquote("\"#{ $fa-var-face-frown }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-face-frown }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o:before { content: unquote("\"#{ $fa-var-face-meh }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-face-meh }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o:before { content: unquote("\"#{ $fa-var-keyboard }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-keyboard }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o:before { content: unquote("\"#{ $fa-var-flag }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all:before { content: unquote("\"#{ $fa-var-reply-all }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-flag }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all { #{$fa-icon-property}: unquote("\"#{ $fa-var-reply-all }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-star-half-stroke }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty { #{$fa-icon-property}: unquote("\"#{ $fa-var-star-half-stroke }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full:before { content: unquote("\"#{ $fa-var-star-half-stroke }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork:before { content: unquote("\"#{ $fa-var-code-branch }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken:before { content: unquote("\"#{ $fa-var-link-slash }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-unlink:before { content: unquote("\"#{ $fa-var-link-slash }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full { #{$fa-icon-property}: unquote("\"#{ $fa-var-star-half-stroke }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork { #{$fa-icon-property}: unquote("\"#{ $fa-var-code-branch }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken { #{$fa-icon-property}: unquote("\"#{ $fa-var-link-slash }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-unlink { #{$fa-icon-property}: unquote("\"#{ $fa-var-link-slash }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o:before { content: unquote("\"#{ $fa-var-calendar }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-calendar }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -397,16 +397,16 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt:before { content: unquote("\"#{ $fa-var-unlock }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt { #{$fa-icon-property}: unquote("\"#{ $fa-var-unlock }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o:before { content: unquote("\"#{ $fa-var-square-minus }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-level-up:before { content: unquote("\"#{ $fa-var-turn-up }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-level-down:before { content: unquote("\"#{ $fa-var-turn-down }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square:before { content: unquote("\"#{ $fa-var-square-pen }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square:before { content: unquote("\"#{ $fa-var-square-up-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-minus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-level-up { #{$fa-icon-property}: unquote("\"#{ $fa-var-turn-up }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-level-down { #{$fa-icon-property}: unquote("\"#{ $fa-var-turn-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-pen }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-up-right }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-compass { font-family: 'Font Awesome 6 Free'; font-weight: 400; @@ -415,48 +415,48 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down:before { content: unquote("\"#{ $fa-var-square-caret-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-caret-down }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down:before { content: unquote("\"#{ $fa-var-square-caret-down }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-caret-down }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up:before { content: unquote("\"#{ $fa-var-square-caret-up }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-caret-up }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up:before { content: unquote("\"#{ $fa-var-square-caret-up }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-caret-up }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right:before { content: unquote("\"#{ $fa-var-square-caret-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-caret-right }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right:before { content: unquote("\"#{ $fa-var-square-caret-right }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-eur:before { content: unquote("\"#{ $fa-var-euro-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-euro:before { content: unquote("\"#{ $fa-var-euro-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-gbp:before { content: unquote("\"#{ $fa-var-sterling-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-usd:before { content: unquote("\"#{ $fa-var-dollar-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-dollar:before { content: unquote("\"#{ $fa-var-dollar-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-inr:before { content: unquote("\"#{ $fa-var-indian-rupee-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-rupee:before { content: unquote("\"#{ $fa-var-indian-rupee-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-jpy:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-cny:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-rmb:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-yen:before { content: unquote("\"#{ $fa-var-yen-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-rub:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-ruble:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-rouble:before { content: unquote("\"#{ $fa-var-ruble-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-krw:before { content: unquote("\"#{ $fa-var-won-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-won:before { content: unquote("\"#{ $fa-var-won-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-caret-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-eur { #{$fa-icon-property}: unquote("\"#{ $fa-var-euro-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-euro { #{$fa-icon-property}: unquote("\"#{ $fa-var-euro-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-gbp { #{$fa-icon-property}: unquote("\"#{ $fa-var-sterling-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-usd { #{$fa-icon-property}: unquote("\"#{ $fa-var-dollar-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-dollar { #{$fa-icon-property}: unquote("\"#{ $fa-var-dollar-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-inr { #{$fa-icon-property}: unquote("\"#{ $fa-var-indian-rupee-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-rupee { #{$fa-icon-property}: unquote("\"#{ $fa-var-indian-rupee-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-jpy { #{$fa-icon-property}: unquote("\"#{ $fa-var-yen-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-cny { #{$fa-icon-property}: unquote("\"#{ $fa-var-yen-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-rmb { #{$fa-icon-property}: unquote("\"#{ $fa-var-yen-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-yen { #{$fa-icon-property}: unquote("\"#{ $fa-var-yen-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-rub { #{$fa-icon-property}: unquote("\"#{ $fa-var-ruble-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-ruble { #{$fa-icon-property}: unquote("\"#{ $fa-var-ruble-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-rouble { #{$fa-icon-property}: unquote("\"#{ $fa-var-ruble-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-krw { #{$fa-icon-property}: unquote("\"#{ $fa-var-won-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-won { #{$fa-icon-property}: unquote("\"#{ $fa-var-won-sign }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-btc { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -465,19 +465,19 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin:before { content: unquote("\"#{ $fa-var-btc }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text:before { content: unquote("\"#{ $fa-var-file-lines }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: unquote("\"#{ $fa-var-arrow-down-a-z }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: unquote("\"#{ $fa-var-arrow-down-z-a }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: unquote("\"#{ $fa-var-arrow-down-short-wide }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: unquote("\"#{ $fa-var-arrow-down-wide-short }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: unquote("\"#{ $fa-var-arrow-down-1-9 }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: unquote("\"#{ $fa-var-arrow-down-9-1 }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin { #{$fa-icon-property}: unquote("\"#{ $fa-var-btc }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-text { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-lines }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-down-a-z }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-down-z-a }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-down-short-wide }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-down-wide-short }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-down-1-9 }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc { #{$fa-icon-property}: unquote("\"#{ $fa-var-arrow-down-9-1 }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square:before { content: unquote("\"#{ $fa-var-square-youtube }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-youtube }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -490,12 +490,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square:before { content: unquote("\"#{ $fa-var-square-xing }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-xing }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play:before { content: unquote("\"#{ $fa-var-youtube }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play { #{$fa-icon-property}: unquote("\"#{ $fa-var-youtube }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -524,7 +524,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square:before { content: unquote("\"#{ $fa-var-bitbucket }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-bitbucket }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -533,11 +533,11 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square:before { content: unquote("\"#{ $fa-var-square-tumblr }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down:before { content: unquote("\"#{ $fa-var-down-long }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up:before { content: unquote("\"#{ $fa-var-up-long }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left:before { content: unquote("\"#{ $fa-var-left-long }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right:before { content: unquote("\"#{ $fa-var-right-long }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-tumblr }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down { #{$fa-icon-property}: unquote("\"#{ $fa-var-down-long }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up { #{$fa-icon-property}: unquote("\"#{ $fa-var-up-long }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left { #{$fa-icon-property}: unquote("\"#{ $fa-var-left-long }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right { #{$fa-icon-property}: unquote("\"#{ $fa-var-right-long }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-apple { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -578,17 +578,17 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip:before { content: unquote("\"#{ $fa-var-gratipay }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip { #{$fa-icon-property}: unquote("\"#{ $fa-var-gratipay }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o:before { content: unquote("\"#{ $fa-var-sun }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-sun }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o:before { content: unquote("\"#{ $fa-var-moon }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-moon }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-vk { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -613,39 +613,39 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right:before { content: unquote("\"#{ $fa-var-circle-right }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-right }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left:before { content: unquote("\"#{ $fa-var-circle-left }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-left }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left:before { content: unquote("\"#{ $fa-var-square-caret-left }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-caret-left }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left:before { content: unquote("\"#{ $fa-var-square-caret-left }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-caret-left }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o:before { content: unquote("\"#{ $fa-var-circle-dot }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-dot }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square:before { content: unquote("\"#{ $fa-var-square-vimeo }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-try:before { content: unquote("\"#{ $fa-var-turkish-lira-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira:before { content: unquote("\"#{ $fa-var-turkish-lira-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-vimeo }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-try { #{$fa-icon-property}: unquote("\"#{ $fa-var-turkish-lira-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira { #{$fa-icon-property}: unquote("\"#{ $fa-var-turkish-lira-sign }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o:before { content: unquote("\"#{ $fa-var-square-plus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-plus }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-slack { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -658,9 +658,9 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-institution:before { content: unquote("\"#{ $fa-var-building-columns }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bank:before { content: unquote("\"#{ $fa-var-building-columns }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board:before { content: unquote("\"#{ $fa-var-graduation-cap }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-institution { #{$fa-icon-property}: unquote("\"#{ $fa-var-building-columns }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bank { #{$fa-icon-property}: unquote("\"#{ $fa-var-building-columns }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board { #{$fa-icon-property}: unquote("\"#{ $fa-var-graduation-cap }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -677,7 +677,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square:before { content: unquote("\"#{ $fa-var-square-reddit }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-reddit }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon-circle { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -718,7 +718,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square:before { content: unquote("\"#{ $fa-var-square-behance }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-behance }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-steam { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -727,9 +727,9 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square:before { content: unquote("\"#{ $fa-var-square-steam }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-automobile:before { content: unquote("\"#{ $fa-var-car }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-cab:before { content: unquote("\"#{ $fa-var-taxi }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-steam }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-automobile { #{$fa-icon-property}: unquote("\"#{ $fa-var-car }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-cab { #{$fa-icon-property}: unquote("\"#{ $fa-var-taxi }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-spotify { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -746,72 +746,72 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o:before { content: unquote("\"#{ $fa-var-file-pdf }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-pdf }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o:before { content: unquote("\"#{ $fa-var-file-word }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-word }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o:before { content: unquote("\"#{ $fa-var-file-excel }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-excel }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o:before { content: unquote("\"#{ $fa-var-file-powerpoint }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-powerpoint }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-image }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-image }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o:before { content: unquote("\"#{ $fa-var-file-image }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-image }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o:before { content: unquote("\"#{ $fa-var-file-zipper }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-zipper }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o:before { content: unquote("\"#{ $fa-var-file-zipper }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-zipper }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o:before { content: unquote("\"#{ $fa-var-file-audio }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-audio }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o:before { content: unquote("\"#{ $fa-var-file-audio }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-audio }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o:before { content: unquote("\"#{ $fa-var-file-video }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-video }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o:before { content: unquote("\"#{ $fa-var-file-video }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-video }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o:before { content: unquote("\"#{ $fa-var-file-code }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-file-code }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-vine { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -824,11 +824,11 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy:before { content: unquote("\"#{ $fa-var-life-ring }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy:before { content: unquote("\"#{ $fa-var-life-ring }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver:before { content: unquote("\"#{ $fa-var-life-ring }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-support:before { content: unquote("\"#{ $fa-var-life-ring }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch:before { content: unquote("\"#{ $fa-var-circle-notch }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy { #{$fa-icon-property}: unquote("\"#{ $fa-var-life-ring }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy { #{$fa-icon-property}: unquote("\"#{ $fa-var-life-ring }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver { #{$fa-icon-property}: unquote("\"#{ $fa-var-life-ring }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-support { #{$fa-icon-property}: unquote("\"#{ $fa-var-life-ring }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-notch }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-rebel { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -837,12 +837,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-ra:before { content: unquote("\"#{ $fa-var-rebel }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-ra { #{$fa-icon-property}: unquote("\"#{ $fa-var-rebel }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance:before { content: unquote("\"#{ $fa-var-rebel }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-resistance { #{$fa-icon-property}: unquote("\"#{ $fa-var-rebel }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-empire { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -851,12 +851,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-ge:before { content: unquote("\"#{ $fa-var-empire }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-ge { #{$fa-icon-property}: unquote("\"#{ $fa-var-empire }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-git-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-git-square:before { content: unquote("\"#{ $fa-var-square-git }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-git-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-git }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-git { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -869,12 +869,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square:before { content: unquote("\"#{ $fa-var-hacker-news }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-hacker-news }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square:before { content: unquote("\"#{ $fa-var-hacker-news }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-hacker-news }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -891,34 +891,34 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat:before { content: unquote("\"#{ $fa-var-weixin }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-send:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat { #{$fa-icon-property}: unquote("\"#{ $fa-var-weixin }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-send { #{$fa-icon-property}: unquote("\"#{ $fa-var-paper-plane }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-paper-plane }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o:before { content: unquote("\"#{ $fa-var-paper-plane }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-send-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-paper-plane }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin:before { content: unquote("\"#{ $fa-var-circle }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-header:before { content: unquote("\"#{ $fa-var-heading }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-header { #{$fa-icon-property}: unquote("\"#{ $fa-var-heading }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o:before { content: unquote("\"#{ $fa-var-futbol }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-futbol }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o:before { content: unquote("\"#{ $fa-var-futbol }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-futbol }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -935,7 +935,7 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o:before { content: unquote("\"#{ $fa-var-newspaper }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-newspaper }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-paypal { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -972,16 +972,16 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o:before { content: unquote("\"#{ $fa-var-bell-slash }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-trash:before { content: unquote("\"#{ $fa-var-trash-can }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-bell-slash }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-trash { #{$fa-icon-property}: unquote("\"#{ $fa-var-trash-can }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-copyright { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper:before { content: unquote("\"#{ $fa-var-eye-dropper }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart:before { content: unquote("\"#{ $fa-var-chart-area }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart:before { content: unquote("\"#{ $fa-var-chart-pie }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart:before { content: unquote("\"#{ $fa-var-chart-line }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper { #{$fa-icon-property}: unquote("\"#{ $fa-var-eye-dropper }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart { #{$fa-icon-property}: unquote("\"#{ $fa-var-chart-area }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart { #{$fa-icon-property}: unquote("\"#{ $fa-var-chart-pie }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart { #{$fa-icon-property}: unquote("\"#{ $fa-var-chart-line }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -990,7 +990,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square:before { content: unquote("\"#{ $fa-var-square-lastfm }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-lastfm }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-ioxhost { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1003,10 +1003,10 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-cc:before { content: unquote("\"#{ $fa-var-closed-captioning }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-ils:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-shekel:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel:before { content: unquote("\"#{ $fa-var-shekel-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc { #{$fa-icon-property}: unquote("\"#{ $fa-var-closed-captioning }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-ils { #{$fa-icon-property}: unquote("\"#{ $fa-var-shekel-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-shekel { #{$fa-icon-property}: unquote("\"#{ $fa-var-shekel-sign }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel { #{$fa-icon-property}: unquote("\"#{ $fa-var-shekel-sign }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1047,15 +1047,15 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond:before { content: unquote("\"#{ $fa-var-gem }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender:before { content: unquote("\"#{ $fa-var-mars-and-venus }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-intersex:before { content: unquote("\"#{ $fa-var-mars-and-venus }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt:before { content: unquote("\"#{ $fa-var-transgender }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond { #{$fa-icon-property}: unquote("\"#{ $fa-var-gem }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender { #{$fa-icon-property}: unquote("\"#{ $fa-var-mars-and-venus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-intersex { #{$fa-icon-property}: unquote("\"#{ $fa-var-mars-and-venus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt { #{$fa-icon-property}: unquote("\"#{ $fa-var-transgender }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official:before { content: unquote("\"#{ $fa-var-facebook }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official { #{$fa-icon-property}: unquote("\"#{ $fa-var-facebook }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1064,7 +1064,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hotel:before { content: unquote("\"#{ $fa-var-bed }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hotel { #{$fa-icon-property}: unquote("\"#{ $fa-var-bed }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1081,7 +1081,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-yc:before { content: unquote("\"#{ $fa-var-y-combinator }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc { #{$fa-icon-property}: unquote("\"#{ $fa-var-y-combinator }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1094,12 +1094,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4:before { content: unquote("\"#{ $fa-var-battery-full }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-battery:before { content: unquote("\"#{ $fa-var-battery-full }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3:before { content: unquote("\"#{ $fa-var-battery-three-quarters }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2:before { content: unquote("\"#{ $fa-var-battery-half }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1:before { content: unquote("\"#{ $fa-var-battery-quarter }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0:before { content: unquote("\"#{ $fa-var-battery-empty }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4 { #{$fa-icon-property}: unquote("\"#{ $fa-var-battery-full }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery { #{$fa-icon-property}: unquote("\"#{ $fa-var-battery-full }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3 { #{$fa-icon-property}: unquote("\"#{ $fa-var-battery-three-quarters }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2 { #{$fa-icon-property}: unquote("\"#{ $fa-var-battery-half }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1 { #{$fa-icon-property}: unquote("\"#{ $fa-var-battery-quarter }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0 { #{$fa-icon-property}: unquote("\"#{ $fa-var-battery-empty }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-object-group { font-family: 'Font Awesome 6 Free'; font-weight: 400; @@ -1112,7 +1112,7 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o:before { content: unquote("\"#{ $fa-var-note-sticky }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-note-sticky }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1125,55 +1125,55 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o:before { content: unquote("\"#{ $fa-var-hourglass }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1:before { content: unquote("\"#{ $fa-var-hourglass-start }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2:before { content: unquote("\"#{ $fa-var-hourglass-half }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3:before { content: unquote("\"#{ $fa-var-hourglass-end }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hourglass }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1 { #{$fa-icon-property}: unquote("\"#{ $fa-var-hourglass-start }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2 { #{$fa-icon-property}: unquote("\"#{ $fa-var-hourglass-half }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3 { #{$fa-icon-property}: unquote("\"#{ $fa-var-hourglass-end }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o:before { content: unquote("\"#{ $fa-var-hand-back-fist }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-back-fist }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o:before { content: unquote("\"#{ $fa-var-hand-back-fist }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-back-fist }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o:before { content: unquote("\"#{ $fa-var-hand }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o:before { content: unquote("\"#{ $fa-var-hand }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o:before { content: unquote("\"#{ $fa-var-hand-scissors }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-scissors }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o:before { content: unquote("\"#{ $fa-var-hand-lizard }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-lizard }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o:before { content: unquote("\"#{ $fa-var-hand-spock }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-spock }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o:before { content: unquote("\"#{ $fa-var-hand-pointer }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-pointer }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o:before { content: unquote("\"#{ $fa-var-hand-peace }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-hand-peace }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-registered { font-family: 'Font Awesome 6 Free'; font-weight: 400; @@ -1198,7 +1198,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square:before { content: unquote("\"#{ $fa-var-square-odnoklassniki }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-odnoklassniki }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-get-pocket { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1227,7 +1227,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-television:before { content: unquote("\"#{ $fa-var-tv }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-television { #{$fa-icon-property}: unquote("\"#{ $fa-var-tv }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-contao { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1244,33 +1244,33 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o:before { content: unquote("\"#{ $fa-var-calendar-plus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-calendar-plus }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o:before { content: unquote("\"#{ $fa-var-calendar-minus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-calendar-minus }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o:before { content: unquote("\"#{ $fa-var-calendar-xmark }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-calendar-xmark }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o:before { content: unquote("\"#{ $fa-var-calendar-check }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-calendar-check }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o:before { content: unquote("\"#{ $fa-var-map }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting:before { content: unquote("\"#{ $fa-var-comment-dots }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-map-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-map }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting { #{$fa-icon-property}: unquote("\"#{ $fa-var-comment-dots }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o:before { content: unquote("\"#{ $fa-var-comment-dots }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-comment-dots }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-houzz { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1279,7 +1279,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo:before { content: unquote("\"#{ $fa-var-vimeo-v }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo { #{$fa-icon-property}: unquote("\"#{ $fa-var-vimeo-v }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1296,7 +1296,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt:before { content: unquote("\"#{ $fa-var-credit-card }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt { #{$fa-icon-property}: unquote("\"#{ $fa-var-credit-card }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1329,12 +1329,12 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o:before { content: unquote("\"#{ $fa-var-circle-pause }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-pause }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o:before { content: unquote("\"#{ $fa-var-circle-stop }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-stop }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1363,16 +1363,16 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt:before { content: unquote("\"#{ $fa-var-accessible-icon }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt { #{$fa-icon-property}: unquote("\"#{ $fa-var-accessible-icon }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o:before { content: unquote("\"#{ $fa-var-circle-question }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone:before { content: unquote("\"#{ $fa-var-phone-volume }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting:before { content: unquote("\"#{ $fa-var-hands-asl-interpreting }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-deafness:before { content: unquote("\"#{ $fa-var-ear-deaf }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing:before { content: unquote("\"#{ $fa-var-ear-deaf }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-question }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone { #{$fa-icon-property}: unquote("\"#{ $fa-var-phone-volume }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting { #{$fa-icon-property}: unquote("\"#{ $fa-var-hands-asl-interpreting }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-deafness { #{$fa-icon-property}: unquote("\"#{ $fa-var-ear-deaf }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing { #{$fa-icon-property}: unquote("\"#{ $fa-var-ear-deaf }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-glide { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1381,7 +1381,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-signing:before { content: unquote("\"#{ $fa-var-hands }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-signing { #{$fa-icon-property}: unquote("\"#{ $fa-var-hands }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1390,7 +1390,7 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square:before { content: unquote("\"#{ $fa-var-square-viadeo }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-viadeo }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1399,12 +1399,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost:before { content: unquote("\"#{ $fa-var-snapchat }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost { #{$fa-icon-property}: unquote("\"#{ $fa-var-snapchat }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square:before { content: unquote("\"#{ $fa-var-square-snapchat }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square { #{$fa-icon-property}: unquote("\"#{ $fa-var-square-snapchat }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1425,12 +1425,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official:before { content: unquote("\"#{ $fa-var-google-plus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official { #{$fa-icon-property}: unquote("\"#{ $fa-var-google-plus }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle:before { content: unquote("\"#{ $fa-var-google-plus }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle { #{$fa-icon-property}: unquote("\"#{ $fa-var-google-plus }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1439,17 +1439,17 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-fa:before { content: unquote("\"#{ $fa-var-font-awesome }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-fa { #{$fa-icon-property}: unquote("\"#{ $fa-var-font-awesome }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o:before { content: unquote("\"#{ $fa-var-handshake }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-handshake }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o:before { content: unquote("\"#{ $fa-var-envelope-open }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-envelope-open }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-linode { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1458,43 +1458,43 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o:before { content: unquote("\"#{ $fa-var-address-book }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard:before { content: unquote("\"#{ $fa-var-address-card }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-address-book }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard { #{$fa-icon-property}: unquote("\"#{ $fa-var-address-card }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o:before { content: unquote("\"#{ $fa-var-address-card }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-address-card }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o:before { content: unquote("\"#{ $fa-var-address-card }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-address-card }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o:before { content: unquote("\"#{ $fa-var-circle-user }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-circle-user }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o:before { content: unquote("\"#{ $fa-var-user }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-user-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-user }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license:before { content: unquote("\"#{ $fa-var-id-card }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license { #{$fa-icon-property}: unquote("\"#{ $fa-var-id-card }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o:before { content: unquote("\"#{ $fa-var-id-card }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-id-card }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o:before { content: unquote("\"#{ $fa-var-id-card }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-id-card }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-quora { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1507,14 +1507,14 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4:before { content: unquote("\"#{ $fa-var-temperature-full }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer:before { content: unquote("\"#{ $fa-var-temperature-full }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3:before { content: unquote("\"#{ $fa-var-temperature-three-quarters }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2:before { content: unquote("\"#{ $fa-var-temperature-half }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1:before { content: unquote("\"#{ $fa-var-temperature-quarter }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0:before { content: unquote("\"#{ $fa-var-temperature-empty }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub:before { content: unquote("\"#{ $fa-var-bath }\""); } -.#{$fa-css-prefix}.#{$fa-css-prefix}-s15:before { content: unquote("\"#{ $fa-var-bath }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4 { #{$fa-icon-property}: unquote("\"#{ $fa-var-temperature-full }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer { #{$fa-icon-property}: unquote("\"#{ $fa-var-temperature-full }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3 { #{$fa-icon-property}: unquote("\"#{ $fa-var-temperature-three-quarters }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2 { #{$fa-icon-property}: unquote("\"#{ $fa-var-temperature-half }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1 { #{$fa-icon-property}: unquote("\"#{ $fa-var-temperature-quarter }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0 { #{$fa-icon-property}: unquote("\"#{ $fa-var-temperature-empty }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub { #{$fa-icon-property}: unquote("\"#{ $fa-var-bath }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-s15 { #{$fa-icon-property}: unquote("\"#{ $fa-var-bath }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize { font-family: 'Font Awesome 6 Free'; font-weight: 400; @@ -1523,17 +1523,17 @@ font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle { #{$fa-icon-property}: unquote("\"#{ $fa-var-rectangle-xmark }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-rectangle-xmark }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o:before { content: unquote("\"#{ $fa-var-rectangle-xmark }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-rectangle-xmark }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp { font-family: 'Font Awesome 6 Brands'; font-weight: 400; @@ -1558,12 +1558,12 @@ font-family: 'Font Awesome 6 Brands'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast:before { content: unquote("\"#{ $fa-var-sellcast }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast { #{$fa-icon-property}: unquote("\"#{ $fa-var-sellcast }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } -.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o:before { content: unquote("\"#{ $fa-var-snowflake }\""); } +.#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o { #{$fa-icon-property}: unquote("\"#{ $fa-var-snowflake }\""); } .#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers { font-family: 'Font Awesome 6 Brands'; font-weight: 400; diff --git a/_sass/font-awesome/_variables.scss b/_sass/font-awesome/_variables.scss index e125d31e347d..2ba8cf7ca6d2 100644 --- a/_sass/font-awesome/_variables.scss +++ b/_sass/font-awesome/_variables.scss @@ -1,52 +1,55 @@ // variables // -------------------------- -$fa-css-prefix : fa !default; -$fa-style : 900 !default; -$fa-style-family : "Font Awesome 6 Free" !default; +$fa-css-prefix : fa !default; +$fa-style : 900 !default; +$fa-style-family : "Font Awesome 6 Free" !default; -$fa-display : inline-block !default; +$fa-icon-property : --fa; +$fa-duotone-icon-property : --fa--fa; -$fa-fw-width : fa-divide(20em, 16) !default; -$fa-inverse : #fff !default; +$fa-display : inline-block !default; -$fa-border-color : #eee !default; -$fa-border-padding : .2em .25em .15em !default; -$fa-border-radius : .1em !default; -$fa-border-style : solid !default; -$fa-border-width : .08em !default; +$fa-fw-width : fa-divide(20em, 16) !default; +$fa-inverse : #fff !default; -$fa-size-scale-2xs : 10 !default; -$fa-size-scale-xs : 12 !default; -$fa-size-scale-sm : 14 !default; -$fa-size-scale-base : 16 !default; -$fa-size-scale-lg : 20 !default; -$fa-size-scale-xl : 24 !default; -$fa-size-scale-2xl : 32 !default; +$fa-border-color : #eee !default; +$fa-border-padding : .2em .25em .15em !default; +$fa-border-radius : .1em !default; +$fa-border-style : solid !default; +$fa-border-width : .08em !default; + +$fa-size-scale-2xs : 10 !default; +$fa-size-scale-xs : 12 !default; +$fa-size-scale-sm : 14 !default; +$fa-size-scale-base : 16 !default; +$fa-size-scale-lg : 20 !default; +$fa-size-scale-xl : 24 !default; +$fa-size-scale-2xl : 32 !default; $fa-sizes: ( - "2xs" : $fa-size-scale-2xs, - "xs" : $fa-size-scale-xs, - "sm" : $fa-size-scale-sm, - "lg" : $fa-size-scale-lg, - "xl" : $fa-size-scale-xl, - "2xl" : $fa-size-scale-2xl + "2xs" : $fa-size-scale-2xs, + "xs" : $fa-size-scale-xs, + "sm" : $fa-size-scale-sm, + "lg" : $fa-size-scale-lg, + "xl" : $fa-size-scale-xl, + "2xl" : $fa-size-scale-2xl ) !default; -$fa-li-width : 2em !default; -$fa-li-margin : $fa-li-width * fa-divide(5, 4) !default; +$fa-li-width : 2em !default; +$fa-li-margin : $fa-li-width * fa-divide(5, 4) !default; -$fa-pull-margin : .3em !default; +$fa-pull-margin : .3em !default; -$fa-primary-opacity : 1 !default; -$fa-secondary-opacity : .4 !default; +$fa-primary-opacity : 1 !default; +$fa-secondary-opacity : .4 !default; -$fa-stack-vertical-align: middle !default; -$fa-stack-width : ($fa-fw-width * 2) !default; -$fa-stack-z-index : auto !default; +$fa-stack-vertical-align : middle !default; +$fa-stack-width : ($fa-fw-width * 2) !default; +$fa-stack-z-index : auto !default; -$fa-font-display : block !default; -$fa-font-path : "../webfonts" !default; +$fa-font-display : block !default; +$fa-font-path : "../webfonts" !default; $fa-var-0: \30; $fa-var-1: \31; @@ -636,6 +639,7 @@ $fa-var-square-nfi: \e576; $fa-var-arrow-up-from-ground-water: \e4b5; $fa-var-martini-glass: \f57b; $fa-var-glass-martini-alt: \f57b; +$fa-var-square-binary: \e69b; $fa-var-rotate-left: \f2ea; $fa-var-rotate-back: \f2ea; $fa-var-rotate-backward: \f2ea; @@ -1055,6 +1059,7 @@ $fa-var-face-grin-squint: \f585; $fa-var-grin-squint: \f585; $fa-var-hand-holding-dollar: \f4c0; $fa-var-hand-holding-usd: \f4c0; +$fa-var-chart-diagram: \e695; $fa-var-bacterium: \e05a; $fa-var-hand-pointer: \f25a; $fa-var-drum-steelpan: \f56a; @@ -1087,6 +1092,7 @@ $fa-var-door-closed: \f52a; $fa-var-shield-virus: \e06c; $fa-var-dice-six: \f526; $fa-var-mosquito-net: \e52c; +$fa-var-file-fragment: \e697; $fa-var-bridge-water: \e4ce; $fa-var-person-booth: \f756; $fa-var-text-width: \f035; @@ -1268,6 +1274,7 @@ $fa-var-vials: \f493; $fa-var-plug-circle-plus: \e55f; $fa-var-place-of-worship: \f67f; $fa-var-grip-vertical: \f58e; +$fa-var-hexagon-nodes: \e699; $fa-var-arrow-turn-up: \f148; $fa-var-level-up: \f148; $fa-var-u: \55; @@ -1657,6 +1664,7 @@ $fa-var-rocket: \f135; $fa-var-photo-film: \f87c; $fa-var-photo-video: \f87c; $fa-var-folder-minus: \f65d; +$fa-var-hexagon-nodes-bolt: \e69a; $fa-var-store: \f54e; $fa-var-arrow-trend-up: \e098; $fa-var-plug-circle-minus: \e55e; @@ -1744,6 +1752,7 @@ $fa-var-shield: \f132; $fa-var-shield-blank: \f132; $fa-var-arrow-up-short-wide: \f885; $fa-var-sort-amount-up-alt: \f885; +$fa-var-comment-nodes: \e696; $fa-var-house-medical: \e3b2; $fa-var-golf-ball-tee: \f450; $fa-var-golf-ball: \f450; @@ -1934,6 +1943,7 @@ $fa-var-window-minimize: \f2d1; $fa-var-mug-saucer: \f0f4; $fa-var-coffee: \f0f4; $fa-var-brush: \f55d; +$fa-var-file-half-dashed: \e698; $fa-var-mask: \f6fa; $fa-var-magnifying-glass-minus: \f010; $fa-var-search-minus: \f010; @@ -2124,6 +2134,7 @@ $fa-var-scribd: \f28a; $fa-var-debian: \e60b; $fa-var-openid: \f19b; $fa-var-instalod: \e081; +$fa-var-files-pinwheel: \e69f; $fa-var-expeditedssl: \f23e; $fa-var-sellcast: \f2da; $fa-var-square-twitter: \f081; @@ -2165,6 +2176,7 @@ $fa-var-square-letterboxd: \e62e; $fa-var-sticker-mule: \f3f7; $fa-var-creative-commons-zero: \f4f3; $fa-var-hips: \f452; +$fa-var-css: \e6a2; $fa-var-behance: \f1b4; $fa-var-reddit: \f1a1; $fa-var-discord: \f392; @@ -2308,6 +2320,7 @@ $fa-var-magento: \f3c4; $fa-var-spotify: \f1bc; $fa-var-optin-monster: \f23c; $fa-var-fly: \f417; +$fa-var-square-bluesky: \e6a3; $fa-var-aviato: \f421; $fa-var-itunes: \f3b4; $fa-var-cuttlefish: \f38c; @@ -3121,6 +3134,7 @@ $fa-icons: ( "arrow-up-from-ground-water": $fa-var-arrow-up-from-ground-water, "martini-glass": $fa-var-martini-glass, "glass-martini-alt": $fa-var-glass-martini-alt, + "square-binary": $fa-var-square-binary, "rotate-left": $fa-var-rotate-left, "rotate-back": $fa-var-rotate-back, "rotate-backward": $fa-var-rotate-backward, @@ -3540,6 +3554,7 @@ $fa-icons: ( "grin-squint": $fa-var-grin-squint, "hand-holding-dollar": $fa-var-hand-holding-dollar, "hand-holding-usd": $fa-var-hand-holding-usd, + "chart-diagram": $fa-var-chart-diagram, "bacterium": $fa-var-bacterium, "hand-pointer": $fa-var-hand-pointer, "drum-steelpan": $fa-var-drum-steelpan, @@ -3572,6 +3587,7 @@ $fa-icons: ( "shield-virus": $fa-var-shield-virus, "dice-six": $fa-var-dice-six, "mosquito-net": $fa-var-mosquito-net, + "file-fragment": $fa-var-file-fragment, "bridge-water": $fa-var-bridge-water, "person-booth": $fa-var-person-booth, "text-width": $fa-var-text-width, @@ -3753,6 +3769,7 @@ $fa-icons: ( "plug-circle-plus": $fa-var-plug-circle-plus, "place-of-worship": $fa-var-place-of-worship, "grip-vertical": $fa-var-grip-vertical, + "hexagon-nodes": $fa-var-hexagon-nodes, "arrow-turn-up": $fa-var-arrow-turn-up, "level-up": $fa-var-level-up, "u": $fa-var-u, @@ -4142,6 +4159,7 @@ $fa-icons: ( "photo-film": $fa-var-photo-film, "photo-video": $fa-var-photo-video, "folder-minus": $fa-var-folder-minus, + "hexagon-nodes-bolt": $fa-var-hexagon-nodes-bolt, "store": $fa-var-store, "arrow-trend-up": $fa-var-arrow-trend-up, "plug-circle-minus": $fa-var-plug-circle-minus, @@ -4229,6 +4247,7 @@ $fa-icons: ( "shield-blank": $fa-var-shield-blank, "arrow-up-short-wide": $fa-var-arrow-up-short-wide, "sort-amount-up-alt": $fa-var-sort-amount-up-alt, + "comment-nodes": $fa-var-comment-nodes, "house-medical": $fa-var-house-medical, "golf-ball-tee": $fa-var-golf-ball-tee, "golf-ball": $fa-var-golf-ball, @@ -4419,6 +4438,7 @@ $fa-icons: ( "mug-saucer": $fa-var-mug-saucer, "coffee": $fa-var-coffee, "brush": $fa-var-brush, + "file-half-dashed": $fa-var-file-half-dashed, "mask": $fa-var-mask, "magnifying-glass-minus": $fa-var-magnifying-glass-minus, "search-minus": $fa-var-search-minus, @@ -4611,6 +4631,7 @@ $fa-brand-icons: ( "debian": $fa-var-debian, "openid": $fa-var-openid, "instalod": $fa-var-instalod, + "files-pinwheel": $fa-var-files-pinwheel, "expeditedssl": $fa-var-expeditedssl, "sellcast": $fa-var-sellcast, "square-twitter": $fa-var-square-twitter, @@ -4652,6 +4673,7 @@ $fa-brand-icons: ( "sticker-mule": $fa-var-sticker-mule, "creative-commons-zero": $fa-var-creative-commons-zero, "hips": $fa-var-hips, + "css": $fa-var-css, "behance": $fa-var-behance, "reddit": $fa-var-reddit, "discord": $fa-var-discord, @@ -4795,6 +4817,7 @@ $fa-brand-icons: ( "spotify": $fa-var-spotify, "optin-monster": $fa-var-optin-monster, "fly": $fa-var-fly, + "square-bluesky": $fa-var-square-bluesky, "aviato": $fa-var-aviato, "itunes": $fa-var-itunes, "cuttlefish": $fa-var-cuttlefish, diff --git a/_sass/font-awesome/brands.scss b/_sass/font-awesome/brands.scss index 5061742233fa..8c2fc6009201 100644 --- a/_sass/font-awesome/brands.scss +++ b/_sass/font-awesome/brands.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ @@ -26,5 +26,5 @@ } @each $name, $icon in $fa-brand-icons { - .#{$fa-css-prefix}-#{$name}:before { content: unquote("\"#{ $icon }\""); } + .#{$fa-css-prefix}-#{$name} { #{$fa-icon-property}: unquote("\"#{ $icon }\""); } } diff --git a/_sass/font-awesome/fontawesome.scss b/_sass/font-awesome/fontawesome.scss index 69fd9ebab1a7..019433753976 100644 --- a/_sass/font-awesome/fontawesome.scss +++ b/_sass/font-awesome/fontawesome.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ diff --git a/_sass/font-awesome/regular.scss b/_sass/font-awesome/regular.scss index 8e9d6ddf84cf..3d927f170f0f 100644 --- a/_sass/font-awesome/regular.scss +++ b/_sass/font-awesome/regular.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ diff --git a/_sass/font-awesome/solid.scss b/_sass/font-awesome/solid.scss index 09878493530f..beda7b197dfd 100644 --- a/_sass/font-awesome/solid.scss +++ b/_sass/font-awesome/solid.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ diff --git a/_sass/font-awesome/v4-shims.scss b/_sass/font-awesome/v4-shims.scss index f034e7de29f4..f528295f1879 100644 --- a/_sass/font-awesome/v4-shims.scss +++ b/_sass/font-awesome/v4-shims.scss @@ -1,5 +1,5 @@ /*! - * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com + * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ diff --git a/_sass/tabler-icons/tabler-icons-filled.scss b/_sass/tabler-icons/tabler-icons-filled.scss index a59d51c8d959..868a50e52160 100644 --- a/_sass/tabler-icons/tabler-icons-filled.scss +++ b/_sass/tabler-icons/tabler-icons-filled.scss @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 3.16.0 by tabler - https://tabler.io + * Tabler Icons 3.20.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons-filled' !default; @@ -13,9 +13,9 @@ $ti-prefix: 'ti' !default; font-style: normal; font-weight: 400; font-display: $ti-font-display; - src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.16.0') format('woff2'), + src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.20.0') format('woff2'), url('#{$ti-font-path}/tabler-icons-filled.woff?') format('woff'), - url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.16.0') format('truetype'); + url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.20.0') format('truetype'); } .#{$ti-prefix} { @@ -224,8 +224,10 @@ $ti-icon-cannabis: unicode('10015'); $ti-icon-capsule: unicode('fc24'); $ti-icon-capsule-horizontal: unicode('fc25'); $ti-icon-capture: unicode('fb29'); +$ti-icon-car: unicode('1004c'); $ti-icon-car-4wd: unicode('1001e'); $ti-icon-car-fan: unicode('1001d'); +$ti-icon-car-suv: unicode('1004d'); $ti-icon-carambola: unicode('10014'); $ti-icon-cardboards: unicode('1001c'); $ti-icon-cards: unicode('fc26'); @@ -359,10 +361,22 @@ $ti-icon-crop-landscape: unicode('fe4a'); $ti-icon-crop-portrait: unicode('fe49'); $ti-icon-cross: unicode('f675'); $ti-icon-dashboard: unicode('10019'); +$ti-icon-device-cctv: unicode('1004b'); +$ti-icon-device-desktop: unicode('1004a'); +$ti-icon-device-gamepad-3: unicode('10049'); $ti-icon-device-heart-monitor: unicode('fa38'); +$ti-icon-device-imac: unicode('10048'); +$ti-icon-device-ipad: unicode('10047'); $ti-icon-device-mobile: unicode('fa39'); +$ti-icon-device-remote: unicode('10046'); +$ti-icon-device-speaker: unicode('10045'); $ti-icon-device-tablet: unicode('fa3a'); +$ti-icon-device-tv: unicode('10043'); +$ti-icon-device-tv-old: unicode('10044'); $ti-icon-device-unknown: unicode('10018'); +$ti-icon-device-usb: unicode('10042'); +$ti-icon-device-vision-pro: unicode('10041'); +$ti-icon-device-watch: unicode('10040'); $ti-icon-dialpad: unicode('fa3b'); $ti-icon-diamond: unicode('f73d'); $ti-icon-diamonds: unicode('f676'); @@ -374,13 +388,18 @@ $ti-icon-dice-4: unicode('f741'); $ti-icon-dice-5: unicode('f742'); $ti-icon-dice-6: unicode('f743'); $ti-icon-direction-sign: unicode('f745'); +$ti-icon-directions: unicode('1003f'); +$ti-icon-disc: unicode('1003e'); +$ti-icon-discount: unicode('1003d'); $ti-icon-droplet: unicode('ee80'); $ti-icon-droplet-half: unicode('f6c5'); $ti-icon-droplet-half-2: unicode('fb6c'); $ti-icon-egg: unicode('f678'); $ti-icon-egg-cracked: unicode('10012'); +$ti-icon-elevator: unicode('1003c'); $ti-icon-exclamation-circle: unicode('ff62'); $ti-icon-eye: unicode('f679'); +$ti-icon-favicon: unicode('10071'); $ti-icon-feather: unicode('10011'); $ti-icon-file: unicode('f747'); $ti-icon-file-x: unicode('f748'); @@ -458,6 +477,7 @@ $ti-icon-hexagon-plus: unicode('fe2c'); $ti-icon-home: unicode('fe2b'); $ti-icon-hospital-circle: unicode('fed2'); $ti-icon-hourglass: unicode('f756'); +$ti-icon-icons: unicode('10070'); $ti-icon-info-circle: unicode('f6d8'); $ti-icon-info-hexagon: unicode('fa43'); $ti-icon-info-octagon: unicode('fa44'); @@ -473,6 +493,10 @@ $ti-icon-inner-shadow-top: unicode('f75c'); $ti-icon-inner-shadow-top-left: unicode('f75d'); $ti-icon-inner-shadow-top-right: unicode('f75e'); $ti-icon-ironing: unicode('fe2a'); +$ti-icon-ironing-1: unicode('1006f'); +$ti-icon-ironing-2: unicode('1006e'); +$ti-icon-ironing-3: unicode('1006d'); +$ti-icon-ironing-steam: unicode('1006c'); $ti-icon-jetpack: unicode('fe29'); $ti-icon-jewish-star: unicode('f67e'); $ti-icon-key: unicode('fe28'); @@ -572,6 +596,21 @@ $ti-icon-pill: unicode('ff07'); $ti-icon-pin: unicode('f68d'); $ti-icon-pinned: unicode('f68e'); $ti-icon-pizza: unicode('10008'); +$ti-icon-play-card-1: unicode('10083'); +$ti-icon-play-card-10: unicode('10082'); +$ti-icon-play-card-2: unicode('10081'); +$ti-icon-play-card-3: unicode('10080'); +$ti-icon-play-card-4: unicode('1007f'); +$ti-icon-play-card-5: unicode('1007e'); +$ti-icon-play-card-6: unicode('1007d'); +$ti-icon-play-card-7: unicode('1007c'); +$ti-icon-play-card-8: unicode('1007b'); +$ti-icon-play-card-9: unicode('1007a'); +$ti-icon-play-card-a: unicode('10079'); +$ti-icon-play-card-j: unicode('10078'); +$ti-icon-play-card-k: unicode('10077'); +$ti-icon-play-card-q: unicode('10076'); +$ti-icon-play-card-star: unicode('10075'); $ti-icon-player-eject: unicode('f68f'); $ti-icon-player-pause: unicode('f690'); $ti-icon-player-play: unicode('f691'); @@ -614,6 +653,7 @@ $ti-icon-shirt: unicode('f6a0'); $ti-icon-shopping-cart: unicode('fc3f'); $ti-icon-sign-left: unicode('f6a1'); $ti-icon-sign-right: unicode('f6a2'); +$ti-icon-sitemap: unicode('1006b'); $ti-icon-sort-ascending-2: unicode('ff5b'); $ti-icon-sort-ascending-shapes: unicode('ff5a'); $ti-icon-sort-descending-2: unicode('ff59'); @@ -986,8 +1026,10 @@ $ti-icon-zoom-scan: unicode('fdbf'); .#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; } .#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; } .#{$ti-prefix}-capture:before { content: $ti-icon-capture; } +.#{$ti-prefix}-car:before { content: $ti-icon-car; } .#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; } .#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; } +.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; } .#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; } .#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; } .#{$ti-prefix}-cards:before { content: $ti-icon-cards; } @@ -1121,10 +1163,22 @@ $ti-icon-zoom-scan: unicode('fdbf'); .#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; } .#{$ti-prefix}-cross:before { content: $ti-icon-cross; } .#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; } +.#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; } +.#{$ti-prefix}-device-desktop:before { content: $ti-icon-device-desktop; } +.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; } .#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; } +.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; } +.#{$ti-prefix}-device-ipad:before { content: $ti-icon-device-ipad; } .#{$ti-prefix}-device-mobile:before { content: $ti-icon-device-mobile; } +.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; } +.#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; } .#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; } +.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; } +.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; } .#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; } +.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; } +.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; } +.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; } .#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; } .#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; } .#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; } @@ -1136,13 +1190,18 @@ $ti-icon-zoom-scan: unicode('fdbf'); .#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; } .#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; } .#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; } +.#{$ti-prefix}-directions:before { content: $ti-icon-directions; } +.#{$ti-prefix}-disc:before { content: $ti-icon-disc; } +.#{$ti-prefix}-discount:before { content: $ti-icon-discount; } .#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; } .#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; } .#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; } .#{$ti-prefix}-egg:before { content: $ti-icon-egg; } .#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; } +.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; } .#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; } .#{$ti-prefix}-eye:before { content: $ti-icon-eye; } +.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; } .#{$ti-prefix}-feather:before { content: $ti-icon-feather; } .#{$ti-prefix}-file:before { content: $ti-icon-file; } .#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; } @@ -1220,6 +1279,7 @@ $ti-icon-zoom-scan: unicode('fdbf'); .#{$ti-prefix}-home:before { content: $ti-icon-home; } .#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; } .#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; } +.#{$ti-prefix}-icons:before { content: $ti-icon-icons; } .#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; } .#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; } .#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; } @@ -1235,6 +1295,10 @@ $ti-icon-zoom-scan: unicode('fdbf'); .#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; } .#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; } .#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; } +.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; } +.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; } +.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; } +.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; } .#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; } .#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; } .#{$ti-prefix}-key:before { content: $ti-icon-key; } @@ -1334,6 +1398,21 @@ $ti-icon-zoom-scan: unicode('fdbf'); .#{$ti-prefix}-pin:before { content: $ti-icon-pin; } .#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; } .#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; } +.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; } +.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; } +.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; } +.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; } +.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; } +.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; } +.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; } +.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; } +.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; } +.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; } +.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; } +.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; } +.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; } +.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; } +.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; } .#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; } .#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; } .#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; } @@ -1376,6 +1455,7 @@ $ti-icon-zoom-scan: unicode('fdbf'); .#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; } .#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; } .#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; } +.#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; } .#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; } .#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; } .#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; } diff --git a/_sass/tabler-icons/tabler-icons-outline.scss b/_sass/tabler-icons/tabler-icons-outline.scss index cfd44b105026..f5ff98f72a65 100644 --- a/_sass/tabler-icons/tabler-icons-outline.scss +++ b/_sass/tabler-icons/tabler-icons-outline.scss @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 3.16.0 by tabler - https://tabler.io + * Tabler Icons 3.20.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons-outline' !default; @@ -13,9 +13,9 @@ $ti-prefix: 'ti' !default; font-style: normal; font-weight: 400; font-display: $ti-font-display; - src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.16.0') format('woff2'), + src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.20.0') format('woff2'), url('#{$ti-font-path}/tabler-icons-outline.woff?') format('woff'), - url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.16.0') format('truetype'); + url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.20.0') format('truetype'); } .#{$ti-prefix} { @@ -221,6 +221,7 @@ $ti-icon-arrow-curve-right: unicode('f049'); $ti-icon-arrow-down: unicode('ea16'); $ti-icon-arrow-down-bar: unicode('ed98'); $ti-icon-arrow-down-circle: unicode('ea11'); +$ti-icon-arrow-down-dashed: unicode('1006a'); $ti-icon-arrow-down-from-arc: unicode('fd86'); $ti-icon-arrow-down-left: unicode('ea13'); $ti-icon-arrow-down-left-circle: unicode('ea12'); @@ -241,6 +242,7 @@ $ti-icon-arrow-iteration: unicode('f578'); $ti-icon-arrow-left: unicode('ea19'); $ti-icon-arrow-left-bar: unicode('ed9c'); $ti-icon-arrow-left-circle: unicode('ea18'); +$ti-icon-arrow-left-dashed: unicode('10069'); $ti-icon-arrow-left-from-arc: unicode('fd88'); $ti-icon-arrow-left-rhombus: unicode('f61e'); $ti-icon-arrow-left-right: unicode('f04b'); @@ -262,9 +264,13 @@ $ti-icon-arrow-move-left: unicode('f2bb'); $ti-icon-arrow-move-right: unicode('f2bc'); $ti-icon-arrow-move-up: unicode('f2bd'); $ti-icon-arrow-narrow-down: unicode('ea1a'); +$ti-icon-arrow-narrow-down-dashed: unicode('10068'); $ti-icon-arrow-narrow-left: unicode('ea1b'); +$ti-icon-arrow-narrow-left-dashed: unicode('10067'); $ti-icon-arrow-narrow-right: unicode('ea1c'); +$ti-icon-arrow-narrow-right-dashed: unicode('10066'); $ti-icon-arrow-narrow-up: unicode('ea1d'); +$ti-icon-arrow-narrow-up-dashed: unicode('10065'); $ti-icon-arrow-ramp-left: unicode('ed3c'); $ti-icon-arrow-ramp-left-2: unicode('f04f'); $ti-icon-arrow-ramp-left-3: unicode('f050'); @@ -274,6 +280,7 @@ $ti-icon-arrow-ramp-right-3: unicode('f052'); $ti-icon-arrow-right: unicode('ea1f'); $ti-icon-arrow-right-bar: unicode('eda1'); $ti-icon-arrow-right-circle: unicode('ea1e'); +$ti-icon-arrow-right-dashed: unicode('10064'); $ti-icon-arrow-right-from-arc: unicode('fd8a'); $ti-icon-arrow-right-rhombus: unicode('f61f'); $ti-icon-arrow-right-square: unicode('eda2'); @@ -293,6 +300,7 @@ $ti-icon-arrow-sharp-turn-right: unicode('f05b'); $ti-icon-arrow-up: unicode('ea25'); $ti-icon-arrow-up-bar: unicode('eda4'); $ti-icon-arrow-up-circle: unicode('ea20'); +$ti-icon-arrow-up-dashed: unicode('10063'); $ti-icon-arrow-up-from-arc: unicode('fd8c'); $ti-icon-arrow-up-left: unicode('ea22'); $ti-icon-arrow-up-left-circle: unicode('ea21'); @@ -1045,6 +1053,7 @@ $ti-icon-building-carousel: unicode('ed87'); $ti-icon-building-castle: unicode('ed88'); $ti-icon-building-church: unicode('ea4c'); $ti-icon-building-circus: unicode('f4bf'); +$ti-icon-building-cog: unicode('10062'); $ti-icon-building-community: unicode('ebf6'); $ti-icon-building-cottage: unicode('ee1b'); $ti-icon-building-estate: unicode('f5a5'); @@ -1053,10 +1062,12 @@ $ti-icon-building-factory-2: unicode('f082'); $ti-icon-building-fortress: unicode('ed89'); $ti-icon-building-hospital: unicode('ea4d'); $ti-icon-building-lighthouse: unicode('ed8a'); +$ti-icon-building-minus: unicode('10061'); $ti-icon-building-monument: unicode('ed26'); $ti-icon-building-mosque: unicode('fa57'); $ti-icon-building-off: unicode('fefd'); $ti-icon-building-pavilion: unicode('ebf7'); +$ti-icon-building-plus: unicode('10060'); $ti-icon-building-skyscraper: unicode('ec39'); $ti-icon-building-stadium: unicode('f641'); $ti-icon-building-store: unicode('ea4e'); @@ -2175,6 +2186,7 @@ $ti-icon-feather: unicode('ee8b'); $ti-icon-feather-off: unicode('f128'); $ti-icon-fence: unicode('ef2a'); $ti-icon-fence-off: unicode('f129'); +$ti-icon-ferry: unicode('10074'); $ti-icon-fidget-spinner: unicode('f068'); $ti-icon-file: unicode('eaa4'); $ti-icon-file-3d: unicode('f032'); @@ -2745,6 +2757,7 @@ $ti-icon-jewish-star: unicode('f3ff'); $ti-icon-join-bevel: unicode('ff4c'); $ti-icon-join-round: unicode('ff4b'); $ti-icon-join-straight: unicode('ff4a'); +$ti-icon-joker: unicode('1005f'); $ti-icon-jpg: unicode('f3ac'); $ti-icon-json: unicode('f7b2'); $ti-icon-jump-rope: unicode('ed8f'); @@ -3129,6 +3142,7 @@ $ti-icon-math-tg: unicode('ff33'); $ti-icon-math-x-divide-2: unicode('f4ef'); $ti-icon-math-x-divide-y: unicode('f4f1'); $ti-icon-math-x-divide-y-2: unicode('f4f0'); +$ti-icon-math-x-floor-divide-y: unicode('10073'); $ti-icon-math-x-minus-x: unicode('f4f2'); $ti-icon-math-x-minus-y: unicode('f4f3'); $ti-icon-math-x-plus-x: unicode('f4f4'); @@ -3408,8 +3422,10 @@ $ti-icon-number-0: unicode('edf0'); $ti-icon-number-0-small: unicode('fce1'); $ti-icon-number-1: unicode('edf1'); $ti-icon-number-1-small: unicode('fce2'); +$ti-icon-number-10: unicode('1005e'); $ti-icon-number-10-small: unicode('fce3'); $ti-icon-number-100-small: unicode('10005'); +$ti-icon-number-11: unicode('1005d'); $ti-icon-number-11-small: unicode('fce4'); $ti-icon-number-12-small: unicode('fce5'); $ti-icon-number-123: unicode('f554'); @@ -3726,7 +3742,22 @@ $ti-icon-plant-2-off: unicode('f17c'); $ti-icon-plant-off: unicode('f17d'); $ti-icon-play-basketball: unicode('fa66'); $ti-icon-play-card: unicode('eebf'); +$ti-icon-play-card-1: unicode('1005c'); +$ti-icon-play-card-10: unicode('1005b'); +$ti-icon-play-card-2: unicode('1005a'); +$ti-icon-play-card-3: unicode('10059'); +$ti-icon-play-card-4: unicode('10058'); +$ti-icon-play-card-5: unicode('10057'); +$ti-icon-play-card-6: unicode('10056'); +$ti-icon-play-card-7: unicode('10055'); +$ti-icon-play-card-8: unicode('10054'); +$ti-icon-play-card-9: unicode('10053'); +$ti-icon-play-card-a: unicode('10052'); +$ti-icon-play-card-j: unicode('10051'); +$ti-icon-play-card-k: unicode('10050'); $ti-icon-play-card-off: unicode('f17e'); +$ti-icon-play-card-q: unicode('1004f'); +$ti-icon-play-card-star: unicode('1004e'); $ti-icon-play-football: unicode('fa67'); $ti-icon-play-handball: unicode('fa68'); $ti-icon-play-volleyball: unicode('fa69'); @@ -4847,6 +4878,7 @@ $ti-icon-writing-off: unicode('f1cb'); $ti-icon-writing-sign: unicode('ef07'); $ti-icon-writing-sign-off: unicode('f1cc'); $ti-icon-x: unicode('eb55'); +$ti-icon-x-power-y: unicode('10072'); $ti-icon-xbox-a: unicode('f2b6'); $ti-icon-xbox-b: unicode('f2b7'); $ti-icon-xbox-x: unicode('f2b8'); @@ -5073,6 +5105,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-down:before { content: $ti-icon-arrow-down; } .#{$ti-prefix}-arrow-down-bar:before { content: $ti-icon-arrow-down-bar; } .#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; } +.#{$ti-prefix}-arrow-down-dashed:before { content: $ti-icon-arrow-down-dashed; } .#{$ti-prefix}-arrow-down-from-arc:before { content: $ti-icon-arrow-down-from-arc; } .#{$ti-prefix}-arrow-down-left:before { content: $ti-icon-arrow-down-left; } .#{$ti-prefix}-arrow-down-left-circle:before { content: $ti-icon-arrow-down-left-circle; } @@ -5093,6 +5126,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-left:before { content: $ti-icon-arrow-left; } .#{$ti-prefix}-arrow-left-bar:before { content: $ti-icon-arrow-left-bar; } .#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; } +.#{$ti-prefix}-arrow-left-dashed:before { content: $ti-icon-arrow-left-dashed; } .#{$ti-prefix}-arrow-left-from-arc:before { content: $ti-icon-arrow-left-from-arc; } .#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; } .#{$ti-prefix}-arrow-left-right:before { content: $ti-icon-arrow-left-right; } @@ -5114,9 +5148,13 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-move-right:before { content: $ti-icon-arrow-move-right; } .#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; } .#{$ti-prefix}-arrow-narrow-down:before { content: $ti-icon-arrow-narrow-down; } +.#{$ti-prefix}-arrow-narrow-down-dashed:before { content: $ti-icon-arrow-narrow-down-dashed; } .#{$ti-prefix}-arrow-narrow-left:before { content: $ti-icon-arrow-narrow-left; } +.#{$ti-prefix}-arrow-narrow-left-dashed:before { content: $ti-icon-arrow-narrow-left-dashed; } .#{$ti-prefix}-arrow-narrow-right:before { content: $ti-icon-arrow-narrow-right; } +.#{$ti-prefix}-arrow-narrow-right-dashed:before { content: $ti-icon-arrow-narrow-right-dashed; } .#{$ti-prefix}-arrow-narrow-up:before { content: $ti-icon-arrow-narrow-up; } +.#{$ti-prefix}-arrow-narrow-up-dashed:before { content: $ti-icon-arrow-narrow-up-dashed; } .#{$ti-prefix}-arrow-ramp-left:before { content: $ti-icon-arrow-ramp-left; } .#{$ti-prefix}-arrow-ramp-left-2:before { content: $ti-icon-arrow-ramp-left-2; } .#{$ti-prefix}-arrow-ramp-left-3:before { content: $ti-icon-arrow-ramp-left-3; } @@ -5126,6 +5164,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-right:before { content: $ti-icon-arrow-right; } .#{$ti-prefix}-arrow-right-bar:before { content: $ti-icon-arrow-right-bar; } .#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; } +.#{$ti-prefix}-arrow-right-dashed:before { content: $ti-icon-arrow-right-dashed; } .#{$ti-prefix}-arrow-right-from-arc:before { content: $ti-icon-arrow-right-from-arc; } .#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; } .#{$ti-prefix}-arrow-right-square:before { content: $ti-icon-arrow-right-square; } @@ -5145,6 +5184,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-up:before { content: $ti-icon-arrow-up; } .#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; } .#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; } +.#{$ti-prefix}-arrow-up-dashed:before { content: $ti-icon-arrow-up-dashed; } .#{$ti-prefix}-arrow-up-from-arc:before { content: $ti-icon-arrow-up-from-arc; } .#{$ti-prefix}-arrow-up-left:before { content: $ti-icon-arrow-up-left; } .#{$ti-prefix}-arrow-up-left-circle:before { content: $ti-icon-arrow-up-left-circle; } @@ -5897,6 +5937,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-building-castle:before { content: $ti-icon-building-castle; } .#{$ti-prefix}-building-church:before { content: $ti-icon-building-church; } .#{$ti-prefix}-building-circus:before { content: $ti-icon-building-circus; } +.#{$ti-prefix}-building-cog:before { content: $ti-icon-building-cog; } .#{$ti-prefix}-building-community:before { content: $ti-icon-building-community; } .#{$ti-prefix}-building-cottage:before { content: $ti-icon-building-cottage; } .#{$ti-prefix}-building-estate:before { content: $ti-icon-building-estate; } @@ -5905,10 +5946,12 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-building-fortress:before { content: $ti-icon-building-fortress; } .#{$ti-prefix}-building-hospital:before { content: $ti-icon-building-hospital; } .#{$ti-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; } +.#{$ti-prefix}-building-minus:before { content: $ti-icon-building-minus; } .#{$ti-prefix}-building-monument:before { content: $ti-icon-building-monument; } .#{$ti-prefix}-building-mosque:before { content: $ti-icon-building-mosque; } .#{$ti-prefix}-building-off:before { content: $ti-icon-building-off; } .#{$ti-prefix}-building-pavilion:before { content: $ti-icon-building-pavilion; } +.#{$ti-prefix}-building-plus:before { content: $ti-icon-building-plus; } .#{$ti-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; } .#{$ti-prefix}-building-stadium:before { content: $ti-icon-building-stadium; } .#{$ti-prefix}-building-store:before { content: $ti-icon-building-store; } @@ -7027,6 +7070,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-feather-off:before { content: $ti-icon-feather-off; } .#{$ti-prefix}-fence:before { content: $ti-icon-fence; } .#{$ti-prefix}-fence-off:before { content: $ti-icon-fence-off; } +.#{$ti-prefix}-ferry:before { content: $ti-icon-ferry; } .#{$ti-prefix}-fidget-spinner:before { content: $ti-icon-fidget-spinner; } .#{$ti-prefix}-file:before { content: $ti-icon-file; } .#{$ti-prefix}-file-3d:before { content: $ti-icon-file-3d; } @@ -7597,6 +7641,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-join-bevel:before { content: $ti-icon-join-bevel; } .#{$ti-prefix}-join-round:before { content: $ti-icon-join-round; } .#{$ti-prefix}-join-straight:before { content: $ti-icon-join-straight; } +.#{$ti-prefix}-joker:before { content: $ti-icon-joker; } .#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; } .#{$ti-prefix}-json:before { content: $ti-icon-json; } .#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; } @@ -7981,6 +8026,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; } .#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; } .#{$ti-prefix}-math-x-divide-y-2:before { content: $ti-icon-math-x-divide-y-2; } +.#{$ti-prefix}-math-x-floor-divide-y:before { content: $ti-icon-math-x-floor-divide-y; } .#{$ti-prefix}-math-x-minus-x:before { content: $ti-icon-math-x-minus-x; } .#{$ti-prefix}-math-x-minus-y:before { content: $ti-icon-math-x-minus-y; } .#{$ti-prefix}-math-x-plus-x:before { content: $ti-icon-math-x-plus-x; } @@ -8260,8 +8306,10 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-number-0-small:before { content: $ti-icon-number-0-small; } .#{$ti-prefix}-number-1:before { content: $ti-icon-number-1; } .#{$ti-prefix}-number-1-small:before { content: $ti-icon-number-1-small; } +.#{$ti-prefix}-number-10:before { content: $ti-icon-number-10; } .#{$ti-prefix}-number-10-small:before { content: $ti-icon-number-10-small; } .#{$ti-prefix}-number-100-small:before { content: $ti-icon-number-100-small; } +.#{$ti-prefix}-number-11:before { content: $ti-icon-number-11; } .#{$ti-prefix}-number-11-small:before { content: $ti-icon-number-11-small; } .#{$ti-prefix}-number-12-small:before { content: $ti-icon-number-12-small; } .#{$ti-prefix}-number-123:before { content: $ti-icon-number-123; } @@ -8578,7 +8626,22 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-plant-off:before { content: $ti-icon-plant-off; } .#{$ti-prefix}-play-basketball:before { content: $ti-icon-play-basketball; } .#{$ti-prefix}-play-card:before { content: $ti-icon-play-card; } +.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; } +.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; } +.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; } +.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; } +.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; } +.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; } +.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; } +.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; } +.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; } +.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; } +.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; } +.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; } +.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; } .#{$ti-prefix}-play-card-off:before { content: $ti-icon-play-card-off; } +.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; } +.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; } .#{$ti-prefix}-play-football:before { content: $ti-icon-play-football; } .#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; } .#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; } @@ -9699,6 +9762,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-writing-sign:before { content: $ti-icon-writing-sign; } .#{$ti-prefix}-writing-sign-off:before { content: $ti-icon-writing-sign-off; } .#{$ti-prefix}-x:before { content: $ti-icon-x; } +.#{$ti-prefix}-x-power-y:before { content: $ti-icon-x-power-y; } .#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; } .#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; } .#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; } diff --git a/_sass/tabler-icons/tabler-icons.scss b/_sass/tabler-icons/tabler-icons.scss index 856bb2b83ebb..96fac652c69e 100644 --- a/_sass/tabler-icons/tabler-icons.scss +++ b/_sass/tabler-icons/tabler-icons.scss @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 3.16.0 by tabler - https://tabler.io + * Tabler Icons 3.20.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; @@ -13,9 +13,9 @@ $ti-prefix: 'ti' !default; font-style: normal; font-weight: 400; font-display: $ti-font-display; - src: url('#{$ti-font-path}/tabler-icons.woff2?v3.16.0') format('woff2'), + src: url('#{$ti-font-path}/tabler-icons.woff2?v3.20.0') format('woff2'), url('#{$ti-font-path}/tabler-icons.woff?') format('woff'), - url('#{$ti-font-path}/tabler-icons.ttf?v3.16.0') format('truetype'); + url('#{$ti-font-path}/tabler-icons.ttf?v3.20.0') format('truetype'); } .#{$ti-prefix} { @@ -273,6 +273,7 @@ $ti-icon-arrow-down: unicode('ea16'); $ti-icon-arrow-down-bar: unicode('ed98'); $ti-icon-arrow-down-circle: unicode('ea11'); $ti-icon-arrow-down-circle-filled: unicode('1003b'); +$ti-icon-arrow-down-dashed: unicode('1006a'); $ti-icon-arrow-down-from-arc: unicode('fd86'); $ti-icon-arrow-down-left: unicode('ea13'); $ti-icon-arrow-down-left-circle: unicode('ea12'); @@ -297,6 +298,7 @@ $ti-icon-arrow-left: unicode('ea19'); $ti-icon-arrow-left-bar: unicode('ed9c'); $ti-icon-arrow-left-circle: unicode('ea18'); $ti-icon-arrow-left-circle-filled: unicode('10037'); +$ti-icon-arrow-left-dashed: unicode('10069'); $ti-icon-arrow-left-from-arc: unicode('fd88'); $ti-icon-arrow-left-rhombus: unicode('f61e'); $ti-icon-arrow-left-rhombus-filled: unicode('10036'); @@ -324,9 +326,13 @@ $ti-icon-arrow-move-right-filled: unicode('10032'); $ti-icon-arrow-move-up: unicode('f2bd'); $ti-icon-arrow-move-up-filled: unicode('10031'); $ti-icon-arrow-narrow-down: unicode('ea1a'); +$ti-icon-arrow-narrow-down-dashed: unicode('10068'); $ti-icon-arrow-narrow-left: unicode('ea1b'); +$ti-icon-arrow-narrow-left-dashed: unicode('10067'); $ti-icon-arrow-narrow-right: unicode('ea1c'); +$ti-icon-arrow-narrow-right-dashed: unicode('10066'); $ti-icon-arrow-narrow-up: unicode('ea1d'); +$ti-icon-arrow-narrow-up-dashed: unicode('10065'); $ti-icon-arrow-ramp-left: unicode('ed3c'); $ti-icon-arrow-ramp-left-2: unicode('f04f'); $ti-icon-arrow-ramp-left-3: unicode('f050'); @@ -337,6 +343,7 @@ $ti-icon-arrow-right: unicode('ea1f'); $ti-icon-arrow-right-bar: unicode('eda1'); $ti-icon-arrow-right-circle: unicode('ea1e'); $ti-icon-arrow-right-circle-filled: unicode('10030'); +$ti-icon-arrow-right-dashed: unicode('10064'); $ti-icon-arrow-right-from-arc: unicode('fd8a'); $ti-icon-arrow-right-rhombus: unicode('f61f'); $ti-icon-arrow-right-rhombus-filled: unicode('1002f'); @@ -359,6 +366,7 @@ $ti-icon-arrow-up: unicode('ea25'); $ti-icon-arrow-up-bar: unicode('eda4'); $ti-icon-arrow-up-circle: unicode('ea20'); $ti-icon-arrow-up-circle-filled: unicode('1002d'); +$ti-icon-arrow-up-dashed: unicode('10063'); $ti-icon-arrow-up-from-arc: unicode('fd8c'); $ti-icon-arrow-up-left: unicode('ea22'); $ti-icon-arrow-up-left-circle: unicode('ea21'); @@ -1220,6 +1228,7 @@ $ti-icon-building-carousel: unicode('ed87'); $ti-icon-building-castle: unicode('ed88'); $ti-icon-building-church: unicode('ea4c'); $ti-icon-building-circus: unicode('f4bf'); +$ti-icon-building-cog: unicode('10062'); $ti-icon-building-community: unicode('ebf6'); $ti-icon-building-cottage: unicode('ee1b'); $ti-icon-building-estate: unicode('f5a5'); @@ -1228,10 +1237,12 @@ $ti-icon-building-factory-2: unicode('f082'); $ti-icon-building-fortress: unicode('ed89'); $ti-icon-building-hospital: unicode('ea4d'); $ti-icon-building-lighthouse: unicode('ed8a'); +$ti-icon-building-minus: unicode('10061'); $ti-icon-building-monument: unicode('ed26'); $ti-icon-building-mosque: unicode('fa57'); $ti-icon-building-off: unicode('fefd'); $ti-icon-building-pavilion: unicode('ebf7'); +$ti-icon-building-plus: unicode('10060'); $ti-icon-building-skyscraper: unicode('ec39'); $ti-icon-building-stadium: unicode('f641'); $ti-icon-building-store: unicode('ea4e'); @@ -1352,9 +1363,11 @@ $ti-icon-car-fan-2: unicode('fdb6'); $ti-icon-car-fan-3: unicode('fdb5'); $ti-icon-car-fan-auto: unicode('fdb4'); $ti-icon-car-fan-filled: unicode('1001d'); +$ti-icon-car-filled: unicode('1004c'); $ti-icon-car-garage: unicode('fc77'); $ti-icon-car-off: unicode('f0c7'); $ti-icon-car-suv: unicode('fc8b'); +$ti-icon-car-suv-filled: unicode('1004d'); $ti-icon-car-turbine: unicode('f4fd'); $ti-icon-carambola: unicode('feb9'); $ti-icon-carambola-filled: unicode('10014'); @@ -2117,6 +2130,7 @@ $ti-icon-device-analytics: unicode('ee72'); $ti-icon-device-audio-tape: unicode('ee73'); $ti-icon-device-camera-phone: unicode('f233'); $ti-icon-device-cctv: unicode('ee74'); +$ti-icon-device-cctv-filled: unicode('1004b'); $ti-icon-device-cctv-off: unicode('f3e3'); $ti-icon-device-computer-camera: unicode('ee76'); $ti-icon-device-computer-camera-off: unicode('ee75'); @@ -2130,6 +2144,7 @@ $ti-icon-device-desktop-cog: unicode('f862'); $ti-icon-device-desktop-dollar: unicode('f863'); $ti-icon-device-desktop-down: unicode('f864'); $ti-icon-device-desktop-exclamation: unicode('f865'); +$ti-icon-device-desktop-filled: unicode('1004a'); $ti-icon-device-desktop-heart: unicode('f866'); $ti-icon-device-desktop-minus: unicode('f867'); $ti-icon-device-desktop-off: unicode('ee78'); @@ -2146,6 +2161,7 @@ $ti-icon-device-floppy: unicode('eb62'); $ti-icon-device-gamepad: unicode('eb63'); $ti-icon-device-gamepad-2: unicode('f1d2'); $ti-icon-device-gamepad-3: unicode('fc58'); +$ti-icon-device-gamepad-3-filled: unicode('10049'); $ti-icon-device-heart-monitor: unicode('f060'); $ti-icon-device-heart-monitor-filled: unicode('fa38'); $ti-icon-device-imac: unicode('f7a7'); @@ -2157,6 +2173,7 @@ $ti-icon-device-imac-cog: unicode('f875'); $ti-icon-device-imac-dollar: unicode('f876'); $ti-icon-device-imac-down: unicode('f877'); $ti-icon-device-imac-exclamation: unicode('f878'); +$ti-icon-device-imac-filled: unicode('10048'); $ti-icon-device-imac-heart: unicode('f879'); $ti-icon-device-imac-minus: unicode('f87a'); $ti-icon-device-imac-off: unicode('f87b'); @@ -2178,6 +2195,7 @@ $ti-icon-device-ipad-cog: unicode('f889'); $ti-icon-device-ipad-dollar: unicode('f88a'); $ti-icon-device-ipad-down: unicode('f88b'); $ti-icon-device-ipad-exclamation: unicode('f88c'); +$ti-icon-device-ipad-filled: unicode('10047'); $ti-icon-device-ipad-heart: unicode('f88d'); $ti-icon-device-ipad-horizontal: unicode('f647'); $ti-icon-device-ipad-horizontal-bolt: unicode('f88e'); @@ -2244,12 +2262,14 @@ $ti-icon-device-nintendo: unicode('f026'); $ti-icon-device-nintendo-off: unicode('f111'); $ti-icon-device-projector: unicode('fc11'); $ti-icon-device-remote: unicode('f792'); +$ti-icon-device-remote-filled: unicode('10046'); $ti-icon-device-sd-card: unicode('f384'); $ti-icon-device-sim: unicode('f4b2'); $ti-icon-device-sim-1: unicode('f4af'); $ti-icon-device-sim-2: unicode('f4b0'); $ti-icon-device-sim-3: unicode('f4b1'); $ti-icon-device-speaker: unicode('ea8b'); +$ti-icon-device-speaker-filled: unicode('10045'); $ti-icon-device-speaker-off: unicode('f112'); $ti-icon-device-tablet: unicode('ea8c'); $ti-icon-device-tablet-bolt: unicode('f8c0'); @@ -2274,12 +2294,16 @@ $ti-icon-device-tablet-star: unicode('f8d0'); $ti-icon-device-tablet-up: unicode('f8d1'); $ti-icon-device-tablet-x: unicode('f8d2'); $ti-icon-device-tv: unicode('ea8d'); +$ti-icon-device-tv-filled: unicode('10043'); $ti-icon-device-tv-off: unicode('f064'); $ti-icon-device-tv-old: unicode('f1d3'); +$ti-icon-device-tv-old-filled: unicode('10044'); $ti-icon-device-unknown: unicode('fef4'); $ti-icon-device-unknown-filled: unicode('10018'); $ti-icon-device-usb: unicode('fc59'); +$ti-icon-device-usb-filled: unicode('10042'); $ti-icon-device-vision-pro: unicode('fae7'); +$ti-icon-device-vision-pro-filled: unicode('10041'); $ti-icon-device-watch: unicode('ebf9'); $ti-icon-device-watch-bolt: unicode('f8d3'); $ti-icon-device-watch-cancel: unicode('f8d4'); @@ -2289,6 +2313,7 @@ $ti-icon-device-watch-cog: unicode('f8d7'); $ti-icon-device-watch-dollar: unicode('f8d8'); $ti-icon-device-watch-down: unicode('f8d9'); $ti-icon-device-watch-exclamation: unicode('f8da'); +$ti-icon-device-watch-filled: unicode('10040'); $ti-icon-device-watch-heart: unicode('f8db'); $ti-icon-device-watch-minus: unicode('f8dc'); $ti-icon-device-watch-off: unicode('f065'); @@ -2361,14 +2386,17 @@ $ti-icon-direction-sign: unicode('f1f7'); $ti-icon-direction-sign-filled: unicode('f745'); $ti-icon-direction-sign-off: unicode('f3e5'); $ti-icon-directions: unicode('ea8e'); +$ti-icon-directions-filled: unicode('1003f'); $ti-icon-directions-off: unicode('f116'); $ti-icon-disabled: unicode('ea8f'); $ti-icon-disabled-2: unicode('ebaf'); $ti-icon-disabled-off: unicode('f117'); $ti-icon-disc: unicode('ea90'); +$ti-icon-disc-filled: unicode('1003e'); $ti-icon-disc-golf: unicode('f385'); $ti-icon-disc-off: unicode('f118'); $ti-icon-discount: unicode('ebbd'); +$ti-icon-discount-filled: unicode('1003d'); $ti-icon-discount-off: unicode('f3e7'); $ti-icon-divide: unicode('ed5c'); $ti-icon-dna: unicode('ee7d'); @@ -2444,6 +2472,7 @@ $ti-icon-egg-fried: unicode('f386'); $ti-icon-egg-off: unicode('f11f'); $ti-icon-eggs: unicode('f500'); $ti-icon-elevator: unicode('efdf'); +$ti-icon-elevator-filled: unicode('1003c'); $ti-icon-elevator-off: unicode('f3e8'); $ti-icon-emergency-bed: unicode('ef5d'); $ti-icon-empathize: unicode('f29b'); @@ -2516,11 +2545,13 @@ $ti-icon-face-mask: unicode('efb5'); $ti-icon-face-mask-off: unicode('f127'); $ti-icon-fall: unicode('ecb9'); $ti-icon-favicon: unicode('fd65'); +$ti-icon-favicon-filled: unicode('10071'); $ti-icon-feather: unicode('ee8b'); $ti-icon-feather-filled: unicode('10011'); $ti-icon-feather-off: unicode('f128'); $ti-icon-fence: unicode('ef2a'); $ti-icon-fence-off: unicode('f129'); +$ti-icon-ferry: unicode('10074'); $ti-icon-fidget-spinner: unicode('f068'); $ti-icon-file: unicode('eaa4'); $ti-icon-file-3d: unicode('f032'); @@ -3115,6 +3146,7 @@ $ti-icon-ice-cream-2: unicode('ee9f'); $ti-icon-ice-cream-off: unicode('f148'); $ti-icon-ice-skating: unicode('efcb'); $ti-icon-icons: unicode('f1d4'); +$ti-icon-icons-filled: unicode('10070'); $ti-icon-icons-off: unicode('f3fc'); $ti-icon-id: unicode('eac3'); $ti-icon-id-badge: unicode('eff7'); @@ -3166,11 +3198,15 @@ $ti-icon-input-x: unicode('fc5c'); $ti-icon-invoice: unicode('feab'); $ti-icon-ironing: unicode('fa7c'); $ti-icon-ironing-1: unicode('f2f4'); +$ti-icon-ironing-1-filled: unicode('1006f'); $ti-icon-ironing-2: unicode('f2f5'); +$ti-icon-ironing-2-filled: unicode('1006e'); $ti-icon-ironing-3: unicode('f2f6'); +$ti-icon-ironing-3-filled: unicode('1006d'); $ti-icon-ironing-filled: unicode('fe2a'); $ti-icon-ironing-off: unicode('f2f7'); $ti-icon-ironing-steam: unicode('f2f9'); +$ti-icon-ironing-steam-filled: unicode('1006c'); $ti-icon-ironing-steam-off: unicode('f2f8'); $ti-icon-irregular-polyhedron: unicode('faab'); $ti-icon-irregular-polyhedron-off: unicode('faa9'); @@ -3184,6 +3220,7 @@ $ti-icon-jewish-star-filled: unicode('f67e'); $ti-icon-join-bevel: unicode('ff4c'); $ti-icon-join-round: unicode('ff4b'); $ti-icon-join-straight: unicode('ff4a'); +$ti-icon-joker: unicode('1005f'); $ti-icon-jpg: unicode('f3ac'); $ti-icon-json: unicode('f7b2'); $ti-icon-jump-rope: unicode('ed8f'); @@ -3617,6 +3654,7 @@ $ti-icon-math-tg: unicode('ff33'); $ti-icon-math-x-divide-2: unicode('f4ef'); $ti-icon-math-x-divide-y: unicode('f4f1'); $ti-icon-math-x-divide-y-2: unicode('f4f0'); +$ti-icon-math-x-floor-divide-y: unicode('10073'); $ti-icon-math-x-minus-x: unicode('f4f2'); $ti-icon-math-x-minus-y: unicode('f4f3'); $ti-icon-math-x-plus-x: unicode('f4f4'); @@ -3925,8 +3963,10 @@ $ti-icon-number-0: unicode('edf0'); $ti-icon-number-0-small: unicode('fce1'); $ti-icon-number-1: unicode('edf1'); $ti-icon-number-1-small: unicode('fce2'); +$ti-icon-number-10: unicode('1005e'); $ti-icon-number-10-small: unicode('fce3'); $ti-icon-number-100-small: unicode('10005'); +$ti-icon-number-11: unicode('1005d'); $ti-icon-number-11-small: unicode('fce4'); $ti-icon-number-12-small: unicode('fce5'); $ti-icon-number-123: unicode('f554'); @@ -4262,7 +4302,37 @@ $ti-icon-plant-2-off: unicode('f17c'); $ti-icon-plant-off: unicode('f17d'); $ti-icon-play-basketball: unicode('fa66'); $ti-icon-play-card: unicode('eebf'); +$ti-icon-play-card-1: unicode('1005c'); +$ti-icon-play-card-1-filled: unicode('10083'); +$ti-icon-play-card-10: unicode('1005b'); +$ti-icon-play-card-10-filled: unicode('10082'); +$ti-icon-play-card-2: unicode('1005a'); +$ti-icon-play-card-2-filled: unicode('10081'); +$ti-icon-play-card-3: unicode('10059'); +$ti-icon-play-card-3-filled: unicode('10080'); +$ti-icon-play-card-4: unicode('10058'); +$ti-icon-play-card-4-filled: unicode('1007f'); +$ti-icon-play-card-5: unicode('10057'); +$ti-icon-play-card-5-filled: unicode('1007e'); +$ti-icon-play-card-6: unicode('10056'); +$ti-icon-play-card-6-filled: unicode('1007d'); +$ti-icon-play-card-7: unicode('10055'); +$ti-icon-play-card-7-filled: unicode('1007c'); +$ti-icon-play-card-8: unicode('10054'); +$ti-icon-play-card-8-filled: unicode('1007b'); +$ti-icon-play-card-9: unicode('10053'); +$ti-icon-play-card-9-filled: unicode('1007a'); +$ti-icon-play-card-a: unicode('10052'); +$ti-icon-play-card-a-filled: unicode('10079'); +$ti-icon-play-card-j: unicode('10051'); +$ti-icon-play-card-j-filled: unicode('10078'); +$ti-icon-play-card-k: unicode('10050'); +$ti-icon-play-card-k-filled: unicode('10077'); $ti-icon-play-card-off: unicode('f17e'); +$ti-icon-play-card-q: unicode('1004f'); +$ti-icon-play-card-q-filled: unicode('10076'); +$ti-icon-play-card-star: unicode('1004e'); +$ti-icon-play-card-star-filled: unicode('10075'); $ti-icon-play-football: unicode('fa67'); $ti-icon-play-handball: unicode('fa68'); $ti-icon-play-volleyball: unicode('fa69'); @@ -4744,6 +4814,7 @@ $ti-icon-signal-lte: unicode('f9fd'); $ti-icon-signature: unicode('eee0'); $ti-icon-signature-off: unicode('f1a5'); $ti-icon-sitemap: unicode('eb9d'); +$ti-icon-sitemap-filled: unicode('1006b'); $ti-icon-sitemap-off: unicode('f1a6'); $ti-icon-skateboard: unicode('ecc2'); $ti-icon-skateboard-off: unicode('f42b'); @@ -5589,6 +5660,7 @@ $ti-icon-writing-off: unicode('f1cb'); $ti-icon-writing-sign: unicode('ef07'); $ti-icon-writing-sign-off: unicode('f1cc'); $ti-icon-x: unicode('eb55'); +$ti-icon-x-power-y: unicode('10072'); $ti-icon-xbox-a: unicode('f2b6'); $ti-icon-xbox-a-filled: unicode('fdcb'); $ti-icon-xbox-b: unicode('f2b7'); @@ -5886,6 +5958,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-down-bar:before { content: $ti-icon-arrow-down-bar; } .#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; } .#{$ti-prefix}-arrow-down-circle-filled:before { content: $ti-icon-arrow-down-circle-filled; } +.#{$ti-prefix}-arrow-down-dashed:before { content: $ti-icon-arrow-down-dashed; } .#{$ti-prefix}-arrow-down-from-arc:before { content: $ti-icon-arrow-down-from-arc; } .#{$ti-prefix}-arrow-down-left:before { content: $ti-icon-arrow-down-left; } .#{$ti-prefix}-arrow-down-left-circle:before { content: $ti-icon-arrow-down-left-circle; } @@ -5910,6 +5983,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-left-bar:before { content: $ti-icon-arrow-left-bar; } .#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; } .#{$ti-prefix}-arrow-left-circle-filled:before { content: $ti-icon-arrow-left-circle-filled; } +.#{$ti-prefix}-arrow-left-dashed:before { content: $ti-icon-arrow-left-dashed; } .#{$ti-prefix}-arrow-left-from-arc:before { content: $ti-icon-arrow-left-from-arc; } .#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; } .#{$ti-prefix}-arrow-left-rhombus-filled:before { content: $ti-icon-arrow-left-rhombus-filled; } @@ -5937,9 +6011,13 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; } .#{$ti-prefix}-arrow-move-up-filled:before { content: $ti-icon-arrow-move-up-filled; } .#{$ti-prefix}-arrow-narrow-down:before { content: $ti-icon-arrow-narrow-down; } +.#{$ti-prefix}-arrow-narrow-down-dashed:before { content: $ti-icon-arrow-narrow-down-dashed; } .#{$ti-prefix}-arrow-narrow-left:before { content: $ti-icon-arrow-narrow-left; } +.#{$ti-prefix}-arrow-narrow-left-dashed:before { content: $ti-icon-arrow-narrow-left-dashed; } .#{$ti-prefix}-arrow-narrow-right:before { content: $ti-icon-arrow-narrow-right; } +.#{$ti-prefix}-arrow-narrow-right-dashed:before { content: $ti-icon-arrow-narrow-right-dashed; } .#{$ti-prefix}-arrow-narrow-up:before { content: $ti-icon-arrow-narrow-up; } +.#{$ti-prefix}-arrow-narrow-up-dashed:before { content: $ti-icon-arrow-narrow-up-dashed; } .#{$ti-prefix}-arrow-ramp-left:before { content: $ti-icon-arrow-ramp-left; } .#{$ti-prefix}-arrow-ramp-left-2:before { content: $ti-icon-arrow-ramp-left-2; } .#{$ti-prefix}-arrow-ramp-left-3:before { content: $ti-icon-arrow-ramp-left-3; } @@ -5950,6 +6028,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-right-bar:before { content: $ti-icon-arrow-right-bar; } .#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; } .#{$ti-prefix}-arrow-right-circle-filled:before { content: $ti-icon-arrow-right-circle-filled; } +.#{$ti-prefix}-arrow-right-dashed:before { content: $ti-icon-arrow-right-dashed; } .#{$ti-prefix}-arrow-right-from-arc:before { content: $ti-icon-arrow-right-from-arc; } .#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; } .#{$ti-prefix}-arrow-right-rhombus-filled:before { content: $ti-icon-arrow-right-rhombus-filled; } @@ -5972,6 +6051,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; } .#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; } .#{$ti-prefix}-arrow-up-circle-filled:before { content: $ti-icon-arrow-up-circle-filled; } +.#{$ti-prefix}-arrow-up-dashed:before { content: $ti-icon-arrow-up-dashed; } .#{$ti-prefix}-arrow-up-from-arc:before { content: $ti-icon-arrow-up-from-arc; } .#{$ti-prefix}-arrow-up-left:before { content: $ti-icon-arrow-up-left; } .#{$ti-prefix}-arrow-up-left-circle:before { content: $ti-icon-arrow-up-left-circle; } @@ -6833,6 +6913,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-building-castle:before { content: $ti-icon-building-castle; } .#{$ti-prefix}-building-church:before { content: $ti-icon-building-church; } .#{$ti-prefix}-building-circus:before { content: $ti-icon-building-circus; } +.#{$ti-prefix}-building-cog:before { content: $ti-icon-building-cog; } .#{$ti-prefix}-building-community:before { content: $ti-icon-building-community; } .#{$ti-prefix}-building-cottage:before { content: $ti-icon-building-cottage; } .#{$ti-prefix}-building-estate:before { content: $ti-icon-building-estate; } @@ -6841,10 +6922,12 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-building-fortress:before { content: $ti-icon-building-fortress; } .#{$ti-prefix}-building-hospital:before { content: $ti-icon-building-hospital; } .#{$ti-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; } +.#{$ti-prefix}-building-minus:before { content: $ti-icon-building-minus; } .#{$ti-prefix}-building-monument:before { content: $ti-icon-building-monument; } .#{$ti-prefix}-building-mosque:before { content: $ti-icon-building-mosque; } .#{$ti-prefix}-building-off:before { content: $ti-icon-building-off; } .#{$ti-prefix}-building-pavilion:before { content: $ti-icon-building-pavilion; } +.#{$ti-prefix}-building-plus:before { content: $ti-icon-building-plus; } .#{$ti-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; } .#{$ti-prefix}-building-stadium:before { content: $ti-icon-building-stadium; } .#{$ti-prefix}-building-store:before { content: $ti-icon-building-store; } @@ -6965,9 +7048,11 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-car-fan-3:before { content: $ti-icon-car-fan-3; } .#{$ti-prefix}-car-fan-auto:before { content: $ti-icon-car-fan-auto; } .#{$ti-prefix}-car-fan-filled:before { content: $ti-icon-car-fan-filled; } +.#{$ti-prefix}-car-filled:before { content: $ti-icon-car-filled; } .#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; } .#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; } .#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; } +.#{$ti-prefix}-car-suv-filled:before { content: $ti-icon-car-suv-filled; } .#{$ti-prefix}-car-turbine:before { content: $ti-icon-car-turbine; } .#{$ti-prefix}-carambola:before { content: $ti-icon-carambola; } .#{$ti-prefix}-carambola-filled:before { content: $ti-icon-carambola-filled; } @@ -7730,6 +7815,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-device-audio-tape:before { content: $ti-icon-device-audio-tape; } .#{$ti-prefix}-device-camera-phone:before { content: $ti-icon-device-camera-phone; } .#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; } +.#{$ti-prefix}-device-cctv-filled:before { content: $ti-icon-device-cctv-filled; } .#{$ti-prefix}-device-cctv-off:before { content: $ti-icon-device-cctv-off; } .#{$ti-prefix}-device-computer-camera:before { content: $ti-icon-device-computer-camera; } .#{$ti-prefix}-device-computer-camera-off:before { content: $ti-icon-device-computer-camera-off; } @@ -7743,6 +7829,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-device-desktop-dollar:before { content: $ti-icon-device-desktop-dollar; } .#{$ti-prefix}-device-desktop-down:before { content: $ti-icon-device-desktop-down; } .#{$ti-prefix}-device-desktop-exclamation:before { content: $ti-icon-device-desktop-exclamation; } +.#{$ti-prefix}-device-desktop-filled:before { content: $ti-icon-device-desktop-filled; } .#{$ti-prefix}-device-desktop-heart:before { content: $ti-icon-device-desktop-heart; } .#{$ti-prefix}-device-desktop-minus:before { content: $ti-icon-device-desktop-minus; } .#{$ti-prefix}-device-desktop-off:before { content: $ti-icon-device-desktop-off; } @@ -7759,6 +7846,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; } .#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; } .#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; } +.#{$ti-prefix}-device-gamepad-3-filled:before { content: $ti-icon-device-gamepad-3-filled; } .#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; } .#{$ti-prefix}-device-heart-monitor-filled:before { content: $ti-icon-device-heart-monitor-filled; } .#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; } @@ -7770,6 +7858,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-device-imac-dollar:before { content: $ti-icon-device-imac-dollar; } .#{$ti-prefix}-device-imac-down:before { content: $ti-icon-device-imac-down; } .#{$ti-prefix}-device-imac-exclamation:before { content: $ti-icon-device-imac-exclamation; } +.#{$ti-prefix}-device-imac-filled:before { content: $ti-icon-device-imac-filled; } .#{$ti-prefix}-device-imac-heart:before { content: $ti-icon-device-imac-heart; } .#{$ti-prefix}-device-imac-minus:before { content: $ti-icon-device-imac-minus; } .#{$ti-prefix}-device-imac-off:before { content: $ti-icon-device-imac-off; } @@ -7791,6 +7880,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-device-ipad-dollar:before { content: $ti-icon-device-ipad-dollar; } .#{$ti-prefix}-device-ipad-down:before { content: $ti-icon-device-ipad-down; } .#{$ti-prefix}-device-ipad-exclamation:before { content: $ti-icon-device-ipad-exclamation; } +.#{$ti-prefix}-device-ipad-filled:before { content: $ti-icon-device-ipad-filled; } .#{$ti-prefix}-device-ipad-heart:before { content: $ti-icon-device-ipad-heart; } .#{$ti-prefix}-device-ipad-horizontal:before { content: $ti-icon-device-ipad-horizontal; } .#{$ti-prefix}-device-ipad-horizontal-bolt:before { content: $ti-icon-device-ipad-horizontal-bolt; } @@ -7857,12 +7947,14 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-device-nintendo-off:before { content: $ti-icon-device-nintendo-off; } .#{$ti-prefix}-device-projector:before { content: $ti-icon-device-projector; } .#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; } +.#{$ti-prefix}-device-remote-filled:before { content: $ti-icon-device-remote-filled; } .#{$ti-prefix}-device-sd-card:before { content: $ti-icon-device-sd-card; } .#{$ti-prefix}-device-sim:before { content: $ti-icon-device-sim; } .#{$ti-prefix}-device-sim-1:before { content: $ti-icon-device-sim-1; } .#{$ti-prefix}-device-sim-2:before { content: $ti-icon-device-sim-2; } .#{$ti-prefix}-device-sim-3:before { content: $ti-icon-device-sim-3; } .#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; } +.#{$ti-prefix}-device-speaker-filled:before { content: $ti-icon-device-speaker-filled; } .#{$ti-prefix}-device-speaker-off:before { content: $ti-icon-device-speaker-off; } .#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; } .#{$ti-prefix}-device-tablet-bolt:before { content: $ti-icon-device-tablet-bolt; } @@ -7887,12 +7979,16 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-device-tablet-up:before { content: $ti-icon-device-tablet-up; } .#{$ti-prefix}-device-tablet-x:before { content: $ti-icon-device-tablet-x; } .#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; } +.#{$ti-prefix}-device-tv-filled:before { content: $ti-icon-device-tv-filled; } .#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; } .#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; } +.#{$ti-prefix}-device-tv-old-filled:before { content: $ti-icon-device-tv-old-filled; } .#{$ti-prefix}-device-unknown:before { content: $ti-icon-device-unknown; } .#{$ti-prefix}-device-unknown-filled:before { content: $ti-icon-device-unknown-filled; } .#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; } +.#{$ti-prefix}-device-usb-filled:before { content: $ti-icon-device-usb-filled; } .#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; } +.#{$ti-prefix}-device-vision-pro-filled:before { content: $ti-icon-device-vision-pro-filled; } .#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; } .#{$ti-prefix}-device-watch-bolt:before { content: $ti-icon-device-watch-bolt; } .#{$ti-prefix}-device-watch-cancel:before { content: $ti-icon-device-watch-cancel; } @@ -7902,6 +7998,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-device-watch-dollar:before { content: $ti-icon-device-watch-dollar; } .#{$ti-prefix}-device-watch-down:before { content: $ti-icon-device-watch-down; } .#{$ti-prefix}-device-watch-exclamation:before { content: $ti-icon-device-watch-exclamation; } +.#{$ti-prefix}-device-watch-filled:before { content: $ti-icon-device-watch-filled; } .#{$ti-prefix}-device-watch-heart:before { content: $ti-icon-device-watch-heart; } .#{$ti-prefix}-device-watch-minus:before { content: $ti-icon-device-watch-minus; } .#{$ti-prefix}-device-watch-off:before { content: $ti-icon-device-watch-off; } @@ -7974,14 +8071,17 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; } .#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; } .#{$ti-prefix}-directions:before { content: $ti-icon-directions; } +.#{$ti-prefix}-directions-filled:before { content: $ti-icon-directions-filled; } .#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; } .#{$ti-prefix}-disabled:before { content: $ti-icon-disabled; } .#{$ti-prefix}-disabled-2:before { content: $ti-icon-disabled-2; } .#{$ti-prefix}-disabled-off:before { content: $ti-icon-disabled-off; } .#{$ti-prefix}-disc:before { content: $ti-icon-disc; } +.#{$ti-prefix}-disc-filled:before { content: $ti-icon-disc-filled; } .#{$ti-prefix}-disc-golf:before { content: $ti-icon-disc-golf; } .#{$ti-prefix}-disc-off:before { content: $ti-icon-disc-off; } .#{$ti-prefix}-discount:before { content: $ti-icon-discount; } +.#{$ti-prefix}-discount-filled:before { content: $ti-icon-discount-filled; } .#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; } .#{$ti-prefix}-divide:before { content: $ti-icon-divide; } .#{$ti-prefix}-dna:before { content: $ti-icon-dna; } @@ -8057,6 +8157,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; } .#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; } .#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; } +.#{$ti-prefix}-elevator-filled:before { content: $ti-icon-elevator-filled; } .#{$ti-prefix}-elevator-off:before { content: $ti-icon-elevator-off; } .#{$ti-prefix}-emergency-bed:before { content: $ti-icon-emergency-bed; } .#{$ti-prefix}-empathize:before { content: $ti-icon-empathize; } @@ -8129,11 +8230,13 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-face-mask-off:before { content: $ti-icon-face-mask-off; } .#{$ti-prefix}-fall:before { content: $ti-icon-fall; } .#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; } +.#{$ti-prefix}-favicon-filled:before { content: $ti-icon-favicon-filled; } .#{$ti-prefix}-feather:before { content: $ti-icon-feather; } .#{$ti-prefix}-feather-filled:before { content: $ti-icon-feather-filled; } .#{$ti-prefix}-feather-off:before { content: $ti-icon-feather-off; } .#{$ti-prefix}-fence:before { content: $ti-icon-fence; } .#{$ti-prefix}-fence-off:before { content: $ti-icon-fence-off; } +.#{$ti-prefix}-ferry:before { content: $ti-icon-ferry; } .#{$ti-prefix}-fidget-spinner:before { content: $ti-icon-fidget-spinner; } .#{$ti-prefix}-file:before { content: $ti-icon-file; } .#{$ti-prefix}-file-3d:before { content: $ti-icon-file-3d; } @@ -8728,6 +8831,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-ice-cream-off:before { content: $ti-icon-ice-cream-off; } .#{$ti-prefix}-ice-skating:before { content: $ti-icon-ice-skating; } .#{$ti-prefix}-icons:before { content: $ti-icon-icons; } +.#{$ti-prefix}-icons-filled:before { content: $ti-icon-icons-filled; } .#{$ti-prefix}-icons-off:before { content: $ti-icon-icons-off; } .#{$ti-prefix}-id:before { content: $ti-icon-id; } .#{$ti-prefix}-id-badge:before { content: $ti-icon-id-badge; } @@ -8779,11 +8883,15 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-invoice:before { content: $ti-icon-invoice; } .#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; } .#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; } +.#{$ti-prefix}-ironing-1-filled:before { content: $ti-icon-ironing-1-filled; } .#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; } +.#{$ti-prefix}-ironing-2-filled:before { content: $ti-icon-ironing-2-filled; } .#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; } +.#{$ti-prefix}-ironing-3-filled:before { content: $ti-icon-ironing-3-filled; } .#{$ti-prefix}-ironing-filled:before { content: $ti-icon-ironing-filled; } .#{$ti-prefix}-ironing-off:before { content: $ti-icon-ironing-off; } .#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; } +.#{$ti-prefix}-ironing-steam-filled:before { content: $ti-icon-ironing-steam-filled; } .#{$ti-prefix}-ironing-steam-off:before { content: $ti-icon-ironing-steam-off; } .#{$ti-prefix}-irregular-polyhedron:before { content: $ti-icon-irregular-polyhedron; } .#{$ti-prefix}-irregular-polyhedron-off:before { content: $ti-icon-irregular-polyhedron-off; } @@ -8797,6 +8905,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-join-bevel:before { content: $ti-icon-join-bevel; } .#{$ti-prefix}-join-round:before { content: $ti-icon-join-round; } .#{$ti-prefix}-join-straight:before { content: $ti-icon-join-straight; } +.#{$ti-prefix}-joker:before { content: $ti-icon-joker; } .#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; } .#{$ti-prefix}-json:before { content: $ti-icon-json; } .#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; } @@ -9230,6 +9339,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; } .#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; } .#{$ti-prefix}-math-x-divide-y-2:before { content: $ti-icon-math-x-divide-y-2; } +.#{$ti-prefix}-math-x-floor-divide-y:before { content: $ti-icon-math-x-floor-divide-y; } .#{$ti-prefix}-math-x-minus-x:before { content: $ti-icon-math-x-minus-x; } .#{$ti-prefix}-math-x-minus-y:before { content: $ti-icon-math-x-minus-y; } .#{$ti-prefix}-math-x-plus-x:before { content: $ti-icon-math-x-plus-x; } @@ -9538,8 +9648,10 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-number-0-small:before { content: $ti-icon-number-0-small; } .#{$ti-prefix}-number-1:before { content: $ti-icon-number-1; } .#{$ti-prefix}-number-1-small:before { content: $ti-icon-number-1-small; } +.#{$ti-prefix}-number-10:before { content: $ti-icon-number-10; } .#{$ti-prefix}-number-10-small:before { content: $ti-icon-number-10-small; } .#{$ti-prefix}-number-100-small:before { content: $ti-icon-number-100-small; } +.#{$ti-prefix}-number-11:before { content: $ti-icon-number-11; } .#{$ti-prefix}-number-11-small:before { content: $ti-icon-number-11-small; } .#{$ti-prefix}-number-12-small:before { content: $ti-icon-number-12-small; } .#{$ti-prefix}-number-123:before { content: $ti-icon-number-123; } @@ -9875,7 +9987,37 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-plant-off:before { content: $ti-icon-plant-off; } .#{$ti-prefix}-play-basketball:before { content: $ti-icon-play-basketball; } .#{$ti-prefix}-play-card:before { content: $ti-icon-play-card; } +.#{$ti-prefix}-play-card-1:before { content: $ti-icon-play-card-1; } +.#{$ti-prefix}-play-card-1-filled:before { content: $ti-icon-play-card-1-filled; } +.#{$ti-prefix}-play-card-10:before { content: $ti-icon-play-card-10; } +.#{$ti-prefix}-play-card-10-filled:before { content: $ti-icon-play-card-10-filled; } +.#{$ti-prefix}-play-card-2:before { content: $ti-icon-play-card-2; } +.#{$ti-prefix}-play-card-2-filled:before { content: $ti-icon-play-card-2-filled; } +.#{$ti-prefix}-play-card-3:before { content: $ti-icon-play-card-3; } +.#{$ti-prefix}-play-card-3-filled:before { content: $ti-icon-play-card-3-filled; } +.#{$ti-prefix}-play-card-4:before { content: $ti-icon-play-card-4; } +.#{$ti-prefix}-play-card-4-filled:before { content: $ti-icon-play-card-4-filled; } +.#{$ti-prefix}-play-card-5:before { content: $ti-icon-play-card-5; } +.#{$ti-prefix}-play-card-5-filled:before { content: $ti-icon-play-card-5-filled; } +.#{$ti-prefix}-play-card-6:before { content: $ti-icon-play-card-6; } +.#{$ti-prefix}-play-card-6-filled:before { content: $ti-icon-play-card-6-filled; } +.#{$ti-prefix}-play-card-7:before { content: $ti-icon-play-card-7; } +.#{$ti-prefix}-play-card-7-filled:before { content: $ti-icon-play-card-7-filled; } +.#{$ti-prefix}-play-card-8:before { content: $ti-icon-play-card-8; } +.#{$ti-prefix}-play-card-8-filled:before { content: $ti-icon-play-card-8-filled; } +.#{$ti-prefix}-play-card-9:before { content: $ti-icon-play-card-9; } +.#{$ti-prefix}-play-card-9-filled:before { content: $ti-icon-play-card-9-filled; } +.#{$ti-prefix}-play-card-a:before { content: $ti-icon-play-card-a; } +.#{$ti-prefix}-play-card-a-filled:before { content: $ti-icon-play-card-a-filled; } +.#{$ti-prefix}-play-card-j:before { content: $ti-icon-play-card-j; } +.#{$ti-prefix}-play-card-j-filled:before { content: $ti-icon-play-card-j-filled; } +.#{$ti-prefix}-play-card-k:before { content: $ti-icon-play-card-k; } +.#{$ti-prefix}-play-card-k-filled:before { content: $ti-icon-play-card-k-filled; } .#{$ti-prefix}-play-card-off:before { content: $ti-icon-play-card-off; } +.#{$ti-prefix}-play-card-q:before { content: $ti-icon-play-card-q; } +.#{$ti-prefix}-play-card-q-filled:before { content: $ti-icon-play-card-q-filled; } +.#{$ti-prefix}-play-card-star:before { content: $ti-icon-play-card-star; } +.#{$ti-prefix}-play-card-star-filled:before { content: $ti-icon-play-card-star-filled; } .#{$ti-prefix}-play-football:before { content: $ti-icon-play-football; } .#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; } .#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; } @@ -10357,6 +10499,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-signature:before { content: $ti-icon-signature; } .#{$ti-prefix}-signature-off:before { content: $ti-icon-signature-off; } .#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; } +.#{$ti-prefix}-sitemap-filled:before { content: $ti-icon-sitemap-filled; } .#{$ti-prefix}-sitemap-off:before { content: $ti-icon-sitemap-off; } .#{$ti-prefix}-skateboard:before { content: $ti-icon-skateboard; } .#{$ti-prefix}-skateboard-off:before { content: $ti-icon-skateboard-off; } @@ -11202,6 +11345,7 @@ $ti-icon-zzz-off: unicode('f440'); .#{$ti-prefix}-writing-sign:before { content: $ti-icon-writing-sign; } .#{$ti-prefix}-writing-sign-off:before { content: $ti-icon-writing-sign-off; } .#{$ti-prefix}-x:before { content: $ti-icon-x; } +.#{$ti-prefix}-x-power-y:before { content: $ti-icon-x-power-y; } .#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; } .#{$ti-prefix}-xbox-a-filled:before { content: $ti-icon-xbox-a-filled; } .#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; } diff --git a/assets/fonts/tabler-icons-filled.ttf b/assets/fonts/tabler-icons-filled.ttf index aaeb96fcf87e..062c666a44c9 100644 Binary files a/assets/fonts/tabler-icons-filled.ttf and b/assets/fonts/tabler-icons-filled.ttf differ diff --git a/assets/fonts/tabler-icons-filled.woff b/assets/fonts/tabler-icons-filled.woff index a9b264bb459b..12d691431c10 100644 Binary files a/assets/fonts/tabler-icons-filled.woff and b/assets/fonts/tabler-icons-filled.woff differ diff --git a/assets/fonts/tabler-icons-filled.woff2 b/assets/fonts/tabler-icons-filled.woff2 index 43b44dc3dbb9..e151eda6eb80 100644 Binary files a/assets/fonts/tabler-icons-filled.woff2 and b/assets/fonts/tabler-icons-filled.woff2 differ diff --git a/assets/fonts/tabler-icons-outline.ttf b/assets/fonts/tabler-icons-outline.ttf index 02800215a99f..656992255b14 100644 Binary files a/assets/fonts/tabler-icons-outline.ttf and b/assets/fonts/tabler-icons-outline.ttf differ diff --git a/assets/fonts/tabler-icons-outline.woff b/assets/fonts/tabler-icons-outline.woff index c952cd715a97..e503489fd640 100644 Binary files a/assets/fonts/tabler-icons-outline.woff and b/assets/fonts/tabler-icons-outline.woff differ diff --git a/assets/fonts/tabler-icons-outline.woff2 b/assets/fonts/tabler-icons-outline.woff2 index 7f4b2abcc777..e6cf527a7eb8 100644 Binary files a/assets/fonts/tabler-icons-outline.woff2 and b/assets/fonts/tabler-icons-outline.woff2 differ diff --git a/assets/fonts/tabler-icons.ttf b/assets/fonts/tabler-icons.ttf index 837ed9c79281..8ffef0e70932 100644 Binary files a/assets/fonts/tabler-icons.ttf and b/assets/fonts/tabler-icons.ttf differ diff --git a/assets/fonts/tabler-icons.woff b/assets/fonts/tabler-icons.woff index 387cd717fca5..bb05ab6562a1 100644 Binary files a/assets/fonts/tabler-icons.woff and b/assets/fonts/tabler-icons.woff differ diff --git a/assets/fonts/tabler-icons.woff2 b/assets/fonts/tabler-icons.woff2 index 83337fa850d7..db4d0c615de4 100644 Binary files a/assets/fonts/tabler-icons.woff2 and b/assets/fonts/tabler-icons.woff2 differ diff --git a/assets/webfonts/fa-brands-400.ttf b/assets/webfonts/fa-brands-400.ttf index 08362f3424c6..c739a396546d 100644 Binary files a/assets/webfonts/fa-brands-400.ttf and b/assets/webfonts/fa-brands-400.ttf differ diff --git a/assets/webfonts/fa-brands-400.woff2 b/assets/webfonts/fa-brands-400.woff2 index d84512f3897d..cb888623ca5a 100644 Binary files a/assets/webfonts/fa-brands-400.woff2 and b/assets/webfonts/fa-brands-400.woff2 differ diff --git a/assets/webfonts/fa-regular-400.ttf b/assets/webfonts/fa-regular-400.ttf index 7f9b53c1df78..314040946f42 100644 Binary files a/assets/webfonts/fa-regular-400.ttf and b/assets/webfonts/fa-regular-400.ttf differ diff --git a/assets/webfonts/fa-regular-400.woff2 b/assets/webfonts/fa-regular-400.woff2 index 452b49c0407e..fc0a2168aa56 100644 Binary files a/assets/webfonts/fa-regular-400.woff2 and b/assets/webfonts/fa-regular-400.woff2 differ diff --git a/assets/webfonts/fa-solid-900.ttf b/assets/webfonts/fa-solid-900.ttf index e7e2ecfa3411..f3b468e5b255 100644 Binary files a/assets/webfonts/fa-solid-900.ttf and b/assets/webfonts/fa-solid-900.ttf differ diff --git a/assets/webfonts/fa-solid-900.woff2 b/assets/webfonts/fa-solid-900.woff2 index fec1fae77d48..42eaaa697f0e 100644 Binary files a/assets/webfonts/fa-solid-900.woff2 and b/assets/webfonts/fa-solid-900.woff2 differ diff --git a/assets/webfonts/fa-v4compatibility.ttf b/assets/webfonts/fa-v4compatibility.ttf index 577b7a00cfa7..ba780aa89951 100644 Binary files a/assets/webfonts/fa-v4compatibility.ttf and b/assets/webfonts/fa-v4compatibility.ttf differ diff --git a/assets/webfonts/fa-v4compatibility.woff2 b/assets/webfonts/fa-v4compatibility.woff2 index 73931680d3a5..bb61b589478d 100644 Binary files a/assets/webfonts/fa-v4compatibility.woff2 and b/assets/webfonts/fa-v4compatibility.woff2 differ