diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000000..99b43da468647 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,44 @@ +{ + "files": ["README.md"], + "imageSize": 100, + "commit": false, + "contributorsPerLine": 7, + "projectName": "al-folio", + "projectOwner": "alshedivat", + "repoType": "github", + "repoHost": "https://github.com", + "badgeTemplate": "[core_contributors]: https://img.shields.io/badge/core_contributors-<%= contributors.length %>-orange.svg 'Number of core contributors'", + "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "skipCi": true, + "contributors": [ + { + "login": "alshedivat", + "name": "Maruan", + "avatar_url": "https://avatars.githubusercontent.com/u/2126561?v=4", + "profile": "http://maruan.alshedivat.com", + "contributions": ["design", "code"] + }, + { + "login": "rohandebsarkar", + "name": "Rohan Deb Sarkar", + "avatar_url": "https://avatars.githubusercontent.com/u/50144004?v=4", + "profile": "http://rohandebsarkar.github.io", + "contributions": ["code"] + }, + { + "login": "pourmand1376", + "name": "Amir Pourmand", + "avatar_url": "https://avatars.githubusercontent.com/u/32064808?v=4", + "profile": "https://amirpourmand.ir", + "contributions": ["code"] + }, + { + "login": "george-gca", + "name": "George", + "avatar_url": "https://avatars.githubusercontent.com/u/31376482?v=4", + "profile": "https://george-gca.github.io/", + "contributions": ["code"] + } + ], + "commitConvention": "angular" +} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000000..fcb4b72b4ce8f --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,31 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/jekyll +{ + "name": "Jekyll", + "image": "mcr.microsoft.com/devcontainers/jekyll", + + // Features to add to the dev container. More info: https://containers.dev/features. + "features": { + "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { + "packages": "build-essential,imagemagick,inotify-tools,jupyter-nbconvert,procps,ruby-full,zlib1g-dev" + }, + "ghcr.io/devcontainers-contrib/features/prettier:1": {} + }, + + // Optionally: run jekyll serve automatically on container entering using the Docker entrypoint + "postAttachCommand": "./bin/entry_point.sh", + + "customizations": { + "vscode": { + "extensions": ["esbenp.prettier-vscode", "sissel.shopify-liquid", "yzhang.markdown-all-in-one"], + "settings": { + // use prettier code formatter as default formatter + "editor.defaultFormatter": "esbenp.prettier-vscode", + "prettier.configPath": ".prettierrc", + "editor.formatOnSave": true + } + } + }, + + "remoteUser": "vscode" +} diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000000000..7e826743e5e2c --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +_site/ +.git/ +assets/ diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000000..691dff408f113 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,24 @@ +# Template taken from https://github.com/v8/v8/blob/master/.git-blame-ignore-revs. +# +# This file contains a list of git hashes of revisions to be ignored by git blame. These +# revisions are considered "unimportant" in that they are unlikely to be what you are +# interested in when blaming. Most of these will probably be commits related to linting +# and code formatting. +# +# Instructions: +# - Only large (generally automated) reformatting or renaming CLs should be +# added to this list. Do not put things here just because you feel they are +# trivial or unimportant. If in doubt, do not put it on this list. +# - Precede each revision with a comment containing the PR title and number. +# For bulk work over many commits, place all commits in a block with a single +# comment at the top describing the work done in those commits. +# - Only put full 40-character hashes on this list (not short hashes or any +# other revision reference). +# - Append to the bottom of the file (revisions should be in chronological order +# from oldest to newest). +# - Because you must use a hash, you need to append to this list in a follow-up +# PR to the actual reformatting PR that you are trying to ignore. + +# Format all the code using prettier.io. (#2048, #2062) +beb6f27d596e753014cb9bff1939e5f78d66431c +2d34024961c3a3d27d6fd18ce06a551657983234 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index c78502f480c83..0000000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: alshedivat -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # ['https://www.buymeacoffee.com/TkFxuKo'] diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml new file mode 100644 index 0000000000000..b95ae0c5d81d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -0,0 +1,102 @@ +name: 🐛 Report a bug +description: Any errors. +labels: ["needs triage", "bug"] +body: + - type: markdown + attributes: + value: > + Before you go any further. Is this really a **🐛 bug**? + + If it's a question about how al-folio works, have a look at our [documentation](https://github.com/alshedivat/al-folio/blob/master/README.md), + [frequently asked questions](https://github.com/alshedivat/al-folio/blob/master/FAQ.md), + [past questions](https://github.com/alshedivat/al-folio/discussions/categories/q-a), + or [ask a question](https://github.com/alshedivat/al-folio/discussions/new?category=q-a). + + - type: checkboxes + id: requirements + attributes: + label: Have you checked that your issue isn't already filed? + description: > + Please check if somebody else has already filed the same issue. + If you find a similar issue, please add a 👍 reaction or comment on the original post. + options: + - label: I read through [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my issue. + required: true + - label: Yes, I have checked that this issue isn't already filed. + required: true + + - type: input + attributes: + label: Bug description + description: A description of the 🐛 bug. + placeholder: A clear and concise description of what the bug is. + validations: + required: true + + - type: textarea + attributes: + label: How to reproduce the bug + description: Provide steps to reproduce the 🐛 bug. + placeholder: | + Include steps to reproduce, the expected behaviour, and the actual behaviour. + + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true + + - type: textarea + attributes: + label: Error messages and logs + description: > + Provide any error messages and/or logs + placeholder: "Copy the complete error messages and logs" + value: | + ``` + The error message you got, with the full traceback if available. Please paste it between these triple backticks. + ``` + validations: + required: false + + - type: dropdown + id: os + attributes: + label: What operating system are you using? + description: select all OSs where you have experienced this issue + multiple: true + options: + - Linux + - Mac + - Windows + - Not applicable (e.g. you're using GitHub Pages or other hosting) + validations: + required: true + + - type: dropdown + id: environment + attributes: + label: Where are you seeing the problem on? + description: select all environments where you have experienced this issue + multiple: true + options: + - "Running locally with Docker (docker compose)" + - "Running locally with Docker (devcontainer)" + - "Running locally without Docker" + - "Deployed site" + validations: + required: true + + - type: textarea + attributes: + label: More info + description: Add any other info about the issue here. + placeholder: | + Add any other context about the problem here, such as versions of the libraries if running without docker, screenshots, links to the deployed site, etc. + validations: + required: false + + - type: markdown + attributes: + value: "**Happy coding!**" diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.yml b/.github/ISSUE_TEMPLATE/2_feature_request.yml new file mode 100644 index 0000000000000..36c218062a1df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_feature_request.yml @@ -0,0 +1,56 @@ +name: 🚀 Feature request +description: Propose a feature for this project +labels: ["needs triage", "enhancement"] +body: + - type: markdown + attributes: + value: > + Before you go any further, are you sure that this feature is not already implemented? + + If it's a question about how al-folio works, have a look at our [documentation](https://github.com/alshedivat/al-folio/blob/master/README.md), + [frequently asked questions](https://github.com/alshedivat/al-folio/blob/master/FAQ.md), + [past questions](https://github.com/alshedivat/al-folio/discussions/categories/q-a), + or [ask a question](https://github.com/alshedivat/al-folio/discussions/new?category=q-a). + + - type: checkboxes + id: requirements + attributes: + label: Have you checked that your feature request isn't already filed? + description: > + Please check if somebody else has already filed the same 🚀 feature request. + If you find a similar feature request, please add a 👍 reaction or comment on the original post. + options: + - label: I read through [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my feature request. + required: true + - label: Yes, I have checked that this feature request isn't already filed. + required: true + + - type: textarea + attributes: + label: Description & Motivation + description: A clear and concise description of the 🚀 feature proposal + placeholder: | + Please outline the motivation for the proposal. + Is your feature request related to a problem? e.g., I'm always frustrated when [...]. + If this is related to another GitHub issue, please link it here + + - type: textarea + attributes: + label: Pitch + description: A clear and concise description of what you want to happen. + validations: + required: false + + - type: textarea + attributes: + label: Alternatives + description: A clear and concise description of any alternative solutions or features you've considered, if any. + validations: + required: false + + - type: textarea + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 511f585150ba4..0000000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Acknowledge the following** -- [ ] I carefully read and followed the [Getting Started](https://github.com/alshedivat/al-folio#getting-started) guide. -- [ ] I read through [FAQ](https://github.com/alshedivat/al-folio#faq) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my issue. -- [ ] The issue I am raising is a potential bug in al-folio and not just a usage question.
[For usage questions, please post in the [Discussions](https://github.com/alshedivat/al-folio/discussions) instead of raising an issue.] - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**System (please complete the following information):** - - OS: [e.g. iOS] - - Browser (and its version) [e.g. chrome, safari] - - Jekyll version [e.g. 3.8.7] -- Ruby version [e.g. 2.6.5] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000000..5da20df00b4b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Ask a Question + url: https://github.com/alshedivat/al-folio/discussions/categories/q-a + about: Ask and answer al-folio related questions. + - name: 📖 Read the documentation + url: https://github.com/alshedivat/al-folio/blob/master/README.md + about: Please consult the documentation before opening any issues! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 11fc491ef1dae..0000000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000000..4fdc27eed59a3 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,14 @@ +changelog: + exclude: + labels: + - ignore-for-release + categories: + - title: new features 🚀 + labels: + - enhancement + - title: bug fixes and improvements ✨ + labels: + - bug-fix + - title: other changes 🛠️ + labels: + - "*" diff --git a/.github/workflows/axe.yml b/.github/workflows/axe.yml new file mode 100644 index 0000000000000..46d117fdb39e0 --- /dev/null +++ b/.github/workflows/axe.yml @@ -0,0 +1,73 @@ +name: Axe accessibility testing + +on: + # if you want to run this on every push uncomment the following lines + # push: + # branches: + # - master + # - main + # pull_request: + # branches: + # - master + # - main + workflow_dispatch: + inputs: + url: + description: "URL to be checked (e.g.: blog/)" + required: false + +env: + URL: "" + +jobs: + check: + # available images: https://github.com/actions/runner-images#available-images + runs-on: ubuntu-latest + steps: + - name: Checkout 🛎️ + uses: actions/checkout@v4 + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: "3.2.2" + bundler-cache: true + - name: Update _config.yml ⚙️ + uses: fjogeleit/yaml-update-action@main + with: + commitChange: false + valueFile: "_config.yml" + changes: | + { + "giscus.repo": "${{ github.repository }}", + "baseurl": "" + } + - name: Install and Build 🔧 + run: | + pip3 install --upgrade jupyter + export JEKYLL_ENV=production + bundle exec jekyll build + - name: Purge unused CSS 🧹 + run: | + npm install -g purgecss + purgecss -c purgecss.config.js + - name: Get Chromium version 🌐 + # https://github.com/GoogleChromeLabs/chrome-for-testing?tab=readme-ov-file#other-api-endpoints + run: | + CHROMIUM_VERSION=$(wget -qO- https://googlechromelabs.github.io/chrome-for-testing/LATEST_RELEASE_STABLE | cut -d. -f1) + echo "Chromium version: $CHROMIUM_VERSION" + echo "CHROMIUM_VERSION=$CHROMIUM_VERSION" >> $GITHUB_ENV + - name: Setup Chrome 🌐 + id: setup-chrome + uses: browser-actions/setup-chrome@v1 + with: + chrome-version: ${{ env.CHROMIUM_VERSION }} + - name: Install chromedriver 🚗 + run: | + npm install -g chromedriver@$CHROMIUM_VERSION + - name: Run axe 🪓 + # https://github.com/dequelabs/axe-core-npm/tree/develop/packages/cli + run: | + npm install -g @axe-core/cli + npm install -g http-server + http-server _site/ & + axe --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver http://localhost:8080/${{ github.event.inputs.url || env.URL }} --load-delay=1500 --exit diff --git a/.github/workflows/broken-links-site.yml b/.github/workflows/broken-links-site.yml new file mode 100644 index 0000000000000..d85270fefced2 --- /dev/null +++ b/.github/workflows/broken-links-site.yml @@ -0,0 +1,46 @@ +name: Check for broken links on site + +on: + workflow_run: + workflows: [Deploy site] + types: [completed] + +jobs: + check-links-on-site: + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow + if: ${{ github.event.workflow_run.conclusion == 'success' }} + # available images: https://github.com/actions/runner-images#available-images + runs-on: ubuntu-latest + steps: + - name: Checkout 🛎️ + uses: actions/checkout@v4 + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: "3.2.2" + bundler-cache: true + - name: Update _config.yml ⚙️ + uses: fjogeleit/yaml-update-action@main + with: + commitChange: false + valueFile: "_config.yml" + changes: | + { + "giscus.repo": "${{ github.repository }}", + "baseurl": "" + } + - name: Install and Build 🔧 + run: | + pip3 install --upgrade jupyter + export JEKYLL_ENV=production + bundle exec jekyll build + - name: Purge unused CSS 🧹 + run: | + npm install -g purgecss + purgecss -c purgecss.config.js + - name: Link Checker 🔗 + uses: lycheeverse/lychee-action@v1.9.0 + with: + fail: true + # only check local links + args: --offline --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --verbose --no-progress '_site/**/*.html' diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml new file mode 100644 index 0000000000000..3f76faeb8cce7 --- /dev/null +++ b/.github/workflows/broken-links.yml @@ -0,0 +1,52 @@ +name: Check for broken links + +on: + push: + branches: + - master + - main + paths: + - "assets/**" + - "**.html" + - "**.js" + - "**.liquid" + - "**/*.md" + - "**.yml" + - "!.github/workflows/axe.yml" + - "!.github/workflows/deploy-docker-tag.yml" + - "!.github/workflows/deploy-image.yml" + - "!.github/workflows/docker-slim.yml" + - "!.github/workflows/lighthouse-badger.yml" + - "!.github/workflows/prettier.yml" + - "!lighthouse_results/**" + pull_request: + branches: + - master + - main + paths: + - "assets/**" + - "**.html" + - "**.js" + - "**.liquid" + - "**/*.md" + - "**.yml" + - "!.github/workflows/axe.yml" + - "!.github/workflows/deploy-docker-tag.yml" + - "!.github/workflows/deploy-image.yml" + - "!.github/workflows/docker-slim.yml" + - "!.github/workflows/lighthouse-badger.yml" + - "!.github/workflows/prettier.yml" + - "!lighthouse_results/**" + +jobs: + link-checker: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Link Checker 🔗 + uses: lycheeverse/lychee-action@v1.9.0 + with: + fail: true + # removed md files that include liquid tags + args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --verbose --no-progress './**/*.md' './**/*.html' diff --git a/.github/workflows/deploy-docker-tag.yml b/.github/workflows/deploy-docker-tag.yml new file mode 100644 index 0000000000000..d7710e2683e64 --- /dev/null +++ b/.github/workflows/deploy-docker-tag.yml @@ -0,0 +1,50 @@ +name: Docker Image CI (Upload Tag) + +on: + push: + tags: + - "v*" + paths: + - ".github/workflows/deploy-docker-tag.yml" + - ".github/workflows/deploy-image.yml" + - "bin/entry_point.sh" + - "Dockerfile" + - "Gemfile" + - "Gemfile.lock" + - "package.json" + - "package-lock.json" + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + + - name: Buildx + uses: docker/setup-buildx-action@v3 + + - name: Docker meta + id: meta + uses: docker/metadata-action@v5 + with: + images: amirpourmand/al-folio + + - name: Login + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + platforms: linux/amd64,linux/arm64/v8 + push: ${{ github.event_name != 'pull_request' }} + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml new file mode 100644 index 0000000000000..7ddd8f65003c5 --- /dev/null +++ b/.github/workflows/deploy-image.yml @@ -0,0 +1,44 @@ +name: Docker Image CI + +on: + push: + branches: + - master + - main + paths: + - ".github/workflows/deploy-image.yml" + - "bin/entry_point.sh" + - "Dockerfile" + - "Gemfile" + - "Gemfile.lock" + - "package.json" + - "package-lock.json" + +jobs: + build: + runs-on: ubuntu-latest + if: github.repository_owner == 'alshedivat' + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + + - name: Buildx + uses: docker/setup-buildx-action@v3 + + - name: Login + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + push: true + platforms: linux/amd64,linux/arm64/v8 + tags: amirpourmand/al-folio diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 253dcb288ac02..85b7edffcbadd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,51 +1,95 @@ -name: deploy +name: Deploy site on: push: branches: - master - main + paths: + - "assets/**" + - "**.bib" + - "**.html" + - "**.js" + - "**.liquid" + - "**/*.md" + - "**.yml" + - "Gemfile" + - "Gemfile.lock" + - "!.github/workflows/axe.yml" + - "!.github/workflows/broken-links.yml" + - "!.github/workflows/deploy-docker-tag.yml" + - "!.github/workflows/deploy-image.yml" + - "!.github/workflows/docker-slim.yml" + - "!.github/workflows/lighthouse-badger.yml" + - "!.github/workflows/prettier.yml" + - "!lighthouse_results/**" + - "!CONTRIBUTING.md" + - "!CUSTOMIZE.md" + - "!FAQ.md" + - "!INSTALL.md" + - "!README.md" pull_request: branches: - master - main + paths: + - "assets/**" + - "**.bib" + - "**.html" + - "**.js" + - "**.liquid" + - "**/*.md" + - "**.yml" + - "Gemfile" + - "Gemfile.lock" + - "!.github/workflows/axe.yml" + - "!.github/workflows/broken-links.yml" + - "!.github/workflows/deploy-docker-tag.yml" + - "!.github/workflows/deploy-image.yml" + - "!.github/workflows/docker-slim.yml" + - "!.github/workflows/lighthouse-badger.yml" + - "!.github/workflows/prettier.yml" + - "!lighthouse_results/**" + - "!CONTRIBUTING.md" + - "!CUSTOMIZE.md" + - "!FAQ.md" + - "!INSTALL.md" + - "!README.md" + workflow_dispatch: + +permissions: + contents: write jobs: deploy: + # available images: https://github.com/actions/runner-images#available-images runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Setup Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.0.2' - - name: Enable bundler cache - uses: actions/cache@v2 - with: - path: vendor/bundle - key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} - restore-keys: | - ${{ runner.os }}-gems- - - name: Install deps - run: | - gem install bundler - bundle config path vendor/bundle - bundle install --jobs 4 --retry 3 - npm install -g mermaid.cli - - name: Setup deploy options - id: setup - run: | - git config --global user.name "GitHub Action" - git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - if [[ ${GITHUB_REF} = refs/pull/*/merge ]]; then # pull request - echo "::set-output name=SRC_BRANCH::${GITHUB_HEAD_REF}" - echo "::set-output name=NO_PUSH::--no-push" - elif [[ ${GITHUB_REF} = refs/heads/* ]]; then # branch, e.g. master, source etc - echo "::set-output name=SRC_BRANCH::${GITHUB_REF#refs/heads/}" - fi - echo "::set-output name=DEPLOY_BRANCH::gh-pages" - - name: Deploy website - run: yes | bash bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }} - --src ${{ steps.setup.outputs.SRC_BRANCH }} - --deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }} + - name: Checkout 🛎️ + uses: actions/checkout@v4 + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: "3.2.2" + bundler-cache: true + - name: Update _config.yml ⚙️ + uses: fjogeleit/yaml-update-action@main + with: + commitChange: false + valueFile: "_config.yml" + propertyPath: "giscus.repo" + value: ${{ github.repository }} + - name: Install and Build 🔧 + run: | + pip3 install --upgrade jupyter + export JEKYLL_ENV=production + bundle exec jekyll build + - name: Purge unused CSS 🧹 + run: | + npm install -g purgecss + purgecss -c purgecss.config.js + - name: Deploy 🚀 + if: github.event_name != 'pull_request' + uses: JamesIves/github-pages-deploy-action@v4 + with: + folder: _site diff --git a/.github/workflows/docker-slim.yml b/.github/workflows/docker-slim.yml new file mode 100644 index 0000000000000..3a67d32a142d6 --- /dev/null +++ b/.github/workflows/docker-slim.yml @@ -0,0 +1,57 @@ +name: Docker Slim + +#Only trigger, when the build workflow succeeded +on: + push: + branches: + - master + - main + paths: + - ".github/workflows/docker-slim.yml" + workflow_run: + workflows: ["Docker Image CI"] + types: + - completed + +# on: +# push: +# branches: +# - 'master' + +jobs: + build: + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow + if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'alshedivat' }} + runs-on: ubuntu-latest + defaults: + run: + working-directory: ${{ github.workspace }} + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Login + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + + - name: update docker-compose + shell: bash + run: | + sed -i "s|\.:|${{ github.workspace }}:|g" ${{ github.workspace }}/docker-compose.yml + cat ${{ github.workspace }}/docker-compose.yml + + - uses: kitabisa/docker-slim-action@v1.1.1 + env: + DSLIM_PULL: true + DSLIM_COMPOSE_FILE: ${{ github.workspace }}/docker-compose.yml + DSLIM_TARGET_COMPOSE_SVC: jekyll + DSLIM_CONTINUE_AFTER: signal + with: + target: amirpourmand/al-folio + tag: "slim" + + # Push to the registry + - run: docker image push amirpourmand/al-folio:slim diff --git a/.github/workflows/lighthouse-badger.yml b/.github/workflows/lighthouse-badger.yml new file mode 100644 index 0000000000000..addec2d3165cf --- /dev/null +++ b/.github/workflows/lighthouse-badger.yml @@ -0,0 +1,62 @@ +# Lighthouse-Badger-Easy | GitHub Action Workflow +# +# Description: Generates, adds & updates manually/automatically Lighthouse badges & reports from one/multiple input URL(s) to the current repository & main branch with minimal settings +# Author: Sitdisch +# Source: https://github.com/myactionway/lighthouse-badger-workflows +# License: MIT +# Copyright (c) 2021 Sitdisch + +name: "Lighthouse Badger" + +######################################################################## +# DEFINE YOUR INPUTS AND TRIGGERS IN THE FOLLOWING +######################################################################## + +# INPUTS as Secrets (env) for not manually triggered workflows +env: + URLS: https://alshedivat.github.io/al-folio/ + # If any of the following env is blank, a default value is used instead + REPO_BRANCH: "${{ github.repository }} master" # target repository & branch e.g. 'dummy/mytargetrepo main' + MOBILE_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --throttling.cpuSlowdownMultiplier=2" + DESKTOP_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --preset=desktop --throttling.cpuSlowdownMultiplier=1" + +# TRIGGERS +on: + page_build: + # schedule: # Check your schedule here => https://crontab.guru/ + # - cron: '55 23 * * 0' # e.g. every Sunday at 23:55 + # + # THAT'S IT; YOU'RE DONE; + workflow_dispatch: + +######################################################################## +# THAT'S IT; YOU DON'T HAVE TO DEFINE ANYTHING IN THE FOLLOWING +######################################################################## + +jobs: + lighthouse-badger-easy: + runs-on: ubuntu-latest + timeout-minutes: 8 + steps: + - name: Preparatory Tasks + run: | + REPOSITORY=`expr "${{ env.REPO_BRANCH }}" : "\([^ ]*\)"` + BRANCH=`expr "${{ env.REPO_BRANCH }}" : ".* \([^ ]*\)"` + echo "REPOSITORY=$REPOSITORY" >> $GITHUB_ENV + echo "BRANCH=$BRANCH" >> $GITHUB_ENV + env: + REPO_BRANCH: ${{ env.REPO_BRANCH }} + - uses: actions/checkout@v4 + with: + repository: ${{ env.REPOSITORY }} + token: ${{ secrets.LIGHTHOUSE_BADGER_TOKEN }} + ref: ${{ env.BRANCH }} + - uses: actions/checkout@v4 + with: + repository: "myactionway/lighthouse-badges" + path: temp_lighthouse_badges_nested + - uses: myactionway/lighthouse-badger-action@v2.2 + with: + urls: ${{ env.URLS }} + mobile_lighthouse_params: ${{ env.MOBILE_LIGHTHOUSE_PARAMS }} + desktop_lighthouse_params: ${{ env.DESKTOP_LIGHTHOUSE_PARAMS }} diff --git a/.github/workflows/prettier-comment-on-pr.yml b/.github/workflows/prettier-comment-on-pr.yml new file mode 100644 index 0000000000000..e95075ce82e45 --- /dev/null +++ b/.github/workflows/prettier-comment-on-pr.yml @@ -0,0 +1,18 @@ +name: Comment on pull request + +on: + repository_dispatch: + types: [prettier-failed-on-pr] + +jobs: + comment: + # available images: https://github.com/actions/runner-images#available-images + runs-on: ubuntu-latest + steps: + - name: PR comment with html diff 💬 + uses: thollander/actions-comment-pull-request@v2 + with: + comment_tag: prettier-failed + pr_number: ${{ github.event.client_payload.pr_number }} + message: | + Failed [prettier code check](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.event.client_payload.run_id }}). Check [this file](${{ github.event.client_payload.artifact_url }}) for more information. diff --git a/.github/workflows/prettier-html.yml b/.github/workflows/prettier-html.yml new file mode 100644 index 0000000000000..3dc4326e12f8f --- /dev/null +++ b/.github/workflows/prettier-html.yml @@ -0,0 +1,36 @@ +name: Prettify gh-pages + +on: + workflow_dispatch: + +jobs: + format: + runs-on: ubuntu-latest + steps: + - name: Checkout gh-pages branch + uses: actions/checkout@v4 + with: + ref: gh-pages + + - name: Find and Remove Tags + run: find . -type f -name "*.html" -exec sed -i 's/<\/source>//g' {} + + + - name: Set up Node.js + uses: actions/setup-node@v4 + + - name: Install Prettier + run: npm install -g prettier + + - name: Check for Prettier + run: npx prettier --version || echo "Prettier not found" + + - name: Run Prettier on HTML files + run: npx prettier --write '**/*.html' + + - name: Commit and push changes + run: | + git config user.name "github-actions" + git config user.email "actions@github.com" + git add . + git commit -m "Formatted HTML files" || echo "No changes to commit" + git push diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml new file mode 100644 index 0000000000000..60446c8db3590 --- /dev/null +++ b/.github/workflows/prettier.yml @@ -0,0 +1,48 @@ +name: Prettier code formatter + +on: + pull_request: + branches: + - master + - main + push: + branches: + - master + - main + +jobs: + check: + # available images: https://github.com/actions/runner-images#available-images + runs-on: ubuntu-latest + steps: + - name: Checkout 🛎️ + uses: actions/checkout@v4 + - name: Setup Node.js ⚙️ + uses: actions/setup-node@v4 + - name: Install Prettier 💾 + run: npm install --save-dev --save-exact prettier @shopify/prettier-plugin-liquid + - name: Prettier Check 🔎 + id: prettier + run: npx prettier . --check + - name: Create diff 📝 + # https://docs.github.com/en/actions/learn-github-actions/expressions#failure + if: ${{ failure() }} + run: | + npx prettier . --write + git diff -- . ':(exclude)package-lock.json' ':(exclude)package.json' > diff.txt + npm install -g diff2html-cli + diff2html -i file -s side -F diff.html -- diff.txt + - name: Upload html diff ⬆️ + id: artifact-upload + if: ${{ failure() && steps.prettier.conclusion == 'failure' }} + uses: actions/upload-artifact@v4 + with: + name: HTML Diff + path: diff.html + retention-days: 7 + - name: Dispatch information to repository 🗣️ + if: ${{ failure() && steps.prettier.conclusion == 'failure' && github.event_name == 'pull_request' }} + uses: peter-evans/repository-dispatch@v2 + with: + event-type: prettier-failed-on-pr + client-payload: '{"pr_number": "${{ github.event.number }}", "artifact_url": "${{ steps.artifact-upload.outputs.artifact-url }}", "run_id": "${{ github.run_id }}"}' diff --git a/.github/workflows/schedule-posts.txt b/.github/workflows/schedule-posts.txt new file mode 100644 index 0000000000000..fff22196f0705 --- /dev/null +++ b/.github/workflows/schedule-posts.txt @@ -0,0 +1,39 @@ +name: Publish posts scheduled for today + +on: + schedule: + # Run every day at 23:30 UTC or manually run + - cron: "30 23 * * *" + workflow_dispatch: + +jobs: + publish_scheduled: + runs-on: ubuntu-latest + steps: + - name: Checkout main branch + uses: actions/checkout@v4 + with: + ref: master + + - name: Get the date for today + id: date + run: echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV + + - name: Check for scheduled posts and move to posts + run: | + echo "Today is $TODAY" + shopt -s nullglob + for file in _scheduled/${TODAY}-*.md; do + echo "Found scheduled: $file" + mv "$file" "_posts/" + echo "Moved $file to _posts/" + done + + - name: Commit and push changes + run: | + git config user.name "github-actions" + git config user.email "actions@github.com" + git add _posts/ + git add _scheduled/ + git commit -m "Posted Scheduled Drafts on $TODAY" || echo "No changes to commit" + git push diff --git a/.gitignore b/.gitignore index b97cf91da5508..53af7d0b4e7f6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,7 @@ _site .ruby-version .tweet-cache Gemfile.lock +assets/libs/ +node_modules/ vendor - +.idea \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000000000..d61cba840b0d6 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,10 @@ +# See https://pre-commit.com for more information +# See https://pre-commit.com/hooks.html for more hooks +repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.3.0 + hooks: + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-added-large-files diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000000000..ea98f53b376fc --- /dev/null +++ b/.prettierignore @@ -0,0 +1,11 @@ +**/*.map +**/*.min.css +**/*.min.js +assets/css/main.scss +assets/js/search-data.js +assets/js/distillpub/template.v2.js +assets/js/search/*.js +assets/plotly/demo.html +lighthouse_results/** +_posts/2015-10-20-math.md +_sass/font-awesome/*.scss diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000000000..0163f1997d146 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,3 @@ +plugins: ["@shopify/prettier-plugin-liquid"] +printWidth: 150 +trailingComma: "es5" diff --git a/404.html b/404.html deleted file mode 100644 index 929fc572ae3e2..0000000000000 --- a/404.html +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: page -permalink: /404.html -title: "Page not found" -description: "Looks like there has been a mistake. Nothing exists here." -redirect: true ---- - -

You will be redirected to the main page within 3 seconds. If not redirected, please click here.

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 349456bf9032e..c84e9d6eaa866 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,25 +1,28 @@ # Contributing to al-folio -Thank you for considering to contribute to al-folio! +Thank you for considering contributing to al-folio! ## Pull Requests + We welcome your pull requests (PRs). For minor fixes (e.g., documentation improvements), feel free to submit a PR directly. If you would like to implement a new feature or a bug, please make sure you (or someone else) has opened an appropriate issue first; in your PR, please mention the issue it addresses. +Note that since [#2048](https://github.com/alshedivat/al-folio/pull/2048) al-folio uses the [prettier formatter](https://prettier.io/) for its code, meaning all new submitted code must conform to its standard. If you don't have `prettier` installed for your setup and the `prettier` code check fails when submitting a PR, you can check the referred failed action in our repo. In that action there will be an artifact with an HTML diff showing the needed changes. ## Issues + We use GitHub issues to track bugs and feature requests. Before submitting an issue, please make sure: -1. You have read [the FAQ section](https://github.com/alshedivat/al-folio#faq) of the README and your question is NOT addressed there. +1. You have read [the FAQ section](FAQ.md) of the README and your question is NOT addressed there. 2. You have done your best to ensure that your issue is NOT a duplicate of one of [the previous issues](https://github.com/alshedivat/al-folio/issues). 3. Your issue is either a bug (unexpected/undesirable behavior) or a feature request. -If it is just a question, please ask it in the [Discussions](https://github.com/alshedivat/al-folio/discussions) forum. + If it is just a question, please ask it in the [Discussions](https://github.com/alshedivat/al-folio/discussions) forum. When submitting an issue, please make sure to use the appropriate template. - ## License + By contributing to al-folio, you agree that your contributions will be licensed under the LICENSE file in the root directory of the source tree. diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md new file mode 100644 index 0000000000000..d68b5f3dc307b --- /dev/null +++ b/CUSTOMIZE.md @@ -0,0 +1,199 @@ +# Customize + +Here we will give you some tips on how to customize the website. One important thing to note is that **ALL** the changes you make should be done on the **main** branch of your repository. The `gh-pages` branch is automatically overwritten every time you make a change to the main branch. + +## Project structure + +The project is structured as follows, focusing on the main components that you will need to modify: + +```txt +. +├── 📂 assets/: contains the assets that are displayed in the website +│   └── 📂 json/ + │   └── 📄 resume.json: CV in JSON format (https://jsonresume.org/) +├── 📂 _bibliography/ +│   └── 📄 papers.bib: bibliography in BibTeX format +├── 📄 _config.yml: the configuration file of the template +├── 📂 _data/: contains some of the data used in the template +│   ├── 📄 cv.yml: CV in YAML format, used when assets/json/resume.json is not found +│   └── 📄 repositories.yml: users and repositories info in YAML format +├── 📂 _includes/: contains code parts that are included in the main HTML file +│   └── 📄 news.liquid: defines the news section layout in the about page +├── 📂 _layouts/: contains the layouts to choose from in the frontmatter of the Markdown files +├── 📂 _news/: the news that will appear in the news section in the about page +├── 📂 _pages/: contains the pages of the website +| └── 📄 404.md: 404 page (page not found) +├── 📂 _posts/: contains the blog posts +├── 📂 _projects/: contains the projects +└── 📂 _sass/: contains the SASS files that define the style of the website + ├── 📄 _base.scss: base style of the website + ├── 📄 _cv.scss: style of the CV page + ├── 📄 _distill.scss: style of the Distill articles + ├── 📄 _layout.scss: style of the overall layout + ├── 📄 _themes.scss: themes colors and a few icons + └── 📄 _variables.scss: variables used in the SASS files +``` + +## Configuration + +The configuration file [\_config.yml](_config.yml) contains the main configuration of the website. Most of the settings is self-explanatory and we also tried to add as much comments as possible. If you have any questions, please check if it was not already answered in the [FAQ](FAQ.md). + +> Note that the `url` and `baseurl` settings are used to generate the links of the website, as explained in the [install instructions](INSTALL.md). + +All changes made to this file are only visible after you rebuild the website. That means that you need to run `bundle exec jekyll serve` again if you are running the website locally or push your changes to GitHub if you are using GitHub Pages. All other changes are visible immediately, you only need to refresh the page. + +## Modifying the CV information + +There are currently 2 different ways of generating the CV page content. The first one is by using a json file located in [assets/json/resume.json](assets/json/resume.json). It is a [known standard](https://jsonresume.org/) for creating a CV programmatically. The second one, currently used as a fallback when the json file is not found, is by using a yml file located in [\_data/cv.yml](_data/cv.yml). This was the original way of creating the CV page content and since it is more human readable than a json file we decided to keep it as an option. + +What this means is, if there is no resume data defined in [\_config.yml](_config.yml) and loaded via a json file, it will load the contents of [\_data/cv.yml](_data/cv.yml). If you want to use the [\_data/cv.yml](_data/cv.yml) file as the source of your CV, you must delete the [assets/json/resume.json](assets/json/resume.json) file. + +## Modifying the user and repository information + +The user and repository information is defined in [\_data/repositories.yml](_data/repositories.yml). You can add as many users and repositories as you want. Both informations are used in the `repositories` section. + +## Creating new pages + +You can create new pages by adding new Markdown files in the [\_pages](_pages/) directory. The easiest way to do this is to copy an existing page and modify it. You can choose the layout of the page by changing the [layout](https://jekyllrb.com/docs/layouts/) attribute in the [frontmatter](https://jekyllrb.com/docs/front-matter/) of the Markdown file, and also the path to access it by changing the [permalink](https://jekyllrb.com/docs/permalinks/) attribute. You can also add new layouts in the [\_layouts](_layouts/) directory if you feel the need for it. + +## Creating new blog posts + +To create a new blog post, you can add a new Markdown file in the [\_posts](_posts/) directory. The [name of the file must follow](https://jekyllrb.com/docs/posts/#creating-posts) the format `YYYY-MM-DD-title.md`. The easiest way to do this is to copy an existing blog post and modify it. Note that some blog posts have optional fields in the [frontmatter](https://jekyllrb.com/docs/front-matter/) that are used to enable specific behaviors or functions. + +If you want to create blog posts that are not ready to be published, but you want to track it with git, you can create a [\_drafts](https://jekyllrb.com/docs/posts/#drafts) directory and store them there. + +## Creating new projects + +You can create new projects by adding new Markdown files in the [\_projects](_projects/) directory. The easiest way to do this is to copy an existing project and modify it. + +## Adding some news + +You can add news in the about page by adding new Markdown files in the [\_news](_news/) directory. There are currently two types of news: inline news and news with a link. News with a link take you to a new page while inline news are displayed directly in the about page. The easiest way to create yours is to copy an existing news and modify it. + +## Adding Collections + +This Jekyll theme implements `collections` to let you break up your work into categories. The theme comes with two default collections: `news` and `projects`. Items from the `news` collection are automatically displayed on the home page. Items from the `projects` collection are displayed on a responsive grid on projects page. + +You can easily create your own collections, apps, short stories, courses, or whatever your creative work is. To do this, edit the collections in the [\_config.yml](_config.yml) file, create a corresponding folder, and create a landing page for your collection, similar to [\_pages/projects.md](_pages/projects.md). + +## Adding a new publication + +To add publications create a new entry in the [\_bibliography/papers.bib](_bibliography/papers.bib) file. You can find the BibTeX entry of a publication in Google Scholar by clicking on the quotation marks below the publication title, then clicking on "BibTeX", or also in the conference page itself. By default, the publications will be sorted by year and the most recent will be displayed first. You can change this behavior and more in the `Jekyll Scholar` section in [\_config.yml](_config.yml) file. + +You can add extra information to a publication, like a PDF file in the `assets/pdfs/` directory and add the path to the PDF file in the BibTeX entry with the `pdf` field. Some of the supported fields are: `abstract`, `altmetric`, `annotation`, `arxiv`, `bibtex_show`, `blog`, `code`, `dimensions`, `doi`, `eprint`, `html`, `isbn`, `pdf`, `pmid`, `poster`, `slides`, `supp`, `video`, and `website`. + +### Author annotation + +In publications, the author entry for yourself is identified by string array `scholar:last_name` and string array `scholar:first_name` in [\_config.yml](_config.yml). For example, if you have the following entry in your [\_config.yml](_config.yml): + +```yaml +scholar: + last_name: [Einstein] + first_name: [Albert, A.] +``` + +If the entry matches one form of the last names and the first names, it will be underlined. Keep meta-information about your co-authors in [\_data/coauthors.yml](_data/coauthors.yml) and Jekyll will insert links to their webpages automatically. The co-author data format is as follows, with the last names lower cased and without accents as the key: + +```yaml +"adams": + - firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"] + url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams + +"podolsky": + - firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"] + url: https://en.wikipedia.org/wiki/Boris_Podolsky + +"rosen": + - firstname: ["Nathan", "N."] + url: https://en.wikipedia.org/wiki/Nathan_Rosen + +"bach": + - firstname: ["Johann Sebastian", "J. S."] + url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach + + - firstname: ["Carl Philipp Emanuel", "C. P. E."] + url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach +``` + +If the entry matches one of the combinations of the last names and the first names, it will be highlighted and linked to the url provided. Note that the keys **MUST BE** lower cased and **MUST NOT** contain accents. This is because the keys are used to match the last names in the BibTeX entries, considering possible variations. + +### Buttons (through custom bibtex keywords) + +There are several custom bibtex keywords that you can use to affect how the entries are displayed on the webpage: + +- `abbr`: Adds an abbreviation to the left of the entry. You can add links to these by creating a venue.yaml-file in the \_data folder and adding entries that match. +- `abstract`: Adds an "Abs" button that expands a hidden text field when clicked to show the abstract text +- `altmetric`: Adds an [Altmetric](https://www.altmetric.com/) badge (Note: if DOI is provided just use `true`, otherwise only add the altmetric identifier here - the link is generated automatically) +- `annotation`: Adds a popover info message to the end of the author list that can potentially be used to clarify superscripts. HTML is allowed. +- `arxiv`: Adds a link to the Arxiv website (Note: only add the arxiv identifier here - the link is generated automatically) +- `bibtex_show`: Adds a "Bib" button that expands a hidden text field with the full bibliography entry +- `blog`: Adds a "Blog" button redirecting to the specified link +- `code`: Adds a "Code" button redirecting to the specified link +- `dimensions`: Adds a [Dimensions](https://www.dimensions.ai/) badge (Note: if DOI or PMID is provided just use `true`, otherwise only add the Dimensions' identifier here - the link is generated automatically) +- `html`: Inserts an "HTML" button redirecting to the user-specified link +- `pdf`: Adds a "PDF" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) +- `poster`: Adds a "Poster" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) +- `slides`: Adds a "Slides" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) +- `supp`: Adds a "Supp" button to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) +- `website`: Adds a "Website" button redirecting to the specified link + +You can implement your own buttons by editing the [\_layouts/bib.liquid](_layouts/bib.liquid) file. + +## Changing theme color + +A variety of beautiful theme colors have been selected for you to choose from. The default is purple, but you can quickly change it by editing the `--global-theme-color` variable in the [\_sass/\_themes.scss](_sass/_themes.scss) file. Other color variables are listed there as well. The stock theme color options available can be found at [\_sass/\_variables.scss](_sass/_variables.scss). You can also add your own colors to this file assigning each a name for ease of use across the template. + +## Adding social media information + +You can add your social media links by adding the specified information at the `Social integration` section in the [\_config.yml](_config.yml) file. This information will appear at the bottom of the `About` page. + +## Adding a newsletter + +You can add a newsletter subscription form by adding the specified information at the `newsletter` section in the [\_config.yml](_config.yml) file. To set up a newsletter, you can use a service like [Loops.so](https://loops.so/), which is the current supported solution. Once you have set up your newsletter, you can add the form [endpoint](https://loops.so/docs/forms/custom-form) to the `endpoint` field in the `newsletter` section of the [\_config.yml](_config.yml) file. + +Depending on your specified footer behavior, the sign up form either will appear at the bottom of the `About` page and at the bottom of blogposts if `related_posts` are enabled, or in the footer at the bottom of each page. + +## Adding Token for Lighthouse Badger + +To add secrets for [lighthouse-badger](https://github.com/alshedivat/al-folio/actions/workflows/lighthouse-badger.yml), create a [personal access token (PAT)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token) and add it as a [secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-encrypted-secrets-for-a-repository) named `LIGHTHOUSE_BADGER_TOKEN` to your repository. The [lighthouse-badger documentation](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml) specifies using an environment variable, but using it as a secret is more secure and appropriate for a PAT. + +Also In case you face the error: "Input required and not supplied: token" in the Lighthouse Badger action, this solution resolves it. + +### Personal Access Token (fine-grained) Permissions for Lighthouse Badger: + +- **contents**: access: read and write +- **metadata**: access: read-only + +Due to the necessary permissions (PAT and others mentioned above), it is recommended to use it as a secret rather than an environment variable. + +## Customizing fonts, spacing, and more + +You can customize the fonts, spacing, and more by editing [\_sass/\_base.scss](_sass/_base.scss). The easiest way to try in advance the changes is by using [chrome dev tools](https://developer.chrome.com/docs/devtools/css) or [firefox dev tools](https://firefox-source-docs.mozilla.org/devtools-user/). In there you can click in the element and find all the attributes that are set for that element and where are they. For more information on how to use this, check [chrome](https://developer.chrome.com/docs/devtools/css) and [firefox](https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/examine_and_edit_css/index.html) how-tos, and [this tutorial](https://www.youtube.com/watch?v=l0sgiwJyEu4). + +## Scheduled Posts + +`al-folio` contains a workflow which automatically publishes all posts scheduled at a specific day, at the end of the day (23:30). By default the action is disabled, and to enable it you need to go to `.github/workflows/` and find the file called `schedule-posts.txt`. This is the workflow file. For GitHub to recognize it as one (or to enable the action), you need to rename it to `schedule-posts.yml`. + +In order to use this you need to save all of your "Completed" blog posts which are scheduled to be uploaded on a specific date, in a folder named `_scheduled/` in the root directory. + +> Incomplete posts should be saved in `_drafts/` + +### Name Format + +In this folder you need to store your file in the same format as you would in `_posts/` + +> Example file name: `2024-08-26-This file will be uploaded on 26 August.md` + +### Important Notes + +- The scheduler uploads posts everyday at 🕛 23:30 UTC +- It will only upload posts at 23:30 UTC of their respective scheduled days, It's not uploaded in 23:59 in case there are a lot of files as the scheduler must finish before 00:00 +- It will only upload files which follow the pattern `yyyy-mm-dd-title.md` + - This means that only markdown files will be posted + - It means that any markdown which do not follow this pattern will not be posted +- The scheduler works by moving posts from the `_scheduled/` directory to `_posts/`, it will not post to folders like `_projects/` or `_news/` +- The date in the name of the file is the day that file will be uploaded on + - `2024-08-27-file1.md` will not be posted before or after 27-August-2024 (Scheduler only works for posts scheduled on the present day) + - `2025-08-27-file2.md` will be posted exactly on 27-August-2025 + - `File3.md` will not be posted at all + - `2026-02-31-file4.md` is supposed to be posted on 31-February-2026, but there is no 31st in February hence this file will never be posted either diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000..f704814abe102 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,42 @@ +FROM ruby:latest +ENV DEBIAN_FRONTEND noninteractive + +Label MAINTAINER Amir Pourmand + +RUN apt-get update -y && apt-get install -y --no-install-recommends \ + locales \ + imagemagick \ + build-essential \ + zlib1g-dev \ + python3-pip \ + inotify-tools procps && \ + apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* && \ + pip install nbconvert --break-system-packages + + +RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \ + locale-gen + + +ENV LANG=en_US.UTF-8 \ + LANGUAGE=en_US:en \ + LC_ALL=en_US.UTF-8 \ + JEKYLL_ENV=production + +RUN mkdir /srv/jekyll + +ADD Gemfile.lock /srv/jekyll +ADD Gemfile /srv/jekyll + +WORKDIR /srv/jekyll + +# install jekyll and dependencies +RUN gem install jekyll bundler + +RUN bundle install --no-cache +# && rm -rf /var/lib/gems/3.1.0/cache +EXPOSE 8080 + +COPY bin/entry_point.sh /tmp/entry_point.sh + +CMD ["/tmp/entry_point.sh"] diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000000000..ac8959e35d1fb --- /dev/null +++ b/FAQ.md @@ -0,0 +1,139 @@ +# Frequently Asked Questions + +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 master 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-master-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) + +--- + +### 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? + +Yes, if you are using release `v0.3.5` or later, the website will automatically and correctly re-deploy right after your first commit. Please make some changes (e.g., change your website info in `_config.yml`), commit, and push. Make sure to follow [deployment instructions](https://github.com/alshedivat/al-folio#deployment). (Relevant issue: [209](https://github.com/alshedivat/al-folio/issues/209#issuecomment-798849211).) + +--- + +### 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? + +You need to add `CNAME` file to the `master` or `source` branch of your repository. The file should contain your custom domain name. (Relevant issue: [130](https://github.com/alshedivat/al-folio/issues/130).) + +--- + +### My webpage works locally. But after deploying, it fails to build and throws `Unknown tag 'toc'`. How do I fix that? + +Make sure you followed through the [deployment instructions](#deployment) in the previous section. You should have set the deployment branch to `gh-pages`. (Related issue: [1438](https://github.com/alshedivat/al-folio/issues/1438).) + +--- + +### My webpage works locally. But after deploying, it is not displayed correctly (CSS and JS are not loaded properly). How do I fix that? + +If the website does not load the theme, the layout looks weird, and all links are broken, being the main page displayed this way: + + + +make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`. Set `url` to `https://.github.io` or to `https://` if you are using a custom domain. If you are deploying a personal or organization website, leave `baseurl` **empty** (do **NOT** delete it). If you are deploying a project page, set `baseurl: //`. If all previous steps were done correctly, all is missing is for your browser to fetch again the site stylesheet. For this, you can: + +- press [Shift + F5 on Chromium-based](https://support.google.com/chrome/answer/157179#zippy=%2Cwebpage-shortcuts) or [Ctrl + F5 on Firefox-based](https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly) browsers to reload the page ignoring cached content +- clean your browser history +- simply try it in a private session, here's how to do it in [Chrome](https://support.google.com/chrome/answer/95464) and [Firefox](https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history) + +--- + +### Atom feed doesn't work. Why? + +Make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`. RSS Feed plugin works with these correctly set up fields: `title`, `url`, `description` and `author`. Make sure to fill them in an appropriate way and try again. + +--- + +### My site doesn't work when I enable `related_blog_posts`. Why? + +This is probably due to the [classifier reborn](https://github.com/jekyll/classifier-reborn) plugin, which is used to calculate related posts. If the error states `Liquid Exception: Zero vectors can not be normalized...` or `sqrt': Numerical argument is out of domain - "sqrt"`, it means that it could not calculate related posts for a specific post. This is usually caused by [empty or minimal blog posts](https://github.com/jekyll/classifier-reborn/issues/64) without meaningful words (i.e. only [stop words](https://en.wikipedia.org/wiki/Stop_words)) or even [specific characters](https://github.com/jekyll/classifier-reborn/issues/194) you used in your posts. Also, the calculus for similar posts are made for every `post`, which means every page that uses `layout: post`, including the announcements. To change this behavior, simply add `related_posts: false` to the front matter of the page you don't want to display related posts on. Another solution is to disable the lsi (latent semantic indexing) entirely by setting the `lsi` flag to `false` in `_config.yml`. Related issue: [#1828](https://github.com/alshedivat/al-folio/issues/1828). + +--- + +### 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? + +Open .git/config file using your preferred editor. Change the `https` portion of the `url` variable to `ssh`. Try deploying again. + +--- + +### When I manually run the [Lighthouse Badger](https://github.com/alshedivat/al-folio/actions/workflows/lighthouse-badger.yml) workflow, it fails with `Error: Input required and not supplied: token`. How do I fix that? + +You need to [create a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token) and [add it as a secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-encrypted-secrets-for-a-repository) named `LIGHTHOUSE_BADGER_TOKEN` to your repository. For more information, check [lighthouse-badger documentation](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml) on how to do this. + +--- + +### My code runs fine locally, but when I create a commit and submit it, it fails with `prettier code formatter workflow run failed for master branch`. How do I fix that? + +We implemented support for [Prettier code formatting](https://prettier.io/) in [#2048](https://github.com/alshedivat/al-folio/pull/2048). It basically ensures that your code is [well formatted](https://prettier.io/docs/en/). If you want to ensure your code is compliant with `Prettier`, you have a few options: + +- if you are running locally with `Docker` and using [development containers](https://github.com/alshedivat/al-folio/blob/master/INSTALL.md#local-setup-with-development-containers), `Prettier` is already included +- if you don't use `Docker`, it is simple to integrate it with your preferred IDE using an [extension](https://prettier.io/docs/en/editors) +- if you want to run it manually, you can follow the first 2 steps in [this tutorial](https://george-gca.github.io/blog/2023/slidev_for_non_web_devs/) (`Installing node version manager (nvm)` and `Installing Node (latest version)`), then, install it using `npm install prettier` inside the project directory, or install it globally on your computer using `npm install -g prettier`. To run `Prettier` on your current directory use `npx prettier . --write`. + +You can also disable it for your repo. For this, just delete the file [.github/workflows/prettier.yml](https://github.com/alshedivat/al-folio/blob/master/.github/workflows/prettier.yml). + +--- + +### 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? + +Probably your GitHub workflow is throwing an error like this: + +```bash +/opt/hostedtoolcache/Ruby/3.0.2/x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.5/lib/bundler/runtime.rb:304:in `check_for_activated_spec!': You have already activated uri 0.10.1, but your Gemfile requires uri 0.13.0. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem. (Gem::LoadError) +``` + +or maybe displaying a warning like one of these: + +``` +Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. +Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. +The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ +The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ +``` + +If that's the case, you are using deprecated libraries/commands. This happens because you are using a very old version of al-folio. To fix this it is recommended [upgrading your code to the latest version](INSTALL.md#upgrading-from-a-previous-version) of the template. You will probably need to do some manual merging. If you find it easier, you could create a copy of your repository, do a fresh installation from the template and reapply all your changes. For this I would recommend a tool like [meld](https://meldmerge.org/) or [winmerge](https://winmerge.org/) to check the differences between directories/files. + +Note that libraries tend to be deprecated and support for them dropped as they are no longer maintained, and keep using them involves security breaches. Also, some of these deprecations are enforced, for example, by GitHub itself, so there's so much we can do. We have also added tons of new functionality, as well as tidying things up and improving the overall speed and structure, so you could also benefit from these improvements. + +--- + +### 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? + +`jekyll-diagrams` support was dropped in [#1992](https://github.com/alshedivat/al-folio/pull/1992) in favor of using `mermaid.js` directly. Simply [update your code](INSTALL.md#upgrading-from-a-previous-version) to get the latest changes. + +--- + +### 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/`. + +--- + +### 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). + +Currently we have the following workflows: + +- `axe.yml`: does some accessibility testing in your site. It uses the [axe cli](https://github.com/dequelabs/axe-core-npm/tree/develop/packages/cli) tool with a chrome driver to render the webpage and allow the analysis. Must be run manually, since fixing some of the issues is not straightforward +- `broken-links-site.yml`: checks for broken links in your built website with the [lychee-action](https://github.com/lycheeverse/lychee-action) +- `broken-links.yml`: checks for broken links in your repository with the [lychee-action](https://github.com/lycheeverse/lychee-action) +- `deploy-docker-tag.yml`: adds some metadata to the docker image and pushes it to Docker Hub +- `deploy-image.yml`: deploys a new docker image with the latest changes to Docker Hub +- `deploy.yml`: deploys the website to GitHub Pages +- `docker-slim.yml`: deploys a smaller version of the docker image to Docker Hub with the [docker-slim-action](https://github.com/kitabisa/docker-slim-action) +- `lighthouse-badger.yml`: runs a [lighthouse](https://github.com/GoogleChrome/lighthouse) test for your site with the [lighthouse-badger-action](https://github.com/MyActionWay/lighthouse-badger-action), saving the results in the repository for easy inspecting, as can be seen [here](https://github.com/alshedivat/al-folio?tab=readme-ov-file#lighthouse-pagespeed-insights). For more information on how to enable this workflow, check our [FAQ question about it](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#when-i-manually-run-the-lighthouse-badger-workflow-it-fails-with-error-input-required-and-not-supplied-token-how-do-i-fix-that) +- `prettier-comment-on-pr.yml`: not working. For now, this action is disabled. It was supposed to run prettier on the PRs and comment on them with the changes needed. For more information, check [issue 2115](https://github.com/alshedivat/al-folio/issues/2115) +- `prettier.yml`: runs [prettier](https://prettier.io/) on the code to ensure it is well formatted. For more information, check our [FAQ question about it](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#my-code-runs-fine-locally-but-when-i-create-a-commit-and-submit-it-it-fails-with-prettier-code-formatter-workflow-run-failed-for-master-branch-how-do-i-fix-that) diff --git a/Gemfile b/Gemfile index 782a0c4a87ca1..fa34c9646671a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,16 +1,21 @@ source 'https://rubygems.org' group :jekyll_plugins do + gem 'classifier-reborn' gem 'jekyll' gem 'jekyll-archives' - gem 'jekyll-diagrams' gem 'jekyll-email-protect' gem 'jekyll-feed' + gem 'jekyll-get-json' gem 'jekyll-imagemagick' + gem 'jekyll-jupyter-notebook' + gem 'jekyll-link-attributes' gem 'jekyll-minifier' gem 'jekyll-paginate-v2' + gem 'jekyll-regex-replace' gem 'jekyll-scholar' gem 'jekyll-sitemap' - gem 'jekyll-target-blank' + gem 'jekyll-tabs' + gem 'jekyll-toc' gem 'jekyll-twitter-plugin' gem 'jemoji' gem 'mini_racer' @@ -18,6 +23,7 @@ group :jekyll_plugins do gem 'webrick' end group :other_plugins do - gem 'httparty' + gem 'css_parser' gem 'feedjira' + gem 'httparty' end diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000000000..bb9672cca3610 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,244 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (7.2.1) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) + bibtex-ruby (6.1.0) + latex-decode (~> 0.0) + racc (~> 1.7) + bigdecimal (3.1.8) + citeproc (1.0.10) + namae (~> 1.0) + citeproc-ruby (1.1.14) + citeproc (~> 1.0, >= 1.0.9) + csl (~> 1.6) + classifier-reborn (2.3.0) + fast-stemmer (~> 1.0) + matrix (~> 0.4) + colorator (1.1.0) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + crass (1.0.6) + csl (1.6.0) + namae (~> 1.0) + rexml + csl-styles (1.0.1.11) + csl (~> 1.0) + css_parser (1.19.0) + addressable + cssminify2 (2.0.1) + csv (3.3.0) + deep_merge (1.2.2) + drb (2.2.1) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + execjs (2.9.1) + fast-stemmer (1.0.2) + feedjira (3.2.3) + loofah (>= 2.3.1, < 3) + sax-machine (>= 1.0, < 2) + ffi (1.17.0-aarch64-linux-gnu) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) + forwardable-extended (2.6.0) + gemoji (4.1.0) + google-protobuf (4.28.2-aarch64-linux) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-arm64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-x86_64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.28.2-x86_64-linux) + bigdecimal + rake (>= 13) + html-pipeline (2.14.3) + activesupport (>= 2) + nokogiri (>= 1.4) + htmlcompressor (0.4.0) + http_parser.rb (0.8.0) + httparty (0.22.0) + csv + mini_mime (>= 1.0.0) + multi_xml (>= 0.5.2) + i18n (1.14.6) + concurrent-ruby (~> 1.0) + jekyll (4.3.4) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (>= 0.3.6, < 0.5) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) + safe_yaml (~> 1.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-archives (2.2.1) + jekyll (>= 3.6, < 5.0) + jekyll-email-protect (1.1.0) + jekyll-feed (0.17.0) + jekyll (>= 3.7, < 5.0) + jekyll-get-json (1.0.0) + deep_merge (~> 1.2) + jekyll (>= 3.0) + jekyll-imagemagick (1.4.0) + jekyll (>= 3.4) + jekyll-jupyter-notebook (0.0.6) + jekyll + jekyll-link-attributes (1.0.1) + jekyll-minifier (0.1.10) + cssminify2 (~> 2.0) + htmlcompressor (~> 0.4) + jekyll (>= 3.5) + json-minify (~> 0.0.3) + uglifier (~> 4.1) + jekyll-paginate-v2 (3.0.0) + jekyll (>= 3.0, < 5.0) + jekyll-regex-replace (1.1.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) + jekyll-scholar (7.1.3) + bibtex-ruby (~> 6.0) + citeproc-ruby (~> 1.0) + csl-styles (~> 1.0) + jekyll (~> 4.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-tabs (1.2.1) + jekyll (>= 3.0, < 5.0) + jekyll-toc (0.19.0) + jekyll (>= 3.9) + nokogiri (~> 1.12) + jekyll-twitter-plugin (2.1.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + jemoji (0.13.0) + gemoji (>= 3, < 5) + html-pipeline (~> 2.2) + jekyll (>= 3.0, < 5.0) + json (2.7.2) + json-minify (0.0.3) + json (> 0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + latex-decode (0.4.0) + libv8-node (22.7.0.4-aarch64-linux) + libv8-node (22.7.0.4-arm64-darwin) + libv8-node (22.7.0.4-x86_64-darwin) + libv8-node (22.7.0.4-x86_64-linux) + liquid (4.0.4) + listen (3.9.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.1) + loofah (2.22.0) + crass (~> 1.0.2) + nokogiri (>= 1.12.0) + matrix (0.4.2) + mercenary (0.4.0) + mini_mime (1.1.5) + mini_racer (0.15.0) + libv8-node (~> 22.7.0.1) + minitest (5.25.1) + multi_xml (0.7.1) + bigdecimal (~> 3.1) + namae (1.2.0) + racc (~> 1.7) + nokogiri (1.16.7-aarch64-linux) + racc (~> 1.4) + nokogiri (1.16.7-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-linux) + racc (~> 1.4) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (6.0.1) + racc (1.8.1) + rake (13.2.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) + rexml (3.3.7) + rouge (4.4.0) + safe_yaml (1.0.5) + sass-embedded (1.79.3-aarch64-linux-gnu) + google-protobuf (~> 4.27) + sass-embedded (1.79.3-arm64-darwin) + google-protobuf (~> 4.27) + sass-embedded (1.79.3-x86_64-darwin) + google-protobuf (~> 4.27) + sass-embedded (1.79.3-x86_64-linux-gnu) + google-protobuf (~> 4.27) + sax-machine (1.3.2) + securerandom (0.3.1) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + uglifier (4.2.1) + execjs (>= 0.3.0, < 3) + unicode-display_width (2.6.0) + unicode_utils (1.4.0) + webrick (1.8.2) + +PLATFORMS + aarch64-linux + arm64-darwin + x86_64-darwin + x86_64-linux + +DEPENDENCIES + classifier-reborn + css_parser + feedjira + httparty + jekyll + jekyll-archives + jekyll-email-protect + jekyll-feed + jekyll-get-json + jekyll-imagemagick + jekyll-jupyter-notebook + jekyll-link-attributes + jekyll-minifier + jekyll-paginate-v2 + jekyll-regex-replace + jekyll-scholar + jekyll-sitemap + jekyll-tabs + jekyll-toc + jekyll-twitter-plugin + jemoji + mini_racer + unicode_utils + webrick + +BUNDLED WITH + 2.5.7 diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000000000..71c938ff18fe3 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,200 @@ +# Table of Contents + +- [Table of Contents](#table-of-contents) +- [Installing and Deploying](#installing-and-deploying) + - [Recommended Approach](#recommended-approach) + - [Local setup on Windows](#local-setup-on-windows) + - [Local setup using Docker (Recommended)](#local-setup-using-docker-recommended) + - [Build your own docker image](#build-your-own-docker-image) + - [Local Setup with Development Containers](#local-setup-with-development-containers) + - [Local Setup (Legacy, no longer supported)](#local-setup-legacy-no-longer-supported) + - [Deployment](#deployment) + - [For personal and organization webpages](#for-personal-and-organization-webpages) + - [For project pages](#for-project-pages) + - [Enabling automatic deployment](#enabling-automatic-deployment) + - [Manual deployment to GitHub Pages](#manual-deployment-to-github-pages) + - [Deployment to another hosting server (non GitHub Pages)](#deployment-to-another-hosting-server-non-github-pages) + - [Deployment to a separate repository (advanced users only)](#deployment-to-a-separate-repository-advanced-users-only) + - [Upgrading from a previous version](#upgrading-from-a-previous-version) + +# Installing and Deploying + +## Recommended Approach + +The recommended approach for using **al-folio** is to first create your own site using the template with as few changes as possible, and only when it is up and running customize it however you like. This way it is easier to pinpoint what causes a potential issue in case of a bug. The minimum steps required to create your own site are ([video tutorial here](assets/video/tutorial_al_folio.mp4)): + +1. Create a new repository using this template. For this, click on [Use this template -> Create a new repository](https://github.com/new?template_name=al-folio&template_owner=alshedivat) above the file list. If you plan to upload your site to `.github.io`, note that the name of your repository :warning: **MUST BE** :warning: `.github.io` or `.github.io`, as stated in the [GitHub pages docs](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites). +2. In this new repository, go to `Settings -> Actions -> General -> Workflow permissions` and give `Read and write permissions` to GitHub Actions. +3. Open file `_config.yml`, set `url` to `https://.github.io` and leave `baseurl` **empty** (do NOT delete it), as `baseurl:`. +4. Wait until the GitHub action with subtitle `Deploy site` finishes (check your repository **Actions** tab), which takes ~4 min. Now, in addition to the `master` branch, your repository has a newly built `gh-pages` branch. +5. Finally, in the repository page go to `Settings -> Pages -> Build and deployment`, make sure that `Source` is set to `Deploy from a branch` and set the branch to `gh-pages` (NOT to master). +6. Wait until the GitHub action `pages-build-deployment` finishes (check your repository **Actions** tab), which takes ~45s, then simply navigate to `https://.github.io` in your browser. At this point you should see a copy of the theme's [demo website](https://alshedivat.github.io/al-folio/). + After everything is set up, you can download the repository to your machine and start customizing it. To do so, run the following commands: + +```bash +$ git clone git@github.com:/.git +``` + +Starting version [v0.3.5](https://github.com/alshedivat/al-folio/releases/tag/v0.3.5), **al-folio** will automatically re-deploy your webpage each time you push new changes to your repository! :sparkles: + +## Local setup on Windows + +If you are using Windows, it is **highly recommended** to use [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install), which is a compatibility layer for running Linux on top of Windows. You can follow [these instructions](https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-11-with-gui-support) to install WSL and Ubuntu on your machine. You only need to go up to the step 4 of the tutorial (you don't have to enable the optional `systemd` nor the graphical applications), and then you can follow the instructions below to install docker. You can install docker natively on Windows as well, but it has been having some issues as can be seen in [#1540](https://github.com/alshedivat/al-folio/issues/1540), [#2007](https://github.com/alshedivat/al-folio/issues/2007). + +## Local setup using Docker (Recommended) + +Using Docker to install Jekyll and Ruby dependencies is the easiest way. + +You need to take the following steps to get `al-folio` up and running on your local machine: + +- First, install [docker](https://docs.docker.com/get-docker/) and [docker-compose](https://docs.docker.com/compose/install/). +- Finally, run the following command that will pull the latest pre-built image from DockerHub and will run your website. + +```bash +$ docker compose pull +$ docker compose up +``` + +Note that when you run it for the first time, it will download a docker image of size 400MB or so. To see the template running, open your browser and go to `http://localhost:8080`. You should see a copy of the theme's demo website. + +Now, feel free to customize the theme however you like (don't forget to change the name!). Also, your changes should be automatically rendered in real-time (or maybe after a few seconds). + +> Beta: You can also use the slimmed docker image with a size below 100MBs and exact same functionality. Just use `docker compose -f docker-compose-slim.yml up` + +### Build your own docker image + +> Note: this approach is only necessary if you would like to build an older or very custom version of al-folio. + +Build and run a new docker image using: + +```bash +$ docker compose up --build +``` + +> If you want to update jekyll, install new ruby packages, etc., all you have to do is build the image again using `--force-recreate` argument at the end of the previous command! It will download Ruby and Jekyll and install all Ruby packages again from scratch. + +If you want to use a specific docker version, you can do so by changing `latest` tag to `your_version` in `docker-compose.yaml`. For example, you might have created your website on `v0.10.0` and you want to stick with that. + +## Local Setup with Development Containers + +`al-folio` supports [Development Containers](https://containers.dev/supporting). +For example, when you open the repository with Visual Studio Code (VSCode), it prompts you to install the necessary extension and automatically install everything necessary. + +## Local Setup (Legacy, no longer supported) + +For a hands-on walkthrough of running al-folio locally without using Docker, check out [this cool blog post](https://george-gca.github.io/blog/2022/running-local-al-folio/) by one of the community members! + +Assuming you have [Ruby](https://www.ruby-lang.org/en/downloads/) and [Bundler](https://bundler.io/) installed on your system (_hint: for ease of managing ruby gems, consider using [rbenv](https://github.com/rbenv/rbenv)_), and also [Python](https://www.python.org/) and [pip](https://pypi.org/project/pip/) (_hint: for ease of managing python packages, consider using a virtual environment, like [venv](https://docs.python.org/pt-br/3/library/venv.html) or [conda](https://docs.conda.io/en/latest/)_). + +```bash +$ bundle install +# assuming pip is your Python package manager +$ pip install jupyter +$ bundle exec jekyll serve +``` + +To see the template running, open your browser and go to `http://localhost:4000`. You should see a copy of the theme's [demo website](https://alshedivat.github.io/al-folio/). Now, feel free to customize the theme however you like. After you are done, remember to **commit** your final changes. + +## Deployment + +Deploying your website to [GitHub Pages](https://pages.github.com/) is the most popular option. +Starting version [v0.3.5](https://github.com/alshedivat/al-folio/releases/tag/v0.3.5), **al-folio** will automatically re-deploy your webpage each time you push new changes to your repository **main branch**! :sparkles: + +### For personal and organization webpages + +1. The name of your repository **MUST BE** `.github.io` or `.github.io`. +2. In `_config.yml`, set `url` to `https://.github.io` and leave `baseurl` empty. +3. Set up automatic deployment of your webpage (see instructions below). +4. Make changes to your main branch, commit, and push! +5. After deployment, the webpage will become available at `.github.io`. + +### For project pages + +1. In `_config.yml`, set `url` to `https://.github.io` and `baseurl` to `//`. +2. Set up automatic deployment of your webpage (see instructions below). +3. Make changes to your main branch, commit, and push! +4. After deployment, the webpage will become available at `.github.io//`. + +### Enabling automatic deployment + +1. Click on **Actions** tab and **Enable GitHub Actions**; do not worry about creating any workflows as everything has already been set for you. +2. Go to `Settings -> Actions -> General -> Workflow permissions`, and give `Read and write permissions` to GitHub Actions +3. Make any other changes to your webpage, commit, and push to your main branch. This will automatically trigger the **Deploy** action. +4. Wait for a few minutes and let the action complete. You can see the progress in the **Actions** tab. If completed successfully, in addition to the `master` branch, your repository should now have a newly built `gh-pages` branch. **Do NOT touch this branch!** +5. Finally, in the **Settings** of your repository, in the Pages section, set the branch to `gh-pages` (**NOT** to `master`). For more details, see [Configuring a publishing source for your GitHub Pages site](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#choosing-a-publishing-source). + +If you keep your site on another branch, open `.github/workflows/deploy.yml` **on the branch you keep your website on** and change `on->push->branches` and `on->pull\_request->branches` to the branch you keep your website on. This will trigger the action on pulls/pushes on that branch. The action will then deploy the website on the branch it was triggered from. + +### Manual deployment to GitHub Pages + +If you need to manually re-deploy your website to GitHub pages, go to Actions, click "Deploy" in the left sidebar, then "Run workflow." + +### Deployment to another hosting server (non GitHub Pages) + +If you decide to not use GitHub Pages and host your page elsewhere, simply run: + +```bash +$ bundle exec jekyll build +``` + +which will (re-)generate the static webpage in the `_site/` folder. +Then simply copy the contents of the `_site/` directory to your hosting server. + +If you also want to remove unused css classes from your file, run: + +```bash +$ purgecss -c purgecss.config.js +``` + +which will replace the css files in the `_site/assets/css/` folder with the purged css files. + +**Note:** Make sure to correctly set the `url` and `baseurl` fields in `_config.yml` before building the webpage. If you are deploying your webpage to `your-domain.com/your-project/`, you must set `url: your-domain.com` and `baseurl: /your-project/`. If you are deploying directly to `your-domain.com`, leave `baseurl` blank, **do not delete it**. + +### Deployment to a separate repository (advanced users only) + +**Note:** Do not try using this method unless you know what you are doing (make sure you are familiar with [publishing sources](https://help.github.com/en/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)). This approach allows to have the website's source code in one repository and the deployment version in a different repository. + +Let's assume that your website's publishing source is a `publishing-source` subdirectory of a git-versioned repository cloned under `$HOME/repo/`. +For a user site this could well be something like `$HOME/.github.io`. + +Firstly, from the deployment repo dir, checkout the git branch hosting your publishing source. + +Then from the website sources dir (commonly your al-folio fork's clone): + +```bash +$ bundle exec jekyll build --destination $HOME/repo/publishing-source +``` + +This will instruct jekyll to deploy the website under `$HOME/repo/publishing-source`. + +**Note:** Jekyll will clean `$HOME/repo/publishing-source` before building! + +The quote below is taken directly from the [jekyll configuration docs](https://jekyllrb.com/docs/configuration/options/): + +> Destination folders are cleaned on site builds +> +> The contents of `` are automatically cleaned, by default, when the site is built. Files or folders that are not created by your site will be removed. Some files could be retained by specifying them within the `` configuration directive. +> +> Do not use an important location for ``; instead, use it as a staging area and copy files from there to your web server. + +If `$HOME/repo/publishing-source` contains files that you want jekyll to leave untouched, specify them under `keep_files` in `_config.yml`. +In its default configuration, al-folio will copy the top-level `README.md` to the publishing source. If you want to change this behavior, add `README.md` under `exclude` in `_config.yml`. + +**Note:** Do _not_ run `jekyll clean` on your publishing source repo as this will result in the entire directory getting deleted, irrespective of the content of `keep_files` in `_config.yml`. + +## Upgrading from a previous version + +If you installed **al-folio** as described above, you can manually update your code by following the steps below: + +```bash +# Assuming the current directory is +$ git remote add upstream https://github.com/alshedivat/al-folio.git +$ git fetch upstream +$ git rebase v0.11.0 +``` + +If you have extensively customized a previous version, it might be trickier to upgrade. +You can still follow the steps above, but `git rebase` may result in merge conflicts that must be resolved. +See [git rebase manual](https://help.github.com/en/github/using-git/about-git-rebase) and how to [resolve conflicts](https://help.github.com/en/github/using-git/resolving-merge-conflicts-after-a-git-rebase) for more information. +If rebasing is too complicated, we recommend re-installing the new version of the theme from scratch and port over your content and changes from the previous version manually. You can use tools like [meld](https://meldmerge.org/) +or [winmerge](https://winmerge.org/) to help in this process. diff --git a/README.md b/README.md index c2c3a9f420611..1a29500949bd3 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,26 @@ # al-folio +
+ +[![Preview](readme_preview/al-folio-preview.png)](https://alshedivat.github.io/al-folio/) + +**A simple, clean, and responsive [Jekyll](https://jekyllrb.com/) theme for academics.** + +--- + [![deploy](https://github.com/alshedivat/al-folio/actions/workflows/deploy.yml/badge.svg)](https://github.com/alshedivat/al-folio/actions/workflows/deploy.yml) -[![demo](https://img.shields.io/badge/theme-demo-brightgreen.svg)](https://alshedivat.github.io/al-folio/) +[![Maintainers](https://img.shields.io/badge/maintainers-4-success.svg)](#maintainers) [![GitHub contributors](https://img.shields.io/github/contributors/alshedivat/al-folio.svg)](https://github.com/alshedivat/al-folio/graphs/contributors/) -![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/alshedivat/al-folio) -![GitHub](https://img.shields.io/github/license/alshedivat/al-folio?color=blue) +[![Docker Image Version](https://img.shields.io/docker/v/amirpourmand/al-folio?sort=semver&label=docker%20image&color=blueviolet)](https://hub.docker.com/r/amirpourmand/al-folio) +[![Docker Image Size](https://img.shields.io/docker/image-size/amirpourmand/al-folio?sort=date&label=docker%20image%20size&color=blueviolet)](https://hub.docker.com/r/amirpourmand/al-folio) +[![Docker Pulls](https://img.shields.io/docker/pulls/amirpourmand/al-folio?color=blueviolet)](https://hub.docker.com/r/amirpourmand/al-folio) + +[![GitHub release](https://img.shields.io/github/v/release/alshedivat/al-folio)](https://github.com/alshedivat/al-folio/releases/latest) +[![GitHub license](https://img.shields.io/github/license/alshedivat/al-folio?color=blue)](https://github.com/alshedivat/al-folio/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/alshedivat/al-folio)](https://github.com/alshedivat/al-folio) [![GitHub forks](https://img.shields.io/github/forks/alshedivat/al-folio)](https://github.com/alshedivat/al-folio/fork) -[![support](https://img.shields.io/badge/support-Ko--fi-yellow.svg)](https://ko-fi.com/alshedivat) - -A simple, clean, and responsive [Jekyll](https://jekyllrb.com/) theme for academics. -If you like the theme, give it a star! - -[![Preview](https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/al-folio-preview.png)](https://alshedivat.github.io/al-folio/) +
## User community @@ -26,13 +33,14 @@ Feel free to add your own page(s) by sending a PR. Academics - + + - + - + @@ -68,6 +76,87 @@ Feel free to add your own page(s) by sending a PR. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -79,331 +168,311 @@ Feel free to add your own page(s) by sending a PR. + + + Courses CMU PGM (S-19)
-CMU DeepRL (F-19, S-20, F-20, S-21)
-CMU MMML (F-20)
-CMU Distributed Systems (S-21) +CMU DeepRL (S-21, F-21, S-22, F-22, S-23, F-23)
+CMU MMML (F-20, F-22)
+CMU AMMML (S-22, S-23)
+CMU ASI (S-23)
+CMU Distributed Systems (S-24) Conferences & workshops +ICLR Blog Post Track (2023, 2024)
ML Retrospectives (NeurIPS: 2019, 2020; ICML: 2020)
HAMLETS (NeurIPS: 2020)
ICBINB (NeurIPS: 2020, 2021)
-Neural Compression (ICLR: 2021) +Neural Compression (ICLR: 2021)
+Score Based Methods (NeurIPS: 2022)
+Images2Symbols (CogSci: 2022)
+Medical Robotics Junior Faculty Forum (ISMR: 2023)
+Beyond Vision: Physics meets AI (ICIAP: 2023)
+Workshop on Diffusion Models (NeurIPS: 2023)
+Workshop on Structured Probabilistic Inference & Generative Modeling (ICML: 2023, 2024) +## Lighthouse PageSpeed Insights + +### Desktop + +[![Google Lighthouse PageSpeed Insights](lighthouse_results/desktop/pagespeed.svg)](https://htmlpreview.github.io/?https://github.com/alshedivat/al-folio/blob/master/lighthouse_results/desktop/alshedivat_github_io_al_folio_.html) + +Run the test yourself: [Google Lighthouse PageSpeed Insights](https://pagespeed.web.dev/report?url=https%3A%2F%2Falshedivat.github.io%2Fal-folio%2F&form_factor=desktop) + +### Mobile + +[![Google Lighthouse PageSpeed Insights](lighthouse_results/mobile/pagespeed.svg)](https://htmlpreview.github.io/?https://github.com/alshedivat/al-folio/blob/master/lighthouse_results/mobile/alshedivat_github_io_al_folio_.html) + +Run the test yourself: [Google Lighthouse PageSpeed Insights](https://pagespeed.web.dev/report?url=https%3A%2F%2Falshedivat.github.io%2Fal-folio%2F&form_factor=mobile) + +## Table Of Contents + +- [al-folio](#al-folio) + - [User community](#user-community) + - [Lighthouse PageSpeed Insights](#lighthouse-pagespeed-insights) + - [Desktop](#desktop) + - [Mobile](#mobile) + - [Table Of Contents](#table-of-contents) + - [Getting started](#getting-started) + - [Installing and Deploying](#installing-and-deploying) + - [Customizing](#customizing) + - [Features](#features) + - [Light/Dark Mode](#lightdark-mode) + - [CV](#cv) + - [People](#people) + - [Publications](#publications) + - [Collections](#collections) + - [Layouts](#layouts) + - [The iconic style of Distill](#the-iconic-style-of-distill) + - [Full support for math \& code](#full-support-for-math--code) + - [Photos, Audio, Video and more](#photos-audio-video-and-more) + - [Other features](#other-features) + - [GitHub's repositories and user stats](#githubs-repositories-and-user-stats) + - [Theming](#theming) + - [Social media previews](#social-media-previews) + - [Atom (RSS-like) Feed](#atom-rss-like-feed) + - [Related posts](#related-posts) + - [Code quality checks](#code-quality-checks) + - [FAQ](#faq) + - [Contributing](#contributing) + - [Maintainers](#maintainers) + - [All Contributors](#all-contributors) + - [Star History](#star-history) + - [License](#license) -## Best practices +## Getting started -[![Google PageSpeeg](https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/pagespeed.svg)](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Falshedivat.github.io%2Fal-folio%2F&tab=desktop) +Want to learn more about Jekyll? Check out [this tutorial](https://www.taniarascia.com/make-a-static-website-with-jekyll/). Why Jekyll? Read [Andrej Karpathy's blog post](https://karpathy.github.io/2014/07/01/switching-to-jekyll/)! Why write a blog? Read [Rachel Thomas blog post](https://medium.com/@racheltho/why-you-yes-you-should-blog-7d2544ac1045). +## Installing and Deploying -## Getting started +For installation and deployment details please refer to [INSTALL.md](INSTALL.md). -For more about how to use Jekyll, check out [this tutorial](https://www.taniarascia.com/make-a-static-website-with-jekyll/). -Why Jekyll? Read [Andrej Karpathy's blog post](https://karpathy.github.io/2014/07/01/switching-to-jekyll/)! +## Customizing +For customization details please refer to [CUSTOMIZE.md](CUSTOMIZE.md). -### Installation +## Features -#### Local setup +### Light/Dark Mode -Assuming you have [Ruby](https://www.ruby-lang.org/en/downloads/) and [Bundler](https://bundler.io/) installed on your system (*hint: for ease of managing ruby gems, consider using [rbenv](https://github.com/rbenv/rbenv)*), first [fork](https://guides.github.com/activities/forking/) the theme from `github.com:alshedivat/al-folio` to `github.com:/` and do the following: +This template has a built-in light/dark mode. It detects the user preferred color scheme and automatically switches to it. You can also manually switch between light and dark mode by clicking on the sun/moon icon in the top right corner of the page. -```bash -$ git clone git@github.com:/.git -$ cd -$ bundle install -$ bundle exec jekyll serve -``` +

+ + +

-Now, feel free to customize the theme however you like (don't forget to change the name!). -After you are done, **commit** your final changes. +--- -#### Deployment +### CV -Deploying your website to [GitHub Pages](https://pages.github.com/) is the most popular option. -Starting version [v0.3.5](https://github.com/alshedivat/al-folio/releases/tag/v0.3.5), **al-folio** will automatically re-deploy your webpage each time you push new changes to your repository! :sparkles: +There are currently 2 different ways of generating the CV page content. The first one is by using a json file located in [assets/json/resume.json](assets/json/resume.json). It is a [known standard](https://jsonresume.org/) for creating a CV programmatically. The second one, currently used as a fallback when the json file is not found, is by using a yml file located in [\_data/cv.yml](_data/cv.yml). This was the original way of creating the CV page content and since it is more human readable than a json file we decided to keep it as an option. -**For personal and organization webpages:** -1. Rename your repository to `.github.io` or `.github.io`. -2. In `_config.yml`, set `url` to `https://.github.io` and leave `baseurl` empty. -3. Set up automatic deployment of your webpage (see instructions below). -4. Make changes, commit, and push! -5. After deployment, the webpage will become available at `.github.io`. +What this means is, if there is no resume data defined in [\_config.yml](_config.yml) and loaded via a json file, it will load the contents of [\_data/cv.yml](_data/cv.yml) as fallback. -**For project pages:** -1. In `_config.yml`, set `url` to `https://.github.io` and `baseurl` to `//`. -2. Set up automatic deployment of your webpage (see instructions below). -3. Make changes, commit, and push! -4. After deployment, the webpage will become available at `.github.io//`. +[![CV Preview](readme_preview/cv.png)](https://alshedivat.github.io/al-folio/cv/) -**To enable automatic deployment:** -1. Click on **Actions** tab and **Enable GitHub Actions**; do not worry about creating any workflows as everything has already been set for you. -2. Make any other changes to your webpage, commit, and push. This will automatically trigger the **Deploy** action. -3. Wait for a few minutes and let the action complete. You can see the progress in the **Actions** tab. If completed successfully, in addition to the `master` branch, your repository should now have a newly built `gh-pages` branch. -4. Finally, in the **Settings** of your repository, in the Pages section, set the branch to `gh-pages` (**NOT** to `master`). For more details, see [Configuring a publishing source for your GitHub Pages site](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#choosing-a-publishing-source). +--- +### People -
(click to expand) Manual deployment to GitHub Pages: +You can create a people page if you want to feature more than one person. Each person can have its own short bio, profile picture, and you can also set if every person will appear at the same or opposite sides. -If you need to manually re-deploy your website to GitHub pages, run the deploy script from the root directory of your repository: -```bash -$ ./bin/deploy -``` -uses the `master` branch for the source code and deploys the webpage to `gh-pages`. +[![People Preview](readme_preview/people.png)](https://alshedivat.github.io/al-folio/people/) -
+--- -
(click to expand) Deployment to another hosting server (non GitHub Pages): +### Publications -If you decide to not use GitHub Pages and host your page elsewhere, simply run: -```bash -$ bundle exec jekyll build -``` -which will (re-)generate the static webpage in the `_site/` folder. -Then simply copy the contents of the `_site/` foder to your hosting server. +Your publications' page is generated automatically from your BibTex bibliography. Simply edit [\_bibliography/papers.bib](_bibliography/papers.bib). You can also add new `*.bib` files and customize the look of your publications however you like by editing [\_pages/publications.md](_pages/publications.md). By default, the publications will be sorted by year and the most recent will be displayed first. You can change this behavior and more in the `Jekyll Scholar` section in [\_config.yml](_config.yml) file. -**Note:** Make sure to correctly set the `url` and `baseurl` fields in `_config.yml` before building the webpage. If you are deploying your webpage to `your-domain.com/your-project/`, you must set `url: your-domain.com` and `baseurl: /your-project/`. If you are deploing directly to `your-domain.com`, leave `baseurl` blank. +You can add extra information to a publication, like a PDF file in the [assets/pdf/](assets/pdf/) directory and add the path to the PDF file in the BibTeX entry with the `pdf` field. Some of the supported fields are: `abstract`, `altmetric`, `arxiv`, `bibtex_show`, `blog`, `code`, `dimensions`, `doi`, `eprint`, `html`, `isbn`, `pdf`, `pmid`, `poster`, `slides`, `supp`, `video`, and `website`. -
+[![Publications Preview](readme_preview/publications.png)](https://alshedivat.github.io/al-folio/publications/) -
(click to expand) Deployment to a separate repository (advanced users only): +--- -**Note:** Do not try using this method unless you know what you are doing (make sure you are familiar with [publishing sources](https://help.github.com/en/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)). This approach allows to have the website's source code in one repository and the deployment version in a different repository. +### Collections -Let's assume that your website's publishing source is a `publishing-source` sub-directory of a git-versioned repository cloned under `$HOME/repo/`. -For a user site this could well be something like `$HOME/.github.io`. +This Jekyll theme implements `collections` to let you break up your work into categories. The theme comes with two default collections: `news` and `projects`. Items from the `news` collection are automatically displayed on the home page. Items from the `projects` collection are displayed on a responsive grid on projects page. -Firstly, from the deployment repo dir, checkout the git branch hosting your publishing source. +[![Projects Preview](readme_preview/projects.png)](https://alshedivat.github.io/al-folio/projects/) -Then from the website sources dir (commonly your al-folio fork's clone): -```bash -$ bundle exec jekyll build --destination $HOME/repo/publishing-source -``` +You can easily create your own collections, apps, short stories, courses, or whatever your creative work is. To do this, edit the collections in the [\_config.yml](_config.yml) file, create a corresponding folder, and create a landing page for your collection, similar to `_pages/projects.md`. -This will instruct jekyll to deploy the website under `$HOME/repo/publishing-source`. +--- -**Note:** Jekyll will clean `$HOME/repo/publishing-source` before building! +### Layouts -The quote below is taken directly from the [jekyll configuration docs](https://jekyllrb.com/docs/configuration/options/): +**al-folio** comes with stylish layouts for pages and blog posts. -> Destination folders are cleaned on site builds -> -> The contents of `` are automatically cleaned, by default, when the site is built. Files or folders that are not created by your site will be removed. Some files could be retained by specifying them within the `` configuration directive. -> -> Do not use an important location for ``; instead, use it as a staging area and copy files from there to your web server. +#### The iconic style of Distill -If `$HOME/repo/publishing-source` contains files that you want jekyll to leave untouched, specify them under `keep_files` in `_config.yml`. -In its default configuration, al-folio will copy the top-level `README.md` to the publishing source. If you want to change this behaviour, add `README.md` under `exclude` in `_config.yml`. +The theme allows you to create blog posts in the [distill.pub](https://distill.pub/) style: -**Note:** Do _not_ run `jekyll clean` on your publishing source repo as this will result in the entire directory getting deleted, irrespective of the content of `keep_files` in `_config.yml`. +[![Distill Preview](readme_preview/distill.png)](https://alshedivat.github.io/al-folio/blog/2021/distill/) -
+For more details on how to create distill-styled posts using `` tags, please refer to [the example](https://alshedivat.github.io/al-folio/blog/2021/distill/). -#### Upgrading from a previous version +#### Full support for math & code -If you installed **al-folio** as described above, you can upgrade to the latest version as follows: +**al-folio** supports fast math typesetting through [MathJax](https://www.mathjax.org/) and code syntax highlighting using [GitHub style](https://github.com/jwarby/jekyll-pygments-themes). Also supports [chartjs charts](https://www.chartjs.org/), [mermaid diagrams](https://mermaid-js.github.io/mermaid/#/), and [TikZ figures](https://tikzjax.com/). -```bash -# Assuming the current directory is -$ git remote add upstream https://github.com/alshedivat/al-folio.git -$ git fetch upstream -$ git rebase upstream/v0.3.5 -``` +

+ + +

-If you have extensively customized a previous version, it might be trickier to upgrade. -You can still follow the steps above, but `git rebase` may result in merge conflicts that must be resolved. -See [git rebase manual](https://help.github.com/en/github/using-git/about-git-rebase) and how to [resolve conflicts](https://help.github.com/en/github/using-git/resolving-merge-conflicts-after-a-git-rebase) for more information. -If rebasing is too complicated, we recommend to re-install the new version of the theme from scratch and port over your content and changes from the previous version manually. - -### FAQ - -Here are some frequently asked questions. -If you have a different question, please ask using [Discussions](https://github.com/alshedivat/al-folio/discussions/categories/q-a). - -1. **Q:** After I fork and setup the repo, I get a deployment error. - Isn't the website supposed to correctly deploy automatically?
- **A:** Yes, if you are using release `v0.3.5` or later, the website will automatically and correctly re-deploy right after your first commit. - Please make some changes (e.g., change your website info in `_config.yml`), commit, and push. - Make sure to follow [deployment instructions](https://github.com/alshedivat/al-folio#deployment) in the previous section. - (Relevant issue: [209](https://github.com/alshedivat/al-folio/issues/209#issuecomment-798849211).) - -2. **Q:** 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?
- **A:** You need to add `CNAME` file to the `master` or `source` branch of your repository. - The file should contain your custom domain name. - (Relevant issue: [130](https://github.com/alshedivat/al-folio/issues/130).) - -3. **Q:** My webpage works locally. - But after deploying, it is not displayed correctly (CSS and JS is not loaded properly). - How do I fix that?
- **A:** Make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`. - Set `url` to `https://.github.io` or to `https://` if you are using a custom domain. - If you are deploying a personal or organization website, leave `baseurl` blank. - If you are deploying a project page, set `baseurl: //`. - -4. **Q:** Atom feed doesn't work. Why? -
- **A:** Make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`. - RSS Feed plugin works with these correctly set up fields: `title`, `url`, `description` and `author`. - Make sure to fill them in an appropriate way and try again. +#### Photos, Audio, Video and more -## Features +Photo formatting is made simple using [Bootstrap's grid system](https://getbootstrap.com/docs/4.4/layout/grid/). Easily create beautiful grids within your blog posts and project pages, also with support for [video](https://alshedivat.github.io/al-folio/blog/2023/videos/) and [audio](https://alshedivat.github.io/al-folio/blog/2023/audios/) embeds: -### Publications +

+ + + +

-Your publications page is generated automatically from your BibTex bibliography. -Simply edit `_bibliography/papers.bib`. -You can also add new `*.bib` files and customize the look of your publications however you like by editing `_pages/publications.md`. +--- -

+### Other features -
(click to expand) Author annotation: +#### GitHub's repositories and user stats -In publications, the author entry for yourself is identified by string `scholar:last_name` and string array `scholar:first_name` in `_config.yml`: -``` -scholar: - last_name: Einstein - first_name: [Albert, A.] -``` -If the entry matches the last name and one form of the first names, it will be underlined. -Keep meta-information about your co-authors in `_data/coauthors.yml` and Jekyll will insert links to their webpages automatically. -The coauthor data format in `_data/coauthors.yml` is as follows, -``` -"Adams": - - firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"] - url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams +**al-folio** uses [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) and [github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy) to display GitHub repositories and user stats on the `/repositories/` page. + +[![Repositories Preview](readme_preview/repositories.png)](https://alshedivat.github.io/al-folio/repositories/) -"Podolsky": - - firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"] - url: https://en.wikipedia.org/wiki/Boris_Podolsky +Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories to the `/repositories/` page. -"Rosen": - - firstname: ["Nathan", "N."] - url: https://en.wikipedia.org/wiki/Nathan_Rosen +You may also use the following codes for displaying this in any other pages. -"Bach": - - firstname: ["Johann Sebastian", "J. S."] - url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach +```html + +{% if site.data.repositories.github_users %} +
+ {% for user in site.data.repositories.github_users %} {% include repository/repo_user.liquid username=user %} {% endfor %} +
+{% endif %} - - firstname: ["Carl Philipp Emanuel", "C. P. E."] - url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach + +{% if site.repo_trophies.enabled %} {% for user in site.data.repositories.github_users %} {% if site.data.repositories.github_users.size > 1 %} +

{{ user }}

+{% endif %} +
+ {% include repository/repo_trophies.liquid username=user %} +
+{% endfor %} {% endif %} + + +{% if site.data.repositories.github_repos %} +
+ {% for repo in site.data.repositories.github_repos %} {% include repository/repo.liquid repository=repo %} {% endfor %} +
+{% endif %} ``` -If the entry matches one of the combinations of the last names and the first names, it will be highlighted and linked to the url provided. - -
- -
(click to expand) Buttons (through custom bibtex keywords): - -There are several custom bibtex keywords that you can use to affect how the entries are displayed on the webpage: - -- `abbr`: Adds an abbreviation to the left of the entry. You can add links to these by creating a venue.yaml-file in the _data folder and adding entries that match. -- `abstract`: Adds an "Abs" button that expands a hidden text field when clicked to show the abstract text -- `arxiv`: Adds a link to the Arxiv website (Note: only add the arxiv identifier here - the link is generated automatically) -- `bibtex_show`: Adds a "Bib" button that expands a hidden text field with the full bibliography entry -- `html`: Inserts a "HTML" button redirecting to the user-specified link -- `pdf`: Adds a "PDF" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) -- `supp`: Adds a "Supp" button to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) -- `blog`: Adds a "Blog" button redirecting to the specified link -- `code`: Adds a "Code" button redirecting to the specified link -- `poster`: Adds a "Poster" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) -- `slides`: Adds a "Slides" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) -- `website`: Adds a "Website" button redirecting to the specified link - -You can implement your own buttons by editing the bib.html file. - -
- -### Collections -This Jekyll theme implements `collections` to let you break up your work into categories. -The theme comes with two default collections: `news` and `projects`. -Items from the `news` collection are automatically displayed on the home page. -Items from the `projects` collection are displayed on a responsive grid on projects page. +--- -

+#### Theming -You can easily create your own collections, apps, short stories, courses, or whatever your creative work is. -To do this, edit the collections in the `_config.yml` file, create a corresponding folder, and create a landing page for your collection, similar to `_pages/projects.md`. - -### Layouts +A variety of beautiful theme colors have been selected for you to choose from. The default is purple, but you can quickly change it by editing the `--global-theme-color` variable in the `_sass/_themes.scss` file. Other color variables are listed there as well. The stock theme color options available can be found at [\_sass/\_variables.scss](_sass/_variables.scss). You can also add your own colors to this file assigning each a name for ease of use across the template. -**al-folio** comes with stylish layouts for pages and blog posts. +--- -#### The iconic style of Distill +#### Social media previews -The theme allows you to create blog posts in the [distill.pub](https://distill.pub/) style: +**al-folio** supports preview images on social media. To enable this functionality you will need to set `serve_og_meta` to `true` in your [\_config.yml](_config.yml). Once you have done so, all your site's pages will include Open Graph data in the HTML head element. -

+You will then need to configure what image to display in your site's social media previews. This can be configured on a per-page basis, by setting the `og_image` page variable. If for an individual page this variable is not set, then the theme will fall back to a site-wide `og_image` variable, configurable in your [\_config.yml](_config.yml). In both the page-specific and site-wide cases, the `og_image` variable needs to hold the URL for the image you wish to display in social media previews. -For more details on how to create distill-styled posts using `` tags, please refer to [the example](https://alshedivat.github.io/al-folio/blog/2018/distill/). +--- -#### Full support for math & code +#### Atom (RSS-like) Feed -**al-folio** supports fast math typesetting through [KaTeX](https://katex.org/) and code syntax highlighting using [GitHub style](https://github.com/jwarby/jekyll-pygments-themes): +It generates an Atom (RSS-like) feed of your posts, useful for Atom and RSS readers. The feed is reachable simply by typing after your homepage `/feed.xml`. E.g. assuming your website mountpoint is the main folder, you can type `yourusername.github.io/feed.xml` -

- - -

+--- -#### Photos +#### Related posts -Photo formatting is made simple using [Bootstrap's grid system](https://getbootstrap.com/docs/4.4/layout/grid/). -Easily create beautiful grids within your blog posts and project pages: +By default, there will be a related posts section on the bottom of the blog posts. These are generated by selecting the `max_related` most recent posts that share at least `min_common_tags` tags with the current post. If you do not want to display related posts on a specific post, simply add `related_posts: false` to the front matter of the post. If you want to disable it for all posts, simply set `enabled` to false in the `related_blog_posts` section in [\_config.yml](_config.yml). -

- - - -

+--- +#### Code quality checks -### Other features +Currently, we run some checks to ensure that the code quality and generated site are good. The checks are done using GitHub Actions and the following tools: -#### Theming -Six beautiful theme colors have been selected to choose from. -The default is purple, but you can quickly change it by editing `$theme-color` variable in the `_sass/_themes.scss` file. -Other color variables are listed there as well. +- [Prettier](https://prettier.io/) - check if the formatting of the code follows the style guide +- [lychee](https://lychee.cli.rs/) - check for broken links +- [Axe](https://github.com/dequelabs/axe-core) (need to run manually) - do some accessibility testing -#### Social media previews -**al-folio** supports preview images on social media. -To enable this functionality you will need to set `serve_og_meta` to `true` in your `_config.yml`. -Once you have done so, all your site's pages will include Open Graph data in the HTML head element. +We decided to keep `Axe` runs manual because fixing the issues are not straightforward and might be hard for people without web development knowledge. -You will then need to configure what image to display in your site's social media previews. -This can be configured on a per-page basis, by setting the `og_image` page variable. -If for an individual page this variable is not set, then the theme will fall back to a site-wide `og_image` variable, configurable in your `_config.yml`. -In both the page-specific and site-wide cases, the `og_image` variable needs to hold the URL for the image you wish to display in social media previews. +## FAQ -#### Atom (RSS-like) Feed -It generates an Atom (RSS-like) feed of your posts, useful for Atom and RSS readers. -The feed is reachable simply by typing after your homepage `/feed.xml`. -E.g. assuming your website mountpoint is the main folder, you can type `yourusername.github.io/feed.xml` +For frequently asked questions, please refer to [FAQ.md](FAQ.md). ## Contributing -Contributions to al-folio are very welcome! -Before you get started, please take a look at [the guidelines](CONTRIBUTING.md). +Contributions to al-folio are very welcome! Before you get started, please take a look at [the guidelines](CONTRIBUTING.md). + +If you would like to improve documentation or fix a minor inconsistency or bug, please feel free to send a PR directly to `master`. For more complex issues/bugs or feature requests, please open an issue using the appropriate template. + +### Maintainers + +Our most active contributors are welcome to join the maintainers team. If you are interested, please reach out! + + + + + + + + + + + + + +

Maruan

Rohan Deb Sarkar

Amir Pourmand

George
+ + + + + + +### All Contributors + + + + -If you would like to improve documentation, add your webpage to the list below, or fix a minor inconsistency or bug, please feel free to send a PR directly to `master`. -For more complex issues/bugs or feature requests, please open an issue using the appropriate template. +## Star History + + + + + Star History Chart + + ## License -The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). +The theme is available as open source under the terms of the [MIT License](https://github.com/alshedivat/al-folio/blob/master/LICENSE). -Originally, **al-folio** was based on the [\*folio theme](https://github.com/bogoli/-folio) (published by [Lia Bogoev](http://liabogoev.com) and under the MIT license). -Since then, it got a full re-write of the styles and many additional cool features. +Originally, **al-folio** was based on the [\*folio theme](https://github.com/bogoli/-folio) (published by [Lia Bogoev](https://liabogoev.com) and under the MIT license). Since then, it got a full re-write of the styles and many additional cool features. diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 7ed262b72c940..d8c6b05cf2553 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -3,12 +3,21 @@ @string{aps = {American Physical Society,}} +@book{einstein1920relativity, + title={Relativity: the Special and General Theory}, + author={Einstein, Albert}, + year={1920}, + publisher={Methuen & Co Ltd}, + html={relativity.html} +} + @book{einstein1956investigations, bibtex_show={true}, title={Investigations on the Theory of the Brownian Movement}, author={Einstein, Albert}, year={1956}, - publisher={Courier Corporation,} + publisher={Courier Corporation}, + preview={brownian-motion.gif} } @article{einstein1950meaning, @@ -16,20 +25,21 @@ @article{einstein1950meaning bibtex_show={true}, title={The meaning of relativity}, author={Einstein, Albert and Taub, AH}, - journal={American Journal of Physics,}, + journal={American Journal of Physics}, volume={18}, number={6}, pages={403--404}, year={1950}, - publisher={American Association of Physics Teachers,} + publisher={American Association of Physics Teachers} } @article{PhysRev.47.777, abbr={PhysRev}, title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?}, - author={Einstein, A. and Podolsky, B. and Rosen, N.}, + author={Einstein*†, A. and Podolsky*, B. and Rosen*, N.}, abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.}, - journal={Phys. Rev.,}, + journal={Phys. Rev.}, + location={New Jersey}, volume={47}, issue={10}, pages={777--780}, @@ -41,13 +51,20 @@ @article{PhysRev.47.777 url={http://link.aps.org/doi/10.1103/PhysRev.47.777}, html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777}, pdf={example_pdf.pdf}, - selected={true} + altmetric={248277}, + dimensions={true}, + google_scholar_id={qyhmnyLat1gC}, + video={https://www.youtube-nocookie.com/embed/aqz-KE-bpKQ}, + additional_info={. *More Information* can be [found here](https://github.com/alshedivat/al-folio/)}, + annotation={* Example use of superscripts
† Albert Einstein}, + selected={true}, + inspirehep_id = {3255} } @article{einstein1905molekularkinetischen, title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen}, author={Einstein, A.}, - journal={Annalen der physik,}, + journal={Annalen der physik}, volume={322}, number={8}, pages={549--560}, @@ -59,7 +76,7 @@ @article{einstein1905movement abbr={Ann. Phys.}, title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat}, author={Einstein, A.}, - journal={Ann. Phys.,}, + journal={Ann. Phys.}, volume={17}, pages={549--560}, year={1905} @@ -70,3 +87,29 @@ @article{einstein1905electrodynamics author={Einstein, A.}, year={1905} } + +@Article{einstein1905photoelectriceffect, + bibtex_show={true}, + abbr={Ann. Phys.}, + title="{{\"U}ber einen die Erzeugung und Verwandlung des Lichtes betreffenden heuristischen Gesichtspunkt}", + author={Albert Einstein}, + abstract={This is the abstract text.}, + journal={Ann. Phys.}, + volume={322}, + number={6}, + pages={132--148}, + year={1905}, + doi={10.1002/andp.19053220607}, + award={Albert Einstein receveid the **Nobel Prize in Physics** 1921 *for his services to Theoretical Physics, and especially for his discovery of the law of the photoelectric effect*}, + award_name={Nobel Prize} +} + +@book{przibram1967letters, + bibtex_show={true}, + title={Letters on wave mechanics}, + author={Einstein, Albert and Schrödinger, Erwin and Planck, Max and Lorentz, Hendrik Antoon and Przibram, Karl}, + year={1967}, + publisher={Vision}, + preview={wave-mechanics.gif}, + abbr={Vision} +} diff --git a/_config.yml b/_config.yml index 34fc72b83cc75..b17f37e598a61 100644 --- a/_config.yml +++ b/_config.yml @@ -13,15 +13,27 @@ footer_text: > Powered by Jekyll with al-folio theme. Hosted by GitHub Pages. Photos from Unsplash. -keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty - +keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty lang: en # the language of your site (for example: en, fr, cn, ru, etc.) -icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) +icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) url: https://alshedivat.github.io # the base hostname & protocol for your site -baseurl: /al-folio # the subpath of your site, e.g. /blog/ +baseurl: /al-folio # the subpath of your site, e.g. /blog/. Leave blank for root last_updated: false # set to true if you want to display last updated in the footer -impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR +impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR +back_to_top: true # set to false to disable the back to top button + +# ----------------------------------------------------------------------------- +# Theme +# ----------------------------------------------------------------------------- + +# repo color theme +repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md +repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md +repo_trophies: + enabled: true + theme_light: flat # https://github.com/ryo-ma/github-profile-trophy + theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy # ----------------------------------------------------------------------------- # RSS Feed @@ -37,9 +49,12 @@ rss_icon: true navbar_fixed: true footer_fixed: true +search_enabled: true +socials_in_search: true +bib_search: true # Dimensions -max_width: 800px +max_width: 930px # TODO: add layout settings (single page vs. multi-page) @@ -47,6 +62,7 @@ max_width: 800px # Open Graph & Schema.org # ----------------------------------------------------------------------------- # Display links to the page with a preview object on social media. +# see https://schema.org/docs/faq.html for more information serve_og_meta: false # Include Open Graph meta tags in the HTML head serve_schema_org: false # Include Schema.org in the HTML head og_image: # The site-wide (default for all links) Open Graph preview image @@ -55,54 +71,119 @@ og_image: # The site-wide (default for all links) Open Graph preview image # Social integration # ----------------------------------------------------------------------------- +acm_id: # your dl.acm.org/profile/id +blogger_url: # your blogger URL +bluesky_url: # your bluesky URL +dblp_url: # your DBLP profile url +discord_id: # your discord id (18-digit unique numerical identifier) +facebook_id: # your facebook id +flickr_id: # your flickr id github_username: # your GitHub user name gitlab_username: # your GitLab user name -twitter_username: # your Twitter handle +ieee_id: # your ieeexplore.ieee.org/author/id +inspirehep_id: 1010907 # Inspire HEP author ID +instagram_id: # your instagram id +kaggle_id: # your kaggle id +keybase_username: # your keybase user name +lastfm_id: # your lastfm id +lattes_id: # your ID on Lattes (Brazilian Lattes CV) linkedin_username: # your LinkedIn user name -scholar_userid: # your Google Scholar ID -orcid_id: # your ORCID ID +mastodon_username: # your mastodon instance+username in the format instance.tld/@username medium_username: # your Medium username -quora_username: # your Quora username +orcid_id: # your ORCID ID +osf_id: # your OSF ID +pinterest_id: # your pinterest id publons_id: # your ID on Publons +quora_username: # your Quora username research_gate_profile: # your profile on ResearchGate -blogger_url: # your blogger URL -work_url: # work page URL -keybase_username: # your keybase user name +scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID +scopus_id: # your profile on Scopus +semanticscholar_id: # your Semantic Scholar ID +spotify_id: # your spotify id +stackoverflow_id: # your stackoverflow id +telegram_username: # your Telegram user name +unsplash_id: # your unsplash id +wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png) +whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.) wikidata_id: # your wikidata id -dblp_url: # your DBLP profile url -stackoverflow_id: #your stackoverflow id +wikipedia_id: # your wikipedia id (Case sensitive) +work_url: # work page URL +x_username: # your X handle +youtube_id: # your youtube channel id (youtube.com/@) +zotero_username: # your zotero username contact_note: > You can even add a little note about which of these is the best way to reach you. -google_analytics: # your google-analytics ID (format: UA-XXXXXXXXX) -google_site_verification: # your google-site-verification ID (Google Search Console) -bing_site_verification: # out your bing-site-verification ID (Bing Webmaster) -panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX) +# ----------------------------------------------------------------------------- +# Analytics and search engine verification +# ----------------------------------------------------------------------------- + +# For Google Analytics, see https://support.google.com/analytics/answer/10447272?hl=en&ref_topic=14088998&sjid=5129943941510317771-SA#zippy=%2Cgoogle-sites +# and follow the instructions for Google Sites. You will need to create a Google Analytics property and copy the Google tag ID. +google_analytics: # your Google Analytics measurement ID (format: G-XXXXXXXXXX) +cronitor_analytics: # cronitor RUM analytics site ID (format: XXXXXXXXX) +pirsch_analytics: # your Pirsch analytics site ID (length 32 characters) + +# For Google Search Console, see https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification&zippy=%2Chtml-tag +google_site_verification: # your google-site-verification ID (Google Search Console) +bing_site_verification: # out your bing-site-verification ID (Bing Webmaster) # ----------------------------------------------------------------------------- # Blog # ----------------------------------------------------------------------------- blog_name: al-folio # blog_name will be displayed in your blog page -blog_nav_title: blog # your blog must have a title for it to be displayed in the nav bar blog_description: a simple whitespace theme for academics permalink: /blog/:year/:title/ +lsi: false # produce an index for related posts # Pagination pagination: enabled: true -# Comments +related_blog_posts: + enabled: true + max_related: 5 + +# Giscus comments (RECOMMENDED) +# Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below. +giscus: + repo: # / + repo_id: # leave empty or specify your repo_id (see https://giscus.app/) + category: Comments # name of the category under which discussions will be created + category_id: # leave empty or specify your category_id (see https://giscus.app/) + mapping: title # identify discussions by post title + strict: 1 # use strict identification mode + reactions_enabled: 1 # enable (1) or disable (0) emoji reactions + input_position: bottom # whether to display input form below (bottom) or above (top) the comments + theme: preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode) + emit_metadata: 0 + lang: en + +# Disqus comments (DEPRECATED) disqus_shortname: al-folio # put your disqus shortname # https://help.disqus.com/en/articles/1717111-what-s-a-shortname # External sources. -# If you have blog posts published on medium.com or other exteranl sources, +# If you have blog posts published on medium.com or other external sources, # you can display them in your blog by adding a link to the RSS feed. external_sources: - name: medium.com rss_url: https://medium.com/@al-folio/feed + - name: Google Blog + posts: + - url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/ + published_date: 2024-05-14 + +# ----------------------------------------------------------------------------- +# Newsletter +# ----------------------------------------------------------------------------- + +newsletter: + enabled: false + endpoint: # your loops endpoint (e.g., https://app.loops.so/api/newsletter-form/YOUR-ENDPOINT) + # https://loops.so/docs/forms/custom-form # ----------------------------------------------------------------------------- # Collections @@ -113,12 +194,20 @@ collections: defaults: layout: post output: true - permalink: /news/:path/ + permalink: /:collection/:title/ projects: output: true - permalink: /projects/:path/ + permalink: /:collection/:title/ -news_limit: 5 +announcements: + enabled: true + scrollable: true # adds a vertical scroll bar if there are more than 3 news items + limit: 5 # leave blank to include all the news in the `_news` folder + +latest_posts: + enabled: true + scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items + limit: 3 # leave blank to include all the blog posts # ----------------------------------------------------------------------------- # Jekyll settings @@ -127,12 +216,10 @@ news_limit: 5 # Markdown and syntax highlight markdown: kramdown highlighter: rouge -highlight_theme_light: github # https://github.com/jwarby/jekyll-pygments-themes -highlight_theme_dark: native # https://github.com/jwarby/jekyll-pygments-themes kramdown: input: GFM syntax_highlighter_opts: - css_class: 'highlight' + css_class: "highlight" span: line_numbers: false block: @@ -140,45 +227,66 @@ kramdown: start_line: 1 # Includes & excludes -include: ['_pages'] +include: ["_pages"] exclude: - - bin + - bin/ + - CONTRIBUTING.md + - CUSTOMIZE.md + - Dockerfile + - docker-compose.yml + - docker-compose-slim.yml + - FAQ.md - Gemfile - Gemfile.lock + - INSTALL.md + - LICENSE + - lighthouse_results/ + - package.json + - package-lock.json + - _pages/about_einstein.md + - purgecss.config.js + - README.md + - readme_preview/ - vendor keep_files: - CNAME - .nojekyll - - .git # Plug-ins plugins: - jekyll-archives - - jekyll-diagrams - jekyll-email-protect - jekyll-feed + - jekyll-get-json - jekyll-imagemagick + - jekyll-jupyter-notebook + - jekyll-link-attributes - jekyll-minifier - jekyll-paginate-v2 + - jekyll-regex-replace - jekyll/scholar - jekyll-sitemap - - jekyll-target-blank + - jekyll-tabs + - jekyll-toc - jekyll-twitter-plugin - jemoji # Sitemap settings defaults: - scope: - path: "assets/**/*.*" + path: "assets" values: sitemap: false +sass: + style: compressed + # ----------------------------------------------------------------------------- # Jekyll Minifier # ----------------------------------------------------------------------------- jekyll-minifier: - exclude: ['robots.txt'] + exclude: ["robots.txt", "assets/js/search/*.js", "assets/libs/**/*"] uglifier_args: harmony: true @@ -193,17 +301,19 @@ jekyll-archives: tag: archive-tag category: archive-category permalinks: - year: '/blog/:year/' - tag: '/blog/tag/:name/' - category: '/blog/category/:name/' + year: "/blog/:year/" + tag: "/blog/tag/:name/" + category: "/blog/category/:name/" + +display_tags: ["formatting", "images", "links", "math", "code", "blockquotes"] # these tags will be displayed on the front page of your blog +display_categories: ["external-services"] # these categories will be displayed on the front page of your blog # ----------------------------------------------------------------------------- # Jekyll Scholar # ----------------------------------------------------------------------------- scholar: - - last_name: Einstein + last_name: [Einstein] first_name: [Albert, A.] style: apa @@ -221,19 +331,73 @@ scholar: join_strings: true details_dir: bibliography - details_layout: bibtex.html details_link: Details query: "@*" + group_by: year + group_order: descending + +# Display different badges withs stats for your publications +# Customize badge behavior in _layouts/bib.liquid +enable_publication_badges: + altmetric: true # Altmetric badge (Customization options: https://badge-docs.altmetric.com/index.html) + dimensions: true # Dimensions badge (Customization options: https://badge.dimensions.ai/) + google_scholar: true # Google Scholar badge (https://scholar.google.com/intl/en/scholar/citations.html) + inspirehep: true # Inspire HEP badge (https://help.inspirehep.net/knowledge-base/citation-metrics/) + +# Filter out certain bibtex entry keywords used internally from the bib output +filtered_bibtex_keywords: + [ + abbr, + abstract, + additional_info, + altmetric, + annotation, + arxiv, + award, + award_name, + bibtex_show, + blog, + code, + google_scholar_id, + html, + inspirehep_id, + pdf, + poster, + preview, + selected, + slides, + supp, + video, + website, + ] + +# Maximum number of authors to be shown for each publication (more authors are visible on click) +max_author_limit: 3 # leave blank to always show all authors +more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation + +# Enables publication thumbnails. If disabled, none of the publications will display thumbnails, even if specified in the bib entry. +enable_publication_thumbnails: true + +# ----------------------------------------------------------------------------- +# Jekyll Link Attributes +# ----------------------------------------------------------------------------- -filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website] # Filter out certain bibtex entry keywords used internally from the bib output +# These are the defaults +external_links: + enabled: true + rel: external nofollow noopener + target: _blank + exclude: # ----------------------------------------------------------------------------- # Responsive WebP Images # ----------------------------------------------------------------------------- +# MAKE SURE imagemagick is installed and on your PATH before enabling imagemagick. In a terminal, run: +# convert -version imagemagick: - enabled: true + enabled: true # enables responsive images for your site (recommended, see https://github.com/alshedivat/al-folio/issues/537) widths: - 480 - 800 @@ -245,69 +409,241 @@ imagemagick: - ".jpeg" - ".png" - ".tiff" + - ".gif" output_formats: - webp: "-quality 75%" + webp: "-quality 85" + +# Lazy loading images +# If you enable lazy loading, all images will add the loading="lazy" attribute. +# This will make your site load faster, but it may not be supported in all browsers. +# You can also set loading="" to other values for specific images to override the default behavior. +# Options: "auto", "eager", "lazy" +# See https://web.dev/browser-level-image-lazy-loading/ for more information. +lazy_loading_images: true # enables lazy loading of images (recommended) # ----------------------------------------------------------------------------- -# Jekyll Diagrams +# Optional Features # ----------------------------------------------------------------------------- -jekyll-diagrams: - # configuration, see https://github.com/zhustec/jekyll-diagrams. - # feel free to comment out this section if not using jekyll diagrams. - +enable_google_analytics: false # enables google analytics +enable_cronitor_analytics: false # enables cronitor RUM analytics +enable_pirsch_analytics: false # enables Pirsch analytics (https://pirsch.io/) +enable_google_verification: false # enables google site verification +enable_bing_verification: false # enables bing site verification +enable_masonry: true # enables automatic project cards arrangement +enable_math: true # enables math typesetting (uses MathJax) +enable_tooltips: false # enables automatic tooltip links generated for each section titles on pages and posts +enable_darkmode: true # enables switching between light/dark modes +enable_navbar_social: false # enables displaying social links in the navbar on the about page +enable_project_categories: true # enables categorization of projects into multiple categories +enable_medium_zoom: true # enables image zoom feature (as on medium.com) +enable_progressbar: true # enables a horizontal progress bar linked to the vertical scroll position +enable_video_embedding: false # enables video embedding for bibtex entries. If false, the button opens the video link in a new window. # ----------------------------------------------------------------------------- -# Optional Features +# Library versions # ----------------------------------------------------------------------------- -enable_google_analytics: false # enables google analytics -enable_panelbear_analytics: false # enables panelbear analytics -enable_google_verification: false # enables google site verification -enable_bing_verification: false # enables bing site verification -enable_masonry: true # enables automatic project cards arangement -enable_math: true # enables math typesetting (uses MathJax) -enable_tooltips: false # enables automatic tooltip links generated - # for each section titles on pages and posts -enable_darkmode: true # enables switching between light/dark modes -enable_navbar_social: false # enables displaying social links in the - # navbar on the about page -enable_project_categories: true # enables categorization of projects into - # multiple categories -enable_medium_zoom: true # enables image zoom feature (as on medium.com) - +# Add the url, version and integrity hash of the libraries you use in your site. +# The integrity hash is used to ensure that the library is not tampered with. +# Integrity hashes not provided by the libraries were generated using https://www.srihash.org/ +third_party_libraries: + download: false # if true, download the versions of the libraries specified below and use the downloaded files + bootstrap-table: + integrity: + css: "sha256-uRX+PiRTR4ysKFRCykT8HLuRCub26LgXJZym3Yeom1c=" + js: "sha256-4rppopQE9POKfukn2kEvhJ9Um25Cf6+IDVkARD0xh78=" + url: + css: "https://cdn.jsdelivr.net/npm/bootstrap-table@{{version}}/dist/bootstrap-table.min.css" + js: "https://cdn.jsdelivr.net/npm/bootstrap-table@{{version}}/dist/bootstrap-table.min.js" + version: "1.22.4" + chartjs: + integrity: + js: "sha256-0q+JdOlScWOHcunpUk21uab1jW7C1deBQARHtKMcaB4=" + url: + js: "https://cdn.jsdelivr.net/npm/chart.js@{{version}}/dist/chart.umd.min.js" + version: "4.4.1" + d3: + integrity: + js: "sha256-1rA678n2xEx7x4cTZ5x4wpUCj6kUMZEZ5cxLSVSFWxw=" + url: + js: "https://cdn.jsdelivr.net/npm/d3@{{version}}/dist/d3.min.js" + version: "7.8.5" + diff2html: + integrity: + css: "sha256-IMBK4VNZp0ivwefSn51bswdsrhk0HoMTLc2GqFHFBXg=" + js: "sha256-eU2TVHX633T1o/bTQp6iIJByYJEtZThhF9bKz/DcbbY=" + url: + css: "https://cdn.jsdelivr.net/npm/diff2html@{{version}}/bundles/css/diff2html.min.css" + js: "https://cdn.jsdelivr.net/npm/diff2html@{{version}}/bundles/js/diff2html-ui.min.js" + version: "3.4.47" + echarts: + integrity: + js: + library: "sha256-QvgynZibb2U53SsVu98NggJXYqwRL7tg3FeyfXvPOUY=" + dark_theme: "sha256-sm6Ui9w41++ZCWmIWDLC18a6ki72FQpWDiYTDxEPXwU=" + url: + js: + library: "https://cdn.jsdelivr.net/npm/echarts@{{version}}/dist/echarts.min.js" + dark_theme: "https://cdn.jsdelivr.net/npm/echarts@{{version}}/theme/dark-fresh-cut.js" + version: "5.5.0" + google_fonts: + url: + fonts: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons&display=swap" + highlightjs: + integrity: + css: + light: "sha256-Oppd74ucMR5a5Dq96FxjEzGF7tTw2fZ/6ksAqDCM8GY=" + dark: "sha256-nyCNAiECsdDHrr/s2OQsp5l9XeY2ZJ0rMepjCT2AkBk=" + url: + css: + light: "https://cdn.jsdelivr.net/npm/highlight.js@{{version}}/styles/github.min.css" + dark: "https://cdn.jsdelivr.net/npm/highlight.js@{{version}}/styles/github-dark.min.css" + version: "11.9.0" + imagesloaded: + integrity: + js: "sha256-htrLFfZJ6v5udOG+3kNLINIKh2gvoKqwEhHYfTTMICc=" + url: + js: https://cdn.jsdelivr.net/npm/imagesloaded@{{version}}/imagesloaded.pkgd.min.js + version: "5.0.0" + img-comparison-slider: + integrity: + css: "sha256-3qTIuuUWIFnnU3LpQMjqiXc0p09rvd0dmj+WkpQXSR8=" + js: "sha256-EXHg3x1K4oIWdyohPeKX2ZS++Wxt/FRPH7Nl01nat1o=" + map: "sha256-3wfqS2WU5kGA/ePcgFzJXl5oSN1QsgZI4/edprTgX8w=" + url: + css: "https://cdn.jsdelivr.net/npm/img-comparison-slider@{{version}}/dist/styles.min.css" + js: "https://cdn.jsdelivr.net/npm/img-comparison-slider@{{version}}/dist/index.min.js" + map: "https://cdn.jsdelivr.net/npm/img-comparison-slider@{{version}}/dist/index.js.map" + version: "8.0.6" + jquery: + integrity: + js: "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" + url: + js: "https://cdn.jsdelivr.net/npm/jquery@{{version}}/dist/jquery.min.js" + version: "3.6.0" + leaflet: + integrity: + css: "sha256-q9ba7o845pMPFU+zcAll8rv+gC+fSovKsOoNQ6cynuQ=" + js: "sha256-MgH13bFTTNqsnuEoqNPBLDaqxjGH+lCpqrukmXc8Ppg=" + js_map: "sha256-YAoQ3FzREN4GmVENMir8vgHHypC0xfSK3CAxTHCqx1M=" + local: + images: "images/" + url: + css: "https://cdn.jsdelivr.net/npm/leaflet@{{version}}/dist/leaflet.min.css" + images: "https://cdn.jsdelivr.net/npm/leaflet@{{version}}/dist/images/" + js: "https://cdn.jsdelivr.net/npm/leaflet@{{version}}/dist/leaflet.min.js" + js_map: "https://cdn.jsdelivr.net/npm/leaflet@{{version}}/dist/leaflet.js.map" + version: "1.9.4" + mathjax: + integrity: + js: "sha256-MASABpB4tYktI2Oitl4t+78w/lyA+D7b/s9GEP0JOGI=" + local: + fonts: "output/chtml/fonts/woff-v2/" + url: + fonts: "https://cdn.jsdelivr.net/npm/mathjax@{{version}}/es5/output/chtml/fonts/woff-v2/" + js: "https://cdn.jsdelivr.net/npm/mathjax@{{version}}/es5/tex-mml-chtml.js" + version: "3.2.2" + masonry: + integrity: + js: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" + url: + js: "https://cdn.jsdelivr.net/npm/masonry-layout@{{version}}/dist/masonry.pkgd.min.js" + version: "4.2.2" + mdb: + integrity: + css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" + css_map: "sha256-iYYMNfsJdVZjvsebJulg09miBXM4/GMTJgv1u5EZFFM=" + js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" + js_map: "sha256-UPgyn4YNsT0khkBK5553QwhnlbTlU0aa+igyc6qP1bE=" + url: + css: "https://cdn.jsdelivr.net/npm/mdbootstrap@{{version}}/css/mdb.min.css" + css_map: "https://cdn.jsdelivr.net/npm/mdbootstrap@{{version}}/css/mdb.min.css.map" + js: "https://cdn.jsdelivr.net/npm/mdbootstrap@{{version}}/js/mdb.min.js" + js_map: "https://cdn.jsdelivr.net/npm/mdbootstrap@{{version}}/js/mdb.min.js.map" + version: "4.20.0" + medium_zoom: + integrity: + js: "sha256-ZgMyDAIYDYGxbcpJcfUnYwNevG/xi9OHKaR/8GK+jWc=" + url: + js: "https://cdn.jsdelivr.net/npm/medium-zoom@{{version}}/dist/medium-zoom.min.js" + version: "1.1.0" + mermaid: + integrity: + js: "sha256-TtLOdUA8mstPoO6sGvHIGx2ceXrrX4KgIItO06XOn8A=" + url: + js: "https://cdn.jsdelivr.net/npm/mermaid@{{version}}/dist/mermaid.min.js" + version: "10.7.0" + polyfill: + url: + js: "https://cdnjs.cloudflare.com/polyfill/v{{version}}/polyfill.min.js?features=es6" + version: "3" + pseudocode: + integrity: + css: "sha256-VwMV//xgBPDyRFVSOshhRhzJRDyBmIACniLPpeXNUdc=" + js: "sha256-aVkDxqyzrB+ExUsOY9PdyelkDhn/DfrjWu08aVpqNlo=" + url: + css: "https://cdn.jsdelivr.net/npm/pseudocode@{{version}}/build/pseudocode.min.css" + js: "https://cdn.jsdelivr.net/npm/pseudocode@{{version}}/build/pseudocode.min.js" + version: "2.4.1" + swiper: + integrity: + css: "sha256-yUoNxsvX+Vo8Trj3lZ/Y5ZBf8HlBFsB6Xwm7rH75/9E=" + js: "sha256-BPrwikijIybg9OQC5SYFFqhBjERYOn97tCureFgYH1E=" + map: "sha256-lbF5CsospW93otqvWOIbbhj80CjazrZXvamD7nC7TBI=" + url: + css: "https://cdn.jsdelivr.net/npm/swiper@{{version}}/swiper-bundle.min.css" + js: "https://cdn.jsdelivr.net/npm/swiper@{{version}}/swiper-element-bundle.min.js" + map: "https://cdn.jsdelivr.net/npm/swiper@{{version}}/swiper-element-bundle.min.js.map" + version: "11.0.5" + swiper-map: + integrity: + js: "sha256-hlZaH8ySXX97bZaetnrtYlKuhx3oEXFz/s2IXchu6vk=" + url: + js: "https://cdn.jsdelivr.net/npm/swiper@11.1.0/swiper-element-bundle.min.js.map" + version: "11.0.5" + vega: + integrity: + js: "sha256-Yot/cfgMMMpFwkp/5azR20Tfkt24PFqQ6IQS+80HIZs=" + js_map: "sha256-z0x9ICA65dPkZ0JVa9wTImfF6n7AJsKc6WlFE96/wNA=" + url: + js: "https://cdn.jsdelivr.net/npm/vega@{{version}}/build/vega.min.js" + js_map: "https://cdn.jsdelivr.net/npm/vega@{{version}}/build/vega.min.js.map" + version: "5.27.0" + vega-embed: + integrity: + js: "sha256-FPCJ9JYCC9AZSpvC/t/wHBX7ybueZhIqOMjpWqfl3DU=" + js_map: "sha256-VBbfSEFYSMdX/rTdGrONEHNP6BprCB7H/LpMMNt/cPA=" + url: + js: "https://cdn.jsdelivr.net/npm/vega-embed@{{version}}/build/vega-embed.min.js" + js_map: "https://cdn.jsdelivr.net/npm/vega-embed@{{version}}/build/vega-embed.min.js.map" + version: "6.24.0" + vega-lite: + integrity: + js: "sha256-TvBvIS5jUN4BSy009usRjNzjI1qRrHPYv7xVLJyjUyw=" + js_map: "sha256-l2I4D5JC23Ulsu6e3sKVe5AJ+r+DFkzkKnZS8nUGz28=" + url: + js: "https://cdn.jsdelivr.net/npm/vega-lite@{{version}}/build/vega-lite.min.js" + js_map: "https://cdn.jsdelivr.net/npm/vega-lite@{{version}}/build/vega-lite.min.js.map" + version: "5.16.3" # ----------------------------------------------------------------------------- -# Library versions +# Get external JSON data # ----------------------------------------------------------------------------- -academicons: - version: "1.9.1" - integrity: "sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" -bootstrap: - version: "4.6.1" - integrity: - css: "sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" - js: "sha256-SyTu6CwrfOhaznYZPoolVw2rxoY7lKYKQvqbtqN93HI=" -fontawesome: - version: "5.15.4" - integrity: "sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" -jquery: - version: "3.6.0" - integrity: "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" -mathjax: - version: "3.2.0" -masonry: - version: "4.2.2" - integrity: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" -mdb: - version: "4.20.0" - integrity: - css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" - js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" -popper: - version: "2.11.2" - integrity: "sha256-l/1pMF/+J4TThfgARS6KwWrk/egwuVvhRzfLAMQ6Ds4=" -medium_zoom: - version: "1.0.6" - integrity: "sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" +jekyll_get_json: + - data: resume + json: assets/json/resume.json # it can also be an url +jsonresume: + - basics + - work + - education + - publications + - projects + - volunteer + - awards + - certificates + - skills + - languages + - interests + - references diff --git a/_data/coauthors.yml b/_data/coauthors.yml index 0c1c954a395ba..5a989cf01e3e5 100644 --- a/_data/coauthors.yml +++ b/_data/coauthors.yml @@ -1,18 +1,34 @@ -"Adams": +"adams": - firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"] url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams -"Podolsky": +"podolsky": - firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"] url: https://en.wikipedia.org/wiki/Boris_Podolsky -"Rosen": +"rosen": - firstname: ["Nathan", "N."] url: https://en.wikipedia.org/wiki/Nathan_Rosen -"Bach": +"bach": - firstname: ["Johann Sebastian", "J. S."] url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach - firstname: ["Carl Philipp Emanuel", "C. P. E."] url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach + +"przibram": + - firstname: ["Karl"] + url: https://link.springer.com/article/10.1007/s00016-019-00242-z + +"schrodinger": + - firstname: ["Erwin"] + url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger + +"lorentz": + - firstname: ["Hendrik Antoon"] + url: https://en.wikipedia.org/wiki/Hendrik_Lorentz + +"planck": + - firstname: ["Max"] + url: https://en.wikipedia.org/wiki/Max_Planck diff --git a/_data/cv.yml b/_data/cv.yml new file mode 100644 index 0000000000000..5885b30b63048 --- /dev/null +++ b/_data/cv.yml @@ -0,0 +1,97 @@ +- title: General Information + type: map + contents: + - name: Full Name + value: Albert Einstein + - name: Date of Birth + value: 14th March 1879 + - name: Languages + value: English, German + +- title: Education + type: time_table + contents: + - title: PhD + institution: University of Zurich, Zurich, Switzerland + year: 1905 + description: + - Description 1. + - Description 2. + - title: Description 3. + contents: + - Sub-description 1. + - Sub-description 2. + - title: Federal teaching diploma + institution: Eidgenössische Technische Hochschule, Zurich, Switzerland + year: 1900 + description: + - Description 1. + - Description 2. + +- title: Experience + type: time_table + contents: + - title: Professor of Theoretical Physics + institution: Institute for Advanced Study, Princeton University + year: 1933 - 1955 + description: + - Description 1. + - Description 2. + - title: Description 3. + contents: + - Sub-description 1. + - Sub-description 2. + - title: Visiting Professor + institution: California Institute of Technology, Pasadena, California, US + year: 1933 + description: + - Description 1. + - Description 2. + + - title: Director + institution: Kaiser Wilhelm Institute for Physics, Berlin, Germany. + year: 1917-1933 + + - title: Professor of Theoretical Physics + institution: Karl-Ferdinand University, Prague, Czechoslovakia + year: 1911 - 1917 + description: + + - title: Associate Professor of Theoretical Physics + institution: University of Zurich, Zurich, Switzerland + year: 1909 - 1911 + +- title: Open Source Projects + type: time_table + contents: + - title: al-folio + year: 2015-now + description: A beautiful, simple, clean, and responsive Jekyll theme for academics. + +- title: Honors and Awards + type: time_table + contents: + - year: 1921 + items: + - Nobel Prize in Physics + - Matteucci Medal + - year: 2029 + items: + - Max Planck Medal + +- title: Academic Interests + type: nested_list + contents: + - title: Topic 1. + items: + - Description 1. + - Description 2. + - title: Topic 2. + items: + - Description 1. + - Description 2. + +- title: Other Interests + type: list + contents: + - Hobbies: Hobby 1, Hobby 2, etc. diff --git a/_data/repositories.yml b/_data/repositories.yml new file mode 100644 index 0000000000000..c2d7269e7bab2 --- /dev/null +++ b/_data/repositories.yml @@ -0,0 +1,14 @@ +github_users: + - torvalds + - alshedivat + +repo_description_lines_max: 2 + +github_repos: + - alshedivat/al-folio + - jekyll/jekyll + - twbs/bootstrap + - jquery/jquery + - FortAwesome/Font-Awesome + - mathjax/MathJax + - jpswalsh/academicons diff --git a/_data/venues.yml b/_data/venues.yml new file mode 100644 index 0000000000000..41963201fba1b --- /dev/null +++ b/_data/venues.yml @@ -0,0 +1,9 @@ +"AJP": + url: https://aapt.scitation.org/journal/ajp + color: "#00369f" + +"PhysRev": + url: https://journals.aps.org/ + +"Vision": + color: "#009f36" diff --git a/_includes/audio.liquid b/_includes/audio.liquid new file mode 100644 index 0000000000000..338e2124985dc --- /dev/null +++ b/_includes/audio.liquid @@ -0,0 +1,30 @@ +
+
diff --git a/_includes/bib_search.liquid b/_includes/bib_search.liquid new file mode 100644 index 0000000000000..c0ab526c652b8 --- /dev/null +++ b/_includes/bib_search.liquid @@ -0,0 +1,4 @@ +{% if site.bib_search %} + + +{% endif %} diff --git a/_includes/citation.liquid b/_includes/citation.liquid new file mode 100644 index 0000000000000..35bd9e378d521 --- /dev/null +++ b/_includes/citation.liquid @@ -0,0 +1,26 @@ +
+
+
+ +If you found this useful, please cite this as: + +{% capture citation_quote -%} +> {{ site.last_name }}, {{ site.first_name }}{% if site.middle_name %} {{ site.middle_name }}{% endif %} ({{ page.date | date: "%b %Y" }}). {{ page.title }}. {% if site.title != 'blank' %}{{ site.title }}. {% endif %}{{ site.url }}. +{%- endcapture %} +{{ citation_quote | markdownify }} + +

or as a BibTeX entry:

+ +{% capture citation_code -%} +```bibtex +@article{ {{- site.last_name | downcase }}{{ page.date | date: "%Y" }}{{ page.title | slugify }}, + title = { {{- page.title -}} }, + author = { {{- site.last_name }}, {{ site.first_name }}{% if site.middle_name %} {{ site.middle_name }}{% endif -%}}, + {%- if site.title != 'blank' %}journal = { {{- site.title -}} },{% endif %} + year = { {{- page.date | date: "%Y" -}} }, + month = { {{- page.date | date: "%b" -}} }, + url = { {{- site.url }}{{ page.url -}} } +} +``` +{%- endcapture %} +{{ citation_code | markdownify }} diff --git a/_includes/cv/list.liquid b/_includes/cv/list.liquid new file mode 100644 index 0000000000000..1cc2598eff775 --- /dev/null +++ b/_includes/cv/list.liquid @@ -0,0 +1,5 @@ +
    + {% for content in entry.contents %} +
  • {{ content }}
  • + {% endfor %} +
diff --git a/_includes/cv/list_groups.liquid b/_includes/cv/list_groups.liquid new file mode 100644 index 0000000000000..1ca90e4b23768 --- /dev/null +++ b/_includes/cv/list_groups.liquid @@ -0,0 +1,51 @@ +
+ {% for content in entry.contents %} +
+ + + + {% if content.icon %} + + {% else %} + + {% endif %} + + {% assign i = 1 %} + {% for item in content.items %} + {% assign i = i | plus: 1 %} + {% endfor %} + + + {% for item in content.items %} + + + + {% if item.level %} + + {% endif %} + {% if item.school %} + + {% else %} + + {% endif %} + {% if item.link %} + + {% endif %} + + {% endfor %} + +
{{ content.category }}
+ {{ item.name }} + {{ item.level }}{{ item.school }} + {% endif %} + {% if item.time %} +
+ {{ item.time }} +
+
+ {% endfor %} +
diff --git a/_includes/cv/map.liquid b/_includes/cv/map.liquid new file mode 100644 index 0000000000000..aee3419fab619 --- /dev/null +++ b/_includes/cv/map.liquid @@ -0,0 +1,29 @@ + + {% for content in entry.contents %} + + + {% if content.value %} + + {% endif %} + {% if content.links %} + + {% endif %} + + {% endfor %} +
+ {{ content.name }} + {{ content.value }} +
+ {% for item in content.links %} + {% if item.link %} + + {% endif %} + {% endfor %} +
+
diff --git a/_includes/cv/nested_list.liquid b/_includes/cv/nested_list.liquid new file mode 100644 index 0000000000000..72200dec57b68 --- /dev/null +++ b/_includes/cv/nested_list.liquid @@ -0,0 +1,16 @@ +
    + {% for content in entry.contents %} +
  • +
    {{ content.title }}
    + {% if content.items %} +
      + {% for subitem in content.items %} +
    • + {{ subitem }} +
    • + {% endfor %} +
    + {% endif %} +
  • + {% endfor %} +
diff --git a/_includes/cv/time_table.liquid b/_includes/cv/time_table.liquid new file mode 100644 index 0000000000000..beb1c52e00147 --- /dev/null +++ b/_includes/cv/time_table.liquid @@ -0,0 +1,118 @@ +
    + {% for content in entry.contents %} +
  • +
    + {% if content.year %} +
    + + + + + + {% if content.location %} + + + + {% endif %} + +
    + + {{- content.year -}} + +
    +

    + + {{ content.location }} +

    +
    +
    + {% endif %} +
    + {% if content.title %} +
    {{ content.title }}
    + {% endif %} + {% if content.department or content.institution %} + + + {% if content.institution %} + + + + + {% endif %} + {% if content.department %} + + + + + {% endif %} + +
    + + {{ content.institution }}
    + + {{ content.department }}
    + {% endif %} + {% if content.maindescription %} +
    {{ content.maindescription }}
    + {% endif %} + {% if content.description %} +
      + {% for item in content.description %} +
    • + {% if item.contents %} + {{ item.title }} +
        + {% for subitem in item.contents %} +
      • + {{ subitem }} +
      • + {% endfor %} +
      + {% else %} + {{ item }} + {% endif %} +
    • + {% endfor %} +
    + {% endif %} + {% if content.items %} +
      + {% for item in content.items %} +
    • + {% if item.contents %} + {{ item.title }} +
        + {% for subitem in item.contents %} +
      • + {{ subitem }} +
      • + {% endfor %} +
      + {% else %} + {{ item }} + {% endif %} +
    • + {% endfor %} +
    + {% endif %} + {% if content.linkitems %} + + {% endif %} +
    +
    +
  • + {% endfor %} +
diff --git a/_includes/disqus.liquid b/_includes/disqus.liquid new file mode 100644 index 0000000000000..6979a4eced2df --- /dev/null +++ b/_includes/disqus.liquid @@ -0,0 +1,13 @@ +
+ + +
diff --git a/_includes/figure.html b/_includes/figure.html deleted file mode 100644 index c3d931a98bd40..0000000000000 --- a/_includes/figure.html +++ /dev/null @@ -1,17 +0,0 @@ -{%- assign path = include.path | remove: ".jpg" | remove: ".jpeg" | remove: ".png" | remove: ".tiff" -%} - -
- - - {% for i in site.imagemagick.widths -%} - - {% endfor -%} - - - - - - - {%- if include.caption -%}
{{ include.caption }}
{%- endif %} - -
diff --git a/_includes/figure.liquid b/_includes/figure.liquid new file mode 100644 index 0000000000000..a8d54dab5dbd9 --- /dev/null +++ b/_includes/figure.liquid @@ -0,0 +1,84 @@ +{% assign img_path = include.path | remove: '.jpg' | remove: '.jpeg' | remove: '.png' | remove: '.tiff' | remove: '.gif' %} +{% assign parts = include.path | split: '.' %} +{% assign ext = parts.last %} + +
+ + + + {% if site.imagemagick.enabled %} + + {% endif %} + {{ include.alt }} + + + {% if include.caption %} +
{{ include.caption }}
+ {% endif %} +
diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index acc4688f7cff1..0000000000000 --- a/_includes/footer.html +++ /dev/null @@ -1,25 +0,0 @@ - {% if site.footer_fixed %} -
-
- © Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}. {{ site.footer_text }} - {%- if site.impressum_path -%} - Impressum. - {%- endif -%} - {%- if site.last_updated -%} - Last updated: {{ "now" | date: '%B %d, %Y' }}. - {%- endif %} -
-
- {%- else -%} -
-
- © Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}. {{ site.footer_text }} - {%- if site.impressum_path -%} - Impressum. - {%- endif -%} - {%- if site.last_updated -%} - Last updated: {{ "now" | date: '%B %d, %Y' }}. - {%- endif %} -
-
- {%- endif %} \ No newline at end of file diff --git a/_includes/footer.liquid b/_includes/footer.liquid new file mode 100644 index 0000000000000..feecc1bb0f7b1 --- /dev/null +++ b/_includes/footer.liquid @@ -0,0 +1,35 @@ +{% if site.footer_fixed %} +
+
+ © Copyright {{ site.time | date: '%Y' }} + {{ site.first_name }} + {{ site.middle_name }} + {{ site.last_name }}. {{ site.footer_text }} + {% if site.impressum_path %} + Impressum. + {% endif %} + {% if site.last_updated %} + Last updated: {{ 'now' | date: '%B %d, %Y' }}. + {% endif %} +
+
+{% else %} +
+ {% if site.newsletter.enabled %} + {% include scripts/newsletter.liquid %} + {% endif %} + +
+ © Copyright {{ site.time | date: '%Y' }} + {{ site.first_name }} + {{ site.middle_name }} + {{ site.last_name }}. {{ site.footer_text }} + {% if site.impressum_path %} + Impressum. + {% endif %} + {% if site.last_updated %} + Last updated: {{ 'now' | date: '%B %d, %Y' }}. + {% endif %} +
+
+{% endif %} diff --git a/_includes/giscus.liquid b/_includes/giscus.liquid new file mode 100644 index 0000000000000..8ac16ee1d06a1 --- /dev/null +++ b/_includes/giscus.liquid @@ -0,0 +1,32 @@ +
+ {% if site.giscus.repo %} + + + {% else %} + {% capture giscus_warning %} > ##### giscus comments misconfigured > Please follow instructions at + [http://giscus.app](http://giscus.app) and update your giscus configuration. {: .block-danger } {% endcapture %} + {{ giscus_warning | markdownify }} + {% endif %} +
diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 1661581a27201..0000000000000 --- a/_includes/head.html +++ /dev/null @@ -1,31 +0,0 @@ - - {% include metadata.html %} - - - - - - - - - - - - - - - {% if site.icon.size < 3 %} - - {% elsif site.icon != blank %} - - {% endif %} - - - - - {% if site.enable_darkmode %} - - - - - {% endif %} diff --git a/_includes/head.liquid b/_includes/head.liquid new file mode 100644 index 0000000000000..bcab3f22b032c --- /dev/null +++ b/_includes/head.liquid @@ -0,0 +1,158 @@ + +{% include metadata.liquid %} + + + + + + +{% if page.pretty_table %} + +{% endif %} + + + + + + + + +{% if page.toc and page.toc.sidebar %} + + +{% endif %} + + + + +{% if page.pseudocode %} + +{% endif %} + +{% if site.icon.size <= 4 %} + +{% elsif site.icon != blank %} + +{% endif %} + + + + + +{% if site.enable_darkmode %} + + +{% endif %} + + +{% if page.map %} + +{% endif %} + + +{% if page.code_diff %} + + + +{% endif %} + + +{% if page.project_intro %} + +{% endif %} + +{% if page.images %} + + {% if page.images.compare %} + + {% endif %} + + {% if page.images.slider %} + + {% endif %} +{% endif %} + +{% if page.tikzjax %} + +{% endif %} diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index e33b64fd54a9e..0000000000000 --- a/_includes/header.html +++ /dev/null @@ -1,99 +0,0 @@ - -
- - - -
\ No newline at end of file diff --git a/_includes/header.liquid b/_includes/header.liquid new file mode 100644 index 0000000000000..d07fc98183372 --- /dev/null +++ b/_includes/header.liquid @@ -0,0 +1,141 @@ +
+ + + {% if site.enable_progressbar %} + + +
+ +
+
+ {% endif %} +
diff --git a/_includes/latest_posts.liquid b/_includes/latest_posts.liquid new file mode 100644 index 0000000000000..e710727a605eb --- /dev/null +++ b/_includes/latest_posts.liquid @@ -0,0 +1,48 @@ +
+ {% if site.latest_posts != blank %} + {% assign latest_posts_size = site.posts | size %} +
3 %} + style="max-height: 60vw" + {% endif %} + > + + {% assign latest_posts = site.posts %} + {% if site.latest_posts.limit %} + {% assign latest_posts_limit = site.latest_posts.limit %} + {% else %} + {% assign latest_posts_limit = latest_posts_size %} + {% endif %} + {% for item in latest_posts limit: latest_posts_limit %} + + + + + {% endfor %} +
{{ item.date | date: '%b %d, %Y' }} + {% if item.redirect == blank %} + {{ item.title }} + {% elsif item.redirect contains '://' %} + {{ item.title }} + + + + {% else %} + {{ item.title }} + {% endif %} +
+
+ {% else %} +

No posts so far...

+ {% endif %} +
diff --git a/_includes/metadata.html b/_includes/metadata.html deleted file mode 100644 index ce58cc3e47f0b..0000000000000 --- a/_includes/metadata.html +++ /dev/null @@ -1,156 +0,0 @@ -{% if site.enable_google_verification or site.enable_bing_verification %} - - {% if site.enable_google_verification -%} - - {%- endif -%} - {% if site.enable_bing_verification -%} - - {%- endif -%} -{%- endif %} - - - - - - - {%- if site.title == "blank" -%} - {%- capture title -%}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{%- endcapture -%} - {%- else -%} - {%- capture title -%}{{ site.title }}{%- endcapture -%} - {%- endif -%} - {% if page.url == '/blog/index.html' %} - {{ site.blog_nav_title }} | {{ title }} - {%- elsif page.title != "blank" and page.url != "/" -%} - {{ page.title }} | {{ title }} - {%- else -%} - {{ title }} - {%- endif -%} - - - -{%- if page.keywords or site.keywords %} - -{%- endif %} - -{%- if site.serve_og_meta %} - - - - - - - - {% if page.og_image or site.og_image -%} - - {%- endif %} - - - - - - - {% if page.og_image or site.og_image -%} - - {%- endif %} - {% if site.twitter_username -%} - - - {%- endif %} -{%- endif %} - -{%- if site.serve_schema_org %} - - - {%- comment -%} Social links generator for "sameAs schema" {%- endcomment %} - {% assign sameaslinks = "" | split: "," %} - {%- if site.orcid_id -%} - {%- capture link -%}https://orcid.org/{{ site.orcid_id }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.scholar_userid -%} - {%- capture link -%}https://scholar.google.com/citations?user={{ site.scholar_userid }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.publons_id -%} - {%- capture link -%}https://publons.com/a/{{ site.publons_id }}/{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.research_gate_profile -%} - {%- capture link -%}https://www.researchgate.net/profile/{{site.research_gate_profile}}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.github_username -%} - {%- capture link -%}https://github.com/{{ site.github_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.linkedin_username -%} - {%- capture link -%}https://www.linkedin.com/in/{{ site.linkedin_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.twitter_username -%} - {%- capture link -%}https://twitter.com/{{ site.twitter_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.medium_username -%} - {%- capture link -%}https://medium.com/@{{ site.medium_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.quora_username -%} - {%- capture link -%}https://www.quora.com/profile/{{ site.quora_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.blogger_url -%} - {%- capture link -%}{{ site.blogger_url }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.work_url -%} - {%- capture link -%}{{ site.work_url }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.wikidata_id -%} - {%- capture link -%}https://www.wikidata.org/wiki/{{ site.wikidata_id }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.strava_userid -%} - {%- capture link -%}https://www.strava.com/athletes/{{ site.strava_userid }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.keybase_username -%} - {%- capture link -%}https://keybase.io/{{ site.keybase_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.gitlab_username -%} - {%- capture link -%}https://gitlab.com/{{ site.gitlab_username }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.dblp_url -%} - {%- capture link -%}{{ site.dblp_url }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if site.stackoverflow_id -%} - {%- capture link -%}https://stackoverflow.com/users/{{ site.stackoverflow_id }}{%- endcapture -%} - {%- assign sameaslinks = sameaslinks | push: link -%} - {%- endif -%} - {%- if sameaslinks != blank -%} - {%- assign sameaslinks = sameaslinks | split: "" -%} - {%- endif -%} - - -{%- endif %} diff --git a/_includes/metadata.liquid b/_includes/metadata.liquid new file mode 100644 index 0000000000000..b7373704b85fc --- /dev/null +++ b/_includes/metadata.liquid @@ -0,0 +1,241 @@ +{% if site.enable_google_verification or site.enable_bing_verification %} + + {% if site.enable_google_verification %} + + {% endif %} + {% if site.enable_bing_verification %} + + {% endif %} + + +{% endif %} + +{% capture author_name %}{{ site.first_name }}{% if site.middle_name %} {{ site.middle_name }}{% endif %} {{ site.last_name }}{% endcapture %} + + + + + + + {% if site.title == 'blank' %} + {% capture title %}{{ author_name }}{% endcapture %} + {% else %} + {% capture title %}{{ site.title }}{% endcapture %} + {% endif %} + {% if page.url == '/blog/index.html' %} + {{ page.title }} | {{ title }} + {% elsif page.title != 'blank' and page.url != '/' %} + {% if page.title == null or page.title == '' %} + {{ page.date | date: '%Y' }} | {{ title }} + {% else %} + {{ page.title }} | {{ title }} + {% endif %} + {% else %} + {{ title }} + {% endif %} + + + +{% if page.keywords or site.keywords %} + +{% endif %} + +{% assign is_blog_post = false %} +{% if page.url != '/blog/index.html' and page.url contains '/blog/' %} + {% unless page.url contains '/tag/' or page.url contains '/category/' %} + {% assign is_blog_post = true %} + {% endunless %} +{% endif %} + +{% if site.serve_og_meta %} + + + + + + + {% if page.og_image or site.og_image %} + + {% endif %} + + + + + + + {% if page.og_image or site.og_image %} + + {% endif %} + {% if site.x_username %} + + + {% endif %} +{% endif %} + +{% if site.serve_schema_org %} + + {% comment %} Social links generator for "sameAs schema" {% endcomment %} + {% assign sameaslinks = '' | split: ',' %} + {% if site.orcid_id %} + {% capture link %}https://orcid.org/{{ site.orcid_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.scholar_userid %} + {% capture link %}https://scholar.google.com/citations?user={{ site.scholar_userid }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.semanticscholar_id %} + {% capture link %}https://www.semanticscholar.org/author/{{ site.semanticscholar_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.publons_id %} + {% capture link %}https://publons.com/a/{{ site.publons_id }}/{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.lattes_id %} + {% capture link %}http://lattes.cnpq.br/{{ site.lattes_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.osf_id %} + {% capture link %}https://osf.io/{{ site.osf_id }}/{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.research_gate_profile %} + {% capture link %}https://www.researchgate.net/profile/{{site.research_gate_profile}}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.scopus_id %} + {% capture link %}https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.github_username %} + {% capture link %}https://github.com/{{ site.github_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.telegram_username %} + {% capture link %}https://telegram.me/{{ site.telegram_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.linkedin_username %} + {% capture link %}https://www.linkedin.com/in/{{ site.linkedin_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.x_username %} + {% capture link %}https://twitter.com/{{ site.x_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.mastodon_username %} + {% capture link %}https://{{ site.mastodon_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.medium_username %} + {% capture link %}https://medium.com/@{{ site.medium_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.quora_username %} + {% capture link %}https://www.quora.com/profile/{{ site.quora_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.blogger_url %} + {% capture link %}{{ site.blogger_url }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.work_url %} + {% capture link %}{{ site.work_url }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.wikidata_id %} + {% capture link %}https://www.wikidata.org/wiki/{{ site.wikidata_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.wikipedia_id %} + {% capture link %}https://wikipedia.org/wiki/User:{{ site.wikipedia_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.strava_userid %} + {% capture link %}https://www.strava.com/athletes/{{ site.strava_userid }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.keybase_username %} + {% capture link %}https://keybase.io/{{ site.keybase_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.gitlab_username %} + {% capture link %}https://gitlab.com/{{ site.gitlab_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.dblp_url %} + {% capture link %}{{ site.dblp_url }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.stackoverflow_id %} + {% capture link %}https://stackoverflow.com/users/{{ site.stackoverflow_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.kaggle_id %} + {% capture link %}https://www.kaggle.com/{{ site.kaggle_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.lastfm_id %} + {% capture link %}https://www.last.fm/user/{{ site.lastfm_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.spotify_id %} + {% capture link %}https://open.spotify.com/user/{{ site.spotify_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.pinterest_id %} + {% capture link %}https://www.pinterest.com/{{ site.pinterest_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.unsplash_id %} + {% capture link %}https://unsplash.com/@{{ site.unsplash_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.instagram_id %} + {% capture link %}https://instagram.com/{{ site.instagram_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.facebook_id %} + {% capture link %}https://facebook.com/{{ site.facebook_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.youtube_id %} + {% capture link %}https://youtube.com/@{{ site.youtube_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.discord_id %} + {% capture link %}https://discord.com/users/{{ site.discord_id }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if site.zotero_username %} + {% capture link %}https://www.zotero.org/{{ site.zotero_username }}{% endcapture %} + {% assign sameaslinks = sameaslinks | push: link %} + {% endif %} + {% if sameaslinks != blank %} + {% assign sameaslinks = sameaslinks | split: '' %} + {% endif %} + + +{% endif %} diff --git a/_includes/news.html b/_includes/news.html deleted file mode 100644 index aa7f354644f5b..0000000000000 --- a/_includes/news.html +++ /dev/null @@ -1,25 +0,0 @@ - -
-

news

- {% if site.news != blank -%} -
- - {%- assign news = site.news | reverse -%} - {% for item in news limit: site.news_limit %} - - - - - {%- endfor %} -
{{ item.date | date: "%b %-d, %Y" }} - {% if item.inline -%} - {{ item.content | remove: '

' | remove: '

' | emojify }} - {%- else -%} - {{ item.title }} - {%- endif %} -
-
- {%- else -%} -

No news so far...

- {%- endif %} -
diff --git a/_includes/news.liquid b/_includes/news.liquid new file mode 100644 index 0000000000000..547ccf1a9b0df --- /dev/null +++ b/_includes/news.liquid @@ -0,0 +1,34 @@ +
+ {% if site.news != blank %} + {% assign news_size = site.news | size %} +
3 %} + style="max-height: 60vw" + {% endif %} + > + + {% assign news = site.news | reverse %} + {% if include.limit and site.announcements.limit %} + {% assign news_limit = site.announcements.limit %} + {% else %} + {% assign news_limit = news_size %} + {% endif %} + {% for item in news limit: news_limit %} + + + + + {% endfor %} +
{{ item.date | date: '%b %d, %Y' }} + {% if item.inline %} + {{ item.content | remove: '

' | remove: '

' | emojify }} + {% else %} + {{ item.title }} + {% endif %} +
+
+ {% else %} +

No news so far...

+ {% endif %} +
diff --git a/_includes/pagination.html b/_includes/pagination.html deleted file mode 100644 index 4b8d27e3aee16..0000000000000 --- a/_includes/pagination.html +++ /dev/null @@ -1,17 +0,0 @@ -{%- if paginator.total_pages > 1 -%} - -{%- endif -%} diff --git a/_includes/pagination.liquid b/_includes/pagination.liquid new file mode 100644 index 0000000000000..4f6797594835a --- /dev/null +++ b/_includes/pagination.liquid @@ -0,0 +1,21 @@ +{% if paginator.total_pages > 1 %} + +{% endif %} diff --git a/_includes/project_intro.liquid b/_includes/project_intro.liquid new file mode 100644 index 0000000000000..ba21aaf63e23a --- /dev/null +++ b/_includes/project_intro.liquid @@ -0,0 +1,29 @@ +
+ {% if include.img %} +
+ {% include figure.liquid path=include.img max-height="300px" max-width="300px" width="auto" %} +
+ {% endif %} + +
+

{{ include.title }}

+
+ {% for icon in include.icons %} + + {% endfor %} +
+

{{ include.description }}

+
+
diff --git a/_includes/projects.html b/_includes/projects.html deleted file mode 100644 index 503146e2a2dbf..0000000000000 --- a/_includes/projects.html +++ /dev/null @@ -1,36 +0,0 @@ - -
- \ No newline at end of file diff --git a/_includes/projects.liquid b/_includes/projects.liquid new file mode 100644 index 0000000000000..0ada935d291ac --- /dev/null +++ b/_includes/projects.liquid @@ -0,0 +1,35 @@ + diff --git a/_includes/projects_horizontal.html b/_includes/projects_horizontal.html deleted file mode 100644 index 7d1be4949eba9..0000000000000 --- a/_includes/projects_horizontal.html +++ /dev/null @@ -1,43 +0,0 @@ -
- {%- if project.redirect -%} - - {%- else -%} - - {%- endif -%} - diff --git a/_includes/projects_horizontal.liquid b/_includes/projects_horizontal.liquid new file mode 100644 index 0000000000000..8630e69e1d72e --- /dev/null +++ b/_includes/projects_horizontal.liquid @@ -0,0 +1,34 @@ + diff --git a/_includes/related_posts.liquid b/_includes/related_posts.liquid new file mode 100644 index 0000000000000..08d1b8851d391 --- /dev/null +++ b/_includes/related_posts.liquid @@ -0,0 +1,22 @@ +{% assign have_related_posts = false %} +{% for post in site.related_posts | limit: site.related_blog_posts.max_related %} + {% unless have_related_posts %} + {% assign have_related_posts = true %} +
+
+
+
    + + +

    Enjoy Reading This Article?

    +

    Here are some more articles you might like to read next:

    + {% endunless %} + +
  • + {{ post.title }} +
  • +{% endfor %} +{% if site.newsletter.enabled and site.footer_fixed %} +

    Subscribe to be notified of future articles:

    + {% include scripts/newsletter.liquid left=true %} +{% endif %} diff --git a/_includes/repository/repo.liquid b/_includes/repository/repo.liquid new file mode 100644 index 0000000000000..c9837bbc1dbe4 --- /dev/null +++ b/_includes/repository/repo.liquid @@ -0,0 +1,27 @@ +{% assign repo_url = include.repository | split: '/' %} +{% if site.data.repositories.github_users contains repo_url.first %} + {% assign show_owner = false %} +{% else %} + {% assign show_owner = true %} +{% endif %} + +{% if site.data.repositories.repo_description_lines_max %} + {% assign max_lines = site.data.repositories.repo_description_lines_max %} +{% else %} + {% assign max_lines = 2 %} +{% endif %} + + diff --git a/_includes/repository/repo_trophies.liquid b/_includes/repository/repo_trophies.liquid new file mode 100644 index 0000000000000..07a8d42d04621 --- /dev/null +++ b/_includes/repository/repo_trophies.liquid @@ -0,0 +1,42 @@ + diff --git a/_includes/repository/repo_user.liquid b/_includes/repository/repo_user.liquid new file mode 100644 index 0000000000000..35c301dde8e27 --- /dev/null +++ b/_includes/repository/repo_user.liquid @@ -0,0 +1,14 @@ + diff --git a/_includes/resume/awards.liquid b/_includes/resume/awards.liquid new file mode 100644 index 0000000000000..85dec3f8cb766 --- /dev/null +++ b/_includes/resume/awards.liquid @@ -0,0 +1,19 @@ +
      + {% for content in data[1] %} +
    • +
      +
      + {% if content.date %} {% assign date = content.date | split: '-' | join: '.' %} {% else %} {% assign date = '' %} {% endif %} + {{ date }} +
      +
      +
      + {{ content.title }} +
      +
      {{ content.awarder }}
      +
      {{ content.summary }}
      +
      +
      +
    • + {% endfor %} +
    diff --git a/_includes/resume/basics.liquid b/_includes/resume/basics.liquid new file mode 100644 index 0000000000000..3f8d5bfd2f924 --- /dev/null +++ b/_includes/resume/basics.liquid @@ -0,0 +1,28 @@ + + {% assign skip_basics = 'image,profiles,location' | split: ',' %} + {% for content in data[1] %} + {% + if (content[1] == "") or (skip_basics contains + content[0]) + %} + {% continue %} + {% endif %} + + + + + + {% endfor %} +
    + {{ content[0] | capitalize }} + + {% if content[0] == 'url' %} + {{ content[1] }} + {% elsif content[0] == 'email' %} + {{ content[1] }} + {% elsif content[0] == 'phone' %} + {{ content[1] }} + {% else %} + {{ content[1] }} + {% endif %} +
    diff --git a/_includes/resume/certificates.liquid b/_includes/resume/certificates.liquid new file mode 100644 index 0000000000000..70ec00ac21139 --- /dev/null +++ b/_includes/resume/certificates.liquid @@ -0,0 +1,35 @@ +
    + {% assign certificates = data[1] | sort: 'date' | reverse %} + {% for content in certificates %} +
    + + + + {% if content.icon %} + + {% else %} + + {% endif %} + + {% assign i = 1 %} + {% for item in content.items %} + {% assign i = i | plus: 1 %} + {% endfor %} + + + + + + + + +
    + + + {{ content.name }} +
    + {{ content.issuer }} + {{ content.date }}
    +
    + {% endfor %} +
    diff --git a/_includes/resume/education.liquid b/_includes/resume/education.liquid new file mode 100644 index 0000000000000..cebb05894ecc4 --- /dev/null +++ b/_includes/resume/education.liquid @@ -0,0 +1,54 @@ +
      + {% assign education = data[1] | sort: 'startDate' | reverse %} + {% for content in education %} +
    • +
      +
      + {% if content.startDate and content.startDate != '' %} + {% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %} + {% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %} + {% assign date = startDate | append: ' - ' %} + {% assign date = date | append: endDate %} + {% else %} + {% assign date = null %} + {% endif %} + + + + + + {% if content.location %} + + + + {% endif %} + +
      + {% if date %} + {{ date }} + {% endif %} +
      +

      + + {{ content.location }} +

      +
      +
      +
      +
      + {{ content.studyType }} +
      +
      {{ content.institution }}
      +
      {{ content.area }}
      +
        + {% for item in content.courses %} +
      • + {{ item }} +
      • + {% endfor %} +
      +
      +
      +
    • + {% endfor %} +
    diff --git a/_includes/resume/interests.liquid b/_includes/resume/interests.liquid new file mode 100644 index 0000000000000..b3b72dec5f6b0 --- /dev/null +++ b/_includes/resume/interests.liquid @@ -0,0 +1,33 @@ +
    + {% for content in data[1] %} +
    + + + + {% if content.icon %} + + {% else %} + + {% endif %} + + {% assign i = 1 %} + {% for item in content.items %} + {% assign i = i | plus: 1 %} + {% endfor %} + + + {% for item in content.keywords %} + + + + + {% endfor %} + +
    + + {{ content.name }}
    + {{ item }} +
    +
    + {% endfor %} +
    diff --git a/_includes/resume/languages.liquid b/_includes/resume/languages.liquid new file mode 100644 index 0000000000000..36d7875a6b406 --- /dev/null +++ b/_includes/resume/languages.liquid @@ -0,0 +1,31 @@ +
    + {% for content in data[1] %} +
    + + + + {% if content.icon %} + + {% else %} + + {% endif %} + + {% assign i = 1 %} + {% for item in content.items %} + {% assign i = i | plus: 1 %} + {% endfor %} + + + + + + + +
    + + {{ content.language }}
    + {{ content.fluency }} +
    +
    + {% endfor %} +
    diff --git a/_includes/resume/projects.liquid b/_includes/resume/projects.liquid new file mode 100644 index 0000000000000..1620e152a1d2f --- /dev/null +++ b/_includes/resume/projects.liquid @@ -0,0 +1,32 @@ +
      + {% for content in data[1] %} +
    • +
      +
      + {% if content.startDate %} + {% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %} + {% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %} + {% assign date = startDate | append: ' - ' %} + {% assign date = date | append: endDate %} + {% else %} + {% assign date = '' %} + {% endif %} + {{ date }} +
      +
      +
      + {{ content.name }} +
      +
      {{ content.summary }}
      +
        + {% for item in content.highlights %} +
      • + {{ item }} +
      • + {% endfor %} +
      +
      +
      +
    • + {% endfor %} +
    diff --git a/_includes/resume/publications.liquid b/_includes/resume/publications.liquid new file mode 100644 index 0000000000000..04f20771f182c --- /dev/null +++ b/_includes/resume/publications.liquid @@ -0,0 +1,28 @@ +
      + {% assign publications = data[1] | sort: 'releaseDate' | reverse %} + {% for content in publications %} +
    • +
      +
      + {% if content.releaseDate %} {% assign date = content.releaseDate | split: '-' | join: '.' %} {% else %} {% assign date = '' %} {% endif %} + + + + + + +
      + {{ date }} +
      +
      +
      +
      + {{ content.name }} +
      +
      {{ content.publisher }}
      +
      {{ content.summary }}
      +
      +
      +
    • + {% endfor %} +
    diff --git a/_includes/resume/references.liquid b/_includes/resume/references.liquid new file mode 100644 index 0000000000000..22365685b7661 --- /dev/null +++ b/_includes/resume/references.liquid @@ -0,0 +1,31 @@ +
    + {% for content in data[1] %} +
    + + + + {% if content.icon %} + + {% else %} + + {% endif %} + + {% assign i = 1 %} + {% for item in content.items %} + {% assign i = i | plus: 1 %} + {% endfor %} + + + + + + + +
    + + {{ content.name }}
    + {{ content.reference }} +
    +
    + {% endfor %} +
    diff --git a/_includes/resume/skills.liquid b/_includes/resume/skills.liquid new file mode 100644 index 0000000000000..672fd0564a9ac --- /dev/null +++ b/_includes/resume/skills.liquid @@ -0,0 +1,33 @@ +
    + {% for content in data[1] %} +
    + + + + {% if content.icon %} + + {% else %} + + {% endif %} + + {% assign i = 1 %} + {% for item in content.items %} + {% assign i = i | plus: 1 %} + {% endfor %} + + + {% for item in content.keywords %} + + + + + {% endfor %} + +
    + + {{ content.name }}
    + {{ item }} +
    +
    + {% endfor %} +
    diff --git a/_includes/resume/volunteer.liquid b/_includes/resume/volunteer.liquid new file mode 100644 index 0000000000000..32e589bd18a90 --- /dev/null +++ b/_includes/resume/volunteer.liquid @@ -0,0 +1,52 @@ +
      + {% assign volunteer = data[1] | sort: 'startDate' | reverse %} + {% for content in volunteer %} +
    • +
      +
      + {% if content.startDate %} + {% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %} + {% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %} + {% assign date = startDate | append: ' - ' %} + {% assign date = date | append: endDate %} + {% else %} + {% assign date = '' %} + {% endif %} + + + + + + {% if content.location %} + + + + {% endif %} + +
      + {{ date }} +
      +

      + + {{ content.location }} +

      +
      +
      +
      +
      + {{ content.position }} +
      +
      {{ content.organization }}
      +
      {{ content.summary }}
      +
        + {% for item in content.highlights %} +
      • + {{ item }} +
      • + {% endfor %} +
      +
      +
      +
    • + {% endfor %} +
    diff --git a/_includes/resume/work.liquid b/_includes/resume/work.liquid new file mode 100644 index 0000000000000..f92a599b6a421 --- /dev/null +++ b/_includes/resume/work.liquid @@ -0,0 +1,52 @@ +
      + {% assign work = data[1] | sort: 'startDate' | reverse %} + {% for content in work %} +
    • +
      +
      + {% if content.startDate %} + {% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %} + {% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %} + {% assign date = startDate | append: ' - ' %} + {% assign date = date | append: endDate %} + {% else %} + {% assign date = '' %} + {% endif %} + + + + + + {% if content.location %} + + + + {% endif %} + +
      + {{ date }} +
      +

      + + {{ content.location }} +

      +
      +
      +
      +
      + {{ content.position }} +
      +
      {{ content.name }}
      +
      {{ content.summary }}
      +
        + {% for item in content.highlights %} +
      • + {{ item }} +
      • + {% endfor %} +
      +
      +
      +
    • + {% endfor %} +
    diff --git a/_includes/scripts/analytics.html b/_includes/scripts/analytics.html deleted file mode 100644 index f59eacdc6a215..0000000000000 --- a/_includes/scripts/analytics.html +++ /dev/null @@ -1,18 +0,0 @@ -{%- if site.enable_google_analytics -%} - - - - {%- endif -%} - {%- if site.enable_panelbear_analytics -%} - - - -{%- endif -%} diff --git a/_includes/scripts/analytics.liquid b/_includes/scripts/analytics.liquid new file mode 100644 index 0000000000000..4419a2cecfe8e --- /dev/null +++ b/_includes/scripts/analytics.liquid @@ -0,0 +1,32 @@ +{% if site.enable_google_analytics %} + + + +{% endif %} +{% if site.enable_cronitor_analytics %} + + + +{% endif %} +{% if site.enable_pirsch_analytics %} + +{% endif %} diff --git a/_includes/scripts/back_to_top.liquid b/_includes/scripts/back_to_top.liquid new file mode 100644 index 0000000000000..0b74448b7e7a2 --- /dev/null +++ b/_includes/scripts/back_to_top.liquid @@ -0,0 +1,6 @@ +{% if site.back_to_top %} + + +{% endif %} diff --git a/_includes/scripts/badges.liquid b/_includes/scripts/badges.liquid new file mode 100644 index 0000000000000..72706905136d3 --- /dev/null +++ b/_includes/scripts/badges.liquid @@ -0,0 +1,6 @@ +{% if site.enable_publication_badges.altmetric %} + +{% endif %} +{% if site.enable_publication_badges.dimensions %} + +{% endif %} diff --git a/_includes/scripts/bootstrap.html b/_includes/scripts/bootstrap.html deleted file mode 100644 index 727b3540f443b..0000000000000 --- a/_includes/scripts/bootstrap.html +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/_includes/scripts/bootstrap.liquid b/_includes/scripts/bootstrap.liquid new file mode 100644 index 0000000000000..2573e77c50915 --- /dev/null +++ b/_includes/scripts/bootstrap.liquid @@ -0,0 +1,8 @@ + + + + diff --git a/_includes/scripts/chartjs.liquid b/_includes/scripts/chartjs.liquid new file mode 100644 index 0000000000000..bb21be2292ee1 --- /dev/null +++ b/_includes/scripts/chartjs.liquid @@ -0,0 +1,24 @@ +{% if page.chart and page.chart.chartjs %} + + +{% endif %} diff --git a/_includes/scripts/diff2html.liquid b/_includes/scripts/diff2html.liquid new file mode 100644 index 0000000000000..0c9f0e0ba5ef8 --- /dev/null +++ b/_includes/scripts/diff2html.liquid @@ -0,0 +1,30 @@ +{% if page.code_diff %} + + + +{% endif %} diff --git a/_includes/scripts/echarts.liquid b/_includes/scripts/echarts.liquid new file mode 100644 index 0000000000000..fce103d5356b4 --- /dev/null +++ b/_includes/scripts/echarts.liquid @@ -0,0 +1,45 @@ +{% if page.chart and page.chart.echarts %} + + {% if site.enable_darkmode %} + + {% endif %} + +{% endif %} diff --git a/_includes/scripts/imageLayouts.liquid b/_includes/scripts/imageLayouts.liquid new file mode 100644 index 0000000000000..4bdef5fd130b2 --- /dev/null +++ b/_includes/scripts/imageLayouts.liquid @@ -0,0 +1,18 @@ +{% if page.images %} + {% if page.images.compare %} + + {% endif %} + {% if page.images.slider %} + + {% endif %} +{% endif %} diff --git a/_includes/scripts/jekyll_tabs.liquid b/_includes/scripts/jekyll_tabs.liquid new file mode 100644 index 0000000000000..57d08ac91205f --- /dev/null +++ b/_includes/scripts/jekyll_tabs.liquid @@ -0,0 +1,3 @@ +{% if page.tabs %} + +{% endif %} diff --git a/_includes/scripts/jquery.html b/_includes/scripts/jquery.html deleted file mode 100644 index f84a2f22d5b67..0000000000000 --- a/_includes/scripts/jquery.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/_includes/scripts/jquery.liquid b/_includes/scripts/jquery.liquid new file mode 100644 index 0000000000000..66635305cdc5c --- /dev/null +++ b/_includes/scripts/jquery.liquid @@ -0,0 +1,6 @@ + + diff --git a/_includes/scripts/leaflet.liquid b/_includes/scripts/leaflet.liquid new file mode 100644 index 0000000000000..393fdf4817b4e --- /dev/null +++ b/_includes/scripts/leaflet.liquid @@ -0,0 +1,31 @@ +{% if page.map %} + + +{% endif %} diff --git a/_includes/scripts/masonry.html b/_includes/scripts/masonry.html deleted file mode 100644 index 804389d31ad35..0000000000000 --- a/_includes/scripts/masonry.html +++ /dev/null @@ -1,6 +0,0 @@ - {%- if site.enable_masonry -%} - - - - - {%- endif -%} diff --git a/_includes/scripts/masonry.liquid b/_includes/scripts/masonry.liquid new file mode 100644 index 0000000000000..ec07f18e60f3d --- /dev/null +++ b/_includes/scripts/masonry.liquid @@ -0,0 +1,16 @@ +{% if site.enable_masonry %} + + + + +{% endif %} diff --git a/_includes/scripts/mathjax.html b/_includes/scripts/mathjax.html deleted file mode 100644 index c55ec056d26b3..0000000000000 --- a/_includes/scripts/mathjax.html +++ /dev/null @@ -1,12 +0,0 @@ - {%- if site.enable_math -%} - - - - - {%- endif %} diff --git a/_includes/scripts/mathjax.liquid b/_includes/scripts/mathjax.liquid new file mode 100644 index 0000000000000..df9d5fa4c938b --- /dev/null +++ b/_includes/scripts/mathjax.liquid @@ -0,0 +1,25 @@ +{% if site.enable_math %} + {% unless page.pseudocode %} + + + + + {% endunless %} +{% endif %} diff --git a/_includes/scripts/mermaid.liquid b/_includes/scripts/mermaid.liquid new file mode 100644 index 0000000000000..8edab72fc5413 --- /dev/null +++ b/_includes/scripts/mermaid.liquid @@ -0,0 +1,55 @@ +{% if page.mermaid and page.mermaid.enabled %} + + {% if page.mermaid.zoomable %} + + {% endif %} + +{% endif %} diff --git a/_includes/scripts/misc.html b/_includes/scripts/misc.html deleted file mode 100644 index 8d711d48b6389..0000000000000 --- a/_includes/scripts/misc.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if site.enable_tooltips %} - - -{%- endif %} -{%- if site.enable_medium_zoom %} - - - -{%- endif -%} - - - diff --git a/_includes/scripts/misc.liquid b/_includes/scripts/misc.liquid new file mode 100644 index 0000000000000..56d68f52498bb --- /dev/null +++ b/_includes/scripts/misc.liquid @@ -0,0 +1,43 @@ +{% if site.enable_tooltips %} + + +{% endif %} +{% if site.enable_medium_zoom %} + + + +{% endif %} +{% if page.toc and page.toc.sidebar %} + + +{% endif %} + + +{% if page.pretty_table %} + + +{% endif %} + + + + + + + + + +{% assign site.test-library.url = site.test-library.url | append: 'teste' %} diff --git a/_includes/scripts/newsletter.liquid b/_includes/scripts/newsletter.liquid new file mode 100644 index 0000000000000..0204ffa9028c3 --- /dev/null +++ b/_includes/scripts/newsletter.liquid @@ -0,0 +1,176 @@ + + + + + diff --git a/_includes/scripts/progressBar.liquid b/_includes/scripts/progressBar.liquid new file mode 100644 index 0000000000000..08d1915584735 --- /dev/null +++ b/_includes/scripts/progressBar.liquid @@ -0,0 +1,78 @@ +{% if site.enable_progressbar %} + + +{% endif %} diff --git a/_includes/scripts/pseudocode.liquid b/_includes/scripts/pseudocode.liquid new file mode 100644 index 0000000000000..be942ed34f661 --- /dev/null +++ b/_includes/scripts/pseudocode.liquid @@ -0,0 +1,52 @@ +{% if site.enable_math and page.pseudocode %} + + + + + +{% endif %} diff --git a/_includes/scripts/search.liquid b/_includes/scripts/search.liquid new file mode 100644 index 0000000000000..95e219cac62d0 --- /dev/null +++ b/_includes/scripts/search.liquid @@ -0,0 +1,579 @@ +{% if site.search_enabled %} + + + + + +{% endif %} diff --git a/_includes/scripts/tikzjax.liquid b/_includes/scripts/tikzjax.liquid new file mode 100644 index 0000000000000..2bd6e91613284 --- /dev/null +++ b/_includes/scripts/tikzjax.liquid @@ -0,0 +1,8 @@ +{% if page.tikzjax %} + +{% endif %} diff --git a/_includes/scripts/typograms.liquid b/_includes/scripts/typograms.liquid new file mode 100644 index 0000000000000..0983b2c2141ef --- /dev/null +++ b/_includes/scripts/typograms.liquid @@ -0,0 +1,23 @@ +{% if page.typograms %} + + + +{% endif %} diff --git a/_includes/scripts/vega.liquid b/_includes/scripts/vega.liquid new file mode 100644 index 0000000000000..49f1236029f73 --- /dev/null +++ b/_includes/scripts/vega.liquid @@ -0,0 +1,47 @@ +{% if page.chart and page.chart.vega_lite %} + + + + + +{% endif %} diff --git a/_includes/scripts/wechatModal.liquid b/_includes/scripts/wechatModal.liquid new file mode 100644 index 0000000000000..17285b3032cb3 --- /dev/null +++ b/_includes/scripts/wechatModal.liquid @@ -0,0 +1,18 @@ +{% if site.wechat_qr %} + + + +{% endif %} diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html deleted file mode 100644 index 61457dbcf198c..0000000000000 --- a/_includes/selected_papers.html +++ /dev/null @@ -1,5 +0,0 @@ - -
    -

    selected publications

    - {% bibliography -f papers -q @*[selected=true]* %} -
    diff --git a/_includes/selected_papers.liquid b/_includes/selected_papers.liquid new file mode 100644 index 0000000000000..e9bf0935dd145 --- /dev/null +++ b/_includes/selected_papers.liquid @@ -0,0 +1,3 @@ +
    + {% bibliography --group_by none --query @*[selected=true]* %} +
    diff --git a/_includes/social.html b/_includes/social.html deleted file mode 100644 index 4ed62e1aeba74..0000000000000 --- a/_includes/social.html +++ /dev/null @@ -1,57 +0,0 @@ - {%- if site.email -%} - - {% endif %} - {%- if site.orcid_id -%} - - {% endif %} - {%- if site.scholar_userid -%} - - {% endif %} - {%- if site.publons_id -%} - - {% endif %} - {%- if site.research_gate_profile -%} - - {% endif %} - {%- if site.github_username -%} - - {% endif %} - {%- if site.linkedin_username -%} - - {% endif %} - {%- if site.twitter_username -%} - - {% endif %} - {%- if site.medium_username -%} - - {% endif %} - {%- if site.quora_username -%} - - {% endif %} - {%- if site.blogger_url -%} - - {% endif %} - {%- if site.work_url -%} - - {% endif %} - {%- if site.wikidata_id -%} - - {% endif %} - {%- if site.strava_userid -%} - - {% endif %} - {%- if site.keybase_username -%} - - {% endif %} - {%- if site.gitlab_username -%} - - {% endif %} - {%- if site.dblp_url -%} - - {% endif %} - {%- if site.stackoverflow_id -%} - - {% endif %} - {%- if site.rss_icon -%} - - {% endif %} \ No newline at end of file diff --git a/_includes/social.liquid b/_includes/social.liquid new file mode 100644 index 0000000000000..22d4f79baa522 --- /dev/null +++ b/_includes/social.liquid @@ -0,0 +1,133 @@ +{% if site.email %} + +{% endif %} +{% if site.telegram_username %} + +{% endif %} +{% if site.whatsapp_number %} + +{% endif %} +{% if site.orcid_id %} + +{% endif %} +{% if site.scholar_userid %} + +{% endif %} +{% if site.inspirehep_id %} + +{% endif %} +{% if site.semanticscholar_id %} + +{% endif %} +{% if site.publons_id %} + +{% endif %} +{% if site.lattes_id %} + +{% endif %} +{% if site.osf_id %} + +{% endif %} +{% if site.research_gate_profile %} + +{% endif %} +{% if site.ieee_id %} + +{% endif %} +{% if site.acm_id %} + +{% endif %} +{% if site.scopus_id %} + +{% endif %} +{% if site.github_username %} + +{% endif %} +{% if site.linkedin_username %} + +{% endif %} +{% if site.x_username %} + +{% endif %} +{% if site.mastodon_username %} + +{% endif %} +{% if site.medium_username %} + +{% endif %} +{% if site.quora_username %} + +{% endif %} +{% if site.flickr_id %} + +{% endif %} +{% if site.blogger_url %} + +{% endif %} +{% if site.work_url %} + +{% endif %} +{% if site.wikidata_id %} + +{% endif %} +{% if site.wikipedia_id %} + +{% endif %} +{% if site.strava_userid %} + +{% endif %} +{% if site.keybase_username %} + +{% endif %} +{% if site.gitlab_username %} + +{% endif %} +{% if site.dblp_url %} + +{% endif %} +{% if site.stackoverflow_id %} + +{% endif %} +{% if site.kaggle_id %} + +{% endif %} +{% if site.lastfm_id %} + +{% endif %} +{% if site.spotify_id %} + +{% endif %} +{% if site.pinterest_id %} + +{% endif %} +{% if site.unsplash_id %} + +{% endif %} +{% if site.instagram_id %} + +{% endif %} +{% if site.facebook_id %} + +{% endif %} +{% if site.bluesky_url %} + +{% endif %} +{% if site.youtube_id %} + +{% endif %} +{% if site.discord_id %} + +{% endif %} +{% if site.zotero_username %} + +{% endif %} +{% if site.rss_icon %} + +{% endif %} +{% if site.wechat_qr %} + +
    + WeChat QR +
    + {% include scripts/wechatModal.liquid %} +{% endif %} diff --git a/_includes/video.liquid b/_includes/video.liquid new file mode 100644 index 0000000000000..8823106f5b28d --- /dev/null +++ b/_includes/video.liquid @@ -0,0 +1,97 @@ +{% assign extension = include.path | split: '.' | last %} + +
    + {% if extension == 'mp4' or extension == 'webm' or extension == 'ogg' %} +
    + +The plot must be generated separately and saved into an HTML file. +To generate the plot that you see above, you can use the following code snippet: + +{% highlight python %} +import pandas as pd +import plotly.express as px +df = pd.read_csv( +'https://raw.githubusercontent.com/plotly/datasets/master/earthquakes-23k.csv' +) +fig = px.density_mapbox( +df, +lat='Latitude', +lon='Longitude', +z='Magnitude', +radius=10, +center=dict(lat=0, lon=180), +zoom=0, +mapbox_style="stamen-terrain", +) +fig.show() +fig.write_html('assets/plotly/demo.html') +{% endhighlight %} + +--- + +## Details boxes + +Details boxes are collapsible boxes which hide additional information from the user. They can be added with the `details` liquid tag: + +{% details Click here to know more %} +Additional details, where math $$ 2x - 1 $$ and `code` is rendered correctly. +{% enddetails %} + +--- ## Layouts @@ -171,13 +211,13 @@ It does not interrupt the normal flow of `.l-body` sized text except on mobile s

    .l-gutter

    -*** +--- ## Other Typography? -Emphasis, aka italics, with *asterisks* (`*asterisks*`) or _underscores_ (`_underscores_`). +Emphasis, aka italics, with _asterisks_ (`*asterisks*`) or _underscores_ (`_underscores_`). -Strong emphasis, aka bold, with **asterisks** or __underscores__. +Strong emphasis, aka bold, with **asterisks** or **underscores**. Combined emphasis with **asterisks and _underscores_**. @@ -185,9 +225,9 @@ Strikethrough uses two tildes. ~~Scratch this.~~ 1. First ordered list item 2. Another item -⋅⋅* Unordered sub-list. -1. Actual numbers don't matter, just that it's a number -⋅⋅1. Ordered sub-list + ⋅⋅\* Unordered sub-list. +3. Actual numbers don't matter, just that it's a number + ⋅⋅1. Ordered sub-list 4. And another item. ⋅⋅⋅You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown). @@ -196,9 +236,11 @@ Strikethrough uses two tildes. ~~Scratch this.~~ ⋅⋅⋅Note that this line is separate, but within the same paragraph.⋅⋅ ⋅⋅⋅(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.) -* Unordered list can use asterisks -- Or minuses -+ Or pluses +- Unordered list can use asterisks + +* Or minuses + +- Or pluses [I'm an inline-style link](https://www.google.com) @@ -206,14 +248,12 @@ Strikethrough uses two tildes. ~~Scratch this.~~ [I'm a reference-style link][Arbitrary case-insensitive reference text] -[I'm a relative reference to a repository file](../blob/master/LICENSE) - [You can use numbers for reference-style link definitions][1] Or leave it empty and use the [link text itself]. -URLs and URLs in angle brackets will automatically get turned into links. -http://www.example.com or and sometimes +URLs and URLs in angle brackets will automatically get turned into links. +http://www.example.com or and sometimes example.com (but not on Github, for example). Some text to show that the reference links can follow later. @@ -224,10 +264,10 @@ Some text to show that the reference links can follow later. Here's our logo (hover to see the title text): -Inline-style: +Inline-style: ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") -Reference-style: +Reference-style: ![alt text][logo] [logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2" @@ -238,45 +278,44 @@ Inline `code` has `back-ticks around` it. var s = "JavaScript syntax highlighting"; alert(s); ``` - + ```python s = "Python syntax highlighting" print s ``` - + ``` -No language indicated, so no syntax highlighting. +No language indicated, so no syntax highlighting. But let's throw in a tag. ``` Colons can be used to align columns. -| Tables | Are | Cool | -| ------------- |:-------------:| -----:| +| Tables | Are | Cool | +| ------------- | :-----------: | ----: | | col 3 is | right-aligned | $1600 | -| col 2 is | centered | $12 | -| zebra stripes | are neat | $1 | +| col 2 is | centered | $12 | +| zebra stripes | are neat | $1 | There must be at least 3 dashes separating each header cell. -The outer pipes (|) are optional, and you don't need to make the +The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown. -Markdown | Less | Pretty ---- | --- | --- -*Still* | `renders` | **nicely** -1 | 2 | 3 +| Markdown | Less | Pretty | +| -------- | --------- | ---------- | +| _Still_ | `renders` | **nicely** | +| 1 | 2 | 3 | > Blockquotes are very handy in email to emulate reply text. > This line is part of the same quote. Quote break. -> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. - +> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can _put_ **Markdown** into a blockquote. Here's a line for us to start with. -This line is separated from the one above by two newlines, so it will be a *separate paragraph*. +This line is separated from the one above by two newlines, so it will be a _separate paragraph_. This line is also a separate paragraph, but... -This line is only separated by a single newline, so it's a separate line in the *same paragraph*. +This line is only separated by a single newline, so it's a separate line in the _same paragraph_. diff --git a/_posts/2020-09-28-github-metadata.md b/_posts/2020-09-28-github-metadata.md deleted file mode 100644 index e8eec3fff6eb1..0000000000000 --- a/_posts/2020-09-28-github-metadata.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: post -title: a post with github metadata -date: 2020-09-28 21:01:00 -description: a quick run down on accessing github metadata. -categories: sample-posts external-services ---- - -A sample blog page that demonstrates the accessing of github meta data. - -## What does Github-MetaData do? -* Propagates the site.github namespace with repository metadata -* Setting site variables : - * site.title - * site.description - * site.url - * site.baseurl -* Accessing the metadata - duh. -* Generating edittable links. - -## Additional Reading -* If you're recieving incorrect/missing data, you may need to perform a Github API authentication. -* Go through this README for more details on the topic. -* This page highlights all the feilds you can access with github-metadata. -
    - -## Example MetaData -* Host Name : {{ site.github.hostname }} -* URL : {{ site.github.url }} -* BaseURL : {{ site.github.baseurl }} -* Archived : {{ site.github.archived}} -* Contributors : -{% for contributor in site.github.contributors %} - * {{ contributor.login }} -{% endfor %} diff --git a/_posts/2020-09-28-twitter.md b/_posts/2020-09-28-twitter.md index 7de919155ba51..e99c12d882b1d 100644 --- a/_posts/2020-09-28-twitter.md +++ b/_posts/2020-09-28-twitter.md @@ -1,20 +1,24 @@ ---- -layout: post -title: a post with twitter -date: 2020-09-28 11:12:00-0400 -description: an example of a blog post with twitter -tags: formatting -categories: sample-posts external-services ---- -A sample blog page that demonstrates the inclusion of Tweets/Timelines/etc. - -# Tweet -An example of displaying a tweet: -{% twitter https://twitter.com/rubygems/status/518821243320287232 %} - -# Timeline -An example of pulling from a timeline: -{% twitter https://twitter.com/jekyllrb maxwidth=500 limit=3 %} - -# Additional Details -For more details on using the plugin visit: [jekyll-twitter-plugin](https://github.com/rob-murray/jekyll-twitter-plugin) +--- +layout: post +title: a post with twitter +date: 2020-09-28 11:12:00-0400 +description: an example of a blog post with twitter +tags: formatting +categories: sample-posts external-services +--- + +A sample blog page that demonstrates the inclusion of Tweets/Timelines/etc. + +# Tweet + +An example of displaying a tweet: +{% twitter https://twitter.com/rubygems/status/518821243320287232 %} + +# Timeline + +An example of pulling from a timeline: +{% twitter https://twitter.com/jekyllrb maxwidth=500 limit=3 %} + +# Additional Details + +For more details on using the plugin visit: [jekyll-twitter-plugin](https://github.com/rob-murray/jekyll-twitter-plugin) diff --git a/_posts/2021-07-04-diagrams.md b/_posts/2021-07-04-diagrams.md index 7957fceb0fab2..c85baa22dae69 100644 --- a/_posts/2021-07-04-diagrams.md +++ b/_posts/2021-07-04-diagrams.md @@ -2,42 +2,33 @@ layout: post title: a post with diagrams date: 2021-07-04 17:39:00 +tags: formatting diagrams description: an example of a blog post with diagrams +mermaid: + enabled: true + zoomable: true --- -This theme supports generating various diagrams from a text description using [jekyll-diagrams](https://github.com/zhustec/jekyll-diagrams){:target="\_blank"} plugin. -Below, we generate a few examples of such diagrams using languages such as [mermaid](https://mermaid-js.github.io/mermaid/){:target="\_blank"}, [plantuml](https://plantuml.com/){:target="\_blank"}, [vega-lite](https://vega.github.io/vega-lite/){:target="\_blank"}, etc. - -**Note:** different diagram-generation packages require external dependencies to be installed on your machine. -Also, be mindful of that because of diagram generation the fist time you build your Jekyll website after adding new diagrams will be SLOW. -For any other details, please refer to [jekyll-diagrams](https://github.com/zhustec/jekyll-diagrams){:target="\_blank"} README. - +This theme supports generating various diagrams from a text description using [mermaid](https://mermaid-js.github.io/mermaid/){:target="\_blank"}. Previously, this was done using the [jekyll-diagrams](https://github.com/zhustec/jekyll-diagrams){:target="\_blank"} plugin. For more information on this matter, see the [related issue](https://github.com/alshedivat/al-folio/issues/1609#issuecomment-1656995674). To disable the zooming feature, set `mermaid.zoomable` to `false` in this post frontmatter. ## Mermaid -Install mermaid using `node.js` package manager `npm` by running the following command: -```bash -npm install -g mermaid.cli -``` - The diagram below was generated by the following code: -{% raw %} -``` -{% mermaid %} +````markdown +```mermaid sequenceDiagram participant John participant Alice Alice->>John: Hello John, how are you? John-->>Alice: Great! -{% endmermaid %} ``` -{% endraw %} +```` -{% mermaid %} +```mermaid sequenceDiagram participant John participant Alice Alice->>John: Hello John, how are you? John-->>Alice: Great! -{% endmermaid %} +``` diff --git a/_posts/2022-02-01-redirect.md b/_posts/2022-02-01-redirect.md index 29170d8558009..62be5f3cc327e 100644 --- a/_posts/2022-02-01-redirect.md +++ b/_posts/2022-02-01-redirect.md @@ -1,7 +1,9 @@ --- layout: post title: a post with redirect -date: 2021-07-04 17:39:00 +date: 2022-02-01 17:39:00 description: you can also redirect to assets like pdf redirect: /assets/pdf/example_pdf.pdf --- + +Redirecting to another page. diff --git a/_posts/2022-12-10-giscus-comments.md b/_posts/2022-12-10-giscus-comments.md new file mode 100644 index 0000000000000..72e08474a3bd3 --- /dev/null +++ b/_posts/2022-12-10-giscus-comments.md @@ -0,0 +1,12 @@ +--- +layout: post +title: a post with giscus comments +date: 2022-12-10 11:59:00-0400 +description: an example of a blog post with giscus comments +tags: comments +categories: sample-posts external-services +giscus_comments: true +related_posts: false +--- + +This post shows how to add GISCUS comments. diff --git a/_posts/2023-03-20-table-of-contents.md b/_posts/2023-03-20-table-of-contents.md new file mode 100644 index 0000000000000..ec91cd33f5f9b --- /dev/null +++ b/_posts/2023-03-20-table-of-contents.md @@ -0,0 +1,45 @@ +--- +layout: post +title: a post with table of contents +date: 2023-03-20 11:59:00-0400 +description: an example of a blog post with table of contents +tags: formatting toc +categories: sample-posts +giscus_comments: true +related_posts: false +toc: + beginning: true +--- + +This post shows how to add a table of contents in the beginning of the post. + +## Adding a Table of Contents + +To add a table of contents to a post, simply add + +```yml +toc: + beginning: true +``` + +to the front matter of the post. The table of contents will be automatically generated from the headings in the post. + +### Example of Sub-Heading 1 + +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. + +### Example of another Sub-Heading 1 + +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. + +## Table of Contents Options + +If you want to learn more about how to customize the table of contents, you can check the [jekyll-toc](https://github.com/toshimaru/jekyll-toc) repository. + +### Example of Sub-Heading 2 + +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. + +### Example of another Sub-Heading 2 + +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. diff --git a/_posts/2023-03-21-tables.md b/_posts/2023-03-21-tables.md new file mode 100644 index 0000000000000..ca9549912a861 --- /dev/null +++ b/_posts/2023-03-21-tables.md @@ -0,0 +1,120 @@ +--- +layout: post +title: displaying beautiful tables with Bootstrap Tables +date: 2023-03-20 14:37:00-0400 +description: an example of how to use Bootstrap Tables +tags: formatting tables +categories: sample-posts +giscus_comments: true +related_posts: true +pretty_table: true +--- + +Using markdown to display tables is easy. + +## Simple Example + +First, add the following to the post's front matter + +```yml +pretty_table: true +``` + +Then, the following syntax + +```markdown +| Left aligned | Center aligned | Right aligned | +| :----------- | :------------: | ------------: | +| Left 1 | center 1 | right 1 | +| Left 2 | center 2 | right 2 | +| Left 3 | center 3 | right 3 | +``` + +will generate + +| Left aligned | Center aligned | Right aligned | +| :----------- | :------------: | ------------: | +| Left 1 | center 1 | right 1 | +| Left 2 | center 2 | right 2 | +| Left 3 | center 3 | right 3 | + +

    + +## HTML Example + +It is also possible to use HTML to display tables. For example, the following HTML code will display a table with [Bootstrap Table](https://bootstrap-table.com/), loaded from a JSON file: + +{% raw %} + +```html + + + + + + + + +
    IDItem NameItem Price
    +``` + +{% endraw %} + + + + + + + + + +
    IDItem NameItem Price
    + +

    + +## More Complex Example + +By using [Bootstrap Table](https://bootstrap-table.com/) it is possible to create pretty complex tables, with pagination, search, and more. For example, the following HTML code will display a table, loaded from a JSON file, with pagination, search, checkboxes, and header/content alignment. For more information, check the [documentation](https://examples.bootstrap-table.com/index.html). + +{% raw %} + +```html + + + + + + + + + +
    IDItem NameItem Price
    +``` + +{% endraw %} + + + + + + + + + + +
    IDItem NameItem Price
    diff --git a/_posts/2023-04-24-videos.md b/_posts/2023-04-24-videos.md new file mode 100644 index 0000000000000..d408d6bb0c2b6 --- /dev/null +++ b/_posts/2023-04-24-videos.md @@ -0,0 +1,33 @@ +--- +layout: post +title: a post with videos +date: 2023-04-24 21:01:00 +description: this is what included videos could look like +tags: formatting videos +categories: sample-posts +--- + +This is an example post with videos. It supports local video files. + +
    +
    + {% include video.liquid path="assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4" class="img-fluid rounded z-depth-1" controls=true autoplay=true %} +
    +
    + {% include video.liquid path="assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4" class="img-fluid rounded z-depth-1" controls=true %} +
    +
    +
    + A simple, elegant caption looks good between video rows, after each row, or doesn't have to be there at all. +
    + +It does also support embedding videos from different sources. Here are some examples: + +
    +
    + {% include video.liquid path="https://www.youtube.com/embed/jNQXAC9IVRw" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include video.liquid path="https://player.vimeo.com/video/524933864?h=1ac4fd9fb4&title=0&byline=0&portrait=0" class="img-fluid rounded z-depth-1" %} +
    +
    diff --git a/_posts/2023-04-25-audios.md b/_posts/2023-04-25-audios.md new file mode 100644 index 0000000000000..1f3691ca61d92 --- /dev/null +++ b/_posts/2023-04-25-audios.md @@ -0,0 +1,22 @@ +--- +layout: post +title: a post with audios +date: 2023-04-25 10:25:00 +description: this is what included audios could look like +tags: formatting audios +categories: sample-posts +--- + +This is an example post with audios. It supports local audio files. + +
    +
    + {% include audio.liquid path="assets/audio/epicaly-short-113909.mp3" controls=true %} +
    +
    + {% include audio.liquid path="https://cdn.pixabay.com/download/audio/2022/06/25/audio_69a61cd6d6.mp3" controls=true %} +
    +
    +
    + A simple, elegant caption looks good between video rows, after each row, or doesn't have to be there at all. +
    diff --git a/_posts/2023-04-25-sidebar-table-of-contents.md b/_posts/2023-04-25-sidebar-table-of-contents.md new file mode 100644 index 0000000000000..2afb8fcab93fd --- /dev/null +++ b/_posts/2023-04-25-sidebar-table-of-contents.md @@ -0,0 +1,47 @@ +--- +layout: post +title: a post with table of contents on a sidebar +date: 2023-04-25 10:14:00-0400 +description: an example of a blog post with table of contents on a sidebar +tags: formatting toc sidebar +categories: sample-posts +giscus_comments: true +related_posts: false +toc: + sidebar: left +--- + +This post shows how to add a table of contents as a sidebar. + +## Adding a Table of Contents + +To add a table of contents to a post as a sidebar, simply add + +```yml +toc: + sidebar: left +``` + +to the front matter of the post. The table of contents will be automatically generated from the headings in the post. If you wish to display the sidebar to the right, simply change `left` to `right`. + +### Example of Sub-Heading 1 + +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. + +### Example of another Sub-Heading 1 + +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. + +## Customizing Your Table of Contents + +{:data-toc-text="Customizing"} + +If you want to learn more about how to customize the table of contents of your sidebar, you can check the [bootstrap-toc](https://afeld.github.io/bootstrap-toc/) documentation. Notice that you can even customize the text of the heading that will be displayed on the sidebar. + +### Example of Sub-Heading 2 + +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. + +### Example of another Sub-Heading 2 + +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy. diff --git a/_posts/2023-05-12-custom-blockquotes.md b/_posts/2023-05-12-custom-blockquotes.md new file mode 100644 index 0000000000000..fdaf47e6fd1d3 --- /dev/null +++ b/_posts/2023-05-12-custom-blockquotes.md @@ -0,0 +1,131 @@ +--- +layout: post +title: a post with custom blockquotes +date: 2023-05-12 15:53:00-0400 +description: an example of a blog post with custom blockquotes +tags: formatting blockquotes +categories: sample-posts +giscus_comments: true +related_posts: true +--- + +This post shows how to add custom styles for blockquotes. Based on [jekyll-gitbook](https://github.com/sighingnow/jekyll-gitbook) implementation. + +We decided to support the same custom blockquotes as in [jekyll-gitbook](https://sighingnow.github.io/jekyll-gitbook/jekyll/2022-06-30-tips_warnings_dangers.html), which are also found in a lot of other sites' styles. The styles definitions can be found on the [\_base.scss](https://github.com/alshedivat/al-folio/blob/master/_sass/_base.scss) file, more specifically: + +```scss +/* Tips, warnings, and dangers */ +.post .post-content blockquote { + &.block-tip { + border-color: var(--global-tip-block); + background-color: var(--global-tip-block-bg); + + p { + color: var(--global-tip-block-text); + } + + h1, + h2, + h3, + h4, + h5, + h6 { + color: var(--global-tip-block-title); + } + } + + &.block-warning { + border-color: var(--global-warning-block); + background-color: var(--global-warning-block-bg); + + p { + color: var(--global-warning-block-text); + } + + h1, + h2, + h3, + h4, + h5, + h6 { + color: var(--global-warning-block-title); + } + } + + &.block-danger { + border-color: var(--global-danger-block); + background-color: var(--global-danger-block-bg); + + p { + color: var(--global-danger-block-text); + } + + h1, + h2, + h3, + h4, + h5, + h6 { + color: var(--global-danger-block-title); + } + } +} +``` + +A regular blockquote can be used as following: + +```markdown +> This is a regular blockquote +> and it can be used as usual +``` + +> This is a regular blockquote +> and it can be used as usual + +These custom styles can be used by adding the specific class to the blockquote, as follows: + + + +```markdown +> ##### TIP +> +> A tip can be used when you want to give advice +> related to a certain content. +{: .block-tip } +``` + +> ##### TIP +> +> A tip can be used when you want to give advice +> related to a certain content. +{: .block-tip } + +```markdown +> ##### WARNING +> +> This is a warning, and thus should +> be used when you want to warn the user +{: .block-warning } +``` + +> ##### WARNING +> +> This is a warning, and thus should +> be used when you want to warn the user +{: .block-warning } + +```markdown +> ##### DANGER +> +> This is a danger zone, and thus should +> be used carefully +{: .block-danger } +``` + +> ##### DANGER +> +> This is a danger zone, and thus should +> be used carefully +{: .block-danger } + + diff --git a/_posts/2023-07-04-jupyter-notebook.md b/_posts/2023-07-04-jupyter-notebook.md new file mode 100644 index 0000000000000..8c1a1fc8f42c5 --- /dev/null +++ b/_posts/2023-07-04-jupyter-notebook.md @@ -0,0 +1,45 @@ +--- +layout: post +title: a post with jupyter notebook +date: 2023-07-04 08:57:00-0400 +description: an example of a blog post with jupyter notebook +tags: formatting jupyter +categories: sample-posts +giscus_comments: true +related_posts: false +--- + +To include a jupyter notebook in a post, you can use the following code: + +{% raw %} + +```liquid +{::nomarkdown} +{% assign jupyter_path = 'assets/jupyter/blog.ipynb' | relative_url %} +{% capture notebook_exists %}{% file_exists assets/jupyter/blog.ipynb %}{% endcapture %} +{% if notebook_exists == 'true' %} + {% jupyter_notebook jupyter_path %} +{% else %} +

    Sorry, the notebook you are looking for does not exist.

    +{% endif %} +{:/nomarkdown} +``` + +{% endraw %} + +Let's break it down: this is possible thanks to [Jekyll Jupyter Notebook plugin](https://github.com/red-data-tools/jekyll-jupyter-notebook) that allows you to embed jupyter notebooks in your posts. It basically calls [`jupyter nbconvert --to html`](https://nbconvert.readthedocs.io/en/latest/usage.html#convert-html) to convert the notebook to an html page and then includes it in the post. Since [Kramdown](https://jekyllrb.com/docs/configuration/markdown/) is the default Markdown renderer for Jekyll, we need to surround the call to the plugin with the [::nomarkdown](https://kramdown.gettalong.org/syntax.html#extensions) tag so that it stops processing this part with Kramdown and outputs the content as-is. + +The plugin takes as input the path to the notebook, but it assumes the file exists. If you want to check if the file exists before calling the plugin, you can use the `file_exists` filter. This avoids getting a 404 error from the plugin and ending up displaying the main page inside of it instead. If the file does not exist, you can output a message to the user. The code displayed above outputs the following: + +{::nomarkdown} +{% assign jupyter_path = "assets/jupyter/blog.ipynb" | relative_url %} +{% capture notebook_exists %}{% file_exists assets/jupyter/blog.ipynb %}{% endcapture %} +{% if notebook_exists == "true" %} +{% jupyter_notebook jupyter_path %} +{% else %} + +

    Sorry, the notebook you are looking for does not exist.

    +{% endif %} +{:/nomarkdown} + +Note that the jupyter notebook supports both light and dark themes. diff --git a/_posts/2023-07-12-post-bibliography.md b/_posts/2023-07-12-post-bibliography.md new file mode 100644 index 0000000000000..168356c8ba039 --- /dev/null +++ b/_posts/2023-07-12-post-bibliography.md @@ -0,0 +1,22 @@ +--- +layout: post +title: a post with bibliography +date: 2023-07-12 09:56:00-0400 +description: an example of a blog post with bibliography +tags: formatting bib +categories: sample-posts +giscus_comments: true +related_posts: false +related_publications: true +--- + +This post shows how to add bibliography to simple blog posts. We support every citation style that [jekyll-scholar](https://github.com/inukshuk/jekyll-scholar) does. That means simple citation like {% cite einstein1950meaning %}, multiple citations like {% cite einstein1950meaning einstein1905movement %}, long references like {% reference einstein1905movement %} or also quotes: + +{% quote einstein1905electrodynamics %} +Lorem ipsum dolor sit amet, consectetur adipisicing elit, +sed do eiusmod tempor. + +Lorem ipsum dolor sit amet, consectetur adipisicing. +{% endquote %} + +If you would like something more academic, check the [distill style post]({% post_url 2018-12-22-distill %}). diff --git a/_posts/2023-12-12-tikzjax.md b/_posts/2023-12-12-tikzjax.md new file mode 100644 index 0000000000000..a0df3313bacba --- /dev/null +++ b/_posts/2023-12-12-tikzjax.md @@ -0,0 +1,19 @@ +--- +layout: post +title: a post with TikZJax +date: 2023-12-12 22:25:00 +description: this is what included TikZ code could look like +tags: formatting diagrams +categories: sample-posts +tikzjax: true +--- + +This is an example post with TikZ code. TikZJax converts script tags (containing TikZ code) into SVGs. + + diff --git a/_posts/2024-01-26-chartjs.md b/_posts/2024-01-26-chartjs.md new file mode 100644 index 0000000000000..210557d6df1fe --- /dev/null +++ b/_posts/2024-01-26-chartjs.md @@ -0,0 +1,188 @@ +--- +layout: post +title: a post with chart.js +date: 2024-01-26 01:04:00 +description: this is what included chart.js code could look like +tags: formatting charts +categories: sample-posts +chart: + chartjs: true +--- + +This is an example post with some [chart.js](https://www.chartjs.org/) code. + +````markdown +```chartjs +{ + "type": "line", + "data": { + "labels": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July" + ], + "datasets": [ + { + "label": "# of bugs", + "fill": false, + "lineTension": 0.1, + "backgroundColor": "rgba(75,192,192,0.4)", + "borderColor": "rgba(75,192,192,1)", + "borderCapStyle": "butt", + "borderDash": [], + "borderDashOffset": 0, + "borderJoinStyle": "miter", + "pointBorderColor": "rgba(75,192,192,1)", + "pointBackgroundColor": "#fff", + "pointBorderWidth": 1, + "pointHoverRadius": 5, + "pointHoverBackgroundColor": "rgba(75,192,192,1)", + "pointHoverBorderColor": "rgba(220,220,220,1)", + "pointHoverBorderWidth": 2, + "pointRadius": 1, + "pointHitRadius": 10, + "data": [ + 65, + 59, + 80, + 81, + 56, + 55, + 40 + ], + "spanGaps": false + } + ] + }, + "options": {} +} +``` +```` + +This is how it looks like: + +```chartjs +{ + "type": "line", + "data": { + "labels": [ + "January", + "February", + "March", + "April", + "May", + "June", + "July" + ], + "datasets": [ + { + "label": "# of bugs", + "fill": false, + "lineTension": 0.1, + "backgroundColor": "rgba(75,192,192,0.4)", + "borderColor": "rgba(75,192,192,1)", + "borderCapStyle": "butt", + "borderDash": [], + "borderDashOffset": 0, + "borderJoinStyle": "miter", + "pointBorderColor": "rgba(75,192,192,1)", + "pointBackgroundColor": "#fff", + "pointBorderWidth": 1, + "pointHoverRadius": 5, + "pointHoverBackgroundColor": "rgba(75,192,192,1)", + "pointHoverBorderColor": "rgba(220,220,220,1)", + "pointHoverBorderWidth": 2, + "pointRadius": 1, + "pointHitRadius": 10, + "data": [ + 65, + 59, + 80, + 81, + 56, + 55, + 40 + ], + "spanGaps": false + } + ] + }, + "options": {} +} +``` + +Also another example chart. + +````markdown +```chartjs +{ + "type": "doughnut", + "data": { + "labels": [ + "Red", + "Blue", + "Yellow" + ], + "datasets": [ + { + "data": [ + 300, + 50, + 100 + ], + "backgroundColor": [ + "#FF6384", + "#36A2EB", + "#FFCE56" + ], + "hoverBackgroundColor": [ + "#FF6384", + "#36A2EB", + "#FFCE56" + ] + } + ] + }, + "options": {} +} +``` +```` + +Which generates: + +```chartjs +{ + "type": "doughnut", + "data": { + "labels": [ + "Red", + "Blue", + "Yellow" + ], + "datasets": [ + { + "data": [ + 300, + 50, + 100 + ], + "backgroundColor": [ + "#FF6384", + "#36A2EB", + "#FFCE56" + ], + "hoverBackgroundColor": [ + "#FF6384", + "#36A2EB", + "#FFCE56" + ] + } + ] + }, + "options": {} +} +``` diff --git a/_posts/2024-01-26-echarts.md b/_posts/2024-01-26-echarts.md new file mode 100644 index 0000000000000..b496288d05ef9 --- /dev/null +++ b/_posts/2024-01-26-echarts.md @@ -0,0 +1,68 @@ +--- +layout: post +title: a post with echarts +date: 2024-01-26 16:03:00 +description: this is what included echarts code could look like +tags: formatting charts +categories: sample-posts +chart: + echarts: true +--- + +This is an example post with some [echarts](https://echarts.apache.org/) code. + +````markdown +```echarts +{ + "title": { + "text": "ECharts Getting Started Example" + }, + "responsive": true, + "tooltip": {}, + "legend": { + "top": "30px", + "data": ["sales"] + }, + "xAxis": { + "data": ["Shirts", "Cardigans", "Chiffons", "Pants", "Heels", "Socks"] + }, + "yAxis": {}, + "series": [ + { + "name": "sales", + "type": "bar", + "data": [5, 20, 36, 10, 10, 20] + } + ] +} +``` +```` + +Which generates: + +```echarts +{ + "title": { + "text": "ECharts Getting Started Example" + }, + "responsive": true, + "tooltip": {}, + "legend": { + "top": "30px", + "data": ["sales"] + }, + "xAxis": { + "data": ["Shirts", "Cardigans", "Chiffons", "Pants", "Heels", "Socks"] + }, + "yAxis": {}, + "series": [ + { + "name": "sales", + "type": "bar", + "data": [5, 20, 36, 10, 10, 20] + } + ] +} +``` + +Note that this library offer support for both light and dark themes. You can switch between them using the theme switcher in the top right corner of the page. diff --git a/_posts/2024-01-26-geojson-map.md b/_posts/2024-01-26-geojson-map.md new file mode 100644 index 0000000000000..6909aee64e026 --- /dev/null +++ b/_posts/2024-01-26-geojson-map.md @@ -0,0 +1,93 @@ +--- +layout: post +title: a post with geojson +date: 2024-01-26 17:57:00 +description: this is what included geojson code could look like +tags: formatting charts maps +categories: sample-posts +map: true +--- + +This is an example post with some [geojson](https://geojson.org/) code. The support is provided thanks to [Leaflet](https://leafletjs.com/). To create your own visualization, go to [geojson.io](https://geojson.io/). + +````markdown +```geojson +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + [ + [ + -60.11363029935569, + -2.904625022183211 + ], + [ + -60.11363029935569, + -3.162613728707967 + ], + [ + -59.820894493858034, + -3.162613728707967 + ], + [ + -59.820894493858034, + -2.904625022183211 + ], + [ + -60.11363029935569, + -2.904625022183211 + ] + ] + ], + "type": "Polygon" + } + } + ] +} +``` +```` + +Which generates: + +```geojson +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + [ + [ + -60.11363029935569, + -2.904625022183211 + ], + [ + -60.11363029935569, + -3.162613728707967 + ], + [ + -59.820894493858034, + -3.162613728707967 + ], + [ + -59.820894493858034, + -2.904625022183211 + ], + [ + -60.11363029935569, + -2.904625022183211 + ] + ] + ], + "type": "Polygon" + } + } + ] +} +``` diff --git a/_posts/2024-01-27-advanced-images.md b/_posts/2024-01-27-advanced-images.md new file mode 100644 index 0000000000000..3baa160bb07cc --- /dev/null +++ b/_posts/2024-01-27-advanced-images.md @@ -0,0 +1,35 @@ +--- +layout: post +title: a post with advanced image components +date: 2024-01-27 11:46:00 +description: this is what advanced image components could look like +tags: formatting images +categories: sample-posts +thumbnail: assets/img/9.jpg +images: + compare: true + slider: true +--- + +This is an example post with advanced image components. + +## Image Slider + +This is a simple image slider. It uses the [Swiper](https://swiperjs.com/) library. Check the [examples page](https://swiperjs.com/demos) for more information of what you can achieve with it. + + + {% include figure.liquid loading="eager" path="assets/img/9.jpg" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/7.jpg" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/8.jpg" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/10.jpg" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/12.jpg" class="img-fluid rounded z-depth-1" %} + + +## Image Comparison Slider + +This is a simple image comparison slider. It uses the [img-comparison-slider](https://img-comparison-slider.sneas.io/) library. Check the [examples page](https://img-comparison-slider.sneas.io/examples.html) for more information of what you can achieve with it. + + + {% include figure.liquid path="assets/img/prof_pic.jpg" class="img-fluid rounded z-depth-1" slot="first" %} + {% include figure.liquid path="assets/img/prof_pic_color.png" class="img-fluid rounded z-depth-1" slot="second" %} + diff --git a/_posts/2024-01-27-code-diff.md b/_posts/2024-01-27-code-diff.md new file mode 100644 index 0000000000000..6ec06d5b7107c --- /dev/null +++ b/_posts/2024-01-27-code-diff.md @@ -0,0 +1,473 @@ +--- +layout: post +title: a post with code diff +date: 2024-01-27 19:22:00 +description: this is how you can display code diffs +tags: formatting code +categories: sample-posts +code_diff: true +--- + +You can display diff code by using the regular markdown syntax: + +````markdown +```diff +diff --git a/sample.js b/sample.js +index 0000001..0ddf2ba +--- a/sample.js ++++ b/sample.js +@@ -1 +1 @@ +-console.log("Hello World!") ++console.log("Hello from Diff2Html!") +``` +```` + +Which generates: + +```diff +diff --git a/sample.js b/sample.js +index 0000001..0ddf2ba +--- a/sample.js ++++ b/sample.js +@@ -1 +1 @@ +-console.log("Hello World!") ++console.log("Hello from Diff2Html!") +``` + +But this is difficult to read, specially if you have a large diff. You can use [diff2html](https://diff2html.xyz/) to display a more readable version of the diff. For this, just use `diff2html` instead of `diff` for the code block language: + +````markdown +```diff2html +diff --git a/sample.js b/sample.js +index 0000001..0ddf2ba +--- a/sample.js ++++ b/sample.js +@@ -1 +1 @@ +-console.log("Hello World!") ++console.log("Hello from Diff2Html!") +``` +```` + +If we use a longer example, for example [this commit from diff2html](https://github.com/rtfpessoa/diff2html/commit/c2c253d3e3f8b8b267f551e659f72b44ca2ac927), it will generate the following output: + +```diff2html +From 2aaae31cc2a37bfff83430c2c914b140bee59b6a Mon Sep 17 00:00:00 2001 +From: Rodrigo Fernandes +Date: Sun, 9 Oct 2016 16:41:54 +0100 +Subject: [PATCH 1/2] Initial template override support + +--- + scripts/hulk.js | 4 ++-- + src/diff2html.js | 3 +-- + src/file-list-printer.js | 11 ++++++++--- + src/hoganjs-utils.js | 29 +++++++++++++++++------------ + src/html-printer.js | 6 ++++++ + src/line-by-line-printer.js | 6 +++++- + src/side-by-side-printer.js | 6 +++++- + test/file-list-printer-tests.js | 2 +- + test/hogan-cache-tests.js | 18 +++++++++++++++--- + test/line-by-line-tests.js | 3 +-- + test/side-by-side-printer-tests.js | 3 +-- + 11 files changed, 62 insertions(+), 29 deletions(-) + +diff --git a/scripts/hulk.js b/scripts/hulk.js +index 5a793c18..a4b1a4d5 100755 +--- a/scripts/hulk.js ++++ b/scripts/hulk.js +@@ -173,11 +173,11 @@ function namespace(name) { + // write a template foreach file that matches template extension + templates = extractFiles(options.argv.remain) + .map(function(file) { +- var openedFile = fs.readFileSync(file, 'utf-8'); ++ var openedFile = fs.readFileSync(file, 'utf-8').trim(); + var name; + if (!openedFile) return; + name = namespace(path.basename(file).replace(/\..*$/, '')); +- openedFile = removeByteOrderMark(openedFile.trim()); ++ openedFile = removeByteOrderMark(openedFile); + openedFile = wrap(file, name, openedFile); + if (!options.outputdir) return openedFile; + fs.writeFileSync(path.join(options.outputdir, name + '.js') +diff --git a/src/diff2html.js b/src/diff2html.js +index 21b0119e..64e138f5 100644 +--- a/src/diff2html.js ++++ b/src/diff2html.js +@@ -7,7 +7,6 @@ + + (function() { + var diffParser = require('./diff-parser.js').DiffParser; +- var fileLister = require('./file-list-printer.js').FileListPrinter; + var htmlPrinter = require('./html-printer.js').HtmlPrinter; + + function Diff2Html() { +@@ -43,7 +42,7 @@ + + var fileList = ''; + if (configOrEmpty.showFiles === true) { +- fileList = fileLister.generateFileList(diffJson, configOrEmpty); ++ fileList = htmlPrinter.generateFileListSummary(diffJson, configOrEmpty); + } + + var diffOutput = ''; +diff --git a/src/file-list-printer.js b/src/file-list-printer.js +index e408d9b2..1e0a2c61 100644 +--- a/src/file-list-printer.js ++++ b/src/file-list-printer.js +@@ -8,11 +8,16 @@ + (function() { + var printerUtils = require('./printer-utils.js').PrinterUtils; + +- var hoganUtils = require('./hoganjs-utils.js').HoganJsUtils; ++ var hoganUtils; ++ + var baseTemplatesPath = 'file-summary'; + var iconsBaseTemplatesPath = 'icon'; + +- function FileListPrinter() { ++ function FileListPrinter(config) { ++ this.config = config; ++ ++ var HoganJsUtils = require('./hoganjs-utils.js').HoganJsUtils; ++ hoganUtils = new HoganJsUtils(config); + } + + FileListPrinter.prototype.generateFileList = function(diffFiles) { +@@ -38,5 +43,5 @@ + }); + }; + +- module.exports.FileListPrinter = new FileListPrinter(); ++ module.exports.FileListPrinter = FileListPrinter; + })(); +diff --git a/src/hoganjs-utils.js b/src/hoganjs-utils.js +index 9949e5fa..0dda08d7 100644 +--- a/src/hoganjs-utils.js ++++ b/src/hoganjs-utils.js +@@ -8,18 +8,19 @@ + (function() { + var fs = require('fs'); + var path = require('path'); +- + var hogan = require('hogan.js'); + + var hoganTemplates = require('./templates/diff2html-templates.js'); + +- var templatesPath = path.resolve(__dirname, 'templates'); ++ var extraTemplates; + +- function HoganJsUtils() { ++ function HoganJsUtils(configuration) { ++ this.config = configuration || {}; ++ extraTemplates = this.config.templates || {}; + } + +- HoganJsUtils.prototype.render = function(namespace, view, params, configuration) { +- var template = this.template(namespace, view, configuration); ++ HoganJsUtils.prototype.render = function(namespace, view, params) { ++ var template = this.template(namespace, view); + if (template) { + return template.render(params); + } +@@ -27,17 +28,16 @@ + return null; + }; + +- HoganJsUtils.prototype.template = function(namespace, view, configuration) { +- var config = configuration || {}; ++ HoganJsUtils.prototype.template = function(namespace, view) { + var templateKey = this._templateKey(namespace, view); + +- return this._getTemplate(templateKey, config); ++ return this._getTemplate(templateKey); + }; + +- HoganJsUtils.prototype._getTemplate = function(templateKey, config) { ++ HoganJsUtils.prototype._getTemplate = function(templateKey) { + var template; + +- if (!config.noCache) { ++ if (!this.config.noCache) { + template = this._readFromCache(templateKey); + } + +@@ -53,6 +53,7 @@ + + try { + if (fs.readFileSync) { ++ var templatesPath = path.resolve(__dirname, 'templates'); + var templatePath = path.join(templatesPath, templateKey); + var templateContent = fs.readFileSync(templatePath + '.mustache', 'utf8'); + template = hogan.compile(templateContent); +@@ -66,12 +67,16 @@ + }; + + HoganJsUtils.prototype._readFromCache = function(templateKey) { +- return hoganTemplates[templateKey]; ++ return extraTemplates[templateKey] || hoganTemplates[templateKey]; + }; + + HoganJsUtils.prototype._templateKey = function(namespace, view) { + return namespace + '-' + view; + }; + +- module.exports.HoganJsUtils = new HoganJsUtils(); ++ HoganJsUtils.prototype.compile = function(templateStr) { ++ return hogan.compile(templateStr); ++ }; ++ ++ module.exports.HoganJsUtils = HoganJsUtils; + })(); +diff --git a/src/html-printer.js b/src/html-printer.js +index 585d5b66..13f83047 100644 +--- a/src/html-printer.js ++++ b/src/html-printer.js +@@ -8,6 +8,7 @@ + (function() { + var LineByLinePrinter = require('./line-by-line-printer.js').LineByLinePrinter; + var SideBySidePrinter = require('./side-by-side-printer.js').SideBySidePrinter; ++ var FileListPrinter = require('./file-list-printer.js').FileListPrinter; + + function HtmlPrinter() { + } +@@ -22,5 +23,10 @@ + return sideBySidePrinter.generateSideBySideJsonHtml(diffFiles); + }; + ++ HtmlPrinter.prototype.generateFileListSummary = function(diffJson, config) { ++ var fileListPrinter = new FileListPrinter(config); ++ return fileListPrinter.generateFileList(diffJson); ++ }; ++ + module.exports.HtmlPrinter = new HtmlPrinter(); + })(); +diff --git a/src/line-by-line-printer.js b/src/line-by-line-printer.js +index b07eb53c..d230bedd 100644 +--- a/src/line-by-line-printer.js ++++ b/src/line-by-line-printer.js +@@ -11,7 +11,8 @@ + var utils = require('./utils.js').Utils; + var Rematch = require('./rematch.js').Rematch; + +- var hoganUtils = require('./hoganjs-utils.js').HoganJsUtils; ++ var hoganUtils; ++ + var genericTemplatesPath = 'generic'; + var baseTemplatesPath = 'line-by-line'; + var iconsBaseTemplatesPath = 'icon'; +@@ -19,6 +20,9 @@ + + function LineByLinePrinter(config) { + this.config = config; ++ ++ var HoganJsUtils = require('./hoganjs-utils.js').HoganJsUtils; ++ hoganUtils = new HoganJsUtils(config); + } + + LineByLinePrinter.prototype.makeFileDiffHtml = function(file, diffs) { +diff --git a/src/side-by-side-printer.js b/src/side-by-side-printer.js +index bbf1dc8d..5e3033b3 100644 +--- a/src/side-by-side-printer.js ++++ b/src/side-by-side-printer.js +@@ -11,7 +11,8 @@ + var utils = require('./utils.js').Utils; + var Rematch = require('./rematch.js').Rematch; + +- var hoganUtils = require('./hoganjs-utils.js').HoganJsUtils; ++ var hoganUtils; ++ + var genericTemplatesPath = 'generic'; + var baseTemplatesPath = 'side-by-side'; + var iconsBaseTemplatesPath = 'icon'; +@@ -26,6 +27,9 @@ + + function SideBySidePrinter(config) { + this.config = config; ++ ++ var HoganJsUtils = require('./hoganjs-utils.js').HoganJsUtils; ++ hoganUtils = new HoganJsUtils(config); + } + + SideBySidePrinter.prototype.makeDiffHtml = function(file, diffs) { +diff --git a/test/file-list-printer-tests.js b/test/file-list-printer-tests.js +index a502a46f..60ea3208 100644 +--- a/test/file-list-printer-tests.js ++++ b/test/file-list-printer-tests.js +@@ -1,6 +1,6 @@ + var assert = require('assert'); + +-var fileListPrinter = require('../src/file-list-printer.js').FileListPrinter; ++var fileListPrinter = new (require('../src/file-list-printer.js').FileListPrinter)(); + + describe('FileListPrinter', function() { + describe('generateFileList', function() { +diff --git a/test/hogan-cache-tests.js b/test/hogan-cache-tests.js +index 190bf6f8..3bb754ac 100644 +--- a/test/hogan-cache-tests.js ++++ b/test/hogan-cache-tests.js +@@ -1,6 +1,6 @@ + var assert = require('assert'); + +-var HoganJsUtils = require('../src/hoganjs-utils.js').HoganJsUtils; ++var HoganJsUtils = new (require('../src/hoganjs-utils.js').HoganJsUtils)(); + var diffParser = require('../src/diff-parser.js').DiffParser; + + describe('HoganJsUtils', function() { +@@ -21,16 +21,28 @@ describe('HoganJsUtils', function() { + }); + assert.equal(emptyDiffHtml, result); + }); ++ + it('should render view without cache', function() { + var result = HoganJsUtils.render('generic', 'empty-diff', { + contentClass: 'd2h-code-line', + diffParser: diffParser + }, {noCache: true}); +- assert.equal(emptyDiffHtml + '\n', result); ++ assert.equal(emptyDiffHtml, result); + }); ++ + it('should return null if template is missing', function() { +- var result = HoganJsUtils.render('generic', 'missing-template', {}, {noCache: true}); ++ var hoganUtils = new (require('../src/hoganjs-utils.js').HoganJsUtils)({noCache: true}); ++ var result = hoganUtils.render('generic', 'missing-template', {}); + assert.equal(null, result); + }); ++ ++ it('should allow templates to be overridden', function() { ++ var emptyDiffTemplate = HoganJsUtils.compile('

    {{myName}}

    '); ++ ++ var config = {templates: {'generic-empty-diff': emptyDiffTemplate}}; ++ var hoganUtils = new (require('../src/hoganjs-utils.js').HoganJsUtils)(config); ++ var result = hoganUtils.render('generic', 'empty-diff', {myName: 'Rodrigo Fernandes'}); ++ assert.equal('

    Rodrigo Fernandes

    ', result); ++ }); + }); + }); +diff --git a/test/line-by-line-tests.js b/test/line-by-line-tests.js +index 1cd92073..8869b3df 100644 +--- a/test/line-by-line-tests.js ++++ b/test/line-by-line-tests.js +@@ -14,7 +14,7 @@ describe('LineByLinePrinter', function() { + ' File without changes\n' + + ' \n' + + ' \n' + +- '\n'; ++ ''; + + assert.equal(expected, fileHtml); + }); +@@ -422,7 +422,6 @@ describe('LineByLinePrinter', function() { + ' \n' + + ' \n' + + '\n' + +- '\n' + + ' \n' + + ' \n' + + ' \n' + +diff --git a/test/side-by-side-printer-tests.js b/test/side-by-side-printer-tests.js +index 76625f8e..771daaa5 100644 +--- a/test/side-by-side-printer-tests.js ++++ b/test/side-by-side-printer-tests.js +@@ -14,7 +14,7 @@ describe('SideBySidePrinter', function() { + ' File without changes\n' + + ' \n' + + ' \n' + +- '\n'; ++ ''; + + assert.equal(expectedRight, fileHtml.right); + assert.equal(expectedLeft, fileHtml.left); +@@ -324,7 +324,6 @@ describe('SideBySidePrinter', function() { + ' \n' + + ' \n' + + '\n' + +- '\n' + + ' \n' + + ' \n' + + ' \n' + + +From f3cadb96677d0eb82fc2752dc3ffbf35ca9b5bdb Mon Sep 17 00:00:00 2001 +From: Rodrigo Fernandes +Date: Sat, 15 Oct 2016 13:21:22 +0100 +Subject: [PATCH 2/2] Allow uncompiled templates + +--- + README.md | 3 +++ + src/hoganjs-utils.js | 7 +++++++ + test/hogan-cache-tests.js | 24 +++++++++++++++++++++++- + 3 files changed, 33 insertions(+), 1 deletion(-) + +diff --git a/README.md b/README.md +index 132c8a28..46909f25 100644 +--- a/README.md ++++ b/README.md +@@ -98,6 +98,9 @@ The HTML output accepts a Javascript object with configuration. Possible options + - `synchronisedScroll`: scroll both panes in side-by-side mode: `true` or `false`, default is `false` + - `matchWordsThreshold`: similarity threshold for word matching, default is 0.25 + - `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is `2500` ++ - `templates`: object with previously compiled templates to replace parts of the html ++ - `rawTemplates`: object with raw not compiled templates to replace parts of the html ++ > For more information regarding the possible templates look into [src/templates](https://github.com/rtfpessoa/diff2html/tree/master/src/templates) + + ## Diff2HtmlUI Helper + +diff --git a/src/hoganjs-utils.js b/src/hoganjs-utils.js +index 0dda08d7..b2e9c275 100644 +--- a/src/hoganjs-utils.js ++++ b/src/hoganjs-utils.js +@@ -17,6 +17,13 @@ + function HoganJsUtils(configuration) { + this.config = configuration || {}; + extraTemplates = this.config.templates || {}; ++ ++ var rawTemplates = this.config.rawTemplates || {}; ++ for (var templateName in rawTemplates) { ++ if (rawTemplates.hasOwnProperty(templateName)) { ++ if (!extraTemplates[templateName]) extraTemplates[templateName] = this.compile(rawTemplates[templateName]); ++ } ++ } + } + + HoganJsUtils.prototype.render = function(namespace, view, params) { +diff --git a/test/hogan-cache-tests.js b/test/hogan-cache-tests.js +index 3bb754ac..a34839c0 100644 +--- a/test/hogan-cache-tests.js ++++ b/test/hogan-cache-tests.js +@@ -36,7 +36,7 @@ describe('HoganJsUtils', function() { + assert.equal(null, result); + }); + +- it('should allow templates to be overridden', function() { ++ it('should allow templates to be overridden with compiled templates', function() { + var emptyDiffTemplate = HoganJsUtils.compile('

    {{myName}}

    '); + + var config = {templates: {'generic-empty-diff': emptyDiffTemplate}}; +@@ -44,5 +44,27 @@ describe('HoganJsUtils', function() { + var result = hoganUtils.render('generic', 'empty-diff', {myName: 'Rodrigo Fernandes'}); + assert.equal('

    Rodrigo Fernandes

    ', result); + }); ++ ++ it('should allow templates to be overridden with uncompiled templates', function() { ++ var emptyDiffTemplate = '

    {{myName}}

    '; ++ ++ var config = {rawTemplates: {'generic-empty-diff': emptyDiffTemplate}}; ++ var hoganUtils = new (require('../src/hoganjs-utils.js').HoganJsUtils)(config); ++ var result = hoganUtils.render('generic', 'empty-diff', {myName: 'Rodrigo Fernandes'}); ++ assert.equal('

    Rodrigo Fernandes

    ', result); ++ }); ++ ++ it('should allow templates to be overridden giving priority to compiled templates', function() { ++ var emptyDiffTemplate = HoganJsUtils.compile('

    {{myName}}

    '); ++ var emptyDiffTemplateUncompiled = '

    Not used!

    '; ++ ++ var config = { ++ templates: {'generic-empty-diff': emptyDiffTemplate}, ++ rawTemplates: {'generic-empty-diff': emptyDiffTemplateUncompiled} ++ }; ++ var hoganUtils = new (require('../src/hoganjs-utils.js').HoganJsUtils)(config); ++ var result = hoganUtils.render('generic', 'empty-diff', {myName: 'Rodrigo Fernandes'}); ++ assert.equal('

    Rodrigo Fernandes

    ', result); ++ }); + }); + }); +``` diff --git a/_posts/2024-01-27-vega-lite.md b/_posts/2024-01-27-vega-lite.md new file mode 100644 index 0000000000000..099eb88f69404 --- /dev/null +++ b/_posts/2024-01-27-vega-lite.md @@ -0,0 +1,105 @@ +--- +layout: post +title: a post with vega lite +date: 2024-01-27 00:20:00 +last_updated: 2024-04-14 04:30:00 +description: this is what included vega lite code could look like +tags: formatting charts +categories: sample-posts +chart: + vega_lite: true +--- + +This is an example post with some [vega lite](https://vega.github.io/vega-lite/) code. + +````markdown +```vega_lite +{ + "$schema": "https://vega.github.io/schema/vega-lite/v5.json", + "description": "A dot plot showing each movie in the database, and the difference from the average movie rating. The display is sorted by year to visualize everything in sequential order. The graph is for all Movies before 2019.", + "data": { + "url": "https://raw.githubusercontent.com/vega/vega/main/docs/data/movies.json" + }, + "transform": [ + {"filter": "datum['IMDB Rating'] != null"}, + {"filter": {"timeUnit": "year", "field": "Release Date", "range": [null, 2019]}}, + { + "joinaggregate": [{ + "op": "mean", + "field": "IMDB Rating", + "as": "AverageRating" + }] + }, + { + "calculate": "datum['IMDB Rating'] - datum.AverageRating", + "as": "RatingDelta" + } + ], + "mark": "point", + "encoding": { + "x": { + "field": "Release Date", + "type": "temporal" + }, + "y": { + "field": "RatingDelta", + "type": "quantitative", + "title": "Rating Delta" + }, + "color": { + "field": "RatingDelta", + "type": "quantitative", + "scale": {"domainMid": 0}, + "title": "Rating Delta" + } + } +} +``` +```` + +Which generates: + +```vega_lite +{ + "$schema": "https://vega.github.io/schema/vega-lite/v5.json", + "description": "A dot plot showing each movie in the database, and the difference from the average movie rating. The display is sorted by year to visualize everything in sequential order. The graph is for all Movies before 2019.", + "data": { + "url": "https://raw.githubusercontent.com/vega/vega/main/docs/data/movies.json" + }, + "transform": [ + {"filter": "datum['IMDB Rating'] != null"}, + {"filter": {"timeUnit": "year", "field": "Release Date", "range": [null, 2019]}}, + { + "joinaggregate": [{ + "op": "mean", + "field": "IMDB Rating", + "as": "AverageRating" + }] + }, + { + "calculate": "datum['IMDB Rating'] - datum.AverageRating", + "as": "RatingDelta" + } + ], + "mark": "point", + "encoding": { + "x": { + "field": "Release Date", + "type": "temporal" + }, + "y": { + "field": "RatingDelta", + "type": "quantitative", + "title": "Rating Delta" + }, + "color": { + "field": "RatingDelta", + "type": "quantitative", + "scale": {"domainMid": 0}, + "title": "Rating Delta" + } + } +} +``` + +This plot supports both light and dark themes. diff --git a/_posts/2024-04-15-pseudocode.md b/_posts/2024-04-15-pseudocode.md new file mode 100644 index 0000000000000..d7ff18b863340 --- /dev/null +++ b/_posts/2024-04-15-pseudocode.md @@ -0,0 +1,71 @@ +--- +layout: post +title: a post with pseudo code +date: 2024-04-15 00:01:00 +description: this is what included pseudo code could look like +tags: formatting code +categories: sample-posts +pseudocode: true +--- + +This is an example post with some pseudo code rendered by [pseudocode](https://github.com/SaswatPadhi/pseudocode.js). The example presented here is the same as the one in the [pseudocode.js](https://saswat.padhi.me/pseudocode.js/) documentation, with only one simple but important change: everytime you would use `$`, you should use `$$` instead. Also, note that the `pseudocode` key in the front matter is set to `true` to enable the rendering of pseudo code. As an example, using this code: + +````markdown +```pseudocode +% This quicksort algorithm is extracted from Chapter 7, Introduction to Algorithms (3rd edition) +\begin{algorithm} +\caption{Quicksort} +\begin{algorithmic} +\PROCEDURE{Quicksort}{$$A, p, r$$} + \IF{$$p < r$$} + \STATE $$q = $$ \CALL{Partition}{$$A, p, r$$} + \STATE \CALL{Quicksort}{$$A, p, q - 1$$} + \STATE \CALL{Quicksort}{$$A, q + 1, r$$} + \ENDIF +\ENDPROCEDURE +\PROCEDURE{Partition}{$$A, p, r$$} + \STATE $$x = A[r]$$ + \STATE $$i = p - 1$$ + \FOR{$$j = p$$ \TO $$r - 1$$} + \IF{$$A[j] < x$$} + \STATE $$i = i + 1$$ + \STATE exchange + $$A[i]$$ with $$A[j]$$ + \ENDIF + \STATE exchange $$A[i]$$ with $$A[r]$$ + \ENDFOR +\ENDPROCEDURE +\end{algorithmic} +\end{algorithm} +``` +```` + +Generates: + +```pseudocode +% This quicksort algorithm is extracted from Chapter 7, Introduction to Algorithms (3rd edition) +\begin{algorithm} +\caption{Quicksort} +\begin{algorithmic} +\PROCEDURE{Quicksort}{$$A, p, r$$} + \IF{$$p < r$$} + \STATE $$q = $$ \CALL{Partition}{$$A, p, r$$} + \STATE \CALL{Quicksort}{$$A, p, q - 1$$} + \STATE \CALL{Quicksort}{$$A, q + 1, r$$} + \ENDIF +\ENDPROCEDURE +\PROCEDURE{Partition}{$$A, p, r$$} + \STATE $$x = A[r]$$ + \STATE $$i = p - 1$$ + \FOR{$$j = p$$ \TO $$r - 1$$} + \IF{$$A[j] < x$$} + \STATE $$i = i + 1$$ + \STATE exchange + $$A[i]$$ with $$A[j]$$ + \ENDIF + \STATE exchange $$A[i]$$ with $$A[r]$$ + \ENDFOR +\ENDPROCEDURE +\end{algorithmic} +\end{algorithm} +``` diff --git a/_posts/2024-04-28-post-citation.md b/_posts/2024-04-28-post-citation.md new file mode 100644 index 0000000000000..4b47a27fca182 --- /dev/null +++ b/_posts/2024-04-28-post-citation.md @@ -0,0 +1,11 @@ +--- +layout: post +title: a post that can be cited +date: 2024-04-28 15:06:00 +description: this is what a post that can be cited looks like +tags: formatting citation +categories: sample-posts +citation: true +--- + +This is an example post that can be cited. The content of the post ends here, while the citation information is automatically provided below. The only thing needed is for you to set the `citation` key in the front matter to `true`. diff --git a/_posts/2024-04-29-typograms.md b/_posts/2024-04-29-typograms.md new file mode 100644 index 0000000000000..6caff4e67a654 --- /dev/null +++ b/_posts/2024-04-29-typograms.md @@ -0,0 +1,85 @@ +--- +layout: post +title: a post with typograms +date: 2024-04-29 23:36:10 +description: this is what included typograms code could look like +tags: formatting diagrams +categories: sample-posts +typograms: true +--- + +This is an example post with some [typograms](https://github.com/google/typograms/) code. + +````markdown +```typograms ++----+ +| |---> My first diagram! ++----+ +``` +```` + +Which generates: + +```typograms ++----+ +| |---> My first diagram! ++----+ +``` + +Another example: + +````markdown +```typograms +.------------------------. +|.----------------------.| +||"https://example.com" || +|'----------------------'| +| ______________________ | +|| || +|| Welcome! || +|| || +|| || +|| .----------------. || +|| | username | || +|| '----------------' || +|| .----------------. || +|| |"*******" | || +|| '----------------' || +|| || +|| .----------------. || +|| | "Sign-up" | || +|| '----------------' || +|| || +|+----------------------+| +.------------------------. +``` +```` + +which generates: + +```typograms +.------------------------. +|.----------------------.| +||"https://example.com" || +|'----------------------'| +| ______________________ | +|| || +|| Welcome! || +|| || +|| || +|| .----------------. || +|| | username | || +|| '----------------' || +|| .----------------. || +|| |"*******" | || +|| '----------------' || +|| || +|| .----------------. || +|| | "Sign-up" | || +|| '----------------' || +|| || +|+----------------------+| +.------------------------. +``` + +For more examples, check out the [typograms documentation](https://google.github.io/typograms/#examples). diff --git a/_posts/2024-05-01-tabs.md b/_posts/2024-05-01-tabs.md new file mode 100644 index 0000000000000..f3d6e2d2211ee --- /dev/null +++ b/_posts/2024-05-01-tabs.md @@ -0,0 +1,122 @@ +--- +layout: post +title: a post with tabs +date: 2024-05-01 00:32:13 +description: this is what included tabs in a post could look like +tags: formatting code +categories: sample-posts +tabs: true +--- + +This is how a post with [tabs](https://github.com/Ovski4/jekyll-tabs) looks like. Note that the tabs could be used for different purposes, not only for code. + +## First tabs + +To add tabs, use the following syntax: + +{% raw %} + +```liquid +{% tabs group-name %} + +{% tab group-name tab-name-1 %} + +Content 1 + +{% endtab %} + +{% tab group-name tab-name-2 %} + +Content 2 + +{% endtab %} + +{% endtabs %} +``` + +{% endraw %} + +With this you can generate visualizations like: + +{% tabs log %} + +{% tab log php %} + +```php +var_dump('hello'); +``` + +{% endtab %} + +{% tab log js %} + +```javascript +console.log("hello"); +``` + +{% endtab %} + +{% tab log ruby %} + +```javascript +pputs 'hello' +``` + +{% endtab %} + +{% endtabs %} + +## Another example + +{% tabs data-struct %} + +{% tab data-struct yaml %} + +```yaml +hello: + - "whatsup" + - "hi" +``` + +{% endtab %} + +{% tab data-struct json %} + +```json +{ + "hello": ["whatsup", "hi"] +} +``` + +{% endtab %} + +{% endtabs %} + +## Tabs for something else + +{% tabs something-else %} + +{% tab something-else text %} + +Regular text + +{% endtab %} + +{% tab something-else quote %} + +> A quote + +{% endtab %} + +{% tab something-else list %} + +Hipster list + +- brunch +- fixie +- raybans +- messenger bag + +{% endtab %} + +{% endtabs %} diff --git a/_projects/10_project.md b/_projects/10_project.md new file mode 100644 index 0000000000000..5f85a61eb22c1 --- /dev/null +++ b/_projects/10_project.md @@ -0,0 +1,51 @@ +--- +layout: page +title: project 10 +description: A project with an introduction section +img: assets/img/5.jpg +importance: 5 +category: work +project_intro: true +icons: + - file: javascript/javascript-original.svg + site: devicons + - file: processing + site: skillicons + - file: https://www.espressif.com/sites/all/themes/espressif/images/logo-guidelines/primary-vertical-logo.png +repository: + - alshedivat/al-folio +--- + +# Project Intros + +A simple way to efficiently display your github project, or any other project as well! + +To add a project intro just set `project_intro` to `true` in the front matter. Also add icons to display the tech-stacks used in the project. Finally add relevant repositories to be displayed right below the intro. + +```yml +--- +project_intro: true +icons: + - file: javascript/javascript-original.svg + site: devicons + - file: processing + site: skillicons + - file: https://www.espressif.com/sites/all/themes/espressif/images/logo-guidelines/primary-vertical-logo.png + repository: + - alshedivat/al-folio +--- +``` + +# Icons + +Adding more icons is very simple. `icon` is a list, and each item on the list has a `file` and a `site`. The `file` is the icon file which will be displayed, `site` is the directory from where this file will be displayed. + +However, using `site` is optional. If the item doesn't contain a value for site, al-folio will automatically detect and decide whether the link is an absolute URL to some icon on a different website, or a relative URL to an image inside the repository. + +Right now, the only eligible options for `site` is `devicons` and `skillicons` + +# Repository + +`repository` is also a list of all the repositories that can be displayed. Each item needs to be written in the following format: `owner/repository`. + +After this, al-folio will automatically generate a card with the proper theme. It will also create a link that will redirect viewers to the repository whenever they click the card. diff --git a/_projects/1_project.md b/_projects/1_project.md index 5a95b9ad20fcb..ac87b64b2fef3 100644 --- a/_projects/1_project.md +++ b/_projects/1_project.md @@ -1,10 +1,11 @@ --- layout: page title: project 1 -description: a project with a background image +description: with background image img: assets/img/12.jpg importance: 1 category: work +related_publications: true --- Every project has a beautiful feature showcase page. @@ -22,13 +23,13 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -36,45 +37,45 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    This image can also have a caption. It's like magic.
    -You can also put regular text between your rows of images. -Say you wanted to write a little bit about your project before you posted the rest of the images. -You describe how you toiled, sweated, *bled* for your project, and then... you reveal it's glory in the next row of images. - +You can also put regular text between your rows of images, even citations {% cite einstein1950meaning %}. +Say you wanted to write a bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images.
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    You can also have artistically styled 2/3 + 1/3 images, like these.
    - The code is simple. Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. Here's the code for the last row of images above: {% raw %} + ```html
    -
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    -
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    ``` + {% endraw %} diff --git a/_projects/2_project.md b/_projects/2_project.md index 4a266145d23c6..25de228cf2a7b 100644 --- a/_projects/2_project.md +++ b/_projects/2_project.md @@ -1,10 +1,11 @@ --- layout: page title: project 2 -description: a project with a background image +description: a project with a background image and giscus comments img: assets/img/3.jpg importance: 2 category: work +giscus_comments: true --- Every project has a beautiful feature showcase page. @@ -22,13 +23,13 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -36,7 +37,7 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -45,36 +46,36 @@ To give your project a background in the portfolio page, just add the img tag to You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. -You describe how you toiled, sweated, *bled* for your project, and then... you reveal it's glory in the next row of images. - +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images.
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    You can also have artistically styled 2/3 + 1/3 images, like these.
    - The code is simple. Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. Here's the code for the last row of images above: {% raw %} + ```html
    -
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    -
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    ``` + {% endraw %} diff --git a/_projects/3_project.md b/_projects/3_project.md index 56968db035bee..4f981b4d8b5c7 100644 --- a/_projects/3_project.md +++ b/_projects/3_project.md @@ -1,6 +1,6 @@ --- layout: page -title: project 3 +title: project 3 with very long name description: a project that redirects to another website img: assets/img/7.jpg redirect: https://unsplash.com @@ -23,13 +23,13 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -37,7 +37,7 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -46,36 +46,36 @@ To give your project a background in the portfolio page, just add the img tag to You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. -You describe how you toiled, sweated, *bled* for your project, and then... you reveal it's glory in the next row of images. - +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images.
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    You can also have artistically styled 2/3 + 1/3 images, like these.
    - The code is simple. Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. Here's the code for the last row of images above: {% raw %} + ```html
    -
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    -
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    ``` + {% endraw %} diff --git a/_projects/4_project.md b/_projects/4_project.md index 96eeb0e66ac29..1144b9c837d6f 100644 --- a/_projects/4_project.md +++ b/_projects/4_project.md @@ -22,13 +22,13 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -36,7 +36,7 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -45,36 +45,36 @@ To give your project a background in the portfolio page, just add the img tag to You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. -You describe how you toiled, sweated, *bled* for your project, and then... you reveal it's glory in the next row of images. - +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images.
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    You can also have artistically styled 2/3 + 1/3 images, like these.
    - The code is simple. Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. Here's the code for the last row of images above: {% raw %} + ```html
    -
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    -
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    ``` + {% endraw %} diff --git a/_projects/5_project.md b/_projects/5_project.md index aa488109c78f4..35c8e6381d572 100644 --- a/_projects/5_project.md +++ b/_projects/5_project.md @@ -22,13 +22,13 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -36,7 +36,7 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -45,36 +45,36 @@ To give your project a background in the portfolio page, just add the img tag to You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. -You describe how you toiled, sweated, *bled* for your project, and then... you reveal it's glory in the next row of images. - +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images.
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    You can also have artistically styled 2/3 + 1/3 images, like these.
    - The code is simple. Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. Here's the code for the last row of images above: {% raw %} + ```html
    -
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    -
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    ``` + {% endraw %} diff --git a/_projects/6_project.md b/_projects/6_project.md index 3d8d04d512b0e..36ea874c80117 100644 --- a/_projects/6_project.md +++ b/_projects/6_project.md @@ -22,13 +22,13 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -36,7 +36,7 @@ To give your project a background in the portfolio page, just add the img tag to
    - {% include figure.html path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    @@ -45,36 +45,36 @@ To give your project a background in the portfolio page, just add the img tag to You can also put regular text between your rows of images. Say you wanted to write a little bit about your project before you posted the rest of the images. -You describe how you toiled, sweated, *bled* for your project, and then... you reveal it's glory in the next row of images. - +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images.
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    You can also have artistically styled 2/3 + 1/3 images, like these.
    - The code is simple. Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. Here's the code for the last row of images above: {% raw %} + ```html
    -
    - {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    -
    - {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} -
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    ``` + {% endraw %} diff --git a/_projects/7_project.md b/_projects/7_project.md new file mode 100644 index 0000000000000..f9522cea04d01 --- /dev/null +++ b/_projects/7_project.md @@ -0,0 +1,81 @@ +--- +layout: page +title: project 7 +description: with background image +img: assets/img/4.jpg +importance: 1 +category: work +related_publications: true +--- + +Every project has a beautiful feature showcase page. +It's easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width. + +To give your project a background in the portfolio page, just add the img tag to the front matter like so: + + --- + layout: page + title: project + description: a project with a background image + img: /assets/img/12.jpg + --- + +
    +
    + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles. +
    +
    +
    + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + This image can also have a caption. It's like magic. +
    + +You can also put regular text between your rows of images, even citations {% cite einstein1950meaning %}. +Say you wanted to write a bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images. + +
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + You can also have artistically styled 2/3 + 1/3 images, like these. +
    + +The code is simple. +Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). +To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. +Here's the code for the last row of images above: + +{% raw %} + +```html +
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +``` + +{% endraw %} diff --git a/_projects/8_project.md b/_projects/8_project.md new file mode 100644 index 0000000000000..c6079016a62e1 --- /dev/null +++ b/_projects/8_project.md @@ -0,0 +1,81 @@ +--- +layout: page +title: project 8 +description: an other project with a background image and giscus comments +img: assets/img/9.jpg +importance: 2 +category: work +giscus_comments: true +--- + +Every project has a beautiful feature showcase page. +It's easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width. + +To give your project a background in the portfolio page, just add the img tag to the front matter like so: + + --- + layout: page + title: project + description: a project with a background image + img: /assets/img/12.jpg + --- + +
    +
    + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles. +
    +
    +
    + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + This image can also have a caption. It's like magic. +
    + +You can also put regular text between your rows of images. +Say you wanted to write a little bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images. + +
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + You can also have artistically styled 2/3 + 1/3 images, like these. +
    + +The code is simple. +Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). +To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. +Here's the code for the last row of images above: + +{% raw %} + +```html +
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +``` + +{% endraw %} diff --git a/_projects/9_project.md b/_projects/9_project.md new file mode 100644 index 0000000000000..7345bbb66dc25 --- /dev/null +++ b/_projects/9_project.md @@ -0,0 +1,80 @@ +--- +layout: page +title: project 9 +description: another project with an image 🎉 +img: assets/img/6.jpg +importance: 4 +category: fun +--- + +Every project has a beautiful feature showcase page. +It's easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width. + +To give your project a background in the portfolio page, just add the img tag to the front matter like so: + + --- + layout: page + title: project + description: a project with a background image + img: /assets/img/12.jpg + --- + +
    +
    + {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles. +
    +
    +
    + {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + This image can also have a caption. It's like magic. +
    + +You can also put regular text between your rows of images. +Say you wanted to write a little bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images. + +
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +
    + You can also have artistically styled 2/3 + 1/3 images, like these. +
    + +The code is simple. +Just wrap your images with `
    ` and place them inside `
    ` (read more about the Bootstrap Grid system). +To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. +Here's the code for the last row of images above: + +{% raw %} + +```html +
    +
    + {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    + {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} +
    +
    +``` + +{% endraw %} diff --git a/_sass/_base.scss b/_sass/_base.scss index d21521293326f..d226dca9ab149 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -4,7 +4,18 @@ // Typography -p, h1, h2, h3, h4, h5, h6, em, div, li, span, strong { +p, +h1, +h2, +h3, +h4, +h5, +h6, +em, +div, +li, +span, +strong { color: var(--global-text-color); } @@ -13,35 +24,128 @@ hr { } table { - td, th { - color: var(--global-text-color); - } - td { - font-size: 1rem; - } + td, + th { + font-size: 1rem; + padding: 1px 1rem 1px 0; + } + + th { + font-weight: bold; + } } -a, table.table a { +a, +table.table a { color: var(--global-theme-color); + &:hover { color: var(--global-theme-color); text-decoration: underline; } + &:hover:after :not(.nav-item.dropdown) { width: 100%; } } -figure, img { - max-width: 90vw; +.table-dark { + background-color: transparent; + &.table-bordered { + border: 1px solid var(--global-divider-color) !important; + } } blockquote { background: var(--global-bg-color); - border-left: 2px solid var(--global-theme-color); - margin: 1.5em 10px; - padding: 0.5em 10px; + border-left: 5px solid var(--global-theme-color); + margin: 1.5em 0; + padding: 1em; font-size: 1.2rem; + + p { + margin-bottom: 0; + } + + /* Tips, warnings, and dangers blockquotes */ + &.block-tip { + border-color: var(--global-tip-block); + background-color: var(--global-tip-block-bg); + + em, + li, + p, + strong { + color: var(--global-tip-block-text); + } + + h1, + h2, + h3, + h4, + h5, + h6 { + color: var(--global-tip-block-title); + } + } + + &.block-warning { + border-color: var(--global-warning-block); + background-color: var(--global-warning-block-bg); + + em, + li, + p, + strong { + color: var(--global-warning-block-text); + } + + h1, + h2, + h3, + h4, + h5, + h6 { + color: var(--global-warning-block-title); + } + } + + &.block-danger { + border-color: var(--global-danger-block); + background-color: var(--global-danger-block-bg); + + em, + li, + p, + strong { + color: var(--global-danger-block-text); + } + + h1, + h2, + h3, + h4, + h5, + h6 { + color: var(--global-danger-block-title); + } + } +} + +// Checklist + +ul.task-list { + list-style-type: none; /* Remove bullets from all levels */ +} + +ul.task-list > li ul { + /* Nested lists within .task-list */ + padding-inline-start: 1.5rem; +} + +ul.task-list input[type="checkbox"] { + margin: 0.275rem 0.5rem 0.5rem -1rem; + vertical-align: middle; } // Math @@ -65,41 +169,37 @@ blockquote { .card { background-color: var(--global-card-bg-color); - img { + .card-img { width: 100%; + padding-top: 1.25rem; } .card-title { color: var(--global-text-color); } - .card-item { - width: auto; - margin-bottom: 10px; - - .row { - display: flex; - align-items: center; - } + .card-body { + padding: 1.25rem 1.25rem 1.25rem 1.25rem; } } // Citation -.citation, .citation-number { +.citation, +.citation-number { color: var(--global-theme-color); } // Profile .profile { - margin-left: 1rem; width: 100%; - .address { + .more-info { margin-bottom: 5px; margin-top: 5px; font-family: monospace; + p { display: inline-block; margin: 0; @@ -107,11 +207,22 @@ blockquote { } } +.profile.float-right { + margin-left: 1rem; +} + +.profile.float-left { + margin-right: 1rem; +} + @media (min-width: 576px) { .profile { width: 30%; + .address { - p { display: block; } + p { + display: block; + } } } } @@ -119,8 +230,10 @@ blockquote { .post-description { margin-bottom: 2rem; font-size: 0.875rem; + a { color: inherit; + &:hover { color: var(--global-theme-color); text-decoration: none; @@ -128,7 +241,6 @@ blockquote { } } - // Navbar customization .navbar { @@ -137,58 +249,73 @@ blockquote { background-color: var(--global-bg-color); opacity: 0.95; } + .navbar .dropdown-menu { background-color: var(--global-bg-color); border: 1px solid var(--global-divider-color); + a:not(.active) { color: var(--global-text-color); } + a:hover { color: var(--global-hover-color); } + .dropdown-divider { border-top: 1px solid var(--global-divider-color) !important; } } + .dropdown-item { color: var(--global-text-color); - &:hover { - color: var(--global-hover-color); - background-color: var(--global-bg-color); - } + + &:hover { + color: var(--global-hover-color); + background-color: var(--global-bg-color); + } } + .navbar.navbar-light { a { &:hover { text-decoration: none; } } + .navbar-brand { color: var(--global-text-color); } + .navbar-nav .nav-item .nav-link { color: var(--global-text-color); + &:hover { color: var(--global-hover-color); } } - .navbar-nav .nav-item.active>.nav-link { - background-color: inherit; - font-weight: bolder; - color: var(--global-theme-color); - &:hover { - color: var(--global-hover-color); - } + + .navbar-nav .nav-item.active > .nav-link { + background-color: inherit; + font-weight: bolder; + color: var(--global-theme-color); + + &:hover { + color: var(--global-hover-color); + } } + .navbar-brand.social { padding-bottom: 0; padding-top: 0; font-size: 1.7rem; + a { i::before { color: var(--global-text-color); transition-property: all 0.2s ease-in-out; } + &:hover { i::before { color: var(--global-theme-color); @@ -208,13 +335,16 @@ blockquote { margin-bottom: 4px; transition: all 0.2s; } + .top-bar { transform: rotate(45deg); transform-origin: 10% 10%; } + .middle-bar { opacity: 0; } + .bottom-bar { transform: rotate(-45deg); transform-origin: 10% 90%; @@ -225,25 +355,42 @@ blockquote { .top-bar { transform: rotate(0); } + .middle-bar { opacity: 1; } + .bottom-bar { transform: rotate(0); } } +#light-toggle, +#search-toggle { + padding: 0; + border: 0; + background-color: inherit; + color: var(--global-text-color); + + &:hover { + color: var(--global-hover-color); + } +} + // Social (bottom) .social { text-align: center; + .contact-icons { font-size: 4rem; + a { i::before { color: var(--global-text-color); transition-property: all 0.2s ease-in-out; } + &:hover { i::before { color: var(--global-theme-color); @@ -251,23 +398,57 @@ blockquote { } } } + .contact-note { font-size: 0.8rem; } } +.wechat-modal { + display: none; + position: fixed; + z-index: 1; + padding-top: 100px; + left: 0; + top: 0; + width: 100%; + height: 100%; + overflow: auto; + background-color: rgb(0, 0, 0); + background-color: rgba(0, 0, 0, 0.8); +} + +.wechat-modal > img { + display: block; + position: relative; + top: 50%; + left: 50%; + width: 33%; + max-width: 400px; + transform: translate(-50%, -50%); +} + +@media only screen and (max-width: 400px) { + .wechat-modal > img { + width: 100%; + } +} // Footer footer.fixed-bottom { background-color: var(--global-footer-bg-color); font-size: 0.75rem; + .container { color: var(--global-footer-text-color); padding-top: 9px; padding-bottom: 8px; + text-align: center; } + a { color: var(--global-footer-link-color); + &:hover { color: var(--global-theme-color); text-decoration: none; @@ -280,8 +461,51 @@ footer.sticky-bottom { padding-top: 40px; padding-bottom: 40px; font-size: 0.9rem; + + .container { + text-align: center; + } } +// CV + +.cv { + margin-bottom: 40px; + + .card { + background-color: var(--global-card-bg-color); + border: 1px solid var(--global-divider-color); + + .list-group-item { + background-color: inherit; + border-color: var(--global-divider-color); + + .badge { + color: var(--global-card-bg-color) !important; + background-color: var(--global-theme-color) !important; + } + } + } +} + +.table-cv-map { + background-color: transparent; + border: none; + color: var(--global-text-color); +} + +.date-column { + width: 75px; + transform: translateX(-15px) translateY(-5px); +} + +// Repositories + +@media (min-width: 768px) { + .repo { + max-width: 50%; + } +} // Blog @@ -289,40 +513,75 @@ footer.sticky-bottom { border-bottom: 1px solid var(--global-divider-color); text-align: center; padding-top: 2rem; - padding-bottom: 5rem; + padding-bottom: 3rem; + h1 { color: var(--global-theme-color); font-size: 5rem; } } +.tag-category-list { + border-bottom: 1px solid var(--global-divider-color); + text-align: center; + padding-top: 1rem; + + ul { + justify-content: center; + display: flow-root; + + p, + li { + list-style: none; + display: inline-block; + padding: 1rem 0.5rem; + color: var(--global-text-color-light); + } + } +} + +.post-title { + mjx-container[jax="CHTML"][display="true"] { + display: unset; + } +} + .post-list { margin: 0; margin-bottom: 40px; padding: 0; + li { border-bottom: 1px solid var(--global-divider-color); list-style: none; padding-top: 2rem; padding-bottom: 2rem; + .post-meta { color: var(--global-text-color-light); font-size: 0.875rem; margin-bottom: 0; } + .post-tags { color: var(--global-text-color-light); font-size: 0.875rem; padding-top: 0.25rem; padding-bottom: 0; } + a { color: var(--global-text-color); text-decoration: none; + &:hover { color: var(--global-theme-color); } } + + mjx-container[jax="CHTML"][display="true"] { + display: unset; + } } } @@ -330,13 +589,16 @@ footer.sticky-bottom { .page-item { .page-link { color: var(--global-text-color); + &:hover { color: $black-color; } } + &.active .page-link { color: $white-color; background-color: var(--global-theme-color); + &:hover { background-color: var(--global-theme-color); } @@ -344,7 +606,6 @@ footer.sticky-bottom { } } - // Distill .distill { @@ -354,7 +615,6 @@ footer.sticky-bottom { } } - // Projects .projects { @@ -374,17 +634,12 @@ footer.sticky-bottom { } } - .card-item { - width: auto; - margin-bottom: 10px; - - .row { - display: flex; - align-items: center; - } + .col { + padding-bottom: 1rem; } - .grid-sizer, .grid-item { + .grid-sizer, + .grid-item { width: 250px; margin-bottom: 10px; } @@ -399,11 +654,11 @@ footer.sticky-bottom { } } - // Publications .publications { margin-top: 2rem; + h1 { color: var(--global-theme-color); font-size: 2rem; @@ -411,20 +666,23 @@ footer.sticky-bottom { margin-top: 1em; margin-bottom: 1em; } + h2 { margin-bottom: 1rem; + span { font-size: 1.5rem; } } - h2.year { + + h2.bibliography { color: var(--global-divider-color); border-top: 1px solid var(--global-divider-color); padding-top: 1rem; margin-top: 2rem; - margin-bottom: -2rem; text-align: right; } + ol.bibliography { list-style: none; padding: 0; @@ -432,42 +690,64 @@ footer.sticky-bottom { li { margin-bottom: 1rem; + + .preview { + } + .abbr { - height: 2rem; margin-bottom: 0.5rem; + abbr { display: inline-block; background-color: var(--global-theme-color); - padding-left: 1rem; - padding-right: 1rem; + margin-bottom: 0.5rem; + a { color: white; + &:hover { text-decoration: none; } } } + .award { color: var(--global-theme-color) !important; border: 1px solid var(--global-theme-color); } } + .title { font-weight: bolder; } + .author { a { border-bottom: 1px dashed var(--global-theme-color); + &:hover { - border-bottom-style: solid; - text-decoration: none; + border-bottom-style: solid; + text-decoration: none; } } + > em { border-bottom: 1px solid; font-style: normal; } + + > span.more-authors { + color: var(--global-text-color-light); + border-bottom: 1px dashed var(--global-text-color-light); + cursor: pointer; + + &:hover { + color: var(--global-text-color); + border-bottom: 1px dashed var(--global-text-color); + } + } } + .links { a.btn { color: var(--global-text-color); @@ -476,12 +756,33 @@ footer.sticky-bottom { padding-right: 1rem; padding-top: 0.25rem; padding-bottom: 0.25rem; + margin-left: 0; + &:hover { color: var(--global-theme-color); border-color: var(--global-theme-color); } } + a.award.btn { + border-color: var(--global-highlight-color); + } } + + .badges { + padding-bottom: 0.5rem; + span { + display: inline-block; + color: $black-color; + height: 100%; + padding-right: 0.5rem; + vertical-align: middle; + + &:hover { + text-decoration: underline; + } + } + } + .hidden { font-size: 0.875rem; max-height: 0px; @@ -497,12 +798,14 @@ footer.sticky-bottom { line-height: 1.4em; margin: 10px; } + pre { font-size: 1em; line-height: 1.4em; padding: 10px; } } + .hidden.open { max-height: 100em; transition-property: 0.15s ease; @@ -511,13 +814,21 @@ footer.sticky-bottom { -o-transition: 0.15s ease; transition: all 0.15s ease; } + div.abstract.hidden { border: dashed 1px var(--global-bg-color); } + div.abstract.hidden.open { border-color: var(--global-text-color); } } + div.award.hidden { + border: dashed 1px var(--global-bg-color); + } + div.award.hidden.open { + border-color: var(--global-highlight-color); + } } } @@ -531,9 +842,12 @@ pre { background-color: var(--global-code-bg-color); border-radius: 6px; padding: 6px 12px; - pre, code { + + pre, + code { background-color: transparent; border-radius: 0; + margin-bottom: 0; padding: 0; } } @@ -545,7 +859,6 @@ code { padding: 3px 3px; } - // Transitioning Themes html.transition, html.transition *, @@ -556,29 +869,438 @@ html.transition *:after { } // Extra Markdown style (post Customization) -.post{ - .post-meta{ +.post { + .post-meta { color: var(--global-text-color-light); font-size: 0.875rem; margin-bottom: 0; } - .post-tags{ + + .post-tags { color: var(--global-text-color-light); font-size: 0.875rem; padding-top: 0.25rem; padding-bottom: 1rem; + a { color: var(--global-text-color-light); text-decoration: none; + &:hover { color: var(--global-theme-color); } } } - .post-content{ - blockquote { - border-left: 5px solid var(--global-theme-color); - padding: 8px; +} + +progress { + /* Positioning */ + position: fixed; + left: 0; + top: 56px; + z-index: 10; + + /* Dimensions */ + width: 100%; + height: 1px; + + /* Reset the appearance */ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + + /* Get rid of the default border in Firefox/Opera. */ + border: none; + + /* Progress bar container for Firefox/IE10 */ + background-color: transparent; + + /* Progress bar value for IE10 */ + color: var(--global-theme-color); +} + +progress::-webkit-progress-bar { + background-color: transparent; +} + +progress::-webkit-progress-value { + background-color: var(--global-theme-color); +} + +progress::-moz-progress-bar { + background-color: var(--global-theme-color); +} + +.progress-container { + width: 100%; + background-color: transparent; + position: fixed; + top: 56px; + left: 0; + height: 5px; + display: block; +} + +.progress-bar { + background-color: var(--global-theme-color); + width: 0%; + display: block; + height: inherit; +} + +/* Copy button */ +.code-display-wrapper { + position: relative; + + .copy { + background: var(--global-card-bg-color); + border-color: var(--global-bg-color); + border-radius: 0.3rem; + border-style: none; + color: var(--global-text-color); + font-size: medium; + opacity: 0; + position: absolute; + right: 0.2rem; + top: 0.2rem; + } + + &:active .copy, + &:focus .copy, + &:hover .copy { + color: var(--global-hover-color); + opacity: 1; + } +} + +.btn-group.dropdown { + .btn { + box-shadow: none; + -webkit-box-shadow: none; + } + + .btn-secondary.dropdown-toggle { + border: 1px solid var(--global-divider-color); + + .page-size { + color: inherit; + } + + &:not(.active) { + background-color: var(--global-bg-color) !important; + color: var(--global-text-color); + } + + &:hover { + background-color: var(--global-hover-color) !important; + color: var(--global-hover-text-color) !important; + } + } + + .dropdown-menu { + background-color: var(--global-bg-color); + } + + .dropdown-item { + background-color: var(--global-bg-color); + color: var(--global-text-color); + + &:hover { + color: var(--global-hover-color); + } + } + + .dropdown-item.active, + .dropdown-item:active { + background-color: var(--global-hover-color); + color: var(--global-hover-text-color) !important; + + &:hover { + color: var(--global-hover-text-color); + } + } +} + +/* Table of Contents */ +nav[data-toggle="toc"] { + top: 5rem; + + .nav .nav > li > a { + font-size: 0.75rem; + } + + .nav > li > a { + color: var(--global-text-color); + font-size: 0.75rem; + + &:hover { + color: var(--global-hover-color); + border-left-color: var(--global-hover-color); + } + } + + .nav-link.active { + color: var(--global-theme-color); + border-left-color: var(--global-theme-color); + font-size: 0.75rem; + + &:hover { + color: var(--global-hover-color); + border-left-color: var(--global-hover-color); + } + } +} + +/* small screens */ +@media (max-width: 576px) { + /* override stickyness so that the navigation does not follow scrolling */ + nav[data-toggle="toc"] { + visibility: hidden; + height: 0; + top: 0; + } +} + +.featured-posts { + a { + color: var(--global-text-color-light); + text-decoration: none; + + .card-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + + &:hover { + color: var(--global-theme-color); + + .card-title { + color: var(--global-theme-color); + } + } + } + + .post-meta { + color: var(--global-text-color-light); + font-size: 0.875rem; + margin-bottom: 0; + padding-top: 0.5rem; + } +} + +.unloaded { + display: none !important; +} + +.medium-zoom-overlay, +.medium-zoom-image--opened { + z-index: 999; +} + +#toc-sidebar { + z-index: 1; +} + +.echarts { + height: 400px; + width: 100%; +} + +.map { + height: 400px; + width: 100%; +} + +swiper-container { + --swiper-navigation-color: var(--global-theme-color); + --swiper-pagination-color: var(--global-theme-color); + --swiper-pagination-bullet-inactive-color: var(--global-text-color); +} + +.ps-root { + .ps-algorithm { + margin: 0.8em 0; + border-top: 3px solid var(--global-text-color); + border-bottom: 2px solid var(--global-text-color); + } + + .ps-algorithm.with-caption > .ps-line:first-child { + border-bottom: 2px solid var(--global-text-color); + } +} + +// Ninja Keys +// for more options, check https://github.com/ssleptsov/ninja-keys?tab=readme-ov-file#css-variables +ninja-keys { + --ninja-accent-color: var(--global-theme-color); + --ninja-icon-size: 0px; + --ninja-modal-background: var(--global-bg-color); + --ninja-z-index: 1031; +} + +ninja-keys::part(ninja-input) { + color: var(--ninja-selected-text-color); +} + +ninja-keys::part(ninja-input-wrapper) { + background: var(--global-bg-color); +} + +// newsletter +.newsletter-form-container { + margin-bottom: 20px; +} + +.newsletter-form { + display: flex; + flex-direction: row; + align-items: center; + width: 100%; +} + +.newsletter-form-input, +.bibsearch-form-input { + color: var(--global-newsletter-text-color); + background: var(--global-newsletter-bg-color); + border: 1px solid var(--global-newsletter-text-color); + outline: none; + margin: 0px 10px 0px 0px; + width: 100%; + max-width: 350px; + min-width: 100px; + box-sizing: border-box; + box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px; + border-radius: 6px; + padding: 8px 12px; +} + +.newsletter-form-input:focus { + border-color: var(--global-theme-color) !important; +} + +.newsletter-form-button { + background: var(--global-theme-color); + color: var(--global-bg-color); + display: flex; + width: min-content; + max-width: 200px; + white-space: nowrap; + height: 38px; + align-items: center; + flex-direction: row; + padding: 9px 17px; + box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px; + border-radius: 6px; + text-align: center; + font-style: normal; + font-weight: 500; + line-height: 20px; + border: none; + cursor: pointer; +} + +.newsletter-loading-button { + background: var(--global-theme-color); + color: var(--global-bg-color); + display: none; + width: min-content; + max-width: 300px; + white-space: nowrap; + height: 38px; + align-items: center; + flex-direction: row; + padding: 9px 17px; + box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px; + border-radius: 6px; + text-align: center; + font-style: normal; + font-weight: 500; + line-height: 20px; + border: none; + cursor: pointer; + margin-right: 20px; +} + +.newsletter-success { + color: var(--global-text-color); + display: none; + align-items: center; + width: 100%; +} + +.newsletter-error { + color: var(--global-theme-color); + display: none; + align-items: center; + width: 100%; +} + +.newsletter-back-button { + color: var(--global-theme-color); + margin: 10px auto; + text-align: center; + display: none; + background: transparent; + border: none; + cursor: pointer; +} + +@media (max-width: 575px) { + .newsletter-form-input, + .newsletter-form-button, + .newsletter-loading-button, + .newsletter-success, + .newsletter-error { + font-size: 16px !important; + } + .newsletter-form-container { + margin-right: 20px; + margin-left: 20px; + } +} + +// popover is used for annotation in bib.liquid +.popover { + background-color: var(--global-bg-color); + border-color: var(--global-divider-color); + + .popover-header { + color: var(--global-text-color); // Header text color + border-bottom: 1px solid var(--global-divider-color); + } + + .popover-body { + color: var(--global-text-color); // Body text color + } +} + +.bs-popover-top { + // arrow fill color + .arrow::after { + border-top-color: var(--global-bg-color); + } + + // arrow border color + .arrow:before { + border-top-color: var(--global-divider-color); + } +} + +.bs-popover-bottom { + // arrow fill color + .arrow::after { + border-bottom-color: var(--global-bg-color); + } + + // arrow border color + .arrow:before { + border-bottom-color: var(--global-divider-color); } } + +// highlight-search-term +::highlight(search) { + background-color: var(--global-theme-color); + color: var(--global-text-color); +} diff --git a/_sass/_cv.scss b/_sass/_cv.scss new file mode 100644 index 0000000000000..d733ba32c1626 --- /dev/null +++ b/_sass/_cv.scss @@ -0,0 +1,215 @@ +/***************************** + * CV shared styles + *****************************/ + +div.container-link-button { + margin-right: 0.5rem; +} + +table.table-cv { + background-color: transparent !important; +} + +a.btncv { + color: var(--global-text-color) !important; + border: 1px solid var(--global-text-color) !important; + border-radius: 0.125rem; + padding-left: 1rem; + padding-right: 1rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + text-decoration: none; + font-weight: 400; + font-size: 0.7rem; + text-align: center; + vertical-align: middle; + text-transform: uppercase; + white-space: nowrap; +} + +a.btncv:hover { + color: var(--global-theme-color) !important; + border-color: var(--global-theme-color) !important; + text-decoration: none !important; +} + +/***************************** + * CV TIME_TABLE styles + *****************************/ + +p.location { + font-size: 0.7rem; + white-space: nowrap; +} + +i.iconlocation { + color: var(--global-theme-color); + font-size: 0.8rem; +} + +i.iconinstitution { + color: var(--global-theme-color); + font-size: 0.95rem; + margin-right: 0.3rem; +} + +i.icondepartment { + color: var(--global-theme-color); + font-size: 0.8rem; + margin-right: 0.3rem; +} + +table.institution { + margin-bottom: 1rem; +} + +td.department { + font-size: 0.8rem; +} + +div.container-links { + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: center; + justify-content: flex-start; + margin-top: 1rem; + margin-bottom: 0.5rem; +} + +/***************************** + * CV MAP styles + *****************************/ + +div.container-pdf { + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: center; + justify-content: flex-start; +} + +/***************************** + * CV LIST_GROUPS styles + *****************************/ + +div.list-groups { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + flex-direction: row; + align-content: center; +} + +div.list-group { + display: flex; + flex-wrap: wrap; + flex-direction: column; + align-items: flex-start; + margin-bottom: 2rem; +} + +td.list-group-category { + color: var(--global-theme-color); + margin-bottom: 0.5rem; +} + +td.list-group-category-icon { + font-size: 0.8rem; + color: var(--global-theme-color); + width: 1.4rem; + padding-right: 0.4rem; +} + +td.list-group-name { + font-size: 0.8rem; +} + +td.list-group-level { + font-size: 0.8rem; + padding-left: 0.5rem; +} + +td.list-group-school { + font-size: 0.7rem; + padding-left: 0.5rem; + text-align: center; +} + +p.list-group-time { + font-size: 0.7rem; + padding-left: 0.5rem; +} + +td.list-group-link { + padding-left: 0.5rem; +} + +/***************************** + * CV TOC styles + *****************************/ + +a.anchor { + display: block; + position: relative; + top: -50px; + visibility: hidden; +} + +ul.timeline { + margin-top: 2rem; + margin-bottom: 2rem; +} + +ul.timeline li { + position: relative; + min-height: 2.2rem; + color: var(--global-text-color); + list-style-position: inside; +} + +span.badge-toc { + color: var(--global-bg-color); + background-color: var(--global-theme-color); + border-radius: 0.125rem; + padding: 0.125rem 0.5rem 0.125rem 0.5rem; + font-weight: 700 !important; + display: inline-block; + inline-size: fit-content; +} + +ul.timeline li::before { + content: ""; + min-height: 2.5rem; + width: 1px; + background: var(--global-text-color); + margin: 0; + padding: 0; + position: absolute; + left: 2px; + top: -0.5rem; +} + +/*ul.timeline::before { + content: "●"; + font-size: 1em; + display: inline-block; + margin: 0; + padding: 0; + position: relative; + left: -2px; + top: 0.4rem; + color: var(--global-text-color); +} + ul.timeline::after { + content: "●"; + font-size: 1em; + display: inline-block; + margin: 0; + padding: 0; + position: relative; + left: -2px; + top: -1rem; + color: var(--global-text-color); +} +*/ diff --git a/_sass/_distill.scss b/_sass/_distill.scss index d83fafd4263ab..acf5311bb9028 100644 --- a/_sass/_distill.scss +++ b/_sass/_distill.scss @@ -10,7 +10,8 @@ d-byline h3 { color: var(--global-text-color) !important; } -d-byline a, d-article d-byline a { +d-byline a, +d-article d-byline a { color: var(--global-text-color) !important; &:hover { color: var(--global-hover-color) !important; @@ -19,18 +20,59 @@ d-byline a, d-article d-byline a { d-article { border-top-color: var(--global-divider-color) !important; - a, p, h1, h2, h3, h4, h5, h6, li, table { + p, + h1, + h2, + h3, + h4, + h5, + h6, + li, + table { color: var(--global-text-color) !important; } - a, h1, h2, hr, table, table th, table td { + h1, + h2, + hr, + table, + table th, + table td { border-bottom-color: var(--global-divider-color) !important; } - a:hover { - border-bottom-color: var(--global-hover-color) !important; + a { + color: var(--global-theme-color) !important; + &:hover { + color: var(--global-theme-color) !important; + } } b i { display: inline; } + blockquote { + border-left: 2px solid var(--global-theme-color) !important; + } + + // Style taken from code blocks + details { + color: var(--global-text-color); + background-color: var(--global-code-bg-color); + margin-top: 0; + padding: 8px 12px; + position: relative; + border-radius: 6px; + display: block; + margin-bottom: 20px; + grid-column: text; + overflow: auto; + max-width: 100%; + summary { + color: var(--global-theme-color); + } + p { + margin-top: 0.5rem; + margin-bottom: 0.5rem; + } + } d-contents { align-self: start; @@ -43,7 +85,7 @@ d-article { border-right: 1px solid var(--global-divider-color); width: calc(max(70%, 300px)); margin-right: 0px; - margin-top: 0em; + margin-top: 0em; display: grid; grid-template-columns: minmax(8px, 1fr) [toc] auto @@ -96,10 +138,13 @@ d-article { d-appendix { border-top-color: var(--global-divider-color) !important; color: var(--global-distill-app-color) !important; - h3, li, span { + h3, + li, + span { color: var(--global-distill-app-color) !important; } - a, a.footnote-backlink { + a, + a.footnote-backlink { color: var(--global-distill-app-color) !important; &:hover { color: var(--global-hover-color) !important; diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 9c10cac70df16..e18f4bcbe7144 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -7,7 +7,12 @@ body { color: var(--global-text-color); background-color: var(--global-bg-color); - h1, h2, h3, h4, h5, h6 { + h1, + h2, + h3, + h4, + h5, + h6 { scroll-margin-top: 66px; } } @@ -35,14 +40,12 @@ body.sticky-bottom-footer { // TODO: redefine content layout. - /****************************************************************************** * Publications ******************************************************************************/ // TODO: redefine publications layout. - /***************************************************************************** * Projects *****************************************************************************/ diff --git a/_sass/_tabs.scss b/_sass/_tabs.scss new file mode 100644 index 0000000000000..107007ed813e2 --- /dev/null +++ b/_sass/_tabs.scss @@ -0,0 +1,48 @@ +.tab { + display: flex; + flex-wrap: wrap; + margin-left: -20px; + padding: 0; + list-style: none; + position: relative; +} + +.tab > * { + flex: none; + padding-left: 20px; + position: relative; +} + +.tab > * > a { + display: block; + text-align: center; + padding: 9px 20px; + color: var(--global-text-color-light); + border-bottom: 2px solid transparent; + border-bottom-color: transparent; + font-size: 12px; + text-transform: uppercase; + transition: color 0.1s ease-in-out; + line-height: 20px; +} + +.tab > .active > a { + color: var(--global-text-color); + border-color: var(--global-theme-color); +} + +.tab > li > a { + text-decoration: none; + cursor: pointer; +} + +.tab-content { + padding: 0; +} + +.tab-content > li { + display: none; +} +.tab-content > li.active { + display: block; +} diff --git a/_sass/_themes.scss b/_sass/_themes.scss index 118bca7a873a3..54518eccdba58 100644 --- a/_sass/_themes.scss +++ b/_sass/_themes.scss @@ -1,51 +1,157 @@ -/******************************************************************************* - * Themes - ******************************************************************************/ - -:root { - --global-bg-color: #{$white-color}; - --global-code-bg-color: #{$code-bg-color-light}; - --global-text-color: #{$black-color}; - --global-text-color-light: #{$grey-color}; - --global-theme-color: #{$purple-color}; - --global-hover-color: #{$purple-color}; - --global-footer-bg-color: #{$grey-color-dark}; - --global-footer-text-color: #{$grey-color-light}; - --global-footer-link-color: #{$white-color}; - --global-distill-app-color: #{$grey-color}; - --global-divider-color: rgba(0,0,0,.1); - --global-card-bg-color: #{$white-color}; - - .fa-sun { - display : none; - } - .fa-moon { - padding-left: 10px; - padding-top: 12px; - display : block; - } -} - -html[data-theme='dark'] { - --global-bg-color: #{$grey-color-dark}; - --global-code-bg-color: #{$code-bg-color-dark}; - --global-text-color: #{$grey-color-light}; - --global-text-color-light: #{$grey-color-light}; - --global-theme-color: #{$cyan-color}; - --global-hover-color: #{$cyan-color}; - --global-footer-bg-color: #{$grey-color-light}; - --global-footer-text-color: #{$grey-color-dark}; - --global-footer-link-color: #{$black-color}; - --global-distill-app-color: #{$grey-color-light}; - --global-divider-color: #424246; - --global-card-bg-color: #{$grey-900}; - - .fa-sun { - padding-left: 10px; - padding-top: 12px; - display : block; - } - .fa-moon { - display : none; - } -} +/******************************************************************************* + * Themes + ******************************************************************************/ + +@use "sass:color"; + +:root { + --global-bg-color: #{$white-color}; + --global-code-bg-color: #{$code-bg-color-light}; + --global-text-color: #{$black-color}; + --global-text-color-light: #{$grey-color}; + --global-theme-color: #{$purple-color}; + --global-hover-color: #{$purple-color}; + --global-hover-text-color: #{$white-color}; + --global-footer-bg-color: #{$grey-color-dark}; + --global-footer-text-color: #{$grey-color-light}; + --global-footer-link-color: #{$white-color}; + --global-distill-app-color: #{$grey-color}; + --global-divider-color: rgba(0, 0, 0, 0.1); + --global-card-bg-color: #{$white-color}; + --global-highlight-color: #{$red-color-dark}; + --global-back-to-top-bg-color: rgba( + #{color.channel($black-color, "red", $space: rgb)}, + #{color.channel($black-color, "green", $space: rgb)}, + #{color.channel($black-color, "blue", $space: rgb)}, + 0.4 + ); + --global-back-to-top-text-color: #{$white-color}; + --global-newsletter-bg-color: #{$white-color}; + --global-newsletter-text-color: #{$black-color}; + + --global-tip-block: #42b983; + --global-tip-block-bg: #e2f5ec; + --global-tip-block-text: #215d42; + --global-tip-block-title: #359469; + --global-warning-block: #e7c000; + --global-warning-block-bg: #fff8d8; + --global-warning-block-text: #6b5900; + --global-warning-block-title: #b29400; + --global-danger-block: #c00; + --global-danger-block-bg: #ffe0e0; + --global-danger-block-text: #600; + --global-danger-block-title: #c00; + + #light-toggle-system { + padding-left: 10px; + padding-top: 12px; + display: block; + } + + #light-toggle-dark { + display: none; + } + + #light-toggle-light { + display: none; + } + + .repo-img-light { + display: block; + } + .repo-img-dark { + display: none; + } + + #back-to-top { + color: var(--global-back-to-top-text-color); + background: var(--global-back-to-top-bg-color); + bottom: $back-to-top-bottom; + right: $back-to-top-right; + height: $back-to-top-height; + width: $back-to-top-width; + z-index: $back-to-top-z-index; + } +} + +html[data-theme="dark"] { + --global-bg-color: #{$grey-color-dark}; + --global-code-bg-color: #{$code-bg-color-dark}; + --global-text-color: #{$grey-color-light}; + --global-text-color-light: #{$grey-color}; + --global-theme-color: #{$cyan-color}; + --global-hover-color: #{$cyan-color}; + --global-hover-text-color: #{$white-color}; + --global-footer-bg-color: #{$grey-color-light}; + --global-footer-text-color: #{$grey-color-dark}; + --global-footer-link-color: #{$black-color}; + --global-distill-app-color: #{$grey-color-light}; + --global-divider-color: #424246; + --global-card-bg-color: #{$grey-900}; + --global-back-to-top-bg-color: rgba( + #{color.channel($white-color, "red", $space: rgb)}, + #{color.channel($white-color, "green", $space: rgb)}, + #{color.channel($white-color, "blue", $space: rgb)}, + 0.5 + ); + --global-back-to-top-text-color: #{$black-color}; + --global-newsletter-bg-color: #{$grey-color-light}; + --global-newsletter-text-color: #{$grey-color-dark}; + + --global-tip-block: #42b983; + --global-tip-block-bg: #e2f5ec; + --global-tip-block-text: #215d42; + --global-tip-block-title: #359469; + --global-warning-block: #e7c000; + --global-warning-block-bg: #fff8d8; + --global-warning-block-text: #6b5900; + --global-warning-block-title: #b29400; + --global-danger-block: #c00; + --global-danger-block-bg: #ffe0e0; + --global-danger-block-text: #600; + --global-danger-block-title: #c00; + + .repo-img-light { + display: none; + } + .repo-img-dark { + display: block; + } +} + +html[data-theme-setting="dark"] { + #light-toggle-system { + display: none; + } + + #light-toggle-dark { + padding-left: 10px; + padding-top: 12px; + display: block; + } + + #light-toggle-light { + display: none; + } + + #back-to-top { + color: var(--global-back-to-top-text-color); + background: var(--global-back-to-top-bg-color); + } +} + +html[data-theme-setting="light"] { + #light-toggle-system { + display: none; + } + + #light-toggle-dark { + display: none; + } + + #light-toggle-light { + padding-left: 10px; + padding-top: 12px; + display: block; + } +} diff --git a/_sass/_typograms.scss b/_sass/_typograms.scss new file mode 100644 index 0000000000000..1ea7f3e15c3bf --- /dev/null +++ b/_sass/_typograms.scss @@ -0,0 +1,132 @@ +.typogram { + .diagram { + display: block; + } + + .diagram line, + .diagram circle, + .diagram rect { + stroke: var(--global-text-color); + } + + .diagram line { + stroke-width: 2; + } + + .diagram circle { + r: 3.5; + } + + .diagram rect { + width: 6px; + height: 6px; + } + + .diagram text, + .glyph, + .debug text { + /** font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; **/ + font-family: + Iosevka Fixed, + monospace; + font-size: 3em; + text-anchor: middle; + alignment-baseline: central; + white-space: pre; + fill: var(--global-text-color); + } + + .reserved { + fill: transparent; + white-space: pre; + } + + .debug[debug="true"] .reserved { + fill: var(--global-text-color); + opacity: 0.5; + } + + .debug[debug="true"] line.grid { + stroke: var(--global-text-color); + stroke-width: 0.2; + stroke-linecap: butt; + fill: var(--global-text-color); + opacity: 1%; + } + + polygon { + stroke-width: 0; + } + + .debug[debug="true"] polygon.inner { + fill: var(--global-text-color); + stroke: var(--global-text-color); + opacity: 5%; + } + + polygon { + stroke: var(--global-text-color); + /** stroke-width: 0.2; **/ + stroke-linecap: butt; + fill: var(--global-text-color); + } + + .debug[debug="true"] polygon, + .debug[debug="true"] line.grid { + opacity: 10%; + } + + .debug[debug="true"] polygon, + .debug[debug="true"] path, + .debug[debug="true"] circle { + opacity: 50%; + } + + .debug[debug="true"] polygon { + fill: red; + stroke: red; + } + + /** + circle { + fill: var(--global-text-color); + } + **/ + + .debug[debug="true"] circle, + .debug[debug="true"] path { + opacity: 50%; + fill: red; + } + + .debug[debug="true"] circle { + stroke: red; + } + + .debug[debug="true"] .inner { + stroke-width: 0.2; + } + + line.part { + stroke-width: 6; + stroke-linecap: butt; + stroke: var(--global-text-color); + } + + .debug[debug="true"] line.part { + opacity: 50%; + stroke: red; + } + + .debug[debug="true"] line.center { + stroke-width: 3; + stroke-linecap: butt; + opacity: 10%; + stroke: var(--global-text-color); + } + + text::selection { + fill: HighlightText; + background-color: Highlight; + } +} diff --git a/_sass/_variables.scss b/_sass/_variables.scss index b050aa6e7f67b..538a92bda1314 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -3,36 +3,50 @@ * To adjust anything, simply edit the variables below and rebuild the theme. ******************************************************************************/ +@use "sass:color"; // Colors -$red-color: #FF3636 !default; -$red-color-dark: #B71C1C !default; -$orange-color: #F29105 !default; -$blue-color: #0076df !default; -$blue-color-dark: #00369f !default; -$cyan-color: #2698BA !default; -$light-cyan-color: lighten($cyan-color, 25%); -$green-color: #00ab37 !default; -$green-color-lime: #B7D12A !default; -$green-color-dark: #009f06 !default; -$green-color-light: #ddffdd !default; -$green-color-bright: #11D68B !default; -$purple-color: #B509AC !default; -$light-purple-color: lighten($purple-color, 25%); -$pink-color: #f92080 !default; -$pink-color-light: #ffdddd !default; -$yellow-color: #efcc00 !default; - -$grey-color: #828282 !default; -$grey-color-light: lighten($grey-color, 40%); -$grey-color-dark: #1C1C1D; -$grey-900: #212529; +$red-color: #ff3636 !default; +$red-color-dark: #b71c1c !default; +$orange-color: #f29105 !default; +$blue-color: #0076df !default; +$blue-color-dark: #00369f !default; +$cyan-color: #2698ba !default; +$light-cyan-color: color.adjust($cyan-color, $lightness: 25%); +$green-color: #00ab37 !default; +$green-color-lime: #b7d12a !default; +$green-color-dark: #009f06 !default; +$green-color-light: #ddffdd !default; +$green-color-bright: #11d68b !default; +$purple-color: #b509ac !default; +$light-purple-color: color.adjust($purple-color, $lightness: 25%); +$pink-color: #f92080 !default; +$pink-color-light: #ffdddd !default; +$yellow-color: #efcc00 !default; + +$grey-color: #828282 !default; +$grey-color-light: color.adjust($grey-color, $lightness: 40%); +$grey-color-dark: #1c1c1d; +$grey-900: #212529; $white-color: #ffffff !default; $black-color: #000000 !default; - // Theme colors -$code-bg-color-light: rgba($purple-color, 0.05); -$code-bg-color-dark: #2c3237 !default; +$code-bg-color-light: rgba($purple-color, 0.05); +$code-bg-color-dark: #2c3237 !default; + +// Font awesome location +$fa-font-path: "../webfonts"; + +// Tabler icons location +$ti-font-path: "../fonts"; + +// Back To Top button config +$back-to-top-z-index: 10; +$back-to-top-bottom: 30px; +$back-to-top-right: 30px; +$back-to-top-diameter: 40px; +$back-to-top-height: $back-to-top-diameter; +$back-to-top-width: $back-to-top-diameter; diff --git a/_sass/font-awesome/_animated.scss b/_sass/font-awesome/_animated.scss new file mode 100644 index 0000000000000..779125eca09b0 --- /dev/null +++ b/_sass/font-awesome/_animated.scss @@ -0,0 +1,152 @@ +// animating icons +// -------------------------- + +.#{$fa-css-prefix}-beat { + animation-name: #{$fa-css-prefix}-beat; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out); +} + +.#{$fa-css-prefix}-bounce { + animation-name: #{$fa-css-prefix}-bounce; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1)); +} + +.#{$fa-css-prefix}-fade { + animation-name: #{$fa-css-prefix}-fade; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1)); +} + +.#{$fa-css-prefix}-beat-fade { + animation-name: #{$fa-css-prefix}-beat-fade; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, cubic-bezier(.4,0,.6,1)); +} + +.#{$fa-css-prefix}-flip { + animation-name: #{$fa-css-prefix}-flip; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, ease-in-out); +} + +.#{$fa-css-prefix}-shake { + animation-name: #{$fa-css-prefix}-shake; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear); +} + +.#{$fa-css-prefix}-spin { + animation-name: #{$fa-css-prefix}-spin; + animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s); + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 2s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, linear); +} + +.#{$fa-css-prefix}-spin-reverse { + --#{$fa-css-prefix}-animation-direction: reverse; +} + +.#{$fa-css-prefix}-pulse, +.#{$fa-css-prefix}-spin-pulse { + animation-name: #{$fa-css-prefix}-spin; + animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal); + animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s); + animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite); + animation-timing-function: var(--#{$fa-css-prefix}-animation-timing, steps(8)); +} + +// if agent or operating system prefers reduced motion, disable animations +// see: https://www.smashingmagazine.com/2020/09/design-reduced-motion-sensitivities/ +// see: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion +@media (prefers-reduced-motion: reduce) { + .#{$fa-css-prefix}-beat, + .#{$fa-css-prefix}-bounce, + .#{$fa-css-prefix}-fade, + .#{$fa-css-prefix}-beat-fade, + .#{$fa-css-prefix}-flip, + .#{$fa-css-prefix}-pulse, + .#{$fa-css-prefix}-shake, + .#{$fa-css-prefix}-spin, + .#{$fa-css-prefix}-spin-pulse { + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; + } +} + +@keyframes #{$fa-css-prefix}-beat { + 0%, 90% { transform: scale(1); } + 45% { transform: scale(var(--#{$fa-css-prefix}-beat-scale, 1.25)); } +} + +@keyframes #{$fa-css-prefix}-bounce { + 0% { transform: scale(1,1) translateY(0); } + 10% { transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em)); } + 50% { transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em)); } + 64% { transform: scale(1,1) translateY(0); } + 100% { transform: scale(1,1) translateY(0); } +} + +@keyframes #{$fa-css-prefix}-fade { + 50% { opacity: var(--#{$fa-css-prefix}-fade-opacity, 0.4); } +} + +@keyframes #{$fa-css-prefix}-beat-fade { + 0%, 100% { + opacity: var(--#{$fa-css-prefix}-beat-fade-opacity, 0.4); + transform: scale(1); + } + 50% { + opacity: 1; + transform: scale(var(--#{$fa-css-prefix}-beat-fade-scale, 1.125)); + } +} + +@keyframes #{$fa-css-prefix}-flip { + 50% { + transform: rotate3d(var(--#{$fa-css-prefix}-flip-x, 0), var(--#{$fa-css-prefix}-flip-y, 1), var(--#{$fa-css-prefix}-flip-z, 0), var(--#{$fa-css-prefix}-flip-angle, -180deg)); + } +} + +@keyframes #{$fa-css-prefix}-shake { + 0% { transform: rotate(-15deg); } + 4% { transform: rotate(15deg); } + 8%, 24% { transform: rotate(-18deg); } + 12%, 28% { transform: rotate(18deg); } + 16% { transform: rotate(-22deg); } + 20% { transform: rotate(22deg); } + 32% { transform: rotate(-12deg); } + 36% { transform: rotate(12deg); } + 40%, 100% { transform: rotate(0deg); } +} + +@keyframes #{$fa-css-prefix}-spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} diff --git a/_sass/font-awesome/_bordered-pulled.scss b/_sass/font-awesome/_bordered-pulled.scss new file mode 100644 index 0000000000000..06bf72d8dd5bc --- /dev/null +++ b/_sass/font-awesome/_bordered-pulled.scss @@ -0,0 +1,20 @@ +// bordered + pulled icons +// ------------------------- + +.#{$fa-css-prefix}-border { + border-color: var(--#{$fa-css-prefix}-border-color, #{$fa-border-color}); + border-radius: var(--#{$fa-css-prefix}-border-radius, #{$fa-border-radius}); + border-style: var(--#{$fa-css-prefix}-border-style, #{$fa-border-style}); + border-width: var(--#{$fa-css-prefix}-border-width, #{$fa-border-width}); + padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding}); +} + +.#{$fa-css-prefix}-pull-left { + float: left; + margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); +} + +.#{$fa-css-prefix}-pull-right { + float: right; + margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin}); +} diff --git a/_sass/font-awesome/_core.scss b/_sass/font-awesome/_core.scss new file mode 100644 index 0000000000000..d82bb39945eff --- /dev/null +++ b/_sass/font-awesome/_core.scss @@ -0,0 +1,43 @@ +// base icon class definition +// ------------------------- + +.#{$fa-css-prefix} { + font-family: var(--#{$fa-css-prefix}-style-family, '#{$fa-style-family}'); + 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} { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--#{$fa-css-prefix}-display, #{$fa-display}); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; +} + +.fas, +.#{$fa-css-prefix}-classic, +.#{$fa-css-prefix}-solid, +.far, +.#{$fa-css-prefix}-regular { + font-family: 'Font Awesome 6 Free'; +} + +.fab, +.#{$fa-css-prefix}-brands { + font-family: 'Font Awesome 6 Brands'; +} + + +%fa-icon { + @include fa-icon; +} diff --git a/_sass/font-awesome/_fixed-width.scss b/_sass/font-awesome/_fixed-width.scss new file mode 100644 index 0000000000000..72342368af234 --- /dev/null +++ b/_sass/font-awesome/_fixed-width.scss @@ -0,0 +1,7 @@ +// fixed-width icons +// ------------------------- + +.#{$fa-css-prefix}-fw { + text-align: center; + width: $fa-fw-width; +} diff --git a/_sass/font-awesome/_functions.scss b/_sass/font-awesome/_functions.scss new file mode 100644 index 0000000000000..a17ffe87cc482 --- /dev/null +++ b/_sass/font-awesome/_functions.scss @@ -0,0 +1,57 @@ +// functions +// -------------------------- + +// fa-content: convenience function used to set content property +@function fa-content($fa-var) { + @return unquote("\"#{ $fa-var }\""); +} + +// fa-divide: Originally obtained from the Bootstrap https://github.com/twbs/bootstrap +// +// Licensed under: The MIT License (MIT) +// +// Copyright (c) 2011-2021 Twitter, Inc. +// Copyright (c) 2011-2021 The Bootstrap Authors +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + +@function fa-divide($dividend, $divisor, $precision: 10) { + $sign: if($dividend > 0 and $divisor > 0, 1, -1); + $dividend: abs($dividend); + $divisor: abs($divisor); + $quotient: 0; + $remainder: $dividend; + @if $dividend == 0 { + @return 0; + } + @if $divisor == 0 { + @error "Cannot divide by 0"; + } + @if $divisor == 1 { + @return $dividend; + } + @while $remainder >= $divisor { + $quotient: $quotient + 1; + $remainder: $remainder - $divisor; + } + @if $remainder > 0 and $precision > 0 { + $remainder: fa-divide($remainder * 10, $divisor, $precision - 1) * .1; + } + @return ($quotient + $remainder) * $sign; +} diff --git a/_sass/font-awesome/_icons.scss b/_sass/font-awesome/_icons.scss new file mode 100644 index 0000000000000..0f5592650f5ca --- /dev/null +++ b/_sass/font-awesome/_icons.scss @@ -0,0 +1,10 @@ +// specific icon class definition +// ------------------------- + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ + +@each $name, $icon in $fa-icons { + .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); } +} + diff --git a/_sass/font-awesome/_list.scss b/_sass/font-awesome/_list.scss new file mode 100644 index 0000000000000..120506a7423d6 --- /dev/null +++ b/_sass/font-awesome/_list.scss @@ -0,0 +1,18 @@ +// icons in a list +// ------------------------- + +.#{$fa-css-prefix}-ul { + list-style-type: none; + margin-left: var(--#{$fa-css-prefix}-li-margin, #{$fa-li-margin}); + padding-left: 0; + + > li { position: relative; } +} + +.#{$fa-css-prefix}-li { + left: calc(-1 * var(--#{$fa-css-prefix}-li-width, #{$fa-li-width})); + position: absolute; + text-align: center; + width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}); + line-height: inherit; +} diff --git a/_sass/font-awesome/_mixins.scss b/_sass/font-awesome/_mixins.scss new file mode 100644 index 0000000000000..80ab5c81b2284 --- /dev/null +++ b/_sass/font-awesome/_mixins.scss @@ -0,0 +1,72 @@ +// mixins +// -------------------------- + +// base rendering for an icon +@mixin fa-icon { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + display: inline-block; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; +} + +// sets relative font-sizing and alignment (in _sizing) +@mixin fa-size ($font-size) { + font-size: fa-divide($font-size, $fa-size-scale-base) * 1em; // converts step in sizing scale into an em-based value that's relative to the scale's base + line-height: fa-divide(1, $font-size) * 1em; // sets the line-height of the icon back to that of it's parent + vertical-align: (fa-divide(6, $font-size) - fa-divide(3, 8)) * 1em; // vertically centers the icon taking into account the surrounding text's descender +} + +// only display content to screen readers +// see: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ +// see: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ +@mixin fa-sr-only() { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; +} + +// use in conjunction with .sr-only to only display content when it's focused +@mixin fa-sr-only-focusable() { + &:not(:focus) { + @include fa-sr-only(); + } +} + +// sets a specific icon family to use alongside style + icon mixins + +// 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. +@mixin fa-icon-solid($fa-var) { + @extend %fa-icon; + @extend .fa-solid; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} +@mixin fa-icon-regular($fa-var) { + @extend %fa-icon; + @extend .fa-regular; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} +@mixin fa-icon-brands($fa-var) { + @extend %fa-icon; + @extend .fa-brands; + + &::before { + content: unquote("\"#{ $fa-var }\""); + } +} diff --git a/_sass/font-awesome/_rotated-flipped.scss b/_sass/font-awesome/_rotated-flipped.scss new file mode 100644 index 0000000000000..0bd4b7cb07d80 --- /dev/null +++ b/_sass/font-awesome/_rotated-flipped.scss @@ -0,0 +1,31 @@ +// rotating + flipping icons +// ------------------------- + +.#{$fa-css-prefix}-rotate-90 { + transform: rotate(90deg); +} + +.#{$fa-css-prefix}-rotate-180 { + transform: rotate(180deg); +} + +.#{$fa-css-prefix}-rotate-270 { + transform: rotate(270deg); +} + +.#{$fa-css-prefix}-flip-horizontal { + transform: scale(-1, 1); +} + +.#{$fa-css-prefix}-flip-vertical { + transform: scale(1, -1); +} + +.#{$fa-css-prefix}-flip-both, +.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { + transform: scale(-1, -1); +} + +.#{$fa-css-prefix}-rotate-by { + transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0)); +} diff --git a/_sass/font-awesome/_screen-reader.scss b/_sass/font-awesome/_screen-reader.scss new file mode 100644 index 0000000000000..2beb887b491b8 --- /dev/null +++ b/_sass/font-awesome/_screen-reader.scss @@ -0,0 +1,14 @@ +// screen-reader utilities +// ------------------------- + +// only display content to screen readers +.sr-only, +.#{$fa-css-prefix}-sr-only { + @include fa-sr-only; +} + +// use in conjunction with .sr-only to only display content when it's focused +.sr-only-focusable, +.#{$fa-css-prefix}-sr-only-focusable { + @include fa-sr-only-focusable; +} diff --git a/_sass/font-awesome/_shims.scss b/_sass/font-awesome/_shims.scss new file mode 100644 index 0000000000000..7a894a63a5309 --- /dev/null +++ b/_sass/font-awesome/_shims.scss @@ -0,0 +1,1578 @@ +.#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before { content: 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}-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}-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}-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}-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}-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-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}-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}-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}-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}-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}-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}-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}-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}-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}-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}-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}-eye { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-eye-slash { + 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}-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}-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}-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-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}-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}-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}-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}-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}-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}-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}-twitter { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-facebook { + 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-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}-github { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card { + 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}-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}-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-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-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-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}-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}-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}-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}-pinterest { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square { + 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}-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 { + 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}-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}-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}-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}-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}-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}-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}-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}-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}-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}-github-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o { + 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-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}-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}-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}-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}-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}-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}-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-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-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}-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}-maxcdn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-html5 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-css3 { + 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}-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}-compass { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down { + 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}-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}-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}-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}-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}-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}-btc { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin { + 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}-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 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square { + 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}-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}-dropbox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-stack-overflow { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-instagram { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-flickr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-adn { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square { + 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}-tumblr { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square { + 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}-apple { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-windows { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-android { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-linux { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-dribbble { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-skype { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-foursquare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-trello { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-gratipay { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-gittip { + 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}-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}-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}-vk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-renren { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pagelines { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-stack-exchange { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right { + 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-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}-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}-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}-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}-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}-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}-slack { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wordpress { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-openid { + 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}-yahoo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square { + 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}-stumbleupon-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-delicious { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-digg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-pp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-alt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-drupal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-joomla { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square { + 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}-steam { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square { + 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}-spotify { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-deviantart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-soundcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o { + 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-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-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-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-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-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-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-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-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-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-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-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-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-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}-vine { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-codepen { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-jsfiddle { + 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}-rebel { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ra { + 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}-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}-empire { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ge { + 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}-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 { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-hacker-news { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square { + 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}-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}-tencent-weibo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-qq { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-weixin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wechat { + 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}-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}-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}-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}-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}-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}-slideshare { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-twitch { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yelp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o { + 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}-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-wallet { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-visa { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-mastercard { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-discover { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-amex { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-paypal { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-stripe { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o { + 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}-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}-lastfm { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square { + 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}-ioxhost { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-angellist { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc { + 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}-buysellads { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-connectdevelop { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-dashcube { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-forumbee { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-leanpub { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-sellsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-shirtsinbulk { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-simplybuilt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-skyatlas { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-diamond { + 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}-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}-pinterest-p { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-whatsapp { + 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}-viacoin { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-medium { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yc { + 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}-optin-monster { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-opencart { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl { + 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}-object-group { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-object-ungroup { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o { + 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}-cc-jcb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-cc-diners-club { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-clone { + 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}-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-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-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-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-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-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-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-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-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}-registered { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-creative-commons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-gg { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-gg-circle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square { + 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}-get-pocket { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wikipedia-w { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-safari { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-chrome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-firefox { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-opera { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-internet-explorer { + 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}-contao { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-500px { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-amazon { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o { + 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-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-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-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}-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}-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}-houzz { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo { + 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}-black-tie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-fonticons { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-alien { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-edge { + 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}-codiepie { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-modx { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-fort-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-usb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-product-hunt { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-mixcloud { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-scribd { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o { + 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}-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}-bluetooth { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth-b { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-gitlab { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpbeginner { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpforms { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-envira { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt { + 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}-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}-glide { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-glide-g { + 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}-viadeo { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square { + 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}-snapchat { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost { + 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-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}-pied-piper { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-first-order { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-yoast { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-themeisle { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official { + 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-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}-font-awesome { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-fa { + 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}-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}-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}-linode { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o { + 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-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}-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}-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-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}-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}-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}-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}-quora { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-free-code-camp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-telegram { + 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}-window-maximize { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-window-restore { + 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}-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}-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}-bandcamp { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-grav { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-etsy { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-imdb { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-ravelry { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-eercast { + 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}-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}-superpowers { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-wpexplorer { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} +.#{$fa-css-prefix}.#{$fa-css-prefix}-meetup { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; +} diff --git a/_sass/font-awesome/_sizing.scss b/_sass/font-awesome/_sizing.scss new file mode 100644 index 0000000000000..e171e7df4c75c --- /dev/null +++ b/_sass/font-awesome/_sizing.scss @@ -0,0 +1,16 @@ +// sizing icons +// ------------------------- + +// literal magnification scale +@for $i from 1 through 10 { + .#{$fa-css-prefix}-#{$i}x { + font-size: $i * 1em; + } +} + +// step-based scale (with alignment) +@each $size, $value in $fa-sizes { + .#{$fa-css-prefix}-#{$size} { + @include fa-size($value); + } +} diff --git a/_sass/font-awesome/_stacked.scss b/_sass/font-awesome/_stacked.scss new file mode 100644 index 0000000000000..d9a9d4e98f0a5 --- /dev/null +++ b/_sass/font-awesome/_stacked.scss @@ -0,0 +1,32 @@ +// stacking icons +// ------------------------- + +.#{$fa-css-prefix}-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: $fa-stack-vertical-align; + width: $fa-stack-width; +} + +.#{$fa-css-prefix}-stack-1x, +.#{$fa-css-prefix}-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--#{$fa-css-prefix}-stack-z-index, #{$fa-stack-z-index}); +} + +.#{$fa-css-prefix}-stack-1x { + line-height: inherit; +} + +.#{$fa-css-prefix}-stack-2x { + font-size: 2em; +} + +.#{$fa-css-prefix}-inverse { + color: var(--#{$fa-css-prefix}-inverse, #{$fa-inverse}); +} diff --git a/_sass/font-awesome/_variables.scss b/_sass/font-awesome/_variables.scss new file mode 100644 index 0000000000000..e125d31e347db --- /dev/null +++ b/_sass/font-awesome/_variables.scss @@ -0,0 +1,5021 @@ +// variables +// -------------------------- + +$fa-css-prefix : fa !default; +$fa-style : 900 !default; +$fa-style-family : "Font Awesome 6 Free" !default; + +$fa-display : inline-block !default; + +$fa-fw-width : fa-divide(20em, 16) !default; +$fa-inverse : #fff !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 +) !default; + +$fa-li-width : 2em !default; +$fa-li-margin : $fa-li-width * fa-divide(5, 4) !default; + +$fa-pull-margin : .3em !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-font-display : block !default; +$fa-font-path : "../webfonts" !default; + +$fa-var-0: \30; +$fa-var-1: \31; +$fa-var-2: \32; +$fa-var-3: \33; +$fa-var-4: \34; +$fa-var-5: \35; +$fa-var-6: \36; +$fa-var-7: \37; +$fa-var-8: \38; +$fa-var-9: \39; +$fa-var-fill-drip: \f576; +$fa-var-arrows-to-circle: \e4bd; +$fa-var-circle-chevron-right: \f138; +$fa-var-chevron-circle-right: \f138; +$fa-var-at: \40; +$fa-var-trash-can: \f2ed; +$fa-var-trash-alt: \f2ed; +$fa-var-text-height: \f034; +$fa-var-user-xmark: \f235; +$fa-var-user-times: \f235; +$fa-var-stethoscope: \f0f1; +$fa-var-message: \f27a; +$fa-var-comment-alt: \f27a; +$fa-var-info: \f129; +$fa-var-down-left-and-up-right-to-center: \f422; +$fa-var-compress-alt: \f422; +$fa-var-explosion: \e4e9; +$fa-var-file-lines: \f15c; +$fa-var-file-alt: \f15c; +$fa-var-file-text: \f15c; +$fa-var-wave-square: \f83e; +$fa-var-ring: \f70b; +$fa-var-building-un: \e4d9; +$fa-var-dice-three: \f527; +$fa-var-calendar-days: \f073; +$fa-var-calendar-alt: \f073; +$fa-var-anchor-circle-check: \e4aa; +$fa-var-building-circle-arrow-right: \e4d1; +$fa-var-volleyball: \f45f; +$fa-var-volleyball-ball: \f45f; +$fa-var-arrows-up-to-line: \e4c2; +$fa-var-sort-down: \f0dd; +$fa-var-sort-desc: \f0dd; +$fa-var-circle-minus: \f056; +$fa-var-minus-circle: \f056; +$fa-var-door-open: \f52b; +$fa-var-right-from-bracket: \f2f5; +$fa-var-sign-out-alt: \f2f5; +$fa-var-atom: \f5d2; +$fa-var-soap: \e06e; +$fa-var-icons: \f86d; +$fa-var-heart-music-camera-bolt: \f86d; +$fa-var-microphone-lines-slash: \f539; +$fa-var-microphone-alt-slash: \f539; +$fa-var-bridge-circle-check: \e4c9; +$fa-var-pump-medical: \e06a; +$fa-var-fingerprint: \f577; +$fa-var-hand-point-right: \f0a4; +$fa-var-magnifying-glass-location: \f689; +$fa-var-search-location: \f689; +$fa-var-forward-step: \f051; +$fa-var-step-forward: \f051; +$fa-var-face-smile-beam: \f5b8; +$fa-var-smile-beam: \f5b8; +$fa-var-flag-checkered: \f11e; +$fa-var-football: \f44e; +$fa-var-football-ball: \f44e; +$fa-var-school-circle-exclamation: \e56c; +$fa-var-crop: \f125; +$fa-var-angles-down: \f103; +$fa-var-angle-double-down: \f103; +$fa-var-users-rectangle: \e594; +$fa-var-people-roof: \e537; +$fa-var-people-line: \e534; +$fa-var-beer-mug-empty: \f0fc; +$fa-var-beer: \f0fc; +$fa-var-diagram-predecessor: \e477; +$fa-var-arrow-up-long: \f176; +$fa-var-long-arrow-up: \f176; +$fa-var-fire-flame-simple: \f46a; +$fa-var-burn: \f46a; +$fa-var-person: \f183; +$fa-var-male: \f183; +$fa-var-laptop: \f109; +$fa-var-file-csv: \f6dd; +$fa-var-menorah: \f676; +$fa-var-truck-plane: \e58f; +$fa-var-record-vinyl: \f8d9; +$fa-var-face-grin-stars: \f587; +$fa-var-grin-stars: \f587; +$fa-var-bong: \f55c; +$fa-var-spaghetti-monster-flying: \f67b; +$fa-var-pastafarianism: \f67b; +$fa-var-arrow-down-up-across-line: \e4af; +$fa-var-spoon: \f2e5; +$fa-var-utensil-spoon: \f2e5; +$fa-var-jar-wheat: \e517; +$fa-var-envelopes-bulk: \f674; +$fa-var-mail-bulk: \f674; +$fa-var-file-circle-exclamation: \e4eb; +$fa-var-circle-h: \f47e; +$fa-var-hospital-symbol: \f47e; +$fa-var-pager: \f815; +$fa-var-address-book: \f2b9; +$fa-var-contact-book: \f2b9; +$fa-var-strikethrough: \f0cc; +$fa-var-k: \4b; +$fa-var-landmark-flag: \e51c; +$fa-var-pencil: \f303; +$fa-var-pencil-alt: \f303; +$fa-var-backward: \f04a; +$fa-var-caret-right: \f0da; +$fa-var-comments: \f086; +$fa-var-paste: \f0ea; +$fa-var-file-clipboard: \f0ea; +$fa-var-code-pull-request: \e13c; +$fa-var-clipboard-list: \f46d; +$fa-var-truck-ramp-box: \f4de; +$fa-var-truck-loading: \f4de; +$fa-var-user-check: \f4fc; +$fa-var-vial-virus: \e597; +$fa-var-sheet-plastic: \e571; +$fa-var-blog: \f781; +$fa-var-user-ninja: \f504; +$fa-var-person-arrow-up-from-line: \e539; +$fa-var-scroll-torah: \f6a0; +$fa-var-torah: \f6a0; +$fa-var-broom-ball: \f458; +$fa-var-quidditch: \f458; +$fa-var-quidditch-broom-ball: \f458; +$fa-var-toggle-off: \f204; +$fa-var-box-archive: \f187; +$fa-var-archive: \f187; +$fa-var-person-drowning: \e545; +$fa-var-arrow-down-9-1: \f886; +$fa-var-sort-numeric-desc: \f886; +$fa-var-sort-numeric-down-alt: \f886; +$fa-var-face-grin-tongue-squint: \f58a; +$fa-var-grin-tongue-squint: \f58a; +$fa-var-spray-can: \f5bd; +$fa-var-truck-monster: \f63b; +$fa-var-w: \57; +$fa-var-earth-africa: \f57c; +$fa-var-globe-africa: \f57c; +$fa-var-rainbow: \f75b; +$fa-var-circle-notch: \f1ce; +$fa-var-tablet-screen-button: \f3fa; +$fa-var-tablet-alt: \f3fa; +$fa-var-paw: \f1b0; +$fa-var-cloud: \f0c2; +$fa-var-trowel-bricks: \e58a; +$fa-var-face-flushed: \f579; +$fa-var-flushed: \f579; +$fa-var-hospital-user: \f80d; +$fa-var-tent-arrow-left-right: \e57f; +$fa-var-gavel: \f0e3; +$fa-var-legal: \f0e3; +$fa-var-binoculars: \f1e5; +$fa-var-microphone-slash: \f131; +$fa-var-box-tissue: \e05b; +$fa-var-motorcycle: \f21c; +$fa-var-bell-concierge: \f562; +$fa-var-concierge-bell: \f562; +$fa-var-pen-ruler: \f5ae; +$fa-var-pencil-ruler: \f5ae; +$fa-var-people-arrows: \e068; +$fa-var-people-arrows-left-right: \e068; +$fa-var-mars-and-venus-burst: \e523; +$fa-var-square-caret-right: \f152; +$fa-var-caret-square-right: \f152; +$fa-var-scissors: \f0c4; +$fa-var-cut: \f0c4; +$fa-var-sun-plant-wilt: \e57a; +$fa-var-toilets-portable: \e584; +$fa-var-hockey-puck: \f453; +$fa-var-table: \f0ce; +$fa-var-magnifying-glass-arrow-right: \e521; +$fa-var-tachograph-digital: \f566; +$fa-var-digital-tachograph: \f566; +$fa-var-users-slash: \e073; +$fa-var-clover: \e139; +$fa-var-reply: \f3e5; +$fa-var-mail-reply: \f3e5; +$fa-var-star-and-crescent: \f699; +$fa-var-house-fire: \e50c; +$fa-var-square-minus: \f146; +$fa-var-minus-square: \f146; +$fa-var-helicopter: \f533; +$fa-var-compass: \f14e; +$fa-var-square-caret-down: \f150; +$fa-var-caret-square-down: \f150; +$fa-var-file-circle-question: \e4ef; +$fa-var-laptop-code: \f5fc; +$fa-var-swatchbook: \f5c3; +$fa-var-prescription-bottle: \f485; +$fa-var-bars: \f0c9; +$fa-var-navicon: \f0c9; +$fa-var-people-group: \e533; +$fa-var-hourglass-end: \f253; +$fa-var-hourglass-3: \f253; +$fa-var-heart-crack: \f7a9; +$fa-var-heart-broken: \f7a9; +$fa-var-square-up-right: \f360; +$fa-var-external-link-square-alt: \f360; +$fa-var-face-kiss-beam: \f597; +$fa-var-kiss-beam: \f597; +$fa-var-film: \f008; +$fa-var-ruler-horizontal: \f547; +$fa-var-people-robbery: \e536; +$fa-var-lightbulb: \f0eb; +$fa-var-caret-left: \f0d9; +$fa-var-circle-exclamation: \f06a; +$fa-var-exclamation-circle: \f06a; +$fa-var-school-circle-xmark: \e56d; +$fa-var-arrow-right-from-bracket: \f08b; +$fa-var-sign-out: \f08b; +$fa-var-circle-chevron-down: \f13a; +$fa-var-chevron-circle-down: \f13a; +$fa-var-unlock-keyhole: \f13e; +$fa-var-unlock-alt: \f13e; +$fa-var-cloud-showers-heavy: \f740; +$fa-var-headphones-simple: \f58f; +$fa-var-headphones-alt: \f58f; +$fa-var-sitemap: \f0e8; +$fa-var-circle-dollar-to-slot: \f4b9; +$fa-var-donate: \f4b9; +$fa-var-memory: \f538; +$fa-var-road-spikes: \e568; +$fa-var-fire-burner: \e4f1; +$fa-var-flag: \f024; +$fa-var-hanukiah: \f6e6; +$fa-var-feather: \f52d; +$fa-var-volume-low: \f027; +$fa-var-volume-down: \f027; +$fa-var-comment-slash: \f4b3; +$fa-var-cloud-sun-rain: \f743; +$fa-var-compress: \f066; +$fa-var-wheat-awn: \e2cd; +$fa-var-wheat-alt: \e2cd; +$fa-var-ankh: \f644; +$fa-var-hands-holding-child: \e4fa; +$fa-var-asterisk: \2a; +$fa-var-square-check: \f14a; +$fa-var-check-square: \f14a; +$fa-var-peseta-sign: \e221; +$fa-var-heading: \f1dc; +$fa-var-header: \f1dc; +$fa-var-ghost: \f6e2; +$fa-var-list: \f03a; +$fa-var-list-squares: \f03a; +$fa-var-square-phone-flip: \f87b; +$fa-var-phone-square-alt: \f87b; +$fa-var-cart-plus: \f217; +$fa-var-gamepad: \f11b; +$fa-var-circle-dot: \f192; +$fa-var-dot-circle: \f192; +$fa-var-face-dizzy: \f567; +$fa-var-dizzy: \f567; +$fa-var-egg: \f7fb; +$fa-var-house-medical-circle-xmark: \e513; +$fa-var-campground: \f6bb; +$fa-var-folder-plus: \f65e; +$fa-var-futbol: \f1e3; +$fa-var-futbol-ball: \f1e3; +$fa-var-soccer-ball: \f1e3; +$fa-var-paintbrush: \f1fc; +$fa-var-paint-brush: \f1fc; +$fa-var-lock: \f023; +$fa-var-gas-pump: \f52f; +$fa-var-hot-tub-person: \f593; +$fa-var-hot-tub: \f593; +$fa-var-map-location: \f59f; +$fa-var-map-marked: \f59f; +$fa-var-house-flood-water: \e50e; +$fa-var-tree: \f1bb; +$fa-var-bridge-lock: \e4cc; +$fa-var-sack-dollar: \f81d; +$fa-var-pen-to-square: \f044; +$fa-var-edit: \f044; +$fa-var-car-side: \f5e4; +$fa-var-share-nodes: \f1e0; +$fa-var-share-alt: \f1e0; +$fa-var-heart-circle-minus: \e4ff; +$fa-var-hourglass-half: \f252; +$fa-var-hourglass-2: \f252; +$fa-var-microscope: \f610; +$fa-var-sink: \e06d; +$fa-var-bag-shopping: \f290; +$fa-var-shopping-bag: \f290; +$fa-var-arrow-down-z-a: \f881; +$fa-var-sort-alpha-desc: \f881; +$fa-var-sort-alpha-down-alt: \f881; +$fa-var-mitten: \f7b5; +$fa-var-person-rays: \e54d; +$fa-var-users: \f0c0; +$fa-var-eye-slash: \f070; +$fa-var-flask-vial: \e4f3; +$fa-var-hand: \f256; +$fa-var-hand-paper: \f256; +$fa-var-om: \f679; +$fa-var-worm: \e599; +$fa-var-house-circle-xmark: \e50b; +$fa-var-plug: \f1e6; +$fa-var-chevron-up: \f077; +$fa-var-hand-spock: \f259; +$fa-var-stopwatch: \f2f2; +$fa-var-face-kiss: \f596; +$fa-var-kiss: \f596; +$fa-var-bridge-circle-xmark: \e4cb; +$fa-var-face-grin-tongue: \f589; +$fa-var-grin-tongue: \f589; +$fa-var-chess-bishop: \f43a; +$fa-var-face-grin-wink: \f58c; +$fa-var-grin-wink: \f58c; +$fa-var-ear-deaf: \f2a4; +$fa-var-deaf: \f2a4; +$fa-var-deafness: \f2a4; +$fa-var-hard-of-hearing: \f2a4; +$fa-var-road-circle-check: \e564; +$fa-var-dice-five: \f523; +$fa-var-square-rss: \f143; +$fa-var-rss-square: \f143; +$fa-var-land-mine-on: \e51b; +$fa-var-i-cursor: \f246; +$fa-var-stamp: \f5bf; +$fa-var-stairs: \e289; +$fa-var-i: \49; +$fa-var-hryvnia-sign: \f6f2; +$fa-var-hryvnia: \f6f2; +$fa-var-pills: \f484; +$fa-var-face-grin-wide: \f581; +$fa-var-grin-alt: \f581; +$fa-var-tooth: \f5c9; +$fa-var-v: \56; +$fa-var-bangladeshi-taka-sign: \e2e6; +$fa-var-bicycle: \f206; +$fa-var-staff-snake: \e579; +$fa-var-rod-asclepius: \e579; +$fa-var-rod-snake: \e579; +$fa-var-staff-aesculapius: \e579; +$fa-var-head-side-cough-slash: \e062; +$fa-var-truck-medical: \f0f9; +$fa-var-ambulance: \f0f9; +$fa-var-wheat-awn-circle-exclamation: \e598; +$fa-var-snowman: \f7d0; +$fa-var-mortar-pestle: \f5a7; +$fa-var-road-barrier: \e562; +$fa-var-school: \f549; +$fa-var-igloo: \f7ae; +$fa-var-joint: \f595; +$fa-var-angle-right: \f105; +$fa-var-horse: \f6f0; +$fa-var-q: \51; +$fa-var-g: \47; +$fa-var-notes-medical: \f481; +$fa-var-temperature-half: \f2c9; +$fa-var-temperature-2: \f2c9; +$fa-var-thermometer-2: \f2c9; +$fa-var-thermometer-half: \f2c9; +$fa-var-dong-sign: \e169; +$fa-var-capsules: \f46b; +$fa-var-poo-storm: \f75a; +$fa-var-poo-bolt: \f75a; +$fa-var-face-frown-open: \f57a; +$fa-var-frown-open: \f57a; +$fa-var-hand-point-up: \f0a6; +$fa-var-money-bill: \f0d6; +$fa-var-bookmark: \f02e; +$fa-var-align-justify: \f039; +$fa-var-umbrella-beach: \f5ca; +$fa-var-helmet-un: \e503; +$fa-var-bullseye: \f140; +$fa-var-bacon: \f7e5; +$fa-var-hand-point-down: \f0a7; +$fa-var-arrow-up-from-bracket: \e09a; +$fa-var-folder: \f07b; +$fa-var-folder-blank: \f07b; +$fa-var-file-waveform: \f478; +$fa-var-file-medical-alt: \f478; +$fa-var-radiation: \f7b9; +$fa-var-chart-simple: \e473; +$fa-var-mars-stroke: \f229; +$fa-var-vial: \f492; +$fa-var-gauge: \f624; +$fa-var-dashboard: \f624; +$fa-var-gauge-med: \f624; +$fa-var-tachometer-alt-average: \f624; +$fa-var-wand-magic-sparkles: \e2ca; +$fa-var-magic-wand-sparkles: \e2ca; +$fa-var-e: \45; +$fa-var-pen-clip: \f305; +$fa-var-pen-alt: \f305; +$fa-var-bridge-circle-exclamation: \e4ca; +$fa-var-user: \f007; +$fa-var-school-circle-check: \e56b; +$fa-var-dumpster: \f793; +$fa-var-van-shuttle: \f5b6; +$fa-var-shuttle-van: \f5b6; +$fa-var-building-user: \e4da; +$fa-var-square-caret-left: \f191; +$fa-var-caret-square-left: \f191; +$fa-var-highlighter: \f591; +$fa-var-key: \f084; +$fa-var-bullhorn: \f0a1; +$fa-var-globe: \f0ac; +$fa-var-synagogue: \f69b; +$fa-var-person-half-dress: \e548; +$fa-var-road-bridge: \e563; +$fa-var-location-arrow: \f124; +$fa-var-c: \43; +$fa-var-tablet-button: \f10a; +$fa-var-building-lock: \e4d6; +$fa-var-pizza-slice: \f818; +$fa-var-money-bill-wave: \f53a; +$fa-var-chart-area: \f1fe; +$fa-var-area-chart: \f1fe; +$fa-var-house-flag: \e50d; +$fa-var-person-circle-minus: \e540; +$fa-var-ban: \f05e; +$fa-var-cancel: \f05e; +$fa-var-camera-rotate: \e0d8; +$fa-var-spray-can-sparkles: \f5d0; +$fa-var-air-freshener: \f5d0; +$fa-var-star: \f005; +$fa-var-repeat: \f363; +$fa-var-cross: \f654; +$fa-var-box: \f466; +$fa-var-venus-mars: \f228; +$fa-var-arrow-pointer: \f245; +$fa-var-mouse-pointer: \f245; +$fa-var-maximize: \f31e; +$fa-var-expand-arrows-alt: \f31e; +$fa-var-charging-station: \f5e7; +$fa-var-shapes: \f61f; +$fa-var-triangle-circle-square: \f61f; +$fa-var-shuffle: \f074; +$fa-var-random: \f074; +$fa-var-person-running: \f70c; +$fa-var-running: \f70c; +$fa-var-mobile-retro: \e527; +$fa-var-grip-lines-vertical: \f7a5; +$fa-var-spider: \f717; +$fa-var-hands-bound: \e4f9; +$fa-var-file-invoice-dollar: \f571; +$fa-var-plane-circle-exclamation: \e556; +$fa-var-x-ray: \f497; +$fa-var-spell-check: \f891; +$fa-var-slash: \f715; +$fa-var-computer-mouse: \f8cc; +$fa-var-mouse: \f8cc; +$fa-var-arrow-right-to-bracket: \f090; +$fa-var-sign-in: \f090; +$fa-var-shop-slash: \e070; +$fa-var-store-alt-slash: \e070; +$fa-var-server: \f233; +$fa-var-virus-covid-slash: \e4a9; +$fa-var-shop-lock: \e4a5; +$fa-var-hourglass-start: \f251; +$fa-var-hourglass-1: \f251; +$fa-var-blender-phone: \f6b6; +$fa-var-building-wheat: \e4db; +$fa-var-person-breastfeeding: \e53a; +$fa-var-right-to-bracket: \f2f6; +$fa-var-sign-in-alt: \f2f6; +$fa-var-venus: \f221; +$fa-var-passport: \f5ab; +$fa-var-thumbtack-slash: \e68f; +$fa-var-thumb-tack-slash: \e68f; +$fa-var-heart-pulse: \f21e; +$fa-var-heartbeat: \f21e; +$fa-var-people-carry-box: \f4ce; +$fa-var-people-carry: \f4ce; +$fa-var-temperature-high: \f769; +$fa-var-microchip: \f2db; +$fa-var-crown: \f521; +$fa-var-weight-hanging: \f5cd; +$fa-var-xmarks-lines: \e59a; +$fa-var-file-prescription: \f572; +$fa-var-weight-scale: \f496; +$fa-var-weight: \f496; +$fa-var-user-group: \f500; +$fa-var-user-friends: \f500; +$fa-var-arrow-up-a-z: \f15e; +$fa-var-sort-alpha-up: \f15e; +$fa-var-chess-knight: \f441; +$fa-var-face-laugh-squint: \f59b; +$fa-var-laugh-squint: \f59b; +$fa-var-wheelchair: \f193; +$fa-var-circle-arrow-up: \f0aa; +$fa-var-arrow-circle-up: \f0aa; +$fa-var-toggle-on: \f205; +$fa-var-person-walking: \f554; +$fa-var-walking: \f554; +$fa-var-l: \4c; +$fa-var-fire: \f06d; +$fa-var-bed-pulse: \f487; +$fa-var-procedures: \f487; +$fa-var-shuttle-space: \f197; +$fa-var-space-shuttle: \f197; +$fa-var-face-laugh: \f599; +$fa-var-laugh: \f599; +$fa-var-folder-open: \f07c; +$fa-var-heart-circle-plus: \e500; +$fa-var-code-fork: \e13b; +$fa-var-city: \f64f; +$fa-var-microphone-lines: \f3c9; +$fa-var-microphone-alt: \f3c9; +$fa-var-pepper-hot: \f816; +$fa-var-unlock: \f09c; +$fa-var-colon-sign: \e140; +$fa-var-headset: \f590; +$fa-var-store-slash: \e071; +$fa-var-road-circle-xmark: \e566; +$fa-var-user-minus: \f503; +$fa-var-mars-stroke-up: \f22a; +$fa-var-mars-stroke-v: \f22a; +$fa-var-champagne-glasses: \f79f; +$fa-var-glass-cheers: \f79f; +$fa-var-clipboard: \f328; +$fa-var-house-circle-exclamation: \e50a; +$fa-var-file-arrow-up: \f574; +$fa-var-file-upload: \f574; +$fa-var-wifi: \f1eb; +$fa-var-wifi-3: \f1eb; +$fa-var-wifi-strong: \f1eb; +$fa-var-bath: \f2cd; +$fa-var-bathtub: \f2cd; +$fa-var-underline: \f0cd; +$fa-var-user-pen: \f4ff; +$fa-var-user-edit: \f4ff; +$fa-var-signature: \f5b7; +$fa-var-stroopwafel: \f551; +$fa-var-bold: \f032; +$fa-var-anchor-lock: \e4ad; +$fa-var-building-ngo: \e4d7; +$fa-var-manat-sign: \e1d5; +$fa-var-not-equal: \f53e; +$fa-var-border-top-left: \f853; +$fa-var-border-style: \f853; +$fa-var-map-location-dot: \f5a0; +$fa-var-map-marked-alt: \f5a0; +$fa-var-jedi: \f669; +$fa-var-square-poll-vertical: \f681; +$fa-var-poll: \f681; +$fa-var-mug-hot: \f7b6; +$fa-var-car-battery: \f5df; +$fa-var-battery-car: \f5df; +$fa-var-gift: \f06b; +$fa-var-dice-two: \f528; +$fa-var-chess-queen: \f445; +$fa-var-glasses: \f530; +$fa-var-chess-board: \f43c; +$fa-var-building-circle-check: \e4d2; +$fa-var-person-chalkboard: \e53d; +$fa-var-mars-stroke-right: \f22b; +$fa-var-mars-stroke-h: \f22b; +$fa-var-hand-back-fist: \f255; +$fa-var-hand-rock: \f255; +$fa-var-square-caret-up: \f151; +$fa-var-caret-square-up: \f151; +$fa-var-cloud-showers-water: \e4e4; +$fa-var-chart-bar: \f080; +$fa-var-bar-chart: \f080; +$fa-var-hands-bubbles: \e05e; +$fa-var-hands-wash: \e05e; +$fa-var-less-than-equal: \f537; +$fa-var-train: \f238; +$fa-var-eye-low-vision: \f2a8; +$fa-var-low-vision: \f2a8; +$fa-var-crow: \f520; +$fa-var-sailboat: \e445; +$fa-var-window-restore: \f2d2; +$fa-var-square-plus: \f0fe; +$fa-var-plus-square: \f0fe; +$fa-var-torii-gate: \f6a1; +$fa-var-frog: \f52e; +$fa-var-bucket: \e4cf; +$fa-var-image: \f03e; +$fa-var-microphone: \f130; +$fa-var-cow: \f6c8; +$fa-var-caret-up: \f0d8; +$fa-var-screwdriver: \f54a; +$fa-var-folder-closed: \e185; +$fa-var-house-tsunami: \e515; +$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-rotate-left: \f2ea; +$fa-var-rotate-back: \f2ea; +$fa-var-rotate-backward: \f2ea; +$fa-var-undo-alt: \f2ea; +$fa-var-table-columns: \f0db; +$fa-var-columns: \f0db; +$fa-var-lemon: \f094; +$fa-var-head-side-mask: \e063; +$fa-var-handshake: \f2b5; +$fa-var-gem: \f3a5; +$fa-var-dolly: \f472; +$fa-var-dolly-box: \f472; +$fa-var-smoking: \f48d; +$fa-var-minimize: \f78c; +$fa-var-compress-arrows-alt: \f78c; +$fa-var-monument: \f5a6; +$fa-var-snowplow: \f7d2; +$fa-var-angles-right: \f101; +$fa-var-angle-double-right: \f101; +$fa-var-cannabis: \f55f; +$fa-var-circle-play: \f144; +$fa-var-play-circle: \f144; +$fa-var-tablets: \f490; +$fa-var-ethernet: \f796; +$fa-var-euro-sign: \f153; +$fa-var-eur: \f153; +$fa-var-euro: \f153; +$fa-var-chair: \f6c0; +$fa-var-circle-check: \f058; +$fa-var-check-circle: \f058; +$fa-var-circle-stop: \f28d; +$fa-var-stop-circle: \f28d; +$fa-var-compass-drafting: \f568; +$fa-var-drafting-compass: \f568; +$fa-var-plate-wheat: \e55a; +$fa-var-icicles: \f7ad; +$fa-var-person-shelter: \e54f; +$fa-var-neuter: \f22c; +$fa-var-id-badge: \f2c1; +$fa-var-marker: \f5a1; +$fa-var-face-laugh-beam: \f59a; +$fa-var-laugh-beam: \f59a; +$fa-var-helicopter-symbol: \e502; +$fa-var-universal-access: \f29a; +$fa-var-circle-chevron-up: \f139; +$fa-var-chevron-circle-up: \f139; +$fa-var-lari-sign: \e1c8; +$fa-var-volcano: \f770; +$fa-var-person-walking-dashed-line-arrow-right: \e553; +$fa-var-sterling-sign: \f154; +$fa-var-gbp: \f154; +$fa-var-pound-sign: \f154; +$fa-var-viruses: \e076; +$fa-var-square-person-confined: \e577; +$fa-var-user-tie: \f508; +$fa-var-arrow-down-long: \f175; +$fa-var-long-arrow-down: \f175; +$fa-var-tent-arrow-down-to-line: \e57e; +$fa-var-certificate: \f0a3; +$fa-var-reply-all: \f122; +$fa-var-mail-reply-all: \f122; +$fa-var-suitcase: \f0f2; +$fa-var-person-skating: \f7c5; +$fa-var-skating: \f7c5; +$fa-var-filter-circle-dollar: \f662; +$fa-var-funnel-dollar: \f662; +$fa-var-camera-retro: \f083; +$fa-var-circle-arrow-down: \f0ab; +$fa-var-arrow-circle-down: \f0ab; +$fa-var-file-import: \f56f; +$fa-var-arrow-right-to-file: \f56f; +$fa-var-square-arrow-up-right: \f14c; +$fa-var-external-link-square: \f14c; +$fa-var-box-open: \f49e; +$fa-var-scroll: \f70e; +$fa-var-spa: \f5bb; +$fa-var-location-pin-lock: \e51f; +$fa-var-pause: \f04c; +$fa-var-hill-avalanche: \e507; +$fa-var-temperature-empty: \f2cb; +$fa-var-temperature-0: \f2cb; +$fa-var-thermometer-0: \f2cb; +$fa-var-thermometer-empty: \f2cb; +$fa-var-bomb: \f1e2; +$fa-var-registered: \f25d; +$fa-var-address-card: \f2bb; +$fa-var-contact-card: \f2bb; +$fa-var-vcard: \f2bb; +$fa-var-scale-unbalanced-flip: \f516; +$fa-var-balance-scale-right: \f516; +$fa-var-subscript: \f12c; +$fa-var-diamond-turn-right: \f5eb; +$fa-var-directions: \f5eb; +$fa-var-burst: \e4dc; +$fa-var-house-laptop: \e066; +$fa-var-laptop-house: \e066; +$fa-var-face-tired: \f5c8; +$fa-var-tired: \f5c8; +$fa-var-money-bills: \e1f3; +$fa-var-smog: \f75f; +$fa-var-crutch: \f7f7; +$fa-var-cloud-arrow-up: \f0ee; +$fa-var-cloud-upload: \f0ee; +$fa-var-cloud-upload-alt: \f0ee; +$fa-var-palette: \f53f; +$fa-var-arrows-turn-right: \e4c0; +$fa-var-vest: \e085; +$fa-var-ferry: \e4ea; +$fa-var-arrows-down-to-people: \e4b9; +$fa-var-seedling: \f4d8; +$fa-var-sprout: \f4d8; +$fa-var-left-right: \f337; +$fa-var-arrows-alt-h: \f337; +$fa-var-boxes-packing: \e4c7; +$fa-var-circle-arrow-left: \f0a8; +$fa-var-arrow-circle-left: \f0a8; +$fa-var-group-arrows-rotate: \e4f6; +$fa-var-bowl-food: \e4c6; +$fa-var-candy-cane: \f786; +$fa-var-arrow-down-wide-short: \f160; +$fa-var-sort-amount-asc: \f160; +$fa-var-sort-amount-down: \f160; +$fa-var-cloud-bolt: \f76c; +$fa-var-thunderstorm: \f76c; +$fa-var-text-slash: \f87d; +$fa-var-remove-format: \f87d; +$fa-var-face-smile-wink: \f4da; +$fa-var-smile-wink: \f4da; +$fa-var-file-word: \f1c2; +$fa-var-file-powerpoint: \f1c4; +$fa-var-arrows-left-right: \f07e; +$fa-var-arrows-h: \f07e; +$fa-var-house-lock: \e510; +$fa-var-cloud-arrow-down: \f0ed; +$fa-var-cloud-download: \f0ed; +$fa-var-cloud-download-alt: \f0ed; +$fa-var-children: \e4e1; +$fa-var-chalkboard: \f51b; +$fa-var-blackboard: \f51b; +$fa-var-user-large-slash: \f4fa; +$fa-var-user-alt-slash: \f4fa; +$fa-var-envelope-open: \f2b6; +$fa-var-handshake-simple-slash: \e05f; +$fa-var-handshake-alt-slash: \e05f; +$fa-var-mattress-pillow: \e525; +$fa-var-guarani-sign: \e19a; +$fa-var-arrows-rotate: \f021; +$fa-var-refresh: \f021; +$fa-var-sync: \f021; +$fa-var-fire-extinguisher: \f134; +$fa-var-cruzeiro-sign: \e152; +$fa-var-greater-than-equal: \f532; +$fa-var-shield-halved: \f3ed; +$fa-var-shield-alt: \f3ed; +$fa-var-book-atlas: \f558; +$fa-var-atlas: \f558; +$fa-var-virus: \e074; +$fa-var-envelope-circle-check: \e4e8; +$fa-var-layer-group: \f5fd; +$fa-var-arrows-to-dot: \e4be; +$fa-var-archway: \f557; +$fa-var-heart-circle-check: \e4fd; +$fa-var-house-chimney-crack: \f6f1; +$fa-var-house-damage: \f6f1; +$fa-var-file-zipper: \f1c6; +$fa-var-file-archive: \f1c6; +$fa-var-square: \f0c8; +$fa-var-martini-glass-empty: \f000; +$fa-var-glass-martini: \f000; +$fa-var-couch: \f4b8; +$fa-var-cedi-sign: \e0df; +$fa-var-italic: \f033; +$fa-var-table-cells-column-lock: \e678; +$fa-var-church: \f51d; +$fa-var-comments-dollar: \f653; +$fa-var-democrat: \f747; +$fa-var-z: \5a; +$fa-var-person-skiing: \f7c9; +$fa-var-skiing: \f7c9; +$fa-var-road-lock: \e567; +$fa-var-a: \41; +$fa-var-temperature-arrow-down: \e03f; +$fa-var-temperature-down: \e03f; +$fa-var-feather-pointed: \f56b; +$fa-var-feather-alt: \f56b; +$fa-var-p: \50; +$fa-var-snowflake: \f2dc; +$fa-var-newspaper: \f1ea; +$fa-var-rectangle-ad: \f641; +$fa-var-ad: \f641; +$fa-var-circle-arrow-right: \f0a9; +$fa-var-arrow-circle-right: \f0a9; +$fa-var-filter-circle-xmark: \e17b; +$fa-var-locust: \e520; +$fa-var-sort: \f0dc; +$fa-var-unsorted: \f0dc; +$fa-var-list-ol: \f0cb; +$fa-var-list-1-2: \f0cb; +$fa-var-list-numeric: \f0cb; +$fa-var-person-dress-burst: \e544; +$fa-var-money-check-dollar: \f53d; +$fa-var-money-check-alt: \f53d; +$fa-var-vector-square: \f5cb; +$fa-var-bread-slice: \f7ec; +$fa-var-language: \f1ab; +$fa-var-face-kiss-wink-heart: \f598; +$fa-var-kiss-wink-heart: \f598; +$fa-var-filter: \f0b0; +$fa-var-question: \3f; +$fa-var-file-signature: \f573; +$fa-var-up-down-left-right: \f0b2; +$fa-var-arrows-alt: \f0b2; +$fa-var-house-chimney-user: \e065; +$fa-var-hand-holding-heart: \f4be; +$fa-var-puzzle-piece: \f12e; +$fa-var-money-check: \f53c; +$fa-var-star-half-stroke: \f5c0; +$fa-var-star-half-alt: \f5c0; +$fa-var-code: \f121; +$fa-var-whiskey-glass: \f7a0; +$fa-var-glass-whiskey: \f7a0; +$fa-var-building-circle-exclamation: \e4d3; +$fa-var-magnifying-glass-chart: \e522; +$fa-var-arrow-up-right-from-square: \f08e; +$fa-var-external-link: \f08e; +$fa-var-cubes-stacked: \e4e6; +$fa-var-won-sign: \f159; +$fa-var-krw: \f159; +$fa-var-won: \f159; +$fa-var-virus-covid: \e4a8; +$fa-var-austral-sign: \e0a9; +$fa-var-f: \46; +$fa-var-leaf: \f06c; +$fa-var-road: \f018; +$fa-var-taxi: \f1ba; +$fa-var-cab: \f1ba; +$fa-var-person-circle-plus: \e541; +$fa-var-chart-pie: \f200; +$fa-var-pie-chart: \f200; +$fa-var-bolt-lightning: \e0b7; +$fa-var-sack-xmark: \e56a; +$fa-var-file-excel: \f1c3; +$fa-var-file-contract: \f56c; +$fa-var-fish-fins: \e4f2; +$fa-var-building-flag: \e4d5; +$fa-var-face-grin-beam: \f582; +$fa-var-grin-beam: \f582; +$fa-var-object-ungroup: \f248; +$fa-var-poop: \f619; +$fa-var-location-pin: \f041; +$fa-var-map-marker: \f041; +$fa-var-kaaba: \f66b; +$fa-var-toilet-paper: \f71e; +$fa-var-helmet-safety: \f807; +$fa-var-hard-hat: \f807; +$fa-var-hat-hard: \f807; +$fa-var-eject: \f052; +$fa-var-circle-right: \f35a; +$fa-var-arrow-alt-circle-right: \f35a; +$fa-var-plane-circle-check: \e555; +$fa-var-face-rolling-eyes: \f5a5; +$fa-var-meh-rolling-eyes: \f5a5; +$fa-var-object-group: \f247; +$fa-var-chart-line: \f201; +$fa-var-line-chart: \f201; +$fa-var-mask-ventilator: \e524; +$fa-var-arrow-right: \f061; +$fa-var-signs-post: \f277; +$fa-var-map-signs: \f277; +$fa-var-cash-register: \f788; +$fa-var-person-circle-question: \e542; +$fa-var-h: \48; +$fa-var-tarp: \e57b; +$fa-var-screwdriver-wrench: \f7d9; +$fa-var-tools: \f7d9; +$fa-var-arrows-to-eye: \e4bf; +$fa-var-plug-circle-bolt: \e55b; +$fa-var-heart: \f004; +$fa-var-mars-and-venus: \f224; +$fa-var-house-user: \e1b0; +$fa-var-home-user: \e1b0; +$fa-var-dumpster-fire: \f794; +$fa-var-house-crack: \e3b1; +$fa-var-martini-glass-citrus: \f561; +$fa-var-cocktail: \f561; +$fa-var-face-surprise: \f5c2; +$fa-var-surprise: \f5c2; +$fa-var-bottle-water: \e4c5; +$fa-var-circle-pause: \f28b; +$fa-var-pause-circle: \f28b; +$fa-var-toilet-paper-slash: \e072; +$fa-var-apple-whole: \f5d1; +$fa-var-apple-alt: \f5d1; +$fa-var-kitchen-set: \e51a; +$fa-var-r: \52; +$fa-var-temperature-quarter: \f2ca; +$fa-var-temperature-1: \f2ca; +$fa-var-thermometer-1: \f2ca; +$fa-var-thermometer-quarter: \f2ca; +$fa-var-cube: \f1b2; +$fa-var-bitcoin-sign: \e0b4; +$fa-var-shield-dog: \e573; +$fa-var-solar-panel: \f5ba; +$fa-var-lock-open: \f3c1; +$fa-var-elevator: \e16d; +$fa-var-money-bill-transfer: \e528; +$fa-var-money-bill-trend-up: \e529; +$fa-var-house-flood-water-circle-arrow-right: \e50f; +$fa-var-square-poll-horizontal: \f682; +$fa-var-poll-h: \f682; +$fa-var-circle: \f111; +$fa-var-backward-fast: \f049; +$fa-var-fast-backward: \f049; +$fa-var-recycle: \f1b8; +$fa-var-user-astronaut: \f4fb; +$fa-var-plane-slash: \e069; +$fa-var-trademark: \f25c; +$fa-var-basketball: \f434; +$fa-var-basketball-ball: \f434; +$fa-var-satellite-dish: \f7c0; +$fa-var-circle-up: \f35b; +$fa-var-arrow-alt-circle-up: \f35b; +$fa-var-mobile-screen-button: \f3cd; +$fa-var-mobile-alt: \f3cd; +$fa-var-volume-high: \f028; +$fa-var-volume-up: \f028; +$fa-var-users-rays: \e593; +$fa-var-wallet: \f555; +$fa-var-clipboard-check: \f46c; +$fa-var-file-audio: \f1c7; +$fa-var-burger: \f805; +$fa-var-hamburger: \f805; +$fa-var-wrench: \f0ad; +$fa-var-bugs: \e4d0; +$fa-var-rupee-sign: \f156; +$fa-var-rupee: \f156; +$fa-var-file-image: \f1c5; +$fa-var-circle-question: \f059; +$fa-var-question-circle: \f059; +$fa-var-plane-departure: \f5b0; +$fa-var-handshake-slash: \e060; +$fa-var-book-bookmark: \e0bb; +$fa-var-code-branch: \f126; +$fa-var-hat-cowboy: \f8c0; +$fa-var-bridge: \e4c8; +$fa-var-phone-flip: \f879; +$fa-var-phone-alt: \f879; +$fa-var-truck-front: \e2b7; +$fa-var-cat: \f6be; +$fa-var-anchor-circle-exclamation: \e4ab; +$fa-var-truck-field: \e58d; +$fa-var-route: \f4d7; +$fa-var-clipboard-question: \e4e3; +$fa-var-panorama: \e209; +$fa-var-comment-medical: \f7f5; +$fa-var-teeth-open: \f62f; +$fa-var-file-circle-minus: \e4ed; +$fa-var-tags: \f02c; +$fa-var-wine-glass: \f4e3; +$fa-var-forward-fast: \f050; +$fa-var-fast-forward: \f050; +$fa-var-face-meh-blank: \f5a4; +$fa-var-meh-blank: \f5a4; +$fa-var-square-parking: \f540; +$fa-var-parking: \f540; +$fa-var-house-signal: \e012; +$fa-var-bars-progress: \f828; +$fa-var-tasks-alt: \f828; +$fa-var-faucet-drip: \e006; +$fa-var-cart-flatbed: \f474; +$fa-var-dolly-flatbed: \f474; +$fa-var-ban-smoking: \f54d; +$fa-var-smoking-ban: \f54d; +$fa-var-terminal: \f120; +$fa-var-mobile-button: \f10b; +$fa-var-house-medical-flag: \e514; +$fa-var-basket-shopping: \f291; +$fa-var-shopping-basket: \f291; +$fa-var-tape: \f4db; +$fa-var-bus-simple: \f55e; +$fa-var-bus-alt: \f55e; +$fa-var-eye: \f06e; +$fa-var-face-sad-cry: \f5b3; +$fa-var-sad-cry: \f5b3; +$fa-var-audio-description: \f29e; +$fa-var-person-military-to-person: \e54c; +$fa-var-file-shield: \e4f0; +$fa-var-user-slash: \f506; +$fa-var-pen: \f304; +$fa-var-tower-observation: \e586; +$fa-var-file-code: \f1c9; +$fa-var-signal: \f012; +$fa-var-signal-5: \f012; +$fa-var-signal-perfect: \f012; +$fa-var-bus: \f207; +$fa-var-heart-circle-xmark: \e501; +$fa-var-house-chimney: \e3af; +$fa-var-home-lg: \e3af; +$fa-var-window-maximize: \f2d0; +$fa-var-face-frown: \f119; +$fa-var-frown: \f119; +$fa-var-prescription: \f5b1; +$fa-var-shop: \f54f; +$fa-var-store-alt: \f54f; +$fa-var-floppy-disk: \f0c7; +$fa-var-save: \f0c7; +$fa-var-vihara: \f6a7; +$fa-var-scale-unbalanced: \f515; +$fa-var-balance-scale-left: \f515; +$fa-var-sort-up: \f0de; +$fa-var-sort-asc: \f0de; +$fa-var-comment-dots: \f4ad; +$fa-var-commenting: \f4ad; +$fa-var-plant-wilt: \e5aa; +$fa-var-diamond: \f219; +$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-bacterium: \e05a; +$fa-var-hand-pointer: \f25a; +$fa-var-drum-steelpan: \f56a; +$fa-var-hand-scissors: \f257; +$fa-var-hands-praying: \f684; +$fa-var-praying-hands: \f684; +$fa-var-arrow-rotate-right: \f01e; +$fa-var-arrow-right-rotate: \f01e; +$fa-var-arrow-rotate-forward: \f01e; +$fa-var-redo: \f01e; +$fa-var-biohazard: \f780; +$fa-var-location-crosshairs: \f601; +$fa-var-location: \f601; +$fa-var-mars-double: \f227; +$fa-var-child-dress: \e59c; +$fa-var-users-between-lines: \e591; +$fa-var-lungs-virus: \e067; +$fa-var-face-grin-tears: \f588; +$fa-var-grin-tears: \f588; +$fa-var-phone: \f095; +$fa-var-calendar-xmark: \f273; +$fa-var-calendar-times: \f273; +$fa-var-child-reaching: \e59d; +$fa-var-head-side-virus: \e064; +$fa-var-user-gear: \f4fe; +$fa-var-user-cog: \f4fe; +$fa-var-arrow-up-1-9: \f163; +$fa-var-sort-numeric-up: \f163; +$fa-var-door-closed: \f52a; +$fa-var-shield-virus: \e06c; +$fa-var-dice-six: \f526; +$fa-var-mosquito-net: \e52c; +$fa-var-bridge-water: \e4ce; +$fa-var-person-booth: \f756; +$fa-var-text-width: \f035; +$fa-var-hat-wizard: \f6e8; +$fa-var-pen-fancy: \f5ac; +$fa-var-person-digging: \f85e; +$fa-var-digging: \f85e; +$fa-var-trash: \f1f8; +$fa-var-gauge-simple: \f629; +$fa-var-gauge-simple-med: \f629; +$fa-var-tachometer-average: \f629; +$fa-var-book-medical: \f7e6; +$fa-var-poo: \f2fe; +$fa-var-quote-right: \f10e; +$fa-var-quote-right-alt: \f10e; +$fa-var-shirt: \f553; +$fa-var-t-shirt: \f553; +$fa-var-tshirt: \f553; +$fa-var-cubes: \f1b3; +$fa-var-divide: \f529; +$fa-var-tenge-sign: \f7d7; +$fa-var-tenge: \f7d7; +$fa-var-headphones: \f025; +$fa-var-hands-holding: \f4c2; +$fa-var-hands-clapping: \e1a8; +$fa-var-republican: \f75e; +$fa-var-arrow-left: \f060; +$fa-var-person-circle-xmark: \e543; +$fa-var-ruler: \f545; +$fa-var-align-left: \f036; +$fa-var-dice-d6: \f6d1; +$fa-var-restroom: \f7bd; +$fa-var-j: \4a; +$fa-var-users-viewfinder: \e595; +$fa-var-file-video: \f1c8; +$fa-var-up-right-from-square: \f35d; +$fa-var-external-link-alt: \f35d; +$fa-var-table-cells: \f00a; +$fa-var-th: \f00a; +$fa-var-file-pdf: \f1c1; +$fa-var-book-bible: \f647; +$fa-var-bible: \f647; +$fa-var-o: \4f; +$fa-var-suitcase-medical: \f0fa; +$fa-var-medkit: \f0fa; +$fa-var-user-secret: \f21b; +$fa-var-otter: \f700; +$fa-var-person-dress: \f182; +$fa-var-female: \f182; +$fa-var-comment-dollar: \f651; +$fa-var-business-time: \f64a; +$fa-var-briefcase-clock: \f64a; +$fa-var-table-cells-large: \f009; +$fa-var-th-large: \f009; +$fa-var-book-tanakh: \f827; +$fa-var-tanakh: \f827; +$fa-var-phone-volume: \f2a0; +$fa-var-volume-control-phone: \f2a0; +$fa-var-hat-cowboy-side: \f8c1; +$fa-var-clipboard-user: \f7f3; +$fa-var-child: \f1ae; +$fa-var-lira-sign: \f195; +$fa-var-satellite: \f7bf; +$fa-var-plane-lock: \e558; +$fa-var-tag: \f02b; +$fa-var-comment: \f075; +$fa-var-cake-candles: \f1fd; +$fa-var-birthday-cake: \f1fd; +$fa-var-cake: \f1fd; +$fa-var-envelope: \f0e0; +$fa-var-angles-up: \f102; +$fa-var-angle-double-up: \f102; +$fa-var-paperclip: \f0c6; +$fa-var-arrow-right-to-city: \e4b3; +$fa-var-ribbon: \f4d6; +$fa-var-lungs: \f604; +$fa-var-arrow-up-9-1: \f887; +$fa-var-sort-numeric-up-alt: \f887; +$fa-var-litecoin-sign: \e1d3; +$fa-var-border-none: \f850; +$fa-var-circle-nodes: \e4e2; +$fa-var-parachute-box: \f4cd; +$fa-var-indent: \f03c; +$fa-var-truck-field-un: \e58e; +$fa-var-hourglass: \f254; +$fa-var-hourglass-empty: \f254; +$fa-var-mountain: \f6fc; +$fa-var-user-doctor: \f0f0; +$fa-var-user-md: \f0f0; +$fa-var-circle-info: \f05a; +$fa-var-info-circle: \f05a; +$fa-var-cloud-meatball: \f73b; +$fa-var-camera: \f030; +$fa-var-camera-alt: \f030; +$fa-var-square-virus: \e578; +$fa-var-meteor: \f753; +$fa-var-car-on: \e4dd; +$fa-var-sleigh: \f7cc; +$fa-var-arrow-down-1-9: \f162; +$fa-var-sort-numeric-asc: \f162; +$fa-var-sort-numeric-down: \f162; +$fa-var-hand-holding-droplet: \f4c1; +$fa-var-hand-holding-water: \f4c1; +$fa-var-water: \f773; +$fa-var-calendar-check: \f274; +$fa-var-braille: \f2a1; +$fa-var-prescription-bottle-medical: \f486; +$fa-var-prescription-bottle-alt: \f486; +$fa-var-landmark: \f66f; +$fa-var-truck: \f0d1; +$fa-var-crosshairs: \f05b; +$fa-var-person-cane: \e53c; +$fa-var-tent: \e57d; +$fa-var-vest-patches: \e086; +$fa-var-check-double: \f560; +$fa-var-arrow-down-a-z: \f15d; +$fa-var-sort-alpha-asc: \f15d; +$fa-var-sort-alpha-down: \f15d; +$fa-var-money-bill-wheat: \e52a; +$fa-var-cookie: \f563; +$fa-var-arrow-rotate-left: \f0e2; +$fa-var-arrow-left-rotate: \f0e2; +$fa-var-arrow-rotate-back: \f0e2; +$fa-var-arrow-rotate-backward: \f0e2; +$fa-var-undo: \f0e2; +$fa-var-hard-drive: \f0a0; +$fa-var-hdd: \f0a0; +$fa-var-face-grin-squint-tears: \f586; +$fa-var-grin-squint-tears: \f586; +$fa-var-dumbbell: \f44b; +$fa-var-rectangle-list: \f022; +$fa-var-list-alt: \f022; +$fa-var-tarp-droplet: \e57c; +$fa-var-house-medical-circle-check: \e511; +$fa-var-person-skiing-nordic: \f7ca; +$fa-var-skiing-nordic: \f7ca; +$fa-var-calendar-plus: \f271; +$fa-var-plane-arrival: \f5af; +$fa-var-circle-left: \f359; +$fa-var-arrow-alt-circle-left: \f359; +$fa-var-train-subway: \f239; +$fa-var-subway: \f239; +$fa-var-chart-gantt: \e0e4; +$fa-var-indian-rupee-sign: \e1bc; +$fa-var-indian-rupee: \e1bc; +$fa-var-inr: \e1bc; +$fa-var-crop-simple: \f565; +$fa-var-crop-alt: \f565; +$fa-var-money-bill-1: \f3d1; +$fa-var-money-bill-alt: \f3d1; +$fa-var-left-long: \f30a; +$fa-var-long-arrow-alt-left: \f30a; +$fa-var-dna: \f471; +$fa-var-virus-slash: \e075; +$fa-var-minus: \f068; +$fa-var-subtract: \f068; +$fa-var-chess: \f439; +$fa-var-arrow-left-long: \f177; +$fa-var-long-arrow-left: \f177; +$fa-var-plug-circle-check: \e55c; +$fa-var-street-view: \f21d; +$fa-var-franc-sign: \e18f; +$fa-var-volume-off: \f026; +$fa-var-hands-asl-interpreting: \f2a3; +$fa-var-american-sign-language-interpreting: \f2a3; +$fa-var-asl-interpreting: \f2a3; +$fa-var-hands-american-sign-language-interpreting: \f2a3; +$fa-var-gear: \f013; +$fa-var-cog: \f013; +$fa-var-droplet-slash: \f5c7; +$fa-var-tint-slash: \f5c7; +$fa-var-mosque: \f678; +$fa-var-mosquito: \e52b; +$fa-var-star-of-david: \f69a; +$fa-var-person-military-rifle: \e54b; +$fa-var-cart-shopping: \f07a; +$fa-var-shopping-cart: \f07a; +$fa-var-vials: \f493; +$fa-var-plug-circle-plus: \e55f; +$fa-var-place-of-worship: \f67f; +$fa-var-grip-vertical: \f58e; +$fa-var-arrow-turn-up: \f148; +$fa-var-level-up: \f148; +$fa-var-u: \55; +$fa-var-square-root-variable: \f698; +$fa-var-square-root-alt: \f698; +$fa-var-clock: \f017; +$fa-var-clock-four: \f017; +$fa-var-backward-step: \f048; +$fa-var-step-backward: \f048; +$fa-var-pallet: \f482; +$fa-var-faucet: \e005; +$fa-var-baseball-bat-ball: \f432; +$fa-var-s: \53; +$fa-var-timeline: \e29c; +$fa-var-keyboard: \f11c; +$fa-var-caret-down: \f0d7; +$fa-var-house-chimney-medical: \f7f2; +$fa-var-clinic-medical: \f7f2; +$fa-var-temperature-three-quarters: \f2c8; +$fa-var-temperature-3: \f2c8; +$fa-var-thermometer-3: \f2c8; +$fa-var-thermometer-three-quarters: \f2c8; +$fa-var-mobile-screen: \f3cf; +$fa-var-mobile-android-alt: \f3cf; +$fa-var-plane-up: \e22d; +$fa-var-piggy-bank: \f4d3; +$fa-var-battery-half: \f242; +$fa-var-battery-3: \f242; +$fa-var-mountain-city: \e52e; +$fa-var-coins: \f51e; +$fa-var-khanda: \f66d; +$fa-var-sliders: \f1de; +$fa-var-sliders-h: \f1de; +$fa-var-folder-tree: \f802; +$fa-var-network-wired: \f6ff; +$fa-var-map-pin: \f276; +$fa-var-hamsa: \f665; +$fa-var-cent-sign: \e3f5; +$fa-var-flask: \f0c3; +$fa-var-person-pregnant: \e31e; +$fa-var-wand-sparkles: \f72b; +$fa-var-ellipsis-vertical: \f142; +$fa-var-ellipsis-v: \f142; +$fa-var-ticket: \f145; +$fa-var-power-off: \f011; +$fa-var-right-long: \f30b; +$fa-var-long-arrow-alt-right: \f30b; +$fa-var-flag-usa: \f74d; +$fa-var-laptop-file: \e51d; +$fa-var-tty: \f1e4; +$fa-var-teletype: \f1e4; +$fa-var-diagram-next: \e476; +$fa-var-person-rifle: \e54e; +$fa-var-house-medical-circle-exclamation: \e512; +$fa-var-closed-captioning: \f20a; +$fa-var-person-hiking: \f6ec; +$fa-var-hiking: \f6ec; +$fa-var-venus-double: \f226; +$fa-var-images: \f302; +$fa-var-calculator: \f1ec; +$fa-var-people-pulling: \e535; +$fa-var-n: \4e; +$fa-var-cable-car: \f7da; +$fa-var-tram: \f7da; +$fa-var-cloud-rain: \f73d; +$fa-var-building-circle-xmark: \e4d4; +$fa-var-ship: \f21a; +$fa-var-arrows-down-to-line: \e4b8; +$fa-var-download: \f019; +$fa-var-face-grin: \f580; +$fa-var-grin: \f580; +$fa-var-delete-left: \f55a; +$fa-var-backspace: \f55a; +$fa-var-eye-dropper: \f1fb; +$fa-var-eye-dropper-empty: \f1fb; +$fa-var-eyedropper: \f1fb; +$fa-var-file-circle-check: \e5a0; +$fa-var-forward: \f04e; +$fa-var-mobile: \f3ce; +$fa-var-mobile-android: \f3ce; +$fa-var-mobile-phone: \f3ce; +$fa-var-face-meh: \f11a; +$fa-var-meh: \f11a; +$fa-var-align-center: \f037; +$fa-var-book-skull: \f6b7; +$fa-var-book-dead: \f6b7; +$fa-var-id-card: \f2c2; +$fa-var-drivers-license: \f2c2; +$fa-var-outdent: \f03b; +$fa-var-dedent: \f03b; +$fa-var-heart-circle-exclamation: \e4fe; +$fa-var-house: \f015; +$fa-var-home: \f015; +$fa-var-home-alt: \f015; +$fa-var-home-lg-alt: \f015; +$fa-var-calendar-week: \f784; +$fa-var-laptop-medical: \f812; +$fa-var-b: \42; +$fa-var-file-medical: \f477; +$fa-var-dice-one: \f525; +$fa-var-kiwi-bird: \f535; +$fa-var-arrow-right-arrow-left: \f0ec; +$fa-var-exchange: \f0ec; +$fa-var-rotate-right: \f2f9; +$fa-var-redo-alt: \f2f9; +$fa-var-rotate-forward: \f2f9; +$fa-var-utensils: \f2e7; +$fa-var-cutlery: \f2e7; +$fa-var-arrow-up-wide-short: \f161; +$fa-var-sort-amount-up: \f161; +$fa-var-mill-sign: \e1ed; +$fa-var-bowl-rice: \e2eb; +$fa-var-skull: \f54c; +$fa-var-tower-broadcast: \f519; +$fa-var-broadcast-tower: \f519; +$fa-var-truck-pickup: \f63c; +$fa-var-up-long: \f30c; +$fa-var-long-arrow-alt-up: \f30c; +$fa-var-stop: \f04d; +$fa-var-code-merge: \f387; +$fa-var-upload: \f093; +$fa-var-hurricane: \f751; +$fa-var-mound: \e52d; +$fa-var-toilet-portable: \e583; +$fa-var-compact-disc: \f51f; +$fa-var-file-arrow-down: \f56d; +$fa-var-file-download: \f56d; +$fa-var-caravan: \f8ff; +$fa-var-shield-cat: \e572; +$fa-var-bolt: \f0e7; +$fa-var-zap: \f0e7; +$fa-var-glass-water: \e4f4; +$fa-var-oil-well: \e532; +$fa-var-vault: \e2c5; +$fa-var-mars: \f222; +$fa-var-toilet: \f7d8; +$fa-var-plane-circle-xmark: \e557; +$fa-var-yen-sign: \f157; +$fa-var-cny: \f157; +$fa-var-jpy: \f157; +$fa-var-rmb: \f157; +$fa-var-yen: \f157; +$fa-var-ruble-sign: \f158; +$fa-var-rouble: \f158; +$fa-var-rub: \f158; +$fa-var-ruble: \f158; +$fa-var-sun: \f185; +$fa-var-guitar: \f7a6; +$fa-var-face-laugh-wink: \f59c; +$fa-var-laugh-wink: \f59c; +$fa-var-horse-head: \f7ab; +$fa-var-bore-hole: \e4c3; +$fa-var-industry: \f275; +$fa-var-circle-down: \f358; +$fa-var-arrow-alt-circle-down: \f358; +$fa-var-arrows-turn-to-dots: \e4c1; +$fa-var-florin-sign: \e184; +$fa-var-arrow-down-short-wide: \f884; +$fa-var-sort-amount-desc: \f884; +$fa-var-sort-amount-down-alt: \f884; +$fa-var-less-than: \3c; +$fa-var-angle-down: \f107; +$fa-var-car-tunnel: \e4de; +$fa-var-head-side-cough: \e061; +$fa-var-grip-lines: \f7a4; +$fa-var-thumbs-down: \f165; +$fa-var-user-lock: \f502; +$fa-var-arrow-right-long: \f178; +$fa-var-long-arrow-right: \f178; +$fa-var-anchor-circle-xmark: \e4ac; +$fa-var-ellipsis: \f141; +$fa-var-ellipsis-h: \f141; +$fa-var-chess-pawn: \f443; +$fa-var-kit-medical: \f479; +$fa-var-first-aid: \f479; +$fa-var-person-through-window: \e5a9; +$fa-var-toolbox: \f552; +$fa-var-hands-holding-circle: \e4fb; +$fa-var-bug: \f188; +$fa-var-credit-card: \f09d; +$fa-var-credit-card-alt: \f09d; +$fa-var-car: \f1b9; +$fa-var-automobile: \f1b9; +$fa-var-hand-holding-hand: \e4f7; +$fa-var-book-open-reader: \f5da; +$fa-var-book-reader: \f5da; +$fa-var-mountain-sun: \e52f; +$fa-var-arrows-left-right-to-line: \e4ba; +$fa-var-dice-d20: \f6cf; +$fa-var-truck-droplet: \e58c; +$fa-var-file-circle-xmark: \e5a1; +$fa-var-temperature-arrow-up: \e040; +$fa-var-temperature-up: \e040; +$fa-var-medal: \f5a2; +$fa-var-bed: \f236; +$fa-var-square-h: \f0fd; +$fa-var-h-square: \f0fd; +$fa-var-podcast: \f2ce; +$fa-var-temperature-full: \f2c7; +$fa-var-temperature-4: \f2c7; +$fa-var-thermometer-4: \f2c7; +$fa-var-thermometer-full: \f2c7; +$fa-var-bell: \f0f3; +$fa-var-superscript: \f12b; +$fa-var-plug-circle-xmark: \e560; +$fa-var-star-of-life: \f621; +$fa-var-phone-slash: \f3dd; +$fa-var-paint-roller: \f5aa; +$fa-var-handshake-angle: \f4c4; +$fa-var-hands-helping: \f4c4; +$fa-var-location-dot: \f3c5; +$fa-var-map-marker-alt: \f3c5; +$fa-var-file: \f15b; +$fa-var-greater-than: \3e; +$fa-var-person-swimming: \f5c4; +$fa-var-swimmer: \f5c4; +$fa-var-arrow-down: \f063; +$fa-var-droplet: \f043; +$fa-var-tint: \f043; +$fa-var-eraser: \f12d; +$fa-var-earth-americas: \f57d; +$fa-var-earth: \f57d; +$fa-var-earth-america: \f57d; +$fa-var-globe-americas: \f57d; +$fa-var-person-burst: \e53b; +$fa-var-dove: \f4ba; +$fa-var-battery-empty: \f244; +$fa-var-battery-0: \f244; +$fa-var-socks: \f696; +$fa-var-inbox: \f01c; +$fa-var-section: \e447; +$fa-var-gauge-high: \f625; +$fa-var-tachometer-alt: \f625; +$fa-var-tachometer-alt-fast: \f625; +$fa-var-envelope-open-text: \f658; +$fa-var-hospital: \f0f8; +$fa-var-hospital-alt: \f0f8; +$fa-var-hospital-wide: \f0f8; +$fa-var-wine-bottle: \f72f; +$fa-var-chess-rook: \f447; +$fa-var-bars-staggered: \f550; +$fa-var-reorder: \f550; +$fa-var-stream: \f550; +$fa-var-dharmachakra: \f655; +$fa-var-hotdog: \f80f; +$fa-var-person-walking-with-cane: \f29d; +$fa-var-blind: \f29d; +$fa-var-drum: \f569; +$fa-var-ice-cream: \f810; +$fa-var-heart-circle-bolt: \e4fc; +$fa-var-fax: \f1ac; +$fa-var-paragraph: \f1dd; +$fa-var-check-to-slot: \f772; +$fa-var-vote-yea: \f772; +$fa-var-star-half: \f089; +$fa-var-boxes-stacked: \f468; +$fa-var-boxes: \f468; +$fa-var-boxes-alt: \f468; +$fa-var-link: \f0c1; +$fa-var-chain: \f0c1; +$fa-var-ear-listen: \f2a2; +$fa-var-assistive-listening-systems: \f2a2; +$fa-var-tree-city: \e587; +$fa-var-play: \f04b; +$fa-var-font: \f031; +$fa-var-table-cells-row-lock: \e67a; +$fa-var-rupiah-sign: \e23d; +$fa-var-magnifying-glass: \f002; +$fa-var-search: \f002; +$fa-var-table-tennis-paddle-ball: \f45d; +$fa-var-ping-pong-paddle-ball: \f45d; +$fa-var-table-tennis: \f45d; +$fa-var-person-dots-from-line: \f470; +$fa-var-diagnoses: \f470; +$fa-var-trash-can-arrow-up: \f82a; +$fa-var-trash-restore-alt: \f82a; +$fa-var-naira-sign: \e1f6; +$fa-var-cart-arrow-down: \f218; +$fa-var-walkie-talkie: \f8ef; +$fa-var-file-pen: \f31c; +$fa-var-file-edit: \f31c; +$fa-var-receipt: \f543; +$fa-var-square-pen: \f14b; +$fa-var-pen-square: \f14b; +$fa-var-pencil-square: \f14b; +$fa-var-suitcase-rolling: \f5c1; +$fa-var-person-circle-exclamation: \e53f; +$fa-var-chevron-down: \f078; +$fa-var-battery-full: \f240; +$fa-var-battery: \f240; +$fa-var-battery-5: \f240; +$fa-var-skull-crossbones: \f714; +$fa-var-code-compare: \e13a; +$fa-var-list-ul: \f0ca; +$fa-var-list-dots: \f0ca; +$fa-var-school-lock: \e56f; +$fa-var-tower-cell: \e585; +$fa-var-down-long: \f309; +$fa-var-long-arrow-alt-down: \f309; +$fa-var-ranking-star: \e561; +$fa-var-chess-king: \f43f; +$fa-var-person-harassing: \e549; +$fa-var-brazilian-real-sign: \e46c; +$fa-var-landmark-dome: \f752; +$fa-var-landmark-alt: \f752; +$fa-var-arrow-up: \f062; +$fa-var-tv: \f26c; +$fa-var-television: \f26c; +$fa-var-tv-alt: \f26c; +$fa-var-shrimp: \e448; +$fa-var-list-check: \f0ae; +$fa-var-tasks: \f0ae; +$fa-var-jug-detergent: \e519; +$fa-var-circle-user: \f2bd; +$fa-var-user-circle: \f2bd; +$fa-var-user-shield: \f505; +$fa-var-wind: \f72e; +$fa-var-car-burst: \f5e1; +$fa-var-car-crash: \f5e1; +$fa-var-y: \59; +$fa-var-person-snowboarding: \f7ce; +$fa-var-snowboarding: \f7ce; +$fa-var-truck-fast: \f48b; +$fa-var-shipping-fast: \f48b; +$fa-var-fish: \f578; +$fa-var-user-graduate: \f501; +$fa-var-circle-half-stroke: \f042; +$fa-var-adjust: \f042; +$fa-var-clapperboard: \e131; +$fa-var-circle-radiation: \f7ba; +$fa-var-radiation-alt: \f7ba; +$fa-var-baseball: \f433; +$fa-var-baseball-ball: \f433; +$fa-var-jet-fighter-up: \e518; +$fa-var-diagram-project: \f542; +$fa-var-project-diagram: \f542; +$fa-var-copy: \f0c5; +$fa-var-volume-xmark: \f6a9; +$fa-var-volume-mute: \f6a9; +$fa-var-volume-times: \f6a9; +$fa-var-hand-sparkles: \e05d; +$fa-var-grip: \f58d; +$fa-var-grip-horizontal: \f58d; +$fa-var-share-from-square: \f14d; +$fa-var-share-square: \f14d; +$fa-var-child-combatant: \e4e0; +$fa-var-child-rifle: \e4e0; +$fa-var-gun: \e19b; +$fa-var-square-phone: \f098; +$fa-var-phone-square: \f098; +$fa-var-plus: \2b; +$fa-var-add: \2b; +$fa-var-expand: \f065; +$fa-var-computer: \e4e5; +$fa-var-xmark: \f00d; +$fa-var-close: \f00d; +$fa-var-multiply: \f00d; +$fa-var-remove: \f00d; +$fa-var-times: \f00d; +$fa-var-arrows-up-down-left-right: \f047; +$fa-var-arrows: \f047; +$fa-var-chalkboard-user: \f51c; +$fa-var-chalkboard-teacher: \f51c; +$fa-var-peso-sign: \e222; +$fa-var-building-shield: \e4d8; +$fa-var-baby: \f77c; +$fa-var-users-line: \e592; +$fa-var-quote-left: \f10d; +$fa-var-quote-left-alt: \f10d; +$fa-var-tractor: \f722; +$fa-var-trash-arrow-up: \f829; +$fa-var-trash-restore: \f829; +$fa-var-arrow-down-up-lock: \e4b0; +$fa-var-lines-leaning: \e51e; +$fa-var-ruler-combined: \f546; +$fa-var-copyright: \f1f9; +$fa-var-equals: \3d; +$fa-var-blender: \f517; +$fa-var-teeth: \f62e; +$fa-var-shekel-sign: \f20b; +$fa-var-ils: \f20b; +$fa-var-shekel: \f20b; +$fa-var-sheqel: \f20b; +$fa-var-sheqel-sign: \f20b; +$fa-var-map: \f279; +$fa-var-rocket: \f135; +$fa-var-photo-film: \f87c; +$fa-var-photo-video: \f87c; +$fa-var-folder-minus: \f65d; +$fa-var-store: \f54e; +$fa-var-arrow-trend-up: \e098; +$fa-var-plug-circle-minus: \e55e; +$fa-var-sign-hanging: \f4d9; +$fa-var-sign: \f4d9; +$fa-var-bezier-curve: \f55b; +$fa-var-bell-slash: \f1f6; +$fa-var-tablet: \f3fb; +$fa-var-tablet-android: \f3fb; +$fa-var-school-flag: \e56e; +$fa-var-fill: \f575; +$fa-var-angle-up: \f106; +$fa-var-drumstick-bite: \f6d7; +$fa-var-holly-berry: \f7aa; +$fa-var-chevron-left: \f053; +$fa-var-bacteria: \e059; +$fa-var-hand-lizard: \f258; +$fa-var-notdef: \e1fe; +$fa-var-disease: \f7fa; +$fa-var-briefcase-medical: \f469; +$fa-var-genderless: \f22d; +$fa-var-chevron-right: \f054; +$fa-var-retweet: \f079; +$fa-var-car-rear: \f5de; +$fa-var-car-alt: \f5de; +$fa-var-pump-soap: \e06b; +$fa-var-video-slash: \f4e2; +$fa-var-battery-quarter: \f243; +$fa-var-battery-2: \f243; +$fa-var-radio: \f8d7; +$fa-var-baby-carriage: \f77d; +$fa-var-carriage-baby: \f77d; +$fa-var-traffic-light: \f637; +$fa-var-thermometer: \f491; +$fa-var-vr-cardboard: \f729; +$fa-var-hand-middle-finger: \f806; +$fa-var-percent: \25; +$fa-var-percentage: \25; +$fa-var-truck-moving: \f4df; +$fa-var-glass-water-droplet: \e4f5; +$fa-var-display: \e163; +$fa-var-face-smile: \f118; +$fa-var-smile: \f118; +$fa-var-thumbtack: \f08d; +$fa-var-thumb-tack: \f08d; +$fa-var-trophy: \f091; +$fa-var-person-praying: \f683; +$fa-var-pray: \f683; +$fa-var-hammer: \f6e3; +$fa-var-hand-peace: \f25b; +$fa-var-rotate: \f2f1; +$fa-var-sync-alt: \f2f1; +$fa-var-spinner: \f110; +$fa-var-robot: \f544; +$fa-var-peace: \f67c; +$fa-var-gears: \f085; +$fa-var-cogs: \f085; +$fa-var-warehouse: \f494; +$fa-var-arrow-up-right-dots: \e4b7; +$fa-var-splotch: \f5bc; +$fa-var-face-grin-hearts: \f584; +$fa-var-grin-hearts: \f584; +$fa-var-dice-four: \f524; +$fa-var-sim-card: \f7c4; +$fa-var-transgender: \f225; +$fa-var-transgender-alt: \f225; +$fa-var-mercury: \f223; +$fa-var-arrow-turn-down: \f149; +$fa-var-level-down: \f149; +$fa-var-person-falling-burst: \e547; +$fa-var-award: \f559; +$fa-var-ticket-simple: \f3ff; +$fa-var-ticket-alt: \f3ff; +$fa-var-building: \f1ad; +$fa-var-angles-left: \f100; +$fa-var-angle-double-left: \f100; +$fa-var-qrcode: \f029; +$fa-var-clock-rotate-left: \f1da; +$fa-var-history: \f1da; +$fa-var-face-grin-beam-sweat: \f583; +$fa-var-grin-beam-sweat: \f583; +$fa-var-file-export: \f56e; +$fa-var-arrow-right-from-file: \f56e; +$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-house-medical: \e3b2; +$fa-var-golf-ball-tee: \f450; +$fa-var-golf-ball: \f450; +$fa-var-circle-chevron-left: \f137; +$fa-var-chevron-circle-left: \f137; +$fa-var-house-chimney-window: \e00d; +$fa-var-pen-nib: \f5ad; +$fa-var-tent-arrow-turn-left: \e580; +$fa-var-tents: \e582; +$fa-var-wand-magic: \f0d0; +$fa-var-magic: \f0d0; +$fa-var-dog: \f6d3; +$fa-var-carrot: \f787; +$fa-var-moon: \f186; +$fa-var-wine-glass-empty: \f5ce; +$fa-var-wine-glass-alt: \f5ce; +$fa-var-cheese: \f7ef; +$fa-var-yin-yang: \f6ad; +$fa-var-music: \f001; +$fa-var-code-commit: \f386; +$fa-var-temperature-low: \f76b; +$fa-var-person-biking: \f84a; +$fa-var-biking: \f84a; +$fa-var-broom: \f51a; +$fa-var-shield-heart: \e574; +$fa-var-gopuram: \f664; +$fa-var-earth-oceania: \e47b; +$fa-var-globe-oceania: \e47b; +$fa-var-square-xmark: \f2d3; +$fa-var-times-square: \f2d3; +$fa-var-xmark-square: \f2d3; +$fa-var-hashtag: \23; +$fa-var-up-right-and-down-left-from-center: \f424; +$fa-var-expand-alt: \f424; +$fa-var-oil-can: \f613; +$fa-var-t: \54; +$fa-var-hippo: \f6ed; +$fa-var-chart-column: \e0e3; +$fa-var-infinity: \f534; +$fa-var-vial-circle-check: \e596; +$fa-var-person-arrow-down-to-line: \e538; +$fa-var-voicemail: \f897; +$fa-var-fan: \f863; +$fa-var-person-walking-luggage: \e554; +$fa-var-up-down: \f338; +$fa-var-arrows-alt-v: \f338; +$fa-var-cloud-moon-rain: \f73c; +$fa-var-calendar: \f133; +$fa-var-trailer: \e041; +$fa-var-bahai: \f666; +$fa-var-haykal: \f666; +$fa-var-sd-card: \f7c2; +$fa-var-dragon: \f6d5; +$fa-var-shoe-prints: \f54b; +$fa-var-circle-plus: \f055; +$fa-var-plus-circle: \f055; +$fa-var-face-grin-tongue-wink: \f58b; +$fa-var-grin-tongue-wink: \f58b; +$fa-var-hand-holding: \f4bd; +$fa-var-plug-circle-exclamation: \e55d; +$fa-var-link-slash: \f127; +$fa-var-chain-broken: \f127; +$fa-var-chain-slash: \f127; +$fa-var-unlink: \f127; +$fa-var-clone: \f24d; +$fa-var-person-walking-arrow-loop-left: \e551; +$fa-var-arrow-up-z-a: \f882; +$fa-var-sort-alpha-up-alt: \f882; +$fa-var-fire-flame-curved: \f7e4; +$fa-var-fire-alt: \f7e4; +$fa-var-tornado: \f76f; +$fa-var-file-circle-plus: \e494; +$fa-var-book-quran: \f687; +$fa-var-quran: \f687; +$fa-var-anchor: \f13d; +$fa-var-border-all: \f84c; +$fa-var-face-angry: \f556; +$fa-var-angry: \f556; +$fa-var-cookie-bite: \f564; +$fa-var-arrow-trend-down: \e097; +$fa-var-rss: \f09e; +$fa-var-feed: \f09e; +$fa-var-draw-polygon: \f5ee; +$fa-var-scale-balanced: \f24e; +$fa-var-balance-scale: \f24e; +$fa-var-gauge-simple-high: \f62a; +$fa-var-tachometer: \f62a; +$fa-var-tachometer-fast: \f62a; +$fa-var-shower: \f2cc; +$fa-var-desktop: \f390; +$fa-var-desktop-alt: \f390; +$fa-var-m: \4d; +$fa-var-table-list: \f00b; +$fa-var-th-list: \f00b; +$fa-var-comment-sms: \f7cd; +$fa-var-sms: \f7cd; +$fa-var-book: \f02d; +$fa-var-user-plus: \f234; +$fa-var-check: \f00c; +$fa-var-battery-three-quarters: \f241; +$fa-var-battery-4: \f241; +$fa-var-house-circle-check: \e509; +$fa-var-angle-left: \f104; +$fa-var-diagram-successor: \e47a; +$fa-var-truck-arrow-right: \e58b; +$fa-var-arrows-split-up-and-left: \e4bc; +$fa-var-hand-fist: \f6de; +$fa-var-fist-raised: \f6de; +$fa-var-cloud-moon: \f6c3; +$fa-var-briefcase: \f0b1; +$fa-var-person-falling: \e546; +$fa-var-image-portrait: \f3e0; +$fa-var-portrait: \f3e0; +$fa-var-user-tag: \f507; +$fa-var-rug: \e569; +$fa-var-earth-europe: \f7a2; +$fa-var-globe-europe: \f7a2; +$fa-var-cart-flatbed-suitcase: \f59d; +$fa-var-luggage-cart: \f59d; +$fa-var-rectangle-xmark: \f410; +$fa-var-rectangle-times: \f410; +$fa-var-times-rectangle: \f410; +$fa-var-window-close: \f410; +$fa-var-baht-sign: \e0ac; +$fa-var-book-open: \f518; +$fa-var-book-journal-whills: \f66a; +$fa-var-journal-whills: \f66a; +$fa-var-handcuffs: \e4f8; +$fa-var-triangle-exclamation: \f071; +$fa-var-exclamation-triangle: \f071; +$fa-var-warning: \f071; +$fa-var-database: \f1c0; +$fa-var-share: \f064; +$fa-var-mail-forward: \f064; +$fa-var-bottle-droplet: \e4c4; +$fa-var-mask-face: \e1d7; +$fa-var-hill-rockslide: \e508; +$fa-var-right-left: \f362; +$fa-var-exchange-alt: \f362; +$fa-var-paper-plane: \f1d8; +$fa-var-road-circle-exclamation: \e565; +$fa-var-dungeon: \f6d9; +$fa-var-align-right: \f038; +$fa-var-money-bill-1-wave: \f53b; +$fa-var-money-bill-wave-alt: \f53b; +$fa-var-life-ring: \f1cd; +$fa-var-hands: \f2a7; +$fa-var-sign-language: \f2a7; +$fa-var-signing: \f2a7; +$fa-var-calendar-day: \f783; +$fa-var-water-ladder: \f5c5; +$fa-var-ladder-water: \f5c5; +$fa-var-swimming-pool: \f5c5; +$fa-var-arrows-up-down: \f07d; +$fa-var-arrows-v: \f07d; +$fa-var-face-grimace: \f57f; +$fa-var-grimace: \f57f; +$fa-var-wheelchair-move: \e2ce; +$fa-var-wheelchair-alt: \e2ce; +$fa-var-turn-down: \f3be; +$fa-var-level-down-alt: \f3be; +$fa-var-person-walking-arrow-right: \e552; +$fa-var-square-envelope: \f199; +$fa-var-envelope-square: \f199; +$fa-var-dice: \f522; +$fa-var-bowling-ball: \f436; +$fa-var-brain: \f5dc; +$fa-var-bandage: \f462; +$fa-var-band-aid: \f462; +$fa-var-calendar-minus: \f272; +$fa-var-circle-xmark: \f057; +$fa-var-times-circle: \f057; +$fa-var-xmark-circle: \f057; +$fa-var-gifts: \f79c; +$fa-var-hotel: \f594; +$fa-var-earth-asia: \f57e; +$fa-var-globe-asia: \f57e; +$fa-var-id-card-clip: \f47f; +$fa-var-id-card-alt: \f47f; +$fa-var-magnifying-glass-plus: \f00e; +$fa-var-search-plus: \f00e; +$fa-var-thumbs-up: \f164; +$fa-var-user-clock: \f4fd; +$fa-var-hand-dots: \f461; +$fa-var-allergies: \f461; +$fa-var-file-invoice: \f570; +$fa-var-window-minimize: \f2d1; +$fa-var-mug-saucer: \f0f4; +$fa-var-coffee: \f0f4; +$fa-var-brush: \f55d; +$fa-var-mask: \f6fa; +$fa-var-magnifying-glass-minus: \f010; +$fa-var-search-minus: \f010; +$fa-var-ruler-vertical: \f548; +$fa-var-user-large: \f406; +$fa-var-user-alt: \f406; +$fa-var-train-tram: \e5b4; +$fa-var-user-nurse: \f82f; +$fa-var-syringe: \f48e; +$fa-var-cloud-sun: \f6c4; +$fa-var-stopwatch-20: \e06f; +$fa-var-square-full: \f45c; +$fa-var-magnet: \f076; +$fa-var-jar: \e516; +$fa-var-note-sticky: \f249; +$fa-var-sticky-note: \f249; +$fa-var-bug-slash: \e490; +$fa-var-arrow-up-from-water-pump: \e4b6; +$fa-var-bone: \f5d7; +$fa-var-table-cells-row-unlock: \e691; +$fa-var-user-injured: \f728; +$fa-var-face-sad-tear: \f5b4; +$fa-var-sad-tear: \f5b4; +$fa-var-plane: \f072; +$fa-var-tent-arrows-down: \e581; +$fa-var-exclamation: \21; +$fa-var-arrows-spin: \e4bb; +$fa-var-print: \f02f; +$fa-var-turkish-lira-sign: \e2bb; +$fa-var-try: \e2bb; +$fa-var-turkish-lira: \e2bb; +$fa-var-dollar-sign: \24; +$fa-var-dollar: \24; +$fa-var-usd: \24; +$fa-var-x: \58; +$fa-var-magnifying-glass-dollar: \f688; +$fa-var-search-dollar: \f688; +$fa-var-users-gear: \f509; +$fa-var-users-cog: \f509; +$fa-var-person-military-pointing: \e54a; +$fa-var-building-columns: \f19c; +$fa-var-bank: \f19c; +$fa-var-institution: \f19c; +$fa-var-museum: \f19c; +$fa-var-university: \f19c; +$fa-var-umbrella: \f0e9; +$fa-var-trowel: \e589; +$fa-var-d: \44; +$fa-var-stapler: \e5af; +$fa-var-masks-theater: \f630; +$fa-var-theater-masks: \f630; +$fa-var-kip-sign: \e1c4; +$fa-var-hand-point-left: \f0a5; +$fa-var-handshake-simple: \f4c6; +$fa-var-handshake-alt: \f4c6; +$fa-var-jet-fighter: \f0fb; +$fa-var-fighter-jet: \f0fb; +$fa-var-square-share-nodes: \f1e1; +$fa-var-share-alt-square: \f1e1; +$fa-var-barcode: \f02a; +$fa-var-plus-minus: \e43c; +$fa-var-video: \f03d; +$fa-var-video-camera: \f03d; +$fa-var-graduation-cap: \f19d; +$fa-var-mortar-board: \f19d; +$fa-var-hand-holding-medical: \e05c; +$fa-var-person-circle-check: \e53e; +$fa-var-turn-up: \f3bf; +$fa-var-level-up-alt: \f3bf; + +$fa-var-monero: \f3d0; +$fa-var-hooli: \f427; +$fa-var-yelp: \f1e9; +$fa-var-cc-visa: \f1f0; +$fa-var-lastfm: \f202; +$fa-var-shopware: \f5b5; +$fa-var-creative-commons-nc: \f4e8; +$fa-var-aws: \f375; +$fa-var-redhat: \f7bc; +$fa-var-yoast: \f2b1; +$fa-var-cloudflare: \e07d; +$fa-var-ups: \f7e0; +$fa-var-pixiv: \e640; +$fa-var-wpexplorer: \f2de; +$fa-var-dyalog: \f399; +$fa-var-bity: \f37a; +$fa-var-stackpath: \f842; +$fa-var-buysellads: \f20d; +$fa-var-first-order: \f2b0; +$fa-var-modx: \f285; +$fa-var-guilded: \e07e; +$fa-var-vnv: \f40b; +$fa-var-square-js: \f3b9; +$fa-var-js-square: \f3b9; +$fa-var-microsoft: \f3ca; +$fa-var-qq: \f1d6; +$fa-var-orcid: \f8d2; +$fa-var-java: \f4e4; +$fa-var-invision: \f7b0; +$fa-var-creative-commons-pd-alt: \f4ed; +$fa-var-centercode: \f380; +$fa-var-glide-g: \f2a6; +$fa-var-drupal: \f1a9; +$fa-var-jxl: \e67b; +$fa-var-dart-lang: \e693; +$fa-var-hire-a-helper: \f3b0; +$fa-var-creative-commons-by: \f4e7; +$fa-var-unity: \e049; +$fa-var-whmcs: \f40d; +$fa-var-rocketchat: \f3e8; +$fa-var-vk: \f189; +$fa-var-untappd: \f405; +$fa-var-mailchimp: \f59e; +$fa-var-css3-alt: \f38b; +$fa-var-square-reddit: \f1a2; +$fa-var-reddit-square: \f1a2; +$fa-var-vimeo-v: \f27d; +$fa-var-contao: \f26d; +$fa-var-square-font-awesome: \e5ad; +$fa-var-deskpro: \f38f; +$fa-var-brave: \e63c; +$fa-var-sistrix: \f3ee; +$fa-var-square-instagram: \e055; +$fa-var-instagram-square: \e055; +$fa-var-battle-net: \f835; +$fa-var-the-red-yeti: \f69d; +$fa-var-square-hacker-news: \f3af; +$fa-var-hacker-news-square: \f3af; +$fa-var-edge: \f282; +$fa-var-threads: \e618; +$fa-var-napster: \f3d2; +$fa-var-square-snapchat: \f2ad; +$fa-var-snapchat-square: \f2ad; +$fa-var-google-plus-g: \f0d5; +$fa-var-artstation: \f77a; +$fa-var-markdown: \f60f; +$fa-var-sourcetree: \f7d3; +$fa-var-google-plus: \f2b3; +$fa-var-diaspora: \f791; +$fa-var-foursquare: \f180; +$fa-var-stack-overflow: \f16c; +$fa-var-github-alt: \f113; +$fa-var-phoenix-squadron: \f511; +$fa-var-pagelines: \f18c; +$fa-var-algolia: \f36c; +$fa-var-red-river: \f3e3; +$fa-var-creative-commons-sa: \f4ef; +$fa-var-safari: \f267; +$fa-var-google: \f1a0; +$fa-var-square-font-awesome-stroke: \f35c; +$fa-var-font-awesome-alt: \f35c; +$fa-var-atlassian: \f77b; +$fa-var-linkedin-in: \f0e1; +$fa-var-digital-ocean: \f391; +$fa-var-nimblr: \f5a8; +$fa-var-chromecast: \f838; +$fa-var-evernote: \f839; +$fa-var-hacker-news: \f1d4; +$fa-var-creative-commons-sampling: \f4f0; +$fa-var-adversal: \f36a; +$fa-var-creative-commons: \f25e; +$fa-var-watchman-monitoring: \e087; +$fa-var-fonticons: \f280; +$fa-var-weixin: \f1d7; +$fa-var-shirtsinbulk: \f214; +$fa-var-codepen: \f1cb; +$fa-var-git-alt: \f841; +$fa-var-lyft: \f3c3; +$fa-var-rev: \f5b2; +$fa-var-windows: \f17a; +$fa-var-wizards-of-the-coast: \f730; +$fa-var-square-viadeo: \f2aa; +$fa-var-viadeo-square: \f2aa; +$fa-var-meetup: \f2e0; +$fa-var-centos: \f789; +$fa-var-adn: \f170; +$fa-var-cloudsmith: \f384; +$fa-var-opensuse: \e62b; +$fa-var-pied-piper-alt: \f1a8; +$fa-var-square-dribbble: \f397; +$fa-var-dribbble-square: \f397; +$fa-var-codiepie: \f284; +$fa-var-node: \f419; +$fa-var-mix: \f3cb; +$fa-var-steam: \f1b6; +$fa-var-cc-apple-pay: \f416; +$fa-var-scribd: \f28a; +$fa-var-debian: \e60b; +$fa-var-openid: \f19b; +$fa-var-instalod: \e081; +$fa-var-expeditedssl: \f23e; +$fa-var-sellcast: \f2da; +$fa-var-square-twitter: \f081; +$fa-var-twitter-square: \f081; +$fa-var-r-project: \f4f7; +$fa-var-delicious: \f1a5; +$fa-var-freebsd: \f3a4; +$fa-var-vuejs: \f41f; +$fa-var-accusoft: \f369; +$fa-var-ioxhost: \f208; +$fa-var-fonticons-fi: \f3a2; +$fa-var-app-store: \f36f; +$fa-var-cc-mastercard: \f1f1; +$fa-var-itunes-note: \f3b5; +$fa-var-golang: \e40f; +$fa-var-kickstarter: \f3bb; +$fa-var-square-kickstarter: \f3bb; +$fa-var-grav: \f2d6; +$fa-var-weibo: \f18a; +$fa-var-uncharted: \e084; +$fa-var-firstdraft: \f3a1; +$fa-var-square-youtube: \f431; +$fa-var-youtube-square: \f431; +$fa-var-wikipedia-w: \f266; +$fa-var-wpressr: \f3e4; +$fa-var-rendact: \f3e4; +$fa-var-angellist: \f209; +$fa-var-galactic-republic: \f50c; +$fa-var-nfc-directional: \e530; +$fa-var-skype: \f17e; +$fa-var-joget: \f3b7; +$fa-var-fedora: \f798; +$fa-var-stripe-s: \f42a; +$fa-var-meta: \e49b; +$fa-var-laravel: \f3bd; +$fa-var-hotjar: \f3b1; +$fa-var-bluetooth-b: \f294; +$fa-var-square-letterboxd: \e62e; +$fa-var-sticker-mule: \f3f7; +$fa-var-creative-commons-zero: \f4f3; +$fa-var-hips: \f452; +$fa-var-behance: \f1b4; +$fa-var-reddit: \f1a1; +$fa-var-discord: \f392; +$fa-var-chrome: \f268; +$fa-var-app-store-ios: \f370; +$fa-var-cc-discover: \f1f2; +$fa-var-wpbeginner: \f297; +$fa-var-confluence: \f78d; +$fa-var-shoelace: \e60c; +$fa-var-mdb: \f8ca; +$fa-var-dochub: \f394; +$fa-var-accessible-icon: \f368; +$fa-var-ebay: \f4f4; +$fa-var-amazon: \f270; +$fa-var-unsplash: \e07c; +$fa-var-yarn: \f7e3; +$fa-var-square-steam: \f1b7; +$fa-var-steam-square: \f1b7; +$fa-var-500px: \f26e; +$fa-var-square-vimeo: \f194; +$fa-var-vimeo-square: \f194; +$fa-var-asymmetrik: \f372; +$fa-var-font-awesome: \f2b4; +$fa-var-font-awesome-flag: \f2b4; +$fa-var-font-awesome-logo-full: \f2b4; +$fa-var-gratipay: \f184; +$fa-var-apple: \f179; +$fa-var-hive: \e07f; +$fa-var-gitkraken: \f3a6; +$fa-var-keybase: \f4f5; +$fa-var-apple-pay: \f415; +$fa-var-padlet: \e4a0; +$fa-var-amazon-pay: \f42c; +$fa-var-square-github: \f092; +$fa-var-github-square: \f092; +$fa-var-stumbleupon: \f1a4; +$fa-var-fedex: \f797; +$fa-var-phoenix-framework: \f3dc; +$fa-var-shopify: \e057; +$fa-var-neos: \f612; +$fa-var-square-threads: \e619; +$fa-var-hackerrank: \f5f7; +$fa-var-researchgate: \f4f8; +$fa-var-swift: \f8e1; +$fa-var-angular: \f420; +$fa-var-speakap: \f3f3; +$fa-var-angrycreative: \f36e; +$fa-var-y-combinator: \f23b; +$fa-var-empire: \f1d1; +$fa-var-envira: \f299; +$fa-var-google-scholar: \e63b; +$fa-var-square-gitlab: \e5ae; +$fa-var-gitlab-square: \e5ae; +$fa-var-studiovinari: \f3f8; +$fa-var-pied-piper: \f2ae; +$fa-var-wordpress: \f19a; +$fa-var-product-hunt: \f288; +$fa-var-firefox: \f269; +$fa-var-linode: \f2b8; +$fa-var-goodreads: \f3a8; +$fa-var-square-odnoklassniki: \f264; +$fa-var-odnoklassniki-square: \f264; +$fa-var-jsfiddle: \f1cc; +$fa-var-sith: \f512; +$fa-var-themeisle: \f2b2; +$fa-var-page4: \f3d7; +$fa-var-hashnode: \e499; +$fa-var-react: \f41b; +$fa-var-cc-paypal: \f1f4; +$fa-var-squarespace: \f5be; +$fa-var-cc-stripe: \f1f5; +$fa-var-creative-commons-share: \f4f2; +$fa-var-bitcoin: \f379; +$fa-var-keycdn: \f3ba; +$fa-var-opera: \f26a; +$fa-var-itch-io: \f83a; +$fa-var-umbraco: \f8e8; +$fa-var-galactic-senate: \f50d; +$fa-var-ubuntu: \f7df; +$fa-var-draft2digital: \f396; +$fa-var-stripe: \f429; +$fa-var-houzz: \f27c; +$fa-var-gg: \f260; +$fa-var-dhl: \f790; +$fa-var-square-pinterest: \f0d3; +$fa-var-pinterest-square: \f0d3; +$fa-var-xing: \f168; +$fa-var-blackberry: \f37b; +$fa-var-creative-commons-pd: \f4ec; +$fa-var-playstation: \f3df; +$fa-var-quinscape: \f459; +$fa-var-less: \f41d; +$fa-var-blogger-b: \f37d; +$fa-var-opencart: \f23d; +$fa-var-vine: \f1ca; +$fa-var-signal-messenger: \e663; +$fa-var-paypal: \f1ed; +$fa-var-gitlab: \f296; +$fa-var-typo3: \f42b; +$fa-var-reddit-alien: \f281; +$fa-var-yahoo: \f19e; +$fa-var-dailymotion: \e052; +$fa-var-affiliatetheme: \f36b; +$fa-var-pied-piper-pp: \f1a7; +$fa-var-bootstrap: \f836; +$fa-var-odnoklassniki: \f263; +$fa-var-nfc-symbol: \e531; +$fa-var-mintbit: \e62f; +$fa-var-ethereum: \f42e; +$fa-var-speaker-deck: \f83c; +$fa-var-creative-commons-nc-eu: \f4e9; +$fa-var-patreon: \f3d9; +$fa-var-avianex: \f374; +$fa-var-ello: \f5f1; +$fa-var-gofore: \f3a7; +$fa-var-bimobject: \f378; +$fa-var-brave-reverse: \e63d; +$fa-var-facebook-f: \f39e; +$fa-var-square-google-plus: \f0d4; +$fa-var-google-plus-square: \f0d4; +$fa-var-web-awesome: \e682; +$fa-var-mandalorian: \f50f; +$fa-var-first-order-alt: \f50a; +$fa-var-osi: \f41a; +$fa-var-google-wallet: \f1ee; +$fa-var-d-and-d-beyond: \f6ca; +$fa-var-periscope: \f3da; +$fa-var-fulcrum: \f50b; +$fa-var-cloudscale: \f383; +$fa-var-forumbee: \f211; +$fa-var-mizuni: \f3cc; +$fa-var-schlix: \f3ea; +$fa-var-square-xing: \f169; +$fa-var-xing-square: \f169; +$fa-var-bandcamp: \f2d5; +$fa-var-wpforms: \f298; +$fa-var-cloudversify: \f385; +$fa-var-usps: \f7e1; +$fa-var-megaport: \f5a3; +$fa-var-magento: \f3c4; +$fa-var-spotify: \f1bc; +$fa-var-optin-monster: \f23c; +$fa-var-fly: \f417; +$fa-var-aviato: \f421; +$fa-var-itunes: \f3b4; +$fa-var-cuttlefish: \f38c; +$fa-var-blogger: \f37c; +$fa-var-flickr: \f16e; +$fa-var-viber: \f409; +$fa-var-soundcloud: \f1be; +$fa-var-digg: \f1a6; +$fa-var-tencent-weibo: \f1d5; +$fa-var-letterboxd: \e62d; +$fa-var-symfony: \f83d; +$fa-var-maxcdn: \f136; +$fa-var-etsy: \f2d7; +$fa-var-facebook-messenger: \f39f; +$fa-var-audible: \f373; +$fa-var-think-peaks: \f731; +$fa-var-bilibili: \e3d9; +$fa-var-erlang: \f39d; +$fa-var-x-twitter: \e61b; +$fa-var-cotton-bureau: \f89e; +$fa-var-dashcube: \f210; +$fa-var-42-group: \e080; +$fa-var-innosoft: \e080; +$fa-var-stack-exchange: \f18d; +$fa-var-elementor: \f430; +$fa-var-square-pied-piper: \e01e; +$fa-var-pied-piper-square: \e01e; +$fa-var-creative-commons-nd: \f4eb; +$fa-var-palfed: \f3d8; +$fa-var-superpowers: \f2dd; +$fa-var-resolving: \f3e7; +$fa-var-xbox: \f412; +$fa-var-square-web-awesome-stroke: \e684; +$fa-var-searchengin: \f3eb; +$fa-var-tiktok: \e07b; +$fa-var-square-facebook: \f082; +$fa-var-facebook-square: \f082; +$fa-var-renren: \f18b; +$fa-var-linux: \f17c; +$fa-var-glide: \f2a5; +$fa-var-linkedin: \f08c; +$fa-var-hubspot: \f3b2; +$fa-var-deploydog: \f38e; +$fa-var-twitch: \f1e8; +$fa-var-flutter: \e694; +$fa-var-ravelry: \f2d9; +$fa-var-mixer: \e056; +$fa-var-square-lastfm: \f203; +$fa-var-lastfm-square: \f203; +$fa-var-vimeo: \f40a; +$fa-var-mendeley: \f7b3; +$fa-var-uniregistry: \f404; +$fa-var-figma: \f799; +$fa-var-creative-commons-remix: \f4ee; +$fa-var-cc-amazon-pay: \f42d; +$fa-var-dropbox: \f16b; +$fa-var-instagram: \f16d; +$fa-var-cmplid: \e360; +$fa-var-upwork: \e641; +$fa-var-facebook: \f09a; +$fa-var-gripfire: \f3ac; +$fa-var-jedi-order: \f50e; +$fa-var-uikit: \f403; +$fa-var-fort-awesome-alt: \f3a3; +$fa-var-phabricator: \f3db; +$fa-var-ussunnah: \f407; +$fa-var-earlybirds: \f39a; +$fa-var-trade-federation: \f513; +$fa-var-autoprefixer: \f41c; +$fa-var-whatsapp: \f232; +$fa-var-square-upwork: \e67c; +$fa-var-slideshare: \f1e7; +$fa-var-google-play: \f3ab; +$fa-var-viadeo: \f2a9; +$fa-var-line: \f3c0; +$fa-var-google-drive: \f3aa; +$fa-var-servicestack: \f3ec; +$fa-var-simplybuilt: \f215; +$fa-var-bitbucket: \f171; +$fa-var-imdb: \f2d8; +$fa-var-deezer: \e077; +$fa-var-raspberry-pi: \f7bb; +$fa-var-jira: \f7b1; +$fa-var-docker: \f395; +$fa-var-screenpal: \e570; +$fa-var-bluetooth: \f293; +$fa-var-gitter: \f426; +$fa-var-d-and-d: \f38d; +$fa-var-microblog: \e01a; +$fa-var-cc-diners-club: \f24c; +$fa-var-gg-circle: \f261; +$fa-var-pied-piper-hat: \f4e5; +$fa-var-kickstarter-k: \f3bc; +$fa-var-yandex: \f413; +$fa-var-readme: \f4d5; +$fa-var-html5: \f13b; +$fa-var-sellsy: \f213; +$fa-var-square-web-awesome: \e683; +$fa-var-sass: \f41e; +$fa-var-wirsindhandwerk: \e2d0; +$fa-var-wsh: \e2d0; +$fa-var-buromobelexperte: \f37f; +$fa-var-salesforce: \f83b; +$fa-var-octopus-deploy: \e082; +$fa-var-medapps: \f3c6; +$fa-var-ns8: \f3d5; +$fa-var-pinterest-p: \f231; +$fa-var-apper: \f371; +$fa-var-fort-awesome: \f286; +$fa-var-waze: \f83f; +$fa-var-bluesky: \e671; +$fa-var-cc-jcb: \f24b; +$fa-var-snapchat: \f2ab; +$fa-var-snapchat-ghost: \f2ab; +$fa-var-fantasy-flight-games: \f6dc; +$fa-var-rust: \e07a; +$fa-var-wix: \f5cf; +$fa-var-square-behance: \f1b5; +$fa-var-behance-square: \f1b5; +$fa-var-supple: \f3f9; +$fa-var-webflow: \e65c; +$fa-var-rebel: \f1d0; +$fa-var-css3: \f13c; +$fa-var-staylinked: \f3f5; +$fa-var-kaggle: \f5fa; +$fa-var-space-awesome: \e5ac; +$fa-var-deviantart: \f1bd; +$fa-var-cpanel: \f388; +$fa-var-goodreads-g: \f3a9; +$fa-var-square-git: \f1d2; +$fa-var-git-square: \f1d2; +$fa-var-square-tumblr: \f174; +$fa-var-tumblr-square: \f174; +$fa-var-trello: \f181; +$fa-var-creative-commons-nc-jp: \f4ea; +$fa-var-get-pocket: \f265; +$fa-var-perbyte: \e083; +$fa-var-grunt: \f3ad; +$fa-var-weebly: \f5cc; +$fa-var-connectdevelop: \f20e; +$fa-var-leanpub: \f212; +$fa-var-black-tie: \f27e; +$fa-var-themeco: \f5c6; +$fa-var-python: \f3e2; +$fa-var-android: \f17b; +$fa-var-bots: \e340; +$fa-var-free-code-camp: \f2c5; +$fa-var-hornbill: \f592; +$fa-var-js: \f3b8; +$fa-var-ideal: \e013; +$fa-var-git: \f1d3; +$fa-var-dev: \f6cc; +$fa-var-sketch: \f7c6; +$fa-var-yandex-international: \f414; +$fa-var-cc-amex: \f1f3; +$fa-var-uber: \f402; +$fa-var-github: \f09b; +$fa-var-php: \f457; +$fa-var-alipay: \f642; +$fa-var-youtube: \f167; +$fa-var-skyatlas: \f216; +$fa-var-firefox-browser: \e007; +$fa-var-replyd: \f3e6; +$fa-var-suse: \f7d6; +$fa-var-jenkins: \f3b6; +$fa-var-twitter: \f099; +$fa-var-rockrms: \f3e9; +$fa-var-pinterest: \f0d2; +$fa-var-buffer: \f837; +$fa-var-npm: \f3d4; +$fa-var-yammer: \f840; +$fa-var-btc: \f15a; +$fa-var-dribbble: \f17d; +$fa-var-stumbleupon-circle: \f1a3; +$fa-var-internet-explorer: \f26b; +$fa-var-stubber: \e5c7; +$fa-var-telegram: \f2c6; +$fa-var-telegram-plane: \f2c6; +$fa-var-old-republic: \f510; +$fa-var-odysee: \e5c6; +$fa-var-square-whatsapp: \f40c; +$fa-var-whatsapp-square: \f40c; +$fa-var-node-js: \f3d3; +$fa-var-edge-legacy: \e078; +$fa-var-slack: \f198; +$fa-var-slack-hash: \f198; +$fa-var-medrt: \f3c8; +$fa-var-usb: \f287; +$fa-var-tumblr: \f173; +$fa-var-vaadin: \f408; +$fa-var-quora: \f2c4; +$fa-var-square-x-twitter: \e61a; +$fa-var-reacteurope: \f75d; +$fa-var-medium: \f23a; +$fa-var-medium-m: \f23a; +$fa-var-amilia: \f36d; +$fa-var-mixcloud: \f289; +$fa-var-flipboard: \f44d; +$fa-var-viacoin: \f237; +$fa-var-critical-role: \f6c9; +$fa-var-sitrox: \e44a; +$fa-var-discourse: \f393; +$fa-var-joomla: \f1aa; +$fa-var-mastodon: \f4f6; +$fa-var-airbnb: \f834; +$fa-var-wolf-pack-battalion: \f514; +$fa-var-buy-n-large: \f8a6; +$fa-var-gulp: \f3ae; +$fa-var-creative-commons-sampling-plus: \f4f1; +$fa-var-strava: \f428; +$fa-var-ember: \f423; +$fa-var-canadian-maple-leaf: \f785; +$fa-var-teamspeak: \f4f9; +$fa-var-pushed: \f3e1; +$fa-var-wordpress-simple: \f411; +$fa-var-nutritionix: \f3d6; +$fa-var-wodu: \e088; +$fa-var-google-pay: \e079; +$fa-var-intercom: \f7af; +$fa-var-zhihu: \f63f; +$fa-var-korvue: \f42f; +$fa-var-pix: \e43a; +$fa-var-steam-symbol: \f3f6; + +$fa-icons: ( + "0": $fa-var-0, + "1": $fa-var-1, + "2": $fa-var-2, + "3": $fa-var-3, + "4": $fa-var-4, + "5": $fa-var-5, + "6": $fa-var-6, + "7": $fa-var-7, + "8": $fa-var-8, + "9": $fa-var-9, + "fill-drip": $fa-var-fill-drip, + "arrows-to-circle": $fa-var-arrows-to-circle, + "circle-chevron-right": $fa-var-circle-chevron-right, + "chevron-circle-right": $fa-var-chevron-circle-right, + "at": $fa-var-at, + "trash-can": $fa-var-trash-can, + "trash-alt": $fa-var-trash-alt, + "text-height": $fa-var-text-height, + "user-xmark": $fa-var-user-xmark, + "user-times": $fa-var-user-times, + "stethoscope": $fa-var-stethoscope, + "message": $fa-var-message, + "comment-alt": $fa-var-comment-alt, + "info": $fa-var-info, + "down-left-and-up-right-to-center": $fa-var-down-left-and-up-right-to-center, + "compress-alt": $fa-var-compress-alt, + "explosion": $fa-var-explosion, + "file-lines": $fa-var-file-lines, + "file-alt": $fa-var-file-alt, + "file-text": $fa-var-file-text, + "wave-square": $fa-var-wave-square, + "ring": $fa-var-ring, + "building-un": $fa-var-building-un, + "dice-three": $fa-var-dice-three, + "calendar-days": $fa-var-calendar-days, + "calendar-alt": $fa-var-calendar-alt, + "anchor-circle-check": $fa-var-anchor-circle-check, + "building-circle-arrow-right": $fa-var-building-circle-arrow-right, + "volleyball": $fa-var-volleyball, + "volleyball-ball": $fa-var-volleyball-ball, + "arrows-up-to-line": $fa-var-arrows-up-to-line, + "sort-down": $fa-var-sort-down, + "sort-desc": $fa-var-sort-desc, + "circle-minus": $fa-var-circle-minus, + "minus-circle": $fa-var-minus-circle, + "door-open": $fa-var-door-open, + "right-from-bracket": $fa-var-right-from-bracket, + "sign-out-alt": $fa-var-sign-out-alt, + "atom": $fa-var-atom, + "soap": $fa-var-soap, + "icons": $fa-var-icons, + "heart-music-camera-bolt": $fa-var-heart-music-camera-bolt, + "microphone-lines-slash": $fa-var-microphone-lines-slash, + "microphone-alt-slash": $fa-var-microphone-alt-slash, + "bridge-circle-check": $fa-var-bridge-circle-check, + "pump-medical": $fa-var-pump-medical, + "fingerprint": $fa-var-fingerprint, + "hand-point-right": $fa-var-hand-point-right, + "magnifying-glass-location": $fa-var-magnifying-glass-location, + "search-location": $fa-var-search-location, + "forward-step": $fa-var-forward-step, + "step-forward": $fa-var-step-forward, + "face-smile-beam": $fa-var-face-smile-beam, + "smile-beam": $fa-var-smile-beam, + "flag-checkered": $fa-var-flag-checkered, + "football": $fa-var-football, + "football-ball": $fa-var-football-ball, + "school-circle-exclamation": $fa-var-school-circle-exclamation, + "crop": $fa-var-crop, + "angles-down": $fa-var-angles-down, + "angle-double-down": $fa-var-angle-double-down, + "users-rectangle": $fa-var-users-rectangle, + "people-roof": $fa-var-people-roof, + "people-line": $fa-var-people-line, + "beer-mug-empty": $fa-var-beer-mug-empty, + "beer": $fa-var-beer, + "diagram-predecessor": $fa-var-diagram-predecessor, + "arrow-up-long": $fa-var-arrow-up-long, + "long-arrow-up": $fa-var-long-arrow-up, + "fire-flame-simple": $fa-var-fire-flame-simple, + "burn": $fa-var-burn, + "person": $fa-var-person, + "male": $fa-var-male, + "laptop": $fa-var-laptop, + "file-csv": $fa-var-file-csv, + "menorah": $fa-var-menorah, + "truck-plane": $fa-var-truck-plane, + "record-vinyl": $fa-var-record-vinyl, + "face-grin-stars": $fa-var-face-grin-stars, + "grin-stars": $fa-var-grin-stars, + "bong": $fa-var-bong, + "spaghetti-monster-flying": $fa-var-spaghetti-monster-flying, + "pastafarianism": $fa-var-pastafarianism, + "arrow-down-up-across-line": $fa-var-arrow-down-up-across-line, + "spoon": $fa-var-spoon, + "utensil-spoon": $fa-var-utensil-spoon, + "jar-wheat": $fa-var-jar-wheat, + "envelopes-bulk": $fa-var-envelopes-bulk, + "mail-bulk": $fa-var-mail-bulk, + "file-circle-exclamation": $fa-var-file-circle-exclamation, + "circle-h": $fa-var-circle-h, + "hospital-symbol": $fa-var-hospital-symbol, + "pager": $fa-var-pager, + "address-book": $fa-var-address-book, + "contact-book": $fa-var-contact-book, + "strikethrough": $fa-var-strikethrough, + "k": $fa-var-k, + "landmark-flag": $fa-var-landmark-flag, + "pencil": $fa-var-pencil, + "pencil-alt": $fa-var-pencil-alt, + "backward": $fa-var-backward, + "caret-right": $fa-var-caret-right, + "comments": $fa-var-comments, + "paste": $fa-var-paste, + "file-clipboard": $fa-var-file-clipboard, + "code-pull-request": $fa-var-code-pull-request, + "clipboard-list": $fa-var-clipboard-list, + "truck-ramp-box": $fa-var-truck-ramp-box, + "truck-loading": $fa-var-truck-loading, + "user-check": $fa-var-user-check, + "vial-virus": $fa-var-vial-virus, + "sheet-plastic": $fa-var-sheet-plastic, + "blog": $fa-var-blog, + "user-ninja": $fa-var-user-ninja, + "person-arrow-up-from-line": $fa-var-person-arrow-up-from-line, + "scroll-torah": $fa-var-scroll-torah, + "torah": $fa-var-torah, + "broom-ball": $fa-var-broom-ball, + "quidditch": $fa-var-quidditch, + "quidditch-broom-ball": $fa-var-quidditch-broom-ball, + "toggle-off": $fa-var-toggle-off, + "box-archive": $fa-var-box-archive, + "archive": $fa-var-archive, + "person-drowning": $fa-var-person-drowning, + "arrow-down-9-1": $fa-var-arrow-down-9-1, + "sort-numeric-desc": $fa-var-sort-numeric-desc, + "sort-numeric-down-alt": $fa-var-sort-numeric-down-alt, + "face-grin-tongue-squint": $fa-var-face-grin-tongue-squint, + "grin-tongue-squint": $fa-var-grin-tongue-squint, + "spray-can": $fa-var-spray-can, + "truck-monster": $fa-var-truck-monster, + "w": $fa-var-w, + "earth-africa": $fa-var-earth-africa, + "globe-africa": $fa-var-globe-africa, + "rainbow": $fa-var-rainbow, + "circle-notch": $fa-var-circle-notch, + "tablet-screen-button": $fa-var-tablet-screen-button, + "tablet-alt": $fa-var-tablet-alt, + "paw": $fa-var-paw, + "cloud": $fa-var-cloud, + "trowel-bricks": $fa-var-trowel-bricks, + "face-flushed": $fa-var-face-flushed, + "flushed": $fa-var-flushed, + "hospital-user": $fa-var-hospital-user, + "tent-arrow-left-right": $fa-var-tent-arrow-left-right, + "gavel": $fa-var-gavel, + "legal": $fa-var-legal, + "binoculars": $fa-var-binoculars, + "microphone-slash": $fa-var-microphone-slash, + "box-tissue": $fa-var-box-tissue, + "motorcycle": $fa-var-motorcycle, + "bell-concierge": $fa-var-bell-concierge, + "concierge-bell": $fa-var-concierge-bell, + "pen-ruler": $fa-var-pen-ruler, + "pencil-ruler": $fa-var-pencil-ruler, + "people-arrows": $fa-var-people-arrows, + "people-arrows-left-right": $fa-var-people-arrows-left-right, + "mars-and-venus-burst": $fa-var-mars-and-venus-burst, + "square-caret-right": $fa-var-square-caret-right, + "caret-square-right": $fa-var-caret-square-right, + "scissors": $fa-var-scissors, + "cut": $fa-var-cut, + "sun-plant-wilt": $fa-var-sun-plant-wilt, + "toilets-portable": $fa-var-toilets-portable, + "hockey-puck": $fa-var-hockey-puck, + "table": $fa-var-table, + "magnifying-glass-arrow-right": $fa-var-magnifying-glass-arrow-right, + "tachograph-digital": $fa-var-tachograph-digital, + "digital-tachograph": $fa-var-digital-tachograph, + "users-slash": $fa-var-users-slash, + "clover": $fa-var-clover, + "reply": $fa-var-reply, + "mail-reply": $fa-var-mail-reply, + "star-and-crescent": $fa-var-star-and-crescent, + "house-fire": $fa-var-house-fire, + "square-minus": $fa-var-square-minus, + "minus-square": $fa-var-minus-square, + "helicopter": $fa-var-helicopter, + "compass": $fa-var-compass, + "square-caret-down": $fa-var-square-caret-down, + "caret-square-down": $fa-var-caret-square-down, + "file-circle-question": $fa-var-file-circle-question, + "laptop-code": $fa-var-laptop-code, + "swatchbook": $fa-var-swatchbook, + "prescription-bottle": $fa-var-prescription-bottle, + "bars": $fa-var-bars, + "navicon": $fa-var-navicon, + "people-group": $fa-var-people-group, + "hourglass-end": $fa-var-hourglass-end, + "hourglass-3": $fa-var-hourglass-3, + "heart-crack": $fa-var-heart-crack, + "heart-broken": $fa-var-heart-broken, + "square-up-right": $fa-var-square-up-right, + "external-link-square-alt": $fa-var-external-link-square-alt, + "face-kiss-beam": $fa-var-face-kiss-beam, + "kiss-beam": $fa-var-kiss-beam, + "film": $fa-var-film, + "ruler-horizontal": $fa-var-ruler-horizontal, + "people-robbery": $fa-var-people-robbery, + "lightbulb": $fa-var-lightbulb, + "caret-left": $fa-var-caret-left, + "circle-exclamation": $fa-var-circle-exclamation, + "exclamation-circle": $fa-var-exclamation-circle, + "school-circle-xmark": $fa-var-school-circle-xmark, + "arrow-right-from-bracket": $fa-var-arrow-right-from-bracket, + "sign-out": $fa-var-sign-out, + "circle-chevron-down": $fa-var-circle-chevron-down, + "chevron-circle-down": $fa-var-chevron-circle-down, + "unlock-keyhole": $fa-var-unlock-keyhole, + "unlock-alt": $fa-var-unlock-alt, + "cloud-showers-heavy": $fa-var-cloud-showers-heavy, + "headphones-simple": $fa-var-headphones-simple, + "headphones-alt": $fa-var-headphones-alt, + "sitemap": $fa-var-sitemap, + "circle-dollar-to-slot": $fa-var-circle-dollar-to-slot, + "donate": $fa-var-donate, + "memory": $fa-var-memory, + "road-spikes": $fa-var-road-spikes, + "fire-burner": $fa-var-fire-burner, + "flag": $fa-var-flag, + "hanukiah": $fa-var-hanukiah, + "feather": $fa-var-feather, + "volume-low": $fa-var-volume-low, + "volume-down": $fa-var-volume-down, + "comment-slash": $fa-var-comment-slash, + "cloud-sun-rain": $fa-var-cloud-sun-rain, + "compress": $fa-var-compress, + "wheat-awn": $fa-var-wheat-awn, + "wheat-alt": $fa-var-wheat-alt, + "ankh": $fa-var-ankh, + "hands-holding-child": $fa-var-hands-holding-child, + "asterisk": $fa-var-asterisk, + "square-check": $fa-var-square-check, + "check-square": $fa-var-check-square, + "peseta-sign": $fa-var-peseta-sign, + "heading": $fa-var-heading, + "header": $fa-var-header, + "ghost": $fa-var-ghost, + "list": $fa-var-list, + "list-squares": $fa-var-list-squares, + "square-phone-flip": $fa-var-square-phone-flip, + "phone-square-alt": $fa-var-phone-square-alt, + "cart-plus": $fa-var-cart-plus, + "gamepad": $fa-var-gamepad, + "circle-dot": $fa-var-circle-dot, + "dot-circle": $fa-var-dot-circle, + "face-dizzy": $fa-var-face-dizzy, + "dizzy": $fa-var-dizzy, + "egg": $fa-var-egg, + "house-medical-circle-xmark": $fa-var-house-medical-circle-xmark, + "campground": $fa-var-campground, + "folder-plus": $fa-var-folder-plus, + "futbol": $fa-var-futbol, + "futbol-ball": $fa-var-futbol-ball, + "soccer-ball": $fa-var-soccer-ball, + "paintbrush": $fa-var-paintbrush, + "paint-brush": $fa-var-paint-brush, + "lock": $fa-var-lock, + "gas-pump": $fa-var-gas-pump, + "hot-tub-person": $fa-var-hot-tub-person, + "hot-tub": $fa-var-hot-tub, + "map-location": $fa-var-map-location, + "map-marked": $fa-var-map-marked, + "house-flood-water": $fa-var-house-flood-water, + "tree": $fa-var-tree, + "bridge-lock": $fa-var-bridge-lock, + "sack-dollar": $fa-var-sack-dollar, + "pen-to-square": $fa-var-pen-to-square, + "edit": $fa-var-edit, + "car-side": $fa-var-car-side, + "share-nodes": $fa-var-share-nodes, + "share-alt": $fa-var-share-alt, + "heart-circle-minus": $fa-var-heart-circle-minus, + "hourglass-half": $fa-var-hourglass-half, + "hourglass-2": $fa-var-hourglass-2, + "microscope": $fa-var-microscope, + "sink": $fa-var-sink, + "bag-shopping": $fa-var-bag-shopping, + "shopping-bag": $fa-var-shopping-bag, + "arrow-down-z-a": $fa-var-arrow-down-z-a, + "sort-alpha-desc": $fa-var-sort-alpha-desc, + "sort-alpha-down-alt": $fa-var-sort-alpha-down-alt, + "mitten": $fa-var-mitten, + "person-rays": $fa-var-person-rays, + "users": $fa-var-users, + "eye-slash": $fa-var-eye-slash, + "flask-vial": $fa-var-flask-vial, + "hand": $fa-var-hand, + "hand-paper": $fa-var-hand-paper, + "om": $fa-var-om, + "worm": $fa-var-worm, + "house-circle-xmark": $fa-var-house-circle-xmark, + "plug": $fa-var-plug, + "chevron-up": $fa-var-chevron-up, + "hand-spock": $fa-var-hand-spock, + "stopwatch": $fa-var-stopwatch, + "face-kiss": $fa-var-face-kiss, + "kiss": $fa-var-kiss, + "bridge-circle-xmark": $fa-var-bridge-circle-xmark, + "face-grin-tongue": $fa-var-face-grin-tongue, + "grin-tongue": $fa-var-grin-tongue, + "chess-bishop": $fa-var-chess-bishop, + "face-grin-wink": $fa-var-face-grin-wink, + "grin-wink": $fa-var-grin-wink, + "ear-deaf": $fa-var-ear-deaf, + "deaf": $fa-var-deaf, + "deafness": $fa-var-deafness, + "hard-of-hearing": $fa-var-hard-of-hearing, + "road-circle-check": $fa-var-road-circle-check, + "dice-five": $fa-var-dice-five, + "square-rss": $fa-var-square-rss, + "rss-square": $fa-var-rss-square, + "land-mine-on": $fa-var-land-mine-on, + "i-cursor": $fa-var-i-cursor, + "stamp": $fa-var-stamp, + "stairs": $fa-var-stairs, + "i": $fa-var-i, + "hryvnia-sign": $fa-var-hryvnia-sign, + "hryvnia": $fa-var-hryvnia, + "pills": $fa-var-pills, + "face-grin-wide": $fa-var-face-grin-wide, + "grin-alt": $fa-var-grin-alt, + "tooth": $fa-var-tooth, + "v": $fa-var-v, + "bangladeshi-taka-sign": $fa-var-bangladeshi-taka-sign, + "bicycle": $fa-var-bicycle, + "staff-snake": $fa-var-staff-snake, + "rod-asclepius": $fa-var-rod-asclepius, + "rod-snake": $fa-var-rod-snake, + "staff-aesculapius": $fa-var-staff-aesculapius, + "head-side-cough-slash": $fa-var-head-side-cough-slash, + "truck-medical": $fa-var-truck-medical, + "ambulance": $fa-var-ambulance, + "wheat-awn-circle-exclamation": $fa-var-wheat-awn-circle-exclamation, + "snowman": $fa-var-snowman, + "mortar-pestle": $fa-var-mortar-pestle, + "road-barrier": $fa-var-road-barrier, + "school": $fa-var-school, + "igloo": $fa-var-igloo, + "joint": $fa-var-joint, + "angle-right": $fa-var-angle-right, + "horse": $fa-var-horse, + "q": $fa-var-q, + "g": $fa-var-g, + "notes-medical": $fa-var-notes-medical, + "temperature-half": $fa-var-temperature-half, + "temperature-2": $fa-var-temperature-2, + "thermometer-2": $fa-var-thermometer-2, + "thermometer-half": $fa-var-thermometer-half, + "dong-sign": $fa-var-dong-sign, + "capsules": $fa-var-capsules, + "poo-storm": $fa-var-poo-storm, + "poo-bolt": $fa-var-poo-bolt, + "face-frown-open": $fa-var-face-frown-open, + "frown-open": $fa-var-frown-open, + "hand-point-up": $fa-var-hand-point-up, + "money-bill": $fa-var-money-bill, + "bookmark": $fa-var-bookmark, + "align-justify": $fa-var-align-justify, + "umbrella-beach": $fa-var-umbrella-beach, + "helmet-un": $fa-var-helmet-un, + "bullseye": $fa-var-bullseye, + "bacon": $fa-var-bacon, + "hand-point-down": $fa-var-hand-point-down, + "arrow-up-from-bracket": $fa-var-arrow-up-from-bracket, + "folder": $fa-var-folder, + "folder-blank": $fa-var-folder-blank, + "file-waveform": $fa-var-file-waveform, + "file-medical-alt": $fa-var-file-medical-alt, + "radiation": $fa-var-radiation, + "chart-simple": $fa-var-chart-simple, + "mars-stroke": $fa-var-mars-stroke, + "vial": $fa-var-vial, + "gauge": $fa-var-gauge, + "dashboard": $fa-var-dashboard, + "gauge-med": $fa-var-gauge-med, + "tachometer-alt-average": $fa-var-tachometer-alt-average, + "wand-magic-sparkles": $fa-var-wand-magic-sparkles, + "magic-wand-sparkles": $fa-var-magic-wand-sparkles, + "e": $fa-var-e, + "pen-clip": $fa-var-pen-clip, + "pen-alt": $fa-var-pen-alt, + "bridge-circle-exclamation": $fa-var-bridge-circle-exclamation, + "user": $fa-var-user, + "school-circle-check": $fa-var-school-circle-check, + "dumpster": $fa-var-dumpster, + "van-shuttle": $fa-var-van-shuttle, + "shuttle-van": $fa-var-shuttle-van, + "building-user": $fa-var-building-user, + "square-caret-left": $fa-var-square-caret-left, + "caret-square-left": $fa-var-caret-square-left, + "highlighter": $fa-var-highlighter, + "key": $fa-var-key, + "bullhorn": $fa-var-bullhorn, + "globe": $fa-var-globe, + "synagogue": $fa-var-synagogue, + "person-half-dress": $fa-var-person-half-dress, + "road-bridge": $fa-var-road-bridge, + "location-arrow": $fa-var-location-arrow, + "c": $fa-var-c, + "tablet-button": $fa-var-tablet-button, + "building-lock": $fa-var-building-lock, + "pizza-slice": $fa-var-pizza-slice, + "money-bill-wave": $fa-var-money-bill-wave, + "chart-area": $fa-var-chart-area, + "area-chart": $fa-var-area-chart, + "house-flag": $fa-var-house-flag, + "person-circle-minus": $fa-var-person-circle-minus, + "ban": $fa-var-ban, + "cancel": $fa-var-cancel, + "camera-rotate": $fa-var-camera-rotate, + "spray-can-sparkles": $fa-var-spray-can-sparkles, + "air-freshener": $fa-var-air-freshener, + "star": $fa-var-star, + "repeat": $fa-var-repeat, + "cross": $fa-var-cross, + "box": $fa-var-box, + "venus-mars": $fa-var-venus-mars, + "arrow-pointer": $fa-var-arrow-pointer, + "mouse-pointer": $fa-var-mouse-pointer, + "maximize": $fa-var-maximize, + "expand-arrows-alt": $fa-var-expand-arrows-alt, + "charging-station": $fa-var-charging-station, + "shapes": $fa-var-shapes, + "triangle-circle-square": $fa-var-triangle-circle-square, + "shuffle": $fa-var-shuffle, + "random": $fa-var-random, + "person-running": $fa-var-person-running, + "running": $fa-var-running, + "mobile-retro": $fa-var-mobile-retro, + "grip-lines-vertical": $fa-var-grip-lines-vertical, + "spider": $fa-var-spider, + "hands-bound": $fa-var-hands-bound, + "file-invoice-dollar": $fa-var-file-invoice-dollar, + "plane-circle-exclamation": $fa-var-plane-circle-exclamation, + "x-ray": $fa-var-x-ray, + "spell-check": $fa-var-spell-check, + "slash": $fa-var-slash, + "computer-mouse": $fa-var-computer-mouse, + "mouse": $fa-var-mouse, + "arrow-right-to-bracket": $fa-var-arrow-right-to-bracket, + "sign-in": $fa-var-sign-in, + "shop-slash": $fa-var-shop-slash, + "store-alt-slash": $fa-var-store-alt-slash, + "server": $fa-var-server, + "virus-covid-slash": $fa-var-virus-covid-slash, + "shop-lock": $fa-var-shop-lock, + "hourglass-start": $fa-var-hourglass-start, + "hourglass-1": $fa-var-hourglass-1, + "blender-phone": $fa-var-blender-phone, + "building-wheat": $fa-var-building-wheat, + "person-breastfeeding": $fa-var-person-breastfeeding, + "right-to-bracket": $fa-var-right-to-bracket, + "sign-in-alt": $fa-var-sign-in-alt, + "venus": $fa-var-venus, + "passport": $fa-var-passport, + "thumbtack-slash": $fa-var-thumbtack-slash, + "thumb-tack-slash": $fa-var-thumb-tack-slash, + "heart-pulse": $fa-var-heart-pulse, + "heartbeat": $fa-var-heartbeat, + "people-carry-box": $fa-var-people-carry-box, + "people-carry": $fa-var-people-carry, + "temperature-high": $fa-var-temperature-high, + "microchip": $fa-var-microchip, + "crown": $fa-var-crown, + "weight-hanging": $fa-var-weight-hanging, + "xmarks-lines": $fa-var-xmarks-lines, + "file-prescription": $fa-var-file-prescription, + "weight-scale": $fa-var-weight-scale, + "weight": $fa-var-weight, + "user-group": $fa-var-user-group, + "user-friends": $fa-var-user-friends, + "arrow-up-a-z": $fa-var-arrow-up-a-z, + "sort-alpha-up": $fa-var-sort-alpha-up, + "chess-knight": $fa-var-chess-knight, + "face-laugh-squint": $fa-var-face-laugh-squint, + "laugh-squint": $fa-var-laugh-squint, + "wheelchair": $fa-var-wheelchair, + "circle-arrow-up": $fa-var-circle-arrow-up, + "arrow-circle-up": $fa-var-arrow-circle-up, + "toggle-on": $fa-var-toggle-on, + "person-walking": $fa-var-person-walking, + "walking": $fa-var-walking, + "l": $fa-var-l, + "fire": $fa-var-fire, + "bed-pulse": $fa-var-bed-pulse, + "procedures": $fa-var-procedures, + "shuttle-space": $fa-var-shuttle-space, + "space-shuttle": $fa-var-space-shuttle, + "face-laugh": $fa-var-face-laugh, + "laugh": $fa-var-laugh, + "folder-open": $fa-var-folder-open, + "heart-circle-plus": $fa-var-heart-circle-plus, + "code-fork": $fa-var-code-fork, + "city": $fa-var-city, + "microphone-lines": $fa-var-microphone-lines, + "microphone-alt": $fa-var-microphone-alt, + "pepper-hot": $fa-var-pepper-hot, + "unlock": $fa-var-unlock, + "colon-sign": $fa-var-colon-sign, + "headset": $fa-var-headset, + "store-slash": $fa-var-store-slash, + "road-circle-xmark": $fa-var-road-circle-xmark, + "user-minus": $fa-var-user-minus, + "mars-stroke-up": $fa-var-mars-stroke-up, + "mars-stroke-v": $fa-var-mars-stroke-v, + "champagne-glasses": $fa-var-champagne-glasses, + "glass-cheers": $fa-var-glass-cheers, + "clipboard": $fa-var-clipboard, + "house-circle-exclamation": $fa-var-house-circle-exclamation, + "file-arrow-up": $fa-var-file-arrow-up, + "file-upload": $fa-var-file-upload, + "wifi": $fa-var-wifi, + "wifi-3": $fa-var-wifi-3, + "wifi-strong": $fa-var-wifi-strong, + "bath": $fa-var-bath, + "bathtub": $fa-var-bathtub, + "underline": $fa-var-underline, + "user-pen": $fa-var-user-pen, + "user-edit": $fa-var-user-edit, + "signature": $fa-var-signature, + "stroopwafel": $fa-var-stroopwafel, + "bold": $fa-var-bold, + "anchor-lock": $fa-var-anchor-lock, + "building-ngo": $fa-var-building-ngo, + "manat-sign": $fa-var-manat-sign, + "not-equal": $fa-var-not-equal, + "border-top-left": $fa-var-border-top-left, + "border-style": $fa-var-border-style, + "map-location-dot": $fa-var-map-location-dot, + "map-marked-alt": $fa-var-map-marked-alt, + "jedi": $fa-var-jedi, + "square-poll-vertical": $fa-var-square-poll-vertical, + "poll": $fa-var-poll, + "mug-hot": $fa-var-mug-hot, + "car-battery": $fa-var-car-battery, + "battery-car": $fa-var-battery-car, + "gift": $fa-var-gift, + "dice-two": $fa-var-dice-two, + "chess-queen": $fa-var-chess-queen, + "glasses": $fa-var-glasses, + "chess-board": $fa-var-chess-board, + "building-circle-check": $fa-var-building-circle-check, + "person-chalkboard": $fa-var-person-chalkboard, + "mars-stroke-right": $fa-var-mars-stroke-right, + "mars-stroke-h": $fa-var-mars-stroke-h, + "hand-back-fist": $fa-var-hand-back-fist, + "hand-rock": $fa-var-hand-rock, + "square-caret-up": $fa-var-square-caret-up, + "caret-square-up": $fa-var-caret-square-up, + "cloud-showers-water": $fa-var-cloud-showers-water, + "chart-bar": $fa-var-chart-bar, + "bar-chart": $fa-var-bar-chart, + "hands-bubbles": $fa-var-hands-bubbles, + "hands-wash": $fa-var-hands-wash, + "less-than-equal": $fa-var-less-than-equal, + "train": $fa-var-train, + "eye-low-vision": $fa-var-eye-low-vision, + "low-vision": $fa-var-low-vision, + "crow": $fa-var-crow, + "sailboat": $fa-var-sailboat, + "window-restore": $fa-var-window-restore, + "square-plus": $fa-var-square-plus, + "plus-square": $fa-var-plus-square, + "torii-gate": $fa-var-torii-gate, + "frog": $fa-var-frog, + "bucket": $fa-var-bucket, + "image": $fa-var-image, + "microphone": $fa-var-microphone, + "cow": $fa-var-cow, + "caret-up": $fa-var-caret-up, + "screwdriver": $fa-var-screwdriver, + "folder-closed": $fa-var-folder-closed, + "house-tsunami": $fa-var-house-tsunami, + "square-nfi": $fa-var-square-nfi, + "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, + "rotate-left": $fa-var-rotate-left, + "rotate-back": $fa-var-rotate-back, + "rotate-backward": $fa-var-rotate-backward, + "undo-alt": $fa-var-undo-alt, + "table-columns": $fa-var-table-columns, + "columns": $fa-var-columns, + "lemon": $fa-var-lemon, + "head-side-mask": $fa-var-head-side-mask, + "handshake": $fa-var-handshake, + "gem": $fa-var-gem, + "dolly": $fa-var-dolly, + "dolly-box": $fa-var-dolly-box, + "smoking": $fa-var-smoking, + "minimize": $fa-var-minimize, + "compress-arrows-alt": $fa-var-compress-arrows-alt, + "monument": $fa-var-monument, + "snowplow": $fa-var-snowplow, + "angles-right": $fa-var-angles-right, + "angle-double-right": $fa-var-angle-double-right, + "cannabis": $fa-var-cannabis, + "circle-play": $fa-var-circle-play, + "play-circle": $fa-var-play-circle, + "tablets": $fa-var-tablets, + "ethernet": $fa-var-ethernet, + "euro-sign": $fa-var-euro-sign, + "eur": $fa-var-eur, + "euro": $fa-var-euro, + "chair": $fa-var-chair, + "circle-check": $fa-var-circle-check, + "check-circle": $fa-var-check-circle, + "circle-stop": $fa-var-circle-stop, + "stop-circle": $fa-var-stop-circle, + "compass-drafting": $fa-var-compass-drafting, + "drafting-compass": $fa-var-drafting-compass, + "plate-wheat": $fa-var-plate-wheat, + "icicles": $fa-var-icicles, + "person-shelter": $fa-var-person-shelter, + "neuter": $fa-var-neuter, + "id-badge": $fa-var-id-badge, + "marker": $fa-var-marker, + "face-laugh-beam": $fa-var-face-laugh-beam, + "laugh-beam": $fa-var-laugh-beam, + "helicopter-symbol": $fa-var-helicopter-symbol, + "universal-access": $fa-var-universal-access, + "circle-chevron-up": $fa-var-circle-chevron-up, + "chevron-circle-up": $fa-var-chevron-circle-up, + "lari-sign": $fa-var-lari-sign, + "volcano": $fa-var-volcano, + "person-walking-dashed-line-arrow-right": $fa-var-person-walking-dashed-line-arrow-right, + "sterling-sign": $fa-var-sterling-sign, + "gbp": $fa-var-gbp, + "pound-sign": $fa-var-pound-sign, + "viruses": $fa-var-viruses, + "square-person-confined": $fa-var-square-person-confined, + "user-tie": $fa-var-user-tie, + "arrow-down-long": $fa-var-arrow-down-long, + "long-arrow-down": $fa-var-long-arrow-down, + "tent-arrow-down-to-line": $fa-var-tent-arrow-down-to-line, + "certificate": $fa-var-certificate, + "reply-all": $fa-var-reply-all, + "mail-reply-all": $fa-var-mail-reply-all, + "suitcase": $fa-var-suitcase, + "person-skating": $fa-var-person-skating, + "skating": $fa-var-skating, + "filter-circle-dollar": $fa-var-filter-circle-dollar, + "funnel-dollar": $fa-var-funnel-dollar, + "camera-retro": $fa-var-camera-retro, + "circle-arrow-down": $fa-var-circle-arrow-down, + "arrow-circle-down": $fa-var-arrow-circle-down, + "file-import": $fa-var-file-import, + "arrow-right-to-file": $fa-var-arrow-right-to-file, + "square-arrow-up-right": $fa-var-square-arrow-up-right, + "external-link-square": $fa-var-external-link-square, + "box-open": $fa-var-box-open, + "scroll": $fa-var-scroll, + "spa": $fa-var-spa, + "location-pin-lock": $fa-var-location-pin-lock, + "pause": $fa-var-pause, + "hill-avalanche": $fa-var-hill-avalanche, + "temperature-empty": $fa-var-temperature-empty, + "temperature-0": $fa-var-temperature-0, + "thermometer-0": $fa-var-thermometer-0, + "thermometer-empty": $fa-var-thermometer-empty, + "bomb": $fa-var-bomb, + "registered": $fa-var-registered, + "address-card": $fa-var-address-card, + "contact-card": $fa-var-contact-card, + "vcard": $fa-var-vcard, + "scale-unbalanced-flip": $fa-var-scale-unbalanced-flip, + "balance-scale-right": $fa-var-balance-scale-right, + "subscript": $fa-var-subscript, + "diamond-turn-right": $fa-var-diamond-turn-right, + "directions": $fa-var-directions, + "burst": $fa-var-burst, + "house-laptop": $fa-var-house-laptop, + "laptop-house": $fa-var-laptop-house, + "face-tired": $fa-var-face-tired, + "tired": $fa-var-tired, + "money-bills": $fa-var-money-bills, + "smog": $fa-var-smog, + "crutch": $fa-var-crutch, + "cloud-arrow-up": $fa-var-cloud-arrow-up, + "cloud-upload": $fa-var-cloud-upload, + "cloud-upload-alt": $fa-var-cloud-upload-alt, + "palette": $fa-var-palette, + "arrows-turn-right": $fa-var-arrows-turn-right, + "vest": $fa-var-vest, + "ferry": $fa-var-ferry, + "arrows-down-to-people": $fa-var-arrows-down-to-people, + "seedling": $fa-var-seedling, + "sprout": $fa-var-sprout, + "left-right": $fa-var-left-right, + "arrows-alt-h": $fa-var-arrows-alt-h, + "boxes-packing": $fa-var-boxes-packing, + "circle-arrow-left": $fa-var-circle-arrow-left, + "arrow-circle-left": $fa-var-arrow-circle-left, + "group-arrows-rotate": $fa-var-group-arrows-rotate, + "bowl-food": $fa-var-bowl-food, + "candy-cane": $fa-var-candy-cane, + "arrow-down-wide-short": $fa-var-arrow-down-wide-short, + "sort-amount-asc": $fa-var-sort-amount-asc, + "sort-amount-down": $fa-var-sort-amount-down, + "cloud-bolt": $fa-var-cloud-bolt, + "thunderstorm": $fa-var-thunderstorm, + "text-slash": $fa-var-text-slash, + "remove-format": $fa-var-remove-format, + "face-smile-wink": $fa-var-face-smile-wink, + "smile-wink": $fa-var-smile-wink, + "file-word": $fa-var-file-word, + "file-powerpoint": $fa-var-file-powerpoint, + "arrows-left-right": $fa-var-arrows-left-right, + "arrows-h": $fa-var-arrows-h, + "house-lock": $fa-var-house-lock, + "cloud-arrow-down": $fa-var-cloud-arrow-down, + "cloud-download": $fa-var-cloud-download, + "cloud-download-alt": $fa-var-cloud-download-alt, + "children": $fa-var-children, + "chalkboard": $fa-var-chalkboard, + "blackboard": $fa-var-blackboard, + "user-large-slash": $fa-var-user-large-slash, + "user-alt-slash": $fa-var-user-alt-slash, + "envelope-open": $fa-var-envelope-open, + "handshake-simple-slash": $fa-var-handshake-simple-slash, + "handshake-alt-slash": $fa-var-handshake-alt-slash, + "mattress-pillow": $fa-var-mattress-pillow, + "guarani-sign": $fa-var-guarani-sign, + "arrows-rotate": $fa-var-arrows-rotate, + "refresh": $fa-var-refresh, + "sync": $fa-var-sync, + "fire-extinguisher": $fa-var-fire-extinguisher, + "cruzeiro-sign": $fa-var-cruzeiro-sign, + "greater-than-equal": $fa-var-greater-than-equal, + "shield-halved": $fa-var-shield-halved, + "shield-alt": $fa-var-shield-alt, + "book-atlas": $fa-var-book-atlas, + "atlas": $fa-var-atlas, + "virus": $fa-var-virus, + "envelope-circle-check": $fa-var-envelope-circle-check, + "layer-group": $fa-var-layer-group, + "arrows-to-dot": $fa-var-arrows-to-dot, + "archway": $fa-var-archway, + "heart-circle-check": $fa-var-heart-circle-check, + "house-chimney-crack": $fa-var-house-chimney-crack, + "house-damage": $fa-var-house-damage, + "file-zipper": $fa-var-file-zipper, + "file-archive": $fa-var-file-archive, + "square": $fa-var-square, + "martini-glass-empty": $fa-var-martini-glass-empty, + "glass-martini": $fa-var-glass-martini, + "couch": $fa-var-couch, + "cedi-sign": $fa-var-cedi-sign, + "italic": $fa-var-italic, + "table-cells-column-lock": $fa-var-table-cells-column-lock, + "church": $fa-var-church, + "comments-dollar": $fa-var-comments-dollar, + "democrat": $fa-var-democrat, + "z": $fa-var-z, + "person-skiing": $fa-var-person-skiing, + "skiing": $fa-var-skiing, + "road-lock": $fa-var-road-lock, + "a": $fa-var-a, + "temperature-arrow-down": $fa-var-temperature-arrow-down, + "temperature-down": $fa-var-temperature-down, + "feather-pointed": $fa-var-feather-pointed, + "feather-alt": $fa-var-feather-alt, + "p": $fa-var-p, + "snowflake": $fa-var-snowflake, + "newspaper": $fa-var-newspaper, + "rectangle-ad": $fa-var-rectangle-ad, + "ad": $fa-var-ad, + "circle-arrow-right": $fa-var-circle-arrow-right, + "arrow-circle-right": $fa-var-arrow-circle-right, + "filter-circle-xmark": $fa-var-filter-circle-xmark, + "locust": $fa-var-locust, + "sort": $fa-var-sort, + "unsorted": $fa-var-unsorted, + "list-ol": $fa-var-list-ol, + "list-1-2": $fa-var-list-1-2, + "list-numeric": $fa-var-list-numeric, + "person-dress-burst": $fa-var-person-dress-burst, + "money-check-dollar": $fa-var-money-check-dollar, + "money-check-alt": $fa-var-money-check-alt, + "vector-square": $fa-var-vector-square, + "bread-slice": $fa-var-bread-slice, + "language": $fa-var-language, + "face-kiss-wink-heart": $fa-var-face-kiss-wink-heart, + "kiss-wink-heart": $fa-var-kiss-wink-heart, + "filter": $fa-var-filter, + "question": $fa-var-question, + "file-signature": $fa-var-file-signature, + "up-down-left-right": $fa-var-up-down-left-right, + "arrows-alt": $fa-var-arrows-alt, + "house-chimney-user": $fa-var-house-chimney-user, + "hand-holding-heart": $fa-var-hand-holding-heart, + "puzzle-piece": $fa-var-puzzle-piece, + "money-check": $fa-var-money-check, + "star-half-stroke": $fa-var-star-half-stroke, + "star-half-alt": $fa-var-star-half-alt, + "code": $fa-var-code, + "whiskey-glass": $fa-var-whiskey-glass, + "glass-whiskey": $fa-var-glass-whiskey, + "building-circle-exclamation": $fa-var-building-circle-exclamation, + "magnifying-glass-chart": $fa-var-magnifying-glass-chart, + "arrow-up-right-from-square": $fa-var-arrow-up-right-from-square, + "external-link": $fa-var-external-link, + "cubes-stacked": $fa-var-cubes-stacked, + "won-sign": $fa-var-won-sign, + "krw": $fa-var-krw, + "won": $fa-var-won, + "virus-covid": $fa-var-virus-covid, + "austral-sign": $fa-var-austral-sign, + "f": $fa-var-f, + "leaf": $fa-var-leaf, + "road": $fa-var-road, + "taxi": $fa-var-taxi, + "cab": $fa-var-cab, + "person-circle-plus": $fa-var-person-circle-plus, + "chart-pie": $fa-var-chart-pie, + "pie-chart": $fa-var-pie-chart, + "bolt-lightning": $fa-var-bolt-lightning, + "sack-xmark": $fa-var-sack-xmark, + "file-excel": $fa-var-file-excel, + "file-contract": $fa-var-file-contract, + "fish-fins": $fa-var-fish-fins, + "building-flag": $fa-var-building-flag, + "face-grin-beam": $fa-var-face-grin-beam, + "grin-beam": $fa-var-grin-beam, + "object-ungroup": $fa-var-object-ungroup, + "poop": $fa-var-poop, + "location-pin": $fa-var-location-pin, + "map-marker": $fa-var-map-marker, + "kaaba": $fa-var-kaaba, + "toilet-paper": $fa-var-toilet-paper, + "helmet-safety": $fa-var-helmet-safety, + "hard-hat": $fa-var-hard-hat, + "hat-hard": $fa-var-hat-hard, + "eject": $fa-var-eject, + "circle-right": $fa-var-circle-right, + "arrow-alt-circle-right": $fa-var-arrow-alt-circle-right, + "plane-circle-check": $fa-var-plane-circle-check, + "face-rolling-eyes": $fa-var-face-rolling-eyes, + "meh-rolling-eyes": $fa-var-meh-rolling-eyes, + "object-group": $fa-var-object-group, + "chart-line": $fa-var-chart-line, + "line-chart": $fa-var-line-chart, + "mask-ventilator": $fa-var-mask-ventilator, + "arrow-right": $fa-var-arrow-right, + "signs-post": $fa-var-signs-post, + "map-signs": $fa-var-map-signs, + "cash-register": $fa-var-cash-register, + "person-circle-question": $fa-var-person-circle-question, + "h": $fa-var-h, + "tarp": $fa-var-tarp, + "screwdriver-wrench": $fa-var-screwdriver-wrench, + "tools": $fa-var-tools, + "arrows-to-eye": $fa-var-arrows-to-eye, + "plug-circle-bolt": $fa-var-plug-circle-bolt, + "heart": $fa-var-heart, + "mars-and-venus": $fa-var-mars-and-venus, + "house-user": $fa-var-house-user, + "home-user": $fa-var-home-user, + "dumpster-fire": $fa-var-dumpster-fire, + "house-crack": $fa-var-house-crack, + "martini-glass-citrus": $fa-var-martini-glass-citrus, + "cocktail": $fa-var-cocktail, + "face-surprise": $fa-var-face-surprise, + "surprise": $fa-var-surprise, + "bottle-water": $fa-var-bottle-water, + "circle-pause": $fa-var-circle-pause, + "pause-circle": $fa-var-pause-circle, + "toilet-paper-slash": $fa-var-toilet-paper-slash, + "apple-whole": $fa-var-apple-whole, + "apple-alt": $fa-var-apple-alt, + "kitchen-set": $fa-var-kitchen-set, + "r": $fa-var-r, + "temperature-quarter": $fa-var-temperature-quarter, + "temperature-1": $fa-var-temperature-1, + "thermometer-1": $fa-var-thermometer-1, + "thermometer-quarter": $fa-var-thermometer-quarter, + "cube": $fa-var-cube, + "bitcoin-sign": $fa-var-bitcoin-sign, + "shield-dog": $fa-var-shield-dog, + "solar-panel": $fa-var-solar-panel, + "lock-open": $fa-var-lock-open, + "elevator": $fa-var-elevator, + "money-bill-transfer": $fa-var-money-bill-transfer, + "money-bill-trend-up": $fa-var-money-bill-trend-up, + "house-flood-water-circle-arrow-right": $fa-var-house-flood-water-circle-arrow-right, + "square-poll-horizontal": $fa-var-square-poll-horizontal, + "poll-h": $fa-var-poll-h, + "circle": $fa-var-circle, + "backward-fast": $fa-var-backward-fast, + "fast-backward": $fa-var-fast-backward, + "recycle": $fa-var-recycle, + "user-astronaut": $fa-var-user-astronaut, + "plane-slash": $fa-var-plane-slash, + "trademark": $fa-var-trademark, + "basketball": $fa-var-basketball, + "basketball-ball": $fa-var-basketball-ball, + "satellite-dish": $fa-var-satellite-dish, + "circle-up": $fa-var-circle-up, + "arrow-alt-circle-up": $fa-var-arrow-alt-circle-up, + "mobile-screen-button": $fa-var-mobile-screen-button, + "mobile-alt": $fa-var-mobile-alt, + "volume-high": $fa-var-volume-high, + "volume-up": $fa-var-volume-up, + "users-rays": $fa-var-users-rays, + "wallet": $fa-var-wallet, + "clipboard-check": $fa-var-clipboard-check, + "file-audio": $fa-var-file-audio, + "burger": $fa-var-burger, + "hamburger": $fa-var-hamburger, + "wrench": $fa-var-wrench, + "bugs": $fa-var-bugs, + "rupee-sign": $fa-var-rupee-sign, + "rupee": $fa-var-rupee, + "file-image": $fa-var-file-image, + "circle-question": $fa-var-circle-question, + "question-circle": $fa-var-question-circle, + "plane-departure": $fa-var-plane-departure, + "handshake-slash": $fa-var-handshake-slash, + "book-bookmark": $fa-var-book-bookmark, + "code-branch": $fa-var-code-branch, + "hat-cowboy": $fa-var-hat-cowboy, + "bridge": $fa-var-bridge, + "phone-flip": $fa-var-phone-flip, + "phone-alt": $fa-var-phone-alt, + "truck-front": $fa-var-truck-front, + "cat": $fa-var-cat, + "anchor-circle-exclamation": $fa-var-anchor-circle-exclamation, + "truck-field": $fa-var-truck-field, + "route": $fa-var-route, + "clipboard-question": $fa-var-clipboard-question, + "panorama": $fa-var-panorama, + "comment-medical": $fa-var-comment-medical, + "teeth-open": $fa-var-teeth-open, + "file-circle-minus": $fa-var-file-circle-minus, + "tags": $fa-var-tags, + "wine-glass": $fa-var-wine-glass, + "forward-fast": $fa-var-forward-fast, + "fast-forward": $fa-var-fast-forward, + "face-meh-blank": $fa-var-face-meh-blank, + "meh-blank": $fa-var-meh-blank, + "square-parking": $fa-var-square-parking, + "parking": $fa-var-parking, + "house-signal": $fa-var-house-signal, + "bars-progress": $fa-var-bars-progress, + "tasks-alt": $fa-var-tasks-alt, + "faucet-drip": $fa-var-faucet-drip, + "cart-flatbed": $fa-var-cart-flatbed, + "dolly-flatbed": $fa-var-dolly-flatbed, + "ban-smoking": $fa-var-ban-smoking, + "smoking-ban": $fa-var-smoking-ban, + "terminal": $fa-var-terminal, + "mobile-button": $fa-var-mobile-button, + "house-medical-flag": $fa-var-house-medical-flag, + "basket-shopping": $fa-var-basket-shopping, + "shopping-basket": $fa-var-shopping-basket, + "tape": $fa-var-tape, + "bus-simple": $fa-var-bus-simple, + "bus-alt": $fa-var-bus-alt, + "eye": $fa-var-eye, + "face-sad-cry": $fa-var-face-sad-cry, + "sad-cry": $fa-var-sad-cry, + "audio-description": $fa-var-audio-description, + "person-military-to-person": $fa-var-person-military-to-person, + "file-shield": $fa-var-file-shield, + "user-slash": $fa-var-user-slash, + "pen": $fa-var-pen, + "tower-observation": $fa-var-tower-observation, + "file-code": $fa-var-file-code, + "signal": $fa-var-signal, + "signal-5": $fa-var-signal-5, + "signal-perfect": $fa-var-signal-perfect, + "bus": $fa-var-bus, + "heart-circle-xmark": $fa-var-heart-circle-xmark, + "house-chimney": $fa-var-house-chimney, + "home-lg": $fa-var-home-lg, + "window-maximize": $fa-var-window-maximize, + "face-frown": $fa-var-face-frown, + "frown": $fa-var-frown, + "prescription": $fa-var-prescription, + "shop": $fa-var-shop, + "store-alt": $fa-var-store-alt, + "floppy-disk": $fa-var-floppy-disk, + "save": $fa-var-save, + "vihara": $fa-var-vihara, + "scale-unbalanced": $fa-var-scale-unbalanced, + "balance-scale-left": $fa-var-balance-scale-left, + "sort-up": $fa-var-sort-up, + "sort-asc": $fa-var-sort-asc, + "comment-dots": $fa-var-comment-dots, + "commenting": $fa-var-commenting, + "plant-wilt": $fa-var-plant-wilt, + "diamond": $fa-var-diamond, + "face-grin-squint": $fa-var-face-grin-squint, + "grin-squint": $fa-var-grin-squint, + "hand-holding-dollar": $fa-var-hand-holding-dollar, + "hand-holding-usd": $fa-var-hand-holding-usd, + "bacterium": $fa-var-bacterium, + "hand-pointer": $fa-var-hand-pointer, + "drum-steelpan": $fa-var-drum-steelpan, + "hand-scissors": $fa-var-hand-scissors, + "hands-praying": $fa-var-hands-praying, + "praying-hands": $fa-var-praying-hands, + "arrow-rotate-right": $fa-var-arrow-rotate-right, + "arrow-right-rotate": $fa-var-arrow-right-rotate, + "arrow-rotate-forward": $fa-var-arrow-rotate-forward, + "redo": $fa-var-redo, + "biohazard": $fa-var-biohazard, + "location-crosshairs": $fa-var-location-crosshairs, + "location": $fa-var-location, + "mars-double": $fa-var-mars-double, + "child-dress": $fa-var-child-dress, + "users-between-lines": $fa-var-users-between-lines, + "lungs-virus": $fa-var-lungs-virus, + "face-grin-tears": $fa-var-face-grin-tears, + "grin-tears": $fa-var-grin-tears, + "phone": $fa-var-phone, + "calendar-xmark": $fa-var-calendar-xmark, + "calendar-times": $fa-var-calendar-times, + "child-reaching": $fa-var-child-reaching, + "head-side-virus": $fa-var-head-side-virus, + "user-gear": $fa-var-user-gear, + "user-cog": $fa-var-user-cog, + "arrow-up-1-9": $fa-var-arrow-up-1-9, + "sort-numeric-up": $fa-var-sort-numeric-up, + "door-closed": $fa-var-door-closed, + "shield-virus": $fa-var-shield-virus, + "dice-six": $fa-var-dice-six, + "mosquito-net": $fa-var-mosquito-net, + "bridge-water": $fa-var-bridge-water, + "person-booth": $fa-var-person-booth, + "text-width": $fa-var-text-width, + "hat-wizard": $fa-var-hat-wizard, + "pen-fancy": $fa-var-pen-fancy, + "person-digging": $fa-var-person-digging, + "digging": $fa-var-digging, + "trash": $fa-var-trash, + "gauge-simple": $fa-var-gauge-simple, + "gauge-simple-med": $fa-var-gauge-simple-med, + "tachometer-average": $fa-var-tachometer-average, + "book-medical": $fa-var-book-medical, + "poo": $fa-var-poo, + "quote-right": $fa-var-quote-right, + "quote-right-alt": $fa-var-quote-right-alt, + "shirt": $fa-var-shirt, + "t-shirt": $fa-var-t-shirt, + "tshirt": $fa-var-tshirt, + "cubes": $fa-var-cubes, + "divide": $fa-var-divide, + "tenge-sign": $fa-var-tenge-sign, + "tenge": $fa-var-tenge, + "headphones": $fa-var-headphones, + "hands-holding": $fa-var-hands-holding, + "hands-clapping": $fa-var-hands-clapping, + "republican": $fa-var-republican, + "arrow-left": $fa-var-arrow-left, + "person-circle-xmark": $fa-var-person-circle-xmark, + "ruler": $fa-var-ruler, + "align-left": $fa-var-align-left, + "dice-d6": $fa-var-dice-d6, + "restroom": $fa-var-restroom, + "j": $fa-var-j, + "users-viewfinder": $fa-var-users-viewfinder, + "file-video": $fa-var-file-video, + "up-right-from-square": $fa-var-up-right-from-square, + "external-link-alt": $fa-var-external-link-alt, + "table-cells": $fa-var-table-cells, + "th": $fa-var-th, + "file-pdf": $fa-var-file-pdf, + "book-bible": $fa-var-book-bible, + "bible": $fa-var-bible, + "o": $fa-var-o, + "suitcase-medical": $fa-var-suitcase-medical, + "medkit": $fa-var-medkit, + "user-secret": $fa-var-user-secret, + "otter": $fa-var-otter, + "person-dress": $fa-var-person-dress, + "female": $fa-var-female, + "comment-dollar": $fa-var-comment-dollar, + "business-time": $fa-var-business-time, + "briefcase-clock": $fa-var-briefcase-clock, + "table-cells-large": $fa-var-table-cells-large, + "th-large": $fa-var-th-large, + "book-tanakh": $fa-var-book-tanakh, + "tanakh": $fa-var-tanakh, + "phone-volume": $fa-var-phone-volume, + "volume-control-phone": $fa-var-volume-control-phone, + "hat-cowboy-side": $fa-var-hat-cowboy-side, + "clipboard-user": $fa-var-clipboard-user, + "child": $fa-var-child, + "lira-sign": $fa-var-lira-sign, + "satellite": $fa-var-satellite, + "plane-lock": $fa-var-plane-lock, + "tag": $fa-var-tag, + "comment": $fa-var-comment, + "cake-candles": $fa-var-cake-candles, + "birthday-cake": $fa-var-birthday-cake, + "cake": $fa-var-cake, + "envelope": $fa-var-envelope, + "angles-up": $fa-var-angles-up, + "angle-double-up": $fa-var-angle-double-up, + "paperclip": $fa-var-paperclip, + "arrow-right-to-city": $fa-var-arrow-right-to-city, + "ribbon": $fa-var-ribbon, + "lungs": $fa-var-lungs, + "arrow-up-9-1": $fa-var-arrow-up-9-1, + "sort-numeric-up-alt": $fa-var-sort-numeric-up-alt, + "litecoin-sign": $fa-var-litecoin-sign, + "border-none": $fa-var-border-none, + "circle-nodes": $fa-var-circle-nodes, + "parachute-box": $fa-var-parachute-box, + "indent": $fa-var-indent, + "truck-field-un": $fa-var-truck-field-un, + "hourglass": $fa-var-hourglass, + "hourglass-empty": $fa-var-hourglass-empty, + "mountain": $fa-var-mountain, + "user-doctor": $fa-var-user-doctor, + "user-md": $fa-var-user-md, + "circle-info": $fa-var-circle-info, + "info-circle": $fa-var-info-circle, + "cloud-meatball": $fa-var-cloud-meatball, + "camera": $fa-var-camera, + "camera-alt": $fa-var-camera-alt, + "square-virus": $fa-var-square-virus, + "meteor": $fa-var-meteor, + "car-on": $fa-var-car-on, + "sleigh": $fa-var-sleigh, + "arrow-down-1-9": $fa-var-arrow-down-1-9, + "sort-numeric-asc": $fa-var-sort-numeric-asc, + "sort-numeric-down": $fa-var-sort-numeric-down, + "hand-holding-droplet": $fa-var-hand-holding-droplet, + "hand-holding-water": $fa-var-hand-holding-water, + "water": $fa-var-water, + "calendar-check": $fa-var-calendar-check, + "braille": $fa-var-braille, + "prescription-bottle-medical": $fa-var-prescription-bottle-medical, + "prescription-bottle-alt": $fa-var-prescription-bottle-alt, + "landmark": $fa-var-landmark, + "truck": $fa-var-truck, + "crosshairs": $fa-var-crosshairs, + "person-cane": $fa-var-person-cane, + "tent": $fa-var-tent, + "vest-patches": $fa-var-vest-patches, + "check-double": $fa-var-check-double, + "arrow-down-a-z": $fa-var-arrow-down-a-z, + "sort-alpha-asc": $fa-var-sort-alpha-asc, + "sort-alpha-down": $fa-var-sort-alpha-down, + "money-bill-wheat": $fa-var-money-bill-wheat, + "cookie": $fa-var-cookie, + "arrow-rotate-left": $fa-var-arrow-rotate-left, + "arrow-left-rotate": $fa-var-arrow-left-rotate, + "arrow-rotate-back": $fa-var-arrow-rotate-back, + "arrow-rotate-backward": $fa-var-arrow-rotate-backward, + "undo": $fa-var-undo, + "hard-drive": $fa-var-hard-drive, + "hdd": $fa-var-hdd, + "face-grin-squint-tears": $fa-var-face-grin-squint-tears, + "grin-squint-tears": $fa-var-grin-squint-tears, + "dumbbell": $fa-var-dumbbell, + "rectangle-list": $fa-var-rectangle-list, + "list-alt": $fa-var-list-alt, + "tarp-droplet": $fa-var-tarp-droplet, + "house-medical-circle-check": $fa-var-house-medical-circle-check, + "person-skiing-nordic": $fa-var-person-skiing-nordic, + "skiing-nordic": $fa-var-skiing-nordic, + "calendar-plus": $fa-var-calendar-plus, + "plane-arrival": $fa-var-plane-arrival, + "circle-left": $fa-var-circle-left, + "arrow-alt-circle-left": $fa-var-arrow-alt-circle-left, + "train-subway": $fa-var-train-subway, + "subway": $fa-var-subway, + "chart-gantt": $fa-var-chart-gantt, + "indian-rupee-sign": $fa-var-indian-rupee-sign, + "indian-rupee": $fa-var-indian-rupee, + "inr": $fa-var-inr, + "crop-simple": $fa-var-crop-simple, + "crop-alt": $fa-var-crop-alt, + "money-bill-1": $fa-var-money-bill-1, + "money-bill-alt": $fa-var-money-bill-alt, + "left-long": $fa-var-left-long, + "long-arrow-alt-left": $fa-var-long-arrow-alt-left, + "dna": $fa-var-dna, + "virus-slash": $fa-var-virus-slash, + "minus": $fa-var-minus, + "subtract": $fa-var-subtract, + "chess": $fa-var-chess, + "arrow-left-long": $fa-var-arrow-left-long, + "long-arrow-left": $fa-var-long-arrow-left, + "plug-circle-check": $fa-var-plug-circle-check, + "street-view": $fa-var-street-view, + "franc-sign": $fa-var-franc-sign, + "volume-off": $fa-var-volume-off, + "hands-asl-interpreting": $fa-var-hands-asl-interpreting, + "american-sign-language-interpreting": $fa-var-american-sign-language-interpreting, + "asl-interpreting": $fa-var-asl-interpreting, + "hands-american-sign-language-interpreting": $fa-var-hands-american-sign-language-interpreting, + "gear": $fa-var-gear, + "cog": $fa-var-cog, + "droplet-slash": $fa-var-droplet-slash, + "tint-slash": $fa-var-tint-slash, + "mosque": $fa-var-mosque, + "mosquito": $fa-var-mosquito, + "star-of-david": $fa-var-star-of-david, + "person-military-rifle": $fa-var-person-military-rifle, + "cart-shopping": $fa-var-cart-shopping, + "shopping-cart": $fa-var-shopping-cart, + "vials": $fa-var-vials, + "plug-circle-plus": $fa-var-plug-circle-plus, + "place-of-worship": $fa-var-place-of-worship, + "grip-vertical": $fa-var-grip-vertical, + "arrow-turn-up": $fa-var-arrow-turn-up, + "level-up": $fa-var-level-up, + "u": $fa-var-u, + "square-root-variable": $fa-var-square-root-variable, + "square-root-alt": $fa-var-square-root-alt, + "clock": $fa-var-clock, + "clock-four": $fa-var-clock-four, + "backward-step": $fa-var-backward-step, + "step-backward": $fa-var-step-backward, + "pallet": $fa-var-pallet, + "faucet": $fa-var-faucet, + "baseball-bat-ball": $fa-var-baseball-bat-ball, + "s": $fa-var-s, + "timeline": $fa-var-timeline, + "keyboard": $fa-var-keyboard, + "caret-down": $fa-var-caret-down, + "house-chimney-medical": $fa-var-house-chimney-medical, + "clinic-medical": $fa-var-clinic-medical, + "temperature-three-quarters": $fa-var-temperature-three-quarters, + "temperature-3": $fa-var-temperature-3, + "thermometer-3": $fa-var-thermometer-3, + "thermometer-three-quarters": $fa-var-thermometer-three-quarters, + "mobile-screen": $fa-var-mobile-screen, + "mobile-android-alt": $fa-var-mobile-android-alt, + "plane-up": $fa-var-plane-up, + "piggy-bank": $fa-var-piggy-bank, + "battery-half": $fa-var-battery-half, + "battery-3": $fa-var-battery-3, + "mountain-city": $fa-var-mountain-city, + "coins": $fa-var-coins, + "khanda": $fa-var-khanda, + "sliders": $fa-var-sliders, + "sliders-h": $fa-var-sliders-h, + "folder-tree": $fa-var-folder-tree, + "network-wired": $fa-var-network-wired, + "map-pin": $fa-var-map-pin, + "hamsa": $fa-var-hamsa, + "cent-sign": $fa-var-cent-sign, + "flask": $fa-var-flask, + "person-pregnant": $fa-var-person-pregnant, + "wand-sparkles": $fa-var-wand-sparkles, + "ellipsis-vertical": $fa-var-ellipsis-vertical, + "ellipsis-v": $fa-var-ellipsis-v, + "ticket": $fa-var-ticket, + "power-off": $fa-var-power-off, + "right-long": $fa-var-right-long, + "long-arrow-alt-right": $fa-var-long-arrow-alt-right, + "flag-usa": $fa-var-flag-usa, + "laptop-file": $fa-var-laptop-file, + "tty": $fa-var-tty, + "teletype": $fa-var-teletype, + "diagram-next": $fa-var-diagram-next, + "person-rifle": $fa-var-person-rifle, + "house-medical-circle-exclamation": $fa-var-house-medical-circle-exclamation, + "closed-captioning": $fa-var-closed-captioning, + "person-hiking": $fa-var-person-hiking, + "hiking": $fa-var-hiking, + "venus-double": $fa-var-venus-double, + "images": $fa-var-images, + "calculator": $fa-var-calculator, + "people-pulling": $fa-var-people-pulling, + "n": $fa-var-n, + "cable-car": $fa-var-cable-car, + "tram": $fa-var-tram, + "cloud-rain": $fa-var-cloud-rain, + "building-circle-xmark": $fa-var-building-circle-xmark, + "ship": $fa-var-ship, + "arrows-down-to-line": $fa-var-arrows-down-to-line, + "download": $fa-var-download, + "face-grin": $fa-var-face-grin, + "grin": $fa-var-grin, + "delete-left": $fa-var-delete-left, + "backspace": $fa-var-backspace, + "eye-dropper": $fa-var-eye-dropper, + "eye-dropper-empty": $fa-var-eye-dropper-empty, + "eyedropper": $fa-var-eyedropper, + "file-circle-check": $fa-var-file-circle-check, + "forward": $fa-var-forward, + "mobile": $fa-var-mobile, + "mobile-android": $fa-var-mobile-android, + "mobile-phone": $fa-var-mobile-phone, + "face-meh": $fa-var-face-meh, + "meh": $fa-var-meh, + "align-center": $fa-var-align-center, + "book-skull": $fa-var-book-skull, + "book-dead": $fa-var-book-dead, + "id-card": $fa-var-id-card, + "drivers-license": $fa-var-drivers-license, + "outdent": $fa-var-outdent, + "dedent": $fa-var-dedent, + "heart-circle-exclamation": $fa-var-heart-circle-exclamation, + "house": $fa-var-house, + "home": $fa-var-home, + "home-alt": $fa-var-home-alt, + "home-lg-alt": $fa-var-home-lg-alt, + "calendar-week": $fa-var-calendar-week, + "laptop-medical": $fa-var-laptop-medical, + "b": $fa-var-b, + "file-medical": $fa-var-file-medical, + "dice-one": $fa-var-dice-one, + "kiwi-bird": $fa-var-kiwi-bird, + "arrow-right-arrow-left": $fa-var-arrow-right-arrow-left, + "exchange": $fa-var-exchange, + "rotate-right": $fa-var-rotate-right, + "redo-alt": $fa-var-redo-alt, + "rotate-forward": $fa-var-rotate-forward, + "utensils": $fa-var-utensils, + "cutlery": $fa-var-cutlery, + "arrow-up-wide-short": $fa-var-arrow-up-wide-short, + "sort-amount-up": $fa-var-sort-amount-up, + "mill-sign": $fa-var-mill-sign, + "bowl-rice": $fa-var-bowl-rice, + "skull": $fa-var-skull, + "tower-broadcast": $fa-var-tower-broadcast, + "broadcast-tower": $fa-var-broadcast-tower, + "truck-pickup": $fa-var-truck-pickup, + "up-long": $fa-var-up-long, + "long-arrow-alt-up": $fa-var-long-arrow-alt-up, + "stop": $fa-var-stop, + "code-merge": $fa-var-code-merge, + "upload": $fa-var-upload, + "hurricane": $fa-var-hurricane, + "mound": $fa-var-mound, + "toilet-portable": $fa-var-toilet-portable, + "compact-disc": $fa-var-compact-disc, + "file-arrow-down": $fa-var-file-arrow-down, + "file-download": $fa-var-file-download, + "caravan": $fa-var-caravan, + "shield-cat": $fa-var-shield-cat, + "bolt": $fa-var-bolt, + "zap": $fa-var-zap, + "glass-water": $fa-var-glass-water, + "oil-well": $fa-var-oil-well, + "vault": $fa-var-vault, + "mars": $fa-var-mars, + "toilet": $fa-var-toilet, + "plane-circle-xmark": $fa-var-plane-circle-xmark, + "yen-sign": $fa-var-yen-sign, + "cny": $fa-var-cny, + "jpy": $fa-var-jpy, + "rmb": $fa-var-rmb, + "yen": $fa-var-yen, + "ruble-sign": $fa-var-ruble-sign, + "rouble": $fa-var-rouble, + "rub": $fa-var-rub, + "ruble": $fa-var-ruble, + "sun": $fa-var-sun, + "guitar": $fa-var-guitar, + "face-laugh-wink": $fa-var-face-laugh-wink, + "laugh-wink": $fa-var-laugh-wink, + "horse-head": $fa-var-horse-head, + "bore-hole": $fa-var-bore-hole, + "industry": $fa-var-industry, + "circle-down": $fa-var-circle-down, + "arrow-alt-circle-down": $fa-var-arrow-alt-circle-down, + "arrows-turn-to-dots": $fa-var-arrows-turn-to-dots, + "florin-sign": $fa-var-florin-sign, + "arrow-down-short-wide": $fa-var-arrow-down-short-wide, + "sort-amount-desc": $fa-var-sort-amount-desc, + "sort-amount-down-alt": $fa-var-sort-amount-down-alt, + "less-than": $fa-var-less-than, + "angle-down": $fa-var-angle-down, + "car-tunnel": $fa-var-car-tunnel, + "head-side-cough": $fa-var-head-side-cough, + "grip-lines": $fa-var-grip-lines, + "thumbs-down": $fa-var-thumbs-down, + "user-lock": $fa-var-user-lock, + "arrow-right-long": $fa-var-arrow-right-long, + "long-arrow-right": $fa-var-long-arrow-right, + "anchor-circle-xmark": $fa-var-anchor-circle-xmark, + "ellipsis": $fa-var-ellipsis, + "ellipsis-h": $fa-var-ellipsis-h, + "chess-pawn": $fa-var-chess-pawn, + "kit-medical": $fa-var-kit-medical, + "first-aid": $fa-var-first-aid, + "person-through-window": $fa-var-person-through-window, + "toolbox": $fa-var-toolbox, + "hands-holding-circle": $fa-var-hands-holding-circle, + "bug": $fa-var-bug, + "credit-card": $fa-var-credit-card, + "credit-card-alt": $fa-var-credit-card-alt, + "car": $fa-var-car, + "automobile": $fa-var-automobile, + "hand-holding-hand": $fa-var-hand-holding-hand, + "book-open-reader": $fa-var-book-open-reader, + "book-reader": $fa-var-book-reader, + "mountain-sun": $fa-var-mountain-sun, + "arrows-left-right-to-line": $fa-var-arrows-left-right-to-line, + "dice-d20": $fa-var-dice-d20, + "truck-droplet": $fa-var-truck-droplet, + "file-circle-xmark": $fa-var-file-circle-xmark, + "temperature-arrow-up": $fa-var-temperature-arrow-up, + "temperature-up": $fa-var-temperature-up, + "medal": $fa-var-medal, + "bed": $fa-var-bed, + "square-h": $fa-var-square-h, + "h-square": $fa-var-h-square, + "podcast": $fa-var-podcast, + "temperature-full": $fa-var-temperature-full, + "temperature-4": $fa-var-temperature-4, + "thermometer-4": $fa-var-thermometer-4, + "thermometer-full": $fa-var-thermometer-full, + "bell": $fa-var-bell, + "superscript": $fa-var-superscript, + "plug-circle-xmark": $fa-var-plug-circle-xmark, + "star-of-life": $fa-var-star-of-life, + "phone-slash": $fa-var-phone-slash, + "paint-roller": $fa-var-paint-roller, + "handshake-angle": $fa-var-handshake-angle, + "hands-helping": $fa-var-hands-helping, + "location-dot": $fa-var-location-dot, + "map-marker-alt": $fa-var-map-marker-alt, + "file": $fa-var-file, + "greater-than": $fa-var-greater-than, + "person-swimming": $fa-var-person-swimming, + "swimmer": $fa-var-swimmer, + "arrow-down": $fa-var-arrow-down, + "droplet": $fa-var-droplet, + "tint": $fa-var-tint, + "eraser": $fa-var-eraser, + "earth-americas": $fa-var-earth-americas, + "earth": $fa-var-earth, + "earth-america": $fa-var-earth-america, + "globe-americas": $fa-var-globe-americas, + "person-burst": $fa-var-person-burst, + "dove": $fa-var-dove, + "battery-empty": $fa-var-battery-empty, + "battery-0": $fa-var-battery-0, + "socks": $fa-var-socks, + "inbox": $fa-var-inbox, + "section": $fa-var-section, + "gauge-high": $fa-var-gauge-high, + "tachometer-alt": $fa-var-tachometer-alt, + "tachometer-alt-fast": $fa-var-tachometer-alt-fast, + "envelope-open-text": $fa-var-envelope-open-text, + "hospital": $fa-var-hospital, + "hospital-alt": $fa-var-hospital-alt, + "hospital-wide": $fa-var-hospital-wide, + "wine-bottle": $fa-var-wine-bottle, + "chess-rook": $fa-var-chess-rook, + "bars-staggered": $fa-var-bars-staggered, + "reorder": $fa-var-reorder, + "stream": $fa-var-stream, + "dharmachakra": $fa-var-dharmachakra, + "hotdog": $fa-var-hotdog, + "person-walking-with-cane": $fa-var-person-walking-with-cane, + "blind": $fa-var-blind, + "drum": $fa-var-drum, + "ice-cream": $fa-var-ice-cream, + "heart-circle-bolt": $fa-var-heart-circle-bolt, + "fax": $fa-var-fax, + "paragraph": $fa-var-paragraph, + "check-to-slot": $fa-var-check-to-slot, + "vote-yea": $fa-var-vote-yea, + "star-half": $fa-var-star-half, + "boxes-stacked": $fa-var-boxes-stacked, + "boxes": $fa-var-boxes, + "boxes-alt": $fa-var-boxes-alt, + "link": $fa-var-link, + "chain": $fa-var-chain, + "ear-listen": $fa-var-ear-listen, + "assistive-listening-systems": $fa-var-assistive-listening-systems, + "tree-city": $fa-var-tree-city, + "play": $fa-var-play, + "font": $fa-var-font, + "table-cells-row-lock": $fa-var-table-cells-row-lock, + "rupiah-sign": $fa-var-rupiah-sign, + "magnifying-glass": $fa-var-magnifying-glass, + "search": $fa-var-search, + "table-tennis-paddle-ball": $fa-var-table-tennis-paddle-ball, + "ping-pong-paddle-ball": $fa-var-ping-pong-paddle-ball, + "table-tennis": $fa-var-table-tennis, + "person-dots-from-line": $fa-var-person-dots-from-line, + "diagnoses": $fa-var-diagnoses, + "trash-can-arrow-up": $fa-var-trash-can-arrow-up, + "trash-restore-alt": $fa-var-trash-restore-alt, + "naira-sign": $fa-var-naira-sign, + "cart-arrow-down": $fa-var-cart-arrow-down, + "walkie-talkie": $fa-var-walkie-talkie, + "file-pen": $fa-var-file-pen, + "file-edit": $fa-var-file-edit, + "receipt": $fa-var-receipt, + "square-pen": $fa-var-square-pen, + "pen-square": $fa-var-pen-square, + "pencil-square": $fa-var-pencil-square, + "suitcase-rolling": $fa-var-suitcase-rolling, + "person-circle-exclamation": $fa-var-person-circle-exclamation, + "chevron-down": $fa-var-chevron-down, + "battery-full": $fa-var-battery-full, + "battery": $fa-var-battery, + "battery-5": $fa-var-battery-5, + "skull-crossbones": $fa-var-skull-crossbones, + "code-compare": $fa-var-code-compare, + "list-ul": $fa-var-list-ul, + "list-dots": $fa-var-list-dots, + "school-lock": $fa-var-school-lock, + "tower-cell": $fa-var-tower-cell, + "down-long": $fa-var-down-long, + "long-arrow-alt-down": $fa-var-long-arrow-alt-down, + "ranking-star": $fa-var-ranking-star, + "chess-king": $fa-var-chess-king, + "person-harassing": $fa-var-person-harassing, + "brazilian-real-sign": $fa-var-brazilian-real-sign, + "landmark-dome": $fa-var-landmark-dome, + "landmark-alt": $fa-var-landmark-alt, + "arrow-up": $fa-var-arrow-up, + "tv": $fa-var-tv, + "television": $fa-var-television, + "tv-alt": $fa-var-tv-alt, + "shrimp": $fa-var-shrimp, + "list-check": $fa-var-list-check, + "tasks": $fa-var-tasks, + "jug-detergent": $fa-var-jug-detergent, + "circle-user": $fa-var-circle-user, + "user-circle": $fa-var-user-circle, + "user-shield": $fa-var-user-shield, + "wind": $fa-var-wind, + "car-burst": $fa-var-car-burst, + "car-crash": $fa-var-car-crash, + "y": $fa-var-y, + "person-snowboarding": $fa-var-person-snowboarding, + "snowboarding": $fa-var-snowboarding, + "truck-fast": $fa-var-truck-fast, + "shipping-fast": $fa-var-shipping-fast, + "fish": $fa-var-fish, + "user-graduate": $fa-var-user-graduate, + "circle-half-stroke": $fa-var-circle-half-stroke, + "adjust": $fa-var-adjust, + "clapperboard": $fa-var-clapperboard, + "circle-radiation": $fa-var-circle-radiation, + "radiation-alt": $fa-var-radiation-alt, + "baseball": $fa-var-baseball, + "baseball-ball": $fa-var-baseball-ball, + "jet-fighter-up": $fa-var-jet-fighter-up, + "diagram-project": $fa-var-diagram-project, + "project-diagram": $fa-var-project-diagram, + "copy": $fa-var-copy, + "volume-xmark": $fa-var-volume-xmark, + "volume-mute": $fa-var-volume-mute, + "volume-times": $fa-var-volume-times, + "hand-sparkles": $fa-var-hand-sparkles, + "grip": $fa-var-grip, + "grip-horizontal": $fa-var-grip-horizontal, + "share-from-square": $fa-var-share-from-square, + "share-square": $fa-var-share-square, + "child-combatant": $fa-var-child-combatant, + "child-rifle": $fa-var-child-rifle, + "gun": $fa-var-gun, + "square-phone": $fa-var-square-phone, + "phone-square": $fa-var-phone-square, + "plus": $fa-var-plus, + "add": $fa-var-add, + "expand": $fa-var-expand, + "computer": $fa-var-computer, + "xmark": $fa-var-xmark, + "close": $fa-var-close, + "multiply": $fa-var-multiply, + "remove": $fa-var-remove, + "times": $fa-var-times, + "arrows-up-down-left-right": $fa-var-arrows-up-down-left-right, + "arrows": $fa-var-arrows, + "chalkboard-user": $fa-var-chalkboard-user, + "chalkboard-teacher": $fa-var-chalkboard-teacher, + "peso-sign": $fa-var-peso-sign, + "building-shield": $fa-var-building-shield, + "baby": $fa-var-baby, + "users-line": $fa-var-users-line, + "quote-left": $fa-var-quote-left, + "quote-left-alt": $fa-var-quote-left-alt, + "tractor": $fa-var-tractor, + "trash-arrow-up": $fa-var-trash-arrow-up, + "trash-restore": $fa-var-trash-restore, + "arrow-down-up-lock": $fa-var-arrow-down-up-lock, + "lines-leaning": $fa-var-lines-leaning, + "ruler-combined": $fa-var-ruler-combined, + "copyright": $fa-var-copyright, + "equals": $fa-var-equals, + "blender": $fa-var-blender, + "teeth": $fa-var-teeth, + "shekel-sign": $fa-var-shekel-sign, + "ils": $fa-var-ils, + "shekel": $fa-var-shekel, + "sheqel": $fa-var-sheqel, + "sheqel-sign": $fa-var-sheqel-sign, + "map": $fa-var-map, + "rocket": $fa-var-rocket, + "photo-film": $fa-var-photo-film, + "photo-video": $fa-var-photo-video, + "folder-minus": $fa-var-folder-minus, + "store": $fa-var-store, + "arrow-trend-up": $fa-var-arrow-trend-up, + "plug-circle-minus": $fa-var-plug-circle-minus, + "sign-hanging": $fa-var-sign-hanging, + "sign": $fa-var-sign, + "bezier-curve": $fa-var-bezier-curve, + "bell-slash": $fa-var-bell-slash, + "tablet": $fa-var-tablet, + "tablet-android": $fa-var-tablet-android, + "school-flag": $fa-var-school-flag, + "fill": $fa-var-fill, + "angle-up": $fa-var-angle-up, + "drumstick-bite": $fa-var-drumstick-bite, + "holly-berry": $fa-var-holly-berry, + "chevron-left": $fa-var-chevron-left, + "bacteria": $fa-var-bacteria, + "hand-lizard": $fa-var-hand-lizard, + "notdef": $fa-var-notdef, + "disease": $fa-var-disease, + "briefcase-medical": $fa-var-briefcase-medical, + "genderless": $fa-var-genderless, + "chevron-right": $fa-var-chevron-right, + "retweet": $fa-var-retweet, + "car-rear": $fa-var-car-rear, + "car-alt": $fa-var-car-alt, + "pump-soap": $fa-var-pump-soap, + "video-slash": $fa-var-video-slash, + "battery-quarter": $fa-var-battery-quarter, + "battery-2": $fa-var-battery-2, + "radio": $fa-var-radio, + "baby-carriage": $fa-var-baby-carriage, + "carriage-baby": $fa-var-carriage-baby, + "traffic-light": $fa-var-traffic-light, + "thermometer": $fa-var-thermometer, + "vr-cardboard": $fa-var-vr-cardboard, + "hand-middle-finger": $fa-var-hand-middle-finger, + "percent": $fa-var-percent, + "percentage": $fa-var-percentage, + "truck-moving": $fa-var-truck-moving, + "glass-water-droplet": $fa-var-glass-water-droplet, + "display": $fa-var-display, + "face-smile": $fa-var-face-smile, + "smile": $fa-var-smile, + "thumbtack": $fa-var-thumbtack, + "thumb-tack": $fa-var-thumb-tack, + "trophy": $fa-var-trophy, + "person-praying": $fa-var-person-praying, + "pray": $fa-var-pray, + "hammer": $fa-var-hammer, + "hand-peace": $fa-var-hand-peace, + "rotate": $fa-var-rotate, + "sync-alt": $fa-var-sync-alt, + "spinner": $fa-var-spinner, + "robot": $fa-var-robot, + "peace": $fa-var-peace, + "gears": $fa-var-gears, + "cogs": $fa-var-cogs, + "warehouse": $fa-var-warehouse, + "arrow-up-right-dots": $fa-var-arrow-up-right-dots, + "splotch": $fa-var-splotch, + "face-grin-hearts": $fa-var-face-grin-hearts, + "grin-hearts": $fa-var-grin-hearts, + "dice-four": $fa-var-dice-four, + "sim-card": $fa-var-sim-card, + "transgender": $fa-var-transgender, + "transgender-alt": $fa-var-transgender-alt, + "mercury": $fa-var-mercury, + "arrow-turn-down": $fa-var-arrow-turn-down, + "level-down": $fa-var-level-down, + "person-falling-burst": $fa-var-person-falling-burst, + "award": $fa-var-award, + "ticket-simple": $fa-var-ticket-simple, + "ticket-alt": $fa-var-ticket-alt, + "building": $fa-var-building, + "angles-left": $fa-var-angles-left, + "angle-double-left": $fa-var-angle-double-left, + "qrcode": $fa-var-qrcode, + "clock-rotate-left": $fa-var-clock-rotate-left, + "history": $fa-var-history, + "face-grin-beam-sweat": $fa-var-face-grin-beam-sweat, + "grin-beam-sweat": $fa-var-grin-beam-sweat, + "file-export": $fa-var-file-export, + "arrow-right-from-file": $fa-var-arrow-right-from-file, + "shield": $fa-var-shield, + "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, + "house-medical": $fa-var-house-medical, + "golf-ball-tee": $fa-var-golf-ball-tee, + "golf-ball": $fa-var-golf-ball, + "circle-chevron-left": $fa-var-circle-chevron-left, + "chevron-circle-left": $fa-var-chevron-circle-left, + "house-chimney-window": $fa-var-house-chimney-window, + "pen-nib": $fa-var-pen-nib, + "tent-arrow-turn-left": $fa-var-tent-arrow-turn-left, + "tents": $fa-var-tents, + "wand-magic": $fa-var-wand-magic, + "magic": $fa-var-magic, + "dog": $fa-var-dog, + "carrot": $fa-var-carrot, + "moon": $fa-var-moon, + "wine-glass-empty": $fa-var-wine-glass-empty, + "wine-glass-alt": $fa-var-wine-glass-alt, + "cheese": $fa-var-cheese, + "yin-yang": $fa-var-yin-yang, + "music": $fa-var-music, + "code-commit": $fa-var-code-commit, + "temperature-low": $fa-var-temperature-low, + "person-biking": $fa-var-person-biking, + "biking": $fa-var-biking, + "broom": $fa-var-broom, + "shield-heart": $fa-var-shield-heart, + "gopuram": $fa-var-gopuram, + "earth-oceania": $fa-var-earth-oceania, + "globe-oceania": $fa-var-globe-oceania, + "square-xmark": $fa-var-square-xmark, + "times-square": $fa-var-times-square, + "xmark-square": $fa-var-xmark-square, + "hashtag": $fa-var-hashtag, + "up-right-and-down-left-from-center": $fa-var-up-right-and-down-left-from-center, + "expand-alt": $fa-var-expand-alt, + "oil-can": $fa-var-oil-can, + "t": $fa-var-t, + "hippo": $fa-var-hippo, + "chart-column": $fa-var-chart-column, + "infinity": $fa-var-infinity, + "vial-circle-check": $fa-var-vial-circle-check, + "person-arrow-down-to-line": $fa-var-person-arrow-down-to-line, + "voicemail": $fa-var-voicemail, + "fan": $fa-var-fan, + "person-walking-luggage": $fa-var-person-walking-luggage, + "up-down": $fa-var-up-down, + "arrows-alt-v": $fa-var-arrows-alt-v, + "cloud-moon-rain": $fa-var-cloud-moon-rain, + "calendar": $fa-var-calendar, + "trailer": $fa-var-trailer, + "bahai": $fa-var-bahai, + "haykal": $fa-var-haykal, + "sd-card": $fa-var-sd-card, + "dragon": $fa-var-dragon, + "shoe-prints": $fa-var-shoe-prints, + "circle-plus": $fa-var-circle-plus, + "plus-circle": $fa-var-plus-circle, + "face-grin-tongue-wink": $fa-var-face-grin-tongue-wink, + "grin-tongue-wink": $fa-var-grin-tongue-wink, + "hand-holding": $fa-var-hand-holding, + "plug-circle-exclamation": $fa-var-plug-circle-exclamation, + "link-slash": $fa-var-link-slash, + "chain-broken": $fa-var-chain-broken, + "chain-slash": $fa-var-chain-slash, + "unlink": $fa-var-unlink, + "clone": $fa-var-clone, + "person-walking-arrow-loop-left": $fa-var-person-walking-arrow-loop-left, + "arrow-up-z-a": $fa-var-arrow-up-z-a, + "sort-alpha-up-alt": $fa-var-sort-alpha-up-alt, + "fire-flame-curved": $fa-var-fire-flame-curved, + "fire-alt": $fa-var-fire-alt, + "tornado": $fa-var-tornado, + "file-circle-plus": $fa-var-file-circle-plus, + "book-quran": $fa-var-book-quran, + "quran": $fa-var-quran, + "anchor": $fa-var-anchor, + "border-all": $fa-var-border-all, + "face-angry": $fa-var-face-angry, + "angry": $fa-var-angry, + "cookie-bite": $fa-var-cookie-bite, + "arrow-trend-down": $fa-var-arrow-trend-down, + "rss": $fa-var-rss, + "feed": $fa-var-feed, + "draw-polygon": $fa-var-draw-polygon, + "scale-balanced": $fa-var-scale-balanced, + "balance-scale": $fa-var-balance-scale, + "gauge-simple-high": $fa-var-gauge-simple-high, + "tachometer": $fa-var-tachometer, + "tachometer-fast": $fa-var-tachometer-fast, + "shower": $fa-var-shower, + "desktop": $fa-var-desktop, + "desktop-alt": $fa-var-desktop-alt, + "m": $fa-var-m, + "table-list": $fa-var-table-list, + "th-list": $fa-var-th-list, + "comment-sms": $fa-var-comment-sms, + "sms": $fa-var-sms, + "book": $fa-var-book, + "user-plus": $fa-var-user-plus, + "check": $fa-var-check, + "battery-three-quarters": $fa-var-battery-three-quarters, + "battery-4": $fa-var-battery-4, + "house-circle-check": $fa-var-house-circle-check, + "angle-left": $fa-var-angle-left, + "diagram-successor": $fa-var-diagram-successor, + "truck-arrow-right": $fa-var-truck-arrow-right, + "arrows-split-up-and-left": $fa-var-arrows-split-up-and-left, + "hand-fist": $fa-var-hand-fist, + "fist-raised": $fa-var-fist-raised, + "cloud-moon": $fa-var-cloud-moon, + "briefcase": $fa-var-briefcase, + "person-falling": $fa-var-person-falling, + "image-portrait": $fa-var-image-portrait, + "portrait": $fa-var-portrait, + "user-tag": $fa-var-user-tag, + "rug": $fa-var-rug, + "earth-europe": $fa-var-earth-europe, + "globe-europe": $fa-var-globe-europe, + "cart-flatbed-suitcase": $fa-var-cart-flatbed-suitcase, + "luggage-cart": $fa-var-luggage-cart, + "rectangle-xmark": $fa-var-rectangle-xmark, + "rectangle-times": $fa-var-rectangle-times, + "times-rectangle": $fa-var-times-rectangle, + "window-close": $fa-var-window-close, + "baht-sign": $fa-var-baht-sign, + "book-open": $fa-var-book-open, + "book-journal-whills": $fa-var-book-journal-whills, + "journal-whills": $fa-var-journal-whills, + "handcuffs": $fa-var-handcuffs, + "triangle-exclamation": $fa-var-triangle-exclamation, + "exclamation-triangle": $fa-var-exclamation-triangle, + "warning": $fa-var-warning, + "database": $fa-var-database, + "share": $fa-var-share, + "mail-forward": $fa-var-mail-forward, + "bottle-droplet": $fa-var-bottle-droplet, + "mask-face": $fa-var-mask-face, + "hill-rockslide": $fa-var-hill-rockslide, + "right-left": $fa-var-right-left, + "exchange-alt": $fa-var-exchange-alt, + "paper-plane": $fa-var-paper-plane, + "road-circle-exclamation": $fa-var-road-circle-exclamation, + "dungeon": $fa-var-dungeon, + "align-right": $fa-var-align-right, + "money-bill-1-wave": $fa-var-money-bill-1-wave, + "money-bill-wave-alt": $fa-var-money-bill-wave-alt, + "life-ring": $fa-var-life-ring, + "hands": $fa-var-hands, + "sign-language": $fa-var-sign-language, + "signing": $fa-var-signing, + "calendar-day": $fa-var-calendar-day, + "water-ladder": $fa-var-water-ladder, + "ladder-water": $fa-var-ladder-water, + "swimming-pool": $fa-var-swimming-pool, + "arrows-up-down": $fa-var-arrows-up-down, + "arrows-v": $fa-var-arrows-v, + "face-grimace": $fa-var-face-grimace, + "grimace": $fa-var-grimace, + "wheelchair-move": $fa-var-wheelchair-move, + "wheelchair-alt": $fa-var-wheelchair-alt, + "turn-down": $fa-var-turn-down, + "level-down-alt": $fa-var-level-down-alt, + "person-walking-arrow-right": $fa-var-person-walking-arrow-right, + "square-envelope": $fa-var-square-envelope, + "envelope-square": $fa-var-envelope-square, + "dice": $fa-var-dice, + "bowling-ball": $fa-var-bowling-ball, + "brain": $fa-var-brain, + "bandage": $fa-var-bandage, + "band-aid": $fa-var-band-aid, + "calendar-minus": $fa-var-calendar-minus, + "circle-xmark": $fa-var-circle-xmark, + "times-circle": $fa-var-times-circle, + "xmark-circle": $fa-var-xmark-circle, + "gifts": $fa-var-gifts, + "hotel": $fa-var-hotel, + "earth-asia": $fa-var-earth-asia, + "globe-asia": $fa-var-globe-asia, + "id-card-clip": $fa-var-id-card-clip, + "id-card-alt": $fa-var-id-card-alt, + "magnifying-glass-plus": $fa-var-magnifying-glass-plus, + "search-plus": $fa-var-search-plus, + "thumbs-up": $fa-var-thumbs-up, + "user-clock": $fa-var-user-clock, + "hand-dots": $fa-var-hand-dots, + "allergies": $fa-var-allergies, + "file-invoice": $fa-var-file-invoice, + "window-minimize": $fa-var-window-minimize, + "mug-saucer": $fa-var-mug-saucer, + "coffee": $fa-var-coffee, + "brush": $fa-var-brush, + "mask": $fa-var-mask, + "magnifying-glass-minus": $fa-var-magnifying-glass-minus, + "search-minus": $fa-var-search-minus, + "ruler-vertical": $fa-var-ruler-vertical, + "user-large": $fa-var-user-large, + "user-alt": $fa-var-user-alt, + "train-tram": $fa-var-train-tram, + "user-nurse": $fa-var-user-nurse, + "syringe": $fa-var-syringe, + "cloud-sun": $fa-var-cloud-sun, + "stopwatch-20": $fa-var-stopwatch-20, + "square-full": $fa-var-square-full, + "magnet": $fa-var-magnet, + "jar": $fa-var-jar, + "note-sticky": $fa-var-note-sticky, + "sticky-note": $fa-var-sticky-note, + "bug-slash": $fa-var-bug-slash, + "arrow-up-from-water-pump": $fa-var-arrow-up-from-water-pump, + "bone": $fa-var-bone, + "table-cells-row-unlock": $fa-var-table-cells-row-unlock, + "user-injured": $fa-var-user-injured, + "face-sad-tear": $fa-var-face-sad-tear, + "sad-tear": $fa-var-sad-tear, + "plane": $fa-var-plane, + "tent-arrows-down": $fa-var-tent-arrows-down, + "exclamation": $fa-var-exclamation, + "arrows-spin": $fa-var-arrows-spin, + "print": $fa-var-print, + "turkish-lira-sign": $fa-var-turkish-lira-sign, + "try": $fa-var-try, + "turkish-lira": $fa-var-turkish-lira, + "dollar-sign": $fa-var-dollar-sign, + "dollar": $fa-var-dollar, + "usd": $fa-var-usd, + "x": $fa-var-x, + "magnifying-glass-dollar": $fa-var-magnifying-glass-dollar, + "search-dollar": $fa-var-search-dollar, + "users-gear": $fa-var-users-gear, + "users-cog": $fa-var-users-cog, + "person-military-pointing": $fa-var-person-military-pointing, + "building-columns": $fa-var-building-columns, + "bank": $fa-var-bank, + "institution": $fa-var-institution, + "museum": $fa-var-museum, + "university": $fa-var-university, + "umbrella": $fa-var-umbrella, + "trowel": $fa-var-trowel, + "d": $fa-var-d, + "stapler": $fa-var-stapler, + "masks-theater": $fa-var-masks-theater, + "theater-masks": $fa-var-theater-masks, + "kip-sign": $fa-var-kip-sign, + "hand-point-left": $fa-var-hand-point-left, + "handshake-simple": $fa-var-handshake-simple, + "handshake-alt": $fa-var-handshake-alt, + "jet-fighter": $fa-var-jet-fighter, + "fighter-jet": $fa-var-fighter-jet, + "square-share-nodes": $fa-var-square-share-nodes, + "share-alt-square": $fa-var-share-alt-square, + "barcode": $fa-var-barcode, + "plus-minus": $fa-var-plus-minus, + "video": $fa-var-video, + "video-camera": $fa-var-video-camera, + "graduation-cap": $fa-var-graduation-cap, + "mortar-board": $fa-var-mortar-board, + "hand-holding-medical": $fa-var-hand-holding-medical, + "person-circle-check": $fa-var-person-circle-check, + "turn-up": $fa-var-turn-up, + "level-up-alt": $fa-var-level-up-alt, +); + +$fa-brand-icons: ( + "monero": $fa-var-monero, + "hooli": $fa-var-hooli, + "yelp": $fa-var-yelp, + "cc-visa": $fa-var-cc-visa, + "lastfm": $fa-var-lastfm, + "shopware": $fa-var-shopware, + "creative-commons-nc": $fa-var-creative-commons-nc, + "aws": $fa-var-aws, + "redhat": $fa-var-redhat, + "yoast": $fa-var-yoast, + "cloudflare": $fa-var-cloudflare, + "ups": $fa-var-ups, + "pixiv": $fa-var-pixiv, + "wpexplorer": $fa-var-wpexplorer, + "dyalog": $fa-var-dyalog, + "bity": $fa-var-bity, + "stackpath": $fa-var-stackpath, + "buysellads": $fa-var-buysellads, + "first-order": $fa-var-first-order, + "modx": $fa-var-modx, + "guilded": $fa-var-guilded, + "vnv": $fa-var-vnv, + "square-js": $fa-var-square-js, + "js-square": $fa-var-js-square, + "microsoft": $fa-var-microsoft, + "qq": $fa-var-qq, + "orcid": $fa-var-orcid, + "java": $fa-var-java, + "invision": $fa-var-invision, + "creative-commons-pd-alt": $fa-var-creative-commons-pd-alt, + "centercode": $fa-var-centercode, + "glide-g": $fa-var-glide-g, + "drupal": $fa-var-drupal, + "jxl": $fa-var-jxl, + "dart-lang": $fa-var-dart-lang, + "hire-a-helper": $fa-var-hire-a-helper, + "creative-commons-by": $fa-var-creative-commons-by, + "unity": $fa-var-unity, + "whmcs": $fa-var-whmcs, + "rocketchat": $fa-var-rocketchat, + "vk": $fa-var-vk, + "untappd": $fa-var-untappd, + "mailchimp": $fa-var-mailchimp, + "css3-alt": $fa-var-css3-alt, + "square-reddit": $fa-var-square-reddit, + "reddit-square": $fa-var-reddit-square, + "vimeo-v": $fa-var-vimeo-v, + "contao": $fa-var-contao, + "square-font-awesome": $fa-var-square-font-awesome, + "deskpro": $fa-var-deskpro, + "brave": $fa-var-brave, + "sistrix": $fa-var-sistrix, + "square-instagram": $fa-var-square-instagram, + "instagram-square": $fa-var-instagram-square, + "battle-net": $fa-var-battle-net, + "the-red-yeti": $fa-var-the-red-yeti, + "square-hacker-news": $fa-var-square-hacker-news, + "hacker-news-square": $fa-var-hacker-news-square, + "edge": $fa-var-edge, + "threads": $fa-var-threads, + "napster": $fa-var-napster, + "square-snapchat": $fa-var-square-snapchat, + "snapchat-square": $fa-var-snapchat-square, + "google-plus-g": $fa-var-google-plus-g, + "artstation": $fa-var-artstation, + "markdown": $fa-var-markdown, + "sourcetree": $fa-var-sourcetree, + "google-plus": $fa-var-google-plus, + "diaspora": $fa-var-diaspora, + "foursquare": $fa-var-foursquare, + "stack-overflow": $fa-var-stack-overflow, + "github-alt": $fa-var-github-alt, + "phoenix-squadron": $fa-var-phoenix-squadron, + "pagelines": $fa-var-pagelines, + "algolia": $fa-var-algolia, + "red-river": $fa-var-red-river, + "creative-commons-sa": $fa-var-creative-commons-sa, + "safari": $fa-var-safari, + "google": $fa-var-google, + "square-font-awesome-stroke": $fa-var-square-font-awesome-stroke, + "font-awesome-alt": $fa-var-font-awesome-alt, + "atlassian": $fa-var-atlassian, + "linkedin-in": $fa-var-linkedin-in, + "digital-ocean": $fa-var-digital-ocean, + "nimblr": $fa-var-nimblr, + "chromecast": $fa-var-chromecast, + "evernote": $fa-var-evernote, + "hacker-news": $fa-var-hacker-news, + "creative-commons-sampling": $fa-var-creative-commons-sampling, + "adversal": $fa-var-adversal, + "creative-commons": $fa-var-creative-commons, + "watchman-monitoring": $fa-var-watchman-monitoring, + "fonticons": $fa-var-fonticons, + "weixin": $fa-var-weixin, + "shirtsinbulk": $fa-var-shirtsinbulk, + "codepen": $fa-var-codepen, + "git-alt": $fa-var-git-alt, + "lyft": $fa-var-lyft, + "rev": $fa-var-rev, + "windows": $fa-var-windows, + "wizards-of-the-coast": $fa-var-wizards-of-the-coast, + "square-viadeo": $fa-var-square-viadeo, + "viadeo-square": $fa-var-viadeo-square, + "meetup": $fa-var-meetup, + "centos": $fa-var-centos, + "adn": $fa-var-adn, + "cloudsmith": $fa-var-cloudsmith, + "opensuse": $fa-var-opensuse, + "pied-piper-alt": $fa-var-pied-piper-alt, + "square-dribbble": $fa-var-square-dribbble, + "dribbble-square": $fa-var-dribbble-square, + "codiepie": $fa-var-codiepie, + "node": $fa-var-node, + "mix": $fa-var-mix, + "steam": $fa-var-steam, + "cc-apple-pay": $fa-var-cc-apple-pay, + "scribd": $fa-var-scribd, + "debian": $fa-var-debian, + "openid": $fa-var-openid, + "instalod": $fa-var-instalod, + "expeditedssl": $fa-var-expeditedssl, + "sellcast": $fa-var-sellcast, + "square-twitter": $fa-var-square-twitter, + "twitter-square": $fa-var-twitter-square, + "r-project": $fa-var-r-project, + "delicious": $fa-var-delicious, + "freebsd": $fa-var-freebsd, + "vuejs": $fa-var-vuejs, + "accusoft": $fa-var-accusoft, + "ioxhost": $fa-var-ioxhost, + "fonticons-fi": $fa-var-fonticons-fi, + "app-store": $fa-var-app-store, + "cc-mastercard": $fa-var-cc-mastercard, + "itunes-note": $fa-var-itunes-note, + "golang": $fa-var-golang, + "kickstarter": $fa-var-kickstarter, + "square-kickstarter": $fa-var-square-kickstarter, + "grav": $fa-var-grav, + "weibo": $fa-var-weibo, + "uncharted": $fa-var-uncharted, + "firstdraft": $fa-var-firstdraft, + "square-youtube": $fa-var-square-youtube, + "youtube-square": $fa-var-youtube-square, + "wikipedia-w": $fa-var-wikipedia-w, + "wpressr": $fa-var-wpressr, + "rendact": $fa-var-rendact, + "angellist": $fa-var-angellist, + "galactic-republic": $fa-var-galactic-republic, + "nfc-directional": $fa-var-nfc-directional, + "skype": $fa-var-skype, + "joget": $fa-var-joget, + "fedora": $fa-var-fedora, + "stripe-s": $fa-var-stripe-s, + "meta": $fa-var-meta, + "laravel": $fa-var-laravel, + "hotjar": $fa-var-hotjar, + "bluetooth-b": $fa-var-bluetooth-b, + "square-letterboxd": $fa-var-square-letterboxd, + "sticker-mule": $fa-var-sticker-mule, + "creative-commons-zero": $fa-var-creative-commons-zero, + "hips": $fa-var-hips, + "behance": $fa-var-behance, + "reddit": $fa-var-reddit, + "discord": $fa-var-discord, + "chrome": $fa-var-chrome, + "app-store-ios": $fa-var-app-store-ios, + "cc-discover": $fa-var-cc-discover, + "wpbeginner": $fa-var-wpbeginner, + "confluence": $fa-var-confluence, + "shoelace": $fa-var-shoelace, + "mdb": $fa-var-mdb, + "dochub": $fa-var-dochub, + "accessible-icon": $fa-var-accessible-icon, + "ebay": $fa-var-ebay, + "amazon": $fa-var-amazon, + "unsplash": $fa-var-unsplash, + "yarn": $fa-var-yarn, + "square-steam": $fa-var-square-steam, + "steam-square": $fa-var-steam-square, + "500px": $fa-var-500px, + "square-vimeo": $fa-var-square-vimeo, + "vimeo-square": $fa-var-vimeo-square, + "asymmetrik": $fa-var-asymmetrik, + "font-awesome": $fa-var-font-awesome, + "font-awesome-flag": $fa-var-font-awesome-flag, + "font-awesome-logo-full": $fa-var-font-awesome-logo-full, + "gratipay": $fa-var-gratipay, + "apple": $fa-var-apple, + "hive": $fa-var-hive, + "gitkraken": $fa-var-gitkraken, + "keybase": $fa-var-keybase, + "apple-pay": $fa-var-apple-pay, + "padlet": $fa-var-padlet, + "amazon-pay": $fa-var-amazon-pay, + "square-github": $fa-var-square-github, + "github-square": $fa-var-github-square, + "stumbleupon": $fa-var-stumbleupon, + "fedex": $fa-var-fedex, + "phoenix-framework": $fa-var-phoenix-framework, + "shopify": $fa-var-shopify, + "neos": $fa-var-neos, + "square-threads": $fa-var-square-threads, + "hackerrank": $fa-var-hackerrank, + "researchgate": $fa-var-researchgate, + "swift": $fa-var-swift, + "angular": $fa-var-angular, + "speakap": $fa-var-speakap, + "angrycreative": $fa-var-angrycreative, + "y-combinator": $fa-var-y-combinator, + "empire": $fa-var-empire, + "envira": $fa-var-envira, + "google-scholar": $fa-var-google-scholar, + "square-gitlab": $fa-var-square-gitlab, + "gitlab-square": $fa-var-gitlab-square, + "studiovinari": $fa-var-studiovinari, + "pied-piper": $fa-var-pied-piper, + "wordpress": $fa-var-wordpress, + "product-hunt": $fa-var-product-hunt, + "firefox": $fa-var-firefox, + "linode": $fa-var-linode, + "goodreads": $fa-var-goodreads, + "square-odnoklassniki": $fa-var-square-odnoklassniki, + "odnoklassniki-square": $fa-var-odnoklassniki-square, + "jsfiddle": $fa-var-jsfiddle, + "sith": $fa-var-sith, + "themeisle": $fa-var-themeisle, + "page4": $fa-var-page4, + "hashnode": $fa-var-hashnode, + "react": $fa-var-react, + "cc-paypal": $fa-var-cc-paypal, + "squarespace": $fa-var-squarespace, + "cc-stripe": $fa-var-cc-stripe, + "creative-commons-share": $fa-var-creative-commons-share, + "bitcoin": $fa-var-bitcoin, + "keycdn": $fa-var-keycdn, + "opera": $fa-var-opera, + "itch-io": $fa-var-itch-io, + "umbraco": $fa-var-umbraco, + "galactic-senate": $fa-var-galactic-senate, + "ubuntu": $fa-var-ubuntu, + "draft2digital": $fa-var-draft2digital, + "stripe": $fa-var-stripe, + "houzz": $fa-var-houzz, + "gg": $fa-var-gg, + "dhl": $fa-var-dhl, + "square-pinterest": $fa-var-square-pinterest, + "pinterest-square": $fa-var-pinterest-square, + "xing": $fa-var-xing, + "blackberry": $fa-var-blackberry, + "creative-commons-pd": $fa-var-creative-commons-pd, + "playstation": $fa-var-playstation, + "quinscape": $fa-var-quinscape, + "less": $fa-var-less, + "blogger-b": $fa-var-blogger-b, + "opencart": $fa-var-opencart, + "vine": $fa-var-vine, + "signal-messenger": $fa-var-signal-messenger, + "paypal": $fa-var-paypal, + "gitlab": $fa-var-gitlab, + "typo3": $fa-var-typo3, + "reddit-alien": $fa-var-reddit-alien, + "yahoo": $fa-var-yahoo, + "dailymotion": $fa-var-dailymotion, + "affiliatetheme": $fa-var-affiliatetheme, + "pied-piper-pp": $fa-var-pied-piper-pp, + "bootstrap": $fa-var-bootstrap, + "odnoklassniki": $fa-var-odnoklassniki, + "nfc-symbol": $fa-var-nfc-symbol, + "mintbit": $fa-var-mintbit, + "ethereum": $fa-var-ethereum, + "speaker-deck": $fa-var-speaker-deck, + "creative-commons-nc-eu": $fa-var-creative-commons-nc-eu, + "patreon": $fa-var-patreon, + "avianex": $fa-var-avianex, + "ello": $fa-var-ello, + "gofore": $fa-var-gofore, + "bimobject": $fa-var-bimobject, + "brave-reverse": $fa-var-brave-reverse, + "facebook-f": $fa-var-facebook-f, + "square-google-plus": $fa-var-square-google-plus, + "google-plus-square": $fa-var-google-plus-square, + "web-awesome": $fa-var-web-awesome, + "mandalorian": $fa-var-mandalorian, + "first-order-alt": $fa-var-first-order-alt, + "osi": $fa-var-osi, + "google-wallet": $fa-var-google-wallet, + "d-and-d-beyond": $fa-var-d-and-d-beyond, + "periscope": $fa-var-periscope, + "fulcrum": $fa-var-fulcrum, + "cloudscale": $fa-var-cloudscale, + "forumbee": $fa-var-forumbee, + "mizuni": $fa-var-mizuni, + "schlix": $fa-var-schlix, + "square-xing": $fa-var-square-xing, + "xing-square": $fa-var-xing-square, + "bandcamp": $fa-var-bandcamp, + "wpforms": $fa-var-wpforms, + "cloudversify": $fa-var-cloudversify, + "usps": $fa-var-usps, + "megaport": $fa-var-megaport, + "magento": $fa-var-magento, + "spotify": $fa-var-spotify, + "optin-monster": $fa-var-optin-monster, + "fly": $fa-var-fly, + "aviato": $fa-var-aviato, + "itunes": $fa-var-itunes, + "cuttlefish": $fa-var-cuttlefish, + "blogger": $fa-var-blogger, + "flickr": $fa-var-flickr, + "viber": $fa-var-viber, + "soundcloud": $fa-var-soundcloud, + "digg": $fa-var-digg, + "tencent-weibo": $fa-var-tencent-weibo, + "letterboxd": $fa-var-letterboxd, + "symfony": $fa-var-symfony, + "maxcdn": $fa-var-maxcdn, + "etsy": $fa-var-etsy, + "facebook-messenger": $fa-var-facebook-messenger, + "audible": $fa-var-audible, + "think-peaks": $fa-var-think-peaks, + "bilibili": $fa-var-bilibili, + "erlang": $fa-var-erlang, + "x-twitter": $fa-var-x-twitter, + "cotton-bureau": $fa-var-cotton-bureau, + "dashcube": $fa-var-dashcube, + "42-group": $fa-var-42-group, + "innosoft": $fa-var-innosoft, + "stack-exchange": $fa-var-stack-exchange, + "elementor": $fa-var-elementor, + "square-pied-piper": $fa-var-square-pied-piper, + "pied-piper-square": $fa-var-pied-piper-square, + "creative-commons-nd": $fa-var-creative-commons-nd, + "palfed": $fa-var-palfed, + "superpowers": $fa-var-superpowers, + "resolving": $fa-var-resolving, + "xbox": $fa-var-xbox, + "square-web-awesome-stroke": $fa-var-square-web-awesome-stroke, + "searchengin": $fa-var-searchengin, + "tiktok": $fa-var-tiktok, + "square-facebook": $fa-var-square-facebook, + "facebook-square": $fa-var-facebook-square, + "renren": $fa-var-renren, + "linux": $fa-var-linux, + "glide": $fa-var-glide, + "linkedin": $fa-var-linkedin, + "hubspot": $fa-var-hubspot, + "deploydog": $fa-var-deploydog, + "twitch": $fa-var-twitch, + "flutter": $fa-var-flutter, + "ravelry": $fa-var-ravelry, + "mixer": $fa-var-mixer, + "square-lastfm": $fa-var-square-lastfm, + "lastfm-square": $fa-var-lastfm-square, + "vimeo": $fa-var-vimeo, + "mendeley": $fa-var-mendeley, + "uniregistry": $fa-var-uniregistry, + "figma": $fa-var-figma, + "creative-commons-remix": $fa-var-creative-commons-remix, + "cc-amazon-pay": $fa-var-cc-amazon-pay, + "dropbox": $fa-var-dropbox, + "instagram": $fa-var-instagram, + "cmplid": $fa-var-cmplid, + "upwork": $fa-var-upwork, + "facebook": $fa-var-facebook, + "gripfire": $fa-var-gripfire, + "jedi-order": $fa-var-jedi-order, + "uikit": $fa-var-uikit, + "fort-awesome-alt": $fa-var-fort-awesome-alt, + "phabricator": $fa-var-phabricator, + "ussunnah": $fa-var-ussunnah, + "earlybirds": $fa-var-earlybirds, + "trade-federation": $fa-var-trade-federation, + "autoprefixer": $fa-var-autoprefixer, + "whatsapp": $fa-var-whatsapp, + "square-upwork": $fa-var-square-upwork, + "slideshare": $fa-var-slideshare, + "google-play": $fa-var-google-play, + "viadeo": $fa-var-viadeo, + "line": $fa-var-line, + "google-drive": $fa-var-google-drive, + "servicestack": $fa-var-servicestack, + "simplybuilt": $fa-var-simplybuilt, + "bitbucket": $fa-var-bitbucket, + "imdb": $fa-var-imdb, + "deezer": $fa-var-deezer, + "raspberry-pi": $fa-var-raspberry-pi, + "jira": $fa-var-jira, + "docker": $fa-var-docker, + "screenpal": $fa-var-screenpal, + "bluetooth": $fa-var-bluetooth, + "gitter": $fa-var-gitter, + "d-and-d": $fa-var-d-and-d, + "microblog": $fa-var-microblog, + "cc-diners-club": $fa-var-cc-diners-club, + "gg-circle": $fa-var-gg-circle, + "pied-piper-hat": $fa-var-pied-piper-hat, + "kickstarter-k": $fa-var-kickstarter-k, + "yandex": $fa-var-yandex, + "readme": $fa-var-readme, + "html5": $fa-var-html5, + "sellsy": $fa-var-sellsy, + "square-web-awesome": $fa-var-square-web-awesome, + "sass": $fa-var-sass, + "wirsindhandwerk": $fa-var-wirsindhandwerk, + "wsh": $fa-var-wsh, + "buromobelexperte": $fa-var-buromobelexperte, + "salesforce": $fa-var-salesforce, + "octopus-deploy": $fa-var-octopus-deploy, + "medapps": $fa-var-medapps, + "ns8": $fa-var-ns8, + "pinterest-p": $fa-var-pinterest-p, + "apper": $fa-var-apper, + "fort-awesome": $fa-var-fort-awesome, + "waze": $fa-var-waze, + "bluesky": $fa-var-bluesky, + "cc-jcb": $fa-var-cc-jcb, + "snapchat": $fa-var-snapchat, + "snapchat-ghost": $fa-var-snapchat-ghost, + "fantasy-flight-games": $fa-var-fantasy-flight-games, + "rust": $fa-var-rust, + "wix": $fa-var-wix, + "square-behance": $fa-var-square-behance, + "behance-square": $fa-var-behance-square, + "supple": $fa-var-supple, + "webflow": $fa-var-webflow, + "rebel": $fa-var-rebel, + "css3": $fa-var-css3, + "staylinked": $fa-var-staylinked, + "kaggle": $fa-var-kaggle, + "space-awesome": $fa-var-space-awesome, + "deviantart": $fa-var-deviantart, + "cpanel": $fa-var-cpanel, + "goodreads-g": $fa-var-goodreads-g, + "square-git": $fa-var-square-git, + "git-square": $fa-var-git-square, + "square-tumblr": $fa-var-square-tumblr, + "tumblr-square": $fa-var-tumblr-square, + "trello": $fa-var-trello, + "creative-commons-nc-jp": $fa-var-creative-commons-nc-jp, + "get-pocket": $fa-var-get-pocket, + "perbyte": $fa-var-perbyte, + "grunt": $fa-var-grunt, + "weebly": $fa-var-weebly, + "connectdevelop": $fa-var-connectdevelop, + "leanpub": $fa-var-leanpub, + "black-tie": $fa-var-black-tie, + "themeco": $fa-var-themeco, + "python": $fa-var-python, + "android": $fa-var-android, + "bots": $fa-var-bots, + "free-code-camp": $fa-var-free-code-camp, + "hornbill": $fa-var-hornbill, + "js": $fa-var-js, + "ideal": $fa-var-ideal, + "git": $fa-var-git, + "dev": $fa-var-dev, + "sketch": $fa-var-sketch, + "yandex-international": $fa-var-yandex-international, + "cc-amex": $fa-var-cc-amex, + "uber": $fa-var-uber, + "github": $fa-var-github, + "php": $fa-var-php, + "alipay": $fa-var-alipay, + "youtube": $fa-var-youtube, + "skyatlas": $fa-var-skyatlas, + "firefox-browser": $fa-var-firefox-browser, + "replyd": $fa-var-replyd, + "suse": $fa-var-suse, + "jenkins": $fa-var-jenkins, + "twitter": $fa-var-twitter, + "rockrms": $fa-var-rockrms, + "pinterest": $fa-var-pinterest, + "buffer": $fa-var-buffer, + "npm": $fa-var-npm, + "yammer": $fa-var-yammer, + "btc": $fa-var-btc, + "dribbble": $fa-var-dribbble, + "stumbleupon-circle": $fa-var-stumbleupon-circle, + "internet-explorer": $fa-var-internet-explorer, + "stubber": $fa-var-stubber, + "telegram": $fa-var-telegram, + "telegram-plane": $fa-var-telegram-plane, + "old-republic": $fa-var-old-republic, + "odysee": $fa-var-odysee, + "square-whatsapp": $fa-var-square-whatsapp, + "whatsapp-square": $fa-var-whatsapp-square, + "node-js": $fa-var-node-js, + "edge-legacy": $fa-var-edge-legacy, + "slack": $fa-var-slack, + "slack-hash": $fa-var-slack-hash, + "medrt": $fa-var-medrt, + "usb": $fa-var-usb, + "tumblr": $fa-var-tumblr, + "vaadin": $fa-var-vaadin, + "quora": $fa-var-quora, + "square-x-twitter": $fa-var-square-x-twitter, + "reacteurope": $fa-var-reacteurope, + "medium": $fa-var-medium, + "medium-m": $fa-var-medium-m, + "amilia": $fa-var-amilia, + "mixcloud": $fa-var-mixcloud, + "flipboard": $fa-var-flipboard, + "viacoin": $fa-var-viacoin, + "critical-role": $fa-var-critical-role, + "sitrox": $fa-var-sitrox, + "discourse": $fa-var-discourse, + "joomla": $fa-var-joomla, + "mastodon": $fa-var-mastodon, + "airbnb": $fa-var-airbnb, + "wolf-pack-battalion": $fa-var-wolf-pack-battalion, + "buy-n-large": $fa-var-buy-n-large, + "gulp": $fa-var-gulp, + "creative-commons-sampling-plus": $fa-var-creative-commons-sampling-plus, + "strava": $fa-var-strava, + "ember": $fa-var-ember, + "canadian-maple-leaf": $fa-var-canadian-maple-leaf, + "teamspeak": $fa-var-teamspeak, + "pushed": $fa-var-pushed, + "wordpress-simple": $fa-var-wordpress-simple, + "nutritionix": $fa-var-nutritionix, + "wodu": $fa-var-wodu, + "google-pay": $fa-var-google-pay, + "intercom": $fa-var-intercom, + "zhihu": $fa-var-zhihu, + "korvue": $fa-var-korvue, + "pix": $fa-var-pix, + "steam-symbol": $fa-var-steam-symbol, +); diff --git a/_sass/font-awesome/brands.scss b/_sass/font-awesome/brands.scss new file mode 100644 index 0000000000000..5061742233fa2 --- /dev/null +++ b/_sass/font-awesome/brands.scss @@ -0,0 +1,30 @@ +/*! + * Font Awesome Free 6.6.0 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. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-style-family-brands: 'Font Awesome 6 Brands'; + --#{$fa-css-prefix}-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; +} + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'), + url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'); +} + +.fab, +.#{$fa-css-prefix}-brands { + font-weight: 400; +} + +@each $name, $icon in $fa-brand-icons { + .#{$fa-css-prefix}-#{$name}:before { content: unquote("\"#{ $icon }\""); } +} diff --git a/_sass/font-awesome/fontawesome.scss b/_sass/font-awesome/fontawesome.scss new file mode 100644 index 0000000000000..69fd9ebab1a70 --- /dev/null +++ b/_sass/font-awesome/fontawesome.scss @@ -0,0 +1,21 @@ +/*! + * Font Awesome Free 6.6.0 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. + */ +// Font Awesome core compile (Web Fonts-based) +// ------------------------- + +@import 'functions'; +@import 'variables'; +@import 'mixins'; +@import 'core'; +@import 'sizing'; +@import 'fixed-width'; +@import 'list'; +@import 'bordered-pulled'; +@import 'animated'; +@import 'rotated-flipped'; +@import 'stacked'; +@import 'icons'; +@import 'screen-reader'; diff --git a/_sass/font-awesome/regular.scss b/_sass/font-awesome/regular.scss new file mode 100644 index 0000000000000..8e9d6ddf84cfd --- /dev/null +++ b/_sass/font-awesome/regular.scss @@ -0,0 +1,27 @@ +/*! + * Font Awesome Free 6.6.0 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. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }'; + --#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }'; +} + + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 400; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'), + url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'); +} + +.far, +.#{$fa-css-prefix}-regular { + font-weight: 400; +} diff --git a/_sass/font-awesome/solid.scss b/_sass/font-awesome/solid.scss new file mode 100644 index 0000000000000..09878493530f2 --- /dev/null +++ b/_sass/font-awesome/solid.scss @@ -0,0 +1,27 @@ +/*! + * Font Awesome Free 6.6.0 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. + */ +@import 'functions'; +@import 'variables'; + +:root, :host { + --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }'; + --#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }'; +} + + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: $fa-font-display; + src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'), + url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'); +} + +.fas, +.#{$fa-css-prefix}-solid { + font-weight: 900; +} diff --git a/_sass/font-awesome/v4-shims.scss b/_sass/font-awesome/v4-shims.scss new file mode 100644 index 0000000000000..f034e7de29f4f --- /dev/null +++ b/_sass/font-awesome/v4-shims.scss @@ -0,0 +1,11 @@ +/*! + * Font Awesome Free 6.6.0 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. + */ +// V4 shims compile (Web Fonts-based) +// ------------------------- + +@import 'functions'; +@import 'variables'; +@import 'shims'; diff --git a/_sass/tabler-icons/tabler-icons-filled.scss b/_sass/tabler-icons/tabler-icons-filled.scss new file mode 100644 index 0000000000000..f7a004088ccbc --- /dev/null +++ b/_sass/tabler-icons/tabler-icons-filled.scss @@ -0,0 +1,2661 @@ +@charset "UTF-8"; +/*! + * Tabler Icons 3.0.1 by tabler - https://tabler.io + * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE + */ +$ti-font-family: "tabler-icons-filled" !default; +$ti-font-path: "./fonts" !default; +$ti-font-display: null !default; +$ti-prefix: "ti" !default; + +@font-face { + font-family: $ti-font-family; + font-style: normal; + font-weight: 400; + font-display: $ti-font-display; + src: + url("#{$ti-font-path}/tabler-icons-filled.woff2?v3.0.1") format("woff2"), + url("#{$ti-font-path}/tabler-icons-filled.woff?") format("woff"), + url("#{$ti-font-path}/tabler-icons-filled.ttf?v3.0.1") format("truetype"); +} + +.#{$ti-prefix} { + font-family: $ti-font-family !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +@function unicode($str) { + @return unquote('"') + unquote(str-insert($str, "\\", 1)) + unquote('"'); +} + +$ti-icon-accessible: unicode("f6ea"); +$ti-icon-ad: unicode("f6eb"); +$ti-icon-ad-circle: unicode("f7d3"); +$ti-icon-adjustments: unicode("f6ec"); +$ti-icon-affiliate: unicode("f6ed"); +$ti-icon-alarm: unicode("f709"); +$ti-icon-alarm-minus: unicode("f70a"); +$ti-icon-alarm-plus: unicode("f70b"); +$ti-icon-alarm-snooze: unicode("f70c"); +$ti-icon-alert-circle: unicode("f6ee"); +$ti-icon-alert-hexagon: unicode("fa34"); +$ti-icon-alert-octagon: unicode("f6ef"); +$ti-icon-alert-square: unicode("fa35"); +$ti-icon-alert-square-rounded: unicode("fa36"); +$ti-icon-alert-triangle: unicode("f6f0"); +$ti-icon-alien: unicode("f70d"); +$ti-icon-align-box-bottom-center: unicode("f70e"); +$ti-icon-align-box-bottom-left: unicode("f70f"); +$ti-icon-align-box-bottom-right: unicode("f710"); +$ti-icon-align-box-center-middle: unicode("f7d4"); +$ti-icon-align-box-left-bottom: unicode("f711"); +$ti-icon-align-box-left-middle: unicode("f712"); +$ti-icon-align-box-left-top: unicode("f713"); +$ti-icon-align-box-right-bottom: unicode("f714"); +$ti-icon-align-box-right-middle: unicode("f7d5"); +$ti-icon-align-box-right-top: unicode("f715"); +$ti-icon-align-box-top-center: unicode("f716"); +$ti-icon-align-box-top-left: unicode("f717"); +$ti-icon-align-box-top-right: unicode("f718"); +$ti-icon-analyze: unicode("f719"); +$ti-icon-app-window: unicode("f71a"); +$ti-icon-apps: unicode("f6f1"); +$ti-icon-archive: unicode("fa82"); +$ti-icon-arrow-autofit-content: unicode("f6f2"); +$ti-icon-arrow-badge-down: unicode("f7d6"); +$ti-icon-arrow-badge-left: unicode("f7d7"); +$ti-icon-arrow-badge-right: unicode("f7d8"); +$ti-icon-arrow-badge-up: unicode("f7d9"); +$ti-icon-arrow-big-down: unicode("f6c6"); +$ti-icon-arrow-big-down-line: unicode("f6c7"); +$ti-icon-arrow-big-down-lines: unicode("f6c8"); +$ti-icon-arrow-big-left: unicode("f6c9"); +$ti-icon-arrow-big-left-line: unicode("f6ca"); +$ti-icon-arrow-big-left-lines: unicode("f6cb"); +$ti-icon-arrow-big-right: unicode("f6cc"); +$ti-icon-arrow-big-right-line: unicode("f6cd"); +$ti-icon-arrow-big-right-lines: unicode("f6ce"); +$ti-icon-arrow-big-up: unicode("f6cf"); +$ti-icon-arrow-big-up-line: unicode("f6d0"); +$ti-icon-arrow-big-up-lines: unicode("f6d1"); +$ti-icon-artboard: unicode("fa83"); +$ti-icon-article: unicode("f7da"); +$ti-icon-aspect-ratio: unicode("f7db"); +$ti-icon-assembly: unicode("fe9e"); +$ti-icon-asset: unicode("fe9d"); +$ti-icon-atom-2: unicode("f71b"); +$ti-icon-award: unicode("f71c"); +$ti-icon-baby-carriage: unicode("fe9c"); +$ti-icon-backspace: unicode("f7dc"); +$ti-icon-badge: unicode("f667"); +$ti-icon-badge-3d: unicode("fe9b"); +$ti-icon-badge-4k: unicode("fe9a"); +$ti-icon-badge-8k: unicode("fe99"); +$ti-icon-badge-ad: unicode("fe98"); +$ti-icon-badge-ar: unicode("fe97"); +$ti-icon-badge-cc: unicode("fe96"); +$ti-icon-badge-hd: unicode("fe95"); +$ti-icon-badge-sd: unicode("fe94"); +$ti-icon-badge-tm: unicode("fe93"); +$ti-icon-badge-vo: unicode("fe92"); +$ti-icon-badge-vr: unicode("fe91"); +$ti-icon-badge-wc: unicode("fe90"); +$ti-icon-badges: unicode("f7dd"); +$ti-icon-balloon: unicode("fa84"); +$ti-icon-ballpen: unicode("fa85"); +$ti-icon-bandage: unicode("f7de"); +$ti-icon-barbell: unicode("fe8f"); +$ti-icon-barrier-block: unicode("fe8e"); +$ti-icon-basket: unicode("f7df"); +$ti-icon-bath: unicode("f71d"); +$ti-icon-battery: unicode("f668"); +$ti-icon-battery-1: unicode("f71e"); +$ti-icon-battery-2: unicode("f71f"); +$ti-icon-battery-3: unicode("f720"); +$ti-icon-battery-4: unicode("f721"); +$ti-icon-bed: unicode("f7e0"); +$ti-icon-bed-flat: unicode("fe8d"); +$ti-icon-beer: unicode("f7e1"); +$ti-icon-bell: unicode("f669"); +$ti-icon-bell-minus: unicode("f722"); +$ti-icon-bell-plus: unicode("f723"); +$ti-icon-bell-ringing: unicode("f725"); +$ti-icon-bell-ringing-2: unicode("f724"); +$ti-icon-bell-x: unicode("f726"); +$ti-icon-bell-z: unicode("f727"); +$ti-icon-biohazard: unicode("fe8c"); +$ti-icon-blade: unicode("f7e2"); +$ti-icon-bomb: unicode("fa86"); +$ti-icon-bone: unicode("fe8b"); +$ti-icon-book: unicode("fa87"); +$ti-icon-bookmark: unicode("fa88"); +$ti-icon-bookmarks: unicode("fb1f"); +$ti-icon-boom: unicode("fe8a"); +$ti-icon-bottle: unicode("fa89"); +$ti-icon-bounce-left: unicode("fb20"); +$ti-icon-bounce-right: unicode("fb21"); +$ti-icon-bow: unicode("fe89"); +$ti-icon-bowl: unicode("fb22"); +$ti-icon-bowl-chopsticks: unicode("fe88"); +$ti-icon-bowl-spoon: unicode("fe87"); +$ti-icon-box-align-bottom: unicode("fa8a"); +$ti-icon-box-align-bottom-left: unicode("fa8b"); +$ti-icon-box-align-bottom-right: unicode("fa8c"); +$ti-icon-box-align-left: unicode("fa8d"); +$ti-icon-box-align-right: unicode("fa8e"); +$ti-icon-box-align-top: unicode("fa8f"); +$ti-icon-box-align-top-left: unicode("fa90"); +$ti-icon-box-align-top-right: unicode("fa91"); +$ti-icon-brand-apple: unicode("fd74"); +$ti-icon-brand-discord: unicode("f7e4"); +$ti-icon-brand-dribbble: unicode("f7e5"); +$ti-icon-brand-facebook: unicode("f7e6"); +$ti-icon-brand-github: unicode("f7e7"); +$ti-icon-brand-google: unicode("fd1a"); +$ti-icon-brand-patreon: unicode("fcff"); +$ti-icon-brand-paypal: unicode("f7e9"); +$ti-icon-brand-spotify: unicode("fe86"); +$ti-icon-brand-tiktok: unicode("f7ea"); +$ti-icon-brand-twitter: unicode("f7eb"); +$ti-icon-brand-x: unicode("fc21"); +$ti-icon-brand-youtube: unicode("fc22"); +$ti-icon-bread: unicode("fe85"); +$ti-icon-briefcase: unicode("fd00"); +$ti-icon-briefcase-2: unicode("fe84"); +$ti-icon-brightness: unicode("fe82"); +$ti-icon-brightness-auto: unicode("fe83"); +$ti-icon-brightness-down: unicode("fb23"); +$ti-icon-brightness-up: unicode("fb24"); +$ti-icon-bug: unicode("fd01"); +$ti-icon-building-broadcast-tower: unicode("fe81"); +$ti-icon-bulb: unicode("f66a"); +$ti-icon-cactus: unicode("fb25"); +$ti-icon-calculator: unicode("fb26"); +$ti-icon-calendar: unicode("fb27"); +$ti-icon-camera: unicode("fa37"); +$ti-icon-campfire: unicode("fb28"); +$ti-icon-candle: unicode("fc23"); +$ti-icon-capsule: unicode("fc24"); +$ti-icon-capsule-horizontal: unicode("fc25"); +$ti-icon-capture: unicode("fb29"); +$ti-icon-cards: unicode("fc26"); +$ti-icon-caret-down: unicode("fb2a"); +$ti-icon-caret-left: unicode("fb2b"); +$ti-icon-caret-left-right: unicode("fd02"); +$ti-icon-caret-right: unicode("fb2c"); +$ti-icon-caret-up: unicode("fb2d"); +$ti-icon-caret-up-down: unicode("fd03"); +$ti-icon-carousel-horizontal: unicode("fa92"); +$ti-icon-carousel-vertical: unicode("fa93"); +$ti-icon-cash-banknote: unicode("fe80"); +$ti-icon-category: unicode("fb2e"); +$ti-icon-chart-area: unicode("f66b"); +$ti-icon-chart-area-line: unicode("f66c"); +$ti-icon-chart-bubble: unicode("f66d"); +$ti-icon-chart-candle: unicode("f66e"); +$ti-icon-chart-donut: unicode("f66f"); +$ti-icon-chart-dots: unicode("fd04"); +$ti-icon-chart-grid-dots: unicode("fd05"); +$ti-icon-chart-pie: unicode("f670"); +$ti-icon-cherry: unicode("f728"); +$ti-icon-chess: unicode("f72a"); +$ti-icon-chess-bishop: unicode("f729"); +$ti-icon-chess-king: unicode("f72b"); +$ti-icon-chess-knight: unicode("f72c"); +$ti-icon-chess-queen: unicode("f72d"); +$ti-icon-chess-rook: unicode("f72e"); +$ti-icon-circle: unicode("f671"); +$ti-icon-circle-arrow-down: unicode("f6f4"); +$ti-icon-circle-arrow-down-left: unicode("f6f5"); +$ti-icon-circle-arrow-down-right: unicode("f6f7"); +$ti-icon-circle-arrow-left: unicode("f6fa"); +$ti-icon-circle-arrow-right: unicode("f6fc"); +$ti-icon-circle-arrow-up: unicode("f6fe"); +$ti-icon-circle-arrow-up-left: unicode("f6ff"); +$ti-icon-circle-arrow-up-right: unicode("f701"); +$ti-icon-circle-check: unicode("f704"); +$ti-icon-circle-dot: unicode("f705"); +$ti-icon-circle-key: unicode("f706"); +$ti-icon-circle-letter-a: unicode("fe7f"); +$ti-icon-circle-letter-b: unicode("fe7e"); +$ti-icon-circle-letter-c: unicode("fe7d"); +$ti-icon-circle-letter-d: unicode("fe7c"); +$ti-icon-circle-letter-e: unicode("fe7b"); +$ti-icon-circle-letter-f: unicode("fe7a"); +$ti-icon-circle-letter-g: unicode("fe79"); +$ti-icon-circle-letter-h: unicode("fe78"); +$ti-icon-circle-letter-i: unicode("fe77"); +$ti-icon-circle-letter-j: unicode("fe76"); +$ti-icon-circle-letter-k: unicode("fe75"); +$ti-icon-circle-letter-l: unicode("fe74"); +$ti-icon-circle-letter-m: unicode("fe73"); +$ti-icon-circle-letter-n: unicode("fe72"); +$ti-icon-circle-letter-o: unicode("fe71"); +$ti-icon-circle-letter-p: unicode("fe70"); +$ti-icon-circle-letter-q: unicode("fe6f"); +$ti-icon-circle-letter-r: unicode("fe6e"); +$ti-icon-circle-letter-s: unicode("fe6d"); +$ti-icon-circle-letter-t: unicode("fe6c"); +$ti-icon-circle-letter-u: unicode("fe6b"); +$ti-icon-circle-letter-v: unicode("fe6a"); +$ti-icon-circle-letter-w: unicode("fe69"); +$ti-icon-circle-letter-x: unicode("fe68"); +$ti-icon-circle-letter-y: unicode("fe67"); +$ti-icon-circle-letter-z: unicode("fe66"); +$ti-icon-circle-number-0: unicode("f72f"); +$ti-icon-circle-number-1: unicode("f730"); +$ti-icon-circle-number-2: unicode("f731"); +$ti-icon-circle-number-3: unicode("f732"); +$ti-icon-circle-number-4: unicode("f733"); +$ti-icon-circle-number-5: unicode("f734"); +$ti-icon-circle-number-6: unicode("f735"); +$ti-icon-circle-number-7: unicode("f736"); +$ti-icon-circle-number-8: unicode("f737"); +$ti-icon-circle-number-9: unicode("f738"); +$ti-icon-circle-x: unicode("f739"); +$ti-icon-circles: unicode("f672"); +$ti-icon-clock: unicode("f73a"); +$ti-icon-clock-hour-1: unicode("fe65"); +$ti-icon-clock-hour-10: unicode("fe64"); +$ti-icon-clock-hour-11: unicode("fe63"); +$ti-icon-clock-hour-12: unicode("fe62"); +$ti-icon-clock-hour-2: unicode("fe61"); +$ti-icon-clock-hour-3: unicode("fe60"); +$ti-icon-clock-hour-4: unicode("fe5f"); +$ti-icon-clock-hour-5: unicode("fe5e"); +$ti-icon-clock-hour-6: unicode("fe5d"); +$ti-icon-clock-hour-7: unicode("fe5c"); +$ti-icon-clock-hour-8: unicode("fe5b"); +$ti-icon-clock-hour-9: unicode("fe5a"); +$ti-icon-cloud: unicode("f673"); +$ti-icon-clubs: unicode("f674"); +$ti-icon-coin: unicode("fd08"); +$ti-icon-coin-bitcoin: unicode("fd06"); +$ti-icon-coin-euro: unicode("fd07"); +$ti-icon-coin-monero: unicode("fd09"); +$ti-icon-coin-pound: unicode("fd0a"); +$ti-icon-coin-rupee: unicode("fd0b"); +$ti-icon-coin-taka: unicode("fd0c"); +$ti-icon-coin-yen: unicode("fd0e"); +$ti-icon-coin-yuan: unicode("fd0f"); +$ti-icon-compass: unicode("fd10"); +$ti-icon-cone: unicode("fe58"); +$ti-icon-cone-2: unicode("fe59"); +$ti-icon-contrast: unicode("fe56"); +$ti-icon-contrast-2: unicode("fe57"); +$ti-icon-cookie: unicode("fe54"); +$ti-icon-cookie-man: unicode("fe55"); +$ti-icon-copy-check: unicode("fe53"); +$ti-icon-copy-minus: unicode("fe52"); +$ti-icon-copy-plus: unicode("fe51"); +$ti-icon-copy-x: unicode("fe50"); +$ti-icon-copyleft: unicode("f73b"); +$ti-icon-copyright: unicode("f73c"); +$ti-icon-credit-card: unicode("fd11"); +$ti-icon-crop-1-1: unicode("fe4f"); +$ti-icon-crop-16-9: unicode("fe4e"); +$ti-icon-crop-3-2: unicode("fe4d"); +$ti-icon-crop-5-4: unicode("fe4c"); +$ti-icon-crop-7-5: unicode("fe4b"); +$ti-icon-crop-landscape: unicode("fe4a"); +$ti-icon-crop-portrait: unicode("fe49"); +$ti-icon-cross: unicode("f675"); +$ti-icon-device-heart-monitor: unicode("fa38"); +$ti-icon-device-mobile: unicode("fa39"); +$ti-icon-device-tablet: unicode("fa3a"); +$ti-icon-dialpad: unicode("fa3b"); +$ti-icon-diamond: unicode("f73d"); +$ti-icon-diamonds: unicode("f676"); +$ti-icon-dice: unicode("f744"); +$ti-icon-dice-1: unicode("f73e"); +$ti-icon-dice-2: unicode("f73f"); +$ti-icon-dice-3: unicode("f740"); +$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-droplet: unicode("ee80"); +$ti-icon-droplet-half: unicode("f6c5"); +$ti-icon-droplet-half-2: unicode("fb6c"); +$ti-icon-egg: unicode("f678"); +$ti-icon-eye: unicode("f679"); +$ti-icon-file: unicode("f747"); +$ti-icon-file-x: unicode("f748"); +$ti-icon-filter: unicode("fc27"); +$ti-icon-flag: unicode("f67a"); +$ti-icon-flag-2: unicode("f707"); +$ti-icon-flag-3: unicode("f708"); +$ti-icon-flask: unicode("fd13"); +$ti-icon-flask-2: unicode("fd12"); +$ti-icon-folder: unicode("f749"); +$ti-icon-forbid: unicode("fc29"); +$ti-icon-forbid-2: unicode("fc28"); +$ti-icon-fountain: unicode("fc2a"); +$ti-icon-function: unicode("fc2b"); +$ti-icon-gauge: unicode("fc2c"); +$ti-icon-ghost: unicode("f74b"); +$ti-icon-ghost-2: unicode("f74a"); +$ti-icon-gift: unicode("fd14"); +$ti-icon-gift-card: unicode("fc2d"); +$ti-icon-glass-full: unicode("fc2e"); +$ti-icon-globe: unicode("fc2f"); +$ti-icon-gps: unicode("fe48"); +$ti-icon-graph: unicode("fd15"); +$ti-icon-guitar-pick: unicode("f67b"); +$ti-icon-headphones: unicode("fa3c"); +$ti-icon-heart: unicode("f67c"); +$ti-icon-help-circle: unicode("fa3d"); +$ti-icon-help-hexagon: unicode("fa3e"); +$ti-icon-help-octagon: unicode("fa3f"); +$ti-icon-help-square: unicode("fa40"); +$ti-icon-help-square-rounded: unicode("fa41"); +$ti-icon-help-triangle: unicode("fa42"); +$ti-icon-hexagon: unicode("f67d"); +$ti-icon-hexagon-letter-a: unicode("fe47"); +$ti-icon-hexagon-letter-b: unicode("fe46"); +$ti-icon-hexagon-letter-c: unicode("fe45"); +$ti-icon-hexagon-letter-d: unicode("fe44"); +$ti-icon-hexagon-letter-e: unicode("fe43"); +$ti-icon-hexagon-letter-f: unicode("fe42"); +$ti-icon-hexagon-letter-g: unicode("fe41"); +$ti-icon-hexagon-letter-h: unicode("fe40"); +$ti-icon-hexagon-letter-i: unicode("fe3f"); +$ti-icon-hexagon-letter-j: unicode("fe3e"); +$ti-icon-hexagon-letter-k: unicode("fe3d"); +$ti-icon-hexagon-letter-l: unicode("fe3c"); +$ti-icon-hexagon-letter-m: unicode("fe3b"); +$ti-icon-hexagon-letter-n: unicode("fe3a"); +$ti-icon-hexagon-letter-o: unicode("fe39"); +$ti-icon-hexagon-letter-p: unicode("fe38"); +$ti-icon-hexagon-letter-q: unicode("fe37"); +$ti-icon-hexagon-letter-r: unicode("fe36"); +$ti-icon-hexagon-letter-s: unicode("fe35"); +$ti-icon-hexagon-letter-t: unicode("fe34"); +$ti-icon-hexagon-letter-u: unicode("fe33"); +$ti-icon-hexagon-letter-v: unicode("fe32"); +$ti-icon-hexagon-letter-w: unicode("fe31"); +$ti-icon-hexagon-letter-x: unicode("fe30"); +$ti-icon-hexagon-letter-y: unicode("fe2f"); +$ti-icon-hexagon-letter-z: unicode("fe2e"); +$ti-icon-hexagon-minus: unicode("fe2d"); +$ti-icon-hexagon-number-0: unicode("f74c"); +$ti-icon-hexagon-number-1: unicode("f74d"); +$ti-icon-hexagon-number-2: unicode("f74e"); +$ti-icon-hexagon-number-3: unicode("f74f"); +$ti-icon-hexagon-number-4: unicode("f750"); +$ti-icon-hexagon-number-5: unicode("f751"); +$ti-icon-hexagon-number-6: unicode("f752"); +$ti-icon-hexagon-number-7: unicode("f753"); +$ti-icon-hexagon-number-8: unicode("f754"); +$ti-icon-hexagon-number-9: unicode("f755"); +$ti-icon-hexagon-plus: unicode("fe2c"); +$ti-icon-home: unicode("fe2b"); +$ti-icon-hourglass: unicode("f756"); +$ti-icon-info-circle: unicode("f6d8"); +$ti-icon-info-hexagon: unicode("fa43"); +$ti-icon-info-octagon: unicode("fa44"); +$ti-icon-info-square: unicode("fa45"); +$ti-icon-info-square-rounded: unicode("f6d9"); +$ti-icon-info-triangle: unicode("fa46"); +$ti-icon-inner-shadow-bottom: unicode("f757"); +$ti-icon-inner-shadow-bottom-left: unicode("f758"); +$ti-icon-inner-shadow-bottom-right: unicode("f759"); +$ti-icon-inner-shadow-left: unicode("f75a"); +$ti-icon-inner-shadow-right: unicode("f75b"); +$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-jetpack: unicode("fe29"); +$ti-icon-jewish-star: unicode("f67e"); +$ti-icon-key: unicode("fe28"); +$ti-icon-keyframe: unicode("fc33"); +$ti-icon-keyframe-align-center: unicode("fc30"); +$ti-icon-keyframe-align-horizontal: unicode("fc31"); +$ti-icon-keyframe-align-vertical: unicode("fc32"); +$ti-icon-keyframes: unicode("fc34"); +$ti-icon-layout: unicode("fe17"); +$ti-icon-layout-2: unicode("fe27"); +$ti-icon-layout-align-bottom: unicode("fe26"); +$ti-icon-layout-align-center: unicode("fe25"); +$ti-icon-layout-align-left: unicode("fe24"); +$ti-icon-layout-align-middle: unicode("fe23"); +$ti-icon-layout-align-right: unicode("fe22"); +$ti-icon-layout-align-top: unicode("fe21"); +$ti-icon-layout-bottombar: unicode("fc37"); +$ti-icon-layout-bottombar-collapse: unicode("fc35"); +$ti-icon-layout-bottombar-expand: unicode("fc36"); +$ti-icon-layout-cards: unicode("fe20"); +$ti-icon-layout-dashboard: unicode("fe1f"); +$ti-icon-layout-distribute-horizontal: unicode("fe1e"); +$ti-icon-layout-distribute-vertical: unicode("fe1d"); +$ti-icon-layout-grid: unicode("fe1c"); +$ti-icon-layout-kanban: unicode("fe1b"); +$ti-icon-layout-list: unicode("fe1a"); +$ti-icon-layout-navbar: unicode("fc3a"); +$ti-icon-layout-navbar-collapse: unicode("fc38"); +$ti-icon-layout-navbar-expand: unicode("fc39"); +$ti-icon-layout-sidebar: unicode("fe18"); +$ti-icon-layout-sidebar-left-collapse: unicode("fc3b"); +$ti-icon-layout-sidebar-left-expand: unicode("fc3c"); +$ti-icon-layout-sidebar-right: unicode("fe19"); +$ti-icon-layout-sidebar-right-collapse: unicode("fc3d"); +$ti-icon-layout-sidebar-right-expand: unicode("fc3e"); +$ti-icon-lego: unicode("fe16"); +$ti-icon-location: unicode("f67f"); +$ti-icon-lock: unicode("fe15"); +$ti-icon-lock-square-rounded: unicode("f6da"); +$ti-icon-lungs: unicode("fe14"); +$ti-icon-macro: unicode("fe13"); +$ti-icon-magnet: unicode("fe12"); +$ti-icon-mail: unicode("fa47"); +$ti-icon-mail-opened: unicode("fa48"); +$ti-icon-man: unicode("fe11"); +$ti-icon-manual-gearbox: unicode("fe10"); +$ti-icon-map-pin: unicode("f680"); +$ti-icon-medical-cross: unicode("f681"); +$ti-icon-message-circle-2: unicode("f682"); +$ti-icon-mickey: unicode("f683"); +$ti-icon-microphone: unicode("fe0f"); +$ti-icon-microwave: unicode("fe0e"); +$ti-icon-mood-confuzed: unicode("f7f2"); +$ti-icon-mood-empty: unicode("f7f3"); +$ti-icon-mood-happy: unicode("f7f4"); +$ti-icon-mood-kid: unicode("f7f5"); +$ti-icon-mood-neutral: unicode("f7f6"); +$ti-icon-mood-sad: unicode("f7f7"); +$ti-icon-mood-smile: unicode("f7f8"); +$ti-icon-moon: unicode("f684"); +$ti-icon-mouse: unicode("fb2f"); +$ti-icon-mushroom: unicode("f7f9"); +$ti-icon-navigation: unicode("f685"); +$ti-icon-octagon: unicode("f686"); +$ti-icon-oval: unicode("f687"); +$ti-icon-oval-vertical: unicode("f688"); +$ti-icon-paint: unicode("f75f"); +$ti-icon-paw: unicode("f689"); +$ti-icon-pennant: unicode("f68b"); +$ti-icon-pennant-2: unicode("f68a"); +$ti-icon-pentagon: unicode("f68c"); +$ti-icon-phone: unicode("fa49"); +$ti-icon-photo: unicode("fa4a"); +$ti-icon-pin: unicode("f68d"); +$ti-icon-pinned: unicode("f68e"); +$ti-icon-player-eject: unicode("f68f"); +$ti-icon-player-pause: unicode("f690"); +$ti-icon-player-play: unicode("f691"); +$ti-icon-player-record: unicode("f692"); +$ti-icon-player-skip-back: unicode("f693"); +$ti-icon-player-skip-forward: unicode("f694"); +$ti-icon-player-stop: unicode("f695"); +$ti-icon-player-track-next: unicode("f696"); +$ti-icon-player-track-prev: unicode("f697"); +$ti-icon-point: unicode("f698"); +$ti-icon-pointer: unicode("fb30"); +$ti-icon-polaroid: unicode("fa4b"); +$ti-icon-puzzle: unicode("f699"); +$ti-icon-radar: unicode("fe0d"); +$ti-icon-radioactive: unicode("f760"); +$ti-icon-rectangle: unicode("f69a"); +$ti-icon-rectangle-vertical: unicode("f69b"); +$ti-icon-relation-many-to-many: unicode("fe0c"); +$ti-icon-relation-one-to-many: unicode("fe0b"); +$ti-icon-relation-one-to-one: unicode("fe0a"); +$ti-icon-replace: unicode("f69c"); +$ti-icon-rosette: unicode("f69d"); +$ti-icon-rosette-discount-check: unicode("f746"); +$ti-icon-section: unicode("fe09"); +$ti-icon-settings: unicode("f69e"); +$ti-icon-shield: unicode("f69f"); +$ti-icon-shield-check: unicode("f761"); +$ti-icon-shield-checkered: unicode("f762"); +$ti-icon-shield-half: unicode("f357"); +$ti-icon-shield-lock: unicode("f763"); +$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-soup: unicode("fe08"); +$ti-icon-spade: unicode("f6a3"); +$ti-icon-square: unicode("fc40"); +$ti-icon-square-arrow-down: unicode("fb31"); +$ti-icon-square-arrow-left: unicode("fb32"); +$ti-icon-square-arrow-right: unicode("fb33"); +$ti-icon-square-arrow-up: unicode("fb34"); +$ti-icon-square-asterisk: unicode("fb35"); +$ti-icon-square-check: unicode("f76d"); +$ti-icon-square-chevron-down: unicode("fb36"); +$ti-icon-square-chevron-left: unicode("fb37"); +$ti-icon-square-chevron-right: unicode("fb38"); +$ti-icon-square-chevron-up: unicode("fb39"); +$ti-icon-square-chevrons-down: unicode("fb3a"); +$ti-icon-square-chevrons-left: unicode("fb3b"); +$ti-icon-square-chevrons-right: unicode("fb3c"); +$ti-icon-square-chevrons-up: unicode("fb3d"); +$ti-icon-square-dot: unicode("fb3e"); +$ti-icon-square-f0: unicode("f76e"); +$ti-icon-square-f1: unicode("f76f"); +$ti-icon-square-f2: unicode("f770"); +$ti-icon-square-f3: unicode("f771"); +$ti-icon-square-f4: unicode("f772"); +$ti-icon-square-f5: unicode("f773"); +$ti-icon-square-f6: unicode("f774"); +$ti-icon-square-f7: unicode("f775"); +$ti-icon-square-f8: unicode("f776"); +$ti-icon-square-f9: unicode("f777"); +$ti-icon-square-letter-a: unicode("fe07"); +$ti-icon-square-letter-b: unicode("fe06"); +$ti-icon-square-letter-c: unicode("fe05"); +$ti-icon-square-letter-d: unicode("fe04"); +$ti-icon-square-letter-e: unicode("fe03"); +$ti-icon-square-letter-f: unicode("fe02"); +$ti-icon-square-letter-g: unicode("fe01"); +$ti-icon-square-letter-h: unicode("fe00"); +$ti-icon-square-letter-i: unicode("fdff"); +$ti-icon-square-letter-j: unicode("fdfe"); +$ti-icon-square-letter-k: unicode("fdfd"); +$ti-icon-square-letter-l: unicode("fdfc"); +$ti-icon-square-letter-m: unicode("fdfb"); +$ti-icon-square-letter-n: unicode("fdfa"); +$ti-icon-square-letter-o: unicode("fdf9"); +$ti-icon-square-letter-p: unicode("fdf8"); +$ti-icon-square-letter-q: unicode("fdf7"); +$ti-icon-square-letter-r: unicode("fdf6"); +$ti-icon-square-letter-s: unicode("fdf5"); +$ti-icon-square-letter-t: unicode("fdf4"); +$ti-icon-square-letter-u: unicode("fdf3"); +$ti-icon-square-letter-v: unicode("fdf2"); +$ti-icon-square-letter-w: unicode("fdf1"); +$ti-icon-square-letter-x: unicode("fdf0"); +$ti-icon-square-letter-y: unicode("fdef"); +$ti-icon-square-letter-z: unicode("fdee"); +$ti-icon-square-minus: unicode("fb3f"); +$ti-icon-square-number-0: unicode("f764"); +$ti-icon-square-number-1: unicode("f765"); +$ti-icon-square-number-2: unicode("f7fa"); +$ti-icon-square-number-3: unicode("f766"); +$ti-icon-square-number-4: unicode("f767"); +$ti-icon-square-number-5: unicode("f768"); +$ti-icon-square-number-6: unicode("f769"); +$ti-icon-square-number-7: unicode("f76a"); +$ti-icon-square-number-8: unicode("f76b"); +$ti-icon-square-number-9: unicode("f76c"); +$ti-icon-square-rotated: unicode("f6a4"); +$ti-icon-square-rounded: unicode("f6a5"); +$ti-icon-square-rounded-arrow-down: unicode("f6db"); +$ti-icon-square-rounded-arrow-left: unicode("f6dc"); +$ti-icon-square-rounded-arrow-right: unicode("f6dd"); +$ti-icon-square-rounded-arrow-up: unicode("f6de"); +$ti-icon-square-rounded-check: unicode("f6df"); +$ti-icon-square-rounded-chevron-down: unicode("f6e0"); +$ti-icon-square-rounded-chevron-left: unicode("f6e1"); +$ti-icon-square-rounded-chevron-right: unicode("f6e2"); +$ti-icon-square-rounded-chevron-up: unicode("f6e3"); +$ti-icon-square-rounded-chevrons-down: unicode("f6e4"); +$ti-icon-square-rounded-chevrons-left: unicode("f6e5"); +$ti-icon-square-rounded-chevrons-right: unicode("f6e6"); +$ti-icon-square-rounded-chevrons-up: unicode("f6e7"); +$ti-icon-square-rounded-letter-a: unicode("fded"); +$ti-icon-square-rounded-letter-b: unicode("fdec"); +$ti-icon-square-rounded-letter-c: unicode("fdeb"); +$ti-icon-square-rounded-letter-d: unicode("fdea"); +$ti-icon-square-rounded-letter-e: unicode("fde9"); +$ti-icon-square-rounded-letter-f: unicode("fde8"); +$ti-icon-square-rounded-letter-g: unicode("fde7"); +$ti-icon-square-rounded-letter-h: unicode("fde6"); +$ti-icon-square-rounded-letter-i: unicode("fde5"); +$ti-icon-square-rounded-letter-j: unicode("fde4"); +$ti-icon-square-rounded-letter-k: unicode("fde3"); +$ti-icon-square-rounded-letter-l: unicode("fde2"); +$ti-icon-square-rounded-letter-m: unicode("fde1"); +$ti-icon-square-rounded-letter-n: unicode("fde0"); +$ti-icon-square-rounded-letter-o: unicode("fddf"); +$ti-icon-square-rounded-letter-p: unicode("fdde"); +$ti-icon-square-rounded-letter-q: unicode("fddd"); +$ti-icon-square-rounded-letter-r: unicode("fddc"); +$ti-icon-square-rounded-letter-s: unicode("fddb"); +$ti-icon-square-rounded-letter-t: unicode("fdda"); +$ti-icon-square-rounded-letter-u: unicode("fdd9"); +$ti-icon-square-rounded-letter-v: unicode("fdd8"); +$ti-icon-square-rounded-letter-w: unicode("fdd7"); +$ti-icon-square-rounded-letter-x: unicode("fdd6"); +$ti-icon-square-rounded-letter-y: unicode("fdd5"); +$ti-icon-square-rounded-letter-z: unicode("fdd4"); +$ti-icon-square-rounded-minus: unicode("fb40"); +$ti-icon-square-rounded-number-0: unicode("f778"); +$ti-icon-square-rounded-number-1: unicode("f779"); +$ti-icon-square-rounded-number-2: unicode("f77a"); +$ti-icon-square-rounded-number-3: unicode("f77b"); +$ti-icon-square-rounded-number-4: unicode("f77c"); +$ti-icon-square-rounded-number-5: unicode("f77d"); +$ti-icon-square-rounded-number-6: unicode("f77e"); +$ti-icon-square-rounded-number-7: unicode("f77f"); +$ti-icon-square-rounded-number-8: unicode("f780"); +$ti-icon-square-rounded-number-9: unicode("f781"); +$ti-icon-square-rounded-plus: unicode("f6e8"); +$ti-icon-square-rounded-x: unicode("f6e9"); +$ti-icon-square-x: unicode("fb41"); +$ti-icon-squares: unicode("fe9f"); +$ti-icon-stack: unicode("fdd1"); +$ti-icon-stack-2: unicode("fdd3"); +$ti-icon-stack-3: unicode("fdd2"); +$ti-icon-star: unicode("f6a6"); +$ti-icon-star-half: unicode("f6a7"); +$ti-icon-stars: unicode("f6a8"); +$ti-icon-sun: unicode("f6a9"); +$ti-icon-table: unicode("f782"); +$ti-icon-thumb-down: unicode("f6aa"); +$ti-icon-thumb-up: unicode("f6ab"); +$ti-icon-timeline-event: unicode("fd18"); +$ti-icon-transform: unicode("f6ac"); +$ti-icon-transition-bottom: unicode("fdd0"); +$ti-icon-transition-left: unicode("fdcf"); +$ti-icon-transition-right: unicode("fdce"); +$ti-icon-transition-top: unicode("fdcd"); +$ti-icon-trash: unicode("f783"); +$ti-icon-trash-x: unicode("f784"); +$ti-icon-triangle: unicode("f6ad"); +$ti-icon-triangle-inverted: unicode("f6ae"); +$ti-icon-triangle-square-circle: unicode("fb42"); +$ti-icon-trophy: unicode("f6af"); +$ti-icon-umbrella: unicode("f6b0"); +$ti-icon-user: unicode("fd19"); +$ti-icon-versions: unicode("f6b1"); +$ti-icon-windmill: unicode("f6b2"); +$ti-icon-woman: unicode("fdcc"); +$ti-icon-xbox-a: unicode("fdcb"); +$ti-icon-xbox-b: unicode("fdca"); +$ti-icon-xbox-x: unicode("fdc9"); +$ti-icon-xbox-y: unicode("fdc8"); +$ti-icon-yin-yang: unicode("f785"); +$ti-icon-zeppelin: unicode("fdc7"); +$ti-icon-zoom: unicode("f787"); +$ti-icon-zoom-cancel: unicode("fdc6"); +$ti-icon-zoom-check: unicode("f786"); +$ti-icon-zoom-code: unicode("fdc5"); +$ti-icon-zoom-exclamation: unicode("fdc4"); +$ti-icon-zoom-in: unicode("f789"); +$ti-icon-zoom-in-area: unicode("f788"); +$ti-icon-zoom-money: unicode("fdc3"); +$ti-icon-zoom-out: unicode("f78a"); +$ti-icon-zoom-out-area: unicode("fdc2"); +$ti-icon-zoom-pan: unicode("fdc1"); +$ti-icon-zoom-question: unicode("fdc0"); +$ti-icon-zoom-scan: unicode("fdbf"); + +.#{$ti-prefix}-accessible:before { + content: $ti-icon-accessible; +} +.#{$ti-prefix}-ad:before { + content: $ti-icon-ad; +} +.#{$ti-prefix}-ad-circle:before { + content: $ti-icon-ad-circle; +} +.#{$ti-prefix}-adjustments:before { + content: $ti-icon-adjustments; +} +.#{$ti-prefix}-affiliate:before { + content: $ti-icon-affiliate; +} +.#{$ti-prefix}-alarm:before { + content: $ti-icon-alarm; +} +.#{$ti-prefix}-alarm-minus:before { + content: $ti-icon-alarm-minus; +} +.#{$ti-prefix}-alarm-plus:before { + content: $ti-icon-alarm-plus; +} +.#{$ti-prefix}-alarm-snooze:before { + content: $ti-icon-alarm-snooze; +} +.#{$ti-prefix}-alert-circle:before { + content: $ti-icon-alert-circle; +} +.#{$ti-prefix}-alert-hexagon:before { + content: $ti-icon-alert-hexagon; +} +.#{$ti-prefix}-alert-octagon:before { + content: $ti-icon-alert-octagon; +} +.#{$ti-prefix}-alert-square:before { + content: $ti-icon-alert-square; +} +.#{$ti-prefix}-alert-square-rounded:before { + content: $ti-icon-alert-square-rounded; +} +.#{$ti-prefix}-alert-triangle:before { + content: $ti-icon-alert-triangle; +} +.#{$ti-prefix}-alien:before { + content: $ti-icon-alien; +} +.#{$ti-prefix}-align-box-bottom-center:before { + content: $ti-icon-align-box-bottom-center; +} +.#{$ti-prefix}-align-box-bottom-left:before { + content: $ti-icon-align-box-bottom-left; +} +.#{$ti-prefix}-align-box-bottom-right:before { + content: $ti-icon-align-box-bottom-right; +} +.#{$ti-prefix}-align-box-center-middle:before { + content: $ti-icon-align-box-center-middle; +} +.#{$ti-prefix}-align-box-left-bottom:before { + content: $ti-icon-align-box-left-bottom; +} +.#{$ti-prefix}-align-box-left-middle:before { + content: $ti-icon-align-box-left-middle; +} +.#{$ti-prefix}-align-box-left-top:before { + content: $ti-icon-align-box-left-top; +} +.#{$ti-prefix}-align-box-right-bottom:before { + content: $ti-icon-align-box-right-bottom; +} +.#{$ti-prefix}-align-box-right-middle:before { + content: $ti-icon-align-box-right-middle; +} +.#{$ti-prefix}-align-box-right-top:before { + content: $ti-icon-align-box-right-top; +} +.#{$ti-prefix}-align-box-top-center:before { + content: $ti-icon-align-box-top-center; +} +.#{$ti-prefix}-align-box-top-left:before { + content: $ti-icon-align-box-top-left; +} +.#{$ti-prefix}-align-box-top-right:before { + content: $ti-icon-align-box-top-right; +} +.#{$ti-prefix}-analyze:before { + content: $ti-icon-analyze; +} +.#{$ti-prefix}-app-window:before { + content: $ti-icon-app-window; +} +.#{$ti-prefix}-apps:before { + content: $ti-icon-apps; +} +.#{$ti-prefix}-archive:before { + content: $ti-icon-archive; +} +.#{$ti-prefix}-arrow-autofit-content:before { + content: $ti-icon-arrow-autofit-content; +} +.#{$ti-prefix}-arrow-badge-down:before { + content: $ti-icon-arrow-badge-down; +} +.#{$ti-prefix}-arrow-badge-left:before { + content: $ti-icon-arrow-badge-left; +} +.#{$ti-prefix}-arrow-badge-right:before { + content: $ti-icon-arrow-badge-right; +} +.#{$ti-prefix}-arrow-badge-up:before { + content: $ti-icon-arrow-badge-up; +} +.#{$ti-prefix}-arrow-big-down:before { + content: $ti-icon-arrow-big-down; +} +.#{$ti-prefix}-arrow-big-down-line:before { + content: $ti-icon-arrow-big-down-line; +} +.#{$ti-prefix}-arrow-big-down-lines:before { + content: $ti-icon-arrow-big-down-lines; +} +.#{$ti-prefix}-arrow-big-left:before { + content: $ti-icon-arrow-big-left; +} +.#{$ti-prefix}-arrow-big-left-line:before { + content: $ti-icon-arrow-big-left-line; +} +.#{$ti-prefix}-arrow-big-left-lines:before { + content: $ti-icon-arrow-big-left-lines; +} +.#{$ti-prefix}-arrow-big-right:before { + content: $ti-icon-arrow-big-right; +} +.#{$ti-prefix}-arrow-big-right-line:before { + content: $ti-icon-arrow-big-right-line; +} +.#{$ti-prefix}-arrow-big-right-lines:before { + content: $ti-icon-arrow-big-right-lines; +} +.#{$ti-prefix}-arrow-big-up:before { + content: $ti-icon-arrow-big-up; +} +.#{$ti-prefix}-arrow-big-up-line:before { + content: $ti-icon-arrow-big-up-line; +} +.#{$ti-prefix}-arrow-big-up-lines:before { + content: $ti-icon-arrow-big-up-lines; +} +.#{$ti-prefix}-artboard:before { + content: $ti-icon-artboard; +} +.#{$ti-prefix}-article:before { + content: $ti-icon-article; +} +.#{$ti-prefix}-aspect-ratio:before { + content: $ti-icon-aspect-ratio; +} +.#{$ti-prefix}-assembly:before { + content: $ti-icon-assembly; +} +.#{$ti-prefix}-asset:before { + content: $ti-icon-asset; +} +.#{$ti-prefix}-atom-2:before { + content: $ti-icon-atom-2; +} +.#{$ti-prefix}-award:before { + content: $ti-icon-award; +} +.#{$ti-prefix}-baby-carriage:before { + content: $ti-icon-baby-carriage; +} +.#{$ti-prefix}-backspace:before { + content: $ti-icon-backspace; +} +.#{$ti-prefix}-badge:before { + content: $ti-icon-badge; +} +.#{$ti-prefix}-badge-3d:before { + content: $ti-icon-badge-3d; +} +.#{$ti-prefix}-badge-4k:before { + content: $ti-icon-badge-4k; +} +.#{$ti-prefix}-badge-8k:before { + content: $ti-icon-badge-8k; +} +.#{$ti-prefix}-badge-ad:before { + content: $ti-icon-badge-ad; +} +.#{$ti-prefix}-badge-ar:before { + content: $ti-icon-badge-ar; +} +.#{$ti-prefix}-badge-cc:before { + content: $ti-icon-badge-cc; +} +.#{$ti-prefix}-badge-hd:before { + content: $ti-icon-badge-hd; +} +.#{$ti-prefix}-badge-sd:before { + content: $ti-icon-badge-sd; +} +.#{$ti-prefix}-badge-tm:before { + content: $ti-icon-badge-tm; +} +.#{$ti-prefix}-badge-vo:before { + content: $ti-icon-badge-vo; +} +.#{$ti-prefix}-badge-vr:before { + content: $ti-icon-badge-vr; +} +.#{$ti-prefix}-badge-wc:before { + content: $ti-icon-badge-wc; +} +.#{$ti-prefix}-badges:before { + content: $ti-icon-badges; +} +.#{$ti-prefix}-balloon:before { + content: $ti-icon-balloon; +} +.#{$ti-prefix}-ballpen:before { + content: $ti-icon-ballpen; +} +.#{$ti-prefix}-bandage:before { + content: $ti-icon-bandage; +} +.#{$ti-prefix}-barbell:before { + content: $ti-icon-barbell; +} +.#{$ti-prefix}-barrier-block:before { + content: $ti-icon-barrier-block; +} +.#{$ti-prefix}-basket:before { + content: $ti-icon-basket; +} +.#{$ti-prefix}-bath:before { + content: $ti-icon-bath; +} +.#{$ti-prefix}-battery:before { + content: $ti-icon-battery; +} +.#{$ti-prefix}-battery-1:before { + content: $ti-icon-battery-1; +} +.#{$ti-prefix}-battery-2:before { + content: $ti-icon-battery-2; +} +.#{$ti-prefix}-battery-3:before { + content: $ti-icon-battery-3; +} +.#{$ti-prefix}-battery-4:before { + content: $ti-icon-battery-4; +} +.#{$ti-prefix}-bed:before { + content: $ti-icon-bed; +} +.#{$ti-prefix}-bed-flat:before { + content: $ti-icon-bed-flat; +} +.#{$ti-prefix}-beer:before { + content: $ti-icon-beer; +} +.#{$ti-prefix}-bell:before { + content: $ti-icon-bell; +} +.#{$ti-prefix}-bell-minus:before { + content: $ti-icon-bell-minus; +} +.#{$ti-prefix}-bell-plus:before { + content: $ti-icon-bell-plus; +} +.#{$ti-prefix}-bell-ringing:before { + content: $ti-icon-bell-ringing; +} +.#{$ti-prefix}-bell-ringing-2:before { + content: $ti-icon-bell-ringing-2; +} +.#{$ti-prefix}-bell-x:before { + content: $ti-icon-bell-x; +} +.#{$ti-prefix}-bell-z:before { + content: $ti-icon-bell-z; +} +.#{$ti-prefix}-biohazard:before { + content: $ti-icon-biohazard; +} +.#{$ti-prefix}-blade:before { + content: $ti-icon-blade; +} +.#{$ti-prefix}-bomb:before { + content: $ti-icon-bomb; +} +.#{$ti-prefix}-bone:before { + content: $ti-icon-bone; +} +.#{$ti-prefix}-book:before { + content: $ti-icon-book; +} +.#{$ti-prefix}-bookmark:before { + content: $ti-icon-bookmark; +} +.#{$ti-prefix}-bookmarks:before { + content: $ti-icon-bookmarks; +} +.#{$ti-prefix}-boom:before { + content: $ti-icon-boom; +} +.#{$ti-prefix}-bottle:before { + content: $ti-icon-bottle; +} +.#{$ti-prefix}-bounce-left:before { + content: $ti-icon-bounce-left; +} +.#{$ti-prefix}-bounce-right:before { + content: $ti-icon-bounce-right; +} +.#{$ti-prefix}-bow:before { + content: $ti-icon-bow; +} +.#{$ti-prefix}-bowl:before { + content: $ti-icon-bowl; +} +.#{$ti-prefix}-bowl-chopsticks:before { + content: $ti-icon-bowl-chopsticks; +} +.#{$ti-prefix}-bowl-spoon:before { + content: $ti-icon-bowl-spoon; +} +.#{$ti-prefix}-box-align-bottom:before { + content: $ti-icon-box-align-bottom; +} +.#{$ti-prefix}-box-align-bottom-left:before { + content: $ti-icon-box-align-bottom-left; +} +.#{$ti-prefix}-box-align-bottom-right:before { + content: $ti-icon-box-align-bottom-right; +} +.#{$ti-prefix}-box-align-left:before { + content: $ti-icon-box-align-left; +} +.#{$ti-prefix}-box-align-right:before { + content: $ti-icon-box-align-right; +} +.#{$ti-prefix}-box-align-top:before { + content: $ti-icon-box-align-top; +} +.#{$ti-prefix}-box-align-top-left:before { + content: $ti-icon-box-align-top-left; +} +.#{$ti-prefix}-box-align-top-right:before { + content: $ti-icon-box-align-top-right; +} +.#{$ti-prefix}-brand-apple:before { + content: $ti-icon-brand-apple; +} +.#{$ti-prefix}-brand-discord:before { + content: $ti-icon-brand-discord; +} +.#{$ti-prefix}-brand-dribbble:before { + content: $ti-icon-brand-dribbble; +} +.#{$ti-prefix}-brand-facebook:before { + content: $ti-icon-brand-facebook; +} +.#{$ti-prefix}-brand-github:before { + content: $ti-icon-brand-github; +} +.#{$ti-prefix}-brand-google:before { + content: $ti-icon-brand-google; +} +.#{$ti-prefix}-brand-patreon:before { + content: $ti-icon-brand-patreon; +} +.#{$ti-prefix}-brand-paypal:before { + content: $ti-icon-brand-paypal; +} +.#{$ti-prefix}-brand-spotify:before { + content: $ti-icon-brand-spotify; +} +.#{$ti-prefix}-brand-tiktok:before { + content: $ti-icon-brand-tiktok; +} +.#{$ti-prefix}-brand-twitter:before { + content: $ti-icon-brand-twitter; +} +.#{$ti-prefix}-brand-x:before { + content: $ti-icon-brand-x; +} +.#{$ti-prefix}-brand-youtube:before { + content: $ti-icon-brand-youtube; +} +.#{$ti-prefix}-bread:before { + content: $ti-icon-bread; +} +.#{$ti-prefix}-briefcase:before { + content: $ti-icon-briefcase; +} +.#{$ti-prefix}-briefcase-2:before { + content: $ti-icon-briefcase-2; +} +.#{$ti-prefix}-brightness:before { + content: $ti-icon-brightness; +} +.#{$ti-prefix}-brightness-auto:before { + content: $ti-icon-brightness-auto; +} +.#{$ti-prefix}-brightness-down:before { + content: $ti-icon-brightness-down; +} +.#{$ti-prefix}-brightness-up:before { + content: $ti-icon-brightness-up; +} +.#{$ti-prefix}-bug:before { + content: $ti-icon-bug; +} +.#{$ti-prefix}-building-broadcast-tower:before { + content: $ti-icon-building-broadcast-tower; +} +.#{$ti-prefix}-bulb:before { + content: $ti-icon-bulb; +} +.#{$ti-prefix}-cactus:before { + content: $ti-icon-cactus; +} +.#{$ti-prefix}-calculator:before { + content: $ti-icon-calculator; +} +.#{$ti-prefix}-calendar:before { + content: $ti-icon-calendar; +} +.#{$ti-prefix}-camera:before { + content: $ti-icon-camera; +} +.#{$ti-prefix}-campfire:before { + content: $ti-icon-campfire; +} +.#{$ti-prefix}-candle:before { + content: $ti-icon-candle; +} +.#{$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}-cards:before { + content: $ti-icon-cards; +} +.#{$ti-prefix}-caret-down:before { + content: $ti-icon-caret-down; +} +.#{$ti-prefix}-caret-left:before { + content: $ti-icon-caret-left; +} +.#{$ti-prefix}-caret-left-right:before { + content: $ti-icon-caret-left-right; +} +.#{$ti-prefix}-caret-right:before { + content: $ti-icon-caret-right; +} +.#{$ti-prefix}-caret-up:before { + content: $ti-icon-caret-up; +} +.#{$ti-prefix}-caret-up-down:before { + content: $ti-icon-caret-up-down; +} +.#{$ti-prefix}-carousel-horizontal:before { + content: $ti-icon-carousel-horizontal; +} +.#{$ti-prefix}-carousel-vertical:before { + content: $ti-icon-carousel-vertical; +} +.#{$ti-prefix}-cash-banknote:before { + content: $ti-icon-cash-banknote; +} +.#{$ti-prefix}-category:before { + content: $ti-icon-category; +} +.#{$ti-prefix}-chart-area:before { + content: $ti-icon-chart-area; +} +.#{$ti-prefix}-chart-area-line:before { + content: $ti-icon-chart-area-line; +} +.#{$ti-prefix}-chart-bubble:before { + content: $ti-icon-chart-bubble; +} +.#{$ti-prefix}-chart-candle:before { + content: $ti-icon-chart-candle; +} +.#{$ti-prefix}-chart-donut:before { + content: $ti-icon-chart-donut; +} +.#{$ti-prefix}-chart-dots:before { + content: $ti-icon-chart-dots; +} +.#{$ti-prefix}-chart-grid-dots:before { + content: $ti-icon-chart-grid-dots; +} +.#{$ti-prefix}-chart-pie:before { + content: $ti-icon-chart-pie; +} +.#{$ti-prefix}-cherry:before { + content: $ti-icon-cherry; +} +.#{$ti-prefix}-chess:before { + content: $ti-icon-chess; +} +.#{$ti-prefix}-chess-bishop:before { + content: $ti-icon-chess-bishop; +} +.#{$ti-prefix}-chess-king:before { + content: $ti-icon-chess-king; +} +.#{$ti-prefix}-chess-knight:before { + content: $ti-icon-chess-knight; +} +.#{$ti-prefix}-chess-queen:before { + content: $ti-icon-chess-queen; +} +.#{$ti-prefix}-chess-rook:before { + content: $ti-icon-chess-rook; +} +.#{$ti-prefix}-circle:before { + content: $ti-icon-circle; +} +.#{$ti-prefix}-circle-arrow-down:before { + content: $ti-icon-circle-arrow-down; +} +.#{$ti-prefix}-circle-arrow-down-left:before { + content: $ti-icon-circle-arrow-down-left; +} +.#{$ti-prefix}-circle-arrow-down-right:before { + content: $ti-icon-circle-arrow-down-right; +} +.#{$ti-prefix}-circle-arrow-left:before { + content: $ti-icon-circle-arrow-left; +} +.#{$ti-prefix}-circle-arrow-right:before { + content: $ti-icon-circle-arrow-right; +} +.#{$ti-prefix}-circle-arrow-up:before { + content: $ti-icon-circle-arrow-up; +} +.#{$ti-prefix}-circle-arrow-up-left:before { + content: $ti-icon-circle-arrow-up-left; +} +.#{$ti-prefix}-circle-arrow-up-right:before { + content: $ti-icon-circle-arrow-up-right; +} +.#{$ti-prefix}-circle-check:before { + content: $ti-icon-circle-check; +} +.#{$ti-prefix}-circle-dot:before { + content: $ti-icon-circle-dot; +} +.#{$ti-prefix}-circle-key:before { + content: $ti-icon-circle-key; +} +.#{$ti-prefix}-circle-letter-a:before { + content: $ti-icon-circle-letter-a; +} +.#{$ti-prefix}-circle-letter-b:before { + content: $ti-icon-circle-letter-b; +} +.#{$ti-prefix}-circle-letter-c:before { + content: $ti-icon-circle-letter-c; +} +.#{$ti-prefix}-circle-letter-d:before { + content: $ti-icon-circle-letter-d; +} +.#{$ti-prefix}-circle-letter-e:before { + content: $ti-icon-circle-letter-e; +} +.#{$ti-prefix}-circle-letter-f:before { + content: $ti-icon-circle-letter-f; +} +.#{$ti-prefix}-circle-letter-g:before { + content: $ti-icon-circle-letter-g; +} +.#{$ti-prefix}-circle-letter-h:before { + content: $ti-icon-circle-letter-h; +} +.#{$ti-prefix}-circle-letter-i:before { + content: $ti-icon-circle-letter-i; +} +.#{$ti-prefix}-circle-letter-j:before { + content: $ti-icon-circle-letter-j; +} +.#{$ti-prefix}-circle-letter-k:before { + content: $ti-icon-circle-letter-k; +} +.#{$ti-prefix}-circle-letter-l:before { + content: $ti-icon-circle-letter-l; +} +.#{$ti-prefix}-circle-letter-m:before { + content: $ti-icon-circle-letter-m; +} +.#{$ti-prefix}-circle-letter-n:before { + content: $ti-icon-circle-letter-n; +} +.#{$ti-prefix}-circle-letter-o:before { + content: $ti-icon-circle-letter-o; +} +.#{$ti-prefix}-circle-letter-p:before { + content: $ti-icon-circle-letter-p; +} +.#{$ti-prefix}-circle-letter-q:before { + content: $ti-icon-circle-letter-q; +} +.#{$ti-prefix}-circle-letter-r:before { + content: $ti-icon-circle-letter-r; +} +.#{$ti-prefix}-circle-letter-s:before { + content: $ti-icon-circle-letter-s; +} +.#{$ti-prefix}-circle-letter-t:before { + content: $ti-icon-circle-letter-t; +} +.#{$ti-prefix}-circle-letter-u:before { + content: $ti-icon-circle-letter-u; +} +.#{$ti-prefix}-circle-letter-v:before { + content: $ti-icon-circle-letter-v; +} +.#{$ti-prefix}-circle-letter-w:before { + content: $ti-icon-circle-letter-w; +} +.#{$ti-prefix}-circle-letter-x:before { + content: $ti-icon-circle-letter-x; +} +.#{$ti-prefix}-circle-letter-y:before { + content: $ti-icon-circle-letter-y; +} +.#{$ti-prefix}-circle-letter-z:before { + content: $ti-icon-circle-letter-z; +} +.#{$ti-prefix}-circle-number-0:before { + content: $ti-icon-circle-number-0; +} +.#{$ti-prefix}-circle-number-1:before { + content: $ti-icon-circle-number-1; +} +.#{$ti-prefix}-circle-number-2:before { + content: $ti-icon-circle-number-2; +} +.#{$ti-prefix}-circle-number-3:before { + content: $ti-icon-circle-number-3; +} +.#{$ti-prefix}-circle-number-4:before { + content: $ti-icon-circle-number-4; +} +.#{$ti-prefix}-circle-number-5:before { + content: $ti-icon-circle-number-5; +} +.#{$ti-prefix}-circle-number-6:before { + content: $ti-icon-circle-number-6; +} +.#{$ti-prefix}-circle-number-7:before { + content: $ti-icon-circle-number-7; +} +.#{$ti-prefix}-circle-number-8:before { + content: $ti-icon-circle-number-8; +} +.#{$ti-prefix}-circle-number-9:before { + content: $ti-icon-circle-number-9; +} +.#{$ti-prefix}-circle-x:before { + content: $ti-icon-circle-x; +} +.#{$ti-prefix}-circles:before { + content: $ti-icon-circles; +} +.#{$ti-prefix}-clock:before { + content: $ti-icon-clock; +} +.#{$ti-prefix}-clock-hour-1:before { + content: $ti-icon-clock-hour-1; +} +.#{$ti-prefix}-clock-hour-10:before { + content: $ti-icon-clock-hour-10; +} +.#{$ti-prefix}-clock-hour-11:before { + content: $ti-icon-clock-hour-11; +} +.#{$ti-prefix}-clock-hour-12:before { + content: $ti-icon-clock-hour-12; +} +.#{$ti-prefix}-clock-hour-2:before { + content: $ti-icon-clock-hour-2; +} +.#{$ti-prefix}-clock-hour-3:before { + content: $ti-icon-clock-hour-3; +} +.#{$ti-prefix}-clock-hour-4:before { + content: $ti-icon-clock-hour-4; +} +.#{$ti-prefix}-clock-hour-5:before { + content: $ti-icon-clock-hour-5; +} +.#{$ti-prefix}-clock-hour-6:before { + content: $ti-icon-clock-hour-6; +} +.#{$ti-prefix}-clock-hour-7:before { + content: $ti-icon-clock-hour-7; +} +.#{$ti-prefix}-clock-hour-8:before { + content: $ti-icon-clock-hour-8; +} +.#{$ti-prefix}-clock-hour-9:before { + content: $ti-icon-clock-hour-9; +} +.#{$ti-prefix}-cloud:before { + content: $ti-icon-cloud; +} +.#{$ti-prefix}-clubs:before { + content: $ti-icon-clubs; +} +.#{$ti-prefix}-coin:before { + content: $ti-icon-coin; +} +.#{$ti-prefix}-coin-bitcoin:before { + content: $ti-icon-coin-bitcoin; +} +.#{$ti-prefix}-coin-euro:before { + content: $ti-icon-coin-euro; +} +.#{$ti-prefix}-coin-monero:before { + content: $ti-icon-coin-monero; +} +.#{$ti-prefix}-coin-pound:before { + content: $ti-icon-coin-pound; +} +.#{$ti-prefix}-coin-rupee:before { + content: $ti-icon-coin-rupee; +} +.#{$ti-prefix}-coin-taka:before { + content: $ti-icon-coin-taka; +} +.#{$ti-prefix}-coin-yen:before { + content: $ti-icon-coin-yen; +} +.#{$ti-prefix}-coin-yuan:before { + content: $ti-icon-coin-yuan; +} +.#{$ti-prefix}-compass:before { + content: $ti-icon-compass; +} +.#{$ti-prefix}-cone:before { + content: $ti-icon-cone; +} +.#{$ti-prefix}-cone-2:before { + content: $ti-icon-cone-2; +} +.#{$ti-prefix}-contrast:before { + content: $ti-icon-contrast; +} +.#{$ti-prefix}-contrast-2:before { + content: $ti-icon-contrast-2; +} +.#{$ti-prefix}-cookie:before { + content: $ti-icon-cookie; +} +.#{$ti-prefix}-cookie-man:before { + content: $ti-icon-cookie-man; +} +.#{$ti-prefix}-copy-check:before { + content: $ti-icon-copy-check; +} +.#{$ti-prefix}-copy-minus:before { + content: $ti-icon-copy-minus; +} +.#{$ti-prefix}-copy-plus:before { + content: $ti-icon-copy-plus; +} +.#{$ti-prefix}-copy-x:before { + content: $ti-icon-copy-x; +} +.#{$ti-prefix}-copyleft:before { + content: $ti-icon-copyleft; +} +.#{$ti-prefix}-copyright:before { + content: $ti-icon-copyright; +} +.#{$ti-prefix}-credit-card:before { + content: $ti-icon-credit-card; +} +.#{$ti-prefix}-crop-1-1:before { + content: $ti-icon-crop-1-1; +} +.#{$ti-prefix}-crop-16-9:before { + content: $ti-icon-crop-16-9; +} +.#{$ti-prefix}-crop-3-2:before { + content: $ti-icon-crop-3-2; +} +.#{$ti-prefix}-crop-5-4:before { + content: $ti-icon-crop-5-4; +} +.#{$ti-prefix}-crop-7-5:before { + content: $ti-icon-crop-7-5; +} +.#{$ti-prefix}-crop-landscape:before { + content: $ti-icon-crop-landscape; +} +.#{$ti-prefix}-crop-portrait:before { + content: $ti-icon-crop-portrait; +} +.#{$ti-prefix}-cross:before { + content: $ti-icon-cross; +} +.#{$ti-prefix}-device-heart-monitor:before { + content: $ti-icon-device-heart-monitor; +} +.#{$ti-prefix}-device-mobile:before { + content: $ti-icon-device-mobile; +} +.#{$ti-prefix}-device-tablet:before { + content: $ti-icon-device-tablet; +} +.#{$ti-prefix}-dialpad:before { + content: $ti-icon-dialpad; +} +.#{$ti-prefix}-diamond:before { + content: $ti-icon-diamond; +} +.#{$ti-prefix}-diamonds:before { + content: $ti-icon-diamonds; +} +.#{$ti-prefix}-dice:before { + content: $ti-icon-dice; +} +.#{$ti-prefix}-dice-1:before { + content: $ti-icon-dice-1; +} +.#{$ti-prefix}-dice-2:before { + content: $ti-icon-dice-2; +} +.#{$ti-prefix}-dice-3:before { + content: $ti-icon-dice-3; +} +.#{$ti-prefix}-dice-4:before { + content: $ti-icon-dice-4; +} +.#{$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}-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}-eye:before { + content: $ti-icon-eye; +} +.#{$ti-prefix}-file:before { + content: $ti-icon-file; +} +.#{$ti-prefix}-file-x:before { + content: $ti-icon-file-x; +} +.#{$ti-prefix}-filter:before { + content: $ti-icon-filter; +} +.#{$ti-prefix}-flag:before { + content: $ti-icon-flag; +} +.#{$ti-prefix}-flag-2:before { + content: $ti-icon-flag-2; +} +.#{$ti-prefix}-flag-3:before { + content: $ti-icon-flag-3; +} +.#{$ti-prefix}-flask:before { + content: $ti-icon-flask; +} +.#{$ti-prefix}-flask-2:before { + content: $ti-icon-flask-2; +} +.#{$ti-prefix}-folder:before { + content: $ti-icon-folder; +} +.#{$ti-prefix}-forbid:before { + content: $ti-icon-forbid; +} +.#{$ti-prefix}-forbid-2:before { + content: $ti-icon-forbid-2; +} +.#{$ti-prefix}-fountain:before { + content: $ti-icon-fountain; +} +.#{$ti-prefix}-function:before { + content: $ti-icon-function; +} +.#{$ti-prefix}-gauge:before { + content: $ti-icon-gauge; +} +.#{$ti-prefix}-ghost:before { + content: $ti-icon-ghost; +} +.#{$ti-prefix}-ghost-2:before { + content: $ti-icon-ghost-2; +} +.#{$ti-prefix}-gift:before { + content: $ti-icon-gift; +} +.#{$ti-prefix}-gift-card:before { + content: $ti-icon-gift-card; +} +.#{$ti-prefix}-glass-full:before { + content: $ti-icon-glass-full; +} +.#{$ti-prefix}-globe:before { + content: $ti-icon-globe; +} +.#{$ti-prefix}-gps:before { + content: $ti-icon-gps; +} +.#{$ti-prefix}-graph:before { + content: $ti-icon-graph; +} +.#{$ti-prefix}-guitar-pick:before { + content: $ti-icon-guitar-pick; +} +.#{$ti-prefix}-headphones:before { + content: $ti-icon-headphones; +} +.#{$ti-prefix}-heart:before { + content: $ti-icon-heart; +} +.#{$ti-prefix}-help-circle:before { + content: $ti-icon-help-circle; +} +.#{$ti-prefix}-help-hexagon:before { + content: $ti-icon-help-hexagon; +} +.#{$ti-prefix}-help-octagon:before { + content: $ti-icon-help-octagon; +} +.#{$ti-prefix}-help-square:before { + content: $ti-icon-help-square; +} +.#{$ti-prefix}-help-square-rounded:before { + content: $ti-icon-help-square-rounded; +} +.#{$ti-prefix}-help-triangle:before { + content: $ti-icon-help-triangle; +} +.#{$ti-prefix}-hexagon:before { + content: $ti-icon-hexagon; +} +.#{$ti-prefix}-hexagon-letter-a:before { + content: $ti-icon-hexagon-letter-a; +} +.#{$ti-prefix}-hexagon-letter-b:before { + content: $ti-icon-hexagon-letter-b; +} +.#{$ti-prefix}-hexagon-letter-c:before { + content: $ti-icon-hexagon-letter-c; +} +.#{$ti-prefix}-hexagon-letter-d:before { + content: $ti-icon-hexagon-letter-d; +} +.#{$ti-prefix}-hexagon-letter-e:before { + content: $ti-icon-hexagon-letter-e; +} +.#{$ti-prefix}-hexagon-letter-f:before { + content: $ti-icon-hexagon-letter-f; +} +.#{$ti-prefix}-hexagon-letter-g:before { + content: $ti-icon-hexagon-letter-g; +} +.#{$ti-prefix}-hexagon-letter-h:before { + content: $ti-icon-hexagon-letter-h; +} +.#{$ti-prefix}-hexagon-letter-i:before { + content: $ti-icon-hexagon-letter-i; +} +.#{$ti-prefix}-hexagon-letter-j:before { + content: $ti-icon-hexagon-letter-j; +} +.#{$ti-prefix}-hexagon-letter-k:before { + content: $ti-icon-hexagon-letter-k; +} +.#{$ti-prefix}-hexagon-letter-l:before { + content: $ti-icon-hexagon-letter-l; +} +.#{$ti-prefix}-hexagon-letter-m:before { + content: $ti-icon-hexagon-letter-m; +} +.#{$ti-prefix}-hexagon-letter-n:before { + content: $ti-icon-hexagon-letter-n; +} +.#{$ti-prefix}-hexagon-letter-o:before { + content: $ti-icon-hexagon-letter-o; +} +.#{$ti-prefix}-hexagon-letter-p:before { + content: $ti-icon-hexagon-letter-p; +} +.#{$ti-prefix}-hexagon-letter-q:before { + content: $ti-icon-hexagon-letter-q; +} +.#{$ti-prefix}-hexagon-letter-r:before { + content: $ti-icon-hexagon-letter-r; +} +.#{$ti-prefix}-hexagon-letter-s:before { + content: $ti-icon-hexagon-letter-s; +} +.#{$ti-prefix}-hexagon-letter-t:before { + content: $ti-icon-hexagon-letter-t; +} +.#{$ti-prefix}-hexagon-letter-u:before { + content: $ti-icon-hexagon-letter-u; +} +.#{$ti-prefix}-hexagon-letter-v:before { + content: $ti-icon-hexagon-letter-v; +} +.#{$ti-prefix}-hexagon-letter-w:before { + content: $ti-icon-hexagon-letter-w; +} +.#{$ti-prefix}-hexagon-letter-x:before { + content: $ti-icon-hexagon-letter-x; +} +.#{$ti-prefix}-hexagon-letter-y:before { + content: $ti-icon-hexagon-letter-y; +} +.#{$ti-prefix}-hexagon-letter-z:before { + content: $ti-icon-hexagon-letter-z; +} +.#{$ti-prefix}-hexagon-minus:before { + content: $ti-icon-hexagon-minus; +} +.#{$ti-prefix}-hexagon-number-0:before { + content: $ti-icon-hexagon-number-0; +} +.#{$ti-prefix}-hexagon-number-1:before { + content: $ti-icon-hexagon-number-1; +} +.#{$ti-prefix}-hexagon-number-2:before { + content: $ti-icon-hexagon-number-2; +} +.#{$ti-prefix}-hexagon-number-3:before { + content: $ti-icon-hexagon-number-3; +} +.#{$ti-prefix}-hexagon-number-4:before { + content: $ti-icon-hexagon-number-4; +} +.#{$ti-prefix}-hexagon-number-5:before { + content: $ti-icon-hexagon-number-5; +} +.#{$ti-prefix}-hexagon-number-6:before { + content: $ti-icon-hexagon-number-6; +} +.#{$ti-prefix}-hexagon-number-7:before { + content: $ti-icon-hexagon-number-7; +} +.#{$ti-prefix}-hexagon-number-8:before { + content: $ti-icon-hexagon-number-8; +} +.#{$ti-prefix}-hexagon-number-9:before { + content: $ti-icon-hexagon-number-9; +} +.#{$ti-prefix}-hexagon-plus:before { + content: $ti-icon-hexagon-plus; +} +.#{$ti-prefix}-home:before { + content: $ti-icon-home; +} +.#{$ti-prefix}-hourglass:before { + content: $ti-icon-hourglass; +} +.#{$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; +} +.#{$ti-prefix}-info-square:before { + content: $ti-icon-info-square; +} +.#{$ti-prefix}-info-square-rounded:before { + content: $ti-icon-info-square-rounded; +} +.#{$ti-prefix}-info-triangle:before { + content: $ti-icon-info-triangle; +} +.#{$ti-prefix}-inner-shadow-bottom:before { + content: $ti-icon-inner-shadow-bottom; +} +.#{$ti-prefix}-inner-shadow-bottom-left:before { + content: $ti-icon-inner-shadow-bottom-left; +} +.#{$ti-prefix}-inner-shadow-bottom-right:before { + content: $ti-icon-inner-shadow-bottom-right; +} +.#{$ti-prefix}-inner-shadow-left:before { + content: $ti-icon-inner-shadow-left; +} +.#{$ti-prefix}-inner-shadow-right:before { + content: $ti-icon-inner-shadow-right; +} +.#{$ti-prefix}-inner-shadow-top:before { + content: $ti-icon-inner-shadow-top; +} +.#{$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}-jetpack:before { + content: $ti-icon-jetpack; +} +.#{$ti-prefix}-jewish-star:before { + content: $ti-icon-jewish-star; +} +.#{$ti-prefix}-key:before { + content: $ti-icon-key; +} +.#{$ti-prefix}-keyframe:before { + content: $ti-icon-keyframe; +} +.#{$ti-prefix}-keyframe-align-center:before { + content: $ti-icon-keyframe-align-center; +} +.#{$ti-prefix}-keyframe-align-horizontal:before { + content: $ti-icon-keyframe-align-horizontal; +} +.#{$ti-prefix}-keyframe-align-vertical:before { + content: $ti-icon-keyframe-align-vertical; +} +.#{$ti-prefix}-keyframes:before { + content: $ti-icon-keyframes; +} +.#{$ti-prefix}-layout:before { + content: $ti-icon-layout; +} +.#{$ti-prefix}-layout-2:before { + content: $ti-icon-layout-2; +} +.#{$ti-prefix}-layout-align-bottom:before { + content: $ti-icon-layout-align-bottom; +} +.#{$ti-prefix}-layout-align-center:before { + content: $ti-icon-layout-align-center; +} +.#{$ti-prefix}-layout-align-left:before { + content: $ti-icon-layout-align-left; +} +.#{$ti-prefix}-layout-align-middle:before { + content: $ti-icon-layout-align-middle; +} +.#{$ti-prefix}-layout-align-right:before { + content: $ti-icon-layout-align-right; +} +.#{$ti-prefix}-layout-align-top:before { + content: $ti-icon-layout-align-top; +} +.#{$ti-prefix}-layout-bottombar:before { + content: $ti-icon-layout-bottombar; +} +.#{$ti-prefix}-layout-bottombar-collapse:before { + content: $ti-icon-layout-bottombar-collapse; +} +.#{$ti-prefix}-layout-bottombar-expand:before { + content: $ti-icon-layout-bottombar-expand; +} +.#{$ti-prefix}-layout-cards:before { + content: $ti-icon-layout-cards; +} +.#{$ti-prefix}-layout-dashboard:before { + content: $ti-icon-layout-dashboard; +} +.#{$ti-prefix}-layout-distribute-horizontal:before { + content: $ti-icon-layout-distribute-horizontal; +} +.#{$ti-prefix}-layout-distribute-vertical:before { + content: $ti-icon-layout-distribute-vertical; +} +.#{$ti-prefix}-layout-grid:before { + content: $ti-icon-layout-grid; +} +.#{$ti-prefix}-layout-kanban:before { + content: $ti-icon-layout-kanban; +} +.#{$ti-prefix}-layout-list:before { + content: $ti-icon-layout-list; +} +.#{$ti-prefix}-layout-navbar:before { + content: $ti-icon-layout-navbar; +} +.#{$ti-prefix}-layout-navbar-collapse:before { + content: $ti-icon-layout-navbar-collapse; +} +.#{$ti-prefix}-layout-navbar-expand:before { + content: $ti-icon-layout-navbar-expand; +} +.#{$ti-prefix}-layout-sidebar:before { + content: $ti-icon-layout-sidebar; +} +.#{$ti-prefix}-layout-sidebar-left-collapse:before { + content: $ti-icon-layout-sidebar-left-collapse; +} +.#{$ti-prefix}-layout-sidebar-left-expand:before { + content: $ti-icon-layout-sidebar-left-expand; +} +.#{$ti-prefix}-layout-sidebar-right:before { + content: $ti-icon-layout-sidebar-right; +} +.#{$ti-prefix}-layout-sidebar-right-collapse:before { + content: $ti-icon-layout-sidebar-right-collapse; +} +.#{$ti-prefix}-layout-sidebar-right-expand:before { + content: $ti-icon-layout-sidebar-right-expand; +} +.#{$ti-prefix}-lego:before { + content: $ti-icon-lego; +} +.#{$ti-prefix}-location:before { + content: $ti-icon-location; +} +.#{$ti-prefix}-lock:before { + content: $ti-icon-lock; +} +.#{$ti-prefix}-lock-square-rounded:before { + content: $ti-icon-lock-square-rounded; +} +.#{$ti-prefix}-lungs:before { + content: $ti-icon-lungs; +} +.#{$ti-prefix}-macro:before { + content: $ti-icon-macro; +} +.#{$ti-prefix}-magnet:before { + content: $ti-icon-magnet; +} +.#{$ti-prefix}-mail:before { + content: $ti-icon-mail; +} +.#{$ti-prefix}-mail-opened:before { + content: $ti-icon-mail-opened; +} +.#{$ti-prefix}-man:before { + content: $ti-icon-man; +} +.#{$ti-prefix}-manual-gearbox:before { + content: $ti-icon-manual-gearbox; +} +.#{$ti-prefix}-map-pin:before { + content: $ti-icon-map-pin; +} +.#{$ti-prefix}-medical-cross:before { + content: $ti-icon-medical-cross; +} +.#{$ti-prefix}-message-circle-2:before { + content: $ti-icon-message-circle-2; +} +.#{$ti-prefix}-mickey:before { + content: $ti-icon-mickey; +} +.#{$ti-prefix}-microphone:before { + content: $ti-icon-microphone; +} +.#{$ti-prefix}-microwave:before { + content: $ti-icon-microwave; +} +.#{$ti-prefix}-mood-confuzed:before { + content: $ti-icon-mood-confuzed; +} +.#{$ti-prefix}-mood-empty:before { + content: $ti-icon-mood-empty; +} +.#{$ti-prefix}-mood-happy:before { + content: $ti-icon-mood-happy; +} +.#{$ti-prefix}-mood-kid:before { + content: $ti-icon-mood-kid; +} +.#{$ti-prefix}-mood-neutral:before { + content: $ti-icon-mood-neutral; +} +.#{$ti-prefix}-mood-sad:before { + content: $ti-icon-mood-sad; +} +.#{$ti-prefix}-mood-smile:before { + content: $ti-icon-mood-smile; +} +.#{$ti-prefix}-moon:before { + content: $ti-icon-moon; +} +.#{$ti-prefix}-mouse:before { + content: $ti-icon-mouse; +} +.#{$ti-prefix}-mushroom:before { + content: $ti-icon-mushroom; +} +.#{$ti-prefix}-navigation:before { + content: $ti-icon-navigation; +} +.#{$ti-prefix}-octagon:before { + content: $ti-icon-octagon; +} +.#{$ti-prefix}-oval:before { + content: $ti-icon-oval; +} +.#{$ti-prefix}-oval-vertical:before { + content: $ti-icon-oval-vertical; +} +.#{$ti-prefix}-paint:before { + content: $ti-icon-paint; +} +.#{$ti-prefix}-paw:before { + content: $ti-icon-paw; +} +.#{$ti-prefix}-pennant:before { + content: $ti-icon-pennant; +} +.#{$ti-prefix}-pennant-2:before { + content: $ti-icon-pennant-2; +} +.#{$ti-prefix}-pentagon:before { + content: $ti-icon-pentagon; +} +.#{$ti-prefix}-phone:before { + content: $ti-icon-phone; +} +.#{$ti-prefix}-photo:before { + content: $ti-icon-photo; +} +.#{$ti-prefix}-pin:before { + content: $ti-icon-pin; +} +.#{$ti-prefix}-pinned:before { + content: $ti-icon-pinned; +} +.#{$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; +} +.#{$ti-prefix}-player-record:before { + content: $ti-icon-player-record; +} +.#{$ti-prefix}-player-skip-back:before { + content: $ti-icon-player-skip-back; +} +.#{$ti-prefix}-player-skip-forward:before { + content: $ti-icon-player-skip-forward; +} +.#{$ti-prefix}-player-stop:before { + content: $ti-icon-player-stop; +} +.#{$ti-prefix}-player-track-next:before { + content: $ti-icon-player-track-next; +} +.#{$ti-prefix}-player-track-prev:before { + content: $ti-icon-player-track-prev; +} +.#{$ti-prefix}-point:before { + content: $ti-icon-point; +} +.#{$ti-prefix}-pointer:before { + content: $ti-icon-pointer; +} +.#{$ti-prefix}-polaroid:before { + content: $ti-icon-polaroid; +} +.#{$ti-prefix}-puzzle:before { + content: $ti-icon-puzzle; +} +.#{$ti-prefix}-radar:before { + content: $ti-icon-radar; +} +.#{$ti-prefix}-radioactive:before { + content: $ti-icon-radioactive; +} +.#{$ti-prefix}-rectangle:before { + content: $ti-icon-rectangle; +} +.#{$ti-prefix}-rectangle-vertical:before { + content: $ti-icon-rectangle-vertical; +} +.#{$ti-prefix}-relation-many-to-many:before { + content: $ti-icon-relation-many-to-many; +} +.#{$ti-prefix}-relation-one-to-many:before { + content: $ti-icon-relation-one-to-many; +} +.#{$ti-prefix}-relation-one-to-one:before { + content: $ti-icon-relation-one-to-one; +} +.#{$ti-prefix}-replace:before { + content: $ti-icon-replace; +} +.#{$ti-prefix}-rosette:before { + content: $ti-icon-rosette; +} +.#{$ti-prefix}-rosette-discount-check:before { + content: $ti-icon-rosette-discount-check; +} +.#{$ti-prefix}-section:before { + content: $ti-icon-section; +} +.#{$ti-prefix}-settings:before { + content: $ti-icon-settings; +} +.#{$ti-prefix}-shield:before { + content: $ti-icon-shield; +} +.#{$ti-prefix}-shield-check:before { + content: $ti-icon-shield-check; +} +.#{$ti-prefix}-shield-checkered:before { + content: $ti-icon-shield-checkered; +} +.#{$ti-prefix}-shield-half:before { + content: $ti-icon-shield-half; +} +.#{$ti-prefix}-shield-lock:before { + content: $ti-icon-shield-lock; +} +.#{$ti-prefix}-shirt:before { + content: $ti-icon-shirt; +} +.#{$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}-soup:before { + content: $ti-icon-soup; +} +.#{$ti-prefix}-spade:before { + content: $ti-icon-spade; +} +.#{$ti-prefix}-square:before { + content: $ti-icon-square; +} +.#{$ti-prefix}-square-arrow-down:before { + content: $ti-icon-square-arrow-down; +} +.#{$ti-prefix}-square-arrow-left:before { + content: $ti-icon-square-arrow-left; +} +.#{$ti-prefix}-square-arrow-right:before { + content: $ti-icon-square-arrow-right; +} +.#{$ti-prefix}-square-arrow-up:before { + content: $ti-icon-square-arrow-up; +} +.#{$ti-prefix}-square-asterisk:before { + content: $ti-icon-square-asterisk; +} +.#{$ti-prefix}-square-check:before { + content: $ti-icon-square-check; +} +.#{$ti-prefix}-square-chevron-down:before { + content: $ti-icon-square-chevron-down; +} +.#{$ti-prefix}-square-chevron-left:before { + content: $ti-icon-square-chevron-left; +} +.#{$ti-prefix}-square-chevron-right:before { + content: $ti-icon-square-chevron-right; +} +.#{$ti-prefix}-square-chevron-up:before { + content: $ti-icon-square-chevron-up; +} +.#{$ti-prefix}-square-chevrons-down:before { + content: $ti-icon-square-chevrons-down; +} +.#{$ti-prefix}-square-chevrons-left:before { + content: $ti-icon-square-chevrons-left; +} +.#{$ti-prefix}-square-chevrons-right:before { + content: $ti-icon-square-chevrons-right; +} +.#{$ti-prefix}-square-chevrons-up:before { + content: $ti-icon-square-chevrons-up; +} +.#{$ti-prefix}-square-dot:before { + content: $ti-icon-square-dot; +} +.#{$ti-prefix}-square-f0:before { + content: $ti-icon-square-f0; +} +.#{$ti-prefix}-square-f1:before { + content: $ti-icon-square-f1; +} +.#{$ti-prefix}-square-f2:before { + content: $ti-icon-square-f2; +} +.#{$ti-prefix}-square-f3:before { + content: $ti-icon-square-f3; +} +.#{$ti-prefix}-square-f4:before { + content: $ti-icon-square-f4; +} +.#{$ti-prefix}-square-f5:before { + content: $ti-icon-square-f5; +} +.#{$ti-prefix}-square-f6:before { + content: $ti-icon-square-f6; +} +.#{$ti-prefix}-square-f7:before { + content: $ti-icon-square-f7; +} +.#{$ti-prefix}-square-f8:before { + content: $ti-icon-square-f8; +} +.#{$ti-prefix}-square-f9:before { + content: $ti-icon-square-f9; +} +.#{$ti-prefix}-square-letter-a:before { + content: $ti-icon-square-letter-a; +} +.#{$ti-prefix}-square-letter-b:before { + content: $ti-icon-square-letter-b; +} +.#{$ti-prefix}-square-letter-c:before { + content: $ti-icon-square-letter-c; +} +.#{$ti-prefix}-square-letter-d:before { + content: $ti-icon-square-letter-d; +} +.#{$ti-prefix}-square-letter-e:before { + content: $ti-icon-square-letter-e; +} +.#{$ti-prefix}-square-letter-f:before { + content: $ti-icon-square-letter-f; +} +.#{$ti-prefix}-square-letter-g:before { + content: $ti-icon-square-letter-g; +} +.#{$ti-prefix}-square-letter-h:before { + content: $ti-icon-square-letter-h; +} +.#{$ti-prefix}-square-letter-i:before { + content: $ti-icon-square-letter-i; +} +.#{$ti-prefix}-square-letter-j:before { + content: $ti-icon-square-letter-j; +} +.#{$ti-prefix}-square-letter-k:before { + content: $ti-icon-square-letter-k; +} +.#{$ti-prefix}-square-letter-l:before { + content: $ti-icon-square-letter-l; +} +.#{$ti-prefix}-square-letter-m:before { + content: $ti-icon-square-letter-m; +} +.#{$ti-prefix}-square-letter-n:before { + content: $ti-icon-square-letter-n; +} +.#{$ti-prefix}-square-letter-o:before { + content: $ti-icon-square-letter-o; +} +.#{$ti-prefix}-square-letter-p:before { + content: $ti-icon-square-letter-p; +} +.#{$ti-prefix}-square-letter-q:before { + content: $ti-icon-square-letter-q; +} +.#{$ti-prefix}-square-letter-r:before { + content: $ti-icon-square-letter-r; +} +.#{$ti-prefix}-square-letter-s:before { + content: $ti-icon-square-letter-s; +} +.#{$ti-prefix}-square-letter-t:before { + content: $ti-icon-square-letter-t; +} +.#{$ti-prefix}-square-letter-u:before { + content: $ti-icon-square-letter-u; +} +.#{$ti-prefix}-square-letter-v:before { + content: $ti-icon-square-letter-v; +} +.#{$ti-prefix}-square-letter-w:before { + content: $ti-icon-square-letter-w; +} +.#{$ti-prefix}-square-letter-x:before { + content: $ti-icon-square-letter-x; +} +.#{$ti-prefix}-square-letter-y:before { + content: $ti-icon-square-letter-y; +} +.#{$ti-prefix}-square-letter-z:before { + content: $ti-icon-square-letter-z; +} +.#{$ti-prefix}-square-minus:before { + content: $ti-icon-square-minus; +} +.#{$ti-prefix}-square-number-0:before { + content: $ti-icon-square-number-0; +} +.#{$ti-prefix}-square-number-1:before { + content: $ti-icon-square-number-1; +} +.#{$ti-prefix}-square-number-2:before { + content: $ti-icon-square-number-2; +} +.#{$ti-prefix}-square-number-3:before { + content: $ti-icon-square-number-3; +} +.#{$ti-prefix}-square-number-4:before { + content: $ti-icon-square-number-4; +} +.#{$ti-prefix}-square-number-5:before { + content: $ti-icon-square-number-5; +} +.#{$ti-prefix}-square-number-6:before { + content: $ti-icon-square-number-6; +} +.#{$ti-prefix}-square-number-7:before { + content: $ti-icon-square-number-7; +} +.#{$ti-prefix}-square-number-8:before { + content: $ti-icon-square-number-8; +} +.#{$ti-prefix}-square-number-9:before { + content: $ti-icon-square-number-9; +} +.#{$ti-prefix}-square-rotated:before { + content: $ti-icon-square-rotated; +} +.#{$ti-prefix}-square-rounded:before { + content: $ti-icon-square-rounded; +} +.#{$ti-prefix}-square-rounded-arrow-down:before { + content: $ti-icon-square-rounded-arrow-down; +} +.#{$ti-prefix}-square-rounded-arrow-left:before { + content: $ti-icon-square-rounded-arrow-left; +} +.#{$ti-prefix}-square-rounded-arrow-right:before { + content: $ti-icon-square-rounded-arrow-right; +} +.#{$ti-prefix}-square-rounded-arrow-up:before { + content: $ti-icon-square-rounded-arrow-up; +} +.#{$ti-prefix}-square-rounded-check:before { + content: $ti-icon-square-rounded-check; +} +.#{$ti-prefix}-square-rounded-chevron-down:before { + content: $ti-icon-square-rounded-chevron-down; +} +.#{$ti-prefix}-square-rounded-chevron-left:before { + content: $ti-icon-square-rounded-chevron-left; +} +.#{$ti-prefix}-square-rounded-chevron-right:before { + content: $ti-icon-square-rounded-chevron-right; +} +.#{$ti-prefix}-square-rounded-chevron-up:before { + content: $ti-icon-square-rounded-chevron-up; +} +.#{$ti-prefix}-square-rounded-chevrons-down:before { + content: $ti-icon-square-rounded-chevrons-down; +} +.#{$ti-prefix}-square-rounded-chevrons-left:before { + content: $ti-icon-square-rounded-chevrons-left; +} +.#{$ti-prefix}-square-rounded-chevrons-right:before { + content: $ti-icon-square-rounded-chevrons-right; +} +.#{$ti-prefix}-square-rounded-chevrons-up:before { + content: $ti-icon-square-rounded-chevrons-up; +} +.#{$ti-prefix}-square-rounded-letter-a:before { + content: $ti-icon-square-rounded-letter-a; +} +.#{$ti-prefix}-square-rounded-letter-b:before { + content: $ti-icon-square-rounded-letter-b; +} +.#{$ti-prefix}-square-rounded-letter-c:before { + content: $ti-icon-square-rounded-letter-c; +} +.#{$ti-prefix}-square-rounded-letter-d:before { + content: $ti-icon-square-rounded-letter-d; +} +.#{$ti-prefix}-square-rounded-letter-e:before { + content: $ti-icon-square-rounded-letter-e; +} +.#{$ti-prefix}-square-rounded-letter-f:before { + content: $ti-icon-square-rounded-letter-f; +} +.#{$ti-prefix}-square-rounded-letter-g:before { + content: $ti-icon-square-rounded-letter-g; +} +.#{$ti-prefix}-square-rounded-letter-h:before { + content: $ti-icon-square-rounded-letter-h; +} +.#{$ti-prefix}-square-rounded-letter-i:before { + content: $ti-icon-square-rounded-letter-i; +} +.#{$ti-prefix}-square-rounded-letter-j:before { + content: $ti-icon-square-rounded-letter-j; +} +.#{$ti-prefix}-square-rounded-letter-k:before { + content: $ti-icon-square-rounded-letter-k; +} +.#{$ti-prefix}-square-rounded-letter-l:before { + content: $ti-icon-square-rounded-letter-l; +} +.#{$ti-prefix}-square-rounded-letter-m:before { + content: $ti-icon-square-rounded-letter-m; +} +.#{$ti-prefix}-square-rounded-letter-n:before { + content: $ti-icon-square-rounded-letter-n; +} +.#{$ti-prefix}-square-rounded-letter-o:before { + content: $ti-icon-square-rounded-letter-o; +} +.#{$ti-prefix}-square-rounded-letter-p:before { + content: $ti-icon-square-rounded-letter-p; +} +.#{$ti-prefix}-square-rounded-letter-q:before { + content: $ti-icon-square-rounded-letter-q; +} +.#{$ti-prefix}-square-rounded-letter-r:before { + content: $ti-icon-square-rounded-letter-r; +} +.#{$ti-prefix}-square-rounded-letter-s:before { + content: $ti-icon-square-rounded-letter-s; +} +.#{$ti-prefix}-square-rounded-letter-t:before { + content: $ti-icon-square-rounded-letter-t; +} +.#{$ti-prefix}-square-rounded-letter-u:before { + content: $ti-icon-square-rounded-letter-u; +} +.#{$ti-prefix}-square-rounded-letter-v:before { + content: $ti-icon-square-rounded-letter-v; +} +.#{$ti-prefix}-square-rounded-letter-w:before { + content: $ti-icon-square-rounded-letter-w; +} +.#{$ti-prefix}-square-rounded-letter-x:before { + content: $ti-icon-square-rounded-letter-x; +} +.#{$ti-prefix}-square-rounded-letter-y:before { + content: $ti-icon-square-rounded-letter-y; +} +.#{$ti-prefix}-square-rounded-letter-z:before { + content: $ti-icon-square-rounded-letter-z; +} +.#{$ti-prefix}-square-rounded-minus:before { + content: $ti-icon-square-rounded-minus; +} +.#{$ti-prefix}-square-rounded-number-0:before { + content: $ti-icon-square-rounded-number-0; +} +.#{$ti-prefix}-square-rounded-number-1:before { + content: $ti-icon-square-rounded-number-1; +} +.#{$ti-prefix}-square-rounded-number-2:before { + content: $ti-icon-square-rounded-number-2; +} +.#{$ti-prefix}-square-rounded-number-3:before { + content: $ti-icon-square-rounded-number-3; +} +.#{$ti-prefix}-square-rounded-number-4:before { + content: $ti-icon-square-rounded-number-4; +} +.#{$ti-prefix}-square-rounded-number-5:before { + content: $ti-icon-square-rounded-number-5; +} +.#{$ti-prefix}-square-rounded-number-6:before { + content: $ti-icon-square-rounded-number-6; +} +.#{$ti-prefix}-square-rounded-number-7:before { + content: $ti-icon-square-rounded-number-7; +} +.#{$ti-prefix}-square-rounded-number-8:before { + content: $ti-icon-square-rounded-number-8; +} +.#{$ti-prefix}-square-rounded-number-9:before { + content: $ti-icon-square-rounded-number-9; +} +.#{$ti-prefix}-square-rounded-plus:before { + content: $ti-icon-square-rounded-plus; +} +.#{$ti-prefix}-square-rounded-x:before { + content: $ti-icon-square-rounded-x; +} +.#{$ti-prefix}-square-x:before { + content: $ti-icon-square-x; +} +.#{$ti-prefix}-squares:before { + content: $ti-icon-squares; +} +.#{$ti-prefix}-stack:before { + content: $ti-icon-stack; +} +.#{$ti-prefix}-stack-2:before { + content: $ti-icon-stack-2; +} +.#{$ti-prefix}-stack-3:before { + content: $ti-icon-stack-3; +} +.#{$ti-prefix}-star:before { + content: $ti-icon-star; +} +.#{$ti-prefix}-star-half:before { + content: $ti-icon-star-half; +} +.#{$ti-prefix}-stars:before { + content: $ti-icon-stars; +} +.#{$ti-prefix}-sun:before { + content: $ti-icon-sun; +} +.#{$ti-prefix}-table:before { + content: $ti-icon-table; +} +.#{$ti-prefix}-thumb-down:before { + content: $ti-icon-thumb-down; +} +.#{$ti-prefix}-thumb-up:before { + content: $ti-icon-thumb-up; +} +.#{$ti-prefix}-timeline-event:before { + content: $ti-icon-timeline-event; +} +.#{$ti-prefix}-transform:before { + content: $ti-icon-transform; +} +.#{$ti-prefix}-transition-bottom:before { + content: $ti-icon-transition-bottom; +} +.#{$ti-prefix}-transition-left:before { + content: $ti-icon-transition-left; +} +.#{$ti-prefix}-transition-right:before { + content: $ti-icon-transition-right; +} +.#{$ti-prefix}-transition-top:before { + content: $ti-icon-transition-top; +} +.#{$ti-prefix}-trash:before { + content: $ti-icon-trash; +} +.#{$ti-prefix}-trash-x:before { + content: $ti-icon-trash-x; +} +.#{$ti-prefix}-triangle:before { + content: $ti-icon-triangle; +} +.#{$ti-prefix}-triangle-inverted:before { + content: $ti-icon-triangle-inverted; +} +.#{$ti-prefix}-triangle-square-circle:before { + content: $ti-icon-triangle-square-circle; +} +.#{$ti-prefix}-trophy:before { + content: $ti-icon-trophy; +} +.#{$ti-prefix}-umbrella:before { + content: $ti-icon-umbrella; +} +.#{$ti-prefix}-user:before { + content: $ti-icon-user; +} +.#{$ti-prefix}-versions:before { + content: $ti-icon-versions; +} +.#{$ti-prefix}-windmill:before { + content: $ti-icon-windmill; +} +.#{$ti-prefix}-woman:before { + content: $ti-icon-woman; +} +.#{$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; +} +.#{$ti-prefix}-xbox-y:before { + content: $ti-icon-xbox-y; +} +.#{$ti-prefix}-yin-yang:before { + content: $ti-icon-yin-yang; +} +.#{$ti-prefix}-zeppelin:before { + content: $ti-icon-zeppelin; +} +.#{$ti-prefix}-zoom:before { + content: $ti-icon-zoom; +} +.#{$ti-prefix}-zoom-cancel:before { + content: $ti-icon-zoom-cancel; +} +.#{$ti-prefix}-zoom-check:before { + content: $ti-icon-zoom-check; +} +.#{$ti-prefix}-zoom-code:before { + content: $ti-icon-zoom-code; +} +.#{$ti-prefix}-zoom-exclamation:before { + content: $ti-icon-zoom-exclamation; +} +.#{$ti-prefix}-zoom-in:before { + content: $ti-icon-zoom-in; +} +.#{$ti-prefix}-zoom-in-area:before { + content: $ti-icon-zoom-in-area; +} +.#{$ti-prefix}-zoom-money:before { + content: $ti-icon-zoom-money; +} +.#{$ti-prefix}-zoom-out:before { + content: $ti-icon-zoom-out; +} +.#{$ti-prefix}-zoom-out-area:before { + content: $ti-icon-zoom-out-area; +} +.#{$ti-prefix}-zoom-pan:before { + content: $ti-icon-zoom-pan; +} +.#{$ti-prefix}-zoom-question:before { + content: $ti-icon-zoom-question; +} +.#{$ti-prefix}-zoom-scan:before { + content: $ti-icon-zoom-scan; +} + +// Aliases +.#{$ti-prefix}-discount-check:before { + content: $ti-icon-rosette-discount-check; +} diff --git a/_sass/tabler-icons/tabler-icons-outline.scss b/_sass/tabler-icons/tabler-icons-outline.scss new file mode 100644 index 0000000000000..c4add091b6f5c --- /dev/null +++ b/_sass/tabler-icons/tabler-icons-outline.scss @@ -0,0 +1,18374 @@ +@charset "UTF-8"; +/*! + * Tabler Icons 3.0.1 by tabler - https://tabler.io + * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE + */ +$ti-font-family: "tabler-icons-outline" !default; +$ti-font-path: "./fonts" !default; +$ti-font-display: null !default; +$ti-prefix: "ti" !default; + +@font-face { + font-family: $ti-font-family; + font-style: normal; + font-weight: 400; + font-display: $ti-font-display; + src: + url("#{$ti-font-path}/tabler-icons-outline.woff2?v3.0.1") format("woff2"), + url("#{$ti-font-path}/tabler-icons-outline.woff?") format("woff"), + url("#{$ti-font-path}/tabler-icons-outline.ttf?v3.0.1") format("truetype"); +} + +.#{$ti-prefix} { + font-family: $ti-font-family !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +@function unicode($str) { + @return unquote('"') + unquote(str-insert($str, "\\", 1)) + unquote('"'); +} + +$ti-icon-a-b: unicode("ec36"); +$ti-icon-a-b-2: unicode("f25f"); +$ti-icon-a-b-off: unicode("f0a6"); +$ti-icon-abacus: unicode("f05c"); +$ti-icon-abacus-off: unicode("f3b6"); +$ti-icon-abc: unicode("f567"); +$ti-icon-access-point: unicode("ed1b"); +$ti-icon-access-point-off: unicode("ed1a"); +$ti-icon-accessible: unicode("eba9"); +$ti-icon-accessible-off: unicode("f0a7"); +$ti-icon-activity: unicode("ed23"); +$ti-icon-activity-heartbeat: unicode("f0db"); +$ti-icon-ad: unicode("ea02"); +$ti-icon-ad-2: unicode("ef1f"); +$ti-icon-ad-circle: unicode("f79e"); +$ti-icon-ad-circle-off: unicode("f79d"); +$ti-icon-ad-off: unicode("f3b7"); +$ti-icon-address-book: unicode("f021"); +$ti-icon-address-book-off: unicode("f3b8"); +$ti-icon-adjustments: unicode("ea03"); +$ti-icon-adjustments-alt: unicode("ec37"); +$ti-icon-adjustments-bolt: unicode("f7fb"); +$ti-icon-adjustments-cancel: unicode("f7fc"); +$ti-icon-adjustments-check: unicode("f7fd"); +$ti-icon-adjustments-code: unicode("f7fe"); +$ti-icon-adjustments-cog: unicode("f7ff"); +$ti-icon-adjustments-dollar: unicode("f800"); +$ti-icon-adjustments-down: unicode("f801"); +$ti-icon-adjustments-exclamation: unicode("f802"); +$ti-icon-adjustments-heart: unicode("f803"); +$ti-icon-adjustments-horizontal: unicode("ec38"); +$ti-icon-adjustments-minus: unicode("f804"); +$ti-icon-adjustments-off: unicode("f0a8"); +$ti-icon-adjustments-pause: unicode("f805"); +$ti-icon-adjustments-pin: unicode("f806"); +$ti-icon-adjustments-plus: unicode("f807"); +$ti-icon-adjustments-question: unicode("f808"); +$ti-icon-adjustments-search: unicode("f809"); +$ti-icon-adjustments-share: unicode("f80a"); +$ti-icon-adjustments-star: unicode("f80b"); +$ti-icon-adjustments-up: unicode("f80c"); +$ti-icon-adjustments-x: unicode("f80d"); +$ti-icon-aerial-lift: unicode("edfe"); +$ti-icon-affiliate: unicode("edff"); +$ti-icon-air-balloon: unicode("f4a6"); +$ti-icon-air-conditioning: unicode("f3a2"); +$ti-icon-air-conditioning-disabled: unicode("f542"); +$ti-icon-air-traffic-control: unicode("fb01"); +$ti-icon-alarm: unicode("ea04"); +$ti-icon-alarm-average: unicode("fc9e"); +$ti-icon-alarm-minus: unicode("f630"); +$ti-icon-alarm-off: unicode("f0a9"); +$ti-icon-alarm-plus: unicode("f631"); +$ti-icon-alarm-snooze: unicode("f632"); +$ti-icon-album: unicode("f022"); +$ti-icon-album-off: unicode("f3b9"); +$ti-icon-alert-circle: unicode("ea05"); +$ti-icon-alert-circle-off: unicode("fc65"); +$ti-icon-alert-hexagon: unicode("f80e"); +$ti-icon-alert-hexagon-off: unicode("fc66"); +$ti-icon-alert-octagon: unicode("ecc6"); +$ti-icon-alert-small: unicode("f80f"); +$ti-icon-alert-small-off: unicode("fc67"); +$ti-icon-alert-square: unicode("f811"); +$ti-icon-alert-square-rounded: unicode("f810"); +$ti-icon-alert-square-rounded-off: unicode("fc68"); +$ti-icon-alert-triangle: unicode("ea06"); +$ti-icon-alert-triangle-off: unicode("fc69"); +$ti-icon-alien: unicode("ebde"); +$ti-icon-align-box-bottom-center: unicode("f530"); +$ti-icon-align-box-bottom-left: unicode("f531"); +$ti-icon-align-box-bottom-right: unicode("f532"); +$ti-icon-align-box-center-bottom: unicode("facb"); +$ti-icon-align-box-center-middle: unicode("f79f"); +$ti-icon-align-box-center-stretch: unicode("facc"); +$ti-icon-align-box-center-top: unicode("facd"); +$ti-icon-align-box-left-bottom: unicode("f533"); +$ti-icon-align-box-left-middle: unicode("f534"); +$ti-icon-align-box-left-stretch: unicode("face"); +$ti-icon-align-box-left-top: unicode("f535"); +$ti-icon-align-box-right-bottom: unicode("f536"); +$ti-icon-align-box-right-middle: unicode("f537"); +$ti-icon-align-box-right-stretch: unicode("facf"); +$ti-icon-align-box-right-top: unicode("f538"); +$ti-icon-align-box-top-center: unicode("f539"); +$ti-icon-align-box-top-left: unicode("f53a"); +$ti-icon-align-box-top-right: unicode("f53b"); +$ti-icon-align-center: unicode("ea07"); +$ti-icon-align-justified: unicode("ea08"); +$ti-icon-align-left: unicode("ea09"); +$ti-icon-align-right: unicode("ea0a"); +$ti-icon-alpha: unicode("f543"); +$ti-icon-alphabet-cyrillic: unicode("f1df"); +$ti-icon-alphabet-greek: unicode("f1e0"); +$ti-icon-alphabet-latin: unicode("f1e1"); +$ti-icon-alt: unicode("fc54"); +$ti-icon-ambulance: unicode("ebf5"); +$ti-icon-ampersand: unicode("f229"); +$ti-icon-analyze: unicode("f3a3"); +$ti-icon-analyze-off: unicode("f3ba"); +$ti-icon-anchor: unicode("eb76"); +$ti-icon-anchor-off: unicode("f0f7"); +$ti-icon-angle: unicode("ef20"); +$ti-icon-ankh: unicode("f1cd"); +$ti-icon-antenna: unicode("f094"); +$ti-icon-antenna-bars-1: unicode("ecc7"); +$ti-icon-antenna-bars-2: unicode("ecc8"); +$ti-icon-antenna-bars-3: unicode("ecc9"); +$ti-icon-antenna-bars-4: unicode("ecca"); +$ti-icon-antenna-bars-5: unicode("eccb"); +$ti-icon-antenna-bars-off: unicode("f0aa"); +$ti-icon-antenna-off: unicode("f3bb"); +$ti-icon-aperture: unicode("eb58"); +$ti-icon-aperture-off: unicode("f3bc"); +$ti-icon-api: unicode("effd"); +$ti-icon-api-app: unicode("effc"); +$ti-icon-api-app-off: unicode("f0ab"); +$ti-icon-api-off: unicode("f0f8"); +$ti-icon-app-window: unicode("efe6"); +$ti-icon-apple: unicode("ef21"); +$ti-icon-apps: unicode("ebb6"); +$ti-icon-apps-off: unicode("f0ac"); +$ti-icon-archery-arrow: unicode("fc55"); +$ti-icon-archive: unicode("ea0b"); +$ti-icon-archive-off: unicode("f0ad"); +$ti-icon-armchair: unicode("ef9e"); +$ti-icon-armchair-2: unicode("efe7"); +$ti-icon-armchair-2-off: unicode("f3bd"); +$ti-icon-armchair-off: unicode("f3be"); +$ti-icon-arrow-autofit-content: unicode("ef31"); +$ti-icon-arrow-autofit-down: unicode("ef32"); +$ti-icon-arrow-autofit-height: unicode("ef33"); +$ti-icon-arrow-autofit-left: unicode("ef34"); +$ti-icon-arrow-autofit-right: unicode("ef35"); +$ti-icon-arrow-autofit-up: unicode("ef36"); +$ti-icon-arrow-autofit-width: unicode("ef37"); +$ti-icon-arrow-back: unicode("ea0c"); +$ti-icon-arrow-back-up: unicode("eb77"); +$ti-icon-arrow-back-up-double: unicode("f9ec"); +$ti-icon-arrow-badge-down: unicode("f60b"); +$ti-icon-arrow-badge-left: unicode("f60c"); +$ti-icon-arrow-badge-right: unicode("f60d"); +$ti-icon-arrow-badge-up: unicode("f60e"); +$ti-icon-arrow-bar-both: unicode("fadd"); +$ti-icon-arrow-bar-down: unicode("ea0d"); +$ti-icon-arrow-bar-left: unicode("ea0e"); +$ti-icon-arrow-bar-right: unicode("ea0f"); +$ti-icon-arrow-bar-to-down: unicode("ec88"); +$ti-icon-arrow-bar-to-left: unicode("ec89"); +$ti-icon-arrow-bar-to-right: unicode("ec8a"); +$ti-icon-arrow-bar-to-up: unicode("ec8b"); +$ti-icon-arrow-bar-up: unicode("ea10"); +$ti-icon-arrow-bear-left: unicode("f045"); +$ti-icon-arrow-bear-left-2: unicode("f044"); +$ti-icon-arrow-bear-right: unicode("f047"); +$ti-icon-arrow-bear-right-2: unicode("f046"); +$ti-icon-arrow-big-down: unicode("edda"); +$ti-icon-arrow-big-down-line: unicode("efe8"); +$ti-icon-arrow-big-down-lines: unicode("efe9"); +$ti-icon-arrow-big-left: unicode("eddb"); +$ti-icon-arrow-big-left-line: unicode("efea"); +$ti-icon-arrow-big-left-lines: unicode("efeb"); +$ti-icon-arrow-big-right: unicode("eddc"); +$ti-icon-arrow-big-right-line: unicode("efec"); +$ti-icon-arrow-big-right-lines: unicode("efed"); +$ti-icon-arrow-big-up: unicode("eddd"); +$ti-icon-arrow-big-up-line: unicode("efee"); +$ti-icon-arrow-big-up-lines: unicode("efef"); +$ti-icon-arrow-bounce: unicode("f3a4"); +$ti-icon-arrow-capsule: unicode("fade"); +$ti-icon-arrow-curve-left: unicode("f048"); +$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-from-arc: unicode("fd86"); +$ti-icon-arrow-down-left: unicode("ea13"); +$ti-icon-arrow-down-left-circle: unicode("ea12"); +$ti-icon-arrow-down-rhombus: unicode("f61d"); +$ti-icon-arrow-down-right: unicode("ea15"); +$ti-icon-arrow-down-right-circle: unicode("ea14"); +$ti-icon-arrow-down-square: unicode("ed9a"); +$ti-icon-arrow-down-tail: unicode("ed9b"); +$ti-icon-arrow-down-to-arc: unicode("fd87"); +$ti-icon-arrow-elbow-left: unicode("f9ed"); +$ti-icon-arrow-elbow-right: unicode("f9ee"); +$ti-icon-arrow-fork: unicode("f04a"); +$ti-icon-arrow-forward: unicode("ea17"); +$ti-icon-arrow-forward-up: unicode("eb78"); +$ti-icon-arrow-forward-up-double: unicode("f9ef"); +$ti-icon-arrow-guide: unicode("f22a"); +$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-from-arc: unicode("fd88"); +$ti-icon-arrow-left-rhombus: unicode("f61e"); +$ti-icon-arrow-left-right: unicode("f04b"); +$ti-icon-arrow-left-square: unicode("ed9d"); +$ti-icon-arrow-left-tail: unicode("ed9e"); +$ti-icon-arrow-left-to-arc: unicode("fd89"); +$ti-icon-arrow-loop-left: unicode("ed9f"); +$ti-icon-arrow-loop-left-2: unicode("f04c"); +$ti-icon-arrow-loop-right: unicode("eda0"); +$ti-icon-arrow-loop-right-2: unicode("f04d"); +$ti-icon-arrow-merge: unicode("f04e"); +$ti-icon-arrow-merge-alt-left: unicode("fc9f"); +$ti-icon-arrow-merge-alt-right: unicode("fca0"); +$ti-icon-arrow-merge-both: unicode("f23b"); +$ti-icon-arrow-merge-left: unicode("f23c"); +$ti-icon-arrow-merge-right: unicode("f23d"); +$ti-icon-arrow-move-down: unicode("f2ba"); +$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-left: unicode("ea1b"); +$ti-icon-arrow-narrow-right: unicode("ea1c"); +$ti-icon-arrow-narrow-up: unicode("ea1d"); +$ti-icon-arrow-ramp-left: unicode("ed3c"); +$ti-icon-arrow-ramp-left-2: unicode("f04f"); +$ti-icon-arrow-ramp-left-3: unicode("f050"); +$ti-icon-arrow-ramp-right: unicode("ed3d"); +$ti-icon-arrow-ramp-right-2: unicode("f051"); +$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-from-arc: unicode("fd8a"); +$ti-icon-arrow-right-rhombus: unicode("f61f"); +$ti-icon-arrow-right-square: unicode("eda2"); +$ti-icon-arrow-right-tail: unicode("eda3"); +$ti-icon-arrow-right-to-arc: unicode("fd8b"); +$ti-icon-arrow-rotary-first-left: unicode("f053"); +$ti-icon-arrow-rotary-first-right: unicode("f054"); +$ti-icon-arrow-rotary-last-left: unicode("f055"); +$ti-icon-arrow-rotary-last-right: unicode("f056"); +$ti-icon-arrow-rotary-left: unicode("f057"); +$ti-icon-arrow-rotary-right: unicode("f058"); +$ti-icon-arrow-rotary-straight: unicode("f059"); +$ti-icon-arrow-roundabout-left: unicode("f22b"); +$ti-icon-arrow-roundabout-right: unicode("f22c"); +$ti-icon-arrow-sharp-turn-left: unicode("f05a"); +$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-from-arc: unicode("fd8c"); +$ti-icon-arrow-up-left: unicode("ea22"); +$ti-icon-arrow-up-left-circle: unicode("ea21"); +$ti-icon-arrow-up-rhombus: unicode("f620"); +$ti-icon-arrow-up-right: unicode("ea24"); +$ti-icon-arrow-up-right-circle: unicode("ea23"); +$ti-icon-arrow-up-square: unicode("eda6"); +$ti-icon-arrow-up-tail: unicode("eda7"); +$ti-icon-arrow-up-to-arc: unicode("fd8d"); +$ti-icon-arrow-wave-left-down: unicode("eda8"); +$ti-icon-arrow-wave-left-up: unicode("eda9"); +$ti-icon-arrow-wave-right-down: unicode("edaa"); +$ti-icon-arrow-wave-right-up: unicode("edab"); +$ti-icon-arrow-zig-zag: unicode("f4a7"); +$ti-icon-arrows-cross: unicode("effe"); +$ti-icon-arrows-diagonal: unicode("ea27"); +$ti-icon-arrows-diagonal-2: unicode("ea26"); +$ti-icon-arrows-diagonal-minimize: unicode("ef39"); +$ti-icon-arrows-diagonal-minimize-2: unicode("ef38"); +$ti-icon-arrows-diff: unicode("f296"); +$ti-icon-arrows-double-ne-sw: unicode("edde"); +$ti-icon-arrows-double-nw-se: unicode("eddf"); +$ti-icon-arrows-double-se-nw: unicode("ede0"); +$ti-icon-arrows-double-sw-ne: unicode("ede1"); +$ti-icon-arrows-down: unicode("edad"); +$ti-icon-arrows-down-up: unicode("edac"); +$ti-icon-arrows-exchange: unicode("f1f4"); +$ti-icon-arrows-exchange-2: unicode("f1f3"); +$ti-icon-arrows-horizontal: unicode("eb59"); +$ti-icon-arrows-join: unicode("edaf"); +$ti-icon-arrows-join-2: unicode("edae"); +$ti-icon-arrows-left: unicode("edb1"); +$ti-icon-arrows-left-down: unicode("ee00"); +$ti-icon-arrows-left-right: unicode("edb0"); +$ti-icon-arrows-maximize: unicode("ea28"); +$ti-icon-arrows-minimize: unicode("ea29"); +$ti-icon-arrows-move: unicode("f22f"); +$ti-icon-arrows-move-horizontal: unicode("f22d"); +$ti-icon-arrows-move-vertical: unicode("f22e"); +$ti-icon-arrows-random: unicode("f095"); +$ti-icon-arrows-right: unicode("edb3"); +$ti-icon-arrows-right-down: unicode("ee01"); +$ti-icon-arrows-right-left: unicode("edb2"); +$ti-icon-arrows-shuffle: unicode("f000"); +$ti-icon-arrows-shuffle-2: unicode("efff"); +$ti-icon-arrows-sort: unicode("eb5a"); +$ti-icon-arrows-split: unicode("edb5"); +$ti-icon-arrows-split-2: unicode("edb4"); +$ti-icon-arrows-transfer-down: unicode("f2cc"); +$ti-icon-arrows-transfer-up: unicode("f2cd"); +$ti-icon-arrows-up: unicode("edb7"); +$ti-icon-arrows-up-down: unicode("edb6"); +$ti-icon-arrows-up-left: unicode("ee02"); +$ti-icon-arrows-up-right: unicode("ee03"); +$ti-icon-arrows-vertical: unicode("eb5b"); +$ti-icon-artboard: unicode("ea2a"); +$ti-icon-artboard-off: unicode("f0ae"); +$ti-icon-article: unicode("f1e2"); +$ti-icon-article-off: unicode("f3bf"); +$ti-icon-aspect-ratio: unicode("ed30"); +$ti-icon-aspect-ratio-off: unicode("f0af"); +$ti-icon-assembly: unicode("f24d"); +$ti-icon-assembly-off: unicode("f3c0"); +$ti-icon-asset: unicode("f1ce"); +$ti-icon-asterisk: unicode("efd5"); +$ti-icon-asterisk-simple: unicode("efd4"); +$ti-icon-at: unicode("ea2b"); +$ti-icon-at-off: unicode("f0b0"); +$ti-icon-atom: unicode("eb79"); +$ti-icon-atom-2: unicode("ebdf"); +$ti-icon-atom-off: unicode("f0f9"); +$ti-icon-augmented-reality: unicode("f023"); +$ti-icon-augmented-reality-2: unicode("f37e"); +$ti-icon-augmented-reality-off: unicode("f3c1"); +$ti-icon-auth-2fa: unicode("eca0"); +$ti-icon-automatic-gearbox: unicode("fc89"); +$ti-icon-avocado: unicode("fd8e"); +$ti-icon-award: unicode("ea2c"); +$ti-icon-award-off: unicode("f0fa"); +$ti-icon-axe: unicode("ef9f"); +$ti-icon-axis-x: unicode("ef45"); +$ti-icon-axis-y: unicode("ef46"); +$ti-icon-baby-bottle: unicode("f5d2"); +$ti-icon-baby-carriage: unicode("f05d"); +$ti-icon-background: unicode("fd2c"); +$ti-icon-backhoe: unicode("ed86"); +$ti-icon-backpack: unicode("ef47"); +$ti-icon-backpack-off: unicode("f3c2"); +$ti-icon-backslash: unicode("fab9"); +$ti-icon-backspace: unicode("ea2d"); +$ti-icon-badge: unicode("efc2"); +$ti-icon-badge-3d: unicode("f555"); +$ti-icon-badge-4k: unicode("f556"); +$ti-icon-badge-8k: unicode("f557"); +$ti-icon-badge-ad: unicode("f558"); +$ti-icon-badge-ad-off: unicode("fd8f"); +$ti-icon-badge-ar: unicode("f559"); +$ti-icon-badge-cc: unicode("f55a"); +$ti-icon-badge-hd: unicode("f55b"); +$ti-icon-badge-off: unicode("f0fb"); +$ti-icon-badge-sd: unicode("f55c"); +$ti-icon-badge-tm: unicode("f55d"); +$ti-icon-badge-vo: unicode("f55e"); +$ti-icon-badge-vr: unicode("f55f"); +$ti-icon-badge-wc: unicode("f560"); +$ti-icon-badges: unicode("efc3"); +$ti-icon-badges-off: unicode("f0fc"); +$ti-icon-baguette: unicode("f3a5"); +$ti-icon-ball-american-football: unicode("ee04"); +$ti-icon-ball-american-football-off: unicode("f3c3"); +$ti-icon-ball-baseball: unicode("efa0"); +$ti-icon-ball-basketball: unicode("ec28"); +$ti-icon-ball-bowling: unicode("ec29"); +$ti-icon-ball-football: unicode("ee06"); +$ti-icon-ball-football-off: unicode("ee05"); +$ti-icon-ball-tennis: unicode("ec2a"); +$ti-icon-ball-volleyball: unicode("ec2b"); +$ti-icon-balloon: unicode("ef3a"); +$ti-icon-balloon-off: unicode("f0fd"); +$ti-icon-ballpen: unicode("f06e"); +$ti-icon-ballpen-off: unicode("f0b1"); +$ti-icon-ban: unicode("ea2e"); +$ti-icon-bandage: unicode("eb7a"); +$ti-icon-bandage-off: unicode("f3c4"); +$ti-icon-barbell: unicode("eff0"); +$ti-icon-barbell-off: unicode("f0b2"); +$ti-icon-barcode: unicode("ebc6"); +$ti-icon-barcode-off: unicode("f0b3"); +$ti-icon-barrel: unicode("f0b4"); +$ti-icon-barrel-off: unicode("f0fe"); +$ti-icon-barrier-block: unicode("f00e"); +$ti-icon-barrier-block-off: unicode("f0b5"); +$ti-icon-baseline: unicode("f024"); +$ti-icon-baseline-density-large: unicode("f9f0"); +$ti-icon-baseline-density-medium: unicode("f9f1"); +$ti-icon-baseline-density-small: unicode("f9f2"); +$ti-icon-basket: unicode("ebe1"); +$ti-icon-basket-bolt: unicode("fb43"); +$ti-icon-basket-cancel: unicode("fb44"); +$ti-icon-basket-check: unicode("fb45"); +$ti-icon-basket-code: unicode("fb46"); +$ti-icon-basket-cog: unicode("fb47"); +$ti-icon-basket-discount: unicode("fb48"); +$ti-icon-basket-dollar: unicode("fb49"); +$ti-icon-basket-down: unicode("fb4a"); +$ti-icon-basket-exclamation: unicode("fb4b"); +$ti-icon-basket-heart: unicode("fb4c"); +$ti-icon-basket-minus: unicode("fb4d"); +$ti-icon-basket-off: unicode("f0b6"); +$ti-icon-basket-pause: unicode("fb4e"); +$ti-icon-basket-pin: unicode("fb4f"); +$ti-icon-basket-plus: unicode("fb50"); +$ti-icon-basket-question: unicode("fb51"); +$ti-icon-basket-search: unicode("fb52"); +$ti-icon-basket-share: unicode("fb53"); +$ti-icon-basket-star: unicode("fb54"); +$ti-icon-basket-up: unicode("fb55"); +$ti-icon-basket-x: unicode("fb56"); +$ti-icon-bat: unicode("f284"); +$ti-icon-bath: unicode("ef48"); +$ti-icon-bath-off: unicode("f0ff"); +$ti-icon-battery: unicode("ea34"); +$ti-icon-battery-1: unicode("ea2f"); +$ti-icon-battery-2: unicode("ea30"); +$ti-icon-battery-3: unicode("ea31"); +$ti-icon-battery-4: unicode("ea32"); +$ti-icon-battery-automotive: unicode("ee07"); +$ti-icon-battery-charging: unicode("ea33"); +$ti-icon-battery-charging-2: unicode("ef3b"); +$ti-icon-battery-eco: unicode("ef3c"); +$ti-icon-battery-off: unicode("ed1c"); +$ti-icon-beach: unicode("ef3d"); +$ti-icon-beach-off: unicode("f0b7"); +$ti-icon-bed: unicode("eb5c"); +$ti-icon-bed-flat: unicode("fca1"); +$ti-icon-bed-off: unicode("f100"); +$ti-icon-beer: unicode("efa1"); +$ti-icon-beer-off: unicode("f101"); +$ti-icon-bell: unicode("ea35"); +$ti-icon-bell-bolt: unicode("f812"); +$ti-icon-bell-cancel: unicode("f813"); +$ti-icon-bell-check: unicode("f814"); +$ti-icon-bell-code: unicode("f815"); +$ti-icon-bell-cog: unicode("f816"); +$ti-icon-bell-dollar: unicode("f817"); +$ti-icon-bell-down: unicode("f818"); +$ti-icon-bell-exclamation: unicode("f819"); +$ti-icon-bell-heart: unicode("f81a"); +$ti-icon-bell-minus: unicode("ede2"); +$ti-icon-bell-off: unicode("ece9"); +$ti-icon-bell-pause: unicode("f81b"); +$ti-icon-bell-pin: unicode("f81c"); +$ti-icon-bell-plus: unicode("ede3"); +$ti-icon-bell-question: unicode("f81d"); +$ti-icon-bell-ringing: unicode("ed07"); +$ti-icon-bell-ringing-2: unicode("ede4"); +$ti-icon-bell-school: unicode("f05e"); +$ti-icon-bell-search: unicode("f81e"); +$ti-icon-bell-share: unicode("f81f"); +$ti-icon-bell-star: unicode("f820"); +$ti-icon-bell-up: unicode("f821"); +$ti-icon-bell-x: unicode("ede5"); +$ti-icon-bell-z: unicode("eff1"); +$ti-icon-beta: unicode("f544"); +$ti-icon-bible: unicode("efc4"); +$ti-icon-bike: unicode("ea36"); +$ti-icon-bike-off: unicode("f0b8"); +$ti-icon-binary: unicode("ee08"); +$ti-icon-binary-off: unicode("f3c5"); +$ti-icon-binary-tree: unicode("f5d4"); +$ti-icon-binary-tree-2: unicode("f5d3"); +$ti-icon-biohazard: unicode("ecb8"); +$ti-icon-biohazard-off: unicode("f0b9"); +$ti-icon-blade: unicode("f4bd"); +$ti-icon-bleach: unicode("f2f3"); +$ti-icon-bleach-chlorine: unicode("f2f0"); +$ti-icon-bleach-no-chlorine: unicode("f2f1"); +$ti-icon-bleach-off: unicode("f2f2"); +$ti-icon-blender: unicode("fca2"); +$ti-icon-blockquote: unicode("ee09"); +$ti-icon-bluetooth: unicode("ea37"); +$ti-icon-bluetooth-connected: unicode("ecea"); +$ti-icon-bluetooth-off: unicode("eceb"); +$ti-icon-bluetooth-x: unicode("f081"); +$ti-icon-blur: unicode("ef8c"); +$ti-icon-blur-off: unicode("f3c6"); +$ti-icon-bmp: unicode("f3a6"); +$ti-icon-body-scan: unicode("fca3"); +$ti-icon-bold: unicode("eb7b"); +$ti-icon-bold-off: unicode("f0ba"); +$ti-icon-bolt: unicode("ea38"); +$ti-icon-bolt-off: unicode("ecec"); +$ti-icon-bomb: unicode("f59c"); +$ti-icon-bone: unicode("edb8"); +$ti-icon-bone-off: unicode("f0bb"); +$ti-icon-bong: unicode("f3a7"); +$ti-icon-bong-off: unicode("f3c7"); +$ti-icon-book: unicode("ea39"); +$ti-icon-book-2: unicode("efc5"); +$ti-icon-book-download: unicode("f070"); +$ti-icon-book-off: unicode("f0bc"); +$ti-icon-book-upload: unicode("f071"); +$ti-icon-bookmark: unicode("ea3a"); +$ti-icon-bookmark-ai: unicode("fc8a"); +$ti-icon-bookmark-edit: unicode("fa5e"); +$ti-icon-bookmark-minus: unicode("fa5f"); +$ti-icon-bookmark-off: unicode("eced"); +$ti-icon-bookmark-plus: unicode("fa60"); +$ti-icon-bookmark-question: unicode("fa61"); +$ti-icon-bookmarks: unicode("ed08"); +$ti-icon-bookmarks-off: unicode("f0bd"); +$ti-icon-books: unicode("eff2"); +$ti-icon-books-off: unicode("f0be"); +$ti-icon-boom: unicode("fdbe"); +$ti-icon-border-all: unicode("ea3b"); +$ti-icon-border-bottom: unicode("ea3c"); +$ti-icon-border-bottom-plus: unicode("fdbd"); +$ti-icon-border-corner-ios: unicode("fd98"); +$ti-icon-border-corner-pill: unicode("fd62"); +$ti-icon-border-corner-rounded: unicode("fd63"); +$ti-icon-border-corner-square: unicode("fd64"); +$ti-icon-border-corners: unicode("f7a0"); +$ti-icon-border-horizontal: unicode("ea3d"); +$ti-icon-border-inner: unicode("ea3e"); +$ti-icon-border-left: unicode("ea3f"); +$ti-icon-border-left-plus: unicode("fdbc"); +$ti-icon-border-none: unicode("ea40"); +$ti-icon-border-outer: unicode("ea41"); +$ti-icon-border-radius: unicode("eb7c"); +$ti-icon-border-right: unicode("ea42"); +$ti-icon-border-right-plus: unicode("fdbb"); +$ti-icon-border-sides: unicode("f7a1"); +$ti-icon-border-style: unicode("ee0a"); +$ti-icon-border-style-2: unicode("ef22"); +$ti-icon-border-top: unicode("ea43"); +$ti-icon-border-top-plus: unicode("fdba"); +$ti-icon-border-vertical: unicode("ea44"); +$ti-icon-bottle: unicode("ef0b"); +$ti-icon-bottle-off: unicode("f3c8"); +$ti-icon-bounce-left: unicode("f59d"); +$ti-icon-bounce-right: unicode("f59e"); +$ti-icon-bow: unicode("f096"); +$ti-icon-bowl: unicode("f4fa"); +$ti-icon-bowl-chopsticks: unicode("fd90"); +$ti-icon-bowl-spoon: unicode("fd91"); +$ti-icon-box: unicode("ea45"); +$ti-icon-box-align-bottom: unicode("f2a8"); +$ti-icon-box-align-bottom-left: unicode("f2ce"); +$ti-icon-box-align-bottom-right: unicode("f2cf"); +$ti-icon-box-align-left: unicode("f2a9"); +$ti-icon-box-align-right: unicode("f2aa"); +$ti-icon-box-align-top: unicode("f2ab"); +$ti-icon-box-align-top-left: unicode("f2d0"); +$ti-icon-box-align-top-right: unicode("f2d1"); +$ti-icon-box-margin: unicode("ee0b"); +$ti-icon-box-model: unicode("ee0c"); +$ti-icon-box-model-2: unicode("ef23"); +$ti-icon-box-model-2-off: unicode("f3c9"); +$ti-icon-box-model-off: unicode("f3ca"); +$ti-icon-box-multiple: unicode("ee17"); +$ti-icon-box-multiple-0: unicode("ee0d"); +$ti-icon-box-multiple-1: unicode("ee0e"); +$ti-icon-box-multiple-2: unicode("ee0f"); +$ti-icon-box-multiple-3: unicode("ee10"); +$ti-icon-box-multiple-4: unicode("ee11"); +$ti-icon-box-multiple-5: unicode("ee12"); +$ti-icon-box-multiple-6: unicode("ee13"); +$ti-icon-box-multiple-7: unicode("ee14"); +$ti-icon-box-multiple-8: unicode("ee15"); +$ti-icon-box-multiple-9: unicode("ee16"); +$ti-icon-box-off: unicode("f102"); +$ti-icon-box-padding: unicode("ee18"); +$ti-icon-braces: unicode("ebcc"); +$ti-icon-braces-off: unicode("f0bf"); +$ti-icon-brackets: unicode("ebcd"); +$ti-icon-brackets-angle: unicode("fcb2"); +$ti-icon-brackets-angle-off: unicode("fcb1"); +$ti-icon-brackets-contain: unicode("f1e5"); +$ti-icon-brackets-contain-end: unicode("f1e3"); +$ti-icon-brackets-contain-start: unicode("f1e4"); +$ti-icon-brackets-off: unicode("f0c0"); +$ti-icon-braille: unicode("f545"); +$ti-icon-brain: unicode("f59f"); +$ti-icon-brand-4chan: unicode("f494"); +$ti-icon-brand-abstract: unicode("f495"); +$ti-icon-brand-adobe: unicode("f0dc"); +$ti-icon-brand-adonis-js: unicode("f496"); +$ti-icon-brand-airbnb: unicode("ed68"); +$ti-icon-brand-airtable: unicode("ef6a"); +$ti-icon-brand-algolia: unicode("f390"); +$ti-icon-brand-alipay: unicode("f7a2"); +$ti-icon-brand-alpine-js: unicode("f324"); +$ti-icon-brand-amazon: unicode("f230"); +$ti-icon-brand-amd: unicode("f653"); +$ti-icon-brand-amigo: unicode("f5f9"); +$ti-icon-brand-among-us: unicode("f205"); +$ti-icon-brand-android: unicode("ec16"); +$ti-icon-brand-angular: unicode("ef6b"); +$ti-icon-brand-ansible: unicode("fa70"); +$ti-icon-brand-ao3: unicode("f5e8"); +$ti-icon-brand-appgallery: unicode("f231"); +$ti-icon-brand-apple: unicode("ec17"); +$ti-icon-brand-apple-arcade: unicode("ed69"); +$ti-icon-brand-apple-podcast: unicode("f1e6"); +$ti-icon-brand-appstore: unicode("ed24"); +$ti-icon-brand-asana: unicode("edc5"); +$ti-icon-brand-astro: unicode("fdb9"); +$ti-icon-brand-auth0: unicode("fcb3"); +$ti-icon-brand-aws: unicode("fa4c"); +$ti-icon-brand-azure: unicode("fa4d"); +$ti-icon-brand-backbone: unicode("f325"); +$ti-icon-brand-badoo: unicode("f206"); +$ti-icon-brand-baidu: unicode("f5e9"); +$ti-icon-brand-bandcamp: unicode("f207"); +$ti-icon-brand-bandlab: unicode("f5fa"); +$ti-icon-brand-beats: unicode("f208"); +$ti-icon-brand-behance: unicode("ec6e"); +$ti-icon-brand-bilibili: unicode("f6d2"); +$ti-icon-brand-binance: unicode("f5a0"); +$ti-icon-brand-bing: unicode("edc6"); +$ti-icon-brand-bitbucket: unicode("edc7"); +$ti-icon-brand-blackberry: unicode("f568"); +$ti-icon-brand-blender: unicode("f326"); +$ti-icon-brand-blogger: unicode("f35a"); +$ti-icon-brand-bluesky: unicode("fd75"); +$ti-icon-brand-booking: unicode("edc8"); +$ti-icon-brand-bootstrap: unicode("ef3e"); +$ti-icon-brand-bulma: unicode("f327"); +$ti-icon-brand-bumble: unicode("f5fb"); +$ti-icon-brand-bunpo: unicode("f4cf"); +$ti-icon-brand-c-sharp: unicode("f003"); +$ti-icon-brand-cake: unicode("f7a3"); +$ti-icon-brand-cakephp: unicode("f7af"); +$ti-icon-brand-campaignmonitor: unicode("f328"); +$ti-icon-brand-carbon: unicode("f348"); +$ti-icon-brand-cashapp: unicode("f391"); +$ti-icon-brand-chrome: unicode("ec18"); +$ti-icon-brand-cinema-4d: unicode("fa71"); +$ti-icon-brand-citymapper: unicode("f5fc"); +$ti-icon-brand-cloudflare: unicode("fa4e"); +$ti-icon-brand-codecov: unicode("f329"); +$ti-icon-brand-codepen: unicode("ec6f"); +$ti-icon-brand-codesandbox: unicode("ed6a"); +$ti-icon-brand-cohost: unicode("f5d5"); +$ti-icon-brand-coinbase: unicode("f209"); +$ti-icon-brand-comedy-central: unicode("f217"); +$ti-icon-brand-coreos: unicode("f5fd"); +$ti-icon-brand-couchdb: unicode("f60f"); +$ti-icon-brand-couchsurfing: unicode("f392"); +$ti-icon-brand-cpp: unicode("f5fe"); +$ti-icon-brand-craft: unicode("fa72"); +$ti-icon-brand-crunchbase: unicode("f7e3"); +$ti-icon-brand-css3: unicode("ed6b"); +$ti-icon-brand-ctemplar: unicode("f4d0"); +$ti-icon-brand-cucumber: unicode("ef6c"); +$ti-icon-brand-cupra: unicode("f4d1"); +$ti-icon-brand-cypress: unicode("f333"); +$ti-icon-brand-d3: unicode("f24e"); +$ti-icon-brand-databricks: unicode("fc41"); +$ti-icon-brand-days-counter: unicode("f4d2"); +$ti-icon-brand-dcos: unicode("f32a"); +$ti-icon-brand-debian: unicode("ef57"); +$ti-icon-brand-deezer: unicode("f78b"); +$ti-icon-brand-deliveroo: unicode("f4d3"); +$ti-icon-brand-deno: unicode("f24f"); +$ti-icon-brand-denodo: unicode("f610"); +$ti-icon-brand-deviantart: unicode("ecfb"); +$ti-icon-brand-digg: unicode("fa73"); +$ti-icon-brand-dingtalk: unicode("f5ea"); +$ti-icon-brand-discord: unicode("ece3"); +$ti-icon-brand-disney: unicode("f20a"); +$ti-icon-brand-disqus: unicode("edc9"); +$ti-icon-brand-django: unicode("f349"); +$ti-icon-brand-docker: unicode("edca"); +$ti-icon-brand-doctrine: unicode("ef6d"); +$ti-icon-brand-dolby-digital: unicode("f4d4"); +$ti-icon-brand-douban: unicode("f5ff"); +$ti-icon-brand-dribbble: unicode("ec19"); +$ti-icon-brand-drops: unicode("f4d5"); +$ti-icon-brand-drupal: unicode("f393"); +$ti-icon-brand-edge: unicode("ecfc"); +$ti-icon-brand-elastic: unicode("f611"); +$ti-icon-brand-electronic-arts: unicode("fa74"); +$ti-icon-brand-ember: unicode("f497"); +$ti-icon-brand-envato: unicode("f394"); +$ti-icon-brand-etsy: unicode("f654"); +$ti-icon-brand-evernote: unicode("f600"); +$ti-icon-brand-facebook: unicode("ec1a"); +$ti-icon-brand-feedly: unicode("fa75"); +$ti-icon-brand-figma: unicode("ec93"); +$ti-icon-brand-filezilla: unicode("fa76"); +$ti-icon-brand-finder: unicode("f218"); +$ti-icon-brand-firebase: unicode("ef6e"); +$ti-icon-brand-firefox: unicode("ecfd"); +$ti-icon-brand-fiverr: unicode("f7a4"); +$ti-icon-brand-flickr: unicode("ecfe"); +$ti-icon-brand-flightradar24: unicode("f4d6"); +$ti-icon-brand-flipboard: unicode("f20b"); +$ti-icon-brand-flutter: unicode("f395"); +$ti-icon-brand-fortnite: unicode("f260"); +$ti-icon-brand-foursquare: unicode("ecff"); +$ti-icon-brand-framer: unicode("ec1b"); +$ti-icon-brand-framer-motion: unicode("f78c"); +$ti-icon-brand-funimation: unicode("f655"); +$ti-icon-brand-gatsby: unicode("f396"); +$ti-icon-brand-git: unicode("ef6f"); +$ti-icon-brand-github: unicode("ec1c"); +$ti-icon-brand-github-copilot: unicode("f4a8"); +$ti-icon-brand-gitlab: unicode("ec1d"); +$ti-icon-brand-gmail: unicode("efa2"); +$ti-icon-brand-golang: unicode("f78d"); +$ti-icon-brand-google: unicode("ec1f"); +$ti-icon-brand-google-analytics: unicode("edcb"); +$ti-icon-brand-google-big-query: unicode("f612"); +$ti-icon-brand-google-drive: unicode("ec1e"); +$ti-icon-brand-google-fit: unicode("f297"); +$ti-icon-brand-google-home: unicode("f601"); +$ti-icon-brand-google-maps: unicode("fa4f"); +$ti-icon-brand-google-one: unicode("f232"); +$ti-icon-brand-google-photos: unicode("f20c"); +$ti-icon-brand-google-play: unicode("ed25"); +$ti-icon-brand-google-podcasts: unicode("f656"); +$ti-icon-brand-grammarly: unicode("f32b"); +$ti-icon-brand-graphql: unicode("f32c"); +$ti-icon-brand-gravatar: unicode("edcc"); +$ti-icon-brand-grindr: unicode("f20d"); +$ti-icon-brand-guardian: unicode("f4fb"); +$ti-icon-brand-gumroad: unicode("f5d6"); +$ti-icon-brand-hbo: unicode("f657"); +$ti-icon-brand-headlessui: unicode("f32d"); +$ti-icon-brand-hexo: unicode("fa50"); +$ti-icon-brand-hipchat: unicode("edcd"); +$ti-icon-brand-html5: unicode("ed6c"); +$ti-icon-brand-inertia: unicode("f34a"); +$ti-icon-brand-instagram: unicode("ec20"); +$ti-icon-brand-intercom: unicode("f1cf"); +$ti-icon-brand-itch: unicode("fa22"); +$ti-icon-brand-javascript: unicode("ef0c"); +$ti-icon-brand-juejin: unicode("f7b0"); +$ti-icon-brand-kako-talk: unicode("fd2d"); +$ti-icon-brand-kbin: unicode("fad0"); +$ti-icon-brand-kick: unicode("fa23"); +$ti-icon-brand-kickstarter: unicode("edce"); +$ti-icon-brand-kotlin: unicode("ed6d"); +$ti-icon-brand-laravel: unicode("f34b"); +$ti-icon-brand-lastfm: unicode("f001"); +$ti-icon-brand-leetcode: unicode("fa51"); +$ti-icon-brand-letterboxd: unicode("fa24"); +$ti-icon-brand-line: unicode("f7e8"); +$ti-icon-brand-linkedin: unicode("ec8c"); +$ti-icon-brand-linktree: unicode("f1e7"); +$ti-icon-brand-linqpad: unicode("f562"); +$ti-icon-brand-livewire: unicode("fd76"); +$ti-icon-brand-loom: unicode("ef70"); +$ti-icon-brand-mailgun: unicode("f32e"); +$ti-icon-brand-mantine: unicode("f32f"); +$ti-icon-brand-mastercard: unicode("ef49"); +$ti-icon-brand-mastodon: unicode("f250"); +$ti-icon-brand-matrix: unicode("f5eb"); +$ti-icon-brand-mcdonalds: unicode("f251"); +$ti-icon-brand-medium: unicode("ec70"); +$ti-icon-brand-meetup: unicode("fc6a"); +$ti-icon-brand-mercedes: unicode("f072"); +$ti-icon-brand-messenger: unicode("ec71"); +$ti-icon-brand-meta: unicode("efb0"); +$ti-icon-brand-minecraft: unicode("faef"); +$ti-icon-brand-miniprogram: unicode("f602"); +$ti-icon-brand-mixpanel: unicode("f397"); +$ti-icon-brand-monday: unicode("f219"); +$ti-icon-brand-mongodb: unicode("f613"); +$ti-icon-brand-my-oppo: unicode("f4d7"); +$ti-icon-brand-mysql: unicode("f614"); +$ti-icon-brand-national-geographic: unicode("f603"); +$ti-icon-brand-nem: unicode("f5a1"); +$ti-icon-brand-netbeans: unicode("ef71"); +$ti-icon-brand-netease-music: unicode("f604"); +$ti-icon-brand-netflix: unicode("edcf"); +$ti-icon-brand-nexo: unicode("f5a2"); +$ti-icon-brand-nextcloud: unicode("f4d8"); +$ti-icon-brand-nextjs: unicode("f0dd"); +$ti-icon-brand-nodejs: unicode("fae0"); +$ti-icon-brand-nord-vpn: unicode("f37f"); +$ti-icon-brand-notion: unicode("ef7b"); +$ti-icon-brand-npm: unicode("f569"); +$ti-icon-brand-nuxt: unicode("f0de"); +$ti-icon-brand-nytimes: unicode("ef8d"); +$ti-icon-brand-oauth: unicode("fa52"); +$ti-icon-brand-office: unicode("f398"); +$ti-icon-brand-ok-ru: unicode("f399"); +$ti-icon-brand-onedrive: unicode("f5d7"); +$ti-icon-brand-onlyfans: unicode("f605"); +$ti-icon-brand-open-source: unicode("edd0"); +$ti-icon-brand-openai: unicode("f78e"); +$ti-icon-brand-openvpn: unicode("f39a"); +$ti-icon-brand-opera: unicode("ec21"); +$ti-icon-brand-pagekit: unicode("edd1"); +$ti-icon-brand-parsinta: unicode("fc42"); +$ti-icon-brand-patreon: unicode("edd2"); +$ti-icon-brand-paypal: unicode("ec22"); +$ti-icon-brand-paypay: unicode("f5ec"); +$ti-icon-brand-peanut: unicode("f39b"); +$ti-icon-brand-pepsi: unicode("f261"); +$ti-icon-brand-php: unicode("ef72"); +$ti-icon-brand-picsart: unicode("f4d9"); +$ti-icon-brand-pinterest: unicode("ec8d"); +$ti-icon-brand-planetscale: unicode("f78f"); +$ti-icon-brand-pnpm: unicode("fd77"); +$ti-icon-brand-pocket: unicode("ed00"); +$ti-icon-brand-polymer: unicode("f498"); +$ti-icon-brand-powershell: unicode("f5ed"); +$ti-icon-brand-printables: unicode("fd1b"); +$ti-icon-brand-prisma: unicode("f499"); +$ti-icon-brand-producthunt: unicode("edd3"); +$ti-icon-brand-pushbullet: unicode("f330"); +$ti-icon-brand-pushover: unicode("f20e"); +$ti-icon-brand-python: unicode("ed01"); +$ti-icon-brand-qq: unicode("f606"); +$ti-icon-brand-radix-ui: unicode("f790"); +$ti-icon-brand-react: unicode("f34c"); +$ti-icon-brand-react-native: unicode("ef73"); +$ti-icon-brand-reason: unicode("f49a"); +$ti-icon-brand-reddit: unicode("ec8e"); +$ti-icon-brand-redhat: unicode("f331"); +$ti-icon-brand-redux: unicode("f3a8"); +$ti-icon-brand-revolut: unicode("f4da"); +$ti-icon-brand-rumble: unicode("fad1"); +$ti-icon-brand-rust: unicode("fa53"); +$ti-icon-brand-safari: unicode("ec23"); +$ti-icon-brand-samsungpass: unicode("f4db"); +$ti-icon-brand-sass: unicode("edd4"); +$ti-icon-brand-sentry: unicode("edd5"); +$ti-icon-brand-sharik: unicode("f4dc"); +$ti-icon-brand-shazam: unicode("edd6"); +$ti-icon-brand-shopee: unicode("f252"); +$ti-icon-brand-sketch: unicode("ec24"); +$ti-icon-brand-skype: unicode("ed02"); +$ti-icon-brand-slack: unicode("ec72"); +$ti-icon-brand-snapchat: unicode("ec25"); +$ti-icon-brand-snapseed: unicode("f253"); +$ti-icon-brand-snowflake: unicode("f615"); +$ti-icon-brand-socket-io: unicode("f49b"); +$ti-icon-brand-solidjs: unicode("f5ee"); +$ti-icon-brand-soundcloud: unicode("ed6e"); +$ti-icon-brand-spacehey: unicode("f4fc"); +$ti-icon-brand-speedtest: unicode("fa77"); +$ti-icon-brand-spotify: unicode("ed03"); +$ti-icon-brand-stackoverflow: unicode("ef58"); +$ti-icon-brand-stackshare: unicode("f607"); +$ti-icon-brand-steam: unicode("ed6f"); +$ti-icon-brand-stocktwits: unicode("fd78"); +$ti-icon-brand-storj: unicode("fa54"); +$ti-icon-brand-storybook: unicode("f332"); +$ti-icon-brand-storytel: unicode("f608"); +$ti-icon-brand-strava: unicode("f254"); +$ti-icon-brand-stripe: unicode("edd7"); +$ti-icon-brand-sublime-text: unicode("ef74"); +$ti-icon-brand-sugarizer: unicode("f7a5"); +$ti-icon-brand-supabase: unicode("f6d3"); +$ti-icon-brand-superhuman: unicode("f50c"); +$ti-icon-brand-supernova: unicode("f49c"); +$ti-icon-brand-surfshark: unicode("f255"); +$ti-icon-brand-svelte: unicode("f0df"); +$ti-icon-brand-swift: unicode("fa55"); +$ti-icon-brand-symfony: unicode("f616"); +$ti-icon-brand-tabler: unicode("ec8f"); +$ti-icon-brand-tailwind: unicode("eca1"); +$ti-icon-brand-taobao: unicode("f5ef"); +$ti-icon-brand-teams: unicode("fadf"); +$ti-icon-brand-ted: unicode("f658"); +$ti-icon-brand-telegram: unicode("ec26"); +$ti-icon-brand-terraform: unicode("fa56"); +$ti-icon-brand-tether: unicode("f5a3"); +$ti-icon-brand-thingiverse: unicode("fd1c"); +$ti-icon-brand-threads: unicode("fb02"); +$ti-icon-brand-threejs: unicode("f5f0"); +$ti-icon-brand-tidal: unicode("ed70"); +$ti-icon-brand-tiktok: unicode("ec73"); +$ti-icon-brand-tinder: unicode("ed71"); +$ti-icon-brand-topbuzz: unicode("f50d"); +$ti-icon-brand-torchain: unicode("f5a4"); +$ti-icon-brand-toyota: unicode("f262"); +$ti-icon-brand-trello: unicode("f39d"); +$ti-icon-brand-tripadvisor: unicode("f002"); +$ti-icon-brand-tumblr: unicode("ed04"); +$ti-icon-brand-twilio: unicode("f617"); +$ti-icon-brand-twitch: unicode("ed05"); +$ti-icon-brand-twitter: unicode("ec27"); +$ti-icon-brand-typescript: unicode("f5f1"); +$ti-icon-brand-uber: unicode("ef75"); +$ti-icon-brand-ubuntu: unicode("ef59"); +$ti-icon-brand-unity: unicode("f49d"); +$ti-icon-brand-unsplash: unicode("edd8"); +$ti-icon-brand-upwork: unicode("f39e"); +$ti-icon-brand-valorant: unicode("f39f"); +$ti-icon-brand-vercel: unicode("ef24"); +$ti-icon-brand-vimeo: unicode("ed06"); +$ti-icon-brand-vinted: unicode("f20f"); +$ti-icon-brand-visa: unicode("f380"); +$ti-icon-brand-visual-studio: unicode("ef76"); +$ti-icon-brand-vite: unicode("f5f2"); +$ti-icon-brand-vivaldi: unicode("f210"); +$ti-icon-brand-vk: unicode("ed72"); +$ti-icon-brand-vlc: unicode("fa78"); +$ti-icon-brand-volkswagen: unicode("f50e"); +$ti-icon-brand-vsco: unicode("f334"); +$ti-icon-brand-vscode: unicode("f3a0"); +$ti-icon-brand-vue: unicode("f0e0"); +$ti-icon-brand-walmart: unicode("f211"); +$ti-icon-brand-waze: unicode("f5d8"); +$ti-icon-brand-webflow: unicode("f2d2"); +$ti-icon-brand-wechat: unicode("f5f3"); +$ti-icon-brand-weibo: unicode("f609"); +$ti-icon-brand-whatsapp: unicode("ec74"); +$ti-icon-brand-wikipedia: unicode("fa79"); +$ti-icon-brand-windows: unicode("ecd8"); +$ti-icon-brand-windy: unicode("f4dd"); +$ti-icon-brand-wish: unicode("f212"); +$ti-icon-brand-wix: unicode("f3a1"); +$ti-icon-brand-wordpress: unicode("f2d3"); +$ti-icon-brand-x: unicode("fc0f"); +$ti-icon-brand-xamarin: unicode("fa7a"); +$ti-icon-brand-xbox: unicode("f298"); +$ti-icon-brand-xdeep: unicode("fc10"); +$ti-icon-brand-xing: unicode("f21a"); +$ti-icon-brand-yahoo: unicode("ed73"); +$ti-icon-brand-yandex: unicode("fae1"); +$ti-icon-brand-yarn: unicode("fd79"); +$ti-icon-brand-yatse: unicode("f213"); +$ti-icon-brand-ycombinator: unicode("edd9"); +$ti-icon-brand-youtube: unicode("ec90"); +$ti-icon-brand-youtube-kids: unicode("f214"); +$ti-icon-brand-zalando: unicode("f49e"); +$ti-icon-brand-zapier: unicode("f49f"); +$ti-icon-brand-zeit: unicode("f335"); +$ti-icon-brand-zhihu: unicode("f60a"); +$ti-icon-brand-zoom: unicode("f215"); +$ti-icon-brand-zulip: unicode("f4de"); +$ti-icon-brand-zwift: unicode("f216"); +$ti-icon-bread: unicode("efa3"); +$ti-icon-bread-off: unicode("f3cb"); +$ti-icon-briefcase: unicode("ea46"); +$ti-icon-briefcase-2: unicode("fb03"); +$ti-icon-briefcase-off: unicode("f3cc"); +$ti-icon-brightness: unicode("eb7f"); +$ti-icon-brightness-2: unicode("ee19"); +$ti-icon-brightness-auto: unicode("fd99"); +$ti-icon-brightness-down: unicode("eb7d"); +$ti-icon-brightness-half: unicode("ee1a"); +$ti-icon-brightness-off: unicode("f3cd"); +$ti-icon-brightness-up: unicode("eb7e"); +$ti-icon-broadcast: unicode("f1e9"); +$ti-icon-broadcast-off: unicode("f1e8"); +$ti-icon-browser: unicode("ebb7"); +$ti-icon-browser-check: unicode("efd6"); +$ti-icon-browser-off: unicode("f0c1"); +$ti-icon-browser-plus: unicode("efd7"); +$ti-icon-browser-x: unicode("efd8"); +$ti-icon-brush: unicode("ebb8"); +$ti-icon-brush-off: unicode("f0c2"); +$ti-icon-bucket: unicode("ea47"); +$ti-icon-bucket-droplet: unicode("f56a"); +$ti-icon-bucket-off: unicode("f103"); +$ti-icon-bug: unicode("ea48"); +$ti-icon-bug-off: unicode("f0c3"); +$ti-icon-building: unicode("ea4f"); +$ti-icon-building-arch: unicode("ea49"); +$ti-icon-building-bank: unicode("ebe2"); +$ti-icon-building-bridge: unicode("ea4b"); +$ti-icon-building-bridge-2: unicode("ea4a"); +$ti-icon-building-broadcast-tower: unicode("f4be"); +$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-community: unicode("ebf6"); +$ti-icon-building-cottage: unicode("ee1b"); +$ti-icon-building-estate: unicode("f5a5"); +$ti-icon-building-factory: unicode("ee1c"); +$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-monument: unicode("ed26"); +$ti-icon-building-mosque: unicode("fa57"); +$ti-icon-building-pavilion: unicode("ebf7"); +$ti-icon-building-skyscraper: unicode("ec39"); +$ti-icon-building-stadium: unicode("f641"); +$ti-icon-building-store: unicode("ea4e"); +$ti-icon-building-tunnel: unicode("f5a6"); +$ti-icon-building-warehouse: unicode("ebe3"); +$ti-icon-building-wind-turbine: unicode("f4c0"); +$ti-icon-bulb: unicode("ea51"); +$ti-icon-bulb-off: unicode("ea50"); +$ti-icon-bulldozer: unicode("ee1d"); +$ti-icon-burger: unicode("fcb4"); +$ti-icon-bus: unicode("ebe4"); +$ti-icon-bus-off: unicode("f3ce"); +$ti-icon-bus-stop: unicode("f2d4"); +$ti-icon-businessplan: unicode("ee1e"); +$ti-icon-butterfly: unicode("efd9"); +$ti-icon-cactus: unicode("f21b"); +$ti-icon-cactus-off: unicode("f3cf"); +$ti-icon-cake: unicode("f00f"); +$ti-icon-cake-off: unicode("f104"); +$ti-icon-calculator: unicode("eb80"); +$ti-icon-calculator-off: unicode("f0c4"); +$ti-icon-calendar: unicode("ea53"); +$ti-icon-calendar-bolt: unicode("f822"); +$ti-icon-calendar-cancel: unicode("f823"); +$ti-icon-calendar-check: unicode("f824"); +$ti-icon-calendar-clock: unicode("fd2e"); +$ti-icon-calendar-code: unicode("f825"); +$ti-icon-calendar-cog: unicode("f826"); +$ti-icon-calendar-dollar: unicode("f827"); +$ti-icon-calendar-dot: unicode("fd3e"); +$ti-icon-calendar-down: unicode("f828"); +$ti-icon-calendar-due: unicode("f621"); +$ti-icon-calendar-event: unicode("ea52"); +$ti-icon-calendar-exclamation: unicode("f829"); +$ti-icon-calendar-heart: unicode("f82a"); +$ti-icon-calendar-minus: unicode("ebb9"); +$ti-icon-calendar-month: unicode("fd2f"); +$ti-icon-calendar-off: unicode("ee1f"); +$ti-icon-calendar-pause: unicode("f82b"); +$ti-icon-calendar-pin: unicode("f82c"); +$ti-icon-calendar-plus: unicode("ebba"); +$ti-icon-calendar-question: unicode("f82d"); +$ti-icon-calendar-repeat: unicode("fad2"); +$ti-icon-calendar-sad: unicode("fd1d"); +$ti-icon-calendar-search: unicode("f82e"); +$ti-icon-calendar-share: unicode("f82f"); +$ti-icon-calendar-smile: unicode("fd1e"); +$ti-icon-calendar-star: unicode("f830"); +$ti-icon-calendar-stats: unicode("ee20"); +$ti-icon-calendar-time: unicode("ee21"); +$ti-icon-calendar-up: unicode("f831"); +$ti-icon-calendar-user: unicode("fd1f"); +$ti-icon-calendar-week: unicode("fd30"); +$ti-icon-calendar-x: unicode("f832"); +$ti-icon-camera: unicode("ea54"); +$ti-icon-camera-bolt: unicode("f833"); +$ti-icon-camera-cancel: unicode("f834"); +$ti-icon-camera-check: unicode("f835"); +$ti-icon-camera-code: unicode("f836"); +$ti-icon-camera-cog: unicode("f837"); +$ti-icon-camera-dollar: unicode("f838"); +$ti-icon-camera-down: unicode("f839"); +$ti-icon-camera-exclamation: unicode("f83a"); +$ti-icon-camera-heart: unicode("f83b"); +$ti-icon-camera-minus: unicode("ec3a"); +$ti-icon-camera-off: unicode("ecee"); +$ti-icon-camera-pause: unicode("f83c"); +$ti-icon-camera-pin: unicode("f83d"); +$ti-icon-camera-plus: unicode("ec3b"); +$ti-icon-camera-question: unicode("f83e"); +$ti-icon-camera-rotate: unicode("ee22"); +$ti-icon-camera-search: unicode("f83f"); +$ti-icon-camera-selfie: unicode("ee23"); +$ti-icon-camera-share: unicode("f840"); +$ti-icon-camera-star: unicode("f841"); +$ti-icon-camera-up: unicode("f842"); +$ti-icon-camera-x: unicode("f843"); +$ti-icon-camper: unicode("fa25"); +$ti-icon-campfire: unicode("f5a7"); +$ti-icon-candle: unicode("efc6"); +$ti-icon-candy: unicode("ef0d"); +$ti-icon-candy-off: unicode("f0c5"); +$ti-icon-cane: unicode("f50f"); +$ti-icon-cannabis: unicode("f4c1"); +$ti-icon-capsule: unicode("fae3"); +$ti-icon-capsule-horizontal: unicode("fae2"); +$ti-icon-capture: unicode("ec3c"); +$ti-icon-capture-off: unicode("f0c6"); +$ti-icon-car: unicode("ebbb"); +$ti-icon-car-4wd: unicode("fdb8"); +$ti-icon-car-crane: unicode("ef25"); +$ti-icon-car-crash: unicode("efa4"); +$ti-icon-car-fan: unicode("fdb3"); +$ti-icon-car-fan-1: unicode("fdb7"); +$ti-icon-car-fan-2: unicode("fdb6"); +$ti-icon-car-fan-3: unicode("fdb5"); +$ti-icon-car-fan-auto: unicode("fdb4"); +$ti-icon-car-garage: unicode("fc77"); +$ti-icon-car-off: unicode("f0c7"); +$ti-icon-car-suv: unicode("fc8b"); +$ti-icon-car-turbine: unicode("f4fd"); +$ti-icon-caravan: unicode("ec7c"); +$ti-icon-cardboards: unicode("ed74"); +$ti-icon-cardboards-off: unicode("f0c8"); +$ti-icon-cards: unicode("f510"); +$ti-icon-caret-down: unicode("eb5d"); +$ti-icon-caret-left: unicode("eb5e"); +$ti-icon-caret-left-right: unicode("fc43"); +$ti-icon-caret-right: unicode("eb5f"); +$ti-icon-caret-up: unicode("eb60"); +$ti-icon-caret-up-down: unicode("fc44"); +$ti-icon-carousel-horizontal: unicode("f659"); +$ti-icon-carousel-vertical: unicode("f65a"); +$ti-icon-carrot: unicode("f21c"); +$ti-icon-carrot-off: unicode("f3d0"); +$ti-icon-cash: unicode("ea55"); +$ti-icon-cash-banknote: unicode("ee25"); +$ti-icon-cash-banknote-off: unicode("ee24"); +$ti-icon-cash-off: unicode("f105"); +$ti-icon-cast: unicode("ea56"); +$ti-icon-cast-off: unicode("f0c9"); +$ti-icon-cat: unicode("f65b"); +$ti-icon-category: unicode("f1f6"); +$ti-icon-category-2: unicode("f1f5"); +$ti-icon-category-minus: unicode("fd20"); +$ti-icon-category-plus: unicode("fd21"); +$ti-icon-ce: unicode("ed75"); +$ti-icon-ce-off: unicode("f0ca"); +$ti-icon-cell: unicode("f05f"); +$ti-icon-cell-signal-1: unicode("f083"); +$ti-icon-cell-signal-2: unicode("f084"); +$ti-icon-cell-signal-3: unicode("f085"); +$ti-icon-cell-signal-4: unicode("f086"); +$ti-icon-cell-signal-5: unicode("f087"); +$ti-icon-cell-signal-off: unicode("f088"); +$ti-icon-certificate: unicode("ed76"); +$ti-icon-certificate-2: unicode("f073"); +$ti-icon-certificate-2-off: unicode("f0cb"); +$ti-icon-certificate-off: unicode("f0cc"); +$ti-icon-chair-director: unicode("f2d5"); +$ti-icon-chalkboard: unicode("f34d"); +$ti-icon-chalkboard-off: unicode("f3d1"); +$ti-icon-charging-pile: unicode("ee26"); +$ti-icon-chart-arcs: unicode("ee28"); +$ti-icon-chart-arcs-3: unicode("ee27"); +$ti-icon-chart-area: unicode("ea58"); +$ti-icon-chart-area-line: unicode("ea57"); +$ti-icon-chart-arrows: unicode("ee2a"); +$ti-icon-chart-arrows-vertical: unicode("ee29"); +$ti-icon-chart-bar: unicode("ea59"); +$ti-icon-chart-bar-off: unicode("f3d2"); +$ti-icon-chart-bubble: unicode("ec75"); +$ti-icon-chart-candle: unicode("ea5a"); +$ti-icon-chart-circles: unicode("ee2b"); +$ti-icon-chart-donut: unicode("ea5b"); +$ti-icon-chart-donut-2: unicode("ee2c"); +$ti-icon-chart-donut-3: unicode("ee2d"); +$ti-icon-chart-donut-4: unicode("ee2e"); +$ti-icon-chart-dots: unicode("ee2f"); +$ti-icon-chart-dots-2: unicode("f097"); +$ti-icon-chart-dots-3: unicode("f098"); +$ti-icon-chart-grid-dots: unicode("f4c2"); +$ti-icon-chart-histogram: unicode("f65c"); +$ti-icon-chart-infographic: unicode("ee30"); +$ti-icon-chart-line: unicode("ea5c"); +$ti-icon-chart-pie: unicode("ea5d"); +$ti-icon-chart-pie-2: unicode("ee31"); +$ti-icon-chart-pie-3: unicode("ee32"); +$ti-icon-chart-pie-4: unicode("ee33"); +$ti-icon-chart-pie-off: unicode("f3d3"); +$ti-icon-chart-ppf: unicode("f618"); +$ti-icon-chart-radar: unicode("ed77"); +$ti-icon-chart-sankey: unicode("f619"); +$ti-icon-chart-scatter: unicode("fd93"); +$ti-icon-chart-scatter-3d: unicode("fd92"); +$ti-icon-chart-treemap: unicode("f381"); +$ti-icon-check: unicode("ea5e"); +$ti-icon-checkbox: unicode("eba6"); +$ti-icon-checklist: unicode("f074"); +$ti-icon-checks: unicode("ebaa"); +$ti-icon-checkup-list: unicode("ef5a"); +$ti-icon-cheese: unicode("ef26"); +$ti-icon-chef-hat: unicode("f21d"); +$ti-icon-chef-hat-off: unicode("f3d4"); +$ti-icon-cherry: unicode("f511"); +$ti-icon-chess: unicode("f382"); +$ti-icon-chess-bishop: unicode("f56b"); +$ti-icon-chess-king: unicode("f56c"); +$ti-icon-chess-knight: unicode("f56d"); +$ti-icon-chess-queen: unicode("f56e"); +$ti-icon-chess-rook: unicode("f56f"); +$ti-icon-chevron-compact-down: unicode("faf0"); +$ti-icon-chevron-compact-left: unicode("faf1"); +$ti-icon-chevron-compact-right: unicode("faf2"); +$ti-icon-chevron-compact-up: unicode("faf3"); +$ti-icon-chevron-down: unicode("ea5f"); +$ti-icon-chevron-down-left: unicode("ed09"); +$ti-icon-chevron-down-right: unicode("ed0a"); +$ti-icon-chevron-left: unicode("ea60"); +$ti-icon-chevron-left-pipe: unicode("fae4"); +$ti-icon-chevron-right: unicode("ea61"); +$ti-icon-chevron-right-pipe: unicode("fae5"); +$ti-icon-chevron-up: unicode("ea62"); +$ti-icon-chevron-up-left: unicode("ed0b"); +$ti-icon-chevron-up-right: unicode("ed0c"); +$ti-icon-chevrons-down: unicode("ea63"); +$ti-icon-chevrons-down-left: unicode("ed0d"); +$ti-icon-chevrons-down-right: unicode("ed0e"); +$ti-icon-chevrons-left: unicode("ea64"); +$ti-icon-chevrons-right: unicode("ea65"); +$ti-icon-chevrons-up: unicode("ea66"); +$ti-icon-chevrons-up-left: unicode("ed0f"); +$ti-icon-chevrons-up-right: unicode("ed10"); +$ti-icon-chisel: unicode("f383"); +$ti-icon-christmas-ball: unicode("fd31"); +$ti-icon-christmas-tree: unicode("ed78"); +$ti-icon-christmas-tree-off: unicode("f3d5"); +$ti-icon-circle: unicode("ea6b"); +$ti-icon-circle-arrow-down: unicode("f6f9"); +$ti-icon-circle-arrow-down-left: unicode("f6f6"); +$ti-icon-circle-arrow-down-right: unicode("f6f8"); +$ti-icon-circle-arrow-left: unicode("f6fb"); +$ti-icon-circle-arrow-right: unicode("f6fd"); +$ti-icon-circle-arrow-up: unicode("f703"); +$ti-icon-circle-arrow-up-left: unicode("f700"); +$ti-icon-circle-arrow-up-right: unicode("f702"); +$ti-icon-circle-caret-down: unicode("f4a9"); +$ti-icon-circle-caret-left: unicode("f4aa"); +$ti-icon-circle-caret-right: unicode("f4ab"); +$ti-icon-circle-caret-up: unicode("f4ac"); +$ti-icon-circle-check: unicode("ea67"); +$ti-icon-circle-chevron-down: unicode("f622"); +$ti-icon-circle-chevron-left: unicode("f623"); +$ti-icon-circle-chevron-right: unicode("f624"); +$ti-icon-circle-chevron-up: unicode("f625"); +$ti-icon-circle-chevrons-down: unicode("f642"); +$ti-icon-circle-chevrons-left: unicode("f643"); +$ti-icon-circle-chevrons-right: unicode("f644"); +$ti-icon-circle-chevrons-up: unicode("f645"); +$ti-icon-circle-dashed: unicode("ed27"); +$ti-icon-circle-dashed-number-0: unicode("fc6b"); +$ti-icon-circle-dashed-number-1: unicode("fc6c"); +$ti-icon-circle-dashed-number-2: unicode("fc6d"); +$ti-icon-circle-dashed-number-3: unicode("fc6e"); +$ti-icon-circle-dashed-number-4: unicode("fc6f"); +$ti-icon-circle-dashed-number-5: unicode("fc70"); +$ti-icon-circle-dashed-number-6: unicode("fc71"); +$ti-icon-circle-dashed-number-7: unicode("fc72"); +$ti-icon-circle-dashed-number-8: unicode("fc73"); +$ti-icon-circle-dashed-number-9: unicode("fc74"); +$ti-icon-circle-dashed-percentage: unicode("fd7a"); +$ti-icon-circle-dashed-x: unicode("fc75"); +$ti-icon-circle-dot: unicode("efb1"); +$ti-icon-circle-dotted: unicode("ed28"); +$ti-icon-circle-half: unicode("ee3f"); +$ti-icon-circle-half-2: unicode("eff3"); +$ti-icon-circle-half-vertical: unicode("ee3e"); +$ti-icon-circle-key: unicode("f633"); +$ti-icon-circle-letter-a: unicode("f441"); +$ti-icon-circle-letter-b: unicode("f442"); +$ti-icon-circle-letter-c: unicode("f443"); +$ti-icon-circle-letter-d: unicode("f444"); +$ti-icon-circle-letter-e: unicode("f445"); +$ti-icon-circle-letter-f: unicode("f446"); +$ti-icon-circle-letter-g: unicode("f447"); +$ti-icon-circle-letter-h: unicode("f448"); +$ti-icon-circle-letter-i: unicode("f449"); +$ti-icon-circle-letter-j: unicode("f44a"); +$ti-icon-circle-letter-k: unicode("f44b"); +$ti-icon-circle-letter-l: unicode("f44c"); +$ti-icon-circle-letter-m: unicode("f44d"); +$ti-icon-circle-letter-n: unicode("f44e"); +$ti-icon-circle-letter-o: unicode("f44f"); +$ti-icon-circle-letter-p: unicode("f450"); +$ti-icon-circle-letter-q: unicode("f451"); +$ti-icon-circle-letter-r: unicode("f452"); +$ti-icon-circle-letter-s: unicode("f453"); +$ti-icon-circle-letter-t: unicode("f454"); +$ti-icon-circle-letter-u: unicode("f455"); +$ti-icon-circle-letter-v: unicode("f4ad"); +$ti-icon-circle-letter-w: unicode("f456"); +$ti-icon-circle-letter-x: unicode("f4ae"); +$ti-icon-circle-letter-y: unicode("f457"); +$ti-icon-circle-letter-z: unicode("f458"); +$ti-icon-circle-minus: unicode("ea68"); +$ti-icon-circle-minus-2: unicode("fc8c"); +$ti-icon-circle-number-0: unicode("ee34"); +$ti-icon-circle-number-1: unicode("ee35"); +$ti-icon-circle-number-2: unicode("ee36"); +$ti-icon-circle-number-3: unicode("ee37"); +$ti-icon-circle-number-4: unicode("ee38"); +$ti-icon-circle-number-5: unicode("ee39"); +$ti-icon-circle-number-6: unicode("ee3a"); +$ti-icon-circle-number-7: unicode("ee3b"); +$ti-icon-circle-number-8: unicode("ee3c"); +$ti-icon-circle-number-9: unicode("ee3d"); +$ti-icon-circle-off: unicode("ee40"); +$ti-icon-circle-percentage: unicode("fd7b"); +$ti-icon-circle-plus: unicode("ea69"); +$ti-icon-circle-plus-2: unicode("fc8d"); +$ti-icon-circle-rectangle: unicode("f010"); +$ti-icon-circle-rectangle-off: unicode("f0cd"); +$ti-icon-circle-square: unicode("ece4"); +$ti-icon-circle-triangle: unicode("f011"); +$ti-icon-circle-x: unicode("ea6a"); +$ti-icon-circles: unicode("ece5"); +$ti-icon-circles-relation: unicode("f4c3"); +$ti-icon-circuit-ammeter: unicode("f271"); +$ti-icon-circuit-battery: unicode("f272"); +$ti-icon-circuit-bulb: unicode("f273"); +$ti-icon-circuit-capacitor: unicode("f275"); +$ti-icon-circuit-capacitor-polarized: unicode("f274"); +$ti-icon-circuit-cell: unicode("f277"); +$ti-icon-circuit-cell-plus: unicode("f276"); +$ti-icon-circuit-changeover: unicode("f278"); +$ti-icon-circuit-diode: unicode("f27a"); +$ti-icon-circuit-diode-zener: unicode("f279"); +$ti-icon-circuit-ground: unicode("f27c"); +$ti-icon-circuit-ground-digital: unicode("f27b"); +$ti-icon-circuit-inductor: unicode("f27d"); +$ti-icon-circuit-motor: unicode("f27e"); +$ti-icon-circuit-pushbutton: unicode("f27f"); +$ti-icon-circuit-resistor: unicode("f280"); +$ti-icon-circuit-switch-closed: unicode("f281"); +$ti-icon-circuit-switch-open: unicode("f282"); +$ti-icon-circuit-voltmeter: unicode("f283"); +$ti-icon-clear-all: unicode("ee41"); +$ti-icon-clear-formatting: unicode("ebe5"); +$ti-icon-click: unicode("ebbc"); +$ti-icon-clipboard: unicode("ea6f"); +$ti-icon-clipboard-check: unicode("ea6c"); +$ti-icon-clipboard-copy: unicode("f299"); +$ti-icon-clipboard-data: unicode("f563"); +$ti-icon-clipboard-heart: unicode("f34e"); +$ti-icon-clipboard-list: unicode("ea6d"); +$ti-icon-clipboard-off: unicode("f0ce"); +$ti-icon-clipboard-plus: unicode("efb2"); +$ti-icon-clipboard-smile: unicode("fd9a"); +$ti-icon-clipboard-text: unicode("f089"); +$ti-icon-clipboard-typography: unicode("f34f"); +$ti-icon-clipboard-x: unicode("ea6e"); +$ti-icon-clock: unicode("ea70"); +$ti-icon-clock-12: unicode("fc56"); +$ti-icon-clock-2: unicode("f099"); +$ti-icon-clock-24: unicode("fc57"); +$ti-icon-clock-bolt: unicode("f844"); +$ti-icon-clock-cancel: unicode("f546"); +$ti-icon-clock-check: unicode("f7c1"); +$ti-icon-clock-code: unicode("f845"); +$ti-icon-clock-cog: unicode("f7c2"); +$ti-icon-clock-dollar: unicode("f846"); +$ti-icon-clock-down: unicode("f7c3"); +$ti-icon-clock-edit: unicode("f547"); +$ti-icon-clock-exclamation: unicode("f847"); +$ti-icon-clock-heart: unicode("f7c4"); +$ti-icon-clock-hour-1: unicode("f313"); +$ti-icon-clock-hour-10: unicode("f314"); +$ti-icon-clock-hour-11: unicode("f315"); +$ti-icon-clock-hour-12: unicode("f316"); +$ti-icon-clock-hour-2: unicode("f317"); +$ti-icon-clock-hour-3: unicode("f318"); +$ti-icon-clock-hour-4: unicode("f319"); +$ti-icon-clock-hour-5: unicode("f31a"); +$ti-icon-clock-hour-6: unicode("f31b"); +$ti-icon-clock-hour-7: unicode("f31c"); +$ti-icon-clock-hour-8: unicode("f31d"); +$ti-icon-clock-hour-9: unicode("f31e"); +$ti-icon-clock-minus: unicode("f848"); +$ti-icon-clock-off: unicode("f0cf"); +$ti-icon-clock-pause: unicode("f548"); +$ti-icon-clock-pin: unicode("f849"); +$ti-icon-clock-play: unicode("f549"); +$ti-icon-clock-plus: unicode("f7c5"); +$ti-icon-clock-question: unicode("f7c6"); +$ti-icon-clock-record: unicode("f54a"); +$ti-icon-clock-search: unicode("f7c7"); +$ti-icon-clock-share: unicode("f84a"); +$ti-icon-clock-shield: unicode("f7c8"); +$ti-icon-clock-star: unicode("f7c9"); +$ti-icon-clock-stop: unicode("f54b"); +$ti-icon-clock-up: unicode("f7ca"); +$ti-icon-clock-x: unicode("f7cb"); +$ti-icon-clothes-rack: unicode("f285"); +$ti-icon-clothes-rack-off: unicode("f3d6"); +$ti-icon-cloud: unicode("ea76"); +$ti-icon-cloud-bolt: unicode("f84b"); +$ti-icon-cloud-cancel: unicode("f84c"); +$ti-icon-cloud-check: unicode("f84d"); +$ti-icon-cloud-code: unicode("f84e"); +$ti-icon-cloud-cog: unicode("f84f"); +$ti-icon-cloud-computing: unicode("f1d0"); +$ti-icon-cloud-data-connection: unicode("f1d1"); +$ti-icon-cloud-dollar: unicode("f850"); +$ti-icon-cloud-down: unicode("f851"); +$ti-icon-cloud-download: unicode("ea71"); +$ti-icon-cloud-exclamation: unicode("f852"); +$ti-icon-cloud-fog: unicode("ecd9"); +$ti-icon-cloud-heart: unicode("f853"); +$ti-icon-cloud-lock: unicode("efdb"); +$ti-icon-cloud-lock-open: unicode("efda"); +$ti-icon-cloud-minus: unicode("f854"); +$ti-icon-cloud-network: unicode("fc78"); +$ti-icon-cloud-off: unicode("ed3e"); +$ti-icon-cloud-pause: unicode("f855"); +$ti-icon-cloud-pin: unicode("f856"); +$ti-icon-cloud-plus: unicode("f857"); +$ti-icon-cloud-question: unicode("f858"); +$ti-icon-cloud-rain: unicode("ea72"); +$ti-icon-cloud-search: unicode("f859"); +$ti-icon-cloud-share: unicode("f85a"); +$ti-icon-cloud-snow: unicode("ea73"); +$ti-icon-cloud-star: unicode("f85b"); +$ti-icon-cloud-storm: unicode("ea74"); +$ti-icon-cloud-up: unicode("f85c"); +$ti-icon-cloud-upload: unicode("ea75"); +$ti-icon-cloud-x: unicode("f85d"); +$ti-icon-clover: unicode("f1ea"); +$ti-icon-clover-2: unicode("f21e"); +$ti-icon-clubs: unicode("eff4"); +$ti-icon-code: unicode("ea77"); +$ti-icon-code-asterisk: unicode("f312"); +$ti-icon-code-circle: unicode("f4ff"); +$ti-icon-code-circle-2: unicode("f4fe"); +$ti-icon-code-dots: unicode("f61a"); +$ti-icon-code-minus: unicode("ee42"); +$ti-icon-code-off: unicode("f0d0"); +$ti-icon-code-plus: unicode("ee43"); +$ti-icon-coffee: unicode("ef0e"); +$ti-icon-coffee-off: unicode("f106"); +$ti-icon-coffin: unicode("f579"); +$ti-icon-coin: unicode("eb82"); +$ti-icon-coin-bitcoin: unicode("f2be"); +$ti-icon-coin-euro: unicode("f2bf"); +$ti-icon-coin-monero: unicode("f4a0"); +$ti-icon-coin-off: unicode("f0d1"); +$ti-icon-coin-pound: unicode("f2c0"); +$ti-icon-coin-rupee: unicode("f2c1"); +$ti-icon-coin-taka: unicode("fd0d"); +$ti-icon-coin-yen: unicode("f2c2"); +$ti-icon-coin-yuan: unicode("f2c3"); +$ti-icon-coins: unicode("f65d"); +$ti-icon-color-filter: unicode("f5a8"); +$ti-icon-color-picker: unicode("ebe6"); +$ti-icon-color-picker-off: unicode("f0d2"); +$ti-icon-color-swatch: unicode("eb61"); +$ti-icon-color-swatch-off: unicode("f0d3"); +$ti-icon-column-insert-left: unicode("ee44"); +$ti-icon-column-insert-right: unicode("ee45"); +$ti-icon-column-remove: unicode("faf4"); +$ti-icon-columns: unicode("eb83"); +$ti-icon-columns-1: unicode("f6d4"); +$ti-icon-columns-2: unicode("f6d5"); +$ti-icon-columns-3: unicode("f6d6"); +$ti-icon-columns-off: unicode("f0d4"); +$ti-icon-comet: unicode("ec76"); +$ti-icon-command: unicode("ea78"); +$ti-icon-command-off: unicode("f3d7"); +$ti-icon-compass: unicode("ea79"); +$ti-icon-compass-off: unicode("f0d5"); +$ti-icon-components: unicode("efa5"); +$ti-icon-components-off: unicode("f0d6"); +$ti-icon-cone: unicode("efdd"); +$ti-icon-cone-2: unicode("efdc"); +$ti-icon-cone-off: unicode("f3d8"); +$ti-icon-cone-plus: unicode("fa94"); +$ti-icon-confetti: unicode("ee46"); +$ti-icon-confetti-off: unicode("f3d9"); +$ti-icon-confucius: unicode("f58a"); +$ti-icon-container: unicode("ee47"); +$ti-icon-container-off: unicode("f107"); +$ti-icon-contrast: unicode("ec4e"); +$ti-icon-contrast-2: unicode("efc7"); +$ti-icon-contrast-2-off: unicode("f3da"); +$ti-icon-contrast-off: unicode("f3db"); +$ti-icon-cooker: unicode("f57a"); +$ti-icon-cookie: unicode("fdb1"); +$ti-icon-cookie-man: unicode("fdb2"); +$ti-icon-cookie-off: unicode("f0d7"); +$ti-icon-copy: unicode("ea7a"); +$ti-icon-copy-check: unicode("fdb0"); +$ti-icon-copy-minus: unicode("fdaf"); +$ti-icon-copy-off: unicode("f0d8"); +$ti-icon-copy-plus: unicode("fdae"); +$ti-icon-copy-x: unicode("fdad"); +$ti-icon-copyleft: unicode("ec3d"); +$ti-icon-copyleft-off: unicode("f0d9"); +$ti-icon-copyright: unicode("ea7b"); +$ti-icon-copyright-off: unicode("f0da"); +$ti-icon-corner-down-left: unicode("ea7c"); +$ti-icon-corner-down-left-double: unicode("ee48"); +$ti-icon-corner-down-right: unicode("ea7d"); +$ti-icon-corner-down-right-double: unicode("ee49"); +$ti-icon-corner-left-down: unicode("ea7e"); +$ti-icon-corner-left-down-double: unicode("ee4a"); +$ti-icon-corner-left-up: unicode("ea7f"); +$ti-icon-corner-left-up-double: unicode("ee4b"); +$ti-icon-corner-right-down: unicode("ea80"); +$ti-icon-corner-right-down-double: unicode("ee4c"); +$ti-icon-corner-right-up: unicode("ea81"); +$ti-icon-corner-right-up-double: unicode("ee4d"); +$ti-icon-corner-up-left: unicode("ea82"); +$ti-icon-corner-up-left-double: unicode("ee4e"); +$ti-icon-corner-up-right: unicode("ea83"); +$ti-icon-corner-up-right-double: unicode("ee4f"); +$ti-icon-cpu: unicode("ef8e"); +$ti-icon-cpu-2: unicode("f075"); +$ti-icon-cpu-off: unicode("f108"); +$ti-icon-crane: unicode("ef27"); +$ti-icon-crane-off: unicode("f109"); +$ti-icon-creative-commons: unicode("efb3"); +$ti-icon-creative-commons-by: unicode("f21f"); +$ti-icon-creative-commons-nc: unicode("f220"); +$ti-icon-creative-commons-nd: unicode("f221"); +$ti-icon-creative-commons-off: unicode("f10a"); +$ti-icon-creative-commons-sa: unicode("f222"); +$ti-icon-creative-commons-zero: unicode("f223"); +$ti-icon-credit-card: unicode("ea84"); +$ti-icon-credit-card-off: unicode("ed11"); +$ti-icon-credit-card-pay: unicode("fd32"); +$ti-icon-credit-card-refund: unicode("fd33"); +$ti-icon-cricket: unicode("f09a"); +$ti-icon-crop: unicode("ea85"); +$ti-icon-crop-1-1: unicode("fd50"); +$ti-icon-crop-16-9: unicode("fd51"); +$ti-icon-crop-3-2: unicode("fd52"); +$ti-icon-crop-5-4: unicode("fd53"); +$ti-icon-crop-7-5: unicode("fd54"); +$ti-icon-crop-landscape: unicode("fd55"); +$ti-icon-crop-portrait: unicode("fd56"); +$ti-icon-cross: unicode("ef8f"); +$ti-icon-cross-off: unicode("f10b"); +$ti-icon-crosshair: unicode("ec3e"); +$ti-icon-crown: unicode("ed12"); +$ti-icon-crown-off: unicode("ee50"); +$ti-icon-crutches: unicode("ef5b"); +$ti-icon-crutches-off: unicode("f10c"); +$ti-icon-crystal-ball: unicode("f57b"); +$ti-icon-csv: unicode("f791"); +$ti-icon-cube: unicode("fa97"); +$ti-icon-cube-3d-sphere: unicode("ecd7"); +$ti-icon-cube-3d-sphere-off: unicode("f3b5"); +$ti-icon-cube-off: unicode("fa95"); +$ti-icon-cube-plus: unicode("fa96"); +$ti-icon-cube-send: unicode("f61b"); +$ti-icon-cube-unfolded: unicode("f61c"); +$ti-icon-cup: unicode("ef28"); +$ti-icon-cup-off: unicode("f10d"); +$ti-icon-curling: unicode("efc8"); +$ti-icon-curly-loop: unicode("ecda"); +$ti-icon-currency: unicode("efa6"); +$ti-icon-currency-afghani: unicode("f65e"); +$ti-icon-currency-bahraini: unicode("ee51"); +$ti-icon-currency-baht: unicode("f08a"); +$ti-icon-currency-bitcoin: unicode("ebab"); +$ti-icon-currency-cent: unicode("ee53"); +$ti-icon-currency-dinar: unicode("ee54"); +$ti-icon-currency-dirham: unicode("ee55"); +$ti-icon-currency-dogecoin: unicode("ef4b"); +$ti-icon-currency-dollar: unicode("eb84"); +$ti-icon-currency-dollar-australian: unicode("ee56"); +$ti-icon-currency-dollar-brunei: unicode("f36c"); +$ti-icon-currency-dollar-canadian: unicode("ee57"); +$ti-icon-currency-dollar-guyanese: unicode("f36d"); +$ti-icon-currency-dollar-off: unicode("f3dc"); +$ti-icon-currency-dollar-singapore: unicode("ee58"); +$ti-icon-currency-dollar-zimbabwean: unicode("f36e"); +$ti-icon-currency-dong: unicode("f36f"); +$ti-icon-currency-dram: unicode("f370"); +$ti-icon-currency-ethereum: unicode("ee59"); +$ti-icon-currency-euro: unicode("eb85"); +$ti-icon-currency-euro-off: unicode("f3dd"); +$ti-icon-currency-florin: unicode("faf5"); +$ti-icon-currency-forint: unicode("ee5a"); +$ti-icon-currency-frank: unicode("ee5b"); +$ti-icon-currency-guarani: unicode("f371"); +$ti-icon-currency-hryvnia: unicode("f372"); +$ti-icon-currency-iranian-rial: unicode("fa58"); +$ti-icon-currency-kip: unicode("f373"); +$ti-icon-currency-krone-czech: unicode("ee5c"); +$ti-icon-currency-krone-danish: unicode("ee5d"); +$ti-icon-currency-krone-swedish: unicode("ee5e"); +$ti-icon-currency-lari: unicode("f374"); +$ti-icon-currency-leu: unicode("ee5f"); +$ti-icon-currency-lira: unicode("ee60"); +$ti-icon-currency-litecoin: unicode("ee61"); +$ti-icon-currency-lyd: unicode("f375"); +$ti-icon-currency-manat: unicode("f376"); +$ti-icon-currency-monero: unicode("f377"); +$ti-icon-currency-naira: unicode("ee62"); +$ti-icon-currency-nano: unicode("f7a6"); +$ti-icon-currency-off: unicode("f3de"); +$ti-icon-currency-paanga: unicode("f378"); +$ti-icon-currency-peso: unicode("f65f"); +$ti-icon-currency-pound: unicode("ebac"); +$ti-icon-currency-pound-off: unicode("f3df"); +$ti-icon-currency-quetzal: unicode("f379"); +$ti-icon-currency-real: unicode("ee63"); +$ti-icon-currency-renminbi: unicode("ee64"); +$ti-icon-currency-ripple: unicode("ee65"); +$ti-icon-currency-riyal: unicode("ee66"); +$ti-icon-currency-rubel: unicode("ee67"); +$ti-icon-currency-rufiyaa: unicode("f37a"); +$ti-icon-currency-rupee: unicode("ebad"); +$ti-icon-currency-rupee-nepalese: unicode("f37b"); +$ti-icon-currency-shekel: unicode("ee68"); +$ti-icon-currency-solana: unicode("f4a1"); +$ti-icon-currency-som: unicode("f37c"); +$ti-icon-currency-taka: unicode("ee69"); +$ti-icon-currency-tenge: unicode("f37d"); +$ti-icon-currency-tugrik: unicode("ee6a"); +$ti-icon-currency-won: unicode("ee6b"); +$ti-icon-currency-xrp: unicode("fd34"); +$ti-icon-currency-yen: unicode("ebae"); +$ti-icon-currency-yen-off: unicode("f3e0"); +$ti-icon-currency-yuan: unicode("f29a"); +$ti-icon-currency-zloty: unicode("ee6c"); +$ti-icon-current-location: unicode("ecef"); +$ti-icon-current-location-off: unicode("f10e"); +$ti-icon-cursor-off: unicode("f10f"); +$ti-icon-cursor-text: unicode("ee6d"); +$ti-icon-cut: unicode("ea86"); +$ti-icon-cylinder: unicode("f54c"); +$ti-icon-cylinder-off: unicode("fa98"); +$ti-icon-cylinder-plus: unicode("fa99"); +$ti-icon-dashboard: unicode("ea87"); +$ti-icon-dashboard-off: unicode("f3e1"); +$ti-icon-database: unicode("ea88"); +$ti-icon-database-cog: unicode("fa10"); +$ti-icon-database-dollar: unicode("fa11"); +$ti-icon-database-edit: unicode("fa12"); +$ti-icon-database-exclamation: unicode("fa13"); +$ti-icon-database-export: unicode("ee6e"); +$ti-icon-database-heart: unicode("fa14"); +$ti-icon-database-import: unicode("ee6f"); +$ti-icon-database-leak: unicode("fa15"); +$ti-icon-database-minus: unicode("fa16"); +$ti-icon-database-off: unicode("ee70"); +$ti-icon-database-plus: unicode("fa17"); +$ti-icon-database-search: unicode("fa18"); +$ti-icon-database-share: unicode("fa19"); +$ti-icon-database-smile: unicode("fd9b"); +$ti-icon-database-star: unicode("fa1a"); +$ti-icon-database-x: unicode("fa1b"); +$ti-icon-decimal: unicode("fa26"); +$ti-icon-deer: unicode("f4c5"); +$ti-icon-delta: unicode("f53c"); +$ti-icon-dental: unicode("f025"); +$ti-icon-dental-broken: unicode("f286"); +$ti-icon-dental-off: unicode("f110"); +$ti-icon-deselect: unicode("f9f3"); +$ti-icon-desk: unicode("fd35"); +$ti-icon-details: unicode("ee71"); +$ti-icon-details-off: unicode("f3e2"); +$ti-icon-device-airpods: unicode("f5a9"); +$ti-icon-device-airpods-case: unicode("f646"); +$ti-icon-device-airtag: unicode("fae6"); +$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-off: unicode("f3e3"); +$ti-icon-device-computer-camera: unicode("ee76"); +$ti-icon-device-computer-camera-off: unicode("ee75"); +$ti-icon-device-desktop: unicode("ea89"); +$ti-icon-device-desktop-analytics: unicode("ee77"); +$ti-icon-device-desktop-bolt: unicode("f85e"); +$ti-icon-device-desktop-cancel: unicode("f85f"); +$ti-icon-device-desktop-check: unicode("f860"); +$ti-icon-device-desktop-code: unicode("f861"); +$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-heart: unicode("f866"); +$ti-icon-device-desktop-minus: unicode("f867"); +$ti-icon-device-desktop-off: unicode("ee78"); +$ti-icon-device-desktop-pause: unicode("f868"); +$ti-icon-device-desktop-pin: unicode("f869"); +$ti-icon-device-desktop-plus: unicode("f86a"); +$ti-icon-device-desktop-question: unicode("f86b"); +$ti-icon-device-desktop-search: unicode("f86c"); +$ti-icon-device-desktop-share: unicode("f86d"); +$ti-icon-device-desktop-star: unicode("f86e"); +$ti-icon-device-desktop-up: unicode("f86f"); +$ti-icon-device-desktop-x: unicode("f870"); +$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-heart-monitor: unicode("f060"); +$ti-icon-device-imac: unicode("f7a7"); +$ti-icon-device-imac-bolt: unicode("f871"); +$ti-icon-device-imac-cancel: unicode("f872"); +$ti-icon-device-imac-check: unicode("f873"); +$ti-icon-device-imac-code: unicode("f874"); +$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-heart: unicode("f879"); +$ti-icon-device-imac-minus: unicode("f87a"); +$ti-icon-device-imac-off: unicode("f87b"); +$ti-icon-device-imac-pause: unicode("f87c"); +$ti-icon-device-imac-pin: unicode("f87d"); +$ti-icon-device-imac-plus: unicode("f87e"); +$ti-icon-device-imac-question: unicode("f87f"); +$ti-icon-device-imac-search: unicode("f880"); +$ti-icon-device-imac-share: unicode("f881"); +$ti-icon-device-imac-star: unicode("f882"); +$ti-icon-device-imac-up: unicode("f883"); +$ti-icon-device-imac-x: unicode("f884"); +$ti-icon-device-ipad: unicode("f648"); +$ti-icon-device-ipad-bolt: unicode("f885"); +$ti-icon-device-ipad-cancel: unicode("f886"); +$ti-icon-device-ipad-check: unicode("f887"); +$ti-icon-device-ipad-code: unicode("f888"); +$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-heart: unicode("f88d"); +$ti-icon-device-ipad-horizontal: unicode("f647"); +$ti-icon-device-ipad-horizontal-bolt: unicode("f88e"); +$ti-icon-device-ipad-horizontal-cancel: unicode("f88f"); +$ti-icon-device-ipad-horizontal-check: unicode("f890"); +$ti-icon-device-ipad-horizontal-code: unicode("f891"); +$ti-icon-device-ipad-horizontal-cog: unicode("f892"); +$ti-icon-device-ipad-horizontal-dollar: unicode("f893"); +$ti-icon-device-ipad-horizontal-down: unicode("f894"); +$ti-icon-device-ipad-horizontal-exclamation: unicode("f895"); +$ti-icon-device-ipad-horizontal-heart: unicode("f896"); +$ti-icon-device-ipad-horizontal-minus: unicode("f897"); +$ti-icon-device-ipad-horizontal-off: unicode("f898"); +$ti-icon-device-ipad-horizontal-pause: unicode("f899"); +$ti-icon-device-ipad-horizontal-pin: unicode("f89a"); +$ti-icon-device-ipad-horizontal-plus: unicode("f89b"); +$ti-icon-device-ipad-horizontal-question: unicode("f89c"); +$ti-icon-device-ipad-horizontal-search: unicode("f89d"); +$ti-icon-device-ipad-horizontal-share: unicode("f89e"); +$ti-icon-device-ipad-horizontal-star: unicode("f89f"); +$ti-icon-device-ipad-horizontal-up: unicode("f8a0"); +$ti-icon-device-ipad-horizontal-x: unicode("f8a1"); +$ti-icon-device-ipad-minus: unicode("f8a2"); +$ti-icon-device-ipad-off: unicode("f8a3"); +$ti-icon-device-ipad-pause: unicode("f8a4"); +$ti-icon-device-ipad-pin: unicode("f8a5"); +$ti-icon-device-ipad-plus: unicode("f8a6"); +$ti-icon-device-ipad-question: unicode("f8a7"); +$ti-icon-device-ipad-search: unicode("f8a8"); +$ti-icon-device-ipad-share: unicode("f8a9"); +$ti-icon-device-ipad-star: unicode("f8aa"); +$ti-icon-device-ipad-up: unicode("f8ab"); +$ti-icon-device-ipad-x: unicode("f8ac"); +$ti-icon-device-landline-phone: unicode("f649"); +$ti-icon-device-laptop: unicode("eb64"); +$ti-icon-device-laptop-off: unicode("f061"); +$ti-icon-device-mobile: unicode("ea8a"); +$ti-icon-device-mobile-bolt: unicode("f8ad"); +$ti-icon-device-mobile-cancel: unicode("f8ae"); +$ti-icon-device-mobile-charging: unicode("f224"); +$ti-icon-device-mobile-check: unicode("f8af"); +$ti-icon-device-mobile-code: unicode("f8b0"); +$ti-icon-device-mobile-cog: unicode("f8b1"); +$ti-icon-device-mobile-dollar: unicode("f8b2"); +$ti-icon-device-mobile-down: unicode("f8b3"); +$ti-icon-device-mobile-exclamation: unicode("f8b4"); +$ti-icon-device-mobile-heart: unicode("f8b5"); +$ti-icon-device-mobile-message: unicode("ee79"); +$ti-icon-device-mobile-minus: unicode("f8b6"); +$ti-icon-device-mobile-off: unicode("f062"); +$ti-icon-device-mobile-pause: unicode("f8b7"); +$ti-icon-device-mobile-pin: unicode("f8b8"); +$ti-icon-device-mobile-plus: unicode("f8b9"); +$ti-icon-device-mobile-question: unicode("f8ba"); +$ti-icon-device-mobile-rotated: unicode("ecdb"); +$ti-icon-device-mobile-search: unicode("f8bb"); +$ti-icon-device-mobile-share: unicode("f8bc"); +$ti-icon-device-mobile-star: unicode("f8bd"); +$ti-icon-device-mobile-up: unicode("f8be"); +$ti-icon-device-mobile-vibration: unicode("eb86"); +$ti-icon-device-mobile-x: unicode("f8bf"); +$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-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-off: unicode("f112"); +$ti-icon-device-tablet: unicode("ea8c"); +$ti-icon-device-tablet-bolt: unicode("f8c0"); +$ti-icon-device-tablet-cancel: unicode("f8c1"); +$ti-icon-device-tablet-check: unicode("f8c2"); +$ti-icon-device-tablet-code: unicode("f8c3"); +$ti-icon-device-tablet-cog: unicode("f8c4"); +$ti-icon-device-tablet-dollar: unicode("f8c5"); +$ti-icon-device-tablet-down: unicode("f8c6"); +$ti-icon-device-tablet-exclamation: unicode("f8c7"); +$ti-icon-device-tablet-heart: unicode("f8c8"); +$ti-icon-device-tablet-minus: unicode("f8c9"); +$ti-icon-device-tablet-off: unicode("f063"); +$ti-icon-device-tablet-pause: unicode("f8ca"); +$ti-icon-device-tablet-pin: unicode("f8cb"); +$ti-icon-device-tablet-plus: unicode("f8cc"); +$ti-icon-device-tablet-question: unicode("f8cd"); +$ti-icon-device-tablet-search: unicode("f8ce"); +$ti-icon-device-tablet-share: unicode("f8cf"); +$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-off: unicode("f064"); +$ti-icon-device-tv-old: unicode("f1d3"); +$ti-icon-device-usb: unicode("fc59"); +$ti-icon-device-vision-pro: unicode("fae7"); +$ti-icon-device-watch: unicode("ebf9"); +$ti-icon-device-watch-bolt: unicode("f8d3"); +$ti-icon-device-watch-cancel: unicode("f8d4"); +$ti-icon-device-watch-check: unicode("f8d5"); +$ti-icon-device-watch-code: unicode("f8d6"); +$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-heart: unicode("f8db"); +$ti-icon-device-watch-minus: unicode("f8dc"); +$ti-icon-device-watch-off: unicode("f065"); +$ti-icon-device-watch-pause: unicode("f8dd"); +$ti-icon-device-watch-pin: unicode("f8de"); +$ti-icon-device-watch-plus: unicode("f8df"); +$ti-icon-device-watch-question: unicode("f8e0"); +$ti-icon-device-watch-search: unicode("f8e1"); +$ti-icon-device-watch-share: unicode("f8e2"); +$ti-icon-device-watch-star: unicode("f8e3"); +$ti-icon-device-watch-stats: unicode("ef7d"); +$ti-icon-device-watch-stats-2: unicode("ef7c"); +$ti-icon-device-watch-up: unicode("f8e4"); +$ti-icon-device-watch-x: unicode("f8e5"); +$ti-icon-devices: unicode("eb87"); +$ti-icon-devices-2: unicode("ed29"); +$ti-icon-devices-bolt: unicode("f8e6"); +$ti-icon-devices-cancel: unicode("f8e7"); +$ti-icon-devices-check: unicode("f8e8"); +$ti-icon-devices-code: unicode("f8e9"); +$ti-icon-devices-cog: unicode("f8ea"); +$ti-icon-devices-dollar: unicode("f8eb"); +$ti-icon-devices-down: unicode("f8ec"); +$ti-icon-devices-exclamation: unicode("f8ed"); +$ti-icon-devices-heart: unicode("f8ee"); +$ti-icon-devices-minus: unicode("f8ef"); +$ti-icon-devices-off: unicode("f3e4"); +$ti-icon-devices-pause: unicode("f8f0"); +$ti-icon-devices-pc: unicode("ee7a"); +$ti-icon-devices-pc-off: unicode("f113"); +$ti-icon-devices-pin: unicode("f8f1"); +$ti-icon-devices-plus: unicode("f8f2"); +$ti-icon-devices-question: unicode("f8f3"); +$ti-icon-devices-search: unicode("f8f4"); +$ti-icon-devices-share: unicode("f8f5"); +$ti-icon-devices-star: unicode("f8f6"); +$ti-icon-devices-up: unicode("f8f7"); +$ti-icon-devices-x: unicode("f8f8"); +$ti-icon-diabolo: unicode("fa9c"); +$ti-icon-diabolo-off: unicode("fa9a"); +$ti-icon-diabolo-plus: unicode("fa9b"); +$ti-icon-dialpad: unicode("f067"); +$ti-icon-dialpad-off: unicode("f114"); +$ti-icon-diamond: unicode("eb65"); +$ti-icon-diamond-off: unicode("f115"); +$ti-icon-diamonds: unicode("eff5"); +$ti-icon-dice: unicode("eb66"); +$ti-icon-dice-1: unicode("f08b"); +$ti-icon-dice-2: unicode("f08c"); +$ti-icon-dice-3: unicode("f08d"); +$ti-icon-dice-4: unicode("f08e"); +$ti-icon-dice-5: unicode("f08f"); +$ti-icon-dice-6: unicode("f090"); +$ti-icon-dimensions: unicode("ee7b"); +$ti-icon-direction: unicode("ebfb"); +$ti-icon-direction-arrows: unicode("fd36"); +$ti-icon-direction-horizontal: unicode("ebfa"); +$ti-icon-direction-sign: unicode("f1f7"); +$ti-icon-direction-sign-off: unicode("f3e5"); +$ti-icon-directions: unicode("ea8e"); +$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-golf: unicode("f385"); +$ti-icon-disc-off: unicode("f118"); +$ti-icon-discount: unicode("ebbd"); +$ti-icon-discount-off: unicode("f3e7"); +$ti-icon-divide: unicode("ed5c"); +$ti-icon-dna: unicode("ee7d"); +$ti-icon-dna-2: unicode("ef5c"); +$ti-icon-dna-2-off: unicode("f119"); +$ti-icon-dna-off: unicode("f11a"); +$ti-icon-dog: unicode("f660"); +$ti-icon-dog-bowl: unicode("ef29"); +$ti-icon-door: unicode("ef4e"); +$ti-icon-door-enter: unicode("ef4c"); +$ti-icon-door-exit: unicode("ef4d"); +$ti-icon-door-off: unicode("f11b"); +$ti-icon-dots: unicode("ea95"); +$ti-icon-dots-circle-horizontal: unicode("ea91"); +$ti-icon-dots-diagonal: unicode("ea93"); +$ti-icon-dots-diagonal-2: unicode("ea92"); +$ti-icon-dots-vertical: unicode("ea94"); +$ti-icon-download: unicode("ea96"); +$ti-icon-download-off: unicode("f11c"); +$ti-icon-drag-drop: unicode("eb89"); +$ti-icon-drag-drop-2: unicode("eb88"); +$ti-icon-drone: unicode("ed79"); +$ti-icon-drone-off: unicode("ee7e"); +$ti-icon-drop-circle: unicode("efde"); +$ti-icon-droplet: unicode("ea97"); +$ti-icon-droplet-bolt: unicode("f8f9"); +$ti-icon-droplet-cancel: unicode("f8fa"); +$ti-icon-droplet-check: unicode("f8fb"); +$ti-icon-droplet-code: unicode("f8fc"); +$ti-icon-droplet-cog: unicode("f8fd"); +$ti-icon-droplet-dollar: unicode("f8fe"); +$ti-icon-droplet-down: unicode("f8ff"); +$ti-icon-droplet-exclamation: unicode("f900"); +$ti-icon-droplet-half: unicode("ee82"); +$ti-icon-droplet-half-2: unicode("ee81"); +$ti-icon-droplet-heart: unicode("f901"); +$ti-icon-droplet-minus: unicode("f902"); +$ti-icon-droplet-off: unicode("ee83"); +$ti-icon-droplet-pause: unicode("f903"); +$ti-icon-droplet-pin: unicode("f904"); +$ti-icon-droplet-plus: unicode("f905"); +$ti-icon-droplet-question: unicode("f906"); +$ti-icon-droplet-search: unicode("f907"); +$ti-icon-droplet-share: unicode("f908"); +$ti-icon-droplet-star: unicode("f909"); +$ti-icon-droplet-up: unicode("f90a"); +$ti-icon-droplet-x: unicode("f90b"); +$ti-icon-droplets: unicode("fc12"); +$ti-icon-dual-screen: unicode("fa59"); +$ti-icon-e-passport: unicode("f4df"); +$ti-icon-ear: unicode("ebce"); +$ti-icon-ear-off: unicode("ee84"); +$ti-icon-ear-scan: unicode("fd57"); +$ti-icon-ease-in: unicode("f573"); +$ti-icon-ease-in-control-point: unicode("f570"); +$ti-icon-ease-in-out: unicode("f572"); +$ti-icon-ease-in-out-control-points: unicode("f571"); +$ti-icon-ease-out: unicode("f575"); +$ti-icon-ease-out-control-point: unicode("f574"); +$ti-icon-edit: unicode("ea98"); +$ti-icon-edit-circle: unicode("ee85"); +$ti-icon-edit-circle-off: unicode("f11d"); +$ti-icon-edit-off: unicode("f11e"); +$ti-icon-egg: unicode("eb8a"); +$ti-icon-egg-cracked: unicode("f2d6"); +$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-off: unicode("f3e8"); +$ti-icon-emergency-bed: unicode("ef5d"); +$ti-icon-empathize: unicode("f29b"); +$ti-icon-empathize-off: unicode("f3e9"); +$ti-icon-emphasis: unicode("ebcf"); +$ti-icon-engine: unicode("ef7e"); +$ti-icon-engine-off: unicode("f120"); +$ti-icon-equal: unicode("ee87"); +$ti-icon-equal-double: unicode("f4e1"); +$ti-icon-equal-not: unicode("ee86"); +$ti-icon-eraser: unicode("eb8b"); +$ti-icon-eraser-off: unicode("f121"); +$ti-icon-error-404: unicode("f027"); +$ti-icon-error-404-off: unicode("f122"); +$ti-icon-escalator: unicode("fb06"); +$ti-icon-escalator-down: unicode("fb04"); +$ti-icon-escalator-up: unicode("fb05"); +$ti-icon-exchange: unicode("ebe7"); +$ti-icon-exchange-off: unicode("f123"); +$ti-icon-exclamation-circle: unicode("f634"); +$ti-icon-exclamation-mark: unicode("efb4"); +$ti-icon-exclamation-mark-off: unicode("f124"); +$ti-icon-explicit: unicode("f256"); +$ti-icon-explicit-off: unicode("f3ea"); +$ti-icon-exposure: unicode("eb8c"); +$ti-icon-exposure-0: unicode("f29c"); +$ti-icon-exposure-minus-1: unicode("f29d"); +$ti-icon-exposure-minus-2: unicode("f29e"); +$ti-icon-exposure-off: unicode("f3eb"); +$ti-icon-exposure-plus-1: unicode("f29f"); +$ti-icon-exposure-plus-2: unicode("f2a0"); +$ti-icon-external-link: unicode("ea99"); +$ti-icon-external-link-off: unicode("f125"); +$ti-icon-eye: unicode("ea9a"); +$ti-icon-eye-bolt: unicode("fb6d"); +$ti-icon-eye-cancel: unicode("fb6e"); +$ti-icon-eye-check: unicode("ee88"); +$ti-icon-eye-closed: unicode("f7ec"); +$ti-icon-eye-code: unicode("fb6f"); +$ti-icon-eye-cog: unicode("f7ed"); +$ti-icon-eye-discount: unicode("fb70"); +$ti-icon-eye-dollar: unicode("fb71"); +$ti-icon-eye-down: unicode("fb72"); +$ti-icon-eye-edit: unicode("f7ee"); +$ti-icon-eye-exclamation: unicode("f7ef"); +$ti-icon-eye-heart: unicode("f7f0"); +$ti-icon-eye-minus: unicode("fb73"); +$ti-icon-eye-off: unicode("ecf0"); +$ti-icon-eye-pause: unicode("fb74"); +$ti-icon-eye-pin: unicode("fb75"); +$ti-icon-eye-plus: unicode("fb76"); +$ti-icon-eye-question: unicode("fb77"); +$ti-icon-eye-search: unicode("fb78"); +$ti-icon-eye-share: unicode("fb79"); +$ti-icon-eye-star: unicode("fb7a"); +$ti-icon-eye-table: unicode("ef5e"); +$ti-icon-eye-up: unicode("fb7b"); +$ti-icon-eye-x: unicode("f7f1"); +$ti-icon-eyeglass: unicode("ee8a"); +$ti-icon-eyeglass-2: unicode("ee89"); +$ti-icon-eyeglass-off: unicode("f126"); +$ti-icon-face-id: unicode("ea9b"); +$ti-icon-face-id-error: unicode("efa7"); +$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-feather: unicode("ee8b"); +$ti-icon-feather-off: unicode("f128"); +$ti-icon-fence: unicode("ef2a"); +$ti-icon-fence-off: unicode("f129"); +$ti-icon-fidget-spinner: unicode("f068"); +$ti-icon-file: unicode("eaa4"); +$ti-icon-file-3d: unicode("f032"); +$ti-icon-file-alert: unicode("ede6"); +$ti-icon-file-analytics: unicode("ede7"); +$ti-icon-file-arrow-left: unicode("f033"); +$ti-icon-file-arrow-right: unicode("f034"); +$ti-icon-file-barcode: unicode("f035"); +$ti-icon-file-broken: unicode("f501"); +$ti-icon-file-certificate: unicode("ed4d"); +$ti-icon-file-chart: unicode("f036"); +$ti-icon-file-check: unicode("ea9c"); +$ti-icon-file-code: unicode("ebd0"); +$ti-icon-file-code-2: unicode("ede8"); +$ti-icon-file-cv: unicode("fa5a"); +$ti-icon-file-database: unicode("f037"); +$ti-icon-file-delta: unicode("f53d"); +$ti-icon-file-description: unicode("f028"); +$ti-icon-file-diff: unicode("ecf1"); +$ti-icon-file-digit: unicode("efa8"); +$ti-icon-file-dislike: unicode("ed2a"); +$ti-icon-file-dollar: unicode("efe0"); +$ti-icon-file-dots: unicode("f038"); +$ti-icon-file-download: unicode("ea9d"); +$ti-icon-file-euro: unicode("efe1"); +$ti-icon-file-export: unicode("ede9"); +$ti-icon-file-function: unicode("f53e"); +$ti-icon-file-horizontal: unicode("ebb0"); +$ti-icon-file-import: unicode("edea"); +$ti-icon-file-infinity: unicode("f502"); +$ti-icon-file-info: unicode("edec"); +$ti-icon-file-invoice: unicode("eb67"); +$ti-icon-file-lambda: unicode("f53f"); +$ti-icon-file-like: unicode("ed2b"); +$ti-icon-file-minus: unicode("ea9e"); +$ti-icon-file-music: unicode("ea9f"); +$ti-icon-file-neutral: unicode("fd22"); +$ti-icon-file-off: unicode("ecf2"); +$ti-icon-file-orientation: unicode("f2a1"); +$ti-icon-file-pencil: unicode("f039"); +$ti-icon-file-percent: unicode("f540"); +$ti-icon-file-phone: unicode("ecdc"); +$ti-icon-file-plus: unicode("eaa0"); +$ti-icon-file-power: unicode("f03a"); +$ti-icon-file-report: unicode("eded"); +$ti-icon-file-rss: unicode("f03b"); +$ti-icon-file-sad: unicode("fd23"); +$ti-icon-file-scissors: unicode("f03c"); +$ti-icon-file-search: unicode("ed5d"); +$ti-icon-file-settings: unicode("f029"); +$ti-icon-file-shredder: unicode("eaa1"); +$ti-icon-file-signal: unicode("f03d"); +$ti-icon-file-smile: unicode("fd24"); +$ti-icon-file-spreadsheet: unicode("f03e"); +$ti-icon-file-stack: unicode("f503"); +$ti-icon-file-star: unicode("f03f"); +$ti-icon-file-symlink: unicode("ed53"); +$ti-icon-file-text: unicode("eaa2"); +$ti-icon-file-text-ai: unicode("fa27"); +$ti-icon-file-time: unicode("f040"); +$ti-icon-file-type-bmp: unicode("fb07"); +$ti-icon-file-type-css: unicode("fb08"); +$ti-icon-file-type-csv: unicode("fb09"); +$ti-icon-file-type-doc: unicode("fb0a"); +$ti-icon-file-type-docx: unicode("fb0b"); +$ti-icon-file-type-html: unicode("fb0c"); +$ti-icon-file-type-jpg: unicode("fb0d"); +$ti-icon-file-type-js: unicode("fb0e"); +$ti-icon-file-type-jsx: unicode("fb0f"); +$ti-icon-file-type-pdf: unicode("fb10"); +$ti-icon-file-type-php: unicode("fb11"); +$ti-icon-file-type-png: unicode("fb12"); +$ti-icon-file-type-ppt: unicode("fb13"); +$ti-icon-file-type-rs: unicode("fb14"); +$ti-icon-file-type-sql: unicode("fb15"); +$ti-icon-file-type-svg: unicode("fb16"); +$ti-icon-file-type-ts: unicode("fb17"); +$ti-icon-file-type-tsx: unicode("fb18"); +$ti-icon-file-type-txt: unicode("fb19"); +$ti-icon-file-type-vue: unicode("fb1a"); +$ti-icon-file-type-xls: unicode("fb1b"); +$ti-icon-file-type-xml: unicode("fb1c"); +$ti-icon-file-type-zip: unicode("fb1d"); +$ti-icon-file-typography: unicode("f041"); +$ti-icon-file-unknown: unicode("f042"); +$ti-icon-file-upload: unicode("ec91"); +$ti-icon-file-vector: unicode("f043"); +$ti-icon-file-x: unicode("eaa3"); +$ti-icon-file-zip: unicode("ed4e"); +$ti-icon-files: unicode("edef"); +$ti-icon-files-off: unicode("edee"); +$ti-icon-filter: unicode("eaa5"); +$ti-icon-filter-bolt: unicode("fb7c"); +$ti-icon-filter-cancel: unicode("fb7d"); +$ti-icon-filter-check: unicode("fb7e"); +$ti-icon-filter-code: unicode("fb7f"); +$ti-icon-filter-cog: unicode("f9fe"); +$ti-icon-filter-discount: unicode("fb80"); +$ti-icon-filter-dollar: unicode("f9ff"); +$ti-icon-filter-down: unicode("fb81"); +$ti-icon-filter-edit: unicode("fa00"); +$ti-icon-filter-exclamation: unicode("fb82"); +$ti-icon-filter-heart: unicode("fb83"); +$ti-icon-filter-minus: unicode("fa01"); +$ti-icon-filter-off: unicode("ed2c"); +$ti-icon-filter-pause: unicode("fb84"); +$ti-icon-filter-pin: unicode("fb85"); +$ti-icon-filter-plus: unicode("fa02"); +$ti-icon-filter-question: unicode("fb86"); +$ti-icon-filter-search: unicode("fb87"); +$ti-icon-filter-share: unicode("fb88"); +$ti-icon-filter-star: unicode("fa03"); +$ti-icon-filter-up: unicode("fb89"); +$ti-icon-filter-x: unicode("fa04"); +$ti-icon-filters: unicode("f793"); +$ti-icon-fingerprint: unicode("ebd1"); +$ti-icon-fingerprint-off: unicode("f12a"); +$ti-icon-fingerprint-scan: unicode("fcb5"); +$ti-icon-fire-extinguisher: unicode("faf6"); +$ti-icon-fire-hydrant: unicode("f3a9"); +$ti-icon-fire-hydrant-off: unicode("f3ec"); +$ti-icon-firetruck: unicode("ebe8"); +$ti-icon-first-aid-kit: unicode("ef5f"); +$ti-icon-first-aid-kit-off: unicode("f3ed"); +$ti-icon-fish: unicode("ef2b"); +$ti-icon-fish-bone: unicode("f287"); +$ti-icon-fish-christianity: unicode("f58b"); +$ti-icon-fish-hook: unicode("f1f9"); +$ti-icon-fish-hook-off: unicode("f3ee"); +$ti-icon-fish-off: unicode("f12b"); +$ti-icon-flag: unicode("eaa6"); +$ti-icon-flag-2: unicode("ee8c"); +$ti-icon-flag-2-off: unicode("f12c"); +$ti-icon-flag-3: unicode("ee8d"); +$ti-icon-flag-bolt: unicode("fb8a"); +$ti-icon-flag-cancel: unicode("fb8b"); +$ti-icon-flag-check: unicode("fb8c"); +$ti-icon-flag-code: unicode("fb8d"); +$ti-icon-flag-cog: unicode("fb8e"); +$ti-icon-flag-discount: unicode("fb8f"); +$ti-icon-flag-dollar: unicode("fb90"); +$ti-icon-flag-down: unicode("fb91"); +$ti-icon-flag-exclamation: unicode("fb92"); +$ti-icon-flag-heart: unicode("fb93"); +$ti-icon-flag-minus: unicode("fb94"); +$ti-icon-flag-off: unicode("f12d"); +$ti-icon-flag-pause: unicode("fb95"); +$ti-icon-flag-pin: unicode("fb96"); +$ti-icon-flag-plus: unicode("fb97"); +$ti-icon-flag-question: unicode("fb98"); +$ti-icon-flag-search: unicode("fb99"); +$ti-icon-flag-share: unicode("fb9a"); +$ti-icon-flag-star: unicode("fb9b"); +$ti-icon-flag-up: unicode("fb9c"); +$ti-icon-flag-x: unicode("fb9d"); +$ti-icon-flame: unicode("ec2c"); +$ti-icon-flame-off: unicode("f12e"); +$ti-icon-flare: unicode("ee8e"); +$ti-icon-flask: unicode("ebd2"); +$ti-icon-flask-2: unicode("ef60"); +$ti-icon-flask-2-off: unicode("f12f"); +$ti-icon-flask-off: unicode("f130"); +$ti-icon-flip-flops: unicode("f564"); +$ti-icon-flip-horizontal: unicode("eaa7"); +$ti-icon-flip-vertical: unicode("eaa8"); +$ti-icon-float-center: unicode("ebb1"); +$ti-icon-float-left: unicode("ebb2"); +$ti-icon-float-none: unicode("ed13"); +$ti-icon-float-right: unicode("ebb3"); +$ti-icon-flower: unicode("eff6"); +$ti-icon-flower-off: unicode("f131"); +$ti-icon-focus: unicode("eb8d"); +$ti-icon-focus-2: unicode("ebd3"); +$ti-icon-focus-auto: unicode("fa62"); +$ti-icon-focus-centered: unicode("f02a"); +$ti-icon-fold: unicode("ed56"); +$ti-icon-fold-down: unicode("ed54"); +$ti-icon-fold-up: unicode("ed55"); +$ti-icon-folder: unicode("eaad"); +$ti-icon-folder-bolt: unicode("f90c"); +$ti-icon-folder-cancel: unicode("f90d"); +$ti-icon-folder-check: unicode("f90e"); +$ti-icon-folder-code: unicode("f90f"); +$ti-icon-folder-cog: unicode("f910"); +$ti-icon-folder-dollar: unicode("f911"); +$ti-icon-folder-down: unicode("f912"); +$ti-icon-folder-exclamation: unicode("f913"); +$ti-icon-folder-heart: unicode("f914"); +$ti-icon-folder-minus: unicode("eaaa"); +$ti-icon-folder-off: unicode("ed14"); +$ti-icon-folder-open: unicode("faf7"); +$ti-icon-folder-pause: unicode("f915"); +$ti-icon-folder-pin: unicode("f916"); +$ti-icon-folder-plus: unicode("eaab"); +$ti-icon-folder-question: unicode("f917"); +$ti-icon-folder-root: unicode("fd43"); +$ti-icon-folder-search: unicode("f918"); +$ti-icon-folder-share: unicode("f919"); +$ti-icon-folder-star: unicode("f91a"); +$ti-icon-folder-symlink: unicode("f91b"); +$ti-icon-folder-up: unicode("f91c"); +$ti-icon-folder-x: unicode("eaac"); +$ti-icon-folders: unicode("eaae"); +$ti-icon-folders-off: unicode("f133"); +$ti-icon-forbid: unicode("ebd5"); +$ti-icon-forbid-2: unicode("ebd4"); +$ti-icon-forklift: unicode("ebe9"); +$ti-icon-forms: unicode("ee8f"); +$ti-icon-fountain: unicode("f09b"); +$ti-icon-fountain-off: unicode("f134"); +$ti-icon-frame: unicode("eaaf"); +$ti-icon-frame-off: unicode("f135"); +$ti-icon-free-rights: unicode("efb6"); +$ti-icon-freeze-column: unicode("fa63"); +$ti-icon-freeze-row: unicode("fa65"); +$ti-icon-freeze-row-column: unicode("fa64"); +$ti-icon-fridge: unicode("f1fa"); +$ti-icon-fridge-off: unicode("f3ef"); +$ti-icon-friends: unicode("eab0"); +$ti-icon-friends-off: unicode("f136"); +$ti-icon-frustum: unicode("fa9f"); +$ti-icon-frustum-off: unicode("fa9d"); +$ti-icon-frustum-plus: unicode("fa9e"); +$ti-icon-function: unicode("f225"); +$ti-icon-function-off: unicode("f3f0"); +$ti-icon-galaxy: unicode("fcb6"); +$ti-icon-garden-cart: unicode("f23e"); +$ti-icon-garden-cart-off: unicode("f3f1"); +$ti-icon-gas-station: unicode("ec7d"); +$ti-icon-gas-station-off: unicode("f137"); +$ti-icon-gauge: unicode("eab1"); +$ti-icon-gauge-off: unicode("f138"); +$ti-icon-gavel: unicode("ef90"); +$ti-icon-gender-agender: unicode("f0e1"); +$ti-icon-gender-androgyne: unicode("f0e2"); +$ti-icon-gender-bigender: unicode("f0e3"); +$ti-icon-gender-demiboy: unicode("f0e4"); +$ti-icon-gender-demigirl: unicode("f0e5"); +$ti-icon-gender-epicene: unicode("f0e6"); +$ti-icon-gender-female: unicode("f0e7"); +$ti-icon-gender-femme: unicode("f0e8"); +$ti-icon-gender-genderfluid: unicode("f0e9"); +$ti-icon-gender-genderless: unicode("f0ea"); +$ti-icon-gender-genderqueer: unicode("f0eb"); +$ti-icon-gender-hermaphrodite: unicode("f0ec"); +$ti-icon-gender-intergender: unicode("f0ed"); +$ti-icon-gender-male: unicode("f0ee"); +$ti-icon-gender-neutrois: unicode("f0ef"); +$ti-icon-gender-third: unicode("f0f0"); +$ti-icon-gender-transgender: unicode("f0f1"); +$ti-icon-gender-trasvesti: unicode("f0f2"); +$ti-icon-geometry: unicode("ee90"); +$ti-icon-ghost: unicode("eb8e"); +$ti-icon-ghost-2: unicode("f57c"); +$ti-icon-ghost-3: unicode("fc13"); +$ti-icon-ghost-off: unicode("f3f2"); +$ti-icon-gif: unicode("f257"); +$ti-icon-gift: unicode("eb68"); +$ti-icon-gift-card: unicode("f3aa"); +$ti-icon-gift-off: unicode("f3f3"); +$ti-icon-git-branch: unicode("eab2"); +$ti-icon-git-branch-deleted: unicode("f57d"); +$ti-icon-git-cherry-pick: unicode("f57e"); +$ti-icon-git-commit: unicode("eab3"); +$ti-icon-git-compare: unicode("eab4"); +$ti-icon-git-fork: unicode("eb8f"); +$ti-icon-git-merge: unicode("eab5"); +$ti-icon-git-pull-request: unicode("eab6"); +$ti-icon-git-pull-request-closed: unicode("ef7f"); +$ti-icon-git-pull-request-draft: unicode("efb7"); +$ti-icon-gizmo: unicode("f02b"); +$ti-icon-glass: unicode("eab8"); +$ti-icon-glass-champagne: unicode("fd9c"); +$ti-icon-glass-cocktail: unicode("fd9d"); +$ti-icon-glass-full: unicode("eab7"); +$ti-icon-glass-gin: unicode("fd9e"); +$ti-icon-glass-off: unicode("ee91"); +$ti-icon-globe: unicode("eab9"); +$ti-icon-globe-off: unicode("f139"); +$ti-icon-go-game: unicode("f512"); +$ti-icon-golf: unicode("ed8c"); +$ti-icon-golf-off: unicode("f13a"); +$ti-icon-gps: unicode("ed7a"); +$ti-icon-gradienter: unicode("f3ab"); +$ti-icon-grain: unicode("ee92"); +$ti-icon-graph: unicode("f288"); +$ti-icon-graph-off: unicode("f3f4"); +$ti-icon-grave: unicode("f580"); +$ti-icon-grave-2: unicode("f57f"); +$ti-icon-grid-3x3: unicode("fca4"); +$ti-icon-grid-4x4: unicode("fca5"); +$ti-icon-grid-dots: unicode("eaba"); +$ti-icon-grid-goldenratio: unicode("fca6"); +$ti-icon-grid-pattern: unicode("efc9"); +$ti-icon-grid-scan: unicode("fca7"); +$ti-icon-grill: unicode("efa9"); +$ti-icon-grill-fork: unicode("f35b"); +$ti-icon-grill-off: unicode("f3f5"); +$ti-icon-grill-spatula: unicode("f35c"); +$ti-icon-grip-horizontal: unicode("ec00"); +$ti-icon-grip-vertical: unicode("ec01"); +$ti-icon-growth: unicode("ee93"); +$ti-icon-guitar-pick: unicode("f4c6"); +$ti-icon-gymnastics: unicode("fd44"); +$ti-icon-h-1: unicode("ec94"); +$ti-icon-h-2: unicode("ec95"); +$ti-icon-h-3: unicode("ec96"); +$ti-icon-h-4: unicode("ec97"); +$ti-icon-h-5: unicode("ec98"); +$ti-icon-h-6: unicode("ec99"); +$ti-icon-hammer: unicode("ef91"); +$ti-icon-hammer-off: unicode("f13c"); +$ti-icon-hand-click: unicode("ef4f"); +$ti-icon-hand-finger: unicode("ee94"); +$ti-icon-hand-finger-off: unicode("f13d"); +$ti-icon-hand-grab: unicode("f091"); +$ti-icon-hand-little-finger: unicode("ee95"); +$ti-icon-hand-love-you: unicode("ee97"); +$ti-icon-hand-middle-finger: unicode("ec2d"); +$ti-icon-hand-move: unicode("ef50"); +$ti-icon-hand-off: unicode("ed15"); +$ti-icon-hand-ring-finger: unicode("ee96"); +$ti-icon-hand-sanitizer: unicode("f5f4"); +$ti-icon-hand-stop: unicode("ec2e"); +$ti-icon-hand-three-fingers: unicode("ee98"); +$ti-icon-hand-two-fingers: unicode("ee99"); +$ti-icon-hanger: unicode("ee9a"); +$ti-icon-hanger-2: unicode("f09c"); +$ti-icon-hanger-off: unicode("f13e"); +$ti-icon-hash: unicode("eabc"); +$ti-icon-haze: unicode("efaa"); +$ti-icon-haze-moon: unicode("faf8"); +$ti-icon-hdr: unicode("fa7b"); +$ti-icon-heading: unicode("ee9b"); +$ti-icon-heading-off: unicode("f13f"); +$ti-icon-headphones: unicode("eabd"); +$ti-icon-headphones-off: unicode("ed1d"); +$ti-icon-headset: unicode("eb90"); +$ti-icon-headset-off: unicode("f3f6"); +$ti-icon-health-recognition: unicode("f1fb"); +$ti-icon-heart: unicode("eabe"); +$ti-icon-heart-bolt: unicode("fb9e"); +$ti-icon-heart-broken: unicode("ecba"); +$ti-icon-heart-cancel: unicode("fb9f"); +$ti-icon-heart-check: unicode("fba0"); +$ti-icon-heart-code: unicode("fba1"); +$ti-icon-heart-cog: unicode("fba2"); +$ti-icon-heart-discount: unicode("fba3"); +$ti-icon-heart-dollar: unicode("fba4"); +$ti-icon-heart-down: unicode("fba5"); +$ti-icon-heart-exclamation: unicode("fba6"); +$ti-icon-heart-handshake: unicode("f0f3"); +$ti-icon-heart-minus: unicode("f140"); +$ti-icon-heart-off: unicode("f141"); +$ti-icon-heart-pause: unicode("fba7"); +$ti-icon-heart-pin: unicode("fba8"); +$ti-icon-heart-plus: unicode("f142"); +$ti-icon-heart-question: unicode("fba9"); +$ti-icon-heart-rate-monitor: unicode("ef61"); +$ti-icon-heart-search: unicode("fbaa"); +$ti-icon-heart-share: unicode("fbab"); +$ti-icon-heart-star: unicode("fbac"); +$ti-icon-heart-up: unicode("fbad"); +$ti-icon-heart-x: unicode("fbae"); +$ti-icon-heartbeat: unicode("ef92"); +$ti-icon-hearts: unicode("f387"); +$ti-icon-hearts-off: unicode("f3f7"); +$ti-icon-helicopter: unicode("ed8e"); +$ti-icon-helicopter-landing: unicode("ed8d"); +$ti-icon-helmet: unicode("efca"); +$ti-icon-helmet-off: unicode("f143"); +$ti-icon-help: unicode("eabf"); +$ti-icon-help-circle: unicode("f91d"); +$ti-icon-help-hexagon: unicode("f7a8"); +$ti-icon-help-octagon: unicode("f7a9"); +$ti-icon-help-off: unicode("f3f8"); +$ti-icon-help-small: unicode("f91e"); +$ti-icon-help-square: unicode("f920"); +$ti-icon-help-square-rounded: unicode("f91f"); +$ti-icon-help-triangle: unicode("f921"); +$ti-icon-hemisphere: unicode("faa2"); +$ti-icon-hemisphere-off: unicode("faa0"); +$ti-icon-hemisphere-plus: unicode("faa1"); +$ti-icon-hexagon: unicode("ec02"); +$ti-icon-hexagon-3d: unicode("f4c7"); +$ti-icon-hexagon-letter-a: unicode("f463"); +$ti-icon-hexagon-letter-b: unicode("f464"); +$ti-icon-hexagon-letter-c: unicode("f465"); +$ti-icon-hexagon-letter-d: unicode("f466"); +$ti-icon-hexagon-letter-e: unicode("f467"); +$ti-icon-hexagon-letter-f: unicode("f468"); +$ti-icon-hexagon-letter-g: unicode("f469"); +$ti-icon-hexagon-letter-h: unicode("f46a"); +$ti-icon-hexagon-letter-i: unicode("f46b"); +$ti-icon-hexagon-letter-j: unicode("f46c"); +$ti-icon-hexagon-letter-k: unicode("f46d"); +$ti-icon-hexagon-letter-l: unicode("f46e"); +$ti-icon-hexagon-letter-m: unicode("f46f"); +$ti-icon-hexagon-letter-n: unicode("f470"); +$ti-icon-hexagon-letter-o: unicode("f471"); +$ti-icon-hexagon-letter-p: unicode("f472"); +$ti-icon-hexagon-letter-q: unicode("f473"); +$ti-icon-hexagon-letter-r: unicode("f474"); +$ti-icon-hexagon-letter-s: unicode("f475"); +$ti-icon-hexagon-letter-t: unicode("f476"); +$ti-icon-hexagon-letter-u: unicode("f477"); +$ti-icon-hexagon-letter-v: unicode("f4b3"); +$ti-icon-hexagon-letter-w: unicode("f478"); +$ti-icon-hexagon-letter-x: unicode("f479"); +$ti-icon-hexagon-letter-y: unicode("f47a"); +$ti-icon-hexagon-letter-z: unicode("f47b"); +$ti-icon-hexagon-minus: unicode("fc8f"); +$ti-icon-hexagon-minus-2: unicode("fc8e"); +$ti-icon-hexagon-number-0: unicode("f459"); +$ti-icon-hexagon-number-1: unicode("f45a"); +$ti-icon-hexagon-number-2: unicode("f45b"); +$ti-icon-hexagon-number-3: unicode("f45c"); +$ti-icon-hexagon-number-4: unicode("f45d"); +$ti-icon-hexagon-number-5: unicode("f45e"); +$ti-icon-hexagon-number-6: unicode("f45f"); +$ti-icon-hexagon-number-7: unicode("f460"); +$ti-icon-hexagon-number-8: unicode("f461"); +$ti-icon-hexagon-number-9: unicode("f462"); +$ti-icon-hexagon-off: unicode("ee9c"); +$ti-icon-hexagon-plus: unicode("fc45"); +$ti-icon-hexagon-plus-2: unicode("fc90"); +$ti-icon-hexagonal-prism: unicode("faa5"); +$ti-icon-hexagonal-prism-off: unicode("faa3"); +$ti-icon-hexagonal-prism-plus: unicode("faa4"); +$ti-icon-hexagonal-pyramid: unicode("faa8"); +$ti-icon-hexagonal-pyramid-off: unicode("faa6"); +$ti-icon-hexagonal-pyramid-plus: unicode("faa7"); +$ti-icon-hexagons: unicode("f09d"); +$ti-icon-hexagons-off: unicode("f3f9"); +$ti-icon-hierarchy: unicode("ee9e"); +$ti-icon-hierarchy-2: unicode("ee9d"); +$ti-icon-hierarchy-3: unicode("f289"); +$ti-icon-hierarchy-off: unicode("f3fa"); +$ti-icon-highlight: unicode("ef3f"); +$ti-icon-highlight-off: unicode("f144"); +$ti-icon-history: unicode("ebea"); +$ti-icon-history-off: unicode("f3fb"); +$ti-icon-history-toggle: unicode("f1fc"); +$ti-icon-home: unicode("eac1"); +$ti-icon-home-2: unicode("eac0"); +$ti-icon-home-bolt: unicode("f336"); +$ti-icon-home-cancel: unicode("f350"); +$ti-icon-home-check: unicode("f337"); +$ti-icon-home-cog: unicode("f338"); +$ti-icon-home-dollar: unicode("f339"); +$ti-icon-home-dot: unicode("f33a"); +$ti-icon-home-down: unicode("f33b"); +$ti-icon-home-eco: unicode("f351"); +$ti-icon-home-edit: unicode("f352"); +$ti-icon-home-exclamation: unicode("f33c"); +$ti-icon-home-hand: unicode("f504"); +$ti-icon-home-heart: unicode("f353"); +$ti-icon-home-infinity: unicode("f505"); +$ti-icon-home-link: unicode("f354"); +$ti-icon-home-minus: unicode("f33d"); +$ti-icon-home-move: unicode("f33e"); +$ti-icon-home-off: unicode("f145"); +$ti-icon-home-plus: unicode("f33f"); +$ti-icon-home-question: unicode("f340"); +$ti-icon-home-ribbon: unicode("f355"); +$ti-icon-home-search: unicode("f341"); +$ti-icon-home-share: unicode("f342"); +$ti-icon-home-shield: unicode("f343"); +$ti-icon-home-signal: unicode("f356"); +$ti-icon-home-star: unicode("f344"); +$ti-icon-home-stats: unicode("f345"); +$ti-icon-home-up: unicode("f346"); +$ti-icon-home-x: unicode("f347"); +$ti-icon-horse: unicode("fc46"); +$ti-icon-horse-toy: unicode("f28a"); +$ti-icon-horseshoe: unicode("fcb7"); +$ti-icon-hospital: unicode("fd59"); +$ti-icon-hospital-circle: unicode("fd58"); +$ti-icon-hotel-service: unicode("ef80"); +$ti-icon-hourglass: unicode("ef93"); +$ti-icon-hourglass-empty: unicode("f146"); +$ti-icon-hourglass-high: unicode("f092"); +$ti-icon-hourglass-low: unicode("f093"); +$ti-icon-hourglass-off: unicode("f147"); +$ti-icon-hours-12: unicode("fc53"); +$ti-icon-hours-24: unicode("f5e7"); +$ti-icon-html: unicode("f7b1"); +$ti-icon-http-connect: unicode("fa28"); +$ti-icon-http-delete: unicode("fa29"); +$ti-icon-http-get: unicode("fa2a"); +$ti-icon-http-head: unicode("fa2b"); +$ti-icon-http-options: unicode("fa2c"); +$ti-icon-http-patch: unicode("fa2d"); +$ti-icon-http-post: unicode("fa2e"); +$ti-icon-http-put: unicode("fa2f"); +$ti-icon-http-que: unicode("fa5b"); +$ti-icon-http-trace: unicode("fa30"); +$ti-icon-ice-cream: unicode("eac2"); +$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-off: unicode("f3fc"); +$ti-icon-id: unicode("eac3"); +$ti-icon-id-badge: unicode("eff7"); +$ti-icon-id-badge-2: unicode("f076"); +$ti-icon-id-badge-off: unicode("f3fd"); +$ti-icon-id-off: unicode("f149"); +$ti-icon-image-in-picture: unicode("fd9f"); +$ti-icon-inbox: unicode("eac4"); +$ti-icon-inbox-off: unicode("f14a"); +$ti-icon-indent-decrease: unicode("eb91"); +$ti-icon-indent-increase: unicode("eb92"); +$ti-icon-infinity: unicode("eb69"); +$ti-icon-infinity-off: unicode("f3fe"); +$ti-icon-info-circle: unicode("eac5"); +$ti-icon-info-hexagon: unicode("f7aa"); +$ti-icon-info-octagon: unicode("f7ab"); +$ti-icon-info-small: unicode("f922"); +$ti-icon-info-square: unicode("eac6"); +$ti-icon-info-square-rounded: unicode("f635"); +$ti-icon-info-triangle: unicode("f923"); +$ti-icon-inner-shadow-bottom: unicode("f520"); +$ti-icon-inner-shadow-bottom-left: unicode("f51e"); +$ti-icon-inner-shadow-bottom-right: unicode("f51f"); +$ti-icon-inner-shadow-left: unicode("f521"); +$ti-icon-inner-shadow-right: unicode("f522"); +$ti-icon-inner-shadow-top: unicode("f525"); +$ti-icon-inner-shadow-top-left: unicode("f523"); +$ti-icon-inner-shadow-top-right: unicode("f524"); +$ti-icon-input-ai: unicode("fc5a"); +$ti-icon-input-check: unicode("fc5b"); +$ti-icon-input-search: unicode("f2a2"); +$ti-icon-input-x: unicode("fc5c"); +$ti-icon-ironing: unicode("fa7c"); +$ti-icon-ironing-1: unicode("f2f4"); +$ti-icon-ironing-2: unicode("f2f5"); +$ti-icon-ironing-3: unicode("f2f6"); +$ti-icon-ironing-off: unicode("f2f7"); +$ti-icon-ironing-steam: unicode("f2f9"); +$ti-icon-ironing-steam-off: unicode("f2f8"); +$ti-icon-irregular-polyhedron: unicode("faab"); +$ti-icon-irregular-polyhedron-off: unicode("faa9"); +$ti-icon-irregular-polyhedron-plus: unicode("faaa"); +$ti-icon-italic: unicode("eb93"); +$ti-icon-jacket: unicode("f661"); +$ti-icon-jetpack: unicode("f581"); +$ti-icon-jewish-star: unicode("f3ff"); +$ti-icon-jpg: unicode("f3ac"); +$ti-icon-json: unicode("f7b2"); +$ti-icon-jump-rope: unicode("ed8f"); +$ti-icon-karate: unicode("ed32"); +$ti-icon-kayak: unicode("f1d6"); +$ti-icon-kerning: unicode("efb8"); +$ti-icon-key: unicode("eac7"); +$ti-icon-key-off: unicode("f14b"); +$ti-icon-keyboard: unicode("ebd6"); +$ti-icon-keyboard-hide: unicode("ec7e"); +$ti-icon-keyboard-off: unicode("eea0"); +$ti-icon-keyboard-show: unicode("ec7f"); +$ti-icon-keyframe: unicode("f576"); +$ti-icon-keyframe-align-center: unicode("f582"); +$ti-icon-keyframe-align-horizontal: unicode("f583"); +$ti-icon-keyframe-align-vertical: unicode("f584"); +$ti-icon-keyframes: unicode("f585"); +$ti-icon-ladder: unicode("efe2"); +$ti-icon-ladder-off: unicode("f14c"); +$ti-icon-ladle: unicode("fc14"); +$ti-icon-lambda: unicode("f541"); +$ti-icon-lamp: unicode("efab"); +$ti-icon-lamp-2: unicode("f09e"); +$ti-icon-lamp-off: unicode("f14d"); +$ti-icon-lane: unicode("faf9"); +$ti-icon-language: unicode("ebbe"); +$ti-icon-language-hiragana: unicode("ef77"); +$ti-icon-language-katakana: unicode("ef78"); +$ti-icon-language-off: unicode("f14e"); +$ti-icon-lasso: unicode("efac"); +$ti-icon-lasso-off: unicode("f14f"); +$ti-icon-lasso-polygon: unicode("f388"); +$ti-icon-layers-difference: unicode("eac8"); +$ti-icon-layers-intersect: unicode("eac9"); +$ti-icon-layers-intersect-2: unicode("eff8"); +$ti-icon-layers-linked: unicode("eea1"); +$ti-icon-layers-off: unicode("f150"); +$ti-icon-layers-subtract: unicode("eaca"); +$ti-icon-layers-union: unicode("eacb"); +$ti-icon-layout: unicode("eadb"); +$ti-icon-layout-2: unicode("eacc"); +$ti-icon-layout-align-bottom: unicode("eacd"); +$ti-icon-layout-align-center: unicode("eace"); +$ti-icon-layout-align-left: unicode("eacf"); +$ti-icon-layout-align-middle: unicode("ead0"); +$ti-icon-layout-align-right: unicode("ead1"); +$ti-icon-layout-align-top: unicode("ead2"); +$ti-icon-layout-board: unicode("ef95"); +$ti-icon-layout-board-split: unicode("ef94"); +$ti-icon-layout-bottombar: unicode("ead3"); +$ti-icon-layout-bottombar-collapse: unicode("f28b"); +$ti-icon-layout-bottombar-expand: unicode("f28c"); +$ti-icon-layout-bottombar-inactive: unicode("fd45"); +$ti-icon-layout-cards: unicode("ec13"); +$ti-icon-layout-collage: unicode("f389"); +$ti-icon-layout-columns: unicode("ead4"); +$ti-icon-layout-dashboard: unicode("f02c"); +$ti-icon-layout-distribute-horizontal: unicode("ead5"); +$ti-icon-layout-distribute-vertical: unicode("ead6"); +$ti-icon-layout-grid: unicode("edba"); +$ti-icon-layout-grid-add: unicode("edb9"); +$ti-icon-layout-grid-remove: unicode("fa7d"); +$ti-icon-layout-kanban: unicode("ec3f"); +$ti-icon-layout-list: unicode("ec14"); +$ti-icon-layout-navbar: unicode("ead7"); +$ti-icon-layout-navbar-collapse: unicode("f28d"); +$ti-icon-layout-navbar-expand: unicode("f28e"); +$ti-icon-layout-navbar-inactive: unicode("fd46"); +$ti-icon-layout-off: unicode("f151"); +$ti-icon-layout-rows: unicode("ead8"); +$ti-icon-layout-sidebar: unicode("eada"); +$ti-icon-layout-sidebar-inactive: unicode("fd47"); +$ti-icon-layout-sidebar-left-collapse: unicode("f004"); +$ti-icon-layout-sidebar-left-expand: unicode("f005"); +$ti-icon-layout-sidebar-right: unicode("ead9"); +$ti-icon-layout-sidebar-right-collapse: unicode("f006"); +$ti-icon-layout-sidebar-right-expand: unicode("f007"); +$ti-icon-layout-sidebar-right-inactive: unicode("fd48"); +$ti-icon-leaf: unicode("ed4f"); +$ti-icon-leaf-off: unicode("f400"); +$ti-icon-lego: unicode("eadc"); +$ti-icon-lego-off: unicode("f401"); +$ti-icon-lemon: unicode("ef10"); +$ti-icon-lemon-2: unicode("ef81"); +$ti-icon-letter-a: unicode("ec50"); +$ti-icon-letter-a-small: unicode("fcc7"); +$ti-icon-letter-b: unicode("ec51"); +$ti-icon-letter-b-small: unicode("fcc8"); +$ti-icon-letter-c: unicode("ec52"); +$ti-icon-letter-c-small: unicode("fcc9"); +$ti-icon-letter-case: unicode("eea5"); +$ti-icon-letter-case-lower: unicode("eea2"); +$ti-icon-letter-case-toggle: unicode("eea3"); +$ti-icon-letter-case-upper: unicode("eea4"); +$ti-icon-letter-d: unicode("ec53"); +$ti-icon-letter-d-small: unicode("fcca"); +$ti-icon-letter-e: unicode("ec54"); +$ti-icon-letter-e-small: unicode("fccb"); +$ti-icon-letter-f: unicode("ec55"); +$ti-icon-letter-f-small: unicode("fccc"); +$ti-icon-letter-g: unicode("ec56"); +$ti-icon-letter-g-small: unicode("fccd"); +$ti-icon-letter-h: unicode("ec57"); +$ti-icon-letter-h-small: unicode("fcce"); +$ti-icon-letter-i: unicode("ec58"); +$ti-icon-letter-i-small: unicode("fccf"); +$ti-icon-letter-j: unicode("ec59"); +$ti-icon-letter-j-small: unicode("fcd0"); +$ti-icon-letter-k: unicode("ec5a"); +$ti-icon-letter-k-small: unicode("fcd1"); +$ti-icon-letter-l: unicode("ec5b"); +$ti-icon-letter-l-small: unicode("fcd2"); +$ti-icon-letter-m: unicode("ec5c"); +$ti-icon-letter-m-small: unicode("fcd3"); +$ti-icon-letter-n: unicode("ec5d"); +$ti-icon-letter-n-small: unicode("fcd4"); +$ti-icon-letter-o: unicode("ec5e"); +$ti-icon-letter-o-small: unicode("fcd5"); +$ti-icon-letter-p: unicode("ec5f"); +$ti-icon-letter-p-small: unicode("fcd6"); +$ti-icon-letter-q: unicode("ec60"); +$ti-icon-letter-q-small: unicode("fcd7"); +$ti-icon-letter-r: unicode("ec61"); +$ti-icon-letter-r-small: unicode("fcd8"); +$ti-icon-letter-s: unicode("ec62"); +$ti-icon-letter-s-small: unicode("fcd9"); +$ti-icon-letter-spacing: unicode("eea6"); +$ti-icon-letter-t: unicode("ec63"); +$ti-icon-letter-t-small: unicode("fcda"); +$ti-icon-letter-u: unicode("ec64"); +$ti-icon-letter-u-small: unicode("fcdb"); +$ti-icon-letter-v: unicode("ec65"); +$ti-icon-letter-v-small: unicode("fcdc"); +$ti-icon-letter-w: unicode("ec66"); +$ti-icon-letter-w-small: unicode("fcdd"); +$ti-icon-letter-x: unicode("ec67"); +$ti-icon-letter-x-small: unicode("fcde"); +$ti-icon-letter-y: unicode("ec68"); +$ti-icon-letter-y-small: unicode("fcdf"); +$ti-icon-letter-z: unicode("ec69"); +$ti-icon-letter-z-small: unicode("fce0"); +$ti-icon-library: unicode("fd4c"); +$ti-icon-library-minus: unicode("fd49"); +$ti-icon-library-photo: unicode("fd4a"); +$ti-icon-library-plus: unicode("fd4b"); +$ti-icon-license: unicode("ebc0"); +$ti-icon-license-off: unicode("f153"); +$ti-icon-lifebuoy: unicode("eadd"); +$ti-icon-lifebuoy-off: unicode("f154"); +$ti-icon-lighter: unicode("f794"); +$ti-icon-line: unicode("ec40"); +$ti-icon-line-dashed: unicode("eea7"); +$ti-icon-line-dotted: unicode("eea8"); +$ti-icon-line-height: unicode("eb94"); +$ti-icon-line-scan: unicode("fcb8"); +$ti-icon-link: unicode("eade"); +$ti-icon-link-minus: unicode("fd16"); +$ti-icon-link-off: unicode("f402"); +$ti-icon-link-plus: unicode("fd17"); +$ti-icon-list: unicode("eb6b"); +$ti-icon-list-check: unicode("eb6a"); +$ti-icon-list-details: unicode("ef40"); +$ti-icon-list-letters: unicode("fc47"); +$ti-icon-list-numbers: unicode("ef11"); +$ti-icon-list-search: unicode("eea9"); +$ti-icon-list-tree: unicode("fafa"); +$ti-icon-live-photo: unicode("eadf"); +$ti-icon-live-photo-off: unicode("f403"); +$ti-icon-live-view: unicode("ec6b"); +$ti-icon-load-balancer: unicode("fa5c"); +$ti-icon-loader: unicode("eca3"); +$ti-icon-loader-2: unicode("f226"); +$ti-icon-loader-3: unicode("f513"); +$ti-icon-loader-quarter: unicode("eca2"); +$ti-icon-location: unicode("eae0"); +$ti-icon-location-bolt: unicode("fbaf"); +$ti-icon-location-broken: unicode("f2c4"); +$ti-icon-location-cancel: unicode("fbb0"); +$ti-icon-location-check: unicode("fbb1"); +$ti-icon-location-code: unicode("fbb2"); +$ti-icon-location-cog: unicode("fbb3"); +$ti-icon-location-discount: unicode("fbb4"); +$ti-icon-location-dollar: unicode("fbb5"); +$ti-icon-location-down: unicode("fbb6"); +$ti-icon-location-exclamation: unicode("fbb7"); +$ti-icon-location-heart: unicode("fbb8"); +$ti-icon-location-minus: unicode("fbb9"); +$ti-icon-location-off: unicode("f155"); +$ti-icon-location-pause: unicode("fbba"); +$ti-icon-location-pin: unicode("fbbb"); +$ti-icon-location-plus: unicode("fbbc"); +$ti-icon-location-question: unicode("fbbd"); +$ti-icon-location-search: unicode("fbbe"); +$ti-icon-location-share: unicode("fbbf"); +$ti-icon-location-star: unicode("fbc0"); +$ti-icon-location-up: unicode("fbc1"); +$ti-icon-location-x: unicode("fbc2"); +$ti-icon-lock: unicode("eae2"); +$ti-icon-lock-access: unicode("eeaa"); +$ti-icon-lock-access-off: unicode("f404"); +$ti-icon-lock-bolt: unicode("f924"); +$ti-icon-lock-cancel: unicode("f925"); +$ti-icon-lock-check: unicode("f926"); +$ti-icon-lock-code: unicode("f927"); +$ti-icon-lock-cog: unicode("f928"); +$ti-icon-lock-dollar: unicode("f929"); +$ti-icon-lock-down: unicode("f92a"); +$ti-icon-lock-exclamation: unicode("f92b"); +$ti-icon-lock-heart: unicode("f92c"); +$ti-icon-lock-minus: unicode("f92d"); +$ti-icon-lock-off: unicode("ed1e"); +$ti-icon-lock-open: unicode("eae1"); +$ti-icon-lock-open-off: unicode("f156"); +$ti-icon-lock-pause: unicode("f92e"); +$ti-icon-lock-pin: unicode("f92f"); +$ti-icon-lock-plus: unicode("f930"); +$ti-icon-lock-question: unicode("f931"); +$ti-icon-lock-search: unicode("f932"); +$ti-icon-lock-share: unicode("f933"); +$ti-icon-lock-square: unicode("ef51"); +$ti-icon-lock-square-rounded: unicode("f636"); +$ti-icon-lock-star: unicode("f934"); +$ti-icon-lock-up: unicode("f935"); +$ti-icon-lock-x: unicode("f936"); +$ti-icon-logic-and: unicode("f240"); +$ti-icon-logic-buffer: unicode("f241"); +$ti-icon-logic-nand: unicode("f242"); +$ti-icon-logic-nor: unicode("f243"); +$ti-icon-logic-not: unicode("f244"); +$ti-icon-logic-or: unicode("f245"); +$ti-icon-logic-xnor: unicode("f246"); +$ti-icon-logic-xor: unicode("f247"); +$ti-icon-login: unicode("eba7"); +$ti-icon-login-2: unicode("fc76"); +$ti-icon-logout: unicode("eba8"); +$ti-icon-logout-2: unicode("fa7e"); +$ti-icon-lollipop: unicode("efcc"); +$ti-icon-lollipop-off: unicode("f157"); +$ti-icon-luggage: unicode("efad"); +$ti-icon-luggage-off: unicode("f158"); +$ti-icon-lungs: unicode("ef62"); +$ti-icon-lungs-off: unicode("f405"); +$ti-icon-macro: unicode("eeab"); +$ti-icon-macro-off: unicode("f406"); +$ti-icon-magnet: unicode("eae3"); +$ti-icon-magnet-off: unicode("f159"); +$ti-icon-magnetic: unicode("fcb9"); +$ti-icon-mail: unicode("eae5"); +$ti-icon-mail-ai: unicode("fa31"); +$ti-icon-mail-bolt: unicode("f937"); +$ti-icon-mail-cancel: unicode("f938"); +$ti-icon-mail-check: unicode("f939"); +$ti-icon-mail-code: unicode("f93a"); +$ti-icon-mail-cog: unicode("f93b"); +$ti-icon-mail-dollar: unicode("f93c"); +$ti-icon-mail-down: unicode("f93d"); +$ti-icon-mail-exclamation: unicode("f93e"); +$ti-icon-mail-fast: unicode("f069"); +$ti-icon-mail-forward: unicode("eeac"); +$ti-icon-mail-heart: unicode("f93f"); +$ti-icon-mail-minus: unicode("f940"); +$ti-icon-mail-off: unicode("f15a"); +$ti-icon-mail-opened: unicode("eae4"); +$ti-icon-mail-pause: unicode("f941"); +$ti-icon-mail-pin: unicode("f942"); +$ti-icon-mail-plus: unicode("f943"); +$ti-icon-mail-question: unicode("f944"); +$ti-icon-mail-search: unicode("f945"); +$ti-icon-mail-share: unicode("f946"); +$ti-icon-mail-star: unicode("f947"); +$ti-icon-mail-up: unicode("f948"); +$ti-icon-mail-x: unicode("f949"); +$ti-icon-mailbox: unicode("eead"); +$ti-icon-mailbox-off: unicode("f15b"); +$ti-icon-man: unicode("eae6"); +$ti-icon-manual-gearbox: unicode("ed7b"); +$ti-icon-map: unicode("eae9"); +$ti-icon-map-2: unicode("eae7"); +$ti-icon-map-bolt: unicode("fbc3"); +$ti-icon-map-cancel: unicode("fbc4"); +$ti-icon-map-check: unicode("fbc5"); +$ti-icon-map-code: unicode("fbc6"); +$ti-icon-map-cog: unicode("fbc7"); +$ti-icon-map-discount: unicode("fbc8"); +$ti-icon-map-dollar: unicode("fbc9"); +$ti-icon-map-down: unicode("fbca"); +$ti-icon-map-east: unicode("fc5d"); +$ti-icon-map-exclamation: unicode("fbcb"); +$ti-icon-map-heart: unicode("fbcc"); +$ti-icon-map-minus: unicode("fbcd"); +$ti-icon-map-north: unicode("fc5e"); +$ti-icon-map-off: unicode("f15c"); +$ti-icon-map-pause: unicode("fbce"); +$ti-icon-map-pin: unicode("eae8"); +$ti-icon-map-pin-2: unicode("fc48"); +$ti-icon-map-pin-bolt: unicode("f94a"); +$ti-icon-map-pin-cancel: unicode("f94b"); +$ti-icon-map-pin-check: unicode("f94c"); +$ti-icon-map-pin-code: unicode("f94d"); +$ti-icon-map-pin-cog: unicode("f94e"); +$ti-icon-map-pin-dollar: unicode("f94f"); +$ti-icon-map-pin-down: unicode("f950"); +$ti-icon-map-pin-exclamation: unicode("f951"); +$ti-icon-map-pin-heart: unicode("f952"); +$ti-icon-map-pin-minus: unicode("f953"); +$ti-icon-map-pin-off: unicode("ecf3"); +$ti-icon-map-pin-pause: unicode("f954"); +$ti-icon-map-pin-pin: unicode("f955"); +$ti-icon-map-pin-plus: unicode("f956"); +$ti-icon-map-pin-question: unicode("f957"); +$ti-icon-map-pin-search: unicode("f958"); +$ti-icon-map-pin-share: unicode("f795"); +$ti-icon-map-pin-star: unicode("f959"); +$ti-icon-map-pin-up: unicode("f95a"); +$ti-icon-map-pin-x: unicode("f95b"); +$ti-icon-map-pins: unicode("ed5e"); +$ti-icon-map-plus: unicode("fbcf"); +$ti-icon-map-question: unicode("fbd0"); +$ti-icon-map-route: unicode("fc79"); +$ti-icon-map-search: unicode("ef82"); +$ti-icon-map-share: unicode("fbd1"); +$ti-icon-map-south: unicode("fc5f"); +$ti-icon-map-star: unicode("fbd2"); +$ti-icon-map-up: unicode("fbd3"); +$ti-icon-map-west: unicode("fc60"); +$ti-icon-map-x: unicode("fbd4"); +$ti-icon-markdown: unicode("ec41"); +$ti-icon-markdown-off: unicode("f407"); +$ti-icon-marquee: unicode("ec77"); +$ti-icon-marquee-2: unicode("eeae"); +$ti-icon-marquee-off: unicode("f15d"); +$ti-icon-mars: unicode("ec80"); +$ti-icon-mask: unicode("eeb0"); +$ti-icon-mask-off: unicode("eeaf"); +$ti-icon-masks-theater: unicode("f263"); +$ti-icon-masks-theater-off: unicode("f408"); +$ti-icon-massage: unicode("eeb1"); +$ti-icon-matchstick: unicode("f577"); +$ti-icon-math: unicode("ebeb"); +$ti-icon-math-1-divide-2: unicode("f4e2"); +$ti-icon-math-1-divide-3: unicode("f4e3"); +$ti-icon-math-avg: unicode("f0f4"); +$ti-icon-math-equal-greater: unicode("f4e4"); +$ti-icon-math-equal-lower: unicode("f4e5"); +$ti-icon-math-function: unicode("eeb2"); +$ti-icon-math-function-off: unicode("f15e"); +$ti-icon-math-function-y: unicode("f4e6"); +$ti-icon-math-greater: unicode("f4e7"); +$ti-icon-math-integral: unicode("f4e9"); +$ti-icon-math-integral-x: unicode("f4e8"); +$ti-icon-math-integrals: unicode("f4ea"); +$ti-icon-math-lower: unicode("f4eb"); +$ti-icon-math-max: unicode("f0f5"); +$ti-icon-math-max-min: unicode("fda0"); +$ti-icon-math-min: unicode("f0f6"); +$ti-icon-math-not: unicode("f4ec"); +$ti-icon-math-off: unicode("f409"); +$ti-icon-math-pi: unicode("f4ee"); +$ti-icon-math-pi-divide-2: unicode("f4ed"); +$ti-icon-math-symbols: unicode("eeb3"); +$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-minus-x: unicode("f4f2"); +$ti-icon-math-x-minus-y: unicode("f4f3"); +$ti-icon-math-x-plus-x: unicode("f4f4"); +$ti-icon-math-x-plus-y: unicode("f4f5"); +$ti-icon-math-xy: unicode("f4f6"); +$ti-icon-math-y-minus-y: unicode("f4f7"); +$ti-icon-math-y-plus-y: unicode("f4f8"); +$ti-icon-maximize: unicode("eaea"); +$ti-icon-maximize-off: unicode("f15f"); +$ti-icon-meat: unicode("ef12"); +$ti-icon-meat-off: unicode("f40a"); +$ti-icon-medal: unicode("ec78"); +$ti-icon-medal-2: unicode("efcd"); +$ti-icon-medical-cross: unicode("ec2f"); +$ti-icon-medical-cross-circle: unicode("fae8"); +$ti-icon-medical-cross-off: unicode("f160"); +$ti-icon-medicine-syrup: unicode("ef63"); +$ti-icon-meeple: unicode("f514"); +$ti-icon-melon: unicode("fc7a"); +$ti-icon-menorah: unicode("f58c"); +$ti-icon-menu: unicode("eaeb"); +$ti-icon-menu-2: unicode("ec42"); +$ti-icon-menu-deep: unicode("fafb"); +$ti-icon-menu-order: unicode("f5f5"); +$ti-icon-message: unicode("eaef"); +$ti-icon-message-2: unicode("eaec"); +$ti-icon-message-2-bolt: unicode("f95c"); +$ti-icon-message-2-cancel: unicode("f95d"); +$ti-icon-message-2-check: unicode("f95e"); +$ti-icon-message-2-code: unicode("f012"); +$ti-icon-message-2-cog: unicode("f95f"); +$ti-icon-message-2-dollar: unicode("f960"); +$ti-icon-message-2-down: unicode("f961"); +$ti-icon-message-2-exclamation: unicode("f962"); +$ti-icon-message-2-heart: unicode("f963"); +$ti-icon-message-2-minus: unicode("f964"); +$ti-icon-message-2-off: unicode("f40b"); +$ti-icon-message-2-pause: unicode("f965"); +$ti-icon-message-2-pin: unicode("f966"); +$ti-icon-message-2-plus: unicode("f967"); +$ti-icon-message-2-question: unicode("f968"); +$ti-icon-message-2-search: unicode("f969"); +$ti-icon-message-2-share: unicode("f077"); +$ti-icon-message-2-star: unicode("f96a"); +$ti-icon-message-2-up: unicode("f96b"); +$ti-icon-message-2-x: unicode("f96c"); +$ti-icon-message-bolt: unicode("f96d"); +$ti-icon-message-cancel: unicode("f96e"); +$ti-icon-message-chatbot: unicode("f38a"); +$ti-icon-message-check: unicode("f96f"); +$ti-icon-message-circle: unicode("eaed"); +$ti-icon-message-circle-2: unicode("ed3f"); +$ti-icon-message-circle-bolt: unicode("f970"); +$ti-icon-message-circle-cancel: unicode("f971"); +$ti-icon-message-circle-check: unicode("f972"); +$ti-icon-message-circle-code: unicode("f973"); +$ti-icon-message-circle-cog: unicode("f974"); +$ti-icon-message-circle-dollar: unicode("f975"); +$ti-icon-message-circle-down: unicode("f976"); +$ti-icon-message-circle-exclamation: unicode("f977"); +$ti-icon-message-circle-heart: unicode("f978"); +$ti-icon-message-circle-minus: unicode("f979"); +$ti-icon-message-circle-off: unicode("ed40"); +$ti-icon-message-circle-pause: unicode("f97a"); +$ti-icon-message-circle-pin: unicode("f97b"); +$ti-icon-message-circle-plus: unicode("f97c"); +$ti-icon-message-circle-question: unicode("f97d"); +$ti-icon-message-circle-search: unicode("f97e"); +$ti-icon-message-circle-share: unicode("f97f"); +$ti-icon-message-circle-star: unicode("f980"); +$ti-icon-message-circle-up: unicode("f981"); +$ti-icon-message-circle-x: unicode("f982"); +$ti-icon-message-code: unicode("f013"); +$ti-icon-message-cog: unicode("f983"); +$ti-icon-message-dollar: unicode("f984"); +$ti-icon-message-dots: unicode("eaee"); +$ti-icon-message-down: unicode("f985"); +$ti-icon-message-exclamation: unicode("f986"); +$ti-icon-message-forward: unicode("f28f"); +$ti-icon-message-heart: unicode("f987"); +$ti-icon-message-language: unicode("efae"); +$ti-icon-message-minus: unicode("f988"); +$ti-icon-message-off: unicode("ed41"); +$ti-icon-message-pause: unicode("f989"); +$ti-icon-message-pin: unicode("f98a"); +$ti-icon-message-plus: unicode("ec9a"); +$ti-icon-message-question: unicode("f98b"); +$ti-icon-message-reply: unicode("fd4d"); +$ti-icon-message-report: unicode("ec9b"); +$ti-icon-message-search: unicode("f98c"); +$ti-icon-message-share: unicode("f078"); +$ti-icon-message-star: unicode("f98d"); +$ti-icon-message-up: unicode("f98e"); +$ti-icon-message-x: unicode("f98f"); +$ti-icon-messages: unicode("eb6c"); +$ti-icon-messages-off: unicode("ed42"); +$ti-icon-meteor: unicode("f1fd"); +$ti-icon-meteor-off: unicode("f40c"); +$ti-icon-meter-cube: unicode("fd7c"); +$ti-icon-meter-square: unicode("fd7d"); +$ti-icon-metronome: unicode("fd25"); +$ti-icon-michelin-bib-gourmand: unicode("fae9"); +$ti-icon-michelin-star: unicode("faeb"); +$ti-icon-michelin-star-green: unicode("faea"); +$ti-icon-mickey: unicode("f2a3"); +$ti-icon-microphone: unicode("eaf0"); +$ti-icon-microphone-2: unicode("ef2c"); +$ti-icon-microphone-2-off: unicode("f40d"); +$ti-icon-microphone-off: unicode("ed16"); +$ti-icon-microscope: unicode("ef64"); +$ti-icon-microscope-off: unicode("f40e"); +$ti-icon-microwave: unicode("f248"); +$ti-icon-microwave-off: unicode("f264"); +$ti-icon-military-award: unicode("f079"); +$ti-icon-military-rank: unicode("efcf"); +$ti-icon-milk: unicode("ef13"); +$ti-icon-milk-off: unicode("f40f"); +$ti-icon-milkshake: unicode("f4c8"); +$ti-icon-minimize: unicode("eaf1"); +$ti-icon-minus: unicode("eaf2"); +$ti-icon-minus-vertical: unicode("eeb4"); +$ti-icon-mist: unicode("ec30"); +$ti-icon-mist-off: unicode("f410"); +$ti-icon-mobiledata: unicode("f9f5"); +$ti-icon-mobiledata-off: unicode("f9f4"); +$ti-icon-moneybag: unicode("f506"); +$ti-icon-mood-angry: unicode("f2de"); +$ti-icon-mood-annoyed: unicode("f2e0"); +$ti-icon-mood-annoyed-2: unicode("f2df"); +$ti-icon-mood-boy: unicode("ed2d"); +$ti-icon-mood-check: unicode("f7b3"); +$ti-icon-mood-cog: unicode("f7b4"); +$ti-icon-mood-confuzed: unicode("eaf3"); +$ti-icon-mood-crazy-happy: unicode("ed90"); +$ti-icon-mood-cry: unicode("ecbb"); +$ti-icon-mood-dollar: unicode("f7b5"); +$ti-icon-mood-edit: unicode("fa05"); +$ti-icon-mood-empty: unicode("eeb5"); +$ti-icon-mood-happy: unicode("eaf4"); +$ti-icon-mood-heart: unicode("f7b6"); +$ti-icon-mood-kid: unicode("ec03"); +$ti-icon-mood-look-down: unicode("fd37"); +$ti-icon-mood-look-left: unicode("f2c5"); +$ti-icon-mood-look-right: unicode("f2c6"); +$ti-icon-mood-look-up: unicode("fd38"); +$ti-icon-mood-minus: unicode("f7b7"); +$ti-icon-mood-nerd: unicode("f2e1"); +$ti-icon-mood-nervous: unicode("ef96"); +$ti-icon-mood-neutral: unicode("eaf5"); +$ti-icon-mood-off: unicode("f161"); +$ti-icon-mood-pin: unicode("f7b8"); +$ti-icon-mood-plus: unicode("f7b9"); +$ti-icon-mood-puzzled: unicode("fd39"); +$ti-icon-mood-sad: unicode("eaf6"); +$ti-icon-mood-sad-2: unicode("f2e2"); +$ti-icon-mood-sad-dizzy: unicode("f2e3"); +$ti-icon-mood-sad-squint: unicode("f2e4"); +$ti-icon-mood-search: unicode("f7ba"); +$ti-icon-mood-share: unicode("fa06"); +$ti-icon-mood-sick: unicode("f2e5"); +$ti-icon-mood-silence: unicode("f2e6"); +$ti-icon-mood-sing: unicode("f2c7"); +$ti-icon-mood-smile: unicode("eaf7"); +$ti-icon-mood-smile-beam: unicode("f2e7"); +$ti-icon-mood-smile-dizzy: unicode("f2e8"); +$ti-icon-mood-suprised: unicode("ec04"); +$ti-icon-mood-tongue: unicode("eb95"); +$ti-icon-mood-tongue-wink: unicode("f2ea"); +$ti-icon-mood-tongue-wink-2: unicode("f2e9"); +$ti-icon-mood-unamused: unicode("f2eb"); +$ti-icon-mood-up: unicode("f7bb"); +$ti-icon-mood-wink: unicode("f2ed"); +$ti-icon-mood-wink-2: unicode("f2ec"); +$ti-icon-mood-wrrr: unicode("f2ee"); +$ti-icon-mood-x: unicode("f7bc"); +$ti-icon-mood-xd: unicode("f2ef"); +$ti-icon-moon: unicode("eaf8"); +$ti-icon-moon-2: unicode("ece6"); +$ti-icon-moon-off: unicode("f162"); +$ti-icon-moon-stars: unicode("ece7"); +$ti-icon-moped: unicode("ecbc"); +$ti-icon-motorbike: unicode("eeb6"); +$ti-icon-mountain: unicode("ef97"); +$ti-icon-mountain-off: unicode("f411"); +$ti-icon-mouse: unicode("eaf9"); +$ti-icon-mouse-2: unicode("f1d7"); +$ti-icon-mouse-off: unicode("f163"); +$ti-icon-moustache: unicode("f4c9"); +$ti-icon-movie: unicode("eafa"); +$ti-icon-movie-off: unicode("f164"); +$ti-icon-mug: unicode("eafb"); +$ti-icon-mug-off: unicode("f165"); +$ti-icon-multiplier-0-5x: unicode("ef41"); +$ti-icon-multiplier-1-5x: unicode("ef42"); +$ti-icon-multiplier-1x: unicode("ef43"); +$ti-icon-multiplier-2x: unicode("ef44"); +$ti-icon-mushroom: unicode("ef14"); +$ti-icon-mushroom-off: unicode("f412"); +$ti-icon-music: unicode("eafc"); +$ti-icon-music-bolt: unicode("fbd5"); +$ti-icon-music-cancel: unicode("fbd6"); +$ti-icon-music-check: unicode("fbd7"); +$ti-icon-music-code: unicode("fbd8"); +$ti-icon-music-cog: unicode("fbd9"); +$ti-icon-music-discount: unicode("fbda"); +$ti-icon-music-dollar: unicode("fbdb"); +$ti-icon-music-down: unicode("fbdc"); +$ti-icon-music-exclamation: unicode("fbdd"); +$ti-icon-music-heart: unicode("fbde"); +$ti-icon-music-minus: unicode("fbdf"); +$ti-icon-music-off: unicode("f166"); +$ti-icon-music-pause: unicode("fbe0"); +$ti-icon-music-pin: unicode("fbe1"); +$ti-icon-music-plus: unicode("fbe2"); +$ti-icon-music-question: unicode("fbe3"); +$ti-icon-music-search: unicode("fbe4"); +$ti-icon-music-share: unicode("fbe5"); +$ti-icon-music-star: unicode("fbe6"); +$ti-icon-music-up: unicode("fbe7"); +$ti-icon-music-x: unicode("fbe8"); +$ti-icon-navigation: unicode("f2c8"); +$ti-icon-navigation-bolt: unicode("fbe9"); +$ti-icon-navigation-cancel: unicode("fbea"); +$ti-icon-navigation-check: unicode("fbeb"); +$ti-icon-navigation-code: unicode("fbec"); +$ti-icon-navigation-cog: unicode("fbed"); +$ti-icon-navigation-discount: unicode("fbee"); +$ti-icon-navigation-dollar: unicode("fbef"); +$ti-icon-navigation-down: unicode("fbf0"); +$ti-icon-navigation-east: unicode("fcba"); +$ti-icon-navigation-exclamation: unicode("fbf1"); +$ti-icon-navigation-heart: unicode("fbf2"); +$ti-icon-navigation-minus: unicode("fbf3"); +$ti-icon-navigation-north: unicode("fcbb"); +$ti-icon-navigation-off: unicode("f413"); +$ti-icon-navigation-pause: unicode("fbf4"); +$ti-icon-navigation-pin: unicode("fbf5"); +$ti-icon-navigation-plus: unicode("fbf6"); +$ti-icon-navigation-question: unicode("fbf7"); +$ti-icon-navigation-search: unicode("fbf8"); +$ti-icon-navigation-share: unicode("fbf9"); +$ti-icon-navigation-south: unicode("fcbc"); +$ti-icon-navigation-star: unicode("fbfa"); +$ti-icon-navigation-top: unicode("faec"); +$ti-icon-navigation-up: unicode("fbfb"); +$ti-icon-navigation-west: unicode("fcbd"); +$ti-icon-navigation-x: unicode("fbfc"); +$ti-icon-needle: unicode("f508"); +$ti-icon-needle-thread: unicode("f507"); +$ti-icon-network: unicode("f09f"); +$ti-icon-network-off: unicode("f414"); +$ti-icon-new-section: unicode("ebc1"); +$ti-icon-news: unicode("eafd"); +$ti-icon-news-off: unicode("f167"); +$ti-icon-nfc: unicode("eeb7"); +$ti-icon-nfc-off: unicode("f168"); +$ti-icon-no-copyright: unicode("efb9"); +$ti-icon-no-creative-commons: unicode("efba"); +$ti-icon-no-derivatives: unicode("efbb"); +$ti-icon-north-star: unicode("f014"); +$ti-icon-note: unicode("eb6d"); +$ti-icon-note-off: unicode("f169"); +$ti-icon-notebook: unicode("eb96"); +$ti-icon-notebook-off: unicode("f415"); +$ti-icon-notes: unicode("eb6e"); +$ti-icon-notes-off: unicode("f16a"); +$ti-icon-notification: unicode("eafe"); +$ti-icon-notification-off: unicode("f16b"); +$ti-icon-number: unicode("f1fe"); +$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-small: unicode("fce3"); +$ti-icon-number-11-small: unicode("fce4"); +$ti-icon-number-12-small: unicode("fce5"); +$ti-icon-number-123: unicode("f554"); +$ti-icon-number-13-small: unicode("fce6"); +$ti-icon-number-14-small: unicode("fce7"); +$ti-icon-number-15-small: unicode("fce8"); +$ti-icon-number-16-small: unicode("fce9"); +$ti-icon-number-17-small: unicode("fcea"); +$ti-icon-number-18-small: unicode("fceb"); +$ti-icon-number-19-small: unicode("fcec"); +$ti-icon-number-2: unicode("edf2"); +$ti-icon-number-2-small: unicode("fced"); +$ti-icon-number-20-small: unicode("fcee"); +$ti-icon-number-21-small: unicode("fcef"); +$ti-icon-number-22-small: unicode("fcf0"); +$ti-icon-number-23-small: unicode("fcf1"); +$ti-icon-number-24-small: unicode("fcf2"); +$ti-icon-number-25-small: unicode("fcf3"); +$ti-icon-number-26-small: unicode("fcf4"); +$ti-icon-number-27-small: unicode("fcf5"); +$ti-icon-number-28-small: unicode("fcf6"); +$ti-icon-number-29-small: unicode("fcf7"); +$ti-icon-number-3: unicode("edf3"); +$ti-icon-number-3-small: unicode("fcf8"); +$ti-icon-number-4: unicode("edf4"); +$ti-icon-number-4-small: unicode("fcf9"); +$ti-icon-number-5: unicode("edf5"); +$ti-icon-number-5-small: unicode("fcfa"); +$ti-icon-number-6: unicode("edf6"); +$ti-icon-number-6-small: unicode("fcfb"); +$ti-icon-number-7: unicode("edf7"); +$ti-icon-number-7-small: unicode("fcfc"); +$ti-icon-number-8: unicode("edf8"); +$ti-icon-number-8-small: unicode("fcfd"); +$ti-icon-number-9: unicode("edf9"); +$ti-icon-number-9-small: unicode("fcfe"); +$ti-icon-numbers: unicode("f015"); +$ti-icon-nurse: unicode("ef65"); +$ti-icon-nut: unicode("fc61"); +$ti-icon-octagon: unicode("ecbd"); +$ti-icon-octagon-minus: unicode("fc92"); +$ti-icon-octagon-minus-2: unicode("fc91"); +$ti-icon-octagon-off: unicode("eeb8"); +$ti-icon-octagon-plus: unicode("fc94"); +$ti-icon-octagon-plus-2: unicode("fc93"); +$ti-icon-octahedron: unicode("faae"); +$ti-icon-octahedron-off: unicode("faac"); +$ti-icon-octahedron-plus: unicode("faad"); +$ti-icon-old: unicode("eeb9"); +$ti-icon-olympics: unicode("eeba"); +$ti-icon-olympics-off: unicode("f416"); +$ti-icon-om: unicode("f58d"); +$ti-icon-omega: unicode("eb97"); +$ti-icon-outbound: unicode("f249"); +$ti-icon-outlet: unicode("ebd7"); +$ti-icon-oval: unicode("f02e"); +$ti-icon-oval-vertical: unicode("f02d"); +$ti-icon-overline: unicode("eebb"); +$ti-icon-package: unicode("eaff"); +$ti-icon-package-export: unicode("f07a"); +$ti-icon-package-import: unicode("f07b"); +$ti-icon-package-off: unicode("f16c"); +$ti-icon-packages: unicode("f2c9"); +$ti-icon-pacman: unicode("eebc"); +$ti-icon-page-break: unicode("ec81"); +$ti-icon-paint: unicode("eb00"); +$ti-icon-paint-off: unicode("f16d"); +$ti-icon-palette: unicode("eb01"); +$ti-icon-palette-off: unicode("f16e"); +$ti-icon-panorama-horizontal: unicode("ed33"); +$ti-icon-panorama-horizontal-off: unicode("f417"); +$ti-icon-panorama-vertical: unicode("ed34"); +$ti-icon-panorama-vertical-off: unicode("f418"); +$ti-icon-paper-bag: unicode("f02f"); +$ti-icon-paper-bag-off: unicode("f16f"); +$ti-icon-paperclip: unicode("eb02"); +$ti-icon-parachute: unicode("ed7c"); +$ti-icon-parachute-off: unicode("f170"); +$ti-icon-parentheses: unicode("ebd8"); +$ti-icon-parentheses-off: unicode("f171"); +$ti-icon-parking: unicode("eb03"); +$ti-icon-parking-circle: unicode("fd5a"); +$ti-icon-parking-off: unicode("f172"); +$ti-icon-password: unicode("f4ca"); +$ti-icon-password-fingerprint: unicode("fc7b"); +$ti-icon-password-mobile-phone: unicode("fc7c"); +$ti-icon-password-user: unicode("fc7d"); +$ti-icon-paw: unicode("eff9"); +$ti-icon-paw-off: unicode("f419"); +$ti-icon-paywall: unicode("fd7e"); +$ti-icon-pdf: unicode("f7ac"); +$ti-icon-peace: unicode("ecbe"); +$ti-icon-pencil: unicode("eb04"); +$ti-icon-pencil-bolt: unicode("fbfd"); +$ti-icon-pencil-cancel: unicode("fbfe"); +$ti-icon-pencil-check: unicode("fbff"); +$ti-icon-pencil-code: unicode("fc00"); +$ti-icon-pencil-cog: unicode("fc01"); +$ti-icon-pencil-discount: unicode("fc02"); +$ti-icon-pencil-dollar: unicode("fc03"); +$ti-icon-pencil-down: unicode("fc04"); +$ti-icon-pencil-exclamation: unicode("fc05"); +$ti-icon-pencil-heart: unicode("fc06"); +$ti-icon-pencil-minus: unicode("f1eb"); +$ti-icon-pencil-off: unicode("f173"); +$ti-icon-pencil-pause: unicode("fc07"); +$ti-icon-pencil-pin: unicode("fc08"); +$ti-icon-pencil-plus: unicode("f1ec"); +$ti-icon-pencil-question: unicode("fc09"); +$ti-icon-pencil-search: unicode("fc0a"); +$ti-icon-pencil-share: unicode("fc0b"); +$ti-icon-pencil-star: unicode("fc0c"); +$ti-icon-pencil-up: unicode("fc0d"); +$ti-icon-pencil-x: unicode("fc0e"); +$ti-icon-pennant: unicode("ed7d"); +$ti-icon-pennant-2: unicode("f06a"); +$ti-icon-pennant-off: unicode("f174"); +$ti-icon-pentagon: unicode("efe3"); +$ti-icon-pentagon-number-0: unicode("fc7e"); +$ti-icon-pentagon-number-1: unicode("fc7f"); +$ti-icon-pentagon-number-2: unicode("fc80"); +$ti-icon-pentagon-number-3: unicode("fc81"); +$ti-icon-pentagon-number-4: unicode("fc82"); +$ti-icon-pentagon-number-5: unicode("fc83"); +$ti-icon-pentagon-number-6: unicode("fc84"); +$ti-icon-pentagon-number-7: unicode("fc85"); +$ti-icon-pentagon-number-8: unicode("fc86"); +$ti-icon-pentagon-number-9: unicode("fc87"); +$ti-icon-pentagon-off: unicode("f41a"); +$ti-icon-pentagon-plus: unicode("fc49"); +$ti-icon-pentagon-x: unicode("fc88"); +$ti-icon-pentagram: unicode("f586"); +$ti-icon-pepper: unicode("ef15"); +$ti-icon-pepper-off: unicode("f175"); +$ti-icon-percentage: unicode("ecf4"); +$ti-icon-perfume: unicode("f509"); +$ti-icon-perspective: unicode("eebd"); +$ti-icon-perspective-off: unicode("f176"); +$ti-icon-phone: unicode("eb09"); +$ti-icon-phone-call: unicode("eb05"); +$ti-icon-phone-calling: unicode("ec43"); +$ti-icon-phone-check: unicode("ec05"); +$ti-icon-phone-incoming: unicode("eb06"); +$ti-icon-phone-off: unicode("ecf5"); +$ti-icon-phone-outgoing: unicode("eb07"); +$ti-icon-phone-pause: unicode("eb08"); +$ti-icon-phone-plus: unicode("ec06"); +$ti-icon-phone-x: unicode("ec07"); +$ti-icon-photo: unicode("eb0a"); +$ti-icon-photo-ai: unicode("fa32"); +$ti-icon-photo-bolt: unicode("f990"); +$ti-icon-photo-cancel: unicode("f35d"); +$ti-icon-photo-check: unicode("f35e"); +$ti-icon-photo-circle: unicode("fc4a"); +$ti-icon-photo-circle-minus: unicode("fc62"); +$ti-icon-photo-circle-plus: unicode("fc63"); +$ti-icon-photo-code: unicode("f991"); +$ti-icon-photo-cog: unicode("f992"); +$ti-icon-photo-dollar: unicode("f993"); +$ti-icon-photo-down: unicode("f35f"); +$ti-icon-photo-edit: unicode("f360"); +$ti-icon-photo-exclamation: unicode("f994"); +$ti-icon-photo-heart: unicode("f361"); +$ti-icon-photo-hexagon: unicode("fc4b"); +$ti-icon-photo-minus: unicode("f362"); +$ti-icon-photo-off: unicode("ecf6"); +$ti-icon-photo-pause: unicode("f995"); +$ti-icon-photo-pentagon: unicode("fc4c"); +$ti-icon-photo-pin: unicode("f996"); +$ti-icon-photo-plus: unicode("f363"); +$ti-icon-photo-question: unicode("f997"); +$ti-icon-photo-scan: unicode("fca8"); +$ti-icon-photo-search: unicode("f364"); +$ti-icon-photo-sensor: unicode("f798"); +$ti-icon-photo-sensor-2: unicode("f796"); +$ti-icon-photo-sensor-3: unicode("f797"); +$ti-icon-photo-share: unicode("f998"); +$ti-icon-photo-shield: unicode("f365"); +$ti-icon-photo-square-rounded: unicode("fc4d"); +$ti-icon-photo-star: unicode("f366"); +$ti-icon-photo-up: unicode("f38b"); +$ti-icon-photo-video: unicode("fc95"); +$ti-icon-photo-x: unicode("f367"); +$ti-icon-physotherapist: unicode("eebe"); +$ti-icon-piano: unicode("fad3"); +$ti-icon-pick: unicode("fafc"); +$ti-icon-picture-in-picture: unicode("ed35"); +$ti-icon-picture-in-picture-off: unicode("ed43"); +$ti-icon-picture-in-picture-on: unicode("ed44"); +$ti-icon-picture-in-picture-top: unicode("efe4"); +$ti-icon-pig: unicode("ef52"); +$ti-icon-pig-money: unicode("f38c"); +$ti-icon-pig-off: unicode("f177"); +$ti-icon-pilcrow: unicode("f5f6"); +$ti-icon-pilcrow-left: unicode("fd7f"); +$ti-icon-pilcrow-right: unicode("fd80"); +$ti-icon-pill: unicode("ec44"); +$ti-icon-pill-off: unicode("f178"); +$ti-icon-pills: unicode("ef66"); +$ti-icon-pin: unicode("ec9c"); +$ti-icon-pin-end: unicode("fd5b"); +$ti-icon-pin-invoke: unicode("fd5c"); +$ti-icon-ping-pong: unicode("f38d"); +$ti-icon-pinned: unicode("ed60"); +$ti-icon-pinned-off: unicode("ed5f"); +$ti-icon-pizza: unicode("edbb"); +$ti-icon-pizza-off: unicode("f179"); +$ti-icon-placeholder: unicode("f626"); +$ti-icon-plane: unicode("eb6f"); +$ti-icon-plane-arrival: unicode("eb99"); +$ti-icon-plane-departure: unicode("eb9a"); +$ti-icon-plane-inflight: unicode("ef98"); +$ti-icon-plane-off: unicode("f17a"); +$ti-icon-plane-tilt: unicode("f1ed"); +$ti-icon-planet: unicode("ec08"); +$ti-icon-planet-off: unicode("f17b"); +$ti-icon-plant: unicode("ed50"); +$ti-icon-plant-2: unicode("ed7e"); +$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-off: unicode("f17e"); +$ti-icon-play-football: unicode("fa67"); +$ti-icon-play-handball: unicode("fa68"); +$ti-icon-play-volleyball: unicode("fa69"); +$ti-icon-player-eject: unicode("efbc"); +$ti-icon-player-pause: unicode("ed45"); +$ti-icon-player-play: unicode("ed46"); +$ti-icon-player-record: unicode("ed47"); +$ti-icon-player-skip-back: unicode("ed48"); +$ti-icon-player-skip-forward: unicode("ed49"); +$ti-icon-player-stop: unicode("ed4a"); +$ti-icon-player-track-next: unicode("ed4b"); +$ti-icon-player-track-prev: unicode("ed4c"); +$ti-icon-playlist: unicode("eec0"); +$ti-icon-playlist-add: unicode("f008"); +$ti-icon-playlist-off: unicode("f17f"); +$ti-icon-playlist-x: unicode("f009"); +$ti-icon-playstation-circle: unicode("f2ad"); +$ti-icon-playstation-square: unicode("f2ae"); +$ti-icon-playstation-triangle: unicode("f2af"); +$ti-icon-playstation-x: unicode("f2b0"); +$ti-icon-plug: unicode("ebd9"); +$ti-icon-plug-connected: unicode("f00a"); +$ti-icon-plug-connected-x: unicode("f0a0"); +$ti-icon-plug-off: unicode("f180"); +$ti-icon-plug-x: unicode("f0a1"); +$ti-icon-plus: unicode("eb0b"); +$ti-icon-plus-equal: unicode("f7ad"); +$ti-icon-plus-minus: unicode("f7ae"); +$ti-icon-png: unicode("f3ad"); +$ti-icon-podium: unicode("f1d8"); +$ti-icon-podium-off: unicode("f41b"); +$ti-icon-point: unicode("eb0c"); +$ti-icon-point-off: unicode("f181"); +$ti-icon-pointer: unicode("f265"); +$ti-icon-pointer-bolt: unicode("f999"); +$ti-icon-pointer-cancel: unicode("f99a"); +$ti-icon-pointer-check: unicode("f99b"); +$ti-icon-pointer-code: unicode("f99c"); +$ti-icon-pointer-cog: unicode("f99d"); +$ti-icon-pointer-dollar: unicode("f99e"); +$ti-icon-pointer-down: unicode("f99f"); +$ti-icon-pointer-exclamation: unicode("f9a0"); +$ti-icon-pointer-heart: unicode("f9a1"); +$ti-icon-pointer-minus: unicode("f9a2"); +$ti-icon-pointer-off: unicode("f9a3"); +$ti-icon-pointer-pause: unicode("f9a4"); +$ti-icon-pointer-pin: unicode("f9a5"); +$ti-icon-pointer-plus: unicode("f9a6"); +$ti-icon-pointer-question: unicode("f9a7"); +$ti-icon-pointer-search: unicode("f9a8"); +$ti-icon-pointer-share: unicode("f9a9"); +$ti-icon-pointer-star: unicode("f9aa"); +$ti-icon-pointer-up: unicode("f9ab"); +$ti-icon-pointer-x: unicode("f9ac"); +$ti-icon-pokeball: unicode("eec1"); +$ti-icon-pokeball-off: unicode("f41c"); +$ti-icon-poker-chip: unicode("f515"); +$ti-icon-polaroid: unicode("eec2"); +$ti-icon-polygon: unicode("efd0"); +$ti-icon-polygon-off: unicode("f182"); +$ti-icon-poo: unicode("f258"); +$ti-icon-pool: unicode("ed91"); +$ti-icon-pool-off: unicode("f41d"); +$ti-icon-power: unicode("eb0d"); +$ti-icon-pray: unicode("ecbf"); +$ti-icon-premium-rights: unicode("efbd"); +$ti-icon-prescription: unicode("ef99"); +$ti-icon-presentation: unicode("eb70"); +$ti-icon-presentation-analytics: unicode("eec3"); +$ti-icon-presentation-off: unicode("f183"); +$ti-icon-printer: unicode("eb0e"); +$ti-icon-printer-off: unicode("f184"); +$ti-icon-prism: unicode("fab1"); +$ti-icon-prism-off: unicode("faaf"); +$ti-icon-prism-plus: unicode("fab0"); +$ti-icon-prison: unicode("ef79"); +$ti-icon-progress: unicode("fa0d"); +$ti-icon-progress-alert: unicode("fa07"); +$ti-icon-progress-bolt: unicode("fa08"); +$ti-icon-progress-check: unicode("fa09"); +$ti-icon-progress-down: unicode("fa0a"); +$ti-icon-progress-help: unicode("fa0b"); +$ti-icon-progress-x: unicode("fa0c"); +$ti-icon-prompt: unicode("eb0f"); +$ti-icon-prong: unicode("fda1"); +$ti-icon-propeller: unicode("eec4"); +$ti-icon-propeller-off: unicode("f185"); +$ti-icon-protocol: unicode("fd81"); +$ti-icon-pumpkin-scary: unicode("f587"); +$ti-icon-puzzle: unicode("eb10"); +$ti-icon-puzzle-2: unicode("ef83"); +$ti-icon-puzzle-off: unicode("f186"); +$ti-icon-pyramid: unicode("eec5"); +$ti-icon-pyramid-off: unicode("f187"); +$ti-icon-pyramid-plus: unicode("fab2"); +$ti-icon-qrcode: unicode("eb11"); +$ti-icon-qrcode-off: unicode("f41e"); +$ti-icon-question-mark: unicode("ec9d"); +$ti-icon-quote: unicode("efbe"); +$ti-icon-quote-off: unicode("f188"); +$ti-icon-quotes: unicode("fb1e"); +$ti-icon-radar: unicode("f017"); +$ti-icon-radar-2: unicode("f016"); +$ti-icon-radar-off: unicode("f41f"); +$ti-icon-radio: unicode("ef2d"); +$ti-icon-radio-off: unicode("f420"); +$ti-icon-radioactive: unicode("ecc0"); +$ti-icon-radioactive-off: unicode("f189"); +$ti-icon-radius-bottom-left: unicode("eec6"); +$ti-icon-radius-bottom-right: unicode("eec7"); +$ti-icon-radius-top-left: unicode("eec8"); +$ti-icon-radius-top-right: unicode("eec9"); +$ti-icon-rainbow: unicode("edbc"); +$ti-icon-rainbow-off: unicode("f18a"); +$ti-icon-rating-12-plus: unicode("f266"); +$ti-icon-rating-14-plus: unicode("f267"); +$ti-icon-rating-16-plus: unicode("f268"); +$ti-icon-rating-18-plus: unicode("f269"); +$ti-icon-rating-21-plus: unicode("f26a"); +$ti-icon-razor: unicode("f4b5"); +$ti-icon-razor-electric: unicode("f4b4"); +$ti-icon-receipt: unicode("edfd"); +$ti-icon-receipt-2: unicode("edfa"); +$ti-icon-receipt-bitcoin: unicode("fd66"); +$ti-icon-receipt-dollar: unicode("fd67"); +$ti-icon-receipt-euro: unicode("fd68"); +$ti-icon-receipt-off: unicode("edfb"); +$ti-icon-receipt-pound: unicode("fd69"); +$ti-icon-receipt-refund: unicode("edfc"); +$ti-icon-receipt-rupee: unicode("fd82"); +$ti-icon-receipt-tax: unicode("edbd"); +$ti-icon-receipt-yen: unicode("fd6a"); +$ti-icon-receipt-yuan: unicode("fd6b"); +$ti-icon-recharging: unicode("eeca"); +$ti-icon-record-mail: unicode("eb12"); +$ti-icon-record-mail-off: unicode("f18b"); +$ti-icon-rectangle: unicode("ed37"); +$ti-icon-rectangle-rounded-bottom: unicode("faed"); +$ti-icon-rectangle-rounded-top: unicode("faee"); +$ti-icon-rectangle-vertical: unicode("ed36"); +$ti-icon-rectangular-prism: unicode("fab5"); +$ti-icon-rectangular-prism-off: unicode("fab3"); +$ti-icon-rectangular-prism-plus: unicode("fab4"); +$ti-icon-recycle: unicode("eb9b"); +$ti-icon-recycle-off: unicode("f18c"); +$ti-icon-refresh: unicode("eb13"); +$ti-icon-refresh-alert: unicode("ed57"); +$ti-icon-refresh-dot: unicode("efbf"); +$ti-icon-refresh-off: unicode("f18d"); +$ti-icon-regex: unicode("f31f"); +$ti-icon-regex-off: unicode("f421"); +$ti-icon-registered: unicode("eb14"); +$ti-icon-relation-many-to-many: unicode("ed7f"); +$ti-icon-relation-one-to-many: unicode("ed80"); +$ti-icon-relation-one-to-one: unicode("ed81"); +$ti-icon-reload: unicode("f3ae"); +$ti-icon-reorder: unicode("fc15"); +$ti-icon-repeat: unicode("eb72"); +$ti-icon-repeat-off: unicode("f18e"); +$ti-icon-repeat-once: unicode("eb71"); +$ti-icon-replace: unicode("ebc7"); +$ti-icon-replace-off: unicode("f422"); +$ti-icon-report: unicode("eece"); +$ti-icon-report-analytics: unicode("eecb"); +$ti-icon-report-medical: unicode("eecc"); +$ti-icon-report-money: unicode("eecd"); +$ti-icon-report-off: unicode("f18f"); +$ti-icon-report-search: unicode("ef84"); +$ti-icon-reserved-line: unicode("f9f6"); +$ti-icon-resize: unicode("eecf"); +$ti-icon-restore: unicode("fafd"); +$ti-icon-rewind-backward-10: unicode("faba"); +$ti-icon-rewind-backward-15: unicode("fabb"); +$ti-icon-rewind-backward-20: unicode("fabc"); +$ti-icon-rewind-backward-30: unicode("fabd"); +$ti-icon-rewind-backward-40: unicode("fabe"); +$ti-icon-rewind-backward-5: unicode("fabf"); +$ti-icon-rewind-backward-50: unicode("fac0"); +$ti-icon-rewind-backward-60: unicode("fac1"); +$ti-icon-rewind-forward-10: unicode("fac2"); +$ti-icon-rewind-forward-15: unicode("fac3"); +$ti-icon-rewind-forward-20: unicode("fac4"); +$ti-icon-rewind-forward-30: unicode("fac5"); +$ti-icon-rewind-forward-40: unicode("fac6"); +$ti-icon-rewind-forward-5: unicode("fac7"); +$ti-icon-rewind-forward-50: unicode("fac8"); +$ti-icon-rewind-forward-60: unicode("fac9"); +$ti-icon-ribbon-health: unicode("f58e"); +$ti-icon-rings: unicode("fa6a"); +$ti-icon-ripple: unicode("ed82"); +$ti-icon-ripple-off: unicode("f190"); +$ti-icon-road: unicode("f018"); +$ti-icon-road-off: unicode("f191"); +$ti-icon-road-sign: unicode("ecdd"); +$ti-icon-robot: unicode("f00b"); +$ti-icon-robot-face: unicode("fcbe"); +$ti-icon-robot-off: unicode("f192"); +$ti-icon-rocket: unicode("ec45"); +$ti-icon-rocket-off: unicode("f193"); +$ti-icon-roller-skating: unicode("efd1"); +$ti-icon-rollercoaster: unicode("f0a2"); +$ti-icon-rollercoaster-off: unicode("f423"); +$ti-icon-rosette: unicode("f599"); +$ti-icon-rosette-discount: unicode("ee7c"); +$ti-icon-rosette-discount-check: unicode("f1f8"); +$ti-icon-rosette-discount-off: unicode("f3e6"); +$ti-icon-rosette-number-0: unicode("f58f"); +$ti-icon-rosette-number-1: unicode("f590"); +$ti-icon-rosette-number-2: unicode("f591"); +$ti-icon-rosette-number-3: unicode("f592"); +$ti-icon-rosette-number-4: unicode("f593"); +$ti-icon-rosette-number-5: unicode("f594"); +$ti-icon-rosette-number-6: unicode("f595"); +$ti-icon-rosette-number-7: unicode("f596"); +$ti-icon-rosette-number-8: unicode("f597"); +$ti-icon-rosette-number-9: unicode("f598"); +$ti-icon-rotate: unicode("eb16"); +$ti-icon-rotate-2: unicode("ebb4"); +$ti-icon-rotate-360: unicode("ef85"); +$ti-icon-rotate-3d: unicode("f020"); +$ti-icon-rotate-clockwise: unicode("eb15"); +$ti-icon-rotate-clockwise-2: unicode("ebb5"); +$ti-icon-rotate-dot: unicode("efe5"); +$ti-icon-rotate-rectangle: unicode("ec15"); +$ti-icon-route: unicode("eb17"); +$ti-icon-route-2: unicode("f4b6"); +$ti-icon-route-alt-left: unicode("fca9"); +$ti-icon-route-alt-right: unicode("fcaa"); +$ti-icon-route-off: unicode("f194"); +$ti-icon-route-scan: unicode("fcbf"); +$ti-icon-route-square: unicode("fcac"); +$ti-icon-route-square-2: unicode("fcab"); +$ti-icon-route-x: unicode("fcae"); +$ti-icon-route-x-2: unicode("fcad"); +$ti-icon-router: unicode("eb18"); +$ti-icon-router-off: unicode("f424"); +$ti-icon-row-insert-bottom: unicode("eed0"); +$ti-icon-row-insert-top: unicode("eed1"); +$ti-icon-row-remove: unicode("fafe"); +$ti-icon-rss: unicode("eb19"); +$ti-icon-rubber-stamp: unicode("f5ab"); +$ti-icon-rubber-stamp-off: unicode("f5aa"); +$ti-icon-ruler: unicode("eb1a"); +$ti-icon-ruler-2: unicode("eed2"); +$ti-icon-ruler-2-off: unicode("f195"); +$ti-icon-ruler-3: unicode("f290"); +$ti-icon-ruler-measure: unicode("f291"); +$ti-icon-ruler-off: unicode("f196"); +$ti-icon-run: unicode("ec82"); +$ti-icon-rv-truck: unicode("fcc0"); +$ti-icon-s-turn-down: unicode("f516"); +$ti-icon-s-turn-left: unicode("f517"); +$ti-icon-s-turn-right: unicode("f518"); +$ti-icon-s-turn-up: unicode("f519"); +$ti-icon-sailboat: unicode("ec83"); +$ti-icon-sailboat-2: unicode("f5f7"); +$ti-icon-sailboat-off: unicode("f425"); +$ti-icon-salad: unicode("f50a"); +$ti-icon-salt: unicode("ef16"); +$ti-icon-sandbox: unicode("fd6c"); +$ti-icon-satellite: unicode("eed3"); +$ti-icon-satellite-off: unicode("f197"); +$ti-icon-sausage: unicode("ef17"); +$ti-icon-scale: unicode("ebc2"); +$ti-icon-scale-off: unicode("f198"); +$ti-icon-scale-outline: unicode("ef53"); +$ti-icon-scale-outline-off: unicode("f199"); +$ti-icon-scan: unicode("ebc8"); +$ti-icon-scan-eye: unicode("f1ff"); +$ti-icon-scan-position: unicode("fdac"); +$ti-icon-schema: unicode("f200"); +$ti-icon-schema-off: unicode("f426"); +$ti-icon-school: unicode("ecf7"); +$ti-icon-school-bell: unicode("f64a"); +$ti-icon-school-off: unicode("f19a"); +$ti-icon-scissors: unicode("eb1b"); +$ti-icon-scissors-off: unicode("f19b"); +$ti-icon-scooter: unicode("ec6c"); +$ti-icon-scooter-electric: unicode("ecc1"); +$ti-icon-scoreboard: unicode("fa6b"); +$ti-icon-screen-share: unicode("ed18"); +$ti-icon-screen-share-off: unicode("ed17"); +$ti-icon-screenshot: unicode("f201"); +$ti-icon-scribble: unicode("f0a3"); +$ti-icon-scribble-off: unicode("f427"); +$ti-icon-script: unicode("f2da"); +$ti-icon-script-minus: unicode("f2d7"); +$ti-icon-script-plus: unicode("f2d8"); +$ti-icon-script-x: unicode("f2d9"); +$ti-icon-scuba-diving: unicode("fd4e"); +$ti-icon-scuba-mask: unicode("eed4"); +$ti-icon-scuba-mask-off: unicode("f428"); +$ti-icon-sdk: unicode("f3af"); +$ti-icon-search: unicode("eb1c"); +$ti-icon-search-off: unicode("f19c"); +$ti-icon-section: unicode("eed5"); +$ti-icon-section-sign: unicode("f019"); +$ti-icon-seeding: unicode("ed51"); +$ti-icon-seeding-off: unicode("f19d"); +$ti-icon-select: unicode("ec9e"); +$ti-icon-select-all: unicode("f9f7"); +$ti-icon-selector: unicode("eb1d"); +$ti-icon-send: unicode("eb1e"); +$ti-icon-send-2: unicode("fd5d"); +$ti-icon-send-off: unicode("f429"); +$ti-icon-seo: unicode("f26b"); +$ti-icon-separator: unicode("ebda"); +$ti-icon-separator-horizontal: unicode("ec79"); +$ti-icon-separator-vertical: unicode("ec7a"); +$ti-icon-server: unicode("eb1f"); +$ti-icon-server-2: unicode("f07c"); +$ti-icon-server-bolt: unicode("f320"); +$ti-icon-server-cog: unicode("f321"); +$ti-icon-server-off: unicode("f19e"); +$ti-icon-servicemark: unicode("ec09"); +$ti-icon-settings: unicode("eb20"); +$ti-icon-settings-2: unicode("f5ac"); +$ti-icon-settings-automation: unicode("eed6"); +$ti-icon-settings-bolt: unicode("f9ad"); +$ti-icon-settings-cancel: unicode("f9ae"); +$ti-icon-settings-check: unicode("f9af"); +$ti-icon-settings-code: unicode("f9b0"); +$ti-icon-settings-cog: unicode("f9b1"); +$ti-icon-settings-dollar: unicode("f9b2"); +$ti-icon-settings-down: unicode("f9b3"); +$ti-icon-settings-exclamation: unicode("f9b4"); +$ti-icon-settings-heart: unicode("f9b5"); +$ti-icon-settings-minus: unicode("f9b6"); +$ti-icon-settings-off: unicode("f19f"); +$ti-icon-settings-pause: unicode("f9b7"); +$ti-icon-settings-pin: unicode("f9b8"); +$ti-icon-settings-plus: unicode("f9b9"); +$ti-icon-settings-question: unicode("f9ba"); +$ti-icon-settings-search: unicode("f9bb"); +$ti-icon-settings-share: unicode("f9bc"); +$ti-icon-settings-star: unicode("f9bd"); +$ti-icon-settings-up: unicode("f9be"); +$ti-icon-settings-x: unicode("f9bf"); +$ti-icon-shadow: unicode("eed8"); +$ti-icon-shadow-off: unicode("eed7"); +$ti-icon-shape: unicode("eb9c"); +$ti-icon-shape-2: unicode("eed9"); +$ti-icon-shape-3: unicode("eeda"); +$ti-icon-shape-off: unicode("f1a0"); +$ti-icon-share: unicode("eb21"); +$ti-icon-share-2: unicode("f799"); +$ti-icon-share-3: unicode("f7bd"); +$ti-icon-share-off: unicode("f1a1"); +$ti-icon-shield: unicode("eb24"); +$ti-icon-shield-bolt: unicode("f9c0"); +$ti-icon-shield-cancel: unicode("f9c1"); +$ti-icon-shield-check: unicode("eb22"); +$ti-icon-shield-checkered: unicode("ef9a"); +$ti-icon-shield-chevron: unicode("ef9b"); +$ti-icon-shield-code: unicode("f9c2"); +$ti-icon-shield-cog: unicode("f9c3"); +$ti-icon-shield-dollar: unicode("f9c4"); +$ti-icon-shield-down: unicode("f9c5"); +$ti-icon-shield-exclamation: unicode("f9c6"); +$ti-icon-shield-half: unicode("f358"); +$ti-icon-shield-heart: unicode("f9c7"); +$ti-icon-shield-lock: unicode("ed58"); +$ti-icon-shield-minus: unicode("f9c8"); +$ti-icon-shield-off: unicode("ecf8"); +$ti-icon-shield-pause: unicode("f9c9"); +$ti-icon-shield-pin: unicode("f9ca"); +$ti-icon-shield-plus: unicode("f9cb"); +$ti-icon-shield-question: unicode("f9cc"); +$ti-icon-shield-search: unicode("f9cd"); +$ti-icon-shield-share: unicode("f9ce"); +$ti-icon-shield-star: unicode("f9cf"); +$ti-icon-shield-up: unicode("f9d0"); +$ti-icon-shield-x: unicode("eb23"); +$ti-icon-ship: unicode("ec84"); +$ti-icon-ship-off: unicode("f42a"); +$ti-icon-shirt: unicode("ec0a"); +$ti-icon-shirt-off: unicode("f1a2"); +$ti-icon-shirt-sport: unicode("f26c"); +$ti-icon-shoe: unicode("efd2"); +$ti-icon-shoe-off: unicode("f1a4"); +$ti-icon-shopping-bag: unicode("f5f8"); +$ti-icon-shopping-bag-check: unicode("fc16"); +$ti-icon-shopping-bag-discount: unicode("fc17"); +$ti-icon-shopping-bag-edit: unicode("fc18"); +$ti-icon-shopping-bag-exclamation: unicode("fc19"); +$ti-icon-shopping-bag-heart: unicode("fda2"); +$ti-icon-shopping-bag-minus: unicode("fc1a"); +$ti-icon-shopping-bag-plus: unicode("fc1b"); +$ti-icon-shopping-bag-search: unicode("fc1c"); +$ti-icon-shopping-bag-x: unicode("fc1d"); +$ti-icon-shopping-cart: unicode("eb25"); +$ti-icon-shopping-cart-bolt: unicode("fb57"); +$ti-icon-shopping-cart-cancel: unicode("fb58"); +$ti-icon-shopping-cart-check: unicode("fb59"); +$ti-icon-shopping-cart-code: unicode("fb5a"); +$ti-icon-shopping-cart-cog: unicode("fb5b"); +$ti-icon-shopping-cart-copy: unicode("fb5c"); +$ti-icon-shopping-cart-discount: unicode("fb5d"); +$ti-icon-shopping-cart-dollar: unicode("fb5e"); +$ti-icon-shopping-cart-down: unicode("fb5f"); +$ti-icon-shopping-cart-exclamation: unicode("fb60"); +$ti-icon-shopping-cart-heart: unicode("fb61"); +$ti-icon-shopping-cart-minus: unicode("fb62"); +$ti-icon-shopping-cart-off: unicode("eedc"); +$ti-icon-shopping-cart-pause: unicode("fb63"); +$ti-icon-shopping-cart-pin: unicode("fb64"); +$ti-icon-shopping-cart-plus: unicode("fb65"); +$ti-icon-shopping-cart-question: unicode("fb66"); +$ti-icon-shopping-cart-search: unicode("fb67"); +$ti-icon-shopping-cart-share: unicode("fb68"); +$ti-icon-shopping-cart-star: unicode("fb69"); +$ti-icon-shopping-cart-up: unicode("fb6a"); +$ti-icon-shopping-cart-x: unicode("fb6b"); +$ti-icon-shovel: unicode("f1d9"); +$ti-icon-shovel-pitchforks: unicode("fd3a"); +$ti-icon-shredder: unicode("eedf"); +$ti-icon-sign-left: unicode("f06b"); +$ti-icon-sign-right: unicode("f06c"); +$ti-icon-signal-2g: unicode("f79a"); +$ti-icon-signal-3g: unicode("f1ee"); +$ti-icon-signal-4g: unicode("f1ef"); +$ti-icon-signal-4g-plus: unicode("f259"); +$ti-icon-signal-5g: unicode("f1f0"); +$ti-icon-signal-6g: unicode("f9f8"); +$ti-icon-signal-e: unicode("f9f9"); +$ti-icon-signal-g: unicode("f9fa"); +$ti-icon-signal-h: unicode("f9fc"); +$ti-icon-signal-h-plus: unicode("f9fb"); +$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-off: unicode("f1a6"); +$ti-icon-skateboard: unicode("ecc2"); +$ti-icon-skateboard-off: unicode("f42b"); +$ti-icon-skateboarding: unicode("faca"); +$ti-icon-skew-x: unicode("fd3b"); +$ti-icon-skew-y: unicode("fd3c"); +$ti-icon-ski-jumping: unicode("fa6c"); +$ti-icon-skull: unicode("f292"); +$ti-icon-slash: unicode("f4f9"); +$ti-icon-slashes: unicode("f588"); +$ti-icon-sleigh: unicode("ef9c"); +$ti-icon-slice: unicode("ebdb"); +$ti-icon-slideshow: unicode("ebc9"); +$ti-icon-smart-home: unicode("ecde"); +$ti-icon-smart-home-off: unicode("f1a7"); +$ti-icon-smoking: unicode("ecc4"); +$ti-icon-smoking-no: unicode("ecc3"); +$ti-icon-snowboarding: unicode("fd4f"); +$ti-icon-snowflake: unicode("ec0b"); +$ti-icon-snowflake-off: unicode("f1a8"); +$ti-icon-snowman: unicode("f26d"); +$ti-icon-soccer-field: unicode("ed92"); +$ti-icon-social: unicode("ebec"); +$ti-icon-social-off: unicode("f1a9"); +$ti-icon-sock: unicode("eee1"); +$ti-icon-sofa: unicode("efaf"); +$ti-icon-sofa-off: unicode("f42c"); +$ti-icon-solar-electricity: unicode("fcc1"); +$ti-icon-solar-panel: unicode("f7bf"); +$ti-icon-solar-panel-2: unicode("f7be"); +$ti-icon-sort-0-9: unicode("f54d"); +$ti-icon-sort-9-0: unicode("f54e"); +$ti-icon-sort-a-z: unicode("f54f"); +$ti-icon-sort-ascending: unicode("eb26"); +$ti-icon-sort-ascending-2: unicode("eee2"); +$ti-icon-sort-ascending-letters: unicode("ef18"); +$ti-icon-sort-ascending-numbers: unicode("ef19"); +$ti-icon-sort-ascending-shapes: unicode("fd94"); +$ti-icon-sort-ascending-small-big: unicode("fd95"); +$ti-icon-sort-descending: unicode("eb27"); +$ti-icon-sort-descending-2: unicode("eee3"); +$ti-icon-sort-descending-letters: unicode("ef1a"); +$ti-icon-sort-descending-numbers: unicode("ef1b"); +$ti-icon-sort-descending-shapes: unicode("fd97"); +$ti-icon-sort-descending-small-big: unicode("fd96"); +$ti-icon-sort-z-a: unicode("f550"); +$ti-icon-sos: unicode("f24a"); +$ti-icon-soup: unicode("ef2e"); +$ti-icon-soup-off: unicode("f42d"); +$ti-icon-source-code: unicode("f4a2"); +$ti-icon-space: unicode("ec0c"); +$ti-icon-space-off: unicode("f1aa"); +$ti-icon-spacing-horizontal: unicode("ef54"); +$ti-icon-spacing-vertical: unicode("ef55"); +$ti-icon-spade: unicode("effa"); +$ti-icon-sparkles: unicode("f6d7"); +$ti-icon-speakerphone: unicode("ed61"); +$ti-icon-speedboat: unicode("ed93"); +$ti-icon-sphere: unicode("fab8"); +$ti-icon-sphere-off: unicode("fab6"); +$ti-icon-sphere-plus: unicode("fab7"); +$ti-icon-spider: unicode("f293"); +$ti-icon-spiral: unicode("f294"); +$ti-icon-spiral-off: unicode("f42e"); +$ti-icon-sport-billard: unicode("eee4"); +$ti-icon-spray: unicode("f50b"); +$ti-icon-spy: unicode("f227"); +$ti-icon-spy-off: unicode("f42f"); +$ti-icon-sql: unicode("f7c0"); +$ti-icon-square: unicode("eb2c"); +$ti-icon-square-arrow-down: unicode("f4b7"); +$ti-icon-square-arrow-left: unicode("f4b8"); +$ti-icon-square-arrow-right: unicode("f4b9"); +$ti-icon-square-arrow-up: unicode("f4ba"); +$ti-icon-square-asterisk: unicode("f01a"); +$ti-icon-square-check: unicode("eb28"); +$ti-icon-square-chevron-down: unicode("f627"); +$ti-icon-square-chevron-left: unicode("f628"); +$ti-icon-square-chevron-right: unicode("f629"); +$ti-icon-square-chevron-up: unicode("f62a"); +$ti-icon-square-chevrons-down: unicode("f64b"); +$ti-icon-square-chevrons-left: unicode("f64c"); +$ti-icon-square-chevrons-right: unicode("f64d"); +$ti-icon-square-chevrons-up: unicode("f64e"); +$ti-icon-square-dot: unicode("ed59"); +$ti-icon-square-f0: unicode("f526"); +$ti-icon-square-f1: unicode("f527"); +$ti-icon-square-f2: unicode("f528"); +$ti-icon-square-f3: unicode("f529"); +$ti-icon-square-f4: unicode("f52a"); +$ti-icon-square-f5: unicode("f52b"); +$ti-icon-square-f6: unicode("f52c"); +$ti-icon-square-f7: unicode("f52d"); +$ti-icon-square-f8: unicode("f52e"); +$ti-icon-square-f9: unicode("f52f"); +$ti-icon-square-forbid: unicode("ed5b"); +$ti-icon-square-forbid-2: unicode("ed5a"); +$ti-icon-square-half: unicode("effb"); +$ti-icon-square-key: unicode("f638"); +$ti-icon-square-letter-a: unicode("f47c"); +$ti-icon-square-letter-b: unicode("f47d"); +$ti-icon-square-letter-c: unicode("f47e"); +$ti-icon-square-letter-d: unicode("f47f"); +$ti-icon-square-letter-e: unicode("f480"); +$ti-icon-square-letter-f: unicode("f481"); +$ti-icon-square-letter-g: unicode("f482"); +$ti-icon-square-letter-h: unicode("f483"); +$ti-icon-square-letter-i: unicode("f484"); +$ti-icon-square-letter-j: unicode("f485"); +$ti-icon-square-letter-k: unicode("f486"); +$ti-icon-square-letter-l: unicode("f487"); +$ti-icon-square-letter-m: unicode("f488"); +$ti-icon-square-letter-n: unicode("f489"); +$ti-icon-square-letter-o: unicode("f48a"); +$ti-icon-square-letter-p: unicode("f48b"); +$ti-icon-square-letter-q: unicode("f48c"); +$ti-icon-square-letter-r: unicode("f48d"); +$ti-icon-square-letter-s: unicode("f48e"); +$ti-icon-square-letter-t: unicode("f48f"); +$ti-icon-square-letter-u: unicode("f490"); +$ti-icon-square-letter-v: unicode("f4bb"); +$ti-icon-square-letter-w: unicode("f491"); +$ti-icon-square-letter-x: unicode("f4bc"); +$ti-icon-square-letter-y: unicode("f492"); +$ti-icon-square-letter-z: unicode("f493"); +$ti-icon-square-minus: unicode("eb29"); +$ti-icon-square-number-0: unicode("eee5"); +$ti-icon-square-number-1: unicode("eee6"); +$ti-icon-square-number-2: unicode("eee7"); +$ti-icon-square-number-3: unicode("eee8"); +$ti-icon-square-number-4: unicode("eee9"); +$ti-icon-square-number-5: unicode("eeea"); +$ti-icon-square-number-6: unicode("eeeb"); +$ti-icon-square-number-7: unicode("eeec"); +$ti-icon-square-number-8: unicode("eeed"); +$ti-icon-square-number-9: unicode("eeee"); +$ti-icon-square-off: unicode("eeef"); +$ti-icon-square-percentage: unicode("fd83"); +$ti-icon-square-plus: unicode("eb2a"); +$ti-icon-square-plus-2: unicode("fc96"); +$ti-icon-square-root: unicode("eef1"); +$ti-icon-square-root-2: unicode("eef0"); +$ti-icon-square-rotated: unicode("ecdf"); +$ti-icon-square-rotated-forbid: unicode("f01c"); +$ti-icon-square-rotated-forbid-2: unicode("f01b"); +$ti-icon-square-rotated-off: unicode("eef2"); +$ti-icon-square-rounded: unicode("f59a"); +$ti-icon-square-rounded-arrow-down: unicode("f639"); +$ti-icon-square-rounded-arrow-left: unicode("f63a"); +$ti-icon-square-rounded-arrow-right: unicode("f63b"); +$ti-icon-square-rounded-arrow-up: unicode("f63c"); +$ti-icon-square-rounded-check: unicode("f63d"); +$ti-icon-square-rounded-chevron-down: unicode("f62b"); +$ti-icon-square-rounded-chevron-left: unicode("f62c"); +$ti-icon-square-rounded-chevron-right: unicode("f62d"); +$ti-icon-square-rounded-chevron-up: unicode("f62e"); +$ti-icon-square-rounded-chevrons-down: unicode("f64f"); +$ti-icon-square-rounded-chevrons-left: unicode("f650"); +$ti-icon-square-rounded-chevrons-right: unicode("f651"); +$ti-icon-square-rounded-chevrons-up: unicode("f652"); +$ti-icon-square-rounded-letter-a: unicode("f5ae"); +$ti-icon-square-rounded-letter-b: unicode("f5af"); +$ti-icon-square-rounded-letter-c: unicode("f5b0"); +$ti-icon-square-rounded-letter-d: unicode("f5b1"); +$ti-icon-square-rounded-letter-e: unicode("f5b2"); +$ti-icon-square-rounded-letter-f: unicode("f5b3"); +$ti-icon-square-rounded-letter-g: unicode("f5b4"); +$ti-icon-square-rounded-letter-h: unicode("f5b5"); +$ti-icon-square-rounded-letter-i: unicode("f5b6"); +$ti-icon-square-rounded-letter-j: unicode("f5b7"); +$ti-icon-square-rounded-letter-k: unicode("f5b8"); +$ti-icon-square-rounded-letter-l: unicode("f5b9"); +$ti-icon-square-rounded-letter-m: unicode("f5ba"); +$ti-icon-square-rounded-letter-n: unicode("f5bb"); +$ti-icon-square-rounded-letter-o: unicode("f5bc"); +$ti-icon-square-rounded-letter-p: unicode("f5bd"); +$ti-icon-square-rounded-letter-q: unicode("f5be"); +$ti-icon-square-rounded-letter-r: unicode("f5bf"); +$ti-icon-square-rounded-letter-s: unicode("f5c0"); +$ti-icon-square-rounded-letter-t: unicode("f5c1"); +$ti-icon-square-rounded-letter-u: unicode("f5c2"); +$ti-icon-square-rounded-letter-v: unicode("f5c3"); +$ti-icon-square-rounded-letter-w: unicode("f5c4"); +$ti-icon-square-rounded-letter-x: unicode("f5c5"); +$ti-icon-square-rounded-letter-y: unicode("f5c6"); +$ti-icon-square-rounded-letter-z: unicode("f5c7"); +$ti-icon-square-rounded-minus: unicode("f63e"); +$ti-icon-square-rounded-minus-2: unicode("fc97"); +$ti-icon-square-rounded-number-0: unicode("f5c8"); +$ti-icon-square-rounded-number-1: unicode("f5c9"); +$ti-icon-square-rounded-number-2: unicode("f5ca"); +$ti-icon-square-rounded-number-3: unicode("f5cb"); +$ti-icon-square-rounded-number-4: unicode("f5cc"); +$ti-icon-square-rounded-number-5: unicode("f5cd"); +$ti-icon-square-rounded-number-6: unicode("f5ce"); +$ti-icon-square-rounded-number-7: unicode("f5cf"); +$ti-icon-square-rounded-number-8: unicode("f5d0"); +$ti-icon-square-rounded-number-9: unicode("f5d1"); +$ti-icon-square-rounded-percentage: unicode("fd84"); +$ti-icon-square-rounded-plus: unicode("f63f"); +$ti-icon-square-rounded-plus-2: unicode("fc98"); +$ti-icon-square-rounded-x: unicode("f640"); +$ti-icon-square-toggle: unicode("eef4"); +$ti-icon-square-toggle-horizontal: unicode("eef3"); +$ti-icon-square-x: unicode("eb2b"); +$ti-icon-squares: unicode("eef6"); +$ti-icon-squares-diagonal: unicode("eef5"); +$ti-icon-stack: unicode("eb2d"); +$ti-icon-stack-2: unicode("eef7"); +$ti-icon-stack-3: unicode("ef9d"); +$ti-icon-stack-back: unicode("fd26"); +$ti-icon-stack-backward: unicode("fd27"); +$ti-icon-stack-forward: unicode("fd28"); +$ti-icon-stack-front: unicode("fd29"); +$ti-icon-stack-middle: unicode("fd2a"); +$ti-icon-stack-pop: unicode("f234"); +$ti-icon-stack-push: unicode("f235"); +$ti-icon-stairs: unicode("eca6"); +$ti-icon-stairs-down: unicode("eca4"); +$ti-icon-stairs-up: unicode("eca5"); +$ti-icon-star: unicode("eb2e"); +$ti-icon-star-half: unicode("ed19"); +$ti-icon-star-off: unicode("ed62"); +$ti-icon-stars: unicode("ed38"); +$ti-icon-stars-off: unicode("f430"); +$ti-icon-status-change: unicode("f3b0"); +$ti-icon-steam: unicode("f24b"); +$ti-icon-steering-wheel: unicode("ec7b"); +$ti-icon-steering-wheel-off: unicode("f431"); +$ti-icon-step-into: unicode("ece0"); +$ti-icon-step-out: unicode("ece1"); +$ti-icon-stereo-glasses: unicode("f4cb"); +$ti-icon-stethoscope: unicode("edbe"); +$ti-icon-stethoscope-off: unicode("f432"); +$ti-icon-sticker: unicode("eb2f"); +$ti-icon-sticker-2: unicode("fd3d"); +$ti-icon-storm: unicode("f24c"); +$ti-icon-storm-off: unicode("f433"); +$ti-icon-stretching: unicode("f2db"); +$ti-icon-stretching-2: unicode("fa6d"); +$ti-icon-strikethrough: unicode("eb9e"); +$ti-icon-submarine: unicode("ed94"); +$ti-icon-subscript: unicode("eb9f"); +$ti-icon-subtask: unicode("ec9f"); +$ti-icon-sum: unicode("eb73"); +$ti-icon-sum-off: unicode("f1ab"); +$ti-icon-sun: unicode("eb30"); +$ti-icon-sun-electricity: unicode("fcc2"); +$ti-icon-sun-high: unicode("f236"); +$ti-icon-sun-low: unicode("f237"); +$ti-icon-sun-moon: unicode("f4a3"); +$ti-icon-sun-off: unicode("ed63"); +$ti-icon-sun-wind: unicode("f238"); +$ti-icon-sunglasses: unicode("f239"); +$ti-icon-sunrise: unicode("ef1c"); +$ti-icon-sunset: unicode("ec31"); +$ti-icon-sunset-2: unicode("f23a"); +$ti-icon-superscript: unicode("eba0"); +$ti-icon-svg: unicode("f25a"); +$ti-icon-swimming: unicode("ec92"); +$ti-icon-swipe: unicode("f551"); +$ti-icon-swipe-down: unicode("fd5e"); +$ti-icon-swipe-left: unicode("fd5f"); +$ti-icon-swipe-right: unicode("fd60"); +$ti-icon-swipe-up: unicode("fd61"); +$ti-icon-switch: unicode("eb33"); +$ti-icon-switch-2: unicode("edbf"); +$ti-icon-switch-3: unicode("edc0"); +$ti-icon-switch-horizontal: unicode("eb31"); +$ti-icon-switch-vertical: unicode("eb32"); +$ti-icon-sword: unicode("f030"); +$ti-icon-sword-off: unicode("f434"); +$ti-icon-swords: unicode("f132"); +$ti-icon-table: unicode("eba1"); +$ti-icon-table-alias: unicode("f25b"); +$ti-icon-table-column: unicode("faff"); +$ti-icon-table-down: unicode("fa1c"); +$ti-icon-table-export: unicode("eef8"); +$ti-icon-table-heart: unicode("fa1d"); +$ti-icon-table-import: unicode("eef9"); +$ti-icon-table-minus: unicode("fa1e"); +$ti-icon-table-off: unicode("eefa"); +$ti-icon-table-options: unicode("f25c"); +$ti-icon-table-plus: unicode("fa1f"); +$ti-icon-table-row: unicode("fb00"); +$ti-icon-table-share: unicode("fa20"); +$ti-icon-table-shortcut: unicode("f25d"); +$ti-icon-tag: unicode("eb34"); +$ti-icon-tag-off: unicode("efc0"); +$ti-icon-tag-starred: unicode("fc99"); +$ti-icon-tags: unicode("ef86"); +$ti-icon-tags-off: unicode("efc1"); +$ti-icon-tallymark-1: unicode("ec46"); +$ti-icon-tallymark-2: unicode("ec47"); +$ti-icon-tallymark-3: unicode("ec48"); +$ti-icon-tallymark-4: unicode("ec49"); +$ti-icon-tallymarks: unicode("ec4a"); +$ti-icon-tank: unicode("ed95"); +$ti-icon-target: unicode("eb35"); +$ti-icon-target-arrow: unicode("f51a"); +$ti-icon-target-off: unicode("f1ad"); +$ti-icon-teapot: unicode("f552"); +$ti-icon-telescope: unicode("f07d"); +$ti-icon-telescope-off: unicode("f1ae"); +$ti-icon-temperature: unicode("eb38"); +$ti-icon-temperature-celsius: unicode("eb36"); +$ti-icon-temperature-fahrenheit: unicode("eb37"); +$ti-icon-temperature-minus: unicode("ebed"); +$ti-icon-temperature-off: unicode("f1af"); +$ti-icon-temperature-plus: unicode("ebee"); +$ti-icon-temperature-snow: unicode("fda3"); +$ti-icon-temperature-sun: unicode("fda4"); +$ti-icon-template: unicode("eb39"); +$ti-icon-template-off: unicode("f1b0"); +$ti-icon-tent: unicode("eefb"); +$ti-icon-tent-off: unicode("f435"); +$ti-icon-terminal: unicode("ebdc"); +$ti-icon-terminal-2: unicode("ebef"); +$ti-icon-test-pipe: unicode("eb3a"); +$ti-icon-test-pipe-2: unicode("f0a4"); +$ti-icon-test-pipe-off: unicode("f1b1"); +$ti-icon-tex: unicode("f4e0"); +$ti-icon-text-caption: unicode("f4a4"); +$ti-icon-text-color: unicode("f2dc"); +$ti-icon-text-decrease: unicode("f202"); +$ti-icon-text-direction-ltr: unicode("eefc"); +$ti-icon-text-direction-rtl: unicode("eefd"); +$ti-icon-text-grammar: unicode("fd6d"); +$ti-icon-text-increase: unicode("f203"); +$ti-icon-text-orientation: unicode("f2a4"); +$ti-icon-text-plus: unicode("f2a5"); +$ti-icon-text-recognition: unicode("f204"); +$ti-icon-text-resize: unicode("ef87"); +$ti-icon-text-scan-2: unicode("fcc3"); +$ti-icon-text-size: unicode("f2b1"); +$ti-icon-text-spellcheck: unicode("f2a6"); +$ti-icon-text-wrap: unicode("ebdd"); +$ti-icon-text-wrap-disabled: unicode("eca7"); +$ti-icon-texture: unicode("f51b"); +$ti-icon-theater: unicode("f79b"); +$ti-icon-thermometer: unicode("ef67"); +$ti-icon-thumb-down: unicode("eb3b"); +$ti-icon-thumb-down-off: unicode("f436"); +$ti-icon-thumb-up: unicode("eb3c"); +$ti-icon-thumb-up-off: unicode("f437"); +$ti-icon-tic-tac: unicode("f51c"); +$ti-icon-ticket: unicode("eb3d"); +$ti-icon-ticket-off: unicode("f1b2"); +$ti-icon-tie: unicode("f07e"); +$ti-icon-tilde: unicode("f4a5"); +$ti-icon-tilt-shift: unicode("eefe"); +$ti-icon-tilt-shift-off: unicode("f1b3"); +$ti-icon-time-duration-0: unicode("fad4"); +$ti-icon-time-duration-10: unicode("fad5"); +$ti-icon-time-duration-15: unicode("fad6"); +$ti-icon-time-duration-30: unicode("fad7"); +$ti-icon-time-duration-45: unicode("fad8"); +$ti-icon-time-duration-5: unicode("fad9"); +$ti-icon-time-duration-60: unicode("fada"); +$ti-icon-time-duration-90: unicode("fadb"); +$ti-icon-time-duration-off: unicode("fadc"); +$ti-icon-timeline: unicode("f031"); +$ti-icon-timeline-event: unicode("f553"); +$ti-icon-timeline-event-exclamation: unicode("f662"); +$ti-icon-timeline-event-minus: unicode("f663"); +$ti-icon-timeline-event-plus: unicode("f664"); +$ti-icon-timeline-event-text: unicode("f665"); +$ti-icon-timeline-event-x: unicode("f666"); +$ti-icon-tir: unicode("ebf0"); +$ti-icon-toggle-left: unicode("eb3e"); +$ti-icon-toggle-right: unicode("eb3f"); +$ti-icon-toilet-paper: unicode("efd3"); +$ti-icon-toilet-paper-off: unicode("f1b4"); +$ti-icon-toml: unicode("fa5d"); +$ti-icon-tool: unicode("eb40"); +$ti-icon-tools: unicode("ebca"); +$ti-icon-tools-kitchen: unicode("ed64"); +$ti-icon-tools-kitchen-2: unicode("eeff"); +$ti-icon-tools-kitchen-2-off: unicode("f1b5"); +$ti-icon-tools-kitchen-3: unicode("fd2b"); +$ti-icon-tools-kitchen-off: unicode("f1b6"); +$ti-icon-tools-off: unicode("f1b7"); +$ti-icon-tooltip: unicode("f2dd"); +$ti-icon-topology-bus: unicode("f5d9"); +$ti-icon-topology-complex: unicode("f5da"); +$ti-icon-topology-full: unicode("f5dc"); +$ti-icon-topology-full-hierarchy: unicode("f5db"); +$ti-icon-topology-ring: unicode("f5df"); +$ti-icon-topology-ring-2: unicode("f5dd"); +$ti-icon-topology-ring-3: unicode("f5de"); +$ti-icon-topology-star: unicode("f5e5"); +$ti-icon-topology-star-2: unicode("f5e0"); +$ti-icon-topology-star-3: unicode("f5e1"); +$ti-icon-topology-star-ring: unicode("f5e4"); +$ti-icon-topology-star-ring-2: unicode("f5e2"); +$ti-icon-topology-star-ring-3: unicode("f5e3"); +$ti-icon-torii: unicode("f59b"); +$ti-icon-tornado: unicode("ece2"); +$ti-icon-tournament: unicode("ecd0"); +$ti-icon-tower: unicode("f2cb"); +$ti-icon-tower-off: unicode("f2ca"); +$ti-icon-track: unicode("ef00"); +$ti-icon-tractor: unicode("ec0d"); +$ti-icon-trademark: unicode("ec0e"); +$ti-icon-traffic-cone: unicode("ec0f"); +$ti-icon-traffic-cone-off: unicode("f1b8"); +$ti-icon-traffic-lights: unicode("ed39"); +$ti-icon-traffic-lights-off: unicode("f1b9"); +$ti-icon-train: unicode("ed96"); +$ti-icon-transaction-bitcoin: unicode("fd6e"); +$ti-icon-transaction-dollar: unicode("fd6f"); +$ti-icon-transaction-euro: unicode("fd70"); +$ti-icon-transaction-pound: unicode("fd71"); +$ti-icon-transaction-rupee: unicode("fd85"); +$ti-icon-transaction-yen: unicode("fd72"); +$ti-icon-transaction-yuan: unicode("fd73"); +$ti-icon-transfer: unicode("fc1f"); +$ti-icon-transfer-in: unicode("ef2f"); +$ti-icon-transfer-out: unicode("ef30"); +$ti-icon-transfer-vertical: unicode("fc1e"); +$ti-icon-transform: unicode("f38e"); +$ti-icon-transform-point: unicode("fda9"); +$ti-icon-transform-point-bottom-left: unicode("fda5"); +$ti-icon-transform-point-bottom-right: unicode("fda6"); +$ti-icon-transform-point-top-left: unicode("fda7"); +$ti-icon-transform-point-top-right: unicode("fda8"); +$ti-icon-transition-bottom: unicode("f2b2"); +$ti-icon-transition-left: unicode("f2b3"); +$ti-icon-transition-right: unicode("f2b4"); +$ti-icon-transition-top: unicode("f2b5"); +$ti-icon-trash: unicode("eb41"); +$ti-icon-trash-off: unicode("ed65"); +$ti-icon-trash-x: unicode("ef88"); +$ti-icon-treadmill: unicode("fa6e"); +$ti-icon-tree: unicode("ef01"); +$ti-icon-trees: unicode("ec10"); +$ti-icon-trekking: unicode("f5ad"); +$ti-icon-trending-down: unicode("eb42"); +$ti-icon-trending-down-2: unicode("edc1"); +$ti-icon-trending-down-3: unicode("edc2"); +$ti-icon-trending-up: unicode("eb43"); +$ti-icon-trending-up-2: unicode("edc3"); +$ti-icon-trending-up-3: unicode("edc4"); +$ti-icon-triangle: unicode("eb44"); +$ti-icon-triangle-inverted: unicode("f01d"); +$ti-icon-triangle-minus: unicode("fc9b"); +$ti-icon-triangle-minus-2: unicode("fc9a"); +$ti-icon-triangle-off: unicode("ef02"); +$ti-icon-triangle-plus: unicode("fc9d"); +$ti-icon-triangle-plus-2: unicode("fc9c"); +$ti-icon-triangle-square-circle: unicode("ece8"); +$ti-icon-triangles: unicode("f0a5"); +$ti-icon-trident: unicode("ecc5"); +$ti-icon-trolley: unicode("f4cc"); +$ti-icon-trophy: unicode("eb45"); +$ti-icon-trophy-off: unicode("f438"); +$ti-icon-trowel: unicode("f368"); +$ti-icon-truck: unicode("ebc4"); +$ti-icon-truck-delivery: unicode("ec4b"); +$ti-icon-truck-loading: unicode("f1da"); +$ti-icon-truck-off: unicode("ef03"); +$ti-icon-truck-return: unicode("ec4c"); +$ti-icon-txt: unicode("f3b1"); +$ti-icon-typeface: unicode("fdab"); +$ti-icon-typography: unicode("ebc5"); +$ti-icon-typography-off: unicode("f1ba"); +$ti-icon-ufo: unicode("f26f"); +$ti-icon-ufo-off: unicode("f26e"); +$ti-icon-umbrella: unicode("ebf1"); +$ti-icon-umbrella-off: unicode("f1bb"); +$ti-icon-underline: unicode("eba2"); +$ti-icon-universe: unicode("fcc4"); +$ti-icon-unlink: unicode("eb46"); +$ti-icon-upload: unicode("eb47"); +$ti-icon-urgent: unicode("eb48"); +$ti-icon-usb: unicode("f00c"); +$ti-icon-user: unicode("eb4d"); +$ti-icon-user-bolt: unicode("f9d1"); +$ti-icon-user-cancel: unicode("f9d2"); +$ti-icon-user-check: unicode("eb49"); +$ti-icon-user-circle: unicode("ef68"); +$ti-icon-user-code: unicode("f9d3"); +$ti-icon-user-cog: unicode("f9d4"); +$ti-icon-user-dollar: unicode("f9d5"); +$ti-icon-user-down: unicode("f9d6"); +$ti-icon-user-edit: unicode("f7cc"); +$ti-icon-user-exclamation: unicode("ec12"); +$ti-icon-user-heart: unicode("f7cd"); +$ti-icon-user-hexagon: unicode("fc4e"); +$ti-icon-user-minus: unicode("eb4a"); +$ti-icon-user-off: unicode("ecf9"); +$ti-icon-user-pause: unicode("f9d7"); +$ti-icon-user-pentagon: unicode("fc4f"); +$ti-icon-user-pin: unicode("f7ce"); +$ti-icon-user-plus: unicode("eb4b"); +$ti-icon-user-question: unicode("f7cf"); +$ti-icon-user-scan: unicode("fcaf"); +$ti-icon-user-search: unicode("ef89"); +$ti-icon-user-share: unicode("f9d8"); +$ti-icon-user-shield: unicode("f7d0"); +$ti-icon-user-square: unicode("fc51"); +$ti-icon-user-square-rounded: unicode("fc50"); +$ti-icon-user-star: unicode("f7d1"); +$ti-icon-user-up: unicode("f7d2"); +$ti-icon-user-x: unicode("eb4c"); +$ti-icon-users: unicode("ebf2"); +$ti-icon-users-group: unicode("fa21"); +$ti-icon-users-minus: unicode("fa0e"); +$ti-icon-users-plus: unicode("fa0f"); +$ti-icon-uv-index: unicode("f3b2"); +$ti-icon-ux-circle: unicode("f369"); +$ti-icon-vaccine: unicode("ef04"); +$ti-icon-vaccine-bottle: unicode("ef69"); +$ti-icon-vaccine-bottle-off: unicode("f439"); +$ti-icon-vaccine-off: unicode("f1bc"); +$ti-icon-vacuum-cleaner: unicode("f5e6"); +$ti-icon-variable: unicode("ef05"); +$ti-icon-variable-minus: unicode("f36a"); +$ti-icon-variable-off: unicode("f1bd"); +$ti-icon-variable-plus: unicode("f36b"); +$ti-icon-vector: unicode("eca9"); +$ti-icon-vector-bezier: unicode("ef1d"); +$ti-icon-vector-bezier-2: unicode("f1a3"); +$ti-icon-vector-bezier-arc: unicode("f4cd"); +$ti-icon-vector-bezier-circle: unicode("f4ce"); +$ti-icon-vector-off: unicode("f1be"); +$ti-icon-vector-spline: unicode("f565"); +$ti-icon-vector-triangle: unicode("eca8"); +$ti-icon-vector-triangle-off: unicode("f1bf"); +$ti-icon-venus: unicode("ec86"); +$ti-icon-versions: unicode("ed52"); +$ti-icon-versions-off: unicode("f1c0"); +$ti-icon-video: unicode("ed22"); +$ti-icon-video-minus: unicode("ed1f"); +$ti-icon-video-off: unicode("ed20"); +$ti-icon-video-plus: unicode("ed21"); +$ti-icon-view-360: unicode("ed84"); +$ti-icon-view-360-arrow: unicode("f62f"); +$ti-icon-view-360-number: unicode("f566"); +$ti-icon-view-360-off: unicode("f1c1"); +$ti-icon-viewfinder: unicode("eb4e"); +$ti-icon-viewfinder-off: unicode("f1c2"); +$ti-icon-viewport-narrow: unicode("ebf3"); +$ti-icon-viewport-wide: unicode("ebf4"); +$ti-icon-vinyl: unicode("f00d"); +$ti-icon-vip: unicode("f3b3"); +$ti-icon-vip-off: unicode("f43a"); +$ti-icon-virus: unicode("eb74"); +$ti-icon-virus-off: unicode("ed66"); +$ti-icon-virus-search: unicode("ed67"); +$ti-icon-vocabulary: unicode("ef1e"); +$ti-icon-vocabulary-off: unicode("f43b"); +$ti-icon-volcano: unicode("f79c"); +$ti-icon-volume: unicode("eb51"); +$ti-icon-volume-2: unicode("eb4f"); +$ti-icon-volume-3: unicode("eb50"); +$ti-icon-volume-off: unicode("f1c3"); +$ti-icon-vs: unicode("fc52"); +$ti-icon-walk: unicode("ec87"); +$ti-icon-wall: unicode("ef7a"); +$ti-icon-wall-off: unicode("f43c"); +$ti-icon-wallet: unicode("eb75"); +$ti-icon-wallet-off: unicode("f1c4"); +$ti-icon-wallpaper: unicode("ef56"); +$ti-icon-wallpaper-off: unicode("f1c5"); +$ti-icon-wand: unicode("ebcb"); +$ti-icon-wand-off: unicode("f1c6"); +$ti-icon-wash: unicode("f311"); +$ti-icon-wash-dry: unicode("f304"); +$ti-icon-wash-dry-1: unicode("f2fa"); +$ti-icon-wash-dry-2: unicode("f2fb"); +$ti-icon-wash-dry-3: unicode("f2fc"); +$ti-icon-wash-dry-a: unicode("f2fd"); +$ti-icon-wash-dry-dip: unicode("f2fe"); +$ti-icon-wash-dry-f: unicode("f2ff"); +$ti-icon-wash-dry-flat: unicode("fa7f"); +$ti-icon-wash-dry-hang: unicode("f300"); +$ti-icon-wash-dry-off: unicode("f301"); +$ti-icon-wash-dry-p: unicode("f302"); +$ti-icon-wash-dry-shade: unicode("f303"); +$ti-icon-wash-dry-w: unicode("f322"); +$ti-icon-wash-dryclean: unicode("f305"); +$ti-icon-wash-dryclean-off: unicode("f323"); +$ti-icon-wash-eco: unicode("fa80"); +$ti-icon-wash-gentle: unicode("f306"); +$ti-icon-wash-hand: unicode("fa81"); +$ti-icon-wash-machine: unicode("f25e"); +$ti-icon-wash-off: unicode("f307"); +$ti-icon-wash-press: unicode("f308"); +$ti-icon-wash-temperature-1: unicode("f309"); +$ti-icon-wash-temperature-2: unicode("f30a"); +$ti-icon-wash-temperature-3: unicode("f30b"); +$ti-icon-wash-temperature-4: unicode("f30c"); +$ti-icon-wash-temperature-5: unicode("f30d"); +$ti-icon-wash-temperature-6: unicode("f30e"); +$ti-icon-wash-tumble-dry: unicode("f30f"); +$ti-icon-wash-tumble-off: unicode("f310"); +$ti-icon-waterpolo: unicode("fa6f"); +$ti-icon-wave-saw-tool: unicode("ecd3"); +$ti-icon-wave-sine: unicode("ecd4"); +$ti-icon-wave-square: unicode("ecd5"); +$ti-icon-waves-electricity: unicode("fcc5"); +$ti-icon-webhook: unicode("f01e"); +$ti-icon-webhook-off: unicode("f43d"); +$ti-icon-weight: unicode("f589"); +$ti-icon-wheel: unicode("fc64"); +$ti-icon-wheelchair: unicode("f1db"); +$ti-icon-wheelchair-off: unicode("f43e"); +$ti-icon-whirl: unicode("f51d"); +$ti-icon-wifi: unicode("eb52"); +$ti-icon-wifi-0: unicode("eba3"); +$ti-icon-wifi-1: unicode("eba4"); +$ti-icon-wifi-2: unicode("eba5"); +$ti-icon-wifi-off: unicode("ecfa"); +$ti-icon-wind: unicode("ec34"); +$ti-icon-wind-electricity: unicode("fcc6"); +$ti-icon-wind-off: unicode("f1c7"); +$ti-icon-windmill: unicode("ed85"); +$ti-icon-windmill-off: unicode("f1c8"); +$ti-icon-window: unicode("ef06"); +$ti-icon-window-maximize: unicode("f1f1"); +$ti-icon-window-minimize: unicode("f1f2"); +$ti-icon-window-off: unicode("f1c9"); +$ti-icon-windsock: unicode("f06d"); +$ti-icon-wiper: unicode("ecab"); +$ti-icon-wiper-wash: unicode("ecaa"); +$ti-icon-woman: unicode("eb53"); +$ti-icon-wood: unicode("f359"); +$ti-icon-world: unicode("eb54"); +$ti-icon-world-bolt: unicode("f9d9"); +$ti-icon-world-cancel: unicode("f9da"); +$ti-icon-world-check: unicode("f9db"); +$ti-icon-world-code: unicode("f9dc"); +$ti-icon-world-cog: unicode("f9dd"); +$ti-icon-world-dollar: unicode("f9de"); +$ti-icon-world-down: unicode("f9df"); +$ti-icon-world-download: unicode("ef8a"); +$ti-icon-world-exclamation: unicode("f9e0"); +$ti-icon-world-heart: unicode("f9e1"); +$ti-icon-world-latitude: unicode("ed2e"); +$ti-icon-world-longitude: unicode("ed2f"); +$ti-icon-world-minus: unicode("f9e2"); +$ti-icon-world-off: unicode("f1ca"); +$ti-icon-world-pause: unicode("f9e3"); +$ti-icon-world-pin: unicode("f9e4"); +$ti-icon-world-plus: unicode("f9e5"); +$ti-icon-world-question: unicode("f9e6"); +$ti-icon-world-search: unicode("f9e7"); +$ti-icon-world-share: unicode("f9e8"); +$ti-icon-world-star: unicode("f9e9"); +$ti-icon-world-up: unicode("f9ea"); +$ti-icon-world-upload: unicode("ef8b"); +$ti-icon-world-www: unicode("f38f"); +$ti-icon-world-x: unicode("f9eb"); +$ti-icon-wrecking-ball: unicode("ed97"); +$ti-icon-writing: unicode("ef08"); +$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-xbox-a: unicode("f2b6"); +$ti-icon-xbox-b: unicode("f2b7"); +$ti-icon-xbox-x: unicode("f2b8"); +$ti-icon-xbox-y: unicode("f2b9"); +$ti-icon-xd: unicode("fa33"); +$ti-icon-xxx: unicode("fc20"); +$ti-icon-yin-yang: unicode("ec35"); +$ti-icon-yoga: unicode("f01f"); +$ti-icon-zeppelin: unicode("f270"); +$ti-icon-zeppelin-off: unicode("f43f"); +$ti-icon-zip: unicode("f3b4"); +$ti-icon-zodiac-aquarius: unicode("ecac"); +$ti-icon-zodiac-aries: unicode("ecad"); +$ti-icon-zodiac-cancer: unicode("ecae"); +$ti-icon-zodiac-capricorn: unicode("ecaf"); +$ti-icon-zodiac-gemini: unicode("ecb0"); +$ti-icon-zodiac-leo: unicode("ecb1"); +$ti-icon-zodiac-libra: unicode("ecb2"); +$ti-icon-zodiac-pisces: unicode("ecb3"); +$ti-icon-zodiac-sagittarius: unicode("ecb4"); +$ti-icon-zodiac-scorpio: unicode("ecb5"); +$ti-icon-zodiac-taurus: unicode("ecb6"); +$ti-icon-zodiac-virgo: unicode("ecb7"); +$ti-icon-zoom: unicode("fdaa"); +$ti-icon-zoom-cancel: unicode("ec4d"); +$ti-icon-zoom-check: unicode("ef09"); +$ti-icon-zoom-code: unicode("f07f"); +$ti-icon-zoom-exclamation: unicode("f080"); +$ti-icon-zoom-in: unicode("eb56"); +$ti-icon-zoom-in-area: unicode("f1dc"); +$ti-icon-zoom-money: unicode("ef0a"); +$ti-icon-zoom-out: unicode("eb57"); +$ti-icon-zoom-out-area: unicode("f1dd"); +$ti-icon-zoom-pan: unicode("f1de"); +$ti-icon-zoom-question: unicode("edeb"); +$ti-icon-zoom-replace: unicode("f2a7"); +$ti-icon-zoom-reset: unicode("f295"); +$ti-icon-zoom-scan: unicode("fcb0"); +$ti-icon-zzz: unicode("f228"); +$ti-icon-zzz-off: unicode("f440"); + +.#{$ti-prefix}-a-b:before { + content: $ti-icon-a-b; +} +.#{$ti-prefix}-a-b-2:before { + content: $ti-icon-a-b-2; +} +.#{$ti-prefix}-a-b-off:before { + content: $ti-icon-a-b-off; +} +.#{$ti-prefix}-abacus:before { + content: $ti-icon-abacus; +} +.#{$ti-prefix}-abacus-off:before { + content: $ti-icon-abacus-off; +} +.#{$ti-prefix}-abc:before { + content: $ti-icon-abc; +} +.#{$ti-prefix}-access-point:before { + content: $ti-icon-access-point; +} +.#{$ti-prefix}-access-point-off:before { + content: $ti-icon-access-point-off; +} +.#{$ti-prefix}-accessible:before { + content: $ti-icon-accessible; +} +.#{$ti-prefix}-accessible-off:before { + content: $ti-icon-accessible-off; +} +.#{$ti-prefix}-activity:before { + content: $ti-icon-activity; +} +.#{$ti-prefix}-activity-heartbeat:before { + content: $ti-icon-activity-heartbeat; +} +.#{$ti-prefix}-ad:before { + content: $ti-icon-ad; +} +.#{$ti-prefix}-ad-2:before { + content: $ti-icon-ad-2; +} +.#{$ti-prefix}-ad-circle:before { + content: $ti-icon-ad-circle; +} +.#{$ti-prefix}-ad-circle-off:before { + content: $ti-icon-ad-circle-off; +} +.#{$ti-prefix}-ad-off:before { + content: $ti-icon-ad-off; +} +.#{$ti-prefix}-address-book:before { + content: $ti-icon-address-book; +} +.#{$ti-prefix}-address-book-off:before { + content: $ti-icon-address-book-off; +} +.#{$ti-prefix}-adjustments:before { + content: $ti-icon-adjustments; +} +.#{$ti-prefix}-adjustments-alt:before { + content: $ti-icon-adjustments-alt; +} +.#{$ti-prefix}-adjustments-bolt:before { + content: $ti-icon-adjustments-bolt; +} +.#{$ti-prefix}-adjustments-cancel:before { + content: $ti-icon-adjustments-cancel; +} +.#{$ti-prefix}-adjustments-check:before { + content: $ti-icon-adjustments-check; +} +.#{$ti-prefix}-adjustments-code:before { + content: $ti-icon-adjustments-code; +} +.#{$ti-prefix}-adjustments-cog:before { + content: $ti-icon-adjustments-cog; +} +.#{$ti-prefix}-adjustments-dollar:before { + content: $ti-icon-adjustments-dollar; +} +.#{$ti-prefix}-adjustments-down:before { + content: $ti-icon-adjustments-down; +} +.#{$ti-prefix}-adjustments-exclamation:before { + content: $ti-icon-adjustments-exclamation; +} +.#{$ti-prefix}-adjustments-heart:before { + content: $ti-icon-adjustments-heart; +} +.#{$ti-prefix}-adjustments-horizontal:before { + content: $ti-icon-adjustments-horizontal; +} +.#{$ti-prefix}-adjustments-minus:before { + content: $ti-icon-adjustments-minus; +} +.#{$ti-prefix}-adjustments-off:before { + content: $ti-icon-adjustments-off; +} +.#{$ti-prefix}-adjustments-pause:before { + content: $ti-icon-adjustments-pause; +} +.#{$ti-prefix}-adjustments-pin:before { + content: $ti-icon-adjustments-pin; +} +.#{$ti-prefix}-adjustments-plus:before { + content: $ti-icon-adjustments-plus; +} +.#{$ti-prefix}-adjustments-question:before { + content: $ti-icon-adjustments-question; +} +.#{$ti-prefix}-adjustments-search:before { + content: $ti-icon-adjustments-search; +} +.#{$ti-prefix}-adjustments-share:before { + content: $ti-icon-adjustments-share; +} +.#{$ti-prefix}-adjustments-star:before { + content: $ti-icon-adjustments-star; +} +.#{$ti-prefix}-adjustments-up:before { + content: $ti-icon-adjustments-up; +} +.#{$ti-prefix}-adjustments-x:before { + content: $ti-icon-adjustments-x; +} +.#{$ti-prefix}-aerial-lift:before { + content: $ti-icon-aerial-lift; +} +.#{$ti-prefix}-affiliate:before { + content: $ti-icon-affiliate; +} +.#{$ti-prefix}-air-balloon:before { + content: $ti-icon-air-balloon; +} +.#{$ti-prefix}-air-conditioning:before { + content: $ti-icon-air-conditioning; +} +.#{$ti-prefix}-air-conditioning-disabled:before { + content: $ti-icon-air-conditioning-disabled; +} +.#{$ti-prefix}-air-traffic-control:before { + content: $ti-icon-air-traffic-control; +} +.#{$ti-prefix}-alarm:before { + content: $ti-icon-alarm; +} +.#{$ti-prefix}-alarm-average:before { + content: $ti-icon-alarm-average; +} +.#{$ti-prefix}-alarm-minus:before { + content: $ti-icon-alarm-minus; +} +.#{$ti-prefix}-alarm-off:before { + content: $ti-icon-alarm-off; +} +.#{$ti-prefix}-alarm-plus:before { + content: $ti-icon-alarm-plus; +} +.#{$ti-prefix}-alarm-snooze:before { + content: $ti-icon-alarm-snooze; +} +.#{$ti-prefix}-album:before { + content: $ti-icon-album; +} +.#{$ti-prefix}-album-off:before { + content: $ti-icon-album-off; +} +.#{$ti-prefix}-alert-circle:before { + content: $ti-icon-alert-circle; +} +.#{$ti-prefix}-alert-circle-off:before { + content: $ti-icon-alert-circle-off; +} +.#{$ti-prefix}-alert-hexagon:before { + content: $ti-icon-alert-hexagon; +} +.#{$ti-prefix}-alert-hexagon-off:before { + content: $ti-icon-alert-hexagon-off; +} +.#{$ti-prefix}-alert-octagon:before { + content: $ti-icon-alert-octagon; +} +.#{$ti-prefix}-alert-small:before { + content: $ti-icon-alert-small; +} +.#{$ti-prefix}-alert-small-off:before { + content: $ti-icon-alert-small-off; +} +.#{$ti-prefix}-alert-square:before { + content: $ti-icon-alert-square; +} +.#{$ti-prefix}-alert-square-rounded:before { + content: $ti-icon-alert-square-rounded; +} +.#{$ti-prefix}-alert-square-rounded-off:before { + content: $ti-icon-alert-square-rounded-off; +} +.#{$ti-prefix}-alert-triangle:before { + content: $ti-icon-alert-triangle; +} +.#{$ti-prefix}-alert-triangle-off:before { + content: $ti-icon-alert-triangle-off; +} +.#{$ti-prefix}-alien:before { + content: $ti-icon-alien; +} +.#{$ti-prefix}-align-box-bottom-center:before { + content: $ti-icon-align-box-bottom-center; +} +.#{$ti-prefix}-align-box-bottom-left:before { + content: $ti-icon-align-box-bottom-left; +} +.#{$ti-prefix}-align-box-bottom-right:before { + content: $ti-icon-align-box-bottom-right; +} +.#{$ti-prefix}-align-box-center-bottom:before { + content: $ti-icon-align-box-center-bottom; +} +.#{$ti-prefix}-align-box-center-middle:before { + content: $ti-icon-align-box-center-middle; +} +.#{$ti-prefix}-align-box-center-stretch:before { + content: $ti-icon-align-box-center-stretch; +} +.#{$ti-prefix}-align-box-center-top:before { + content: $ti-icon-align-box-center-top; +} +.#{$ti-prefix}-align-box-left-bottom:before { + content: $ti-icon-align-box-left-bottom; +} +.#{$ti-prefix}-align-box-left-middle:before { + content: $ti-icon-align-box-left-middle; +} +.#{$ti-prefix}-align-box-left-stretch:before { + content: $ti-icon-align-box-left-stretch; +} +.#{$ti-prefix}-align-box-left-top:before { + content: $ti-icon-align-box-left-top; +} +.#{$ti-prefix}-align-box-right-bottom:before { + content: $ti-icon-align-box-right-bottom; +} +.#{$ti-prefix}-align-box-right-middle:before { + content: $ti-icon-align-box-right-middle; +} +.#{$ti-prefix}-align-box-right-stretch:before { + content: $ti-icon-align-box-right-stretch; +} +.#{$ti-prefix}-align-box-right-top:before { + content: $ti-icon-align-box-right-top; +} +.#{$ti-prefix}-align-box-top-center:before { + content: $ti-icon-align-box-top-center; +} +.#{$ti-prefix}-align-box-top-left:before { + content: $ti-icon-align-box-top-left; +} +.#{$ti-prefix}-align-box-top-right:before { + content: $ti-icon-align-box-top-right; +} +.#{$ti-prefix}-align-center:before { + content: $ti-icon-align-center; +} +.#{$ti-prefix}-align-justified:before { + content: $ti-icon-align-justified; +} +.#{$ti-prefix}-align-left:before { + content: $ti-icon-align-left; +} +.#{$ti-prefix}-align-right:before { + content: $ti-icon-align-right; +} +.#{$ti-prefix}-alpha:before { + content: $ti-icon-alpha; +} +.#{$ti-prefix}-alphabet-cyrillic:before { + content: $ti-icon-alphabet-cyrillic; +} +.#{$ti-prefix}-alphabet-greek:before { + content: $ti-icon-alphabet-greek; +} +.#{$ti-prefix}-alphabet-latin:before { + content: $ti-icon-alphabet-latin; +} +.#{$ti-prefix}-alt:before { + content: $ti-icon-alt; +} +.#{$ti-prefix}-ambulance:before { + content: $ti-icon-ambulance; +} +.#{$ti-prefix}-ampersand:before { + content: $ti-icon-ampersand; +} +.#{$ti-prefix}-analyze:before { + content: $ti-icon-analyze; +} +.#{$ti-prefix}-analyze-off:before { + content: $ti-icon-analyze-off; +} +.#{$ti-prefix}-anchor:before { + content: $ti-icon-anchor; +} +.#{$ti-prefix}-anchor-off:before { + content: $ti-icon-anchor-off; +} +.#{$ti-prefix}-angle:before { + content: $ti-icon-angle; +} +.#{$ti-prefix}-ankh:before { + content: $ti-icon-ankh; +} +.#{$ti-prefix}-antenna:before { + content: $ti-icon-antenna; +} +.#{$ti-prefix}-antenna-bars-1:before { + content: $ti-icon-antenna-bars-1; +} +.#{$ti-prefix}-antenna-bars-2:before { + content: $ti-icon-antenna-bars-2; +} +.#{$ti-prefix}-antenna-bars-3:before { + content: $ti-icon-antenna-bars-3; +} +.#{$ti-prefix}-antenna-bars-4:before { + content: $ti-icon-antenna-bars-4; +} +.#{$ti-prefix}-antenna-bars-5:before { + content: $ti-icon-antenna-bars-5; +} +.#{$ti-prefix}-antenna-bars-off:before { + content: $ti-icon-antenna-bars-off; +} +.#{$ti-prefix}-antenna-off:before { + content: $ti-icon-antenna-off; +} +.#{$ti-prefix}-aperture:before { + content: $ti-icon-aperture; +} +.#{$ti-prefix}-aperture-off:before { + content: $ti-icon-aperture-off; +} +.#{$ti-prefix}-api:before { + content: $ti-icon-api; +} +.#{$ti-prefix}-api-app:before { + content: $ti-icon-api-app; +} +.#{$ti-prefix}-api-app-off:before { + content: $ti-icon-api-app-off; +} +.#{$ti-prefix}-api-off:before { + content: $ti-icon-api-off; +} +.#{$ti-prefix}-app-window:before { + content: $ti-icon-app-window; +} +.#{$ti-prefix}-apple:before { + content: $ti-icon-apple; +} +.#{$ti-prefix}-apps:before { + content: $ti-icon-apps; +} +.#{$ti-prefix}-apps-off:before { + content: $ti-icon-apps-off; +} +.#{$ti-prefix}-archery-arrow:before { + content: $ti-icon-archery-arrow; +} +.#{$ti-prefix}-archive:before { + content: $ti-icon-archive; +} +.#{$ti-prefix}-archive-off:before { + content: $ti-icon-archive-off; +} +.#{$ti-prefix}-armchair:before { + content: $ti-icon-armchair; +} +.#{$ti-prefix}-armchair-2:before { + content: $ti-icon-armchair-2; +} +.#{$ti-prefix}-armchair-2-off:before { + content: $ti-icon-armchair-2-off; +} +.#{$ti-prefix}-armchair-off:before { + content: $ti-icon-armchair-off; +} +.#{$ti-prefix}-arrow-autofit-content:before { + content: $ti-icon-arrow-autofit-content; +} +.#{$ti-prefix}-arrow-autofit-down:before { + content: $ti-icon-arrow-autofit-down; +} +.#{$ti-prefix}-arrow-autofit-height:before { + content: $ti-icon-arrow-autofit-height; +} +.#{$ti-prefix}-arrow-autofit-left:before { + content: $ti-icon-arrow-autofit-left; +} +.#{$ti-prefix}-arrow-autofit-right:before { + content: $ti-icon-arrow-autofit-right; +} +.#{$ti-prefix}-arrow-autofit-up:before { + content: $ti-icon-arrow-autofit-up; +} +.#{$ti-prefix}-arrow-autofit-width:before { + content: $ti-icon-arrow-autofit-width; +} +.#{$ti-prefix}-arrow-back:before { + content: $ti-icon-arrow-back; +} +.#{$ti-prefix}-arrow-back-up:before { + content: $ti-icon-arrow-back-up; +} +.#{$ti-prefix}-arrow-back-up-double:before { + content: $ti-icon-arrow-back-up-double; +} +.#{$ti-prefix}-arrow-badge-down:before { + content: $ti-icon-arrow-badge-down; +} +.#{$ti-prefix}-arrow-badge-left:before { + content: $ti-icon-arrow-badge-left; +} +.#{$ti-prefix}-arrow-badge-right:before { + content: $ti-icon-arrow-badge-right; +} +.#{$ti-prefix}-arrow-badge-up:before { + content: $ti-icon-arrow-badge-up; +} +.#{$ti-prefix}-arrow-bar-both:before { + content: $ti-icon-arrow-bar-both; +} +.#{$ti-prefix}-arrow-bar-down:before { + content: $ti-icon-arrow-bar-down; +} +.#{$ti-prefix}-arrow-bar-left:before { + content: $ti-icon-arrow-bar-left; +} +.#{$ti-prefix}-arrow-bar-right:before { + content: $ti-icon-arrow-bar-right; +} +.#{$ti-prefix}-arrow-bar-to-down:before { + content: $ti-icon-arrow-bar-to-down; +} +.#{$ti-prefix}-arrow-bar-to-left:before { + content: $ti-icon-arrow-bar-to-left; +} +.#{$ti-prefix}-arrow-bar-to-right:before { + content: $ti-icon-arrow-bar-to-right; +} +.#{$ti-prefix}-arrow-bar-to-up:before { + content: $ti-icon-arrow-bar-to-up; +} +.#{$ti-prefix}-arrow-bar-up:before { + content: $ti-icon-arrow-bar-up; +} +.#{$ti-prefix}-arrow-bear-left:before { + content: $ti-icon-arrow-bear-left; +} +.#{$ti-prefix}-arrow-bear-left-2:before { + content: $ti-icon-arrow-bear-left-2; +} +.#{$ti-prefix}-arrow-bear-right:before { + content: $ti-icon-arrow-bear-right; +} +.#{$ti-prefix}-arrow-bear-right-2:before { + content: $ti-icon-arrow-bear-right-2; +} +.#{$ti-prefix}-arrow-big-down:before { + content: $ti-icon-arrow-big-down; +} +.#{$ti-prefix}-arrow-big-down-line:before { + content: $ti-icon-arrow-big-down-line; +} +.#{$ti-prefix}-arrow-big-down-lines:before { + content: $ti-icon-arrow-big-down-lines; +} +.#{$ti-prefix}-arrow-big-left:before { + content: $ti-icon-arrow-big-left; +} +.#{$ti-prefix}-arrow-big-left-line:before { + content: $ti-icon-arrow-big-left-line; +} +.#{$ti-prefix}-arrow-big-left-lines:before { + content: $ti-icon-arrow-big-left-lines; +} +.#{$ti-prefix}-arrow-big-right:before { + content: $ti-icon-arrow-big-right; +} +.#{$ti-prefix}-arrow-big-right-line:before { + content: $ti-icon-arrow-big-right-line; +} +.#{$ti-prefix}-arrow-big-right-lines:before { + content: $ti-icon-arrow-big-right-lines; +} +.#{$ti-prefix}-arrow-big-up:before { + content: $ti-icon-arrow-big-up; +} +.#{$ti-prefix}-arrow-big-up-line:before { + content: $ti-icon-arrow-big-up-line; +} +.#{$ti-prefix}-arrow-big-up-lines:before { + content: $ti-icon-arrow-big-up-lines; +} +.#{$ti-prefix}-arrow-bounce:before { + content: $ti-icon-arrow-bounce; +} +.#{$ti-prefix}-arrow-capsule:before { + content: $ti-icon-arrow-capsule; +} +.#{$ti-prefix}-arrow-curve-left:before { + content: $ti-icon-arrow-curve-left; +} +.#{$ti-prefix}-arrow-curve-right:before { + content: $ti-icon-arrow-curve-right; +} +.#{$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-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; +} +.#{$ti-prefix}-arrow-down-rhombus:before { + content: $ti-icon-arrow-down-rhombus; +} +.#{$ti-prefix}-arrow-down-right:before { + content: $ti-icon-arrow-down-right; +} +.#{$ti-prefix}-arrow-down-right-circle:before { + content: $ti-icon-arrow-down-right-circle; +} +.#{$ti-prefix}-arrow-down-square:before { + content: $ti-icon-arrow-down-square; +} +.#{$ti-prefix}-arrow-down-tail:before { + content: $ti-icon-arrow-down-tail; +} +.#{$ti-prefix}-arrow-down-to-arc:before { + content: $ti-icon-arrow-down-to-arc; +} +.#{$ti-prefix}-arrow-elbow-left:before { + content: $ti-icon-arrow-elbow-left; +} +.#{$ti-prefix}-arrow-elbow-right:before { + content: $ti-icon-arrow-elbow-right; +} +.#{$ti-prefix}-arrow-fork:before { + content: $ti-icon-arrow-fork; +} +.#{$ti-prefix}-arrow-forward:before { + content: $ti-icon-arrow-forward; +} +.#{$ti-prefix}-arrow-forward-up:before { + content: $ti-icon-arrow-forward-up; +} +.#{$ti-prefix}-arrow-forward-up-double:before { + content: $ti-icon-arrow-forward-up-double; +} +.#{$ti-prefix}-arrow-guide:before { + content: $ti-icon-arrow-guide; +} +.#{$ti-prefix}-arrow-iteration:before { + content: $ti-icon-arrow-iteration; +} +.#{$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-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; +} +.#{$ti-prefix}-arrow-left-square:before { + content: $ti-icon-arrow-left-square; +} +.#{$ti-prefix}-arrow-left-tail:before { + content: $ti-icon-arrow-left-tail; +} +.#{$ti-prefix}-arrow-left-to-arc:before { + content: $ti-icon-arrow-left-to-arc; +} +.#{$ti-prefix}-arrow-loop-left:before { + content: $ti-icon-arrow-loop-left; +} +.#{$ti-prefix}-arrow-loop-left-2:before { + content: $ti-icon-arrow-loop-left-2; +} +.#{$ti-prefix}-arrow-loop-right:before { + content: $ti-icon-arrow-loop-right; +} +.#{$ti-prefix}-arrow-loop-right-2:before { + content: $ti-icon-arrow-loop-right-2; +} +.#{$ti-prefix}-arrow-merge:before { + content: $ti-icon-arrow-merge; +} +.#{$ti-prefix}-arrow-merge-alt-left:before { + content: $ti-icon-arrow-merge-alt-left; +} +.#{$ti-prefix}-arrow-merge-alt-right:before { + content: $ti-icon-arrow-merge-alt-right; +} +.#{$ti-prefix}-arrow-merge-both:before { + content: $ti-icon-arrow-merge-both; +} +.#{$ti-prefix}-arrow-merge-left:before { + content: $ti-icon-arrow-merge-left; +} +.#{$ti-prefix}-arrow-merge-right:before { + content: $ti-icon-arrow-merge-right; +} +.#{$ti-prefix}-arrow-move-down:before { + content: $ti-icon-arrow-move-down; +} +.#{$ti-prefix}-arrow-move-left:before { + content: $ti-icon-arrow-move-left; +} +.#{$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-left:before { + content: $ti-icon-arrow-narrow-left; +} +.#{$ti-prefix}-arrow-narrow-right:before { + content: $ti-icon-arrow-narrow-right; +} +.#{$ti-prefix}-arrow-narrow-up:before { + content: $ti-icon-arrow-narrow-up; +} +.#{$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; +} +.#{$ti-prefix}-arrow-ramp-right:before { + content: $ti-icon-arrow-ramp-right; +} +.#{$ti-prefix}-arrow-ramp-right-2:before { + content: $ti-icon-arrow-ramp-right-2; +} +.#{$ti-prefix}-arrow-ramp-right-3:before { + content: $ti-icon-arrow-ramp-right-3; +} +.#{$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-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; +} +.#{$ti-prefix}-arrow-right-tail:before { + content: $ti-icon-arrow-right-tail; +} +.#{$ti-prefix}-arrow-right-to-arc:before { + content: $ti-icon-arrow-right-to-arc; +} +.#{$ti-prefix}-arrow-rotary-first-left:before { + content: $ti-icon-arrow-rotary-first-left; +} +.#{$ti-prefix}-arrow-rotary-first-right:before { + content: $ti-icon-arrow-rotary-first-right; +} +.#{$ti-prefix}-arrow-rotary-last-left:before { + content: $ti-icon-arrow-rotary-last-left; +} +.#{$ti-prefix}-arrow-rotary-last-right:before { + content: $ti-icon-arrow-rotary-last-right; +} +.#{$ti-prefix}-arrow-rotary-left:before { + content: $ti-icon-arrow-rotary-left; +} +.#{$ti-prefix}-arrow-rotary-right:before { + content: $ti-icon-arrow-rotary-right; +} +.#{$ti-prefix}-arrow-rotary-straight:before { + content: $ti-icon-arrow-rotary-straight; +} +.#{$ti-prefix}-arrow-roundabout-left:before { + content: $ti-icon-arrow-roundabout-left; +} +.#{$ti-prefix}-arrow-roundabout-right:before { + content: $ti-icon-arrow-roundabout-right; +} +.#{$ti-prefix}-arrow-sharp-turn-left:before { + content: $ti-icon-arrow-sharp-turn-left; +} +.#{$ti-prefix}-arrow-sharp-turn-right:before { + content: $ti-icon-arrow-sharp-turn-right; +} +.#{$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-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; +} +.#{$ti-prefix}-arrow-up-rhombus:before { + content: $ti-icon-arrow-up-rhombus; +} +.#{$ti-prefix}-arrow-up-right:before { + content: $ti-icon-arrow-up-right; +} +.#{$ti-prefix}-arrow-up-right-circle:before { + content: $ti-icon-arrow-up-right-circle; +} +.#{$ti-prefix}-arrow-up-square:before { + content: $ti-icon-arrow-up-square; +} +.#{$ti-prefix}-arrow-up-tail:before { + content: $ti-icon-arrow-up-tail; +} +.#{$ti-prefix}-arrow-up-to-arc:before { + content: $ti-icon-arrow-up-to-arc; +} +.#{$ti-prefix}-arrow-wave-left-down:before { + content: $ti-icon-arrow-wave-left-down; +} +.#{$ti-prefix}-arrow-wave-left-up:before { + content: $ti-icon-arrow-wave-left-up; +} +.#{$ti-prefix}-arrow-wave-right-down:before { + content: $ti-icon-arrow-wave-right-down; +} +.#{$ti-prefix}-arrow-wave-right-up:before { + content: $ti-icon-arrow-wave-right-up; +} +.#{$ti-prefix}-arrow-zig-zag:before { + content: $ti-icon-arrow-zig-zag; +} +.#{$ti-prefix}-arrows-cross:before { + content: $ti-icon-arrows-cross; +} +.#{$ti-prefix}-arrows-diagonal:before { + content: $ti-icon-arrows-diagonal; +} +.#{$ti-prefix}-arrows-diagonal-2:before { + content: $ti-icon-arrows-diagonal-2; +} +.#{$ti-prefix}-arrows-diagonal-minimize:before { + content: $ti-icon-arrows-diagonal-minimize; +} +.#{$ti-prefix}-arrows-diagonal-minimize-2:before { + content: $ti-icon-arrows-diagonal-minimize-2; +} +.#{$ti-prefix}-arrows-diff:before { + content: $ti-icon-arrows-diff; +} +.#{$ti-prefix}-arrows-double-ne-sw:before { + content: $ti-icon-arrows-double-ne-sw; +} +.#{$ti-prefix}-arrows-double-nw-se:before { + content: $ti-icon-arrows-double-nw-se; +} +.#{$ti-prefix}-arrows-double-se-nw:before { + content: $ti-icon-arrows-double-se-nw; +} +.#{$ti-prefix}-arrows-double-sw-ne:before { + content: $ti-icon-arrows-double-sw-ne; +} +.#{$ti-prefix}-arrows-down:before { + content: $ti-icon-arrows-down; +} +.#{$ti-prefix}-arrows-down-up:before { + content: $ti-icon-arrows-down-up; +} +.#{$ti-prefix}-arrows-exchange:before { + content: $ti-icon-arrows-exchange; +} +.#{$ti-prefix}-arrows-exchange-2:before { + content: $ti-icon-arrows-exchange-2; +} +.#{$ti-prefix}-arrows-horizontal:before { + content: $ti-icon-arrows-horizontal; +} +.#{$ti-prefix}-arrows-join:before { + content: $ti-icon-arrows-join; +} +.#{$ti-prefix}-arrows-join-2:before { + content: $ti-icon-arrows-join-2; +} +.#{$ti-prefix}-arrows-left:before { + content: $ti-icon-arrows-left; +} +.#{$ti-prefix}-arrows-left-down:before { + content: $ti-icon-arrows-left-down; +} +.#{$ti-prefix}-arrows-left-right:before { + content: $ti-icon-arrows-left-right; +} +.#{$ti-prefix}-arrows-maximize:before { + content: $ti-icon-arrows-maximize; +} +.#{$ti-prefix}-arrows-minimize:before { + content: $ti-icon-arrows-minimize; +} +.#{$ti-prefix}-arrows-move:before { + content: $ti-icon-arrows-move; +} +.#{$ti-prefix}-arrows-move-horizontal:before { + content: $ti-icon-arrows-move-horizontal; +} +.#{$ti-prefix}-arrows-move-vertical:before { + content: $ti-icon-arrows-move-vertical; +} +.#{$ti-prefix}-arrows-random:before { + content: $ti-icon-arrows-random; +} +.#{$ti-prefix}-arrows-right:before { + content: $ti-icon-arrows-right; +} +.#{$ti-prefix}-arrows-right-down:before { + content: $ti-icon-arrows-right-down; +} +.#{$ti-prefix}-arrows-right-left:before { + content: $ti-icon-arrows-right-left; +} +.#{$ti-prefix}-arrows-shuffle:before { + content: $ti-icon-arrows-shuffle; +} +.#{$ti-prefix}-arrows-shuffle-2:before { + content: $ti-icon-arrows-shuffle-2; +} +.#{$ti-prefix}-arrows-sort:before { + content: $ti-icon-arrows-sort; +} +.#{$ti-prefix}-arrows-split:before { + content: $ti-icon-arrows-split; +} +.#{$ti-prefix}-arrows-split-2:before { + content: $ti-icon-arrows-split-2; +} +.#{$ti-prefix}-arrows-transfer-down:before { + content: $ti-icon-arrows-transfer-down; +} +.#{$ti-prefix}-arrows-transfer-up:before { + content: $ti-icon-arrows-transfer-up; +} +.#{$ti-prefix}-arrows-up:before { + content: $ti-icon-arrows-up; +} +.#{$ti-prefix}-arrows-up-down:before { + content: $ti-icon-arrows-up-down; +} +.#{$ti-prefix}-arrows-up-left:before { + content: $ti-icon-arrows-up-left; +} +.#{$ti-prefix}-arrows-up-right:before { + content: $ti-icon-arrows-up-right; +} +.#{$ti-prefix}-arrows-vertical:before { + content: $ti-icon-arrows-vertical; +} +.#{$ti-prefix}-artboard:before { + content: $ti-icon-artboard; +} +.#{$ti-prefix}-artboard-off:before { + content: $ti-icon-artboard-off; +} +.#{$ti-prefix}-article:before { + content: $ti-icon-article; +} +.#{$ti-prefix}-article-off:before { + content: $ti-icon-article-off; +} +.#{$ti-prefix}-aspect-ratio:before { + content: $ti-icon-aspect-ratio; +} +.#{$ti-prefix}-aspect-ratio-off:before { + content: $ti-icon-aspect-ratio-off; +} +.#{$ti-prefix}-assembly:before { + content: $ti-icon-assembly; +} +.#{$ti-prefix}-assembly-off:before { + content: $ti-icon-assembly-off; +} +.#{$ti-prefix}-asset:before { + content: $ti-icon-asset; +} +.#{$ti-prefix}-asterisk:before { + content: $ti-icon-asterisk; +} +.#{$ti-prefix}-asterisk-simple:before { + content: $ti-icon-asterisk-simple; +} +.#{$ti-prefix}-at:before { + content: $ti-icon-at; +} +.#{$ti-prefix}-at-off:before { + content: $ti-icon-at-off; +} +.#{$ti-prefix}-atom:before { + content: $ti-icon-atom; +} +.#{$ti-prefix}-atom-2:before { + content: $ti-icon-atom-2; +} +.#{$ti-prefix}-atom-off:before { + content: $ti-icon-atom-off; +} +.#{$ti-prefix}-augmented-reality:before { + content: $ti-icon-augmented-reality; +} +.#{$ti-prefix}-augmented-reality-2:before { + content: $ti-icon-augmented-reality-2; +} +.#{$ti-prefix}-augmented-reality-off:before { + content: $ti-icon-augmented-reality-off; +} +.#{$ti-prefix}-auth-2fa:before { + content: $ti-icon-auth-2fa; +} +.#{$ti-prefix}-automatic-gearbox:before { + content: $ti-icon-automatic-gearbox; +} +.#{$ti-prefix}-avocado:before { + content: $ti-icon-avocado; +} +.#{$ti-prefix}-award:before { + content: $ti-icon-award; +} +.#{$ti-prefix}-award-off:before { + content: $ti-icon-award-off; +} +.#{$ti-prefix}-axe:before { + content: $ti-icon-axe; +} +.#{$ti-prefix}-axis-x:before { + content: $ti-icon-axis-x; +} +.#{$ti-prefix}-axis-y:before { + content: $ti-icon-axis-y; +} +.#{$ti-prefix}-baby-bottle:before { + content: $ti-icon-baby-bottle; +} +.#{$ti-prefix}-baby-carriage:before { + content: $ti-icon-baby-carriage; +} +.#{$ti-prefix}-background:before { + content: $ti-icon-background; +} +.#{$ti-prefix}-backhoe:before { + content: $ti-icon-backhoe; +} +.#{$ti-prefix}-backpack:before { + content: $ti-icon-backpack; +} +.#{$ti-prefix}-backpack-off:before { + content: $ti-icon-backpack-off; +} +.#{$ti-prefix}-backslash:before { + content: $ti-icon-backslash; +} +.#{$ti-prefix}-backspace:before { + content: $ti-icon-backspace; +} +.#{$ti-prefix}-badge:before { + content: $ti-icon-badge; +} +.#{$ti-prefix}-badge-3d:before { + content: $ti-icon-badge-3d; +} +.#{$ti-prefix}-badge-4k:before { + content: $ti-icon-badge-4k; +} +.#{$ti-prefix}-badge-8k:before { + content: $ti-icon-badge-8k; +} +.#{$ti-prefix}-badge-ad:before { + content: $ti-icon-badge-ad; +} +.#{$ti-prefix}-badge-ad-off:before { + content: $ti-icon-badge-ad-off; +} +.#{$ti-prefix}-badge-ar:before { + content: $ti-icon-badge-ar; +} +.#{$ti-prefix}-badge-cc:before { + content: $ti-icon-badge-cc; +} +.#{$ti-prefix}-badge-hd:before { + content: $ti-icon-badge-hd; +} +.#{$ti-prefix}-badge-off:before { + content: $ti-icon-badge-off; +} +.#{$ti-prefix}-badge-sd:before { + content: $ti-icon-badge-sd; +} +.#{$ti-prefix}-badge-tm:before { + content: $ti-icon-badge-tm; +} +.#{$ti-prefix}-badge-vo:before { + content: $ti-icon-badge-vo; +} +.#{$ti-prefix}-badge-vr:before { + content: $ti-icon-badge-vr; +} +.#{$ti-prefix}-badge-wc:before { + content: $ti-icon-badge-wc; +} +.#{$ti-prefix}-badges:before { + content: $ti-icon-badges; +} +.#{$ti-prefix}-badges-off:before { + content: $ti-icon-badges-off; +} +.#{$ti-prefix}-baguette:before { + content: $ti-icon-baguette; +} +.#{$ti-prefix}-ball-american-football:before { + content: $ti-icon-ball-american-football; +} +.#{$ti-prefix}-ball-american-football-off:before { + content: $ti-icon-ball-american-football-off; +} +.#{$ti-prefix}-ball-baseball:before { + content: $ti-icon-ball-baseball; +} +.#{$ti-prefix}-ball-basketball:before { + content: $ti-icon-ball-basketball; +} +.#{$ti-prefix}-ball-bowling:before { + content: $ti-icon-ball-bowling; +} +.#{$ti-prefix}-ball-football:before { + content: $ti-icon-ball-football; +} +.#{$ti-prefix}-ball-football-off:before { + content: $ti-icon-ball-football-off; +} +.#{$ti-prefix}-ball-tennis:before { + content: $ti-icon-ball-tennis; +} +.#{$ti-prefix}-ball-volleyball:before { + content: $ti-icon-ball-volleyball; +} +.#{$ti-prefix}-balloon:before { + content: $ti-icon-balloon; +} +.#{$ti-prefix}-balloon-off:before { + content: $ti-icon-balloon-off; +} +.#{$ti-prefix}-ballpen:before { + content: $ti-icon-ballpen; +} +.#{$ti-prefix}-ballpen-off:before { + content: $ti-icon-ballpen-off; +} +.#{$ti-prefix}-ban:before { + content: $ti-icon-ban; +} +.#{$ti-prefix}-bandage:before { + content: $ti-icon-bandage; +} +.#{$ti-prefix}-bandage-off:before { + content: $ti-icon-bandage-off; +} +.#{$ti-prefix}-barbell:before { + content: $ti-icon-barbell; +} +.#{$ti-prefix}-barbell-off:before { + content: $ti-icon-barbell-off; +} +.#{$ti-prefix}-barcode:before { + content: $ti-icon-barcode; +} +.#{$ti-prefix}-barcode-off:before { + content: $ti-icon-barcode-off; +} +.#{$ti-prefix}-barrel:before { + content: $ti-icon-barrel; +} +.#{$ti-prefix}-barrel-off:before { + content: $ti-icon-barrel-off; +} +.#{$ti-prefix}-barrier-block:before { + content: $ti-icon-barrier-block; +} +.#{$ti-prefix}-barrier-block-off:before { + content: $ti-icon-barrier-block-off; +} +.#{$ti-prefix}-baseline:before { + content: $ti-icon-baseline; +} +.#{$ti-prefix}-baseline-density-large:before { + content: $ti-icon-baseline-density-large; +} +.#{$ti-prefix}-baseline-density-medium:before { + content: $ti-icon-baseline-density-medium; +} +.#{$ti-prefix}-baseline-density-small:before { + content: $ti-icon-baseline-density-small; +} +.#{$ti-prefix}-basket:before { + content: $ti-icon-basket; +} +.#{$ti-prefix}-basket-bolt:before { + content: $ti-icon-basket-bolt; +} +.#{$ti-prefix}-basket-cancel:before { + content: $ti-icon-basket-cancel; +} +.#{$ti-prefix}-basket-check:before { + content: $ti-icon-basket-check; +} +.#{$ti-prefix}-basket-code:before { + content: $ti-icon-basket-code; +} +.#{$ti-prefix}-basket-cog:before { + content: $ti-icon-basket-cog; +} +.#{$ti-prefix}-basket-discount:before { + content: $ti-icon-basket-discount; +} +.#{$ti-prefix}-basket-dollar:before { + content: $ti-icon-basket-dollar; +} +.#{$ti-prefix}-basket-down:before { + content: $ti-icon-basket-down; +} +.#{$ti-prefix}-basket-exclamation:before { + content: $ti-icon-basket-exclamation; +} +.#{$ti-prefix}-basket-heart:before { + content: $ti-icon-basket-heart; +} +.#{$ti-prefix}-basket-minus:before { + content: $ti-icon-basket-minus; +} +.#{$ti-prefix}-basket-off:before { + content: $ti-icon-basket-off; +} +.#{$ti-prefix}-basket-pause:before { + content: $ti-icon-basket-pause; +} +.#{$ti-prefix}-basket-pin:before { + content: $ti-icon-basket-pin; +} +.#{$ti-prefix}-basket-plus:before { + content: $ti-icon-basket-plus; +} +.#{$ti-prefix}-basket-question:before { + content: $ti-icon-basket-question; +} +.#{$ti-prefix}-basket-search:before { + content: $ti-icon-basket-search; +} +.#{$ti-prefix}-basket-share:before { + content: $ti-icon-basket-share; +} +.#{$ti-prefix}-basket-star:before { + content: $ti-icon-basket-star; +} +.#{$ti-prefix}-basket-up:before { + content: $ti-icon-basket-up; +} +.#{$ti-prefix}-basket-x:before { + content: $ti-icon-basket-x; +} +.#{$ti-prefix}-bat:before { + content: $ti-icon-bat; +} +.#{$ti-prefix}-bath:before { + content: $ti-icon-bath; +} +.#{$ti-prefix}-bath-off:before { + content: $ti-icon-bath-off; +} +.#{$ti-prefix}-battery:before { + content: $ti-icon-battery; +} +.#{$ti-prefix}-battery-1:before { + content: $ti-icon-battery-1; +} +.#{$ti-prefix}-battery-2:before { + content: $ti-icon-battery-2; +} +.#{$ti-prefix}-battery-3:before { + content: $ti-icon-battery-3; +} +.#{$ti-prefix}-battery-4:before { + content: $ti-icon-battery-4; +} +.#{$ti-prefix}-battery-automotive:before { + content: $ti-icon-battery-automotive; +} +.#{$ti-prefix}-battery-charging:before { + content: $ti-icon-battery-charging; +} +.#{$ti-prefix}-battery-charging-2:before { + content: $ti-icon-battery-charging-2; +} +.#{$ti-prefix}-battery-eco:before { + content: $ti-icon-battery-eco; +} +.#{$ti-prefix}-battery-off:before { + content: $ti-icon-battery-off; +} +.#{$ti-prefix}-beach:before { + content: $ti-icon-beach; +} +.#{$ti-prefix}-beach-off:before { + content: $ti-icon-beach-off; +} +.#{$ti-prefix}-bed:before { + content: $ti-icon-bed; +} +.#{$ti-prefix}-bed-flat:before { + content: $ti-icon-bed-flat; +} +.#{$ti-prefix}-bed-off:before { + content: $ti-icon-bed-off; +} +.#{$ti-prefix}-beer:before { + content: $ti-icon-beer; +} +.#{$ti-prefix}-beer-off:before { + content: $ti-icon-beer-off; +} +.#{$ti-prefix}-bell:before { + content: $ti-icon-bell; +} +.#{$ti-prefix}-bell-bolt:before { + content: $ti-icon-bell-bolt; +} +.#{$ti-prefix}-bell-cancel:before { + content: $ti-icon-bell-cancel; +} +.#{$ti-prefix}-bell-check:before { + content: $ti-icon-bell-check; +} +.#{$ti-prefix}-bell-code:before { + content: $ti-icon-bell-code; +} +.#{$ti-prefix}-bell-cog:before { + content: $ti-icon-bell-cog; +} +.#{$ti-prefix}-bell-dollar:before { + content: $ti-icon-bell-dollar; +} +.#{$ti-prefix}-bell-down:before { + content: $ti-icon-bell-down; +} +.#{$ti-prefix}-bell-exclamation:before { + content: $ti-icon-bell-exclamation; +} +.#{$ti-prefix}-bell-heart:before { + content: $ti-icon-bell-heart; +} +.#{$ti-prefix}-bell-minus:before { + content: $ti-icon-bell-minus; +} +.#{$ti-prefix}-bell-off:before { + content: $ti-icon-bell-off; +} +.#{$ti-prefix}-bell-pause:before { + content: $ti-icon-bell-pause; +} +.#{$ti-prefix}-bell-pin:before { + content: $ti-icon-bell-pin; +} +.#{$ti-prefix}-bell-plus:before { + content: $ti-icon-bell-plus; +} +.#{$ti-prefix}-bell-question:before { + content: $ti-icon-bell-question; +} +.#{$ti-prefix}-bell-ringing:before { + content: $ti-icon-bell-ringing; +} +.#{$ti-prefix}-bell-ringing-2:before { + content: $ti-icon-bell-ringing-2; +} +.#{$ti-prefix}-bell-school:before { + content: $ti-icon-bell-school; +} +.#{$ti-prefix}-bell-search:before { + content: $ti-icon-bell-search; +} +.#{$ti-prefix}-bell-share:before { + content: $ti-icon-bell-share; +} +.#{$ti-prefix}-bell-star:before { + content: $ti-icon-bell-star; +} +.#{$ti-prefix}-bell-up:before { + content: $ti-icon-bell-up; +} +.#{$ti-prefix}-bell-x:before { + content: $ti-icon-bell-x; +} +.#{$ti-prefix}-bell-z:before { + content: $ti-icon-bell-z; +} +.#{$ti-prefix}-beta:before { + content: $ti-icon-beta; +} +.#{$ti-prefix}-bible:before { + content: $ti-icon-bible; +} +.#{$ti-prefix}-bike:before { + content: $ti-icon-bike; +} +.#{$ti-prefix}-bike-off:before { + content: $ti-icon-bike-off; +} +.#{$ti-prefix}-binary:before { + content: $ti-icon-binary; +} +.#{$ti-prefix}-binary-off:before { + content: $ti-icon-binary-off; +} +.#{$ti-prefix}-binary-tree:before { + content: $ti-icon-binary-tree; +} +.#{$ti-prefix}-binary-tree-2:before { + content: $ti-icon-binary-tree-2; +} +.#{$ti-prefix}-biohazard:before { + content: $ti-icon-biohazard; +} +.#{$ti-prefix}-biohazard-off:before { + content: $ti-icon-biohazard-off; +} +.#{$ti-prefix}-blade:before { + content: $ti-icon-blade; +} +.#{$ti-prefix}-bleach:before { + content: $ti-icon-bleach; +} +.#{$ti-prefix}-bleach-chlorine:before { + content: $ti-icon-bleach-chlorine; +} +.#{$ti-prefix}-bleach-no-chlorine:before { + content: $ti-icon-bleach-no-chlorine; +} +.#{$ti-prefix}-bleach-off:before { + content: $ti-icon-bleach-off; +} +.#{$ti-prefix}-blender:before { + content: $ti-icon-blender; +} +.#{$ti-prefix}-blockquote:before { + content: $ti-icon-blockquote; +} +.#{$ti-prefix}-bluetooth:before { + content: $ti-icon-bluetooth; +} +.#{$ti-prefix}-bluetooth-connected:before { + content: $ti-icon-bluetooth-connected; +} +.#{$ti-prefix}-bluetooth-off:before { + content: $ti-icon-bluetooth-off; +} +.#{$ti-prefix}-bluetooth-x:before { + content: $ti-icon-bluetooth-x; +} +.#{$ti-prefix}-blur:before { + content: $ti-icon-blur; +} +.#{$ti-prefix}-blur-off:before { + content: $ti-icon-blur-off; +} +.#{$ti-prefix}-bmp:before { + content: $ti-icon-bmp; +} +.#{$ti-prefix}-body-scan:before { + content: $ti-icon-body-scan; +} +.#{$ti-prefix}-bold:before { + content: $ti-icon-bold; +} +.#{$ti-prefix}-bold-off:before { + content: $ti-icon-bold-off; +} +.#{$ti-prefix}-bolt:before { + content: $ti-icon-bolt; +} +.#{$ti-prefix}-bolt-off:before { + content: $ti-icon-bolt-off; +} +.#{$ti-prefix}-bomb:before { + content: $ti-icon-bomb; +} +.#{$ti-prefix}-bone:before { + content: $ti-icon-bone; +} +.#{$ti-prefix}-bone-off:before { + content: $ti-icon-bone-off; +} +.#{$ti-prefix}-bong:before { + content: $ti-icon-bong; +} +.#{$ti-prefix}-bong-off:before { + content: $ti-icon-bong-off; +} +.#{$ti-prefix}-book:before { + content: $ti-icon-book; +} +.#{$ti-prefix}-book-2:before { + content: $ti-icon-book-2; +} +.#{$ti-prefix}-book-download:before { + content: $ti-icon-book-download; +} +.#{$ti-prefix}-book-off:before { + content: $ti-icon-book-off; +} +.#{$ti-prefix}-book-upload:before { + content: $ti-icon-book-upload; +} +.#{$ti-prefix}-bookmark:before { + content: $ti-icon-bookmark; +} +.#{$ti-prefix}-bookmark-ai:before { + content: $ti-icon-bookmark-ai; +} +.#{$ti-prefix}-bookmark-edit:before { + content: $ti-icon-bookmark-edit; +} +.#{$ti-prefix}-bookmark-minus:before { + content: $ti-icon-bookmark-minus; +} +.#{$ti-prefix}-bookmark-off:before { + content: $ti-icon-bookmark-off; +} +.#{$ti-prefix}-bookmark-plus:before { + content: $ti-icon-bookmark-plus; +} +.#{$ti-prefix}-bookmark-question:before { + content: $ti-icon-bookmark-question; +} +.#{$ti-prefix}-bookmarks:before { + content: $ti-icon-bookmarks; +} +.#{$ti-prefix}-bookmarks-off:before { + content: $ti-icon-bookmarks-off; +} +.#{$ti-prefix}-books:before { + content: $ti-icon-books; +} +.#{$ti-prefix}-books-off:before { + content: $ti-icon-books-off; +} +.#{$ti-prefix}-boom:before { + content: $ti-icon-boom; +} +.#{$ti-prefix}-border-all:before { + content: $ti-icon-border-all; +} +.#{$ti-prefix}-border-bottom:before { + content: $ti-icon-border-bottom; +} +.#{$ti-prefix}-border-bottom-plus:before { + content: $ti-icon-border-bottom-plus; +} +.#{$ti-prefix}-border-corner-ios:before { + content: $ti-icon-border-corner-ios; +} +.#{$ti-prefix}-border-corner-pill:before { + content: $ti-icon-border-corner-pill; +} +.#{$ti-prefix}-border-corner-rounded:before { + content: $ti-icon-border-corner-rounded; +} +.#{$ti-prefix}-border-corner-square:before { + content: $ti-icon-border-corner-square; +} +.#{$ti-prefix}-border-corners:before { + content: $ti-icon-border-corners; +} +.#{$ti-prefix}-border-horizontal:before { + content: $ti-icon-border-horizontal; +} +.#{$ti-prefix}-border-inner:before { + content: $ti-icon-border-inner; +} +.#{$ti-prefix}-border-left:before { + content: $ti-icon-border-left; +} +.#{$ti-prefix}-border-left-plus:before { + content: $ti-icon-border-left-plus; +} +.#{$ti-prefix}-border-none:before { + content: $ti-icon-border-none; +} +.#{$ti-prefix}-border-outer:before { + content: $ti-icon-border-outer; +} +.#{$ti-prefix}-border-radius:before { + content: $ti-icon-border-radius; +} +.#{$ti-prefix}-border-right:before { + content: $ti-icon-border-right; +} +.#{$ti-prefix}-border-right-plus:before { + content: $ti-icon-border-right-plus; +} +.#{$ti-prefix}-border-sides:before { + content: $ti-icon-border-sides; +} +.#{$ti-prefix}-border-style:before { + content: $ti-icon-border-style; +} +.#{$ti-prefix}-border-style-2:before { + content: $ti-icon-border-style-2; +} +.#{$ti-prefix}-border-top:before { + content: $ti-icon-border-top; +} +.#{$ti-prefix}-border-top-plus:before { + content: $ti-icon-border-top-plus; +} +.#{$ti-prefix}-border-vertical:before { + content: $ti-icon-border-vertical; +} +.#{$ti-prefix}-bottle:before { + content: $ti-icon-bottle; +} +.#{$ti-prefix}-bottle-off:before { + content: $ti-icon-bottle-off; +} +.#{$ti-prefix}-bounce-left:before { + content: $ti-icon-bounce-left; +} +.#{$ti-prefix}-bounce-right:before { + content: $ti-icon-bounce-right; +} +.#{$ti-prefix}-bow:before { + content: $ti-icon-bow; +} +.#{$ti-prefix}-bowl:before { + content: $ti-icon-bowl; +} +.#{$ti-prefix}-bowl-chopsticks:before { + content: $ti-icon-bowl-chopsticks; +} +.#{$ti-prefix}-bowl-spoon:before { + content: $ti-icon-bowl-spoon; +} +.#{$ti-prefix}-box:before { + content: $ti-icon-box; +} +.#{$ti-prefix}-box-align-bottom:before { + content: $ti-icon-box-align-bottom; +} +.#{$ti-prefix}-box-align-bottom-left:before { + content: $ti-icon-box-align-bottom-left; +} +.#{$ti-prefix}-box-align-bottom-right:before { + content: $ti-icon-box-align-bottom-right; +} +.#{$ti-prefix}-box-align-left:before { + content: $ti-icon-box-align-left; +} +.#{$ti-prefix}-box-align-right:before { + content: $ti-icon-box-align-right; +} +.#{$ti-prefix}-box-align-top:before { + content: $ti-icon-box-align-top; +} +.#{$ti-prefix}-box-align-top-left:before { + content: $ti-icon-box-align-top-left; +} +.#{$ti-prefix}-box-align-top-right:before { + content: $ti-icon-box-align-top-right; +} +.#{$ti-prefix}-box-margin:before { + content: $ti-icon-box-margin; +} +.#{$ti-prefix}-box-model:before { + content: $ti-icon-box-model; +} +.#{$ti-prefix}-box-model-2:before { + content: $ti-icon-box-model-2; +} +.#{$ti-prefix}-box-model-2-off:before { + content: $ti-icon-box-model-2-off; +} +.#{$ti-prefix}-box-model-off:before { + content: $ti-icon-box-model-off; +} +.#{$ti-prefix}-box-multiple:before { + content: $ti-icon-box-multiple; +} +.#{$ti-prefix}-box-multiple-0:before { + content: $ti-icon-box-multiple-0; +} +.#{$ti-prefix}-box-multiple-1:before { + content: $ti-icon-box-multiple-1; +} +.#{$ti-prefix}-box-multiple-2:before { + content: $ti-icon-box-multiple-2; +} +.#{$ti-prefix}-box-multiple-3:before { + content: $ti-icon-box-multiple-3; +} +.#{$ti-prefix}-box-multiple-4:before { + content: $ti-icon-box-multiple-4; +} +.#{$ti-prefix}-box-multiple-5:before { + content: $ti-icon-box-multiple-5; +} +.#{$ti-prefix}-box-multiple-6:before { + content: $ti-icon-box-multiple-6; +} +.#{$ti-prefix}-box-multiple-7:before { + content: $ti-icon-box-multiple-7; +} +.#{$ti-prefix}-box-multiple-8:before { + content: $ti-icon-box-multiple-8; +} +.#{$ti-prefix}-box-multiple-9:before { + content: $ti-icon-box-multiple-9; +} +.#{$ti-prefix}-box-off:before { + content: $ti-icon-box-off; +} +.#{$ti-prefix}-box-padding:before { + content: $ti-icon-box-padding; +} +.#{$ti-prefix}-braces:before { + content: $ti-icon-braces; +} +.#{$ti-prefix}-braces-off:before { + content: $ti-icon-braces-off; +} +.#{$ti-prefix}-brackets:before { + content: $ti-icon-brackets; +} +.#{$ti-prefix}-brackets-angle:before { + content: $ti-icon-brackets-angle; +} +.#{$ti-prefix}-brackets-angle-off:before { + content: $ti-icon-brackets-angle-off; +} +.#{$ti-prefix}-brackets-contain:before { + content: $ti-icon-brackets-contain; +} +.#{$ti-prefix}-brackets-contain-end:before { + content: $ti-icon-brackets-contain-end; +} +.#{$ti-prefix}-brackets-contain-start:before { + content: $ti-icon-brackets-contain-start; +} +.#{$ti-prefix}-brackets-off:before { + content: $ti-icon-brackets-off; +} +.#{$ti-prefix}-braille:before { + content: $ti-icon-braille; +} +.#{$ti-prefix}-brain:before { + content: $ti-icon-brain; +} +.#{$ti-prefix}-brand-4chan:before { + content: $ti-icon-brand-4chan; +} +.#{$ti-prefix}-brand-abstract:before { + content: $ti-icon-brand-abstract; +} +.#{$ti-prefix}-brand-adobe:before { + content: $ti-icon-brand-adobe; +} +.#{$ti-prefix}-brand-adonis-js:before { + content: $ti-icon-brand-adonis-js; +} +.#{$ti-prefix}-brand-airbnb:before { + content: $ti-icon-brand-airbnb; +} +.#{$ti-prefix}-brand-airtable:before { + content: $ti-icon-brand-airtable; +} +.#{$ti-prefix}-brand-algolia:before { + content: $ti-icon-brand-algolia; +} +.#{$ti-prefix}-brand-alipay:before { + content: $ti-icon-brand-alipay; +} +.#{$ti-prefix}-brand-alpine-js:before { + content: $ti-icon-brand-alpine-js; +} +.#{$ti-prefix}-brand-amazon:before { + content: $ti-icon-brand-amazon; +} +.#{$ti-prefix}-brand-amd:before { + content: $ti-icon-brand-amd; +} +.#{$ti-prefix}-brand-amigo:before { + content: $ti-icon-brand-amigo; +} +.#{$ti-prefix}-brand-among-us:before { + content: $ti-icon-brand-among-us; +} +.#{$ti-prefix}-brand-android:before { + content: $ti-icon-brand-android; +} +.#{$ti-prefix}-brand-angular:before { + content: $ti-icon-brand-angular; +} +.#{$ti-prefix}-brand-ansible:before { + content: $ti-icon-brand-ansible; +} +.#{$ti-prefix}-brand-ao3:before { + content: $ti-icon-brand-ao3; +} +.#{$ti-prefix}-brand-appgallery:before { + content: $ti-icon-brand-appgallery; +} +.#{$ti-prefix}-brand-apple:before { + content: $ti-icon-brand-apple; +} +.#{$ti-prefix}-brand-apple-arcade:before { + content: $ti-icon-brand-apple-arcade; +} +.#{$ti-prefix}-brand-apple-podcast:before { + content: $ti-icon-brand-apple-podcast; +} +.#{$ti-prefix}-brand-appstore:before { + content: $ti-icon-brand-appstore; +} +.#{$ti-prefix}-brand-asana:before { + content: $ti-icon-brand-asana; +} +.#{$ti-prefix}-brand-astro:before { + content: $ti-icon-brand-astro; +} +.#{$ti-prefix}-brand-auth0:before { + content: $ti-icon-brand-auth0; +} +.#{$ti-prefix}-brand-aws:before { + content: $ti-icon-brand-aws; +} +.#{$ti-prefix}-brand-azure:before { + content: $ti-icon-brand-azure; +} +.#{$ti-prefix}-brand-backbone:before { + content: $ti-icon-brand-backbone; +} +.#{$ti-prefix}-brand-badoo:before { + content: $ti-icon-brand-badoo; +} +.#{$ti-prefix}-brand-baidu:before { + content: $ti-icon-brand-baidu; +} +.#{$ti-prefix}-brand-bandcamp:before { + content: $ti-icon-brand-bandcamp; +} +.#{$ti-prefix}-brand-bandlab:before { + content: $ti-icon-brand-bandlab; +} +.#{$ti-prefix}-brand-beats:before { + content: $ti-icon-brand-beats; +} +.#{$ti-prefix}-brand-behance:before { + content: $ti-icon-brand-behance; +} +.#{$ti-prefix}-brand-bilibili:before { + content: $ti-icon-brand-bilibili; +} +.#{$ti-prefix}-brand-binance:before { + content: $ti-icon-brand-binance; +} +.#{$ti-prefix}-brand-bing:before { + content: $ti-icon-brand-bing; +} +.#{$ti-prefix}-brand-bitbucket:before { + content: $ti-icon-brand-bitbucket; +} +.#{$ti-prefix}-brand-blackberry:before { + content: $ti-icon-brand-blackberry; +} +.#{$ti-prefix}-brand-blender:before { + content: $ti-icon-brand-blender; +} +.#{$ti-prefix}-brand-blogger:before { + content: $ti-icon-brand-blogger; +} +.#{$ti-prefix}-brand-bluesky:before { + content: $ti-icon-brand-bluesky; +} +.#{$ti-prefix}-brand-booking:before { + content: $ti-icon-brand-booking; +} +.#{$ti-prefix}-brand-bootstrap:before { + content: $ti-icon-brand-bootstrap; +} +.#{$ti-prefix}-brand-bulma:before { + content: $ti-icon-brand-bulma; +} +.#{$ti-prefix}-brand-bumble:before { + content: $ti-icon-brand-bumble; +} +.#{$ti-prefix}-brand-bunpo:before { + content: $ti-icon-brand-bunpo; +} +.#{$ti-prefix}-brand-c-sharp:before { + content: $ti-icon-brand-c-sharp; +} +.#{$ti-prefix}-brand-cake:before { + content: $ti-icon-brand-cake; +} +.#{$ti-prefix}-brand-cakephp:before { + content: $ti-icon-brand-cakephp; +} +.#{$ti-prefix}-brand-campaignmonitor:before { + content: $ti-icon-brand-campaignmonitor; +} +.#{$ti-prefix}-brand-carbon:before { + content: $ti-icon-brand-carbon; +} +.#{$ti-prefix}-brand-cashapp:before { + content: $ti-icon-brand-cashapp; +} +.#{$ti-prefix}-brand-chrome:before { + content: $ti-icon-brand-chrome; +} +.#{$ti-prefix}-brand-cinema-4d:before { + content: $ti-icon-brand-cinema-4d; +} +.#{$ti-prefix}-brand-citymapper:before { + content: $ti-icon-brand-citymapper; +} +.#{$ti-prefix}-brand-cloudflare:before { + content: $ti-icon-brand-cloudflare; +} +.#{$ti-prefix}-brand-codecov:before { + content: $ti-icon-brand-codecov; +} +.#{$ti-prefix}-brand-codepen:before { + content: $ti-icon-brand-codepen; +} +.#{$ti-prefix}-brand-codesandbox:before { + content: $ti-icon-brand-codesandbox; +} +.#{$ti-prefix}-brand-cohost:before { + content: $ti-icon-brand-cohost; +} +.#{$ti-prefix}-brand-coinbase:before { + content: $ti-icon-brand-coinbase; +} +.#{$ti-prefix}-brand-comedy-central:before { + content: $ti-icon-brand-comedy-central; +} +.#{$ti-prefix}-brand-coreos:before { + content: $ti-icon-brand-coreos; +} +.#{$ti-prefix}-brand-couchdb:before { + content: $ti-icon-brand-couchdb; +} +.#{$ti-prefix}-brand-couchsurfing:before { + content: $ti-icon-brand-couchsurfing; +} +.#{$ti-prefix}-brand-cpp:before { + content: $ti-icon-brand-cpp; +} +.#{$ti-prefix}-brand-craft:before { + content: $ti-icon-brand-craft; +} +.#{$ti-prefix}-brand-crunchbase:before { + content: $ti-icon-brand-crunchbase; +} +.#{$ti-prefix}-brand-css3:before { + content: $ti-icon-brand-css3; +} +.#{$ti-prefix}-brand-ctemplar:before { + content: $ti-icon-brand-ctemplar; +} +.#{$ti-prefix}-brand-cucumber:before { + content: $ti-icon-brand-cucumber; +} +.#{$ti-prefix}-brand-cupra:before { + content: $ti-icon-brand-cupra; +} +.#{$ti-prefix}-brand-cypress:before { + content: $ti-icon-brand-cypress; +} +.#{$ti-prefix}-brand-d3:before { + content: $ti-icon-brand-d3; +} +.#{$ti-prefix}-brand-databricks:before { + content: $ti-icon-brand-databricks; +} +.#{$ti-prefix}-brand-days-counter:before { + content: $ti-icon-brand-days-counter; +} +.#{$ti-prefix}-brand-dcos:before { + content: $ti-icon-brand-dcos; +} +.#{$ti-prefix}-brand-debian:before { + content: $ti-icon-brand-debian; +} +.#{$ti-prefix}-brand-deezer:before { + content: $ti-icon-brand-deezer; +} +.#{$ti-prefix}-brand-deliveroo:before { + content: $ti-icon-brand-deliveroo; +} +.#{$ti-prefix}-brand-deno:before { + content: $ti-icon-brand-deno; +} +.#{$ti-prefix}-brand-denodo:before { + content: $ti-icon-brand-denodo; +} +.#{$ti-prefix}-brand-deviantart:before { + content: $ti-icon-brand-deviantart; +} +.#{$ti-prefix}-brand-digg:before { + content: $ti-icon-brand-digg; +} +.#{$ti-prefix}-brand-dingtalk:before { + content: $ti-icon-brand-dingtalk; +} +.#{$ti-prefix}-brand-discord:before { + content: $ti-icon-brand-discord; +} +.#{$ti-prefix}-brand-disney:before { + content: $ti-icon-brand-disney; +} +.#{$ti-prefix}-brand-disqus:before { + content: $ti-icon-brand-disqus; +} +.#{$ti-prefix}-brand-django:before { + content: $ti-icon-brand-django; +} +.#{$ti-prefix}-brand-docker:before { + content: $ti-icon-brand-docker; +} +.#{$ti-prefix}-brand-doctrine:before { + content: $ti-icon-brand-doctrine; +} +.#{$ti-prefix}-brand-dolby-digital:before { + content: $ti-icon-brand-dolby-digital; +} +.#{$ti-prefix}-brand-douban:before { + content: $ti-icon-brand-douban; +} +.#{$ti-prefix}-brand-dribbble:before { + content: $ti-icon-brand-dribbble; +} +.#{$ti-prefix}-brand-drops:before { + content: $ti-icon-brand-drops; +} +.#{$ti-prefix}-brand-drupal:before { + content: $ti-icon-brand-drupal; +} +.#{$ti-prefix}-brand-edge:before { + content: $ti-icon-brand-edge; +} +.#{$ti-prefix}-brand-elastic:before { + content: $ti-icon-brand-elastic; +} +.#{$ti-prefix}-brand-electronic-arts:before { + content: $ti-icon-brand-electronic-arts; +} +.#{$ti-prefix}-brand-ember:before { + content: $ti-icon-brand-ember; +} +.#{$ti-prefix}-brand-envato:before { + content: $ti-icon-brand-envato; +} +.#{$ti-prefix}-brand-etsy:before { + content: $ti-icon-brand-etsy; +} +.#{$ti-prefix}-brand-evernote:before { + content: $ti-icon-brand-evernote; +} +.#{$ti-prefix}-brand-facebook:before { + content: $ti-icon-brand-facebook; +} +.#{$ti-prefix}-brand-feedly:before { + content: $ti-icon-brand-feedly; +} +.#{$ti-prefix}-brand-figma:before { + content: $ti-icon-brand-figma; +} +.#{$ti-prefix}-brand-filezilla:before { + content: $ti-icon-brand-filezilla; +} +.#{$ti-prefix}-brand-finder:before { + content: $ti-icon-brand-finder; +} +.#{$ti-prefix}-brand-firebase:before { + content: $ti-icon-brand-firebase; +} +.#{$ti-prefix}-brand-firefox:before { + content: $ti-icon-brand-firefox; +} +.#{$ti-prefix}-brand-fiverr:before { + content: $ti-icon-brand-fiverr; +} +.#{$ti-prefix}-brand-flickr:before { + content: $ti-icon-brand-flickr; +} +.#{$ti-prefix}-brand-flightradar24:before { + content: $ti-icon-brand-flightradar24; +} +.#{$ti-prefix}-brand-flipboard:before { + content: $ti-icon-brand-flipboard; +} +.#{$ti-prefix}-brand-flutter:before { + content: $ti-icon-brand-flutter; +} +.#{$ti-prefix}-brand-fortnite:before { + content: $ti-icon-brand-fortnite; +} +.#{$ti-prefix}-brand-foursquare:before { + content: $ti-icon-brand-foursquare; +} +.#{$ti-prefix}-brand-framer:before { + content: $ti-icon-brand-framer; +} +.#{$ti-prefix}-brand-framer-motion:before { + content: $ti-icon-brand-framer-motion; +} +.#{$ti-prefix}-brand-funimation:before { + content: $ti-icon-brand-funimation; +} +.#{$ti-prefix}-brand-gatsby:before { + content: $ti-icon-brand-gatsby; +} +.#{$ti-prefix}-brand-git:before { + content: $ti-icon-brand-git; +} +.#{$ti-prefix}-brand-github:before { + content: $ti-icon-brand-github; +} +.#{$ti-prefix}-brand-github-copilot:before { + content: $ti-icon-brand-github-copilot; +} +.#{$ti-prefix}-brand-gitlab:before { + content: $ti-icon-brand-gitlab; +} +.#{$ti-prefix}-brand-gmail:before { + content: $ti-icon-brand-gmail; +} +.#{$ti-prefix}-brand-golang:before { + content: $ti-icon-brand-golang; +} +.#{$ti-prefix}-brand-google:before { + content: $ti-icon-brand-google; +} +.#{$ti-prefix}-brand-google-analytics:before { + content: $ti-icon-brand-google-analytics; +} +.#{$ti-prefix}-brand-google-big-query:before { + content: $ti-icon-brand-google-big-query; +} +.#{$ti-prefix}-brand-google-drive:before { + content: $ti-icon-brand-google-drive; +} +.#{$ti-prefix}-brand-google-fit:before { + content: $ti-icon-brand-google-fit; +} +.#{$ti-prefix}-brand-google-home:before { + content: $ti-icon-brand-google-home; +} +.#{$ti-prefix}-brand-google-maps:before { + content: $ti-icon-brand-google-maps; +} +.#{$ti-prefix}-brand-google-one:before { + content: $ti-icon-brand-google-one; +} +.#{$ti-prefix}-brand-google-photos:before { + content: $ti-icon-brand-google-photos; +} +.#{$ti-prefix}-brand-google-play:before { + content: $ti-icon-brand-google-play; +} +.#{$ti-prefix}-brand-google-podcasts:before { + content: $ti-icon-brand-google-podcasts; +} +.#{$ti-prefix}-brand-grammarly:before { + content: $ti-icon-brand-grammarly; +} +.#{$ti-prefix}-brand-graphql:before { + content: $ti-icon-brand-graphql; +} +.#{$ti-prefix}-brand-gravatar:before { + content: $ti-icon-brand-gravatar; +} +.#{$ti-prefix}-brand-grindr:before { + content: $ti-icon-brand-grindr; +} +.#{$ti-prefix}-brand-guardian:before { + content: $ti-icon-brand-guardian; +} +.#{$ti-prefix}-brand-gumroad:before { + content: $ti-icon-brand-gumroad; +} +.#{$ti-prefix}-brand-hbo:before { + content: $ti-icon-brand-hbo; +} +.#{$ti-prefix}-brand-headlessui:before { + content: $ti-icon-brand-headlessui; +} +.#{$ti-prefix}-brand-hexo:before { + content: $ti-icon-brand-hexo; +} +.#{$ti-prefix}-brand-hipchat:before { + content: $ti-icon-brand-hipchat; +} +.#{$ti-prefix}-brand-html5:before { + content: $ti-icon-brand-html5; +} +.#{$ti-prefix}-brand-inertia:before { + content: $ti-icon-brand-inertia; +} +.#{$ti-prefix}-brand-instagram:before { + content: $ti-icon-brand-instagram; +} +.#{$ti-prefix}-brand-intercom:before { + content: $ti-icon-brand-intercom; +} +.#{$ti-prefix}-brand-itch:before { + content: $ti-icon-brand-itch; +} +.#{$ti-prefix}-brand-javascript:before { + content: $ti-icon-brand-javascript; +} +.#{$ti-prefix}-brand-juejin:before { + content: $ti-icon-brand-juejin; +} +.#{$ti-prefix}-brand-kako-talk:before { + content: $ti-icon-brand-kako-talk; +} +.#{$ti-prefix}-brand-kbin:before { + content: $ti-icon-brand-kbin; +} +.#{$ti-prefix}-brand-kick:before { + content: $ti-icon-brand-kick; +} +.#{$ti-prefix}-brand-kickstarter:before { + content: $ti-icon-brand-kickstarter; +} +.#{$ti-prefix}-brand-kotlin:before { + content: $ti-icon-brand-kotlin; +} +.#{$ti-prefix}-brand-laravel:before { + content: $ti-icon-brand-laravel; +} +.#{$ti-prefix}-brand-lastfm:before { + content: $ti-icon-brand-lastfm; +} +.#{$ti-prefix}-brand-leetcode:before { + content: $ti-icon-brand-leetcode; +} +.#{$ti-prefix}-brand-letterboxd:before { + content: $ti-icon-brand-letterboxd; +} +.#{$ti-prefix}-brand-line:before { + content: $ti-icon-brand-line; +} +.#{$ti-prefix}-brand-linkedin:before { + content: $ti-icon-brand-linkedin; +} +.#{$ti-prefix}-brand-linktree:before { + content: $ti-icon-brand-linktree; +} +.#{$ti-prefix}-brand-linqpad:before { + content: $ti-icon-brand-linqpad; +} +.#{$ti-prefix}-brand-livewire:before { + content: $ti-icon-brand-livewire; +} +.#{$ti-prefix}-brand-loom:before { + content: $ti-icon-brand-loom; +} +.#{$ti-prefix}-brand-mailgun:before { + content: $ti-icon-brand-mailgun; +} +.#{$ti-prefix}-brand-mantine:before { + content: $ti-icon-brand-mantine; +} +.#{$ti-prefix}-brand-mastercard:before { + content: $ti-icon-brand-mastercard; +} +.#{$ti-prefix}-brand-mastodon:before { + content: $ti-icon-brand-mastodon; +} +.#{$ti-prefix}-brand-matrix:before { + content: $ti-icon-brand-matrix; +} +.#{$ti-prefix}-brand-mcdonalds:before { + content: $ti-icon-brand-mcdonalds; +} +.#{$ti-prefix}-brand-medium:before { + content: $ti-icon-brand-medium; +} +.#{$ti-prefix}-brand-meetup:before { + content: $ti-icon-brand-meetup; +} +.#{$ti-prefix}-brand-mercedes:before { + content: $ti-icon-brand-mercedes; +} +.#{$ti-prefix}-brand-messenger:before { + content: $ti-icon-brand-messenger; +} +.#{$ti-prefix}-brand-meta:before { + content: $ti-icon-brand-meta; +} +.#{$ti-prefix}-brand-minecraft:before { + content: $ti-icon-brand-minecraft; +} +.#{$ti-prefix}-brand-miniprogram:before { + content: $ti-icon-brand-miniprogram; +} +.#{$ti-prefix}-brand-mixpanel:before { + content: $ti-icon-brand-mixpanel; +} +.#{$ti-prefix}-brand-monday:before { + content: $ti-icon-brand-monday; +} +.#{$ti-prefix}-brand-mongodb:before { + content: $ti-icon-brand-mongodb; +} +.#{$ti-prefix}-brand-my-oppo:before { + content: $ti-icon-brand-my-oppo; +} +.#{$ti-prefix}-brand-mysql:before { + content: $ti-icon-brand-mysql; +} +.#{$ti-prefix}-brand-national-geographic:before { + content: $ti-icon-brand-national-geographic; +} +.#{$ti-prefix}-brand-nem:before { + content: $ti-icon-brand-nem; +} +.#{$ti-prefix}-brand-netbeans:before { + content: $ti-icon-brand-netbeans; +} +.#{$ti-prefix}-brand-netease-music:before { + content: $ti-icon-brand-netease-music; +} +.#{$ti-prefix}-brand-netflix:before { + content: $ti-icon-brand-netflix; +} +.#{$ti-prefix}-brand-nexo:before { + content: $ti-icon-brand-nexo; +} +.#{$ti-prefix}-brand-nextcloud:before { + content: $ti-icon-brand-nextcloud; +} +.#{$ti-prefix}-brand-nextjs:before { + content: $ti-icon-brand-nextjs; +} +.#{$ti-prefix}-brand-nodejs:before { + content: $ti-icon-brand-nodejs; +} +.#{$ti-prefix}-brand-nord-vpn:before { + content: $ti-icon-brand-nord-vpn; +} +.#{$ti-prefix}-brand-notion:before { + content: $ti-icon-brand-notion; +} +.#{$ti-prefix}-brand-npm:before { + content: $ti-icon-brand-npm; +} +.#{$ti-prefix}-brand-nuxt:before { + content: $ti-icon-brand-nuxt; +} +.#{$ti-prefix}-brand-nytimes:before { + content: $ti-icon-brand-nytimes; +} +.#{$ti-prefix}-brand-oauth:before { + content: $ti-icon-brand-oauth; +} +.#{$ti-prefix}-brand-office:before { + content: $ti-icon-brand-office; +} +.#{$ti-prefix}-brand-ok-ru:before { + content: $ti-icon-brand-ok-ru; +} +.#{$ti-prefix}-brand-onedrive:before { + content: $ti-icon-brand-onedrive; +} +.#{$ti-prefix}-brand-onlyfans:before { + content: $ti-icon-brand-onlyfans; +} +.#{$ti-prefix}-brand-open-source:before { + content: $ti-icon-brand-open-source; +} +.#{$ti-prefix}-brand-openai:before { + content: $ti-icon-brand-openai; +} +.#{$ti-prefix}-brand-openvpn:before { + content: $ti-icon-brand-openvpn; +} +.#{$ti-prefix}-brand-opera:before { + content: $ti-icon-brand-opera; +} +.#{$ti-prefix}-brand-pagekit:before { + content: $ti-icon-brand-pagekit; +} +.#{$ti-prefix}-brand-parsinta:before { + content: $ti-icon-brand-parsinta; +} +.#{$ti-prefix}-brand-patreon:before { + content: $ti-icon-brand-patreon; +} +.#{$ti-prefix}-brand-paypal:before { + content: $ti-icon-brand-paypal; +} +.#{$ti-prefix}-brand-paypay:before { + content: $ti-icon-brand-paypay; +} +.#{$ti-prefix}-brand-peanut:before { + content: $ti-icon-brand-peanut; +} +.#{$ti-prefix}-brand-pepsi:before { + content: $ti-icon-brand-pepsi; +} +.#{$ti-prefix}-brand-php:before { + content: $ti-icon-brand-php; +} +.#{$ti-prefix}-brand-picsart:before { + content: $ti-icon-brand-picsart; +} +.#{$ti-prefix}-brand-pinterest:before { + content: $ti-icon-brand-pinterest; +} +.#{$ti-prefix}-brand-planetscale:before { + content: $ti-icon-brand-planetscale; +} +.#{$ti-prefix}-brand-pnpm:before { + content: $ti-icon-brand-pnpm; +} +.#{$ti-prefix}-brand-pocket:before { + content: $ti-icon-brand-pocket; +} +.#{$ti-prefix}-brand-polymer:before { + content: $ti-icon-brand-polymer; +} +.#{$ti-prefix}-brand-powershell:before { + content: $ti-icon-brand-powershell; +} +.#{$ti-prefix}-brand-printables:before { + content: $ti-icon-brand-printables; +} +.#{$ti-prefix}-brand-prisma:before { + content: $ti-icon-brand-prisma; +} +.#{$ti-prefix}-brand-producthunt:before { + content: $ti-icon-brand-producthunt; +} +.#{$ti-prefix}-brand-pushbullet:before { + content: $ti-icon-brand-pushbullet; +} +.#{$ti-prefix}-brand-pushover:before { + content: $ti-icon-brand-pushover; +} +.#{$ti-prefix}-brand-python:before { + content: $ti-icon-brand-python; +} +.#{$ti-prefix}-brand-qq:before { + content: $ti-icon-brand-qq; +} +.#{$ti-prefix}-brand-radix-ui:before { + content: $ti-icon-brand-radix-ui; +} +.#{$ti-prefix}-brand-react:before { + content: $ti-icon-brand-react; +} +.#{$ti-prefix}-brand-react-native:before { + content: $ti-icon-brand-react-native; +} +.#{$ti-prefix}-brand-reason:before { + content: $ti-icon-brand-reason; +} +.#{$ti-prefix}-brand-reddit:before { + content: $ti-icon-brand-reddit; +} +.#{$ti-prefix}-brand-redhat:before { + content: $ti-icon-brand-redhat; +} +.#{$ti-prefix}-brand-redux:before { + content: $ti-icon-brand-redux; +} +.#{$ti-prefix}-brand-revolut:before { + content: $ti-icon-brand-revolut; +} +.#{$ti-prefix}-brand-rumble:before { + content: $ti-icon-brand-rumble; +} +.#{$ti-prefix}-brand-rust:before { + content: $ti-icon-brand-rust; +} +.#{$ti-prefix}-brand-safari:before { + content: $ti-icon-brand-safari; +} +.#{$ti-prefix}-brand-samsungpass:before { + content: $ti-icon-brand-samsungpass; +} +.#{$ti-prefix}-brand-sass:before { + content: $ti-icon-brand-sass; +} +.#{$ti-prefix}-brand-sentry:before { + content: $ti-icon-brand-sentry; +} +.#{$ti-prefix}-brand-sharik:before { + content: $ti-icon-brand-sharik; +} +.#{$ti-prefix}-brand-shazam:before { + content: $ti-icon-brand-shazam; +} +.#{$ti-prefix}-brand-shopee:before { + content: $ti-icon-brand-shopee; +} +.#{$ti-prefix}-brand-sketch:before { + content: $ti-icon-brand-sketch; +} +.#{$ti-prefix}-brand-skype:before { + content: $ti-icon-brand-skype; +} +.#{$ti-prefix}-brand-slack:before { + content: $ti-icon-brand-slack; +} +.#{$ti-prefix}-brand-snapchat:before { + content: $ti-icon-brand-snapchat; +} +.#{$ti-prefix}-brand-snapseed:before { + content: $ti-icon-brand-snapseed; +} +.#{$ti-prefix}-brand-snowflake:before { + content: $ti-icon-brand-snowflake; +} +.#{$ti-prefix}-brand-socket-io:before { + content: $ti-icon-brand-socket-io; +} +.#{$ti-prefix}-brand-solidjs:before { + content: $ti-icon-brand-solidjs; +} +.#{$ti-prefix}-brand-soundcloud:before { + content: $ti-icon-brand-soundcloud; +} +.#{$ti-prefix}-brand-spacehey:before { + content: $ti-icon-brand-spacehey; +} +.#{$ti-prefix}-brand-speedtest:before { + content: $ti-icon-brand-speedtest; +} +.#{$ti-prefix}-brand-spotify:before { + content: $ti-icon-brand-spotify; +} +.#{$ti-prefix}-brand-stackoverflow:before { + content: $ti-icon-brand-stackoverflow; +} +.#{$ti-prefix}-brand-stackshare:before { + content: $ti-icon-brand-stackshare; +} +.#{$ti-prefix}-brand-steam:before { + content: $ti-icon-brand-steam; +} +.#{$ti-prefix}-brand-stocktwits:before { + content: $ti-icon-brand-stocktwits; +} +.#{$ti-prefix}-brand-storj:before { + content: $ti-icon-brand-storj; +} +.#{$ti-prefix}-brand-storybook:before { + content: $ti-icon-brand-storybook; +} +.#{$ti-prefix}-brand-storytel:before { + content: $ti-icon-brand-storytel; +} +.#{$ti-prefix}-brand-strava:before { + content: $ti-icon-brand-strava; +} +.#{$ti-prefix}-brand-stripe:before { + content: $ti-icon-brand-stripe; +} +.#{$ti-prefix}-brand-sublime-text:before { + content: $ti-icon-brand-sublime-text; +} +.#{$ti-prefix}-brand-sugarizer:before { + content: $ti-icon-brand-sugarizer; +} +.#{$ti-prefix}-brand-supabase:before { + content: $ti-icon-brand-supabase; +} +.#{$ti-prefix}-brand-superhuman:before { + content: $ti-icon-brand-superhuman; +} +.#{$ti-prefix}-brand-supernova:before { + content: $ti-icon-brand-supernova; +} +.#{$ti-prefix}-brand-surfshark:before { + content: $ti-icon-brand-surfshark; +} +.#{$ti-prefix}-brand-svelte:before { + content: $ti-icon-brand-svelte; +} +.#{$ti-prefix}-brand-swift:before { + content: $ti-icon-brand-swift; +} +.#{$ti-prefix}-brand-symfony:before { + content: $ti-icon-brand-symfony; +} +.#{$ti-prefix}-brand-tabler:before { + content: $ti-icon-brand-tabler; +} +.#{$ti-prefix}-brand-tailwind:before { + content: $ti-icon-brand-tailwind; +} +.#{$ti-prefix}-brand-taobao:before { + content: $ti-icon-brand-taobao; +} +.#{$ti-prefix}-brand-teams:before { + content: $ti-icon-brand-teams; +} +.#{$ti-prefix}-brand-ted:before { + content: $ti-icon-brand-ted; +} +.#{$ti-prefix}-brand-telegram:before { + content: $ti-icon-brand-telegram; +} +.#{$ti-prefix}-brand-terraform:before { + content: $ti-icon-brand-terraform; +} +.#{$ti-prefix}-brand-tether:before { + content: $ti-icon-brand-tether; +} +.#{$ti-prefix}-brand-thingiverse:before { + content: $ti-icon-brand-thingiverse; +} +.#{$ti-prefix}-brand-threads:before { + content: $ti-icon-brand-threads; +} +.#{$ti-prefix}-brand-threejs:before { + content: $ti-icon-brand-threejs; +} +.#{$ti-prefix}-brand-tidal:before { + content: $ti-icon-brand-tidal; +} +.#{$ti-prefix}-brand-tiktok:before { + content: $ti-icon-brand-tiktok; +} +.#{$ti-prefix}-brand-tinder:before { + content: $ti-icon-brand-tinder; +} +.#{$ti-prefix}-brand-topbuzz:before { + content: $ti-icon-brand-topbuzz; +} +.#{$ti-prefix}-brand-torchain:before { + content: $ti-icon-brand-torchain; +} +.#{$ti-prefix}-brand-toyota:before { + content: $ti-icon-brand-toyota; +} +.#{$ti-prefix}-brand-trello:before { + content: $ti-icon-brand-trello; +} +.#{$ti-prefix}-brand-tripadvisor:before { + content: $ti-icon-brand-tripadvisor; +} +.#{$ti-prefix}-brand-tumblr:before { + content: $ti-icon-brand-tumblr; +} +.#{$ti-prefix}-brand-twilio:before { + content: $ti-icon-brand-twilio; +} +.#{$ti-prefix}-brand-twitch:before { + content: $ti-icon-brand-twitch; +} +.#{$ti-prefix}-brand-twitter:before { + content: $ti-icon-brand-twitter; +} +.#{$ti-prefix}-brand-typescript:before { + content: $ti-icon-brand-typescript; +} +.#{$ti-prefix}-brand-uber:before { + content: $ti-icon-brand-uber; +} +.#{$ti-prefix}-brand-ubuntu:before { + content: $ti-icon-brand-ubuntu; +} +.#{$ti-prefix}-brand-unity:before { + content: $ti-icon-brand-unity; +} +.#{$ti-prefix}-brand-unsplash:before { + content: $ti-icon-brand-unsplash; +} +.#{$ti-prefix}-brand-upwork:before { + content: $ti-icon-brand-upwork; +} +.#{$ti-prefix}-brand-valorant:before { + content: $ti-icon-brand-valorant; +} +.#{$ti-prefix}-brand-vercel:before { + content: $ti-icon-brand-vercel; +} +.#{$ti-prefix}-brand-vimeo:before { + content: $ti-icon-brand-vimeo; +} +.#{$ti-prefix}-brand-vinted:before { + content: $ti-icon-brand-vinted; +} +.#{$ti-prefix}-brand-visa:before { + content: $ti-icon-brand-visa; +} +.#{$ti-prefix}-brand-visual-studio:before { + content: $ti-icon-brand-visual-studio; +} +.#{$ti-prefix}-brand-vite:before { + content: $ti-icon-brand-vite; +} +.#{$ti-prefix}-brand-vivaldi:before { + content: $ti-icon-brand-vivaldi; +} +.#{$ti-prefix}-brand-vk:before { + content: $ti-icon-brand-vk; +} +.#{$ti-prefix}-brand-vlc:before { + content: $ti-icon-brand-vlc; +} +.#{$ti-prefix}-brand-volkswagen:before { + content: $ti-icon-brand-volkswagen; +} +.#{$ti-prefix}-brand-vsco:before { + content: $ti-icon-brand-vsco; +} +.#{$ti-prefix}-brand-vscode:before { + content: $ti-icon-brand-vscode; +} +.#{$ti-prefix}-brand-vue:before { + content: $ti-icon-brand-vue; +} +.#{$ti-prefix}-brand-walmart:before { + content: $ti-icon-brand-walmart; +} +.#{$ti-prefix}-brand-waze:before { + content: $ti-icon-brand-waze; +} +.#{$ti-prefix}-brand-webflow:before { + content: $ti-icon-brand-webflow; +} +.#{$ti-prefix}-brand-wechat:before { + content: $ti-icon-brand-wechat; +} +.#{$ti-prefix}-brand-weibo:before { + content: $ti-icon-brand-weibo; +} +.#{$ti-prefix}-brand-whatsapp:before { + content: $ti-icon-brand-whatsapp; +} +.#{$ti-prefix}-brand-wikipedia:before { + content: $ti-icon-brand-wikipedia; +} +.#{$ti-prefix}-brand-windows:before { + content: $ti-icon-brand-windows; +} +.#{$ti-prefix}-brand-windy:before { + content: $ti-icon-brand-windy; +} +.#{$ti-prefix}-brand-wish:before { + content: $ti-icon-brand-wish; +} +.#{$ti-prefix}-brand-wix:before { + content: $ti-icon-brand-wix; +} +.#{$ti-prefix}-brand-wordpress:before { + content: $ti-icon-brand-wordpress; +} +.#{$ti-prefix}-brand-x:before { + content: $ti-icon-brand-x; +} +.#{$ti-prefix}-brand-xamarin:before { + content: $ti-icon-brand-xamarin; +} +.#{$ti-prefix}-brand-xbox:before { + content: $ti-icon-brand-xbox; +} +.#{$ti-prefix}-brand-xdeep:before { + content: $ti-icon-brand-xdeep; +} +.#{$ti-prefix}-brand-xing:before { + content: $ti-icon-brand-xing; +} +.#{$ti-prefix}-brand-yahoo:before { + content: $ti-icon-brand-yahoo; +} +.#{$ti-prefix}-brand-yandex:before { + content: $ti-icon-brand-yandex; +} +.#{$ti-prefix}-brand-yarn:before { + content: $ti-icon-brand-yarn; +} +.#{$ti-prefix}-brand-yatse:before { + content: $ti-icon-brand-yatse; +} +.#{$ti-prefix}-brand-ycombinator:before { + content: $ti-icon-brand-ycombinator; +} +.#{$ti-prefix}-brand-youtube:before { + content: $ti-icon-brand-youtube; +} +.#{$ti-prefix}-brand-youtube-kids:before { + content: $ti-icon-brand-youtube-kids; +} +.#{$ti-prefix}-brand-zalando:before { + content: $ti-icon-brand-zalando; +} +.#{$ti-prefix}-brand-zapier:before { + content: $ti-icon-brand-zapier; +} +.#{$ti-prefix}-brand-zeit:before { + content: $ti-icon-brand-zeit; +} +.#{$ti-prefix}-brand-zhihu:before { + content: $ti-icon-brand-zhihu; +} +.#{$ti-prefix}-brand-zoom:before { + content: $ti-icon-brand-zoom; +} +.#{$ti-prefix}-brand-zulip:before { + content: $ti-icon-brand-zulip; +} +.#{$ti-prefix}-brand-zwift:before { + content: $ti-icon-brand-zwift; +} +.#{$ti-prefix}-bread:before { + content: $ti-icon-bread; +} +.#{$ti-prefix}-bread-off:before { + content: $ti-icon-bread-off; +} +.#{$ti-prefix}-briefcase:before { + content: $ti-icon-briefcase; +} +.#{$ti-prefix}-briefcase-2:before { + content: $ti-icon-briefcase-2; +} +.#{$ti-prefix}-briefcase-off:before { + content: $ti-icon-briefcase-off; +} +.#{$ti-prefix}-brightness:before { + content: $ti-icon-brightness; +} +.#{$ti-prefix}-brightness-2:before { + content: $ti-icon-brightness-2; +} +.#{$ti-prefix}-brightness-auto:before { + content: $ti-icon-brightness-auto; +} +.#{$ti-prefix}-brightness-down:before { + content: $ti-icon-brightness-down; +} +.#{$ti-prefix}-brightness-half:before { + content: $ti-icon-brightness-half; +} +.#{$ti-prefix}-brightness-off:before { + content: $ti-icon-brightness-off; +} +.#{$ti-prefix}-brightness-up:before { + content: $ti-icon-brightness-up; +} +.#{$ti-prefix}-broadcast:before { + content: $ti-icon-broadcast; +} +.#{$ti-prefix}-broadcast-off:before { + content: $ti-icon-broadcast-off; +} +.#{$ti-prefix}-browser:before { + content: $ti-icon-browser; +} +.#{$ti-prefix}-browser-check:before { + content: $ti-icon-browser-check; +} +.#{$ti-prefix}-browser-off:before { + content: $ti-icon-browser-off; +} +.#{$ti-prefix}-browser-plus:before { + content: $ti-icon-browser-plus; +} +.#{$ti-prefix}-browser-x:before { + content: $ti-icon-browser-x; +} +.#{$ti-prefix}-brush:before { + content: $ti-icon-brush; +} +.#{$ti-prefix}-brush-off:before { + content: $ti-icon-brush-off; +} +.#{$ti-prefix}-bucket:before { + content: $ti-icon-bucket; +} +.#{$ti-prefix}-bucket-droplet:before { + content: $ti-icon-bucket-droplet; +} +.#{$ti-prefix}-bucket-off:before { + content: $ti-icon-bucket-off; +} +.#{$ti-prefix}-bug:before { + content: $ti-icon-bug; +} +.#{$ti-prefix}-bug-off:before { + content: $ti-icon-bug-off; +} +.#{$ti-prefix}-building:before { + content: $ti-icon-building; +} +.#{$ti-prefix}-building-arch:before { + content: $ti-icon-building-arch; +} +.#{$ti-prefix}-building-bank:before { + content: $ti-icon-building-bank; +} +.#{$ti-prefix}-building-bridge:before { + content: $ti-icon-building-bridge; +} +.#{$ti-prefix}-building-bridge-2:before { + content: $ti-icon-building-bridge-2; +} +.#{$ti-prefix}-building-broadcast-tower:before { + content: $ti-icon-building-broadcast-tower; +} +.#{$ti-prefix}-building-carousel:before { + content: $ti-icon-building-carousel; +} +.#{$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-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; +} +.#{$ti-prefix}-building-factory:before { + content: $ti-icon-building-factory; +} +.#{$ti-prefix}-building-factory-2:before { + content: $ti-icon-building-factory-2; +} +.#{$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-monument:before { + content: $ti-icon-building-monument; +} +.#{$ti-prefix}-building-mosque:before { + content: $ti-icon-building-mosque; +} +.#{$ti-prefix}-building-pavilion:before { + content: $ti-icon-building-pavilion; +} +.#{$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; +} +.#{$ti-prefix}-building-tunnel:before { + content: $ti-icon-building-tunnel; +} +.#{$ti-prefix}-building-warehouse:before { + content: $ti-icon-building-warehouse; +} +.#{$ti-prefix}-building-wind-turbine:before { + content: $ti-icon-building-wind-turbine; +} +.#{$ti-prefix}-bulb:before { + content: $ti-icon-bulb; +} +.#{$ti-prefix}-bulb-off:before { + content: $ti-icon-bulb-off; +} +.#{$ti-prefix}-bulldozer:before { + content: $ti-icon-bulldozer; +} +.#{$ti-prefix}-burger:before { + content: $ti-icon-burger; +} +.#{$ti-prefix}-bus:before { + content: $ti-icon-bus; +} +.#{$ti-prefix}-bus-off:before { + content: $ti-icon-bus-off; +} +.#{$ti-prefix}-bus-stop:before { + content: $ti-icon-bus-stop; +} +.#{$ti-prefix}-businessplan:before { + content: $ti-icon-businessplan; +} +.#{$ti-prefix}-butterfly:before { + content: $ti-icon-butterfly; +} +.#{$ti-prefix}-cactus:before { + content: $ti-icon-cactus; +} +.#{$ti-prefix}-cactus-off:before { + content: $ti-icon-cactus-off; +} +.#{$ti-prefix}-cake:before { + content: $ti-icon-cake; +} +.#{$ti-prefix}-cake-off:before { + content: $ti-icon-cake-off; +} +.#{$ti-prefix}-calculator:before { + content: $ti-icon-calculator; +} +.#{$ti-prefix}-calculator-off:before { + content: $ti-icon-calculator-off; +} +.#{$ti-prefix}-calendar:before { + content: $ti-icon-calendar; +} +.#{$ti-prefix}-calendar-bolt:before { + content: $ti-icon-calendar-bolt; +} +.#{$ti-prefix}-calendar-cancel:before { + content: $ti-icon-calendar-cancel; +} +.#{$ti-prefix}-calendar-check:before { + content: $ti-icon-calendar-check; +} +.#{$ti-prefix}-calendar-clock:before { + content: $ti-icon-calendar-clock; +} +.#{$ti-prefix}-calendar-code:before { + content: $ti-icon-calendar-code; +} +.#{$ti-prefix}-calendar-cog:before { + content: $ti-icon-calendar-cog; +} +.#{$ti-prefix}-calendar-dollar:before { + content: $ti-icon-calendar-dollar; +} +.#{$ti-prefix}-calendar-dot:before { + content: $ti-icon-calendar-dot; +} +.#{$ti-prefix}-calendar-down:before { + content: $ti-icon-calendar-down; +} +.#{$ti-prefix}-calendar-due:before { + content: $ti-icon-calendar-due; +} +.#{$ti-prefix}-calendar-event:before { + content: $ti-icon-calendar-event; +} +.#{$ti-prefix}-calendar-exclamation:before { + content: $ti-icon-calendar-exclamation; +} +.#{$ti-prefix}-calendar-heart:before { + content: $ti-icon-calendar-heart; +} +.#{$ti-prefix}-calendar-minus:before { + content: $ti-icon-calendar-minus; +} +.#{$ti-prefix}-calendar-month:before { + content: $ti-icon-calendar-month; +} +.#{$ti-prefix}-calendar-off:before { + content: $ti-icon-calendar-off; +} +.#{$ti-prefix}-calendar-pause:before { + content: $ti-icon-calendar-pause; +} +.#{$ti-prefix}-calendar-pin:before { + content: $ti-icon-calendar-pin; +} +.#{$ti-prefix}-calendar-plus:before { + content: $ti-icon-calendar-plus; +} +.#{$ti-prefix}-calendar-question:before { + content: $ti-icon-calendar-question; +} +.#{$ti-prefix}-calendar-repeat:before { + content: $ti-icon-calendar-repeat; +} +.#{$ti-prefix}-calendar-sad:before { + content: $ti-icon-calendar-sad; +} +.#{$ti-prefix}-calendar-search:before { + content: $ti-icon-calendar-search; +} +.#{$ti-prefix}-calendar-share:before { + content: $ti-icon-calendar-share; +} +.#{$ti-prefix}-calendar-smile:before { + content: $ti-icon-calendar-smile; +} +.#{$ti-prefix}-calendar-star:before { + content: $ti-icon-calendar-star; +} +.#{$ti-prefix}-calendar-stats:before { + content: $ti-icon-calendar-stats; +} +.#{$ti-prefix}-calendar-time:before { + content: $ti-icon-calendar-time; +} +.#{$ti-prefix}-calendar-up:before { + content: $ti-icon-calendar-up; +} +.#{$ti-prefix}-calendar-user:before { + content: $ti-icon-calendar-user; +} +.#{$ti-prefix}-calendar-week:before { + content: $ti-icon-calendar-week; +} +.#{$ti-prefix}-calendar-x:before { + content: $ti-icon-calendar-x; +} +.#{$ti-prefix}-camera:before { + content: $ti-icon-camera; +} +.#{$ti-prefix}-camera-bolt:before { + content: $ti-icon-camera-bolt; +} +.#{$ti-prefix}-camera-cancel:before { + content: $ti-icon-camera-cancel; +} +.#{$ti-prefix}-camera-check:before { + content: $ti-icon-camera-check; +} +.#{$ti-prefix}-camera-code:before { + content: $ti-icon-camera-code; +} +.#{$ti-prefix}-camera-cog:before { + content: $ti-icon-camera-cog; +} +.#{$ti-prefix}-camera-dollar:before { + content: $ti-icon-camera-dollar; +} +.#{$ti-prefix}-camera-down:before { + content: $ti-icon-camera-down; +} +.#{$ti-prefix}-camera-exclamation:before { + content: $ti-icon-camera-exclamation; +} +.#{$ti-prefix}-camera-heart:before { + content: $ti-icon-camera-heart; +} +.#{$ti-prefix}-camera-minus:before { + content: $ti-icon-camera-minus; +} +.#{$ti-prefix}-camera-off:before { + content: $ti-icon-camera-off; +} +.#{$ti-prefix}-camera-pause:before { + content: $ti-icon-camera-pause; +} +.#{$ti-prefix}-camera-pin:before { + content: $ti-icon-camera-pin; +} +.#{$ti-prefix}-camera-plus:before { + content: $ti-icon-camera-plus; +} +.#{$ti-prefix}-camera-question:before { + content: $ti-icon-camera-question; +} +.#{$ti-prefix}-camera-rotate:before { + content: $ti-icon-camera-rotate; +} +.#{$ti-prefix}-camera-search:before { + content: $ti-icon-camera-search; +} +.#{$ti-prefix}-camera-selfie:before { + content: $ti-icon-camera-selfie; +} +.#{$ti-prefix}-camera-share:before { + content: $ti-icon-camera-share; +} +.#{$ti-prefix}-camera-star:before { + content: $ti-icon-camera-star; +} +.#{$ti-prefix}-camera-up:before { + content: $ti-icon-camera-up; +} +.#{$ti-prefix}-camera-x:before { + content: $ti-icon-camera-x; +} +.#{$ti-prefix}-camper:before { + content: $ti-icon-camper; +} +.#{$ti-prefix}-campfire:before { + content: $ti-icon-campfire; +} +.#{$ti-prefix}-candle:before { + content: $ti-icon-candle; +} +.#{$ti-prefix}-candy:before { + content: $ti-icon-candy; +} +.#{$ti-prefix}-candy-off:before { + content: $ti-icon-candy-off; +} +.#{$ti-prefix}-cane:before { + content: $ti-icon-cane; +} +.#{$ti-prefix}-cannabis:before { + content: $ti-icon-cannabis; +} +.#{$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}-capture-off:before { + content: $ti-icon-capture-off; +} +.#{$ti-prefix}-car:before { + content: $ti-icon-car; +} +.#{$ti-prefix}-car-4wd:before { + content: $ti-icon-car-4wd; +} +.#{$ti-prefix}-car-crane:before { + content: $ti-icon-car-crane; +} +.#{$ti-prefix}-car-crash:before { + content: $ti-icon-car-crash; +} +.#{$ti-prefix}-car-fan:before { + content: $ti-icon-car-fan; +} +.#{$ti-prefix}-car-fan-1:before { + content: $ti-icon-car-fan-1; +} +.#{$ti-prefix}-car-fan-2:before { + content: $ti-icon-car-fan-2; +} +.#{$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-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-turbine:before { + content: $ti-icon-car-turbine; +} +.#{$ti-prefix}-caravan:before { + content: $ti-icon-caravan; +} +.#{$ti-prefix}-cardboards:before { + content: $ti-icon-cardboards; +} +.#{$ti-prefix}-cardboards-off:before { + content: $ti-icon-cardboards-off; +} +.#{$ti-prefix}-cards:before { + content: $ti-icon-cards; +} +.#{$ti-prefix}-caret-down:before { + content: $ti-icon-caret-down; +} +.#{$ti-prefix}-caret-left:before { + content: $ti-icon-caret-left; +} +.#{$ti-prefix}-caret-left-right:before { + content: $ti-icon-caret-left-right; +} +.#{$ti-prefix}-caret-right:before { + content: $ti-icon-caret-right; +} +.#{$ti-prefix}-caret-up:before { + content: $ti-icon-caret-up; +} +.#{$ti-prefix}-caret-up-down:before { + content: $ti-icon-caret-up-down; +} +.#{$ti-prefix}-carousel-horizontal:before { + content: $ti-icon-carousel-horizontal; +} +.#{$ti-prefix}-carousel-vertical:before { + content: $ti-icon-carousel-vertical; +} +.#{$ti-prefix}-carrot:before { + content: $ti-icon-carrot; +} +.#{$ti-prefix}-carrot-off:before { + content: $ti-icon-carrot-off; +} +.#{$ti-prefix}-cash:before { + content: $ti-icon-cash; +} +.#{$ti-prefix}-cash-banknote:before { + content: $ti-icon-cash-banknote; +} +.#{$ti-prefix}-cash-banknote-off:before { + content: $ti-icon-cash-banknote-off; +} +.#{$ti-prefix}-cash-off:before { + content: $ti-icon-cash-off; +} +.#{$ti-prefix}-cast:before { + content: $ti-icon-cast; +} +.#{$ti-prefix}-cast-off:before { + content: $ti-icon-cast-off; +} +.#{$ti-prefix}-cat:before { + content: $ti-icon-cat; +} +.#{$ti-prefix}-category:before { + content: $ti-icon-category; +} +.#{$ti-prefix}-category-2:before { + content: $ti-icon-category-2; +} +.#{$ti-prefix}-category-minus:before { + content: $ti-icon-category-minus; +} +.#{$ti-prefix}-category-plus:before { + content: $ti-icon-category-plus; +} +.#{$ti-prefix}-ce:before { + content: $ti-icon-ce; +} +.#{$ti-prefix}-ce-off:before { + content: $ti-icon-ce-off; +} +.#{$ti-prefix}-cell:before { + content: $ti-icon-cell; +} +.#{$ti-prefix}-cell-signal-1:before { + content: $ti-icon-cell-signal-1; +} +.#{$ti-prefix}-cell-signal-2:before { + content: $ti-icon-cell-signal-2; +} +.#{$ti-prefix}-cell-signal-3:before { + content: $ti-icon-cell-signal-3; +} +.#{$ti-prefix}-cell-signal-4:before { + content: $ti-icon-cell-signal-4; +} +.#{$ti-prefix}-cell-signal-5:before { + content: $ti-icon-cell-signal-5; +} +.#{$ti-prefix}-cell-signal-off:before { + content: $ti-icon-cell-signal-off; +} +.#{$ti-prefix}-certificate:before { + content: $ti-icon-certificate; +} +.#{$ti-prefix}-certificate-2:before { + content: $ti-icon-certificate-2; +} +.#{$ti-prefix}-certificate-2-off:before { + content: $ti-icon-certificate-2-off; +} +.#{$ti-prefix}-certificate-off:before { + content: $ti-icon-certificate-off; +} +.#{$ti-prefix}-chair-director:before { + content: $ti-icon-chair-director; +} +.#{$ti-prefix}-chalkboard:before { + content: $ti-icon-chalkboard; +} +.#{$ti-prefix}-chalkboard-off:before { + content: $ti-icon-chalkboard-off; +} +.#{$ti-prefix}-charging-pile:before { + content: $ti-icon-charging-pile; +} +.#{$ti-prefix}-chart-arcs:before { + content: $ti-icon-chart-arcs; +} +.#{$ti-prefix}-chart-arcs-3:before { + content: $ti-icon-chart-arcs-3; +} +.#{$ti-prefix}-chart-area:before { + content: $ti-icon-chart-area; +} +.#{$ti-prefix}-chart-area-line:before { + content: $ti-icon-chart-area-line; +} +.#{$ti-prefix}-chart-arrows:before { + content: $ti-icon-chart-arrows; +} +.#{$ti-prefix}-chart-arrows-vertical:before { + content: $ti-icon-chart-arrows-vertical; +} +.#{$ti-prefix}-chart-bar:before { + content: $ti-icon-chart-bar; +} +.#{$ti-prefix}-chart-bar-off:before { + content: $ti-icon-chart-bar-off; +} +.#{$ti-prefix}-chart-bubble:before { + content: $ti-icon-chart-bubble; +} +.#{$ti-prefix}-chart-candle:before { + content: $ti-icon-chart-candle; +} +.#{$ti-prefix}-chart-circles:before { + content: $ti-icon-chart-circles; +} +.#{$ti-prefix}-chart-donut:before { + content: $ti-icon-chart-donut; +} +.#{$ti-prefix}-chart-donut-2:before { + content: $ti-icon-chart-donut-2; +} +.#{$ti-prefix}-chart-donut-3:before { + content: $ti-icon-chart-donut-3; +} +.#{$ti-prefix}-chart-donut-4:before { + content: $ti-icon-chart-donut-4; +} +.#{$ti-prefix}-chart-dots:before { + content: $ti-icon-chart-dots; +} +.#{$ti-prefix}-chart-dots-2:before { + content: $ti-icon-chart-dots-2; +} +.#{$ti-prefix}-chart-dots-3:before { + content: $ti-icon-chart-dots-3; +} +.#{$ti-prefix}-chart-grid-dots:before { + content: $ti-icon-chart-grid-dots; +} +.#{$ti-prefix}-chart-histogram:before { + content: $ti-icon-chart-histogram; +} +.#{$ti-prefix}-chart-infographic:before { + content: $ti-icon-chart-infographic; +} +.#{$ti-prefix}-chart-line:before { + content: $ti-icon-chart-line; +} +.#{$ti-prefix}-chart-pie:before { + content: $ti-icon-chart-pie; +} +.#{$ti-prefix}-chart-pie-2:before { + content: $ti-icon-chart-pie-2; +} +.#{$ti-prefix}-chart-pie-3:before { + content: $ti-icon-chart-pie-3; +} +.#{$ti-prefix}-chart-pie-4:before { + content: $ti-icon-chart-pie-4; +} +.#{$ti-prefix}-chart-pie-off:before { + content: $ti-icon-chart-pie-off; +} +.#{$ti-prefix}-chart-ppf:before { + content: $ti-icon-chart-ppf; +} +.#{$ti-prefix}-chart-radar:before { + content: $ti-icon-chart-radar; +} +.#{$ti-prefix}-chart-sankey:before { + content: $ti-icon-chart-sankey; +} +.#{$ti-prefix}-chart-scatter:before { + content: $ti-icon-chart-scatter; +} +.#{$ti-prefix}-chart-scatter-3d:before { + content: $ti-icon-chart-scatter-3d; +} +.#{$ti-prefix}-chart-treemap:before { + content: $ti-icon-chart-treemap; +} +.#{$ti-prefix}-check:before { + content: $ti-icon-check; +} +.#{$ti-prefix}-checkbox:before { + content: $ti-icon-checkbox; +} +.#{$ti-prefix}-checklist:before { + content: $ti-icon-checklist; +} +.#{$ti-prefix}-checks:before { + content: $ti-icon-checks; +} +.#{$ti-prefix}-checkup-list:before { + content: $ti-icon-checkup-list; +} +.#{$ti-prefix}-cheese:before { + content: $ti-icon-cheese; +} +.#{$ti-prefix}-chef-hat:before { + content: $ti-icon-chef-hat; +} +.#{$ti-prefix}-chef-hat-off:before { + content: $ti-icon-chef-hat-off; +} +.#{$ti-prefix}-cherry:before { + content: $ti-icon-cherry; +} +.#{$ti-prefix}-chess:before { + content: $ti-icon-chess; +} +.#{$ti-prefix}-chess-bishop:before { + content: $ti-icon-chess-bishop; +} +.#{$ti-prefix}-chess-king:before { + content: $ti-icon-chess-king; +} +.#{$ti-prefix}-chess-knight:before { + content: $ti-icon-chess-knight; +} +.#{$ti-prefix}-chess-queen:before { + content: $ti-icon-chess-queen; +} +.#{$ti-prefix}-chess-rook:before { + content: $ti-icon-chess-rook; +} +.#{$ti-prefix}-chevron-compact-down:before { + content: $ti-icon-chevron-compact-down; +} +.#{$ti-prefix}-chevron-compact-left:before { + content: $ti-icon-chevron-compact-left; +} +.#{$ti-prefix}-chevron-compact-right:before { + content: $ti-icon-chevron-compact-right; +} +.#{$ti-prefix}-chevron-compact-up:before { + content: $ti-icon-chevron-compact-up; +} +.#{$ti-prefix}-chevron-down:before { + content: $ti-icon-chevron-down; +} +.#{$ti-prefix}-chevron-down-left:before { + content: $ti-icon-chevron-down-left; +} +.#{$ti-prefix}-chevron-down-right:before { + content: $ti-icon-chevron-down-right; +} +.#{$ti-prefix}-chevron-left:before { + content: $ti-icon-chevron-left; +} +.#{$ti-prefix}-chevron-left-pipe:before { + content: $ti-icon-chevron-left-pipe; +} +.#{$ti-prefix}-chevron-right:before { + content: $ti-icon-chevron-right; +} +.#{$ti-prefix}-chevron-right-pipe:before { + content: $ti-icon-chevron-right-pipe; +} +.#{$ti-prefix}-chevron-up:before { + content: $ti-icon-chevron-up; +} +.#{$ti-prefix}-chevron-up-left:before { + content: $ti-icon-chevron-up-left; +} +.#{$ti-prefix}-chevron-up-right:before { + content: $ti-icon-chevron-up-right; +} +.#{$ti-prefix}-chevrons-down:before { + content: $ti-icon-chevrons-down; +} +.#{$ti-prefix}-chevrons-down-left:before { + content: $ti-icon-chevrons-down-left; +} +.#{$ti-prefix}-chevrons-down-right:before { + content: $ti-icon-chevrons-down-right; +} +.#{$ti-prefix}-chevrons-left:before { + content: $ti-icon-chevrons-left; +} +.#{$ti-prefix}-chevrons-right:before { + content: $ti-icon-chevrons-right; +} +.#{$ti-prefix}-chevrons-up:before { + content: $ti-icon-chevrons-up; +} +.#{$ti-prefix}-chevrons-up-left:before { + content: $ti-icon-chevrons-up-left; +} +.#{$ti-prefix}-chevrons-up-right:before { + content: $ti-icon-chevrons-up-right; +} +.#{$ti-prefix}-chisel:before { + content: $ti-icon-chisel; +} +.#{$ti-prefix}-christmas-ball:before { + content: $ti-icon-christmas-ball; +} +.#{$ti-prefix}-christmas-tree:before { + content: $ti-icon-christmas-tree; +} +.#{$ti-prefix}-christmas-tree-off:before { + content: $ti-icon-christmas-tree-off; +} +.#{$ti-prefix}-circle:before { + content: $ti-icon-circle; +} +.#{$ti-prefix}-circle-arrow-down:before { + content: $ti-icon-circle-arrow-down; +} +.#{$ti-prefix}-circle-arrow-down-left:before { + content: $ti-icon-circle-arrow-down-left; +} +.#{$ti-prefix}-circle-arrow-down-right:before { + content: $ti-icon-circle-arrow-down-right; +} +.#{$ti-prefix}-circle-arrow-left:before { + content: $ti-icon-circle-arrow-left; +} +.#{$ti-prefix}-circle-arrow-right:before { + content: $ti-icon-circle-arrow-right; +} +.#{$ti-prefix}-circle-arrow-up:before { + content: $ti-icon-circle-arrow-up; +} +.#{$ti-prefix}-circle-arrow-up-left:before { + content: $ti-icon-circle-arrow-up-left; +} +.#{$ti-prefix}-circle-arrow-up-right:before { + content: $ti-icon-circle-arrow-up-right; +} +.#{$ti-prefix}-circle-caret-down:before { + content: $ti-icon-circle-caret-down; +} +.#{$ti-prefix}-circle-caret-left:before { + content: $ti-icon-circle-caret-left; +} +.#{$ti-prefix}-circle-caret-right:before { + content: $ti-icon-circle-caret-right; +} +.#{$ti-prefix}-circle-caret-up:before { + content: $ti-icon-circle-caret-up; +} +.#{$ti-prefix}-circle-check:before { + content: $ti-icon-circle-check; +} +.#{$ti-prefix}-circle-chevron-down:before { + content: $ti-icon-circle-chevron-down; +} +.#{$ti-prefix}-circle-chevron-left:before { + content: $ti-icon-circle-chevron-left; +} +.#{$ti-prefix}-circle-chevron-right:before { + content: $ti-icon-circle-chevron-right; +} +.#{$ti-prefix}-circle-chevron-up:before { + content: $ti-icon-circle-chevron-up; +} +.#{$ti-prefix}-circle-chevrons-down:before { + content: $ti-icon-circle-chevrons-down; +} +.#{$ti-prefix}-circle-chevrons-left:before { + content: $ti-icon-circle-chevrons-left; +} +.#{$ti-prefix}-circle-chevrons-right:before { + content: $ti-icon-circle-chevrons-right; +} +.#{$ti-prefix}-circle-chevrons-up:before { + content: $ti-icon-circle-chevrons-up; +} +.#{$ti-prefix}-circle-dashed:before { + content: $ti-icon-circle-dashed; +} +.#{$ti-prefix}-circle-dashed-number-0:before { + content: $ti-icon-circle-dashed-number-0; +} +.#{$ti-prefix}-circle-dashed-number-1:before { + content: $ti-icon-circle-dashed-number-1; +} +.#{$ti-prefix}-circle-dashed-number-2:before { + content: $ti-icon-circle-dashed-number-2; +} +.#{$ti-prefix}-circle-dashed-number-3:before { + content: $ti-icon-circle-dashed-number-3; +} +.#{$ti-prefix}-circle-dashed-number-4:before { + content: $ti-icon-circle-dashed-number-4; +} +.#{$ti-prefix}-circle-dashed-number-5:before { + content: $ti-icon-circle-dashed-number-5; +} +.#{$ti-prefix}-circle-dashed-number-6:before { + content: $ti-icon-circle-dashed-number-6; +} +.#{$ti-prefix}-circle-dashed-number-7:before { + content: $ti-icon-circle-dashed-number-7; +} +.#{$ti-prefix}-circle-dashed-number-8:before { + content: $ti-icon-circle-dashed-number-8; +} +.#{$ti-prefix}-circle-dashed-number-9:before { + content: $ti-icon-circle-dashed-number-9; +} +.#{$ti-prefix}-circle-dashed-percentage:before { + content: $ti-icon-circle-dashed-percentage; +} +.#{$ti-prefix}-circle-dashed-x:before { + content: $ti-icon-circle-dashed-x; +} +.#{$ti-prefix}-circle-dot:before { + content: $ti-icon-circle-dot; +} +.#{$ti-prefix}-circle-dotted:before { + content: $ti-icon-circle-dotted; +} +.#{$ti-prefix}-circle-half:before { + content: $ti-icon-circle-half; +} +.#{$ti-prefix}-circle-half-2:before { + content: $ti-icon-circle-half-2; +} +.#{$ti-prefix}-circle-half-vertical:before { + content: $ti-icon-circle-half-vertical; +} +.#{$ti-prefix}-circle-key:before { + content: $ti-icon-circle-key; +} +.#{$ti-prefix}-circle-letter-a:before { + content: $ti-icon-circle-letter-a; +} +.#{$ti-prefix}-circle-letter-b:before { + content: $ti-icon-circle-letter-b; +} +.#{$ti-prefix}-circle-letter-c:before { + content: $ti-icon-circle-letter-c; +} +.#{$ti-prefix}-circle-letter-d:before { + content: $ti-icon-circle-letter-d; +} +.#{$ti-prefix}-circle-letter-e:before { + content: $ti-icon-circle-letter-e; +} +.#{$ti-prefix}-circle-letter-f:before { + content: $ti-icon-circle-letter-f; +} +.#{$ti-prefix}-circle-letter-g:before { + content: $ti-icon-circle-letter-g; +} +.#{$ti-prefix}-circle-letter-h:before { + content: $ti-icon-circle-letter-h; +} +.#{$ti-prefix}-circle-letter-i:before { + content: $ti-icon-circle-letter-i; +} +.#{$ti-prefix}-circle-letter-j:before { + content: $ti-icon-circle-letter-j; +} +.#{$ti-prefix}-circle-letter-k:before { + content: $ti-icon-circle-letter-k; +} +.#{$ti-prefix}-circle-letter-l:before { + content: $ti-icon-circle-letter-l; +} +.#{$ti-prefix}-circle-letter-m:before { + content: $ti-icon-circle-letter-m; +} +.#{$ti-prefix}-circle-letter-n:before { + content: $ti-icon-circle-letter-n; +} +.#{$ti-prefix}-circle-letter-o:before { + content: $ti-icon-circle-letter-o; +} +.#{$ti-prefix}-circle-letter-p:before { + content: $ti-icon-circle-letter-p; +} +.#{$ti-prefix}-circle-letter-q:before { + content: $ti-icon-circle-letter-q; +} +.#{$ti-prefix}-circle-letter-r:before { + content: $ti-icon-circle-letter-r; +} +.#{$ti-prefix}-circle-letter-s:before { + content: $ti-icon-circle-letter-s; +} +.#{$ti-prefix}-circle-letter-t:before { + content: $ti-icon-circle-letter-t; +} +.#{$ti-prefix}-circle-letter-u:before { + content: $ti-icon-circle-letter-u; +} +.#{$ti-prefix}-circle-letter-v:before { + content: $ti-icon-circle-letter-v; +} +.#{$ti-prefix}-circle-letter-w:before { + content: $ti-icon-circle-letter-w; +} +.#{$ti-prefix}-circle-letter-x:before { + content: $ti-icon-circle-letter-x; +} +.#{$ti-prefix}-circle-letter-y:before { + content: $ti-icon-circle-letter-y; +} +.#{$ti-prefix}-circle-letter-z:before { + content: $ti-icon-circle-letter-z; +} +.#{$ti-prefix}-circle-minus:before { + content: $ti-icon-circle-minus; +} +.#{$ti-prefix}-circle-minus-2:before { + content: $ti-icon-circle-minus-2; +} +.#{$ti-prefix}-circle-number-0:before { + content: $ti-icon-circle-number-0; +} +.#{$ti-prefix}-circle-number-1:before { + content: $ti-icon-circle-number-1; +} +.#{$ti-prefix}-circle-number-2:before { + content: $ti-icon-circle-number-2; +} +.#{$ti-prefix}-circle-number-3:before { + content: $ti-icon-circle-number-3; +} +.#{$ti-prefix}-circle-number-4:before { + content: $ti-icon-circle-number-4; +} +.#{$ti-prefix}-circle-number-5:before { + content: $ti-icon-circle-number-5; +} +.#{$ti-prefix}-circle-number-6:before { + content: $ti-icon-circle-number-6; +} +.#{$ti-prefix}-circle-number-7:before { + content: $ti-icon-circle-number-7; +} +.#{$ti-prefix}-circle-number-8:before { + content: $ti-icon-circle-number-8; +} +.#{$ti-prefix}-circle-number-9:before { + content: $ti-icon-circle-number-9; +} +.#{$ti-prefix}-circle-off:before { + content: $ti-icon-circle-off; +} +.#{$ti-prefix}-circle-percentage:before { + content: $ti-icon-circle-percentage; +} +.#{$ti-prefix}-circle-plus:before { + content: $ti-icon-circle-plus; +} +.#{$ti-prefix}-circle-plus-2:before { + content: $ti-icon-circle-plus-2; +} +.#{$ti-prefix}-circle-rectangle:before { + content: $ti-icon-circle-rectangle; +} +.#{$ti-prefix}-circle-rectangle-off:before { + content: $ti-icon-circle-rectangle-off; +} +.#{$ti-prefix}-circle-square:before { + content: $ti-icon-circle-square; +} +.#{$ti-prefix}-circle-triangle:before { + content: $ti-icon-circle-triangle; +} +.#{$ti-prefix}-circle-x:before { + content: $ti-icon-circle-x; +} +.#{$ti-prefix}-circles:before { + content: $ti-icon-circles; +} +.#{$ti-prefix}-circles-relation:before { + content: $ti-icon-circles-relation; +} +.#{$ti-prefix}-circuit-ammeter:before { + content: $ti-icon-circuit-ammeter; +} +.#{$ti-prefix}-circuit-battery:before { + content: $ti-icon-circuit-battery; +} +.#{$ti-prefix}-circuit-bulb:before { + content: $ti-icon-circuit-bulb; +} +.#{$ti-prefix}-circuit-capacitor:before { + content: $ti-icon-circuit-capacitor; +} +.#{$ti-prefix}-circuit-capacitor-polarized:before { + content: $ti-icon-circuit-capacitor-polarized; +} +.#{$ti-prefix}-circuit-cell:before { + content: $ti-icon-circuit-cell; +} +.#{$ti-prefix}-circuit-cell-plus:before { + content: $ti-icon-circuit-cell-plus; +} +.#{$ti-prefix}-circuit-changeover:before { + content: $ti-icon-circuit-changeover; +} +.#{$ti-prefix}-circuit-diode:before { + content: $ti-icon-circuit-diode; +} +.#{$ti-prefix}-circuit-diode-zener:before { + content: $ti-icon-circuit-diode-zener; +} +.#{$ti-prefix}-circuit-ground:before { + content: $ti-icon-circuit-ground; +} +.#{$ti-prefix}-circuit-ground-digital:before { + content: $ti-icon-circuit-ground-digital; +} +.#{$ti-prefix}-circuit-inductor:before { + content: $ti-icon-circuit-inductor; +} +.#{$ti-prefix}-circuit-motor:before { + content: $ti-icon-circuit-motor; +} +.#{$ti-prefix}-circuit-pushbutton:before { + content: $ti-icon-circuit-pushbutton; +} +.#{$ti-prefix}-circuit-resistor:before { + content: $ti-icon-circuit-resistor; +} +.#{$ti-prefix}-circuit-switch-closed:before { + content: $ti-icon-circuit-switch-closed; +} +.#{$ti-prefix}-circuit-switch-open:before { + content: $ti-icon-circuit-switch-open; +} +.#{$ti-prefix}-circuit-voltmeter:before { + content: $ti-icon-circuit-voltmeter; +} +.#{$ti-prefix}-clear-all:before { + content: $ti-icon-clear-all; +} +.#{$ti-prefix}-clear-formatting:before { + content: $ti-icon-clear-formatting; +} +.#{$ti-prefix}-click:before { + content: $ti-icon-click; +} +.#{$ti-prefix}-clipboard:before { + content: $ti-icon-clipboard; +} +.#{$ti-prefix}-clipboard-check:before { + content: $ti-icon-clipboard-check; +} +.#{$ti-prefix}-clipboard-copy:before { + content: $ti-icon-clipboard-copy; +} +.#{$ti-prefix}-clipboard-data:before { + content: $ti-icon-clipboard-data; +} +.#{$ti-prefix}-clipboard-heart:before { + content: $ti-icon-clipboard-heart; +} +.#{$ti-prefix}-clipboard-list:before { + content: $ti-icon-clipboard-list; +} +.#{$ti-prefix}-clipboard-off:before { + content: $ti-icon-clipboard-off; +} +.#{$ti-prefix}-clipboard-plus:before { + content: $ti-icon-clipboard-plus; +} +.#{$ti-prefix}-clipboard-smile:before { + content: $ti-icon-clipboard-smile; +} +.#{$ti-prefix}-clipboard-text:before { + content: $ti-icon-clipboard-text; +} +.#{$ti-prefix}-clipboard-typography:before { + content: $ti-icon-clipboard-typography; +} +.#{$ti-prefix}-clipboard-x:before { + content: $ti-icon-clipboard-x; +} +.#{$ti-prefix}-clock:before { + content: $ti-icon-clock; +} +.#{$ti-prefix}-clock-12:before { + content: $ti-icon-clock-12; +} +.#{$ti-prefix}-clock-2:before { + content: $ti-icon-clock-2; +} +.#{$ti-prefix}-clock-24:before { + content: $ti-icon-clock-24; +} +.#{$ti-prefix}-clock-bolt:before { + content: $ti-icon-clock-bolt; +} +.#{$ti-prefix}-clock-cancel:before { + content: $ti-icon-clock-cancel; +} +.#{$ti-prefix}-clock-check:before { + content: $ti-icon-clock-check; +} +.#{$ti-prefix}-clock-code:before { + content: $ti-icon-clock-code; +} +.#{$ti-prefix}-clock-cog:before { + content: $ti-icon-clock-cog; +} +.#{$ti-prefix}-clock-dollar:before { + content: $ti-icon-clock-dollar; +} +.#{$ti-prefix}-clock-down:before { + content: $ti-icon-clock-down; +} +.#{$ti-prefix}-clock-edit:before { + content: $ti-icon-clock-edit; +} +.#{$ti-prefix}-clock-exclamation:before { + content: $ti-icon-clock-exclamation; +} +.#{$ti-prefix}-clock-heart:before { + content: $ti-icon-clock-heart; +} +.#{$ti-prefix}-clock-hour-1:before { + content: $ti-icon-clock-hour-1; +} +.#{$ti-prefix}-clock-hour-10:before { + content: $ti-icon-clock-hour-10; +} +.#{$ti-prefix}-clock-hour-11:before { + content: $ti-icon-clock-hour-11; +} +.#{$ti-prefix}-clock-hour-12:before { + content: $ti-icon-clock-hour-12; +} +.#{$ti-prefix}-clock-hour-2:before { + content: $ti-icon-clock-hour-2; +} +.#{$ti-prefix}-clock-hour-3:before { + content: $ti-icon-clock-hour-3; +} +.#{$ti-prefix}-clock-hour-4:before { + content: $ti-icon-clock-hour-4; +} +.#{$ti-prefix}-clock-hour-5:before { + content: $ti-icon-clock-hour-5; +} +.#{$ti-prefix}-clock-hour-6:before { + content: $ti-icon-clock-hour-6; +} +.#{$ti-prefix}-clock-hour-7:before { + content: $ti-icon-clock-hour-7; +} +.#{$ti-prefix}-clock-hour-8:before { + content: $ti-icon-clock-hour-8; +} +.#{$ti-prefix}-clock-hour-9:before { + content: $ti-icon-clock-hour-9; +} +.#{$ti-prefix}-clock-minus:before { + content: $ti-icon-clock-minus; +} +.#{$ti-prefix}-clock-off:before { + content: $ti-icon-clock-off; +} +.#{$ti-prefix}-clock-pause:before { + content: $ti-icon-clock-pause; +} +.#{$ti-prefix}-clock-pin:before { + content: $ti-icon-clock-pin; +} +.#{$ti-prefix}-clock-play:before { + content: $ti-icon-clock-play; +} +.#{$ti-prefix}-clock-plus:before { + content: $ti-icon-clock-plus; +} +.#{$ti-prefix}-clock-question:before { + content: $ti-icon-clock-question; +} +.#{$ti-prefix}-clock-record:before { + content: $ti-icon-clock-record; +} +.#{$ti-prefix}-clock-search:before { + content: $ti-icon-clock-search; +} +.#{$ti-prefix}-clock-share:before { + content: $ti-icon-clock-share; +} +.#{$ti-prefix}-clock-shield:before { + content: $ti-icon-clock-shield; +} +.#{$ti-prefix}-clock-star:before { + content: $ti-icon-clock-star; +} +.#{$ti-prefix}-clock-stop:before { + content: $ti-icon-clock-stop; +} +.#{$ti-prefix}-clock-up:before { + content: $ti-icon-clock-up; +} +.#{$ti-prefix}-clock-x:before { + content: $ti-icon-clock-x; +} +.#{$ti-prefix}-clothes-rack:before { + content: $ti-icon-clothes-rack; +} +.#{$ti-prefix}-clothes-rack-off:before { + content: $ti-icon-clothes-rack-off; +} +.#{$ti-prefix}-cloud:before { + content: $ti-icon-cloud; +} +.#{$ti-prefix}-cloud-bolt:before { + content: $ti-icon-cloud-bolt; +} +.#{$ti-prefix}-cloud-cancel:before { + content: $ti-icon-cloud-cancel; +} +.#{$ti-prefix}-cloud-check:before { + content: $ti-icon-cloud-check; +} +.#{$ti-prefix}-cloud-code:before { + content: $ti-icon-cloud-code; +} +.#{$ti-prefix}-cloud-cog:before { + content: $ti-icon-cloud-cog; +} +.#{$ti-prefix}-cloud-computing:before { + content: $ti-icon-cloud-computing; +} +.#{$ti-prefix}-cloud-data-connection:before { + content: $ti-icon-cloud-data-connection; +} +.#{$ti-prefix}-cloud-dollar:before { + content: $ti-icon-cloud-dollar; +} +.#{$ti-prefix}-cloud-down:before { + content: $ti-icon-cloud-down; +} +.#{$ti-prefix}-cloud-download:before { + content: $ti-icon-cloud-download; +} +.#{$ti-prefix}-cloud-exclamation:before { + content: $ti-icon-cloud-exclamation; +} +.#{$ti-prefix}-cloud-fog:before { + content: $ti-icon-cloud-fog; +} +.#{$ti-prefix}-cloud-heart:before { + content: $ti-icon-cloud-heart; +} +.#{$ti-prefix}-cloud-lock:before { + content: $ti-icon-cloud-lock; +} +.#{$ti-prefix}-cloud-lock-open:before { + content: $ti-icon-cloud-lock-open; +} +.#{$ti-prefix}-cloud-minus:before { + content: $ti-icon-cloud-minus; +} +.#{$ti-prefix}-cloud-network:before { + content: $ti-icon-cloud-network; +} +.#{$ti-prefix}-cloud-off:before { + content: $ti-icon-cloud-off; +} +.#{$ti-prefix}-cloud-pause:before { + content: $ti-icon-cloud-pause; +} +.#{$ti-prefix}-cloud-pin:before { + content: $ti-icon-cloud-pin; +} +.#{$ti-prefix}-cloud-plus:before { + content: $ti-icon-cloud-plus; +} +.#{$ti-prefix}-cloud-question:before { + content: $ti-icon-cloud-question; +} +.#{$ti-prefix}-cloud-rain:before { + content: $ti-icon-cloud-rain; +} +.#{$ti-prefix}-cloud-search:before { + content: $ti-icon-cloud-search; +} +.#{$ti-prefix}-cloud-share:before { + content: $ti-icon-cloud-share; +} +.#{$ti-prefix}-cloud-snow:before { + content: $ti-icon-cloud-snow; +} +.#{$ti-prefix}-cloud-star:before { + content: $ti-icon-cloud-star; +} +.#{$ti-prefix}-cloud-storm:before { + content: $ti-icon-cloud-storm; +} +.#{$ti-prefix}-cloud-up:before { + content: $ti-icon-cloud-up; +} +.#{$ti-prefix}-cloud-upload:before { + content: $ti-icon-cloud-upload; +} +.#{$ti-prefix}-cloud-x:before { + content: $ti-icon-cloud-x; +} +.#{$ti-prefix}-clover:before { + content: $ti-icon-clover; +} +.#{$ti-prefix}-clover-2:before { + content: $ti-icon-clover-2; +} +.#{$ti-prefix}-clubs:before { + content: $ti-icon-clubs; +} +.#{$ti-prefix}-code:before { + content: $ti-icon-code; +} +.#{$ti-prefix}-code-asterisk:before { + content: $ti-icon-code-asterisk; +} +.#{$ti-prefix}-code-circle:before { + content: $ti-icon-code-circle; +} +.#{$ti-prefix}-code-circle-2:before { + content: $ti-icon-code-circle-2; +} +.#{$ti-prefix}-code-dots:before { + content: $ti-icon-code-dots; +} +.#{$ti-prefix}-code-minus:before { + content: $ti-icon-code-minus; +} +.#{$ti-prefix}-code-off:before { + content: $ti-icon-code-off; +} +.#{$ti-prefix}-code-plus:before { + content: $ti-icon-code-plus; +} +.#{$ti-prefix}-coffee:before { + content: $ti-icon-coffee; +} +.#{$ti-prefix}-coffee-off:before { + content: $ti-icon-coffee-off; +} +.#{$ti-prefix}-coffin:before { + content: $ti-icon-coffin; +} +.#{$ti-prefix}-coin:before { + content: $ti-icon-coin; +} +.#{$ti-prefix}-coin-bitcoin:before { + content: $ti-icon-coin-bitcoin; +} +.#{$ti-prefix}-coin-euro:before { + content: $ti-icon-coin-euro; +} +.#{$ti-prefix}-coin-monero:before { + content: $ti-icon-coin-monero; +} +.#{$ti-prefix}-coin-off:before { + content: $ti-icon-coin-off; +} +.#{$ti-prefix}-coin-pound:before { + content: $ti-icon-coin-pound; +} +.#{$ti-prefix}-coin-rupee:before { + content: $ti-icon-coin-rupee; +} +.#{$ti-prefix}-coin-taka:before { + content: $ti-icon-coin-taka; +} +.#{$ti-prefix}-coin-yen:before { + content: $ti-icon-coin-yen; +} +.#{$ti-prefix}-coin-yuan:before { + content: $ti-icon-coin-yuan; +} +.#{$ti-prefix}-coins:before { + content: $ti-icon-coins; +} +.#{$ti-prefix}-color-filter:before { + content: $ti-icon-color-filter; +} +.#{$ti-prefix}-color-picker:before { + content: $ti-icon-color-picker; +} +.#{$ti-prefix}-color-picker-off:before { + content: $ti-icon-color-picker-off; +} +.#{$ti-prefix}-color-swatch:before { + content: $ti-icon-color-swatch; +} +.#{$ti-prefix}-color-swatch-off:before { + content: $ti-icon-color-swatch-off; +} +.#{$ti-prefix}-column-insert-left:before { + content: $ti-icon-column-insert-left; +} +.#{$ti-prefix}-column-insert-right:before { + content: $ti-icon-column-insert-right; +} +.#{$ti-prefix}-column-remove:before { + content: $ti-icon-column-remove; +} +.#{$ti-prefix}-columns:before { + content: $ti-icon-columns; +} +.#{$ti-prefix}-columns-1:before { + content: $ti-icon-columns-1; +} +.#{$ti-prefix}-columns-2:before { + content: $ti-icon-columns-2; +} +.#{$ti-prefix}-columns-3:before { + content: $ti-icon-columns-3; +} +.#{$ti-prefix}-columns-off:before { + content: $ti-icon-columns-off; +} +.#{$ti-prefix}-comet:before { + content: $ti-icon-comet; +} +.#{$ti-prefix}-command:before { + content: $ti-icon-command; +} +.#{$ti-prefix}-command-off:before { + content: $ti-icon-command-off; +} +.#{$ti-prefix}-compass:before { + content: $ti-icon-compass; +} +.#{$ti-prefix}-compass-off:before { + content: $ti-icon-compass-off; +} +.#{$ti-prefix}-components:before { + content: $ti-icon-components; +} +.#{$ti-prefix}-components-off:before { + content: $ti-icon-components-off; +} +.#{$ti-prefix}-cone:before { + content: $ti-icon-cone; +} +.#{$ti-prefix}-cone-2:before { + content: $ti-icon-cone-2; +} +.#{$ti-prefix}-cone-off:before { + content: $ti-icon-cone-off; +} +.#{$ti-prefix}-cone-plus:before { + content: $ti-icon-cone-plus; +} +.#{$ti-prefix}-confetti:before { + content: $ti-icon-confetti; +} +.#{$ti-prefix}-confetti-off:before { + content: $ti-icon-confetti-off; +} +.#{$ti-prefix}-confucius:before { + content: $ti-icon-confucius; +} +.#{$ti-prefix}-container:before { + content: $ti-icon-container; +} +.#{$ti-prefix}-container-off:before { + content: $ti-icon-container-off; +} +.#{$ti-prefix}-contrast:before { + content: $ti-icon-contrast; +} +.#{$ti-prefix}-contrast-2:before { + content: $ti-icon-contrast-2; +} +.#{$ti-prefix}-contrast-2-off:before { + content: $ti-icon-contrast-2-off; +} +.#{$ti-prefix}-contrast-off:before { + content: $ti-icon-contrast-off; +} +.#{$ti-prefix}-cooker:before { + content: $ti-icon-cooker; +} +.#{$ti-prefix}-cookie:before { + content: $ti-icon-cookie; +} +.#{$ti-prefix}-cookie-man:before { + content: $ti-icon-cookie-man; +} +.#{$ti-prefix}-cookie-off:before { + content: $ti-icon-cookie-off; +} +.#{$ti-prefix}-copy:before { + content: $ti-icon-copy; +} +.#{$ti-prefix}-copy-check:before { + content: $ti-icon-copy-check; +} +.#{$ti-prefix}-copy-minus:before { + content: $ti-icon-copy-minus; +} +.#{$ti-prefix}-copy-off:before { + content: $ti-icon-copy-off; +} +.#{$ti-prefix}-copy-plus:before { + content: $ti-icon-copy-plus; +} +.#{$ti-prefix}-copy-x:before { + content: $ti-icon-copy-x; +} +.#{$ti-prefix}-copyleft:before { + content: $ti-icon-copyleft; +} +.#{$ti-prefix}-copyleft-off:before { + content: $ti-icon-copyleft-off; +} +.#{$ti-prefix}-copyright:before { + content: $ti-icon-copyright; +} +.#{$ti-prefix}-copyright-off:before { + content: $ti-icon-copyright-off; +} +.#{$ti-prefix}-corner-down-left:before { + content: $ti-icon-corner-down-left; +} +.#{$ti-prefix}-corner-down-left-double:before { + content: $ti-icon-corner-down-left-double; +} +.#{$ti-prefix}-corner-down-right:before { + content: $ti-icon-corner-down-right; +} +.#{$ti-prefix}-corner-down-right-double:before { + content: $ti-icon-corner-down-right-double; +} +.#{$ti-prefix}-corner-left-down:before { + content: $ti-icon-corner-left-down; +} +.#{$ti-prefix}-corner-left-down-double:before { + content: $ti-icon-corner-left-down-double; +} +.#{$ti-prefix}-corner-left-up:before { + content: $ti-icon-corner-left-up; +} +.#{$ti-prefix}-corner-left-up-double:before { + content: $ti-icon-corner-left-up-double; +} +.#{$ti-prefix}-corner-right-down:before { + content: $ti-icon-corner-right-down; +} +.#{$ti-prefix}-corner-right-down-double:before { + content: $ti-icon-corner-right-down-double; +} +.#{$ti-prefix}-corner-right-up:before { + content: $ti-icon-corner-right-up; +} +.#{$ti-prefix}-corner-right-up-double:before { + content: $ti-icon-corner-right-up-double; +} +.#{$ti-prefix}-corner-up-left:before { + content: $ti-icon-corner-up-left; +} +.#{$ti-prefix}-corner-up-left-double:before { + content: $ti-icon-corner-up-left-double; +} +.#{$ti-prefix}-corner-up-right:before { + content: $ti-icon-corner-up-right; +} +.#{$ti-prefix}-corner-up-right-double:before { + content: $ti-icon-corner-up-right-double; +} +.#{$ti-prefix}-cpu:before { + content: $ti-icon-cpu; +} +.#{$ti-prefix}-cpu-2:before { + content: $ti-icon-cpu-2; +} +.#{$ti-prefix}-cpu-off:before { + content: $ti-icon-cpu-off; +} +.#{$ti-prefix}-crane:before { + content: $ti-icon-crane; +} +.#{$ti-prefix}-crane-off:before { + content: $ti-icon-crane-off; +} +.#{$ti-prefix}-creative-commons:before { + content: $ti-icon-creative-commons; +} +.#{$ti-prefix}-creative-commons-by:before { + content: $ti-icon-creative-commons-by; +} +.#{$ti-prefix}-creative-commons-nc:before { + content: $ti-icon-creative-commons-nc; +} +.#{$ti-prefix}-creative-commons-nd:before { + content: $ti-icon-creative-commons-nd; +} +.#{$ti-prefix}-creative-commons-off:before { + content: $ti-icon-creative-commons-off; +} +.#{$ti-prefix}-creative-commons-sa:before { + content: $ti-icon-creative-commons-sa; +} +.#{$ti-prefix}-creative-commons-zero:before { + content: $ti-icon-creative-commons-zero; +} +.#{$ti-prefix}-credit-card:before { + content: $ti-icon-credit-card; +} +.#{$ti-prefix}-credit-card-off:before { + content: $ti-icon-credit-card-off; +} +.#{$ti-prefix}-credit-card-pay:before { + content: $ti-icon-credit-card-pay; +} +.#{$ti-prefix}-credit-card-refund:before { + content: $ti-icon-credit-card-refund; +} +.#{$ti-prefix}-cricket:before { + content: $ti-icon-cricket; +} +.#{$ti-prefix}-crop:before { + content: $ti-icon-crop; +} +.#{$ti-prefix}-crop-1-1:before { + content: $ti-icon-crop-1-1; +} +.#{$ti-prefix}-crop-16-9:before { + content: $ti-icon-crop-16-9; +} +.#{$ti-prefix}-crop-3-2:before { + content: $ti-icon-crop-3-2; +} +.#{$ti-prefix}-crop-5-4:before { + content: $ti-icon-crop-5-4; +} +.#{$ti-prefix}-crop-7-5:before { + content: $ti-icon-crop-7-5; +} +.#{$ti-prefix}-crop-landscape:before { + content: $ti-icon-crop-landscape; +} +.#{$ti-prefix}-crop-portrait:before { + content: $ti-icon-crop-portrait; +} +.#{$ti-prefix}-cross:before { + content: $ti-icon-cross; +} +.#{$ti-prefix}-cross-off:before { + content: $ti-icon-cross-off; +} +.#{$ti-prefix}-crosshair:before { + content: $ti-icon-crosshair; +} +.#{$ti-prefix}-crown:before { + content: $ti-icon-crown; +} +.#{$ti-prefix}-crown-off:before { + content: $ti-icon-crown-off; +} +.#{$ti-prefix}-crutches:before { + content: $ti-icon-crutches; +} +.#{$ti-prefix}-crutches-off:before { + content: $ti-icon-crutches-off; +} +.#{$ti-prefix}-crystal-ball:before { + content: $ti-icon-crystal-ball; +} +.#{$ti-prefix}-csv:before { + content: $ti-icon-csv; +} +.#{$ti-prefix}-cube:before { + content: $ti-icon-cube; +} +.#{$ti-prefix}-cube-3d-sphere:before { + content: $ti-icon-cube-3d-sphere; +} +.#{$ti-prefix}-cube-3d-sphere-off:before { + content: $ti-icon-cube-3d-sphere-off; +} +.#{$ti-prefix}-cube-off:before { + content: $ti-icon-cube-off; +} +.#{$ti-prefix}-cube-plus:before { + content: $ti-icon-cube-plus; +} +.#{$ti-prefix}-cube-send:before { + content: $ti-icon-cube-send; +} +.#{$ti-prefix}-cube-unfolded:before { + content: $ti-icon-cube-unfolded; +} +.#{$ti-prefix}-cup:before { + content: $ti-icon-cup; +} +.#{$ti-prefix}-cup-off:before { + content: $ti-icon-cup-off; +} +.#{$ti-prefix}-curling:before { + content: $ti-icon-curling; +} +.#{$ti-prefix}-curly-loop:before { + content: $ti-icon-curly-loop; +} +.#{$ti-prefix}-currency:before { + content: $ti-icon-currency; +} +.#{$ti-prefix}-currency-afghani:before { + content: $ti-icon-currency-afghani; +} +.#{$ti-prefix}-currency-bahraini:before { + content: $ti-icon-currency-bahraini; +} +.#{$ti-prefix}-currency-baht:before { + content: $ti-icon-currency-baht; +} +.#{$ti-prefix}-currency-bitcoin:before { + content: $ti-icon-currency-bitcoin; +} +.#{$ti-prefix}-currency-cent:before { + content: $ti-icon-currency-cent; +} +.#{$ti-prefix}-currency-dinar:before { + content: $ti-icon-currency-dinar; +} +.#{$ti-prefix}-currency-dirham:before { + content: $ti-icon-currency-dirham; +} +.#{$ti-prefix}-currency-dogecoin:before { + content: $ti-icon-currency-dogecoin; +} +.#{$ti-prefix}-currency-dollar:before { + content: $ti-icon-currency-dollar; +} +.#{$ti-prefix}-currency-dollar-australian:before { + content: $ti-icon-currency-dollar-australian; +} +.#{$ti-prefix}-currency-dollar-brunei:before { + content: $ti-icon-currency-dollar-brunei; +} +.#{$ti-prefix}-currency-dollar-canadian:before { + content: $ti-icon-currency-dollar-canadian; +} +.#{$ti-prefix}-currency-dollar-guyanese:before { + content: $ti-icon-currency-dollar-guyanese; +} +.#{$ti-prefix}-currency-dollar-off:before { + content: $ti-icon-currency-dollar-off; +} +.#{$ti-prefix}-currency-dollar-singapore:before { + content: $ti-icon-currency-dollar-singapore; +} +.#{$ti-prefix}-currency-dollar-zimbabwean:before { + content: $ti-icon-currency-dollar-zimbabwean; +} +.#{$ti-prefix}-currency-dong:before { + content: $ti-icon-currency-dong; +} +.#{$ti-prefix}-currency-dram:before { + content: $ti-icon-currency-dram; +} +.#{$ti-prefix}-currency-ethereum:before { + content: $ti-icon-currency-ethereum; +} +.#{$ti-prefix}-currency-euro:before { + content: $ti-icon-currency-euro; +} +.#{$ti-prefix}-currency-euro-off:before { + content: $ti-icon-currency-euro-off; +} +.#{$ti-prefix}-currency-florin:before { + content: $ti-icon-currency-florin; +} +.#{$ti-prefix}-currency-forint:before { + content: $ti-icon-currency-forint; +} +.#{$ti-prefix}-currency-frank:before { + content: $ti-icon-currency-frank; +} +.#{$ti-prefix}-currency-guarani:before { + content: $ti-icon-currency-guarani; +} +.#{$ti-prefix}-currency-hryvnia:before { + content: $ti-icon-currency-hryvnia; +} +.#{$ti-prefix}-currency-iranian-rial:before { + content: $ti-icon-currency-iranian-rial; +} +.#{$ti-prefix}-currency-kip:before { + content: $ti-icon-currency-kip; +} +.#{$ti-prefix}-currency-krone-czech:before { + content: $ti-icon-currency-krone-czech; +} +.#{$ti-prefix}-currency-krone-danish:before { + content: $ti-icon-currency-krone-danish; +} +.#{$ti-prefix}-currency-krone-swedish:before { + content: $ti-icon-currency-krone-swedish; +} +.#{$ti-prefix}-currency-lari:before { + content: $ti-icon-currency-lari; +} +.#{$ti-prefix}-currency-leu:before { + content: $ti-icon-currency-leu; +} +.#{$ti-prefix}-currency-lira:before { + content: $ti-icon-currency-lira; +} +.#{$ti-prefix}-currency-litecoin:before { + content: $ti-icon-currency-litecoin; +} +.#{$ti-prefix}-currency-lyd:before { + content: $ti-icon-currency-lyd; +} +.#{$ti-prefix}-currency-manat:before { + content: $ti-icon-currency-manat; +} +.#{$ti-prefix}-currency-monero:before { + content: $ti-icon-currency-monero; +} +.#{$ti-prefix}-currency-naira:before { + content: $ti-icon-currency-naira; +} +.#{$ti-prefix}-currency-nano:before { + content: $ti-icon-currency-nano; +} +.#{$ti-prefix}-currency-off:before { + content: $ti-icon-currency-off; +} +.#{$ti-prefix}-currency-paanga:before { + content: $ti-icon-currency-paanga; +} +.#{$ti-prefix}-currency-peso:before { + content: $ti-icon-currency-peso; +} +.#{$ti-prefix}-currency-pound:before { + content: $ti-icon-currency-pound; +} +.#{$ti-prefix}-currency-pound-off:before { + content: $ti-icon-currency-pound-off; +} +.#{$ti-prefix}-currency-quetzal:before { + content: $ti-icon-currency-quetzal; +} +.#{$ti-prefix}-currency-real:before { + content: $ti-icon-currency-real; +} +.#{$ti-prefix}-currency-renminbi:before { + content: $ti-icon-currency-renminbi; +} +.#{$ti-prefix}-currency-ripple:before { + content: $ti-icon-currency-ripple; +} +.#{$ti-prefix}-currency-riyal:before { + content: $ti-icon-currency-riyal; +} +.#{$ti-prefix}-currency-rubel:before { + content: $ti-icon-currency-rubel; +} +.#{$ti-prefix}-currency-rufiyaa:before { + content: $ti-icon-currency-rufiyaa; +} +.#{$ti-prefix}-currency-rupee:before { + content: $ti-icon-currency-rupee; +} +.#{$ti-prefix}-currency-rupee-nepalese:before { + content: $ti-icon-currency-rupee-nepalese; +} +.#{$ti-prefix}-currency-shekel:before { + content: $ti-icon-currency-shekel; +} +.#{$ti-prefix}-currency-solana:before { + content: $ti-icon-currency-solana; +} +.#{$ti-prefix}-currency-som:before { + content: $ti-icon-currency-som; +} +.#{$ti-prefix}-currency-taka:before { + content: $ti-icon-currency-taka; +} +.#{$ti-prefix}-currency-tenge:before { + content: $ti-icon-currency-tenge; +} +.#{$ti-prefix}-currency-tugrik:before { + content: $ti-icon-currency-tugrik; +} +.#{$ti-prefix}-currency-won:before { + content: $ti-icon-currency-won; +} +.#{$ti-prefix}-currency-xrp:before { + content: $ti-icon-currency-xrp; +} +.#{$ti-prefix}-currency-yen:before { + content: $ti-icon-currency-yen; +} +.#{$ti-prefix}-currency-yen-off:before { + content: $ti-icon-currency-yen-off; +} +.#{$ti-prefix}-currency-yuan:before { + content: $ti-icon-currency-yuan; +} +.#{$ti-prefix}-currency-zloty:before { + content: $ti-icon-currency-zloty; +} +.#{$ti-prefix}-current-location:before { + content: $ti-icon-current-location; +} +.#{$ti-prefix}-current-location-off:before { + content: $ti-icon-current-location-off; +} +.#{$ti-prefix}-cursor-off:before { + content: $ti-icon-cursor-off; +} +.#{$ti-prefix}-cursor-text:before { + content: $ti-icon-cursor-text; +} +.#{$ti-prefix}-cut:before { + content: $ti-icon-cut; +} +.#{$ti-prefix}-cylinder:before { + content: $ti-icon-cylinder; +} +.#{$ti-prefix}-cylinder-off:before { + content: $ti-icon-cylinder-off; +} +.#{$ti-prefix}-cylinder-plus:before { + content: $ti-icon-cylinder-plus; +} +.#{$ti-prefix}-dashboard:before { + content: $ti-icon-dashboard; +} +.#{$ti-prefix}-dashboard-off:before { + content: $ti-icon-dashboard-off; +} +.#{$ti-prefix}-database:before { + content: $ti-icon-database; +} +.#{$ti-prefix}-database-cog:before { + content: $ti-icon-database-cog; +} +.#{$ti-prefix}-database-dollar:before { + content: $ti-icon-database-dollar; +} +.#{$ti-prefix}-database-edit:before { + content: $ti-icon-database-edit; +} +.#{$ti-prefix}-database-exclamation:before { + content: $ti-icon-database-exclamation; +} +.#{$ti-prefix}-database-export:before { + content: $ti-icon-database-export; +} +.#{$ti-prefix}-database-heart:before { + content: $ti-icon-database-heart; +} +.#{$ti-prefix}-database-import:before { + content: $ti-icon-database-import; +} +.#{$ti-prefix}-database-leak:before { + content: $ti-icon-database-leak; +} +.#{$ti-prefix}-database-minus:before { + content: $ti-icon-database-minus; +} +.#{$ti-prefix}-database-off:before { + content: $ti-icon-database-off; +} +.#{$ti-prefix}-database-plus:before { + content: $ti-icon-database-plus; +} +.#{$ti-prefix}-database-search:before { + content: $ti-icon-database-search; +} +.#{$ti-prefix}-database-share:before { + content: $ti-icon-database-share; +} +.#{$ti-prefix}-database-smile:before { + content: $ti-icon-database-smile; +} +.#{$ti-prefix}-database-star:before { + content: $ti-icon-database-star; +} +.#{$ti-prefix}-database-x:before { + content: $ti-icon-database-x; +} +.#{$ti-prefix}-decimal:before { + content: $ti-icon-decimal; +} +.#{$ti-prefix}-deer:before { + content: $ti-icon-deer; +} +.#{$ti-prefix}-delta:before { + content: $ti-icon-delta; +} +.#{$ti-prefix}-dental:before { + content: $ti-icon-dental; +} +.#{$ti-prefix}-dental-broken:before { + content: $ti-icon-dental-broken; +} +.#{$ti-prefix}-dental-off:before { + content: $ti-icon-dental-off; +} +.#{$ti-prefix}-deselect:before { + content: $ti-icon-deselect; +} +.#{$ti-prefix}-desk:before { + content: $ti-icon-desk; +} +.#{$ti-prefix}-details:before { + content: $ti-icon-details; +} +.#{$ti-prefix}-details-off:before { + content: $ti-icon-details-off; +} +.#{$ti-prefix}-device-airpods:before { + content: $ti-icon-device-airpods; +} +.#{$ti-prefix}-device-airpods-case:before { + content: $ti-icon-device-airpods-case; +} +.#{$ti-prefix}-device-airtag:before { + content: $ti-icon-device-airtag; +} +.#{$ti-prefix}-device-analytics:before { + content: $ti-icon-device-analytics; +} +.#{$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-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; +} +.#{$ti-prefix}-device-desktop:before { + content: $ti-icon-device-desktop; +} +.#{$ti-prefix}-device-desktop-analytics:before { + content: $ti-icon-device-desktop-analytics; +} +.#{$ti-prefix}-device-desktop-bolt:before { + content: $ti-icon-device-desktop-bolt; +} +.#{$ti-prefix}-device-desktop-cancel:before { + content: $ti-icon-device-desktop-cancel; +} +.#{$ti-prefix}-device-desktop-check:before { + content: $ti-icon-device-desktop-check; +} +.#{$ti-prefix}-device-desktop-code:before { + content: $ti-icon-device-desktop-code; +} +.#{$ti-prefix}-device-desktop-cog:before { + content: $ti-icon-device-desktop-cog; +} +.#{$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-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; +} +.#{$ti-prefix}-device-desktop-pause:before { + content: $ti-icon-device-desktop-pause; +} +.#{$ti-prefix}-device-desktop-pin:before { + content: $ti-icon-device-desktop-pin; +} +.#{$ti-prefix}-device-desktop-plus:before { + content: $ti-icon-device-desktop-plus; +} +.#{$ti-prefix}-device-desktop-question:before { + content: $ti-icon-device-desktop-question; +} +.#{$ti-prefix}-device-desktop-search:before { + content: $ti-icon-device-desktop-search; +} +.#{$ti-prefix}-device-desktop-share:before { + content: $ti-icon-device-desktop-share; +} +.#{$ti-prefix}-device-desktop-star:before { + content: $ti-icon-device-desktop-star; +} +.#{$ti-prefix}-device-desktop-up:before { + content: $ti-icon-device-desktop-up; +} +.#{$ti-prefix}-device-desktop-x:before { + content: $ti-icon-device-desktop-x; +} +.#{$ti-prefix}-device-floppy:before { + content: $ti-icon-device-floppy; +} +.#{$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-heart-monitor:before { + content: $ti-icon-device-heart-monitor; +} +.#{$ti-prefix}-device-imac:before { + content: $ti-icon-device-imac; +} +.#{$ti-prefix}-device-imac-bolt:before { + content: $ti-icon-device-imac-bolt; +} +.#{$ti-prefix}-device-imac-cancel:before { + content: $ti-icon-device-imac-cancel; +} +.#{$ti-prefix}-device-imac-check:before { + content: $ti-icon-device-imac-check; +} +.#{$ti-prefix}-device-imac-code:before { + content: $ti-icon-device-imac-code; +} +.#{$ti-prefix}-device-imac-cog:before { + content: $ti-icon-device-imac-cog; +} +.#{$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-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; +} +.#{$ti-prefix}-device-imac-pause:before { + content: $ti-icon-device-imac-pause; +} +.#{$ti-prefix}-device-imac-pin:before { + content: $ti-icon-device-imac-pin; +} +.#{$ti-prefix}-device-imac-plus:before { + content: $ti-icon-device-imac-plus; +} +.#{$ti-prefix}-device-imac-question:before { + content: $ti-icon-device-imac-question; +} +.#{$ti-prefix}-device-imac-search:before { + content: $ti-icon-device-imac-search; +} +.#{$ti-prefix}-device-imac-share:before { + content: $ti-icon-device-imac-share; +} +.#{$ti-prefix}-device-imac-star:before { + content: $ti-icon-device-imac-star; +} +.#{$ti-prefix}-device-imac-up:before { + content: $ti-icon-device-imac-up; +} +.#{$ti-prefix}-device-imac-x:before { + content: $ti-icon-device-imac-x; +} +.#{$ti-prefix}-device-ipad:before { + content: $ti-icon-device-ipad; +} +.#{$ti-prefix}-device-ipad-bolt:before { + content: $ti-icon-device-ipad-bolt; +} +.#{$ti-prefix}-device-ipad-cancel:before { + content: $ti-icon-device-ipad-cancel; +} +.#{$ti-prefix}-device-ipad-check:before { + content: $ti-icon-device-ipad-check; +} +.#{$ti-prefix}-device-ipad-code:before { + content: $ti-icon-device-ipad-code; +} +.#{$ti-prefix}-device-ipad-cog:before { + content: $ti-icon-device-ipad-cog; +} +.#{$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-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; +} +.#{$ti-prefix}-device-ipad-horizontal-cancel:before { + content: $ti-icon-device-ipad-horizontal-cancel; +} +.#{$ti-prefix}-device-ipad-horizontal-check:before { + content: $ti-icon-device-ipad-horizontal-check; +} +.#{$ti-prefix}-device-ipad-horizontal-code:before { + content: $ti-icon-device-ipad-horizontal-code; +} +.#{$ti-prefix}-device-ipad-horizontal-cog:before { + content: $ti-icon-device-ipad-horizontal-cog; +} +.#{$ti-prefix}-device-ipad-horizontal-dollar:before { + content: $ti-icon-device-ipad-horizontal-dollar; +} +.#{$ti-prefix}-device-ipad-horizontal-down:before { + content: $ti-icon-device-ipad-horizontal-down; +} +.#{$ti-prefix}-device-ipad-horizontal-exclamation:before { + content: $ti-icon-device-ipad-horizontal-exclamation; +} +.#{$ti-prefix}-device-ipad-horizontal-heart:before { + content: $ti-icon-device-ipad-horizontal-heart; +} +.#{$ti-prefix}-device-ipad-horizontal-minus:before { + content: $ti-icon-device-ipad-horizontal-minus; +} +.#{$ti-prefix}-device-ipad-horizontal-off:before { + content: $ti-icon-device-ipad-horizontal-off; +} +.#{$ti-prefix}-device-ipad-horizontal-pause:before { + content: $ti-icon-device-ipad-horizontal-pause; +} +.#{$ti-prefix}-device-ipad-horizontal-pin:before { + content: $ti-icon-device-ipad-horizontal-pin; +} +.#{$ti-prefix}-device-ipad-horizontal-plus:before { + content: $ti-icon-device-ipad-horizontal-plus; +} +.#{$ti-prefix}-device-ipad-horizontal-question:before { + content: $ti-icon-device-ipad-horizontal-question; +} +.#{$ti-prefix}-device-ipad-horizontal-search:before { + content: $ti-icon-device-ipad-horizontal-search; +} +.#{$ti-prefix}-device-ipad-horizontal-share:before { + content: $ti-icon-device-ipad-horizontal-share; +} +.#{$ti-prefix}-device-ipad-horizontal-star:before { + content: $ti-icon-device-ipad-horizontal-star; +} +.#{$ti-prefix}-device-ipad-horizontal-up:before { + content: $ti-icon-device-ipad-horizontal-up; +} +.#{$ti-prefix}-device-ipad-horizontal-x:before { + content: $ti-icon-device-ipad-horizontal-x; +} +.#{$ti-prefix}-device-ipad-minus:before { + content: $ti-icon-device-ipad-minus; +} +.#{$ti-prefix}-device-ipad-off:before { + content: $ti-icon-device-ipad-off; +} +.#{$ti-prefix}-device-ipad-pause:before { + content: $ti-icon-device-ipad-pause; +} +.#{$ti-prefix}-device-ipad-pin:before { + content: $ti-icon-device-ipad-pin; +} +.#{$ti-prefix}-device-ipad-plus:before { + content: $ti-icon-device-ipad-plus; +} +.#{$ti-prefix}-device-ipad-question:before { + content: $ti-icon-device-ipad-question; +} +.#{$ti-prefix}-device-ipad-search:before { + content: $ti-icon-device-ipad-search; +} +.#{$ti-prefix}-device-ipad-share:before { + content: $ti-icon-device-ipad-share; +} +.#{$ti-prefix}-device-ipad-star:before { + content: $ti-icon-device-ipad-star; +} +.#{$ti-prefix}-device-ipad-up:before { + content: $ti-icon-device-ipad-up; +} +.#{$ti-prefix}-device-ipad-x:before { + content: $ti-icon-device-ipad-x; +} +.#{$ti-prefix}-device-landline-phone:before { + content: $ti-icon-device-landline-phone; +} +.#{$ti-prefix}-device-laptop:before { + content: $ti-icon-device-laptop; +} +.#{$ti-prefix}-device-laptop-off:before { + content: $ti-icon-device-laptop-off; +} +.#{$ti-prefix}-device-mobile:before { + content: $ti-icon-device-mobile; +} +.#{$ti-prefix}-device-mobile-bolt:before { + content: $ti-icon-device-mobile-bolt; +} +.#{$ti-prefix}-device-mobile-cancel:before { + content: $ti-icon-device-mobile-cancel; +} +.#{$ti-prefix}-device-mobile-charging:before { + content: $ti-icon-device-mobile-charging; +} +.#{$ti-prefix}-device-mobile-check:before { + content: $ti-icon-device-mobile-check; +} +.#{$ti-prefix}-device-mobile-code:before { + content: $ti-icon-device-mobile-code; +} +.#{$ti-prefix}-device-mobile-cog:before { + content: $ti-icon-device-mobile-cog; +} +.#{$ti-prefix}-device-mobile-dollar:before { + content: $ti-icon-device-mobile-dollar; +} +.#{$ti-prefix}-device-mobile-down:before { + content: $ti-icon-device-mobile-down; +} +.#{$ti-prefix}-device-mobile-exclamation:before { + content: $ti-icon-device-mobile-exclamation; +} +.#{$ti-prefix}-device-mobile-heart:before { + content: $ti-icon-device-mobile-heart; +} +.#{$ti-prefix}-device-mobile-message:before { + content: $ti-icon-device-mobile-message; +} +.#{$ti-prefix}-device-mobile-minus:before { + content: $ti-icon-device-mobile-minus; +} +.#{$ti-prefix}-device-mobile-off:before { + content: $ti-icon-device-mobile-off; +} +.#{$ti-prefix}-device-mobile-pause:before { + content: $ti-icon-device-mobile-pause; +} +.#{$ti-prefix}-device-mobile-pin:before { + content: $ti-icon-device-mobile-pin; +} +.#{$ti-prefix}-device-mobile-plus:before { + content: $ti-icon-device-mobile-plus; +} +.#{$ti-prefix}-device-mobile-question:before { + content: $ti-icon-device-mobile-question; +} +.#{$ti-prefix}-device-mobile-rotated:before { + content: $ti-icon-device-mobile-rotated; +} +.#{$ti-prefix}-device-mobile-search:before { + content: $ti-icon-device-mobile-search; +} +.#{$ti-prefix}-device-mobile-share:before { + content: $ti-icon-device-mobile-share; +} +.#{$ti-prefix}-device-mobile-star:before { + content: $ti-icon-device-mobile-star; +} +.#{$ti-prefix}-device-mobile-up:before { + content: $ti-icon-device-mobile-up; +} +.#{$ti-prefix}-device-mobile-vibration:before { + content: $ti-icon-device-mobile-vibration; +} +.#{$ti-prefix}-device-mobile-x:before { + content: $ti-icon-device-mobile-x; +} +.#{$ti-prefix}-device-nintendo:before { + content: $ti-icon-device-nintendo; +} +.#{$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-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-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; +} +.#{$ti-prefix}-device-tablet-cancel:before { + content: $ti-icon-device-tablet-cancel; +} +.#{$ti-prefix}-device-tablet-check:before { + content: $ti-icon-device-tablet-check; +} +.#{$ti-prefix}-device-tablet-code:before { + content: $ti-icon-device-tablet-code; +} +.#{$ti-prefix}-device-tablet-cog:before { + content: $ti-icon-device-tablet-cog; +} +.#{$ti-prefix}-device-tablet-dollar:before { + content: $ti-icon-device-tablet-dollar; +} +.#{$ti-prefix}-device-tablet-down:before { + content: $ti-icon-device-tablet-down; +} +.#{$ti-prefix}-device-tablet-exclamation:before { + content: $ti-icon-device-tablet-exclamation; +} +.#{$ti-prefix}-device-tablet-heart:before { + content: $ti-icon-device-tablet-heart; +} +.#{$ti-prefix}-device-tablet-minus:before { + content: $ti-icon-device-tablet-minus; +} +.#{$ti-prefix}-device-tablet-off:before { + content: $ti-icon-device-tablet-off; +} +.#{$ti-prefix}-device-tablet-pause:before { + content: $ti-icon-device-tablet-pause; +} +.#{$ti-prefix}-device-tablet-pin:before { + content: $ti-icon-device-tablet-pin; +} +.#{$ti-prefix}-device-tablet-plus:before { + content: $ti-icon-device-tablet-plus; +} +.#{$ti-prefix}-device-tablet-question:before { + content: $ti-icon-device-tablet-question; +} +.#{$ti-prefix}-device-tablet-search:before { + content: $ti-icon-device-tablet-search; +} +.#{$ti-prefix}-device-tablet-share:before { + content: $ti-icon-device-tablet-share; +} +.#{$ti-prefix}-device-tablet-star:before { + content: $ti-icon-device-tablet-star; +} +.#{$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-off:before { + content: $ti-icon-device-tv-off; +} +.#{$ti-prefix}-device-tv-old:before { + content: $ti-icon-device-tv-old; +} +.#{$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}-device-watch-bolt:before { + content: $ti-icon-device-watch-bolt; +} +.#{$ti-prefix}-device-watch-cancel:before { + content: $ti-icon-device-watch-cancel; +} +.#{$ti-prefix}-device-watch-check:before { + content: $ti-icon-device-watch-check; +} +.#{$ti-prefix}-device-watch-code:before { + content: $ti-icon-device-watch-code; +} +.#{$ti-prefix}-device-watch-cog:before { + content: $ti-icon-device-watch-cog; +} +.#{$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-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; +} +.#{$ti-prefix}-device-watch-pause:before { + content: $ti-icon-device-watch-pause; +} +.#{$ti-prefix}-device-watch-pin:before { + content: $ti-icon-device-watch-pin; +} +.#{$ti-prefix}-device-watch-plus:before { + content: $ti-icon-device-watch-plus; +} +.#{$ti-prefix}-device-watch-question:before { + content: $ti-icon-device-watch-question; +} +.#{$ti-prefix}-device-watch-search:before { + content: $ti-icon-device-watch-search; +} +.#{$ti-prefix}-device-watch-share:before { + content: $ti-icon-device-watch-share; +} +.#{$ti-prefix}-device-watch-star:before { + content: $ti-icon-device-watch-star; +} +.#{$ti-prefix}-device-watch-stats:before { + content: $ti-icon-device-watch-stats; +} +.#{$ti-prefix}-device-watch-stats-2:before { + content: $ti-icon-device-watch-stats-2; +} +.#{$ti-prefix}-device-watch-up:before { + content: $ti-icon-device-watch-up; +} +.#{$ti-prefix}-device-watch-x:before { + content: $ti-icon-device-watch-x; +} +.#{$ti-prefix}-devices:before { + content: $ti-icon-devices; +} +.#{$ti-prefix}-devices-2:before { + content: $ti-icon-devices-2; +} +.#{$ti-prefix}-devices-bolt:before { + content: $ti-icon-devices-bolt; +} +.#{$ti-prefix}-devices-cancel:before { + content: $ti-icon-devices-cancel; +} +.#{$ti-prefix}-devices-check:before { + content: $ti-icon-devices-check; +} +.#{$ti-prefix}-devices-code:before { + content: $ti-icon-devices-code; +} +.#{$ti-prefix}-devices-cog:before { + content: $ti-icon-devices-cog; +} +.#{$ti-prefix}-devices-dollar:before { + content: $ti-icon-devices-dollar; +} +.#{$ti-prefix}-devices-down:before { + content: $ti-icon-devices-down; +} +.#{$ti-prefix}-devices-exclamation:before { + content: $ti-icon-devices-exclamation; +} +.#{$ti-prefix}-devices-heart:before { + content: $ti-icon-devices-heart; +} +.#{$ti-prefix}-devices-minus:before { + content: $ti-icon-devices-minus; +} +.#{$ti-prefix}-devices-off:before { + content: $ti-icon-devices-off; +} +.#{$ti-prefix}-devices-pause:before { + content: $ti-icon-devices-pause; +} +.#{$ti-prefix}-devices-pc:before { + content: $ti-icon-devices-pc; +} +.#{$ti-prefix}-devices-pc-off:before { + content: $ti-icon-devices-pc-off; +} +.#{$ti-prefix}-devices-pin:before { + content: $ti-icon-devices-pin; +} +.#{$ti-prefix}-devices-plus:before { + content: $ti-icon-devices-plus; +} +.#{$ti-prefix}-devices-question:before { + content: $ti-icon-devices-question; +} +.#{$ti-prefix}-devices-search:before { + content: $ti-icon-devices-search; +} +.#{$ti-prefix}-devices-share:before { + content: $ti-icon-devices-share; +} +.#{$ti-prefix}-devices-star:before { + content: $ti-icon-devices-star; +} +.#{$ti-prefix}-devices-up:before { + content: $ti-icon-devices-up; +} +.#{$ti-prefix}-devices-x:before { + content: $ti-icon-devices-x; +} +.#{$ti-prefix}-diabolo:before { + content: $ti-icon-diabolo; +} +.#{$ti-prefix}-diabolo-off:before { + content: $ti-icon-diabolo-off; +} +.#{$ti-prefix}-diabolo-plus:before { + content: $ti-icon-diabolo-plus; +} +.#{$ti-prefix}-dialpad:before { + content: $ti-icon-dialpad; +} +.#{$ti-prefix}-dialpad-off:before { + content: $ti-icon-dialpad-off; +} +.#{$ti-prefix}-diamond:before { + content: $ti-icon-diamond; +} +.#{$ti-prefix}-diamond-off:before { + content: $ti-icon-diamond-off; +} +.#{$ti-prefix}-diamonds:before { + content: $ti-icon-diamonds; +} +.#{$ti-prefix}-dice:before { + content: $ti-icon-dice; +} +.#{$ti-prefix}-dice-1:before { + content: $ti-icon-dice-1; +} +.#{$ti-prefix}-dice-2:before { + content: $ti-icon-dice-2; +} +.#{$ti-prefix}-dice-3:before { + content: $ti-icon-dice-3; +} +.#{$ti-prefix}-dice-4:before { + content: $ti-icon-dice-4; +} +.#{$ti-prefix}-dice-5:before { + content: $ti-icon-dice-5; +} +.#{$ti-prefix}-dice-6:before { + content: $ti-icon-dice-6; +} +.#{$ti-prefix}-dimensions:before { + content: $ti-icon-dimensions; +} +.#{$ti-prefix}-direction:before { + content: $ti-icon-direction; +} +.#{$ti-prefix}-direction-arrows:before { + content: $ti-icon-direction-arrows; +} +.#{$ti-prefix}-direction-horizontal:before { + content: $ti-icon-direction-horizontal; +} +.#{$ti-prefix}-direction-sign:before { + content: $ti-icon-direction-sign; +} +.#{$ti-prefix}-direction-sign-off:before { + content: $ti-icon-direction-sign-off; +} +.#{$ti-prefix}-directions:before { + content: $ti-icon-directions; +} +.#{$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-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-off:before { + content: $ti-icon-discount-off; +} +.#{$ti-prefix}-divide:before { + content: $ti-icon-divide; +} +.#{$ti-prefix}-dna:before { + content: $ti-icon-dna; +} +.#{$ti-prefix}-dna-2:before { + content: $ti-icon-dna-2; +} +.#{$ti-prefix}-dna-2-off:before { + content: $ti-icon-dna-2-off; +} +.#{$ti-prefix}-dna-off:before { + content: $ti-icon-dna-off; +} +.#{$ti-prefix}-dog:before { + content: $ti-icon-dog; +} +.#{$ti-prefix}-dog-bowl:before { + content: $ti-icon-dog-bowl; +} +.#{$ti-prefix}-door:before { + content: $ti-icon-door; +} +.#{$ti-prefix}-door-enter:before { + content: $ti-icon-door-enter; +} +.#{$ti-prefix}-door-exit:before { + content: $ti-icon-door-exit; +} +.#{$ti-prefix}-door-off:before { + content: $ti-icon-door-off; +} +.#{$ti-prefix}-dots:before { + content: $ti-icon-dots; +} +.#{$ti-prefix}-dots-circle-horizontal:before { + content: $ti-icon-dots-circle-horizontal; +} +.#{$ti-prefix}-dots-diagonal:before { + content: $ti-icon-dots-diagonal; +} +.#{$ti-prefix}-dots-diagonal-2:before { + content: $ti-icon-dots-diagonal-2; +} +.#{$ti-prefix}-dots-vertical:before { + content: $ti-icon-dots-vertical; +} +.#{$ti-prefix}-download:before { + content: $ti-icon-download; +} +.#{$ti-prefix}-download-off:before { + content: $ti-icon-download-off; +} +.#{$ti-prefix}-drag-drop:before { + content: $ti-icon-drag-drop; +} +.#{$ti-prefix}-drag-drop-2:before { + content: $ti-icon-drag-drop-2; +} +.#{$ti-prefix}-drone:before { + content: $ti-icon-drone; +} +.#{$ti-prefix}-drone-off:before { + content: $ti-icon-drone-off; +} +.#{$ti-prefix}-drop-circle:before { + content: $ti-icon-drop-circle; +} +.#{$ti-prefix}-droplet:before { + content: $ti-icon-droplet; +} +.#{$ti-prefix}-droplet-bolt:before { + content: $ti-icon-droplet-bolt; +} +.#{$ti-prefix}-droplet-cancel:before { + content: $ti-icon-droplet-cancel; +} +.#{$ti-prefix}-droplet-check:before { + content: $ti-icon-droplet-check; +} +.#{$ti-prefix}-droplet-code:before { + content: $ti-icon-droplet-code; +} +.#{$ti-prefix}-droplet-cog:before { + content: $ti-icon-droplet-cog; +} +.#{$ti-prefix}-droplet-dollar:before { + content: $ti-icon-droplet-dollar; +} +.#{$ti-prefix}-droplet-down:before { + content: $ti-icon-droplet-down; +} +.#{$ti-prefix}-droplet-exclamation:before { + content: $ti-icon-droplet-exclamation; +} +.#{$ti-prefix}-droplet-half:before { + content: $ti-icon-droplet-half; +} +.#{$ti-prefix}-droplet-half-2:before { + content: $ti-icon-droplet-half-2; +} +.#{$ti-prefix}-droplet-heart:before { + content: $ti-icon-droplet-heart; +} +.#{$ti-prefix}-droplet-minus:before { + content: $ti-icon-droplet-minus; +} +.#{$ti-prefix}-droplet-off:before { + content: $ti-icon-droplet-off; +} +.#{$ti-prefix}-droplet-pause:before { + content: $ti-icon-droplet-pause; +} +.#{$ti-prefix}-droplet-pin:before { + content: $ti-icon-droplet-pin; +} +.#{$ti-prefix}-droplet-plus:before { + content: $ti-icon-droplet-plus; +} +.#{$ti-prefix}-droplet-question:before { + content: $ti-icon-droplet-question; +} +.#{$ti-prefix}-droplet-search:before { + content: $ti-icon-droplet-search; +} +.#{$ti-prefix}-droplet-share:before { + content: $ti-icon-droplet-share; +} +.#{$ti-prefix}-droplet-star:before { + content: $ti-icon-droplet-star; +} +.#{$ti-prefix}-droplet-up:before { + content: $ti-icon-droplet-up; +} +.#{$ti-prefix}-droplet-x:before { + content: $ti-icon-droplet-x; +} +.#{$ti-prefix}-droplets:before { + content: $ti-icon-droplets; +} +.#{$ti-prefix}-dual-screen:before { + content: $ti-icon-dual-screen; +} +.#{$ti-prefix}-e-passport:before { + content: $ti-icon-e-passport; +} +.#{$ti-prefix}-ear:before { + content: $ti-icon-ear; +} +.#{$ti-prefix}-ear-off:before { + content: $ti-icon-ear-off; +} +.#{$ti-prefix}-ear-scan:before { + content: $ti-icon-ear-scan; +} +.#{$ti-prefix}-ease-in:before { + content: $ti-icon-ease-in; +} +.#{$ti-prefix}-ease-in-control-point:before { + content: $ti-icon-ease-in-control-point; +} +.#{$ti-prefix}-ease-in-out:before { + content: $ti-icon-ease-in-out; +} +.#{$ti-prefix}-ease-in-out-control-points:before { + content: $ti-icon-ease-in-out-control-points; +} +.#{$ti-prefix}-ease-out:before { + content: $ti-icon-ease-out; +} +.#{$ti-prefix}-ease-out-control-point:before { + content: $ti-icon-ease-out-control-point; +} +.#{$ti-prefix}-edit:before { + content: $ti-icon-edit; +} +.#{$ti-prefix}-edit-circle:before { + content: $ti-icon-edit-circle; +} +.#{$ti-prefix}-edit-circle-off:before { + content: $ti-icon-edit-circle-off; +} +.#{$ti-prefix}-edit-off:before { + content: $ti-icon-edit-off; +} +.#{$ti-prefix}-egg:before { + content: $ti-icon-egg; +} +.#{$ti-prefix}-egg-cracked:before { + content: $ti-icon-egg-cracked; +} +.#{$ti-prefix}-egg-fried:before { + content: $ti-icon-egg-fried; +} +.#{$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-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; +} +.#{$ti-prefix}-empathize-off:before { + content: $ti-icon-empathize-off; +} +.#{$ti-prefix}-emphasis:before { + content: $ti-icon-emphasis; +} +.#{$ti-prefix}-engine:before { + content: $ti-icon-engine; +} +.#{$ti-prefix}-engine-off:before { + content: $ti-icon-engine-off; +} +.#{$ti-prefix}-equal:before { + content: $ti-icon-equal; +} +.#{$ti-prefix}-equal-double:before { + content: $ti-icon-equal-double; +} +.#{$ti-prefix}-equal-not:before { + content: $ti-icon-equal-not; +} +.#{$ti-prefix}-eraser:before { + content: $ti-icon-eraser; +} +.#{$ti-prefix}-eraser-off:before { + content: $ti-icon-eraser-off; +} +.#{$ti-prefix}-error-404:before { + content: $ti-icon-error-404; +} +.#{$ti-prefix}-error-404-off:before { + content: $ti-icon-error-404-off; +} +.#{$ti-prefix}-escalator:before { + content: $ti-icon-escalator; +} +.#{$ti-prefix}-escalator-down:before { + content: $ti-icon-escalator-down; +} +.#{$ti-prefix}-escalator-up:before { + content: $ti-icon-escalator-up; +} +.#{$ti-prefix}-exchange:before { + content: $ti-icon-exchange; +} +.#{$ti-prefix}-exchange-off:before { + content: $ti-icon-exchange-off; +} +.#{$ti-prefix}-exclamation-circle:before { + content: $ti-icon-exclamation-circle; +} +.#{$ti-prefix}-exclamation-mark:before { + content: $ti-icon-exclamation-mark; +} +.#{$ti-prefix}-exclamation-mark-off:before { + content: $ti-icon-exclamation-mark-off; +} +.#{$ti-prefix}-explicit:before { + content: $ti-icon-explicit; +} +.#{$ti-prefix}-explicit-off:before { + content: $ti-icon-explicit-off; +} +.#{$ti-prefix}-exposure:before { + content: $ti-icon-exposure; +} +.#{$ti-prefix}-exposure-0:before { + content: $ti-icon-exposure-0; +} +.#{$ti-prefix}-exposure-minus-1:before { + content: $ti-icon-exposure-minus-1; +} +.#{$ti-prefix}-exposure-minus-2:before { + content: $ti-icon-exposure-minus-2; +} +.#{$ti-prefix}-exposure-off:before { + content: $ti-icon-exposure-off; +} +.#{$ti-prefix}-exposure-plus-1:before { + content: $ti-icon-exposure-plus-1; +} +.#{$ti-prefix}-exposure-plus-2:before { + content: $ti-icon-exposure-plus-2; +} +.#{$ti-prefix}-external-link:before { + content: $ti-icon-external-link; +} +.#{$ti-prefix}-external-link-off:before { + content: $ti-icon-external-link-off; +} +.#{$ti-prefix}-eye:before { + content: $ti-icon-eye; +} +.#{$ti-prefix}-eye-bolt:before { + content: $ti-icon-eye-bolt; +} +.#{$ti-prefix}-eye-cancel:before { + content: $ti-icon-eye-cancel; +} +.#{$ti-prefix}-eye-check:before { + content: $ti-icon-eye-check; +} +.#{$ti-prefix}-eye-closed:before { + content: $ti-icon-eye-closed; +} +.#{$ti-prefix}-eye-code:before { + content: $ti-icon-eye-code; +} +.#{$ti-prefix}-eye-cog:before { + content: $ti-icon-eye-cog; +} +.#{$ti-prefix}-eye-discount:before { + content: $ti-icon-eye-discount; +} +.#{$ti-prefix}-eye-dollar:before { + content: $ti-icon-eye-dollar; +} +.#{$ti-prefix}-eye-down:before { + content: $ti-icon-eye-down; +} +.#{$ti-prefix}-eye-edit:before { + content: $ti-icon-eye-edit; +} +.#{$ti-prefix}-eye-exclamation:before { + content: $ti-icon-eye-exclamation; +} +.#{$ti-prefix}-eye-heart:before { + content: $ti-icon-eye-heart; +} +.#{$ti-prefix}-eye-minus:before { + content: $ti-icon-eye-minus; +} +.#{$ti-prefix}-eye-off:before { + content: $ti-icon-eye-off; +} +.#{$ti-prefix}-eye-pause:before { + content: $ti-icon-eye-pause; +} +.#{$ti-prefix}-eye-pin:before { + content: $ti-icon-eye-pin; +} +.#{$ti-prefix}-eye-plus:before { + content: $ti-icon-eye-plus; +} +.#{$ti-prefix}-eye-question:before { + content: $ti-icon-eye-question; +} +.#{$ti-prefix}-eye-search:before { + content: $ti-icon-eye-search; +} +.#{$ti-prefix}-eye-share:before { + content: $ti-icon-eye-share; +} +.#{$ti-prefix}-eye-star:before { + content: $ti-icon-eye-star; +} +.#{$ti-prefix}-eye-table:before { + content: $ti-icon-eye-table; +} +.#{$ti-prefix}-eye-up:before { + content: $ti-icon-eye-up; +} +.#{$ti-prefix}-eye-x:before { + content: $ti-icon-eye-x; +} +.#{$ti-prefix}-eyeglass:before { + content: $ti-icon-eyeglass; +} +.#{$ti-prefix}-eyeglass-2:before { + content: $ti-icon-eyeglass-2; +} +.#{$ti-prefix}-eyeglass-off:before { + content: $ti-icon-eyeglass-off; +} +.#{$ti-prefix}-face-id:before { + content: $ti-icon-face-id; +} +.#{$ti-prefix}-face-id-error:before { + content: $ti-icon-face-id-error; +} +.#{$ti-prefix}-face-mask:before { + content: $ti-icon-face-mask; +} +.#{$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}-feather:before { + content: $ti-icon-feather; +} +.#{$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}-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; +} +.#{$ti-prefix}-file-alert:before { + content: $ti-icon-file-alert; +} +.#{$ti-prefix}-file-analytics:before { + content: $ti-icon-file-analytics; +} +.#{$ti-prefix}-file-arrow-left:before { + content: $ti-icon-file-arrow-left; +} +.#{$ti-prefix}-file-arrow-right:before { + content: $ti-icon-file-arrow-right; +} +.#{$ti-prefix}-file-barcode:before { + content: $ti-icon-file-barcode; +} +.#{$ti-prefix}-file-broken:before { + content: $ti-icon-file-broken; +} +.#{$ti-prefix}-file-certificate:before { + content: $ti-icon-file-certificate; +} +.#{$ti-prefix}-file-chart:before { + content: $ti-icon-file-chart; +} +.#{$ti-prefix}-file-check:before { + content: $ti-icon-file-check; +} +.#{$ti-prefix}-file-code:before { + content: $ti-icon-file-code; +} +.#{$ti-prefix}-file-code-2:before { + content: $ti-icon-file-code-2; +} +.#{$ti-prefix}-file-cv:before { + content: $ti-icon-file-cv; +} +.#{$ti-prefix}-file-database:before { + content: $ti-icon-file-database; +} +.#{$ti-prefix}-file-delta:before { + content: $ti-icon-file-delta; +} +.#{$ti-prefix}-file-description:before { + content: $ti-icon-file-description; +} +.#{$ti-prefix}-file-diff:before { + content: $ti-icon-file-diff; +} +.#{$ti-prefix}-file-digit:before { + content: $ti-icon-file-digit; +} +.#{$ti-prefix}-file-dislike:before { + content: $ti-icon-file-dislike; +} +.#{$ti-prefix}-file-dollar:before { + content: $ti-icon-file-dollar; +} +.#{$ti-prefix}-file-dots:before { + content: $ti-icon-file-dots; +} +.#{$ti-prefix}-file-download:before { + content: $ti-icon-file-download; +} +.#{$ti-prefix}-file-euro:before { + content: $ti-icon-file-euro; +} +.#{$ti-prefix}-file-export:before { + content: $ti-icon-file-export; +} +.#{$ti-prefix}-file-function:before { + content: $ti-icon-file-function; +} +.#{$ti-prefix}-file-horizontal:before { + content: $ti-icon-file-horizontal; +} +.#{$ti-prefix}-file-import:before { + content: $ti-icon-file-import; +} +.#{$ti-prefix}-file-infinity:before { + content: $ti-icon-file-infinity; +} +.#{$ti-prefix}-file-info:before { + content: $ti-icon-file-info; +} +.#{$ti-prefix}-file-invoice:before { + content: $ti-icon-file-invoice; +} +.#{$ti-prefix}-file-lambda:before { + content: $ti-icon-file-lambda; +} +.#{$ti-prefix}-file-like:before { + content: $ti-icon-file-like; +} +.#{$ti-prefix}-file-minus:before { + content: $ti-icon-file-minus; +} +.#{$ti-prefix}-file-music:before { + content: $ti-icon-file-music; +} +.#{$ti-prefix}-file-neutral:before { + content: $ti-icon-file-neutral; +} +.#{$ti-prefix}-file-off:before { + content: $ti-icon-file-off; +} +.#{$ti-prefix}-file-orientation:before { + content: $ti-icon-file-orientation; +} +.#{$ti-prefix}-file-pencil:before { + content: $ti-icon-file-pencil; +} +.#{$ti-prefix}-file-percent:before { + content: $ti-icon-file-percent; +} +.#{$ti-prefix}-file-phone:before { + content: $ti-icon-file-phone; +} +.#{$ti-prefix}-file-plus:before { + content: $ti-icon-file-plus; +} +.#{$ti-prefix}-file-power:before { + content: $ti-icon-file-power; +} +.#{$ti-prefix}-file-report:before { + content: $ti-icon-file-report; +} +.#{$ti-prefix}-file-rss:before { + content: $ti-icon-file-rss; +} +.#{$ti-prefix}-file-sad:before { + content: $ti-icon-file-sad; +} +.#{$ti-prefix}-file-scissors:before { + content: $ti-icon-file-scissors; +} +.#{$ti-prefix}-file-search:before { + content: $ti-icon-file-search; +} +.#{$ti-prefix}-file-settings:before { + content: $ti-icon-file-settings; +} +.#{$ti-prefix}-file-shredder:before { + content: $ti-icon-file-shredder; +} +.#{$ti-prefix}-file-signal:before { + content: $ti-icon-file-signal; +} +.#{$ti-prefix}-file-smile:before { + content: $ti-icon-file-smile; +} +.#{$ti-prefix}-file-spreadsheet:before { + content: $ti-icon-file-spreadsheet; +} +.#{$ti-prefix}-file-stack:before { + content: $ti-icon-file-stack; +} +.#{$ti-prefix}-file-star:before { + content: $ti-icon-file-star; +} +.#{$ti-prefix}-file-symlink:before { + content: $ti-icon-file-symlink; +} +.#{$ti-prefix}-file-text:before { + content: $ti-icon-file-text; +} +.#{$ti-prefix}-file-text-ai:before { + content: $ti-icon-file-text-ai; +} +.#{$ti-prefix}-file-time:before { + content: $ti-icon-file-time; +} +.#{$ti-prefix}-file-type-bmp:before { + content: $ti-icon-file-type-bmp; +} +.#{$ti-prefix}-file-type-css:before { + content: $ti-icon-file-type-css; +} +.#{$ti-prefix}-file-type-csv:before { + content: $ti-icon-file-type-csv; +} +.#{$ti-prefix}-file-type-doc:before { + content: $ti-icon-file-type-doc; +} +.#{$ti-prefix}-file-type-docx:before { + content: $ti-icon-file-type-docx; +} +.#{$ti-prefix}-file-type-html:before { + content: $ti-icon-file-type-html; +} +.#{$ti-prefix}-file-type-jpg:before { + content: $ti-icon-file-type-jpg; +} +.#{$ti-prefix}-file-type-js:before { + content: $ti-icon-file-type-js; +} +.#{$ti-prefix}-file-type-jsx:before { + content: $ti-icon-file-type-jsx; +} +.#{$ti-prefix}-file-type-pdf:before { + content: $ti-icon-file-type-pdf; +} +.#{$ti-prefix}-file-type-php:before { + content: $ti-icon-file-type-php; +} +.#{$ti-prefix}-file-type-png:before { + content: $ti-icon-file-type-png; +} +.#{$ti-prefix}-file-type-ppt:before { + content: $ti-icon-file-type-ppt; +} +.#{$ti-prefix}-file-type-rs:before { + content: $ti-icon-file-type-rs; +} +.#{$ti-prefix}-file-type-sql:before { + content: $ti-icon-file-type-sql; +} +.#{$ti-prefix}-file-type-svg:before { + content: $ti-icon-file-type-svg; +} +.#{$ti-prefix}-file-type-ts:before { + content: $ti-icon-file-type-ts; +} +.#{$ti-prefix}-file-type-tsx:before { + content: $ti-icon-file-type-tsx; +} +.#{$ti-prefix}-file-type-txt:before { + content: $ti-icon-file-type-txt; +} +.#{$ti-prefix}-file-type-vue:before { + content: $ti-icon-file-type-vue; +} +.#{$ti-prefix}-file-type-xls:before { + content: $ti-icon-file-type-xls; +} +.#{$ti-prefix}-file-type-xml:before { + content: $ti-icon-file-type-xml; +} +.#{$ti-prefix}-file-type-zip:before { + content: $ti-icon-file-type-zip; +} +.#{$ti-prefix}-file-typography:before { + content: $ti-icon-file-typography; +} +.#{$ti-prefix}-file-unknown:before { + content: $ti-icon-file-unknown; +} +.#{$ti-prefix}-file-upload:before { + content: $ti-icon-file-upload; +} +.#{$ti-prefix}-file-vector:before { + content: $ti-icon-file-vector; +} +.#{$ti-prefix}-file-x:before { + content: $ti-icon-file-x; +} +.#{$ti-prefix}-file-zip:before { + content: $ti-icon-file-zip; +} +.#{$ti-prefix}-files:before { + content: $ti-icon-files; +} +.#{$ti-prefix}-files-off:before { + content: $ti-icon-files-off; +} +.#{$ti-prefix}-filter:before { + content: $ti-icon-filter; +} +.#{$ti-prefix}-filter-bolt:before { + content: $ti-icon-filter-bolt; +} +.#{$ti-prefix}-filter-cancel:before { + content: $ti-icon-filter-cancel; +} +.#{$ti-prefix}-filter-check:before { + content: $ti-icon-filter-check; +} +.#{$ti-prefix}-filter-code:before { + content: $ti-icon-filter-code; +} +.#{$ti-prefix}-filter-cog:before { + content: $ti-icon-filter-cog; +} +.#{$ti-prefix}-filter-discount:before { + content: $ti-icon-filter-discount; +} +.#{$ti-prefix}-filter-dollar:before { + content: $ti-icon-filter-dollar; +} +.#{$ti-prefix}-filter-down:before { + content: $ti-icon-filter-down; +} +.#{$ti-prefix}-filter-edit:before { + content: $ti-icon-filter-edit; +} +.#{$ti-prefix}-filter-exclamation:before { + content: $ti-icon-filter-exclamation; +} +.#{$ti-prefix}-filter-heart:before { + content: $ti-icon-filter-heart; +} +.#{$ti-prefix}-filter-minus:before { + content: $ti-icon-filter-minus; +} +.#{$ti-prefix}-filter-off:before { + content: $ti-icon-filter-off; +} +.#{$ti-prefix}-filter-pause:before { + content: $ti-icon-filter-pause; +} +.#{$ti-prefix}-filter-pin:before { + content: $ti-icon-filter-pin; +} +.#{$ti-prefix}-filter-plus:before { + content: $ti-icon-filter-plus; +} +.#{$ti-prefix}-filter-question:before { + content: $ti-icon-filter-question; +} +.#{$ti-prefix}-filter-search:before { + content: $ti-icon-filter-search; +} +.#{$ti-prefix}-filter-share:before { + content: $ti-icon-filter-share; +} +.#{$ti-prefix}-filter-star:before { + content: $ti-icon-filter-star; +} +.#{$ti-prefix}-filter-up:before { + content: $ti-icon-filter-up; +} +.#{$ti-prefix}-filter-x:before { + content: $ti-icon-filter-x; +} +.#{$ti-prefix}-filters:before { + content: $ti-icon-filters; +} +.#{$ti-prefix}-fingerprint:before { + content: $ti-icon-fingerprint; +} +.#{$ti-prefix}-fingerprint-off:before { + content: $ti-icon-fingerprint-off; +} +.#{$ti-prefix}-fingerprint-scan:before { + content: $ti-icon-fingerprint-scan; +} +.#{$ti-prefix}-fire-extinguisher:before { + content: $ti-icon-fire-extinguisher; +} +.#{$ti-prefix}-fire-hydrant:before { + content: $ti-icon-fire-hydrant; +} +.#{$ti-prefix}-fire-hydrant-off:before { + content: $ti-icon-fire-hydrant-off; +} +.#{$ti-prefix}-firetruck:before { + content: $ti-icon-firetruck; +} +.#{$ti-prefix}-first-aid-kit:before { + content: $ti-icon-first-aid-kit; +} +.#{$ti-prefix}-first-aid-kit-off:before { + content: $ti-icon-first-aid-kit-off; +} +.#{$ti-prefix}-fish:before { + content: $ti-icon-fish; +} +.#{$ti-prefix}-fish-bone:before { + content: $ti-icon-fish-bone; +} +.#{$ti-prefix}-fish-christianity:before { + content: $ti-icon-fish-christianity; +} +.#{$ti-prefix}-fish-hook:before { + content: $ti-icon-fish-hook; +} +.#{$ti-prefix}-fish-hook-off:before { + content: $ti-icon-fish-hook-off; +} +.#{$ti-prefix}-fish-off:before { + content: $ti-icon-fish-off; +} +.#{$ti-prefix}-flag:before { + content: $ti-icon-flag; +} +.#{$ti-prefix}-flag-2:before { + content: $ti-icon-flag-2; +} +.#{$ti-prefix}-flag-2-off:before { + content: $ti-icon-flag-2-off; +} +.#{$ti-prefix}-flag-3:before { + content: $ti-icon-flag-3; +} +.#{$ti-prefix}-flag-bolt:before { + content: $ti-icon-flag-bolt; +} +.#{$ti-prefix}-flag-cancel:before { + content: $ti-icon-flag-cancel; +} +.#{$ti-prefix}-flag-check:before { + content: $ti-icon-flag-check; +} +.#{$ti-prefix}-flag-code:before { + content: $ti-icon-flag-code; +} +.#{$ti-prefix}-flag-cog:before { + content: $ti-icon-flag-cog; +} +.#{$ti-prefix}-flag-discount:before { + content: $ti-icon-flag-discount; +} +.#{$ti-prefix}-flag-dollar:before { + content: $ti-icon-flag-dollar; +} +.#{$ti-prefix}-flag-down:before { + content: $ti-icon-flag-down; +} +.#{$ti-prefix}-flag-exclamation:before { + content: $ti-icon-flag-exclamation; +} +.#{$ti-prefix}-flag-heart:before { + content: $ti-icon-flag-heart; +} +.#{$ti-prefix}-flag-minus:before { + content: $ti-icon-flag-minus; +} +.#{$ti-prefix}-flag-off:before { + content: $ti-icon-flag-off; +} +.#{$ti-prefix}-flag-pause:before { + content: $ti-icon-flag-pause; +} +.#{$ti-prefix}-flag-pin:before { + content: $ti-icon-flag-pin; +} +.#{$ti-prefix}-flag-plus:before { + content: $ti-icon-flag-plus; +} +.#{$ti-prefix}-flag-question:before { + content: $ti-icon-flag-question; +} +.#{$ti-prefix}-flag-search:before { + content: $ti-icon-flag-search; +} +.#{$ti-prefix}-flag-share:before { + content: $ti-icon-flag-share; +} +.#{$ti-prefix}-flag-star:before { + content: $ti-icon-flag-star; +} +.#{$ti-prefix}-flag-up:before { + content: $ti-icon-flag-up; +} +.#{$ti-prefix}-flag-x:before { + content: $ti-icon-flag-x; +} +.#{$ti-prefix}-flame:before { + content: $ti-icon-flame; +} +.#{$ti-prefix}-flame-off:before { + content: $ti-icon-flame-off; +} +.#{$ti-prefix}-flare:before { + content: $ti-icon-flare; +} +.#{$ti-prefix}-flask:before { + content: $ti-icon-flask; +} +.#{$ti-prefix}-flask-2:before { + content: $ti-icon-flask-2; +} +.#{$ti-prefix}-flask-2-off:before { + content: $ti-icon-flask-2-off; +} +.#{$ti-prefix}-flask-off:before { + content: $ti-icon-flask-off; +} +.#{$ti-prefix}-flip-flops:before { + content: $ti-icon-flip-flops; +} +.#{$ti-prefix}-flip-horizontal:before { + content: $ti-icon-flip-horizontal; +} +.#{$ti-prefix}-flip-vertical:before { + content: $ti-icon-flip-vertical; +} +.#{$ti-prefix}-float-center:before { + content: $ti-icon-float-center; +} +.#{$ti-prefix}-float-left:before { + content: $ti-icon-float-left; +} +.#{$ti-prefix}-float-none:before { + content: $ti-icon-float-none; +} +.#{$ti-prefix}-float-right:before { + content: $ti-icon-float-right; +} +.#{$ti-prefix}-flower:before { + content: $ti-icon-flower; +} +.#{$ti-prefix}-flower-off:before { + content: $ti-icon-flower-off; +} +.#{$ti-prefix}-focus:before { + content: $ti-icon-focus; +} +.#{$ti-prefix}-focus-2:before { + content: $ti-icon-focus-2; +} +.#{$ti-prefix}-focus-auto:before { + content: $ti-icon-focus-auto; +} +.#{$ti-prefix}-focus-centered:before { + content: $ti-icon-focus-centered; +} +.#{$ti-prefix}-fold:before { + content: $ti-icon-fold; +} +.#{$ti-prefix}-fold-down:before { + content: $ti-icon-fold-down; +} +.#{$ti-prefix}-fold-up:before { + content: $ti-icon-fold-up; +} +.#{$ti-prefix}-folder:before { + content: $ti-icon-folder; +} +.#{$ti-prefix}-folder-bolt:before { + content: $ti-icon-folder-bolt; +} +.#{$ti-prefix}-folder-cancel:before { + content: $ti-icon-folder-cancel; +} +.#{$ti-prefix}-folder-check:before { + content: $ti-icon-folder-check; +} +.#{$ti-prefix}-folder-code:before { + content: $ti-icon-folder-code; +} +.#{$ti-prefix}-folder-cog:before { + content: $ti-icon-folder-cog; +} +.#{$ti-prefix}-folder-dollar:before { + content: $ti-icon-folder-dollar; +} +.#{$ti-prefix}-folder-down:before { + content: $ti-icon-folder-down; +} +.#{$ti-prefix}-folder-exclamation:before { + content: $ti-icon-folder-exclamation; +} +.#{$ti-prefix}-folder-heart:before { + content: $ti-icon-folder-heart; +} +.#{$ti-prefix}-folder-minus:before { + content: $ti-icon-folder-minus; +} +.#{$ti-prefix}-folder-off:before { + content: $ti-icon-folder-off; +} +.#{$ti-prefix}-folder-open:before { + content: $ti-icon-folder-open; +} +.#{$ti-prefix}-folder-pause:before { + content: $ti-icon-folder-pause; +} +.#{$ti-prefix}-folder-pin:before { + content: $ti-icon-folder-pin; +} +.#{$ti-prefix}-folder-plus:before { + content: $ti-icon-folder-plus; +} +.#{$ti-prefix}-folder-question:before { + content: $ti-icon-folder-question; +} +.#{$ti-prefix}-folder-root:before { + content: $ti-icon-folder-root; +} +.#{$ti-prefix}-folder-search:before { + content: $ti-icon-folder-search; +} +.#{$ti-prefix}-folder-share:before { + content: $ti-icon-folder-share; +} +.#{$ti-prefix}-folder-star:before { + content: $ti-icon-folder-star; +} +.#{$ti-prefix}-folder-symlink:before { + content: $ti-icon-folder-symlink; +} +.#{$ti-prefix}-folder-up:before { + content: $ti-icon-folder-up; +} +.#{$ti-prefix}-folder-x:before { + content: $ti-icon-folder-x; +} +.#{$ti-prefix}-folders:before { + content: $ti-icon-folders; +} +.#{$ti-prefix}-folders-off:before { + content: $ti-icon-folders-off; +} +.#{$ti-prefix}-forbid:before { + content: $ti-icon-forbid; +} +.#{$ti-prefix}-forbid-2:before { + content: $ti-icon-forbid-2; +} +.#{$ti-prefix}-forklift:before { + content: $ti-icon-forklift; +} +.#{$ti-prefix}-forms:before { + content: $ti-icon-forms; +} +.#{$ti-prefix}-fountain:before { + content: $ti-icon-fountain; +} +.#{$ti-prefix}-fountain-off:before { + content: $ti-icon-fountain-off; +} +.#{$ti-prefix}-frame:before { + content: $ti-icon-frame; +} +.#{$ti-prefix}-frame-off:before { + content: $ti-icon-frame-off; +} +.#{$ti-prefix}-free-rights:before { + content: $ti-icon-free-rights; +} +.#{$ti-prefix}-freeze-column:before { + content: $ti-icon-freeze-column; +} +.#{$ti-prefix}-freeze-row:before { + content: $ti-icon-freeze-row; +} +.#{$ti-prefix}-freeze-row-column:before { + content: $ti-icon-freeze-row-column; +} +.#{$ti-prefix}-fridge:before { + content: $ti-icon-fridge; +} +.#{$ti-prefix}-fridge-off:before { + content: $ti-icon-fridge-off; +} +.#{$ti-prefix}-friends:before { + content: $ti-icon-friends; +} +.#{$ti-prefix}-friends-off:before { + content: $ti-icon-friends-off; +} +.#{$ti-prefix}-frustum:before { + content: $ti-icon-frustum; +} +.#{$ti-prefix}-frustum-off:before { + content: $ti-icon-frustum-off; +} +.#{$ti-prefix}-frustum-plus:before { + content: $ti-icon-frustum-plus; +} +.#{$ti-prefix}-function:before { + content: $ti-icon-function; +} +.#{$ti-prefix}-function-off:before { + content: $ti-icon-function-off; +} +.#{$ti-prefix}-galaxy:before { + content: $ti-icon-galaxy; +} +.#{$ti-prefix}-garden-cart:before { + content: $ti-icon-garden-cart; +} +.#{$ti-prefix}-garden-cart-off:before { + content: $ti-icon-garden-cart-off; +} +.#{$ti-prefix}-gas-station:before { + content: $ti-icon-gas-station; +} +.#{$ti-prefix}-gas-station-off:before { + content: $ti-icon-gas-station-off; +} +.#{$ti-prefix}-gauge:before { + content: $ti-icon-gauge; +} +.#{$ti-prefix}-gauge-off:before { + content: $ti-icon-gauge-off; +} +.#{$ti-prefix}-gavel:before { + content: $ti-icon-gavel; +} +.#{$ti-prefix}-gender-agender:before { + content: $ti-icon-gender-agender; +} +.#{$ti-prefix}-gender-androgyne:before { + content: $ti-icon-gender-androgyne; +} +.#{$ti-prefix}-gender-bigender:before { + content: $ti-icon-gender-bigender; +} +.#{$ti-prefix}-gender-demiboy:before { + content: $ti-icon-gender-demiboy; +} +.#{$ti-prefix}-gender-demigirl:before { + content: $ti-icon-gender-demigirl; +} +.#{$ti-prefix}-gender-epicene:before { + content: $ti-icon-gender-epicene; +} +.#{$ti-prefix}-gender-female:before { + content: $ti-icon-gender-female; +} +.#{$ti-prefix}-gender-femme:before { + content: $ti-icon-gender-femme; +} +.#{$ti-prefix}-gender-genderfluid:before { + content: $ti-icon-gender-genderfluid; +} +.#{$ti-prefix}-gender-genderless:before { + content: $ti-icon-gender-genderless; +} +.#{$ti-prefix}-gender-genderqueer:before { + content: $ti-icon-gender-genderqueer; +} +.#{$ti-prefix}-gender-hermaphrodite:before { + content: $ti-icon-gender-hermaphrodite; +} +.#{$ti-prefix}-gender-intergender:before { + content: $ti-icon-gender-intergender; +} +.#{$ti-prefix}-gender-male:before { + content: $ti-icon-gender-male; +} +.#{$ti-prefix}-gender-neutrois:before { + content: $ti-icon-gender-neutrois; +} +.#{$ti-prefix}-gender-third:before { + content: $ti-icon-gender-third; +} +.#{$ti-prefix}-gender-transgender:before { + content: $ti-icon-gender-transgender; +} +.#{$ti-prefix}-gender-trasvesti:before { + content: $ti-icon-gender-trasvesti; +} +.#{$ti-prefix}-geometry:before { + content: $ti-icon-geometry; +} +.#{$ti-prefix}-ghost:before { + content: $ti-icon-ghost; +} +.#{$ti-prefix}-ghost-2:before { + content: $ti-icon-ghost-2; +} +.#{$ti-prefix}-ghost-3:before { + content: $ti-icon-ghost-3; +} +.#{$ti-prefix}-ghost-off:before { + content: $ti-icon-ghost-off; +} +.#{$ti-prefix}-gif:before { + content: $ti-icon-gif; +} +.#{$ti-prefix}-gift:before { + content: $ti-icon-gift; +} +.#{$ti-prefix}-gift-card:before { + content: $ti-icon-gift-card; +} +.#{$ti-prefix}-gift-off:before { + content: $ti-icon-gift-off; +} +.#{$ti-prefix}-git-branch:before { + content: $ti-icon-git-branch; +} +.#{$ti-prefix}-git-branch-deleted:before { + content: $ti-icon-git-branch-deleted; +} +.#{$ti-prefix}-git-cherry-pick:before { + content: $ti-icon-git-cherry-pick; +} +.#{$ti-prefix}-git-commit:before { + content: $ti-icon-git-commit; +} +.#{$ti-prefix}-git-compare:before { + content: $ti-icon-git-compare; +} +.#{$ti-prefix}-git-fork:before { + content: $ti-icon-git-fork; +} +.#{$ti-prefix}-git-merge:before { + content: $ti-icon-git-merge; +} +.#{$ti-prefix}-git-pull-request:before { + content: $ti-icon-git-pull-request; +} +.#{$ti-prefix}-git-pull-request-closed:before { + content: $ti-icon-git-pull-request-closed; +} +.#{$ti-prefix}-git-pull-request-draft:before { + content: $ti-icon-git-pull-request-draft; +} +.#{$ti-prefix}-gizmo:before { + content: $ti-icon-gizmo; +} +.#{$ti-prefix}-glass:before { + content: $ti-icon-glass; +} +.#{$ti-prefix}-glass-champagne:before { + content: $ti-icon-glass-champagne; +} +.#{$ti-prefix}-glass-cocktail:before { + content: $ti-icon-glass-cocktail; +} +.#{$ti-prefix}-glass-full:before { + content: $ti-icon-glass-full; +} +.#{$ti-prefix}-glass-gin:before { + content: $ti-icon-glass-gin; +} +.#{$ti-prefix}-glass-off:before { + content: $ti-icon-glass-off; +} +.#{$ti-prefix}-globe:before { + content: $ti-icon-globe; +} +.#{$ti-prefix}-globe-off:before { + content: $ti-icon-globe-off; +} +.#{$ti-prefix}-go-game:before { + content: $ti-icon-go-game; +} +.#{$ti-prefix}-golf:before { + content: $ti-icon-golf; +} +.#{$ti-prefix}-golf-off:before { + content: $ti-icon-golf-off; +} +.#{$ti-prefix}-gps:before { + content: $ti-icon-gps; +} +.#{$ti-prefix}-gradienter:before { + content: $ti-icon-gradienter; +} +.#{$ti-prefix}-grain:before { + content: $ti-icon-grain; +} +.#{$ti-prefix}-graph:before { + content: $ti-icon-graph; +} +.#{$ti-prefix}-graph-off:before { + content: $ti-icon-graph-off; +} +.#{$ti-prefix}-grave:before { + content: $ti-icon-grave; +} +.#{$ti-prefix}-grave-2:before { + content: $ti-icon-grave-2; +} +.#{$ti-prefix}-grid-3x3:before { + content: $ti-icon-grid-3x3; +} +.#{$ti-prefix}-grid-4x4:before { + content: $ti-icon-grid-4x4; +} +.#{$ti-prefix}-grid-dots:before { + content: $ti-icon-grid-dots; +} +.#{$ti-prefix}-grid-goldenratio:before { + content: $ti-icon-grid-goldenratio; +} +.#{$ti-prefix}-grid-pattern:before { + content: $ti-icon-grid-pattern; +} +.#{$ti-prefix}-grid-scan:before { + content: $ti-icon-grid-scan; +} +.#{$ti-prefix}-grill:before { + content: $ti-icon-grill; +} +.#{$ti-prefix}-grill-fork:before { + content: $ti-icon-grill-fork; +} +.#{$ti-prefix}-grill-off:before { + content: $ti-icon-grill-off; +} +.#{$ti-prefix}-grill-spatula:before { + content: $ti-icon-grill-spatula; +} +.#{$ti-prefix}-grip-horizontal:before { + content: $ti-icon-grip-horizontal; +} +.#{$ti-prefix}-grip-vertical:before { + content: $ti-icon-grip-vertical; +} +.#{$ti-prefix}-growth:before { + content: $ti-icon-growth; +} +.#{$ti-prefix}-guitar-pick:before { + content: $ti-icon-guitar-pick; +} +.#{$ti-prefix}-gymnastics:before { + content: $ti-icon-gymnastics; +} +.#{$ti-prefix}-h-1:before { + content: $ti-icon-h-1; +} +.#{$ti-prefix}-h-2:before { + content: $ti-icon-h-2; +} +.#{$ti-prefix}-h-3:before { + content: $ti-icon-h-3; +} +.#{$ti-prefix}-h-4:before { + content: $ti-icon-h-4; +} +.#{$ti-prefix}-h-5:before { + content: $ti-icon-h-5; +} +.#{$ti-prefix}-h-6:before { + content: $ti-icon-h-6; +} +.#{$ti-prefix}-hammer:before { + content: $ti-icon-hammer; +} +.#{$ti-prefix}-hammer-off:before { + content: $ti-icon-hammer-off; +} +.#{$ti-prefix}-hand-click:before { + content: $ti-icon-hand-click; +} +.#{$ti-prefix}-hand-finger:before { + content: $ti-icon-hand-finger; +} +.#{$ti-prefix}-hand-finger-off:before { + content: $ti-icon-hand-finger-off; +} +.#{$ti-prefix}-hand-grab:before { + content: $ti-icon-hand-grab; +} +.#{$ti-prefix}-hand-little-finger:before { + content: $ti-icon-hand-little-finger; +} +.#{$ti-prefix}-hand-love-you:before { + content: $ti-icon-hand-love-you; +} +.#{$ti-prefix}-hand-middle-finger:before { + content: $ti-icon-hand-middle-finger; +} +.#{$ti-prefix}-hand-move:before { + content: $ti-icon-hand-move; +} +.#{$ti-prefix}-hand-off:before { + content: $ti-icon-hand-off; +} +.#{$ti-prefix}-hand-ring-finger:before { + content: $ti-icon-hand-ring-finger; +} +.#{$ti-prefix}-hand-sanitizer:before { + content: $ti-icon-hand-sanitizer; +} +.#{$ti-prefix}-hand-stop:before { + content: $ti-icon-hand-stop; +} +.#{$ti-prefix}-hand-three-fingers:before { + content: $ti-icon-hand-three-fingers; +} +.#{$ti-prefix}-hand-two-fingers:before { + content: $ti-icon-hand-two-fingers; +} +.#{$ti-prefix}-hanger:before { + content: $ti-icon-hanger; +} +.#{$ti-prefix}-hanger-2:before { + content: $ti-icon-hanger-2; +} +.#{$ti-prefix}-hanger-off:before { + content: $ti-icon-hanger-off; +} +.#{$ti-prefix}-hash:before { + content: $ti-icon-hash; +} +.#{$ti-prefix}-haze:before { + content: $ti-icon-haze; +} +.#{$ti-prefix}-haze-moon:before { + content: $ti-icon-haze-moon; +} +.#{$ti-prefix}-hdr:before { + content: $ti-icon-hdr; +} +.#{$ti-prefix}-heading:before { + content: $ti-icon-heading; +} +.#{$ti-prefix}-heading-off:before { + content: $ti-icon-heading-off; +} +.#{$ti-prefix}-headphones:before { + content: $ti-icon-headphones; +} +.#{$ti-prefix}-headphones-off:before { + content: $ti-icon-headphones-off; +} +.#{$ti-prefix}-headset:before { + content: $ti-icon-headset; +} +.#{$ti-prefix}-headset-off:before { + content: $ti-icon-headset-off; +} +.#{$ti-prefix}-health-recognition:before { + content: $ti-icon-health-recognition; +} +.#{$ti-prefix}-heart:before { + content: $ti-icon-heart; +} +.#{$ti-prefix}-heart-bolt:before { + content: $ti-icon-heart-bolt; +} +.#{$ti-prefix}-heart-broken:before { + content: $ti-icon-heart-broken; +} +.#{$ti-prefix}-heart-cancel:before { + content: $ti-icon-heart-cancel; +} +.#{$ti-prefix}-heart-check:before { + content: $ti-icon-heart-check; +} +.#{$ti-prefix}-heart-code:before { + content: $ti-icon-heart-code; +} +.#{$ti-prefix}-heart-cog:before { + content: $ti-icon-heart-cog; +} +.#{$ti-prefix}-heart-discount:before { + content: $ti-icon-heart-discount; +} +.#{$ti-prefix}-heart-dollar:before { + content: $ti-icon-heart-dollar; +} +.#{$ti-prefix}-heart-down:before { + content: $ti-icon-heart-down; +} +.#{$ti-prefix}-heart-exclamation:before { + content: $ti-icon-heart-exclamation; +} +.#{$ti-prefix}-heart-handshake:before { + content: $ti-icon-heart-handshake; +} +.#{$ti-prefix}-heart-minus:before { + content: $ti-icon-heart-minus; +} +.#{$ti-prefix}-heart-off:before { + content: $ti-icon-heart-off; +} +.#{$ti-prefix}-heart-pause:before { + content: $ti-icon-heart-pause; +} +.#{$ti-prefix}-heart-pin:before { + content: $ti-icon-heart-pin; +} +.#{$ti-prefix}-heart-plus:before { + content: $ti-icon-heart-plus; +} +.#{$ti-prefix}-heart-question:before { + content: $ti-icon-heart-question; +} +.#{$ti-prefix}-heart-rate-monitor:before { + content: $ti-icon-heart-rate-monitor; +} +.#{$ti-prefix}-heart-search:before { + content: $ti-icon-heart-search; +} +.#{$ti-prefix}-heart-share:before { + content: $ti-icon-heart-share; +} +.#{$ti-prefix}-heart-star:before { + content: $ti-icon-heart-star; +} +.#{$ti-prefix}-heart-up:before { + content: $ti-icon-heart-up; +} +.#{$ti-prefix}-heart-x:before { + content: $ti-icon-heart-x; +} +.#{$ti-prefix}-heartbeat:before { + content: $ti-icon-heartbeat; +} +.#{$ti-prefix}-hearts:before { + content: $ti-icon-hearts; +} +.#{$ti-prefix}-hearts-off:before { + content: $ti-icon-hearts-off; +} +.#{$ti-prefix}-helicopter:before { + content: $ti-icon-helicopter; +} +.#{$ti-prefix}-helicopter-landing:before { + content: $ti-icon-helicopter-landing; +} +.#{$ti-prefix}-helmet:before { + content: $ti-icon-helmet; +} +.#{$ti-prefix}-helmet-off:before { + content: $ti-icon-helmet-off; +} +.#{$ti-prefix}-help:before { + content: $ti-icon-help; +} +.#{$ti-prefix}-help-circle:before { + content: $ti-icon-help-circle; +} +.#{$ti-prefix}-help-hexagon:before { + content: $ti-icon-help-hexagon; +} +.#{$ti-prefix}-help-octagon:before { + content: $ti-icon-help-octagon; +} +.#{$ti-prefix}-help-off:before { + content: $ti-icon-help-off; +} +.#{$ti-prefix}-help-small:before { + content: $ti-icon-help-small; +} +.#{$ti-prefix}-help-square:before { + content: $ti-icon-help-square; +} +.#{$ti-prefix}-help-square-rounded:before { + content: $ti-icon-help-square-rounded; +} +.#{$ti-prefix}-help-triangle:before { + content: $ti-icon-help-triangle; +} +.#{$ti-prefix}-hemisphere:before { + content: $ti-icon-hemisphere; +} +.#{$ti-prefix}-hemisphere-off:before { + content: $ti-icon-hemisphere-off; +} +.#{$ti-prefix}-hemisphere-plus:before { + content: $ti-icon-hemisphere-plus; +} +.#{$ti-prefix}-hexagon:before { + content: $ti-icon-hexagon; +} +.#{$ti-prefix}-hexagon-3d:before { + content: $ti-icon-hexagon-3d; +} +.#{$ti-prefix}-hexagon-letter-a:before { + content: $ti-icon-hexagon-letter-a; +} +.#{$ti-prefix}-hexagon-letter-b:before { + content: $ti-icon-hexagon-letter-b; +} +.#{$ti-prefix}-hexagon-letter-c:before { + content: $ti-icon-hexagon-letter-c; +} +.#{$ti-prefix}-hexagon-letter-d:before { + content: $ti-icon-hexagon-letter-d; +} +.#{$ti-prefix}-hexagon-letter-e:before { + content: $ti-icon-hexagon-letter-e; +} +.#{$ti-prefix}-hexagon-letter-f:before { + content: $ti-icon-hexagon-letter-f; +} +.#{$ti-prefix}-hexagon-letter-g:before { + content: $ti-icon-hexagon-letter-g; +} +.#{$ti-prefix}-hexagon-letter-h:before { + content: $ti-icon-hexagon-letter-h; +} +.#{$ti-prefix}-hexagon-letter-i:before { + content: $ti-icon-hexagon-letter-i; +} +.#{$ti-prefix}-hexagon-letter-j:before { + content: $ti-icon-hexagon-letter-j; +} +.#{$ti-prefix}-hexagon-letter-k:before { + content: $ti-icon-hexagon-letter-k; +} +.#{$ti-prefix}-hexagon-letter-l:before { + content: $ti-icon-hexagon-letter-l; +} +.#{$ti-prefix}-hexagon-letter-m:before { + content: $ti-icon-hexagon-letter-m; +} +.#{$ti-prefix}-hexagon-letter-n:before { + content: $ti-icon-hexagon-letter-n; +} +.#{$ti-prefix}-hexagon-letter-o:before { + content: $ti-icon-hexagon-letter-o; +} +.#{$ti-prefix}-hexagon-letter-p:before { + content: $ti-icon-hexagon-letter-p; +} +.#{$ti-prefix}-hexagon-letter-q:before { + content: $ti-icon-hexagon-letter-q; +} +.#{$ti-prefix}-hexagon-letter-r:before { + content: $ti-icon-hexagon-letter-r; +} +.#{$ti-prefix}-hexagon-letter-s:before { + content: $ti-icon-hexagon-letter-s; +} +.#{$ti-prefix}-hexagon-letter-t:before { + content: $ti-icon-hexagon-letter-t; +} +.#{$ti-prefix}-hexagon-letter-u:before { + content: $ti-icon-hexagon-letter-u; +} +.#{$ti-prefix}-hexagon-letter-v:before { + content: $ti-icon-hexagon-letter-v; +} +.#{$ti-prefix}-hexagon-letter-w:before { + content: $ti-icon-hexagon-letter-w; +} +.#{$ti-prefix}-hexagon-letter-x:before { + content: $ti-icon-hexagon-letter-x; +} +.#{$ti-prefix}-hexagon-letter-y:before { + content: $ti-icon-hexagon-letter-y; +} +.#{$ti-prefix}-hexagon-letter-z:before { + content: $ti-icon-hexagon-letter-z; +} +.#{$ti-prefix}-hexagon-minus:before { + content: $ti-icon-hexagon-minus; +} +.#{$ti-prefix}-hexagon-minus-2:before { + content: $ti-icon-hexagon-minus-2; +} +.#{$ti-prefix}-hexagon-number-0:before { + content: $ti-icon-hexagon-number-0; +} +.#{$ti-prefix}-hexagon-number-1:before { + content: $ti-icon-hexagon-number-1; +} +.#{$ti-prefix}-hexagon-number-2:before { + content: $ti-icon-hexagon-number-2; +} +.#{$ti-prefix}-hexagon-number-3:before { + content: $ti-icon-hexagon-number-3; +} +.#{$ti-prefix}-hexagon-number-4:before { + content: $ti-icon-hexagon-number-4; +} +.#{$ti-prefix}-hexagon-number-5:before { + content: $ti-icon-hexagon-number-5; +} +.#{$ti-prefix}-hexagon-number-6:before { + content: $ti-icon-hexagon-number-6; +} +.#{$ti-prefix}-hexagon-number-7:before { + content: $ti-icon-hexagon-number-7; +} +.#{$ti-prefix}-hexagon-number-8:before { + content: $ti-icon-hexagon-number-8; +} +.#{$ti-prefix}-hexagon-number-9:before { + content: $ti-icon-hexagon-number-9; +} +.#{$ti-prefix}-hexagon-off:before { + content: $ti-icon-hexagon-off; +} +.#{$ti-prefix}-hexagon-plus:before { + content: $ti-icon-hexagon-plus; +} +.#{$ti-prefix}-hexagon-plus-2:before { + content: $ti-icon-hexagon-plus-2; +} +.#{$ti-prefix}-hexagonal-prism:before { + content: $ti-icon-hexagonal-prism; +} +.#{$ti-prefix}-hexagonal-prism-off:before { + content: $ti-icon-hexagonal-prism-off; +} +.#{$ti-prefix}-hexagonal-prism-plus:before { + content: $ti-icon-hexagonal-prism-plus; +} +.#{$ti-prefix}-hexagonal-pyramid:before { + content: $ti-icon-hexagonal-pyramid; +} +.#{$ti-prefix}-hexagonal-pyramid-off:before { + content: $ti-icon-hexagonal-pyramid-off; +} +.#{$ti-prefix}-hexagonal-pyramid-plus:before { + content: $ti-icon-hexagonal-pyramid-plus; +} +.#{$ti-prefix}-hexagons:before { + content: $ti-icon-hexagons; +} +.#{$ti-prefix}-hexagons-off:before { + content: $ti-icon-hexagons-off; +} +.#{$ti-prefix}-hierarchy:before { + content: $ti-icon-hierarchy; +} +.#{$ti-prefix}-hierarchy-2:before { + content: $ti-icon-hierarchy-2; +} +.#{$ti-prefix}-hierarchy-3:before { + content: $ti-icon-hierarchy-3; +} +.#{$ti-prefix}-hierarchy-off:before { + content: $ti-icon-hierarchy-off; +} +.#{$ti-prefix}-highlight:before { + content: $ti-icon-highlight; +} +.#{$ti-prefix}-highlight-off:before { + content: $ti-icon-highlight-off; +} +.#{$ti-prefix}-history:before { + content: $ti-icon-history; +} +.#{$ti-prefix}-history-off:before { + content: $ti-icon-history-off; +} +.#{$ti-prefix}-history-toggle:before { + content: $ti-icon-history-toggle; +} +.#{$ti-prefix}-home:before { + content: $ti-icon-home; +} +.#{$ti-prefix}-home-2:before { + content: $ti-icon-home-2; +} +.#{$ti-prefix}-home-bolt:before { + content: $ti-icon-home-bolt; +} +.#{$ti-prefix}-home-cancel:before { + content: $ti-icon-home-cancel; +} +.#{$ti-prefix}-home-check:before { + content: $ti-icon-home-check; +} +.#{$ti-prefix}-home-cog:before { + content: $ti-icon-home-cog; +} +.#{$ti-prefix}-home-dollar:before { + content: $ti-icon-home-dollar; +} +.#{$ti-prefix}-home-dot:before { + content: $ti-icon-home-dot; +} +.#{$ti-prefix}-home-down:before { + content: $ti-icon-home-down; +} +.#{$ti-prefix}-home-eco:before { + content: $ti-icon-home-eco; +} +.#{$ti-prefix}-home-edit:before { + content: $ti-icon-home-edit; +} +.#{$ti-prefix}-home-exclamation:before { + content: $ti-icon-home-exclamation; +} +.#{$ti-prefix}-home-hand:before { + content: $ti-icon-home-hand; +} +.#{$ti-prefix}-home-heart:before { + content: $ti-icon-home-heart; +} +.#{$ti-prefix}-home-infinity:before { + content: $ti-icon-home-infinity; +} +.#{$ti-prefix}-home-link:before { + content: $ti-icon-home-link; +} +.#{$ti-prefix}-home-minus:before { + content: $ti-icon-home-minus; +} +.#{$ti-prefix}-home-move:before { + content: $ti-icon-home-move; +} +.#{$ti-prefix}-home-off:before { + content: $ti-icon-home-off; +} +.#{$ti-prefix}-home-plus:before { + content: $ti-icon-home-plus; +} +.#{$ti-prefix}-home-question:before { + content: $ti-icon-home-question; +} +.#{$ti-prefix}-home-ribbon:before { + content: $ti-icon-home-ribbon; +} +.#{$ti-prefix}-home-search:before { + content: $ti-icon-home-search; +} +.#{$ti-prefix}-home-share:before { + content: $ti-icon-home-share; +} +.#{$ti-prefix}-home-shield:before { + content: $ti-icon-home-shield; +} +.#{$ti-prefix}-home-signal:before { + content: $ti-icon-home-signal; +} +.#{$ti-prefix}-home-star:before { + content: $ti-icon-home-star; +} +.#{$ti-prefix}-home-stats:before { + content: $ti-icon-home-stats; +} +.#{$ti-prefix}-home-up:before { + content: $ti-icon-home-up; +} +.#{$ti-prefix}-home-x:before { + content: $ti-icon-home-x; +} +.#{$ti-prefix}-horse:before { + content: $ti-icon-horse; +} +.#{$ti-prefix}-horse-toy:before { + content: $ti-icon-horse-toy; +} +.#{$ti-prefix}-horseshoe:before { + content: $ti-icon-horseshoe; +} +.#{$ti-prefix}-hospital:before { + content: $ti-icon-hospital; +} +.#{$ti-prefix}-hospital-circle:before { + content: $ti-icon-hospital-circle; +} +.#{$ti-prefix}-hotel-service:before { + content: $ti-icon-hotel-service; +} +.#{$ti-prefix}-hourglass:before { + content: $ti-icon-hourglass; +} +.#{$ti-prefix}-hourglass-empty:before { + content: $ti-icon-hourglass-empty; +} +.#{$ti-prefix}-hourglass-high:before { + content: $ti-icon-hourglass-high; +} +.#{$ti-prefix}-hourglass-low:before { + content: $ti-icon-hourglass-low; +} +.#{$ti-prefix}-hourglass-off:before { + content: $ti-icon-hourglass-off; +} +.#{$ti-prefix}-hours-12:before { + content: $ti-icon-hours-12; +} +.#{$ti-prefix}-hours-24:before { + content: $ti-icon-hours-24; +} +.#{$ti-prefix}-html:before { + content: $ti-icon-html; +} +.#{$ti-prefix}-http-connect:before { + content: $ti-icon-http-connect; +} +.#{$ti-prefix}-http-delete:before { + content: $ti-icon-http-delete; +} +.#{$ti-prefix}-http-get:before { + content: $ti-icon-http-get; +} +.#{$ti-prefix}-http-head:before { + content: $ti-icon-http-head; +} +.#{$ti-prefix}-http-options:before { + content: $ti-icon-http-options; +} +.#{$ti-prefix}-http-patch:before { + content: $ti-icon-http-patch; +} +.#{$ti-prefix}-http-post:before { + content: $ti-icon-http-post; +} +.#{$ti-prefix}-http-put:before { + content: $ti-icon-http-put; +} +.#{$ti-prefix}-http-que:before { + content: $ti-icon-http-que; +} +.#{$ti-prefix}-http-trace:before { + content: $ti-icon-http-trace; +} +.#{$ti-prefix}-ice-cream:before { + content: $ti-icon-ice-cream; +} +.#{$ti-prefix}-ice-cream-2:before { + content: $ti-icon-ice-cream-2; +} +.#{$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-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; +} +.#{$ti-prefix}-id-badge-2:before { + content: $ti-icon-id-badge-2; +} +.#{$ti-prefix}-id-badge-off:before { + content: $ti-icon-id-badge-off; +} +.#{$ti-prefix}-id-off:before { + content: $ti-icon-id-off; +} +.#{$ti-prefix}-image-in-picture:before { + content: $ti-icon-image-in-picture; +} +.#{$ti-prefix}-inbox:before { + content: $ti-icon-inbox; +} +.#{$ti-prefix}-inbox-off:before { + content: $ti-icon-inbox-off; +} +.#{$ti-prefix}-indent-decrease:before { + content: $ti-icon-indent-decrease; +} +.#{$ti-prefix}-indent-increase:before { + content: $ti-icon-indent-increase; +} +.#{$ti-prefix}-infinity:before { + content: $ti-icon-infinity; +} +.#{$ti-prefix}-infinity-off:before { + content: $ti-icon-infinity-off; +} +.#{$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; +} +.#{$ti-prefix}-info-small:before { + content: $ti-icon-info-small; +} +.#{$ti-prefix}-info-square:before { + content: $ti-icon-info-square; +} +.#{$ti-prefix}-info-square-rounded:before { + content: $ti-icon-info-square-rounded; +} +.#{$ti-prefix}-info-triangle:before { + content: $ti-icon-info-triangle; +} +.#{$ti-prefix}-inner-shadow-bottom:before { + content: $ti-icon-inner-shadow-bottom; +} +.#{$ti-prefix}-inner-shadow-bottom-left:before { + content: $ti-icon-inner-shadow-bottom-left; +} +.#{$ti-prefix}-inner-shadow-bottom-right:before { + content: $ti-icon-inner-shadow-bottom-right; +} +.#{$ti-prefix}-inner-shadow-left:before { + content: $ti-icon-inner-shadow-left; +} +.#{$ti-prefix}-inner-shadow-right:before { + content: $ti-icon-inner-shadow-right; +} +.#{$ti-prefix}-inner-shadow-top:before { + content: $ti-icon-inner-shadow-top; +} +.#{$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}-input-ai:before { + content: $ti-icon-input-ai; +} +.#{$ti-prefix}-input-check:before { + content: $ti-icon-input-check; +} +.#{$ti-prefix}-input-search:before { + content: $ti-icon-input-search; +} +.#{$ti-prefix}-input-x:before { + content: $ti-icon-input-x; +} +.#{$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-off:before { + content: $ti-icon-ironing-off; +} +.#{$ti-prefix}-ironing-steam:before { + content: $ti-icon-ironing-steam; +} +.#{$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; +} +.#{$ti-prefix}-irregular-polyhedron-plus:before { + content: $ti-icon-irregular-polyhedron-plus; +} +.#{$ti-prefix}-italic:before { + content: $ti-icon-italic; +} +.#{$ti-prefix}-jacket:before { + content: $ti-icon-jacket; +} +.#{$ti-prefix}-jetpack:before { + content: $ti-icon-jetpack; +} +.#{$ti-prefix}-jewish-star:before { + content: $ti-icon-jewish-star; +} +.#{$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; +} +.#{$ti-prefix}-karate:before { + content: $ti-icon-karate; +} +.#{$ti-prefix}-kayak:before { + content: $ti-icon-kayak; +} +.#{$ti-prefix}-kerning:before { + content: $ti-icon-kerning; +} +.#{$ti-prefix}-key:before { + content: $ti-icon-key; +} +.#{$ti-prefix}-key-off:before { + content: $ti-icon-key-off; +} +.#{$ti-prefix}-keyboard:before { + content: $ti-icon-keyboard; +} +.#{$ti-prefix}-keyboard-hide:before { + content: $ti-icon-keyboard-hide; +} +.#{$ti-prefix}-keyboard-off:before { + content: $ti-icon-keyboard-off; +} +.#{$ti-prefix}-keyboard-show:before { + content: $ti-icon-keyboard-show; +} +.#{$ti-prefix}-keyframe:before { + content: $ti-icon-keyframe; +} +.#{$ti-prefix}-keyframe-align-center:before { + content: $ti-icon-keyframe-align-center; +} +.#{$ti-prefix}-keyframe-align-horizontal:before { + content: $ti-icon-keyframe-align-horizontal; +} +.#{$ti-prefix}-keyframe-align-vertical:before { + content: $ti-icon-keyframe-align-vertical; +} +.#{$ti-prefix}-keyframes:before { + content: $ti-icon-keyframes; +} +.#{$ti-prefix}-ladder:before { + content: $ti-icon-ladder; +} +.#{$ti-prefix}-ladder-off:before { + content: $ti-icon-ladder-off; +} +.#{$ti-prefix}-ladle:before { + content: $ti-icon-ladle; +} +.#{$ti-prefix}-lambda:before { + content: $ti-icon-lambda; +} +.#{$ti-prefix}-lamp:before { + content: $ti-icon-lamp; +} +.#{$ti-prefix}-lamp-2:before { + content: $ti-icon-lamp-2; +} +.#{$ti-prefix}-lamp-off:before { + content: $ti-icon-lamp-off; +} +.#{$ti-prefix}-lane:before { + content: $ti-icon-lane; +} +.#{$ti-prefix}-language:before { + content: $ti-icon-language; +} +.#{$ti-prefix}-language-hiragana:before { + content: $ti-icon-language-hiragana; +} +.#{$ti-prefix}-language-katakana:before { + content: $ti-icon-language-katakana; +} +.#{$ti-prefix}-language-off:before { + content: $ti-icon-language-off; +} +.#{$ti-prefix}-lasso:before { + content: $ti-icon-lasso; +} +.#{$ti-prefix}-lasso-off:before { + content: $ti-icon-lasso-off; +} +.#{$ti-prefix}-lasso-polygon:before { + content: $ti-icon-lasso-polygon; +} +.#{$ti-prefix}-layers-difference:before { + content: $ti-icon-layers-difference; +} +.#{$ti-prefix}-layers-intersect:before { + content: $ti-icon-layers-intersect; +} +.#{$ti-prefix}-layers-intersect-2:before { + content: $ti-icon-layers-intersect-2; +} +.#{$ti-prefix}-layers-linked:before { + content: $ti-icon-layers-linked; +} +.#{$ti-prefix}-layers-off:before { + content: $ti-icon-layers-off; +} +.#{$ti-prefix}-layers-subtract:before { + content: $ti-icon-layers-subtract; +} +.#{$ti-prefix}-layers-union:before { + content: $ti-icon-layers-union; +} +.#{$ti-prefix}-layout:before { + content: $ti-icon-layout; +} +.#{$ti-prefix}-layout-2:before { + content: $ti-icon-layout-2; +} +.#{$ti-prefix}-layout-align-bottom:before { + content: $ti-icon-layout-align-bottom; +} +.#{$ti-prefix}-layout-align-center:before { + content: $ti-icon-layout-align-center; +} +.#{$ti-prefix}-layout-align-left:before { + content: $ti-icon-layout-align-left; +} +.#{$ti-prefix}-layout-align-middle:before { + content: $ti-icon-layout-align-middle; +} +.#{$ti-prefix}-layout-align-right:before { + content: $ti-icon-layout-align-right; +} +.#{$ti-prefix}-layout-align-top:before { + content: $ti-icon-layout-align-top; +} +.#{$ti-prefix}-layout-board:before { + content: $ti-icon-layout-board; +} +.#{$ti-prefix}-layout-board-split:before { + content: $ti-icon-layout-board-split; +} +.#{$ti-prefix}-layout-bottombar:before { + content: $ti-icon-layout-bottombar; +} +.#{$ti-prefix}-layout-bottombar-collapse:before { + content: $ti-icon-layout-bottombar-collapse; +} +.#{$ti-prefix}-layout-bottombar-expand:before { + content: $ti-icon-layout-bottombar-expand; +} +.#{$ti-prefix}-layout-bottombar-inactive:before { + content: $ti-icon-layout-bottombar-inactive; +} +.#{$ti-prefix}-layout-cards:before { + content: $ti-icon-layout-cards; +} +.#{$ti-prefix}-layout-collage:before { + content: $ti-icon-layout-collage; +} +.#{$ti-prefix}-layout-columns:before { + content: $ti-icon-layout-columns; +} +.#{$ti-prefix}-layout-dashboard:before { + content: $ti-icon-layout-dashboard; +} +.#{$ti-prefix}-layout-distribute-horizontal:before { + content: $ti-icon-layout-distribute-horizontal; +} +.#{$ti-prefix}-layout-distribute-vertical:before { + content: $ti-icon-layout-distribute-vertical; +} +.#{$ti-prefix}-layout-grid:before { + content: $ti-icon-layout-grid; +} +.#{$ti-prefix}-layout-grid-add:before { + content: $ti-icon-layout-grid-add; +} +.#{$ti-prefix}-layout-grid-remove:before { + content: $ti-icon-layout-grid-remove; +} +.#{$ti-prefix}-layout-kanban:before { + content: $ti-icon-layout-kanban; +} +.#{$ti-prefix}-layout-list:before { + content: $ti-icon-layout-list; +} +.#{$ti-prefix}-layout-navbar:before { + content: $ti-icon-layout-navbar; +} +.#{$ti-prefix}-layout-navbar-collapse:before { + content: $ti-icon-layout-navbar-collapse; +} +.#{$ti-prefix}-layout-navbar-expand:before { + content: $ti-icon-layout-navbar-expand; +} +.#{$ti-prefix}-layout-navbar-inactive:before { + content: $ti-icon-layout-navbar-inactive; +} +.#{$ti-prefix}-layout-off:before { + content: $ti-icon-layout-off; +} +.#{$ti-prefix}-layout-rows:before { + content: $ti-icon-layout-rows; +} +.#{$ti-prefix}-layout-sidebar:before { + content: $ti-icon-layout-sidebar; +} +.#{$ti-prefix}-layout-sidebar-inactive:before { + content: $ti-icon-layout-sidebar-inactive; +} +.#{$ti-prefix}-layout-sidebar-left-collapse:before { + content: $ti-icon-layout-sidebar-left-collapse; +} +.#{$ti-prefix}-layout-sidebar-left-expand:before { + content: $ti-icon-layout-sidebar-left-expand; +} +.#{$ti-prefix}-layout-sidebar-right:before { + content: $ti-icon-layout-sidebar-right; +} +.#{$ti-prefix}-layout-sidebar-right-collapse:before { + content: $ti-icon-layout-sidebar-right-collapse; +} +.#{$ti-prefix}-layout-sidebar-right-expand:before { + content: $ti-icon-layout-sidebar-right-expand; +} +.#{$ti-prefix}-layout-sidebar-right-inactive:before { + content: $ti-icon-layout-sidebar-right-inactive; +} +.#{$ti-prefix}-leaf:before { + content: $ti-icon-leaf; +} +.#{$ti-prefix}-leaf-off:before { + content: $ti-icon-leaf-off; +} +.#{$ti-prefix}-lego:before { + content: $ti-icon-lego; +} +.#{$ti-prefix}-lego-off:before { + content: $ti-icon-lego-off; +} +.#{$ti-prefix}-lemon:before { + content: $ti-icon-lemon; +} +.#{$ti-prefix}-lemon-2:before { + content: $ti-icon-lemon-2; +} +.#{$ti-prefix}-letter-a:before { + content: $ti-icon-letter-a; +} +.#{$ti-prefix}-letter-a-small:before { + content: $ti-icon-letter-a-small; +} +.#{$ti-prefix}-letter-b:before { + content: $ti-icon-letter-b; +} +.#{$ti-prefix}-letter-b-small:before { + content: $ti-icon-letter-b-small; +} +.#{$ti-prefix}-letter-c:before { + content: $ti-icon-letter-c; +} +.#{$ti-prefix}-letter-c-small:before { + content: $ti-icon-letter-c-small; +} +.#{$ti-prefix}-letter-case:before { + content: $ti-icon-letter-case; +} +.#{$ti-prefix}-letter-case-lower:before { + content: $ti-icon-letter-case-lower; +} +.#{$ti-prefix}-letter-case-toggle:before { + content: $ti-icon-letter-case-toggle; +} +.#{$ti-prefix}-letter-case-upper:before { + content: $ti-icon-letter-case-upper; +} +.#{$ti-prefix}-letter-d:before { + content: $ti-icon-letter-d; +} +.#{$ti-prefix}-letter-d-small:before { + content: $ti-icon-letter-d-small; +} +.#{$ti-prefix}-letter-e:before { + content: $ti-icon-letter-e; +} +.#{$ti-prefix}-letter-e-small:before { + content: $ti-icon-letter-e-small; +} +.#{$ti-prefix}-letter-f:before { + content: $ti-icon-letter-f; +} +.#{$ti-prefix}-letter-f-small:before { + content: $ti-icon-letter-f-small; +} +.#{$ti-prefix}-letter-g:before { + content: $ti-icon-letter-g; +} +.#{$ti-prefix}-letter-g-small:before { + content: $ti-icon-letter-g-small; +} +.#{$ti-prefix}-letter-h:before { + content: $ti-icon-letter-h; +} +.#{$ti-prefix}-letter-h-small:before { + content: $ti-icon-letter-h-small; +} +.#{$ti-prefix}-letter-i:before { + content: $ti-icon-letter-i; +} +.#{$ti-prefix}-letter-i-small:before { + content: $ti-icon-letter-i-small; +} +.#{$ti-prefix}-letter-j:before { + content: $ti-icon-letter-j; +} +.#{$ti-prefix}-letter-j-small:before { + content: $ti-icon-letter-j-small; +} +.#{$ti-prefix}-letter-k:before { + content: $ti-icon-letter-k; +} +.#{$ti-prefix}-letter-k-small:before { + content: $ti-icon-letter-k-small; +} +.#{$ti-prefix}-letter-l:before { + content: $ti-icon-letter-l; +} +.#{$ti-prefix}-letter-l-small:before { + content: $ti-icon-letter-l-small; +} +.#{$ti-prefix}-letter-m:before { + content: $ti-icon-letter-m; +} +.#{$ti-prefix}-letter-m-small:before { + content: $ti-icon-letter-m-small; +} +.#{$ti-prefix}-letter-n:before { + content: $ti-icon-letter-n; +} +.#{$ti-prefix}-letter-n-small:before { + content: $ti-icon-letter-n-small; +} +.#{$ti-prefix}-letter-o:before { + content: $ti-icon-letter-o; +} +.#{$ti-prefix}-letter-o-small:before { + content: $ti-icon-letter-o-small; +} +.#{$ti-prefix}-letter-p:before { + content: $ti-icon-letter-p; +} +.#{$ti-prefix}-letter-p-small:before { + content: $ti-icon-letter-p-small; +} +.#{$ti-prefix}-letter-q:before { + content: $ti-icon-letter-q; +} +.#{$ti-prefix}-letter-q-small:before { + content: $ti-icon-letter-q-small; +} +.#{$ti-prefix}-letter-r:before { + content: $ti-icon-letter-r; +} +.#{$ti-prefix}-letter-r-small:before { + content: $ti-icon-letter-r-small; +} +.#{$ti-prefix}-letter-s:before { + content: $ti-icon-letter-s; +} +.#{$ti-prefix}-letter-s-small:before { + content: $ti-icon-letter-s-small; +} +.#{$ti-prefix}-letter-spacing:before { + content: $ti-icon-letter-spacing; +} +.#{$ti-prefix}-letter-t:before { + content: $ti-icon-letter-t; +} +.#{$ti-prefix}-letter-t-small:before { + content: $ti-icon-letter-t-small; +} +.#{$ti-prefix}-letter-u:before { + content: $ti-icon-letter-u; +} +.#{$ti-prefix}-letter-u-small:before { + content: $ti-icon-letter-u-small; +} +.#{$ti-prefix}-letter-v:before { + content: $ti-icon-letter-v; +} +.#{$ti-prefix}-letter-v-small:before { + content: $ti-icon-letter-v-small; +} +.#{$ti-prefix}-letter-w:before { + content: $ti-icon-letter-w; +} +.#{$ti-prefix}-letter-w-small:before { + content: $ti-icon-letter-w-small; +} +.#{$ti-prefix}-letter-x:before { + content: $ti-icon-letter-x; +} +.#{$ti-prefix}-letter-x-small:before { + content: $ti-icon-letter-x-small; +} +.#{$ti-prefix}-letter-y:before { + content: $ti-icon-letter-y; +} +.#{$ti-prefix}-letter-y-small:before { + content: $ti-icon-letter-y-small; +} +.#{$ti-prefix}-letter-z:before { + content: $ti-icon-letter-z; +} +.#{$ti-prefix}-letter-z-small:before { + content: $ti-icon-letter-z-small; +} +.#{$ti-prefix}-library:before { + content: $ti-icon-library; +} +.#{$ti-prefix}-library-minus:before { + content: $ti-icon-library-minus; +} +.#{$ti-prefix}-library-photo:before { + content: $ti-icon-library-photo; +} +.#{$ti-prefix}-library-plus:before { + content: $ti-icon-library-plus; +} +.#{$ti-prefix}-license:before { + content: $ti-icon-license; +} +.#{$ti-prefix}-license-off:before { + content: $ti-icon-license-off; +} +.#{$ti-prefix}-lifebuoy:before { + content: $ti-icon-lifebuoy; +} +.#{$ti-prefix}-lifebuoy-off:before { + content: $ti-icon-lifebuoy-off; +} +.#{$ti-prefix}-lighter:before { + content: $ti-icon-lighter; +} +.#{$ti-prefix}-line:before { + content: $ti-icon-line; +} +.#{$ti-prefix}-line-dashed:before { + content: $ti-icon-line-dashed; +} +.#{$ti-prefix}-line-dotted:before { + content: $ti-icon-line-dotted; +} +.#{$ti-prefix}-line-height:before { + content: $ti-icon-line-height; +} +.#{$ti-prefix}-line-scan:before { + content: $ti-icon-line-scan; +} +.#{$ti-prefix}-link:before { + content: $ti-icon-link; +} +.#{$ti-prefix}-link-minus:before { + content: $ti-icon-link-minus; +} +.#{$ti-prefix}-link-off:before { + content: $ti-icon-link-off; +} +.#{$ti-prefix}-link-plus:before { + content: $ti-icon-link-plus; +} +.#{$ti-prefix}-list:before { + content: $ti-icon-list; +} +.#{$ti-prefix}-list-check:before { + content: $ti-icon-list-check; +} +.#{$ti-prefix}-list-details:before { + content: $ti-icon-list-details; +} +.#{$ti-prefix}-list-letters:before { + content: $ti-icon-list-letters; +} +.#{$ti-prefix}-list-numbers:before { + content: $ti-icon-list-numbers; +} +.#{$ti-prefix}-list-search:before { + content: $ti-icon-list-search; +} +.#{$ti-prefix}-list-tree:before { + content: $ti-icon-list-tree; +} +.#{$ti-prefix}-live-photo:before { + content: $ti-icon-live-photo; +} +.#{$ti-prefix}-live-photo-off:before { + content: $ti-icon-live-photo-off; +} +.#{$ti-prefix}-live-view:before { + content: $ti-icon-live-view; +} +.#{$ti-prefix}-load-balancer:before { + content: $ti-icon-load-balancer; +} +.#{$ti-prefix}-loader:before { + content: $ti-icon-loader; +} +.#{$ti-prefix}-loader-2:before { + content: $ti-icon-loader-2; +} +.#{$ti-prefix}-loader-3:before { + content: $ti-icon-loader-3; +} +.#{$ti-prefix}-loader-quarter:before { + content: $ti-icon-loader-quarter; +} +.#{$ti-prefix}-location:before { + content: $ti-icon-location; +} +.#{$ti-prefix}-location-bolt:before { + content: $ti-icon-location-bolt; +} +.#{$ti-prefix}-location-broken:before { + content: $ti-icon-location-broken; +} +.#{$ti-prefix}-location-cancel:before { + content: $ti-icon-location-cancel; +} +.#{$ti-prefix}-location-check:before { + content: $ti-icon-location-check; +} +.#{$ti-prefix}-location-code:before { + content: $ti-icon-location-code; +} +.#{$ti-prefix}-location-cog:before { + content: $ti-icon-location-cog; +} +.#{$ti-prefix}-location-discount:before { + content: $ti-icon-location-discount; +} +.#{$ti-prefix}-location-dollar:before { + content: $ti-icon-location-dollar; +} +.#{$ti-prefix}-location-down:before { + content: $ti-icon-location-down; +} +.#{$ti-prefix}-location-exclamation:before { + content: $ti-icon-location-exclamation; +} +.#{$ti-prefix}-location-heart:before { + content: $ti-icon-location-heart; +} +.#{$ti-prefix}-location-minus:before { + content: $ti-icon-location-minus; +} +.#{$ti-prefix}-location-off:before { + content: $ti-icon-location-off; +} +.#{$ti-prefix}-location-pause:before { + content: $ti-icon-location-pause; +} +.#{$ti-prefix}-location-pin:before { + content: $ti-icon-location-pin; +} +.#{$ti-prefix}-location-plus:before { + content: $ti-icon-location-plus; +} +.#{$ti-prefix}-location-question:before { + content: $ti-icon-location-question; +} +.#{$ti-prefix}-location-search:before { + content: $ti-icon-location-search; +} +.#{$ti-prefix}-location-share:before { + content: $ti-icon-location-share; +} +.#{$ti-prefix}-location-star:before { + content: $ti-icon-location-star; +} +.#{$ti-prefix}-location-up:before { + content: $ti-icon-location-up; +} +.#{$ti-prefix}-location-x:before { + content: $ti-icon-location-x; +} +.#{$ti-prefix}-lock:before { + content: $ti-icon-lock; +} +.#{$ti-prefix}-lock-access:before { + content: $ti-icon-lock-access; +} +.#{$ti-prefix}-lock-access-off:before { + content: $ti-icon-lock-access-off; +} +.#{$ti-prefix}-lock-bolt:before { + content: $ti-icon-lock-bolt; +} +.#{$ti-prefix}-lock-cancel:before { + content: $ti-icon-lock-cancel; +} +.#{$ti-prefix}-lock-check:before { + content: $ti-icon-lock-check; +} +.#{$ti-prefix}-lock-code:before { + content: $ti-icon-lock-code; +} +.#{$ti-prefix}-lock-cog:before { + content: $ti-icon-lock-cog; +} +.#{$ti-prefix}-lock-dollar:before { + content: $ti-icon-lock-dollar; +} +.#{$ti-prefix}-lock-down:before { + content: $ti-icon-lock-down; +} +.#{$ti-prefix}-lock-exclamation:before { + content: $ti-icon-lock-exclamation; +} +.#{$ti-prefix}-lock-heart:before { + content: $ti-icon-lock-heart; +} +.#{$ti-prefix}-lock-minus:before { + content: $ti-icon-lock-minus; +} +.#{$ti-prefix}-lock-off:before { + content: $ti-icon-lock-off; +} +.#{$ti-prefix}-lock-open:before { + content: $ti-icon-lock-open; +} +.#{$ti-prefix}-lock-open-off:before { + content: $ti-icon-lock-open-off; +} +.#{$ti-prefix}-lock-pause:before { + content: $ti-icon-lock-pause; +} +.#{$ti-prefix}-lock-pin:before { + content: $ti-icon-lock-pin; +} +.#{$ti-prefix}-lock-plus:before { + content: $ti-icon-lock-plus; +} +.#{$ti-prefix}-lock-question:before { + content: $ti-icon-lock-question; +} +.#{$ti-prefix}-lock-search:before { + content: $ti-icon-lock-search; +} +.#{$ti-prefix}-lock-share:before { + content: $ti-icon-lock-share; +} +.#{$ti-prefix}-lock-square:before { + content: $ti-icon-lock-square; +} +.#{$ti-prefix}-lock-square-rounded:before { + content: $ti-icon-lock-square-rounded; +} +.#{$ti-prefix}-lock-star:before { + content: $ti-icon-lock-star; +} +.#{$ti-prefix}-lock-up:before { + content: $ti-icon-lock-up; +} +.#{$ti-prefix}-lock-x:before { + content: $ti-icon-lock-x; +} +.#{$ti-prefix}-logic-and:before { + content: $ti-icon-logic-and; +} +.#{$ti-prefix}-logic-buffer:before { + content: $ti-icon-logic-buffer; +} +.#{$ti-prefix}-logic-nand:before { + content: $ti-icon-logic-nand; +} +.#{$ti-prefix}-logic-nor:before { + content: $ti-icon-logic-nor; +} +.#{$ti-prefix}-logic-not:before { + content: $ti-icon-logic-not; +} +.#{$ti-prefix}-logic-or:before { + content: $ti-icon-logic-or; +} +.#{$ti-prefix}-logic-xnor:before { + content: $ti-icon-logic-xnor; +} +.#{$ti-prefix}-logic-xor:before { + content: $ti-icon-logic-xor; +} +.#{$ti-prefix}-login:before { + content: $ti-icon-login; +} +.#{$ti-prefix}-login-2:before { + content: $ti-icon-login-2; +} +.#{$ti-prefix}-logout:before { + content: $ti-icon-logout; +} +.#{$ti-prefix}-logout-2:before { + content: $ti-icon-logout-2; +} +.#{$ti-prefix}-lollipop:before { + content: $ti-icon-lollipop; +} +.#{$ti-prefix}-lollipop-off:before { + content: $ti-icon-lollipop-off; +} +.#{$ti-prefix}-luggage:before { + content: $ti-icon-luggage; +} +.#{$ti-prefix}-luggage-off:before { + content: $ti-icon-luggage-off; +} +.#{$ti-prefix}-lungs:before { + content: $ti-icon-lungs; +} +.#{$ti-prefix}-lungs-off:before { + content: $ti-icon-lungs-off; +} +.#{$ti-prefix}-macro:before { + content: $ti-icon-macro; +} +.#{$ti-prefix}-macro-off:before { + content: $ti-icon-macro-off; +} +.#{$ti-prefix}-magnet:before { + content: $ti-icon-magnet; +} +.#{$ti-prefix}-magnet-off:before { + content: $ti-icon-magnet-off; +} +.#{$ti-prefix}-magnetic:before { + content: $ti-icon-magnetic; +} +.#{$ti-prefix}-mail:before { + content: $ti-icon-mail; +} +.#{$ti-prefix}-mail-ai:before { + content: $ti-icon-mail-ai; +} +.#{$ti-prefix}-mail-bolt:before { + content: $ti-icon-mail-bolt; +} +.#{$ti-prefix}-mail-cancel:before { + content: $ti-icon-mail-cancel; +} +.#{$ti-prefix}-mail-check:before { + content: $ti-icon-mail-check; +} +.#{$ti-prefix}-mail-code:before { + content: $ti-icon-mail-code; +} +.#{$ti-prefix}-mail-cog:before { + content: $ti-icon-mail-cog; +} +.#{$ti-prefix}-mail-dollar:before { + content: $ti-icon-mail-dollar; +} +.#{$ti-prefix}-mail-down:before { + content: $ti-icon-mail-down; +} +.#{$ti-prefix}-mail-exclamation:before { + content: $ti-icon-mail-exclamation; +} +.#{$ti-prefix}-mail-fast:before { + content: $ti-icon-mail-fast; +} +.#{$ti-prefix}-mail-forward:before { + content: $ti-icon-mail-forward; +} +.#{$ti-prefix}-mail-heart:before { + content: $ti-icon-mail-heart; +} +.#{$ti-prefix}-mail-minus:before { + content: $ti-icon-mail-minus; +} +.#{$ti-prefix}-mail-off:before { + content: $ti-icon-mail-off; +} +.#{$ti-prefix}-mail-opened:before { + content: $ti-icon-mail-opened; +} +.#{$ti-prefix}-mail-pause:before { + content: $ti-icon-mail-pause; +} +.#{$ti-prefix}-mail-pin:before { + content: $ti-icon-mail-pin; +} +.#{$ti-prefix}-mail-plus:before { + content: $ti-icon-mail-plus; +} +.#{$ti-prefix}-mail-question:before { + content: $ti-icon-mail-question; +} +.#{$ti-prefix}-mail-search:before { + content: $ti-icon-mail-search; +} +.#{$ti-prefix}-mail-share:before { + content: $ti-icon-mail-share; +} +.#{$ti-prefix}-mail-star:before { + content: $ti-icon-mail-star; +} +.#{$ti-prefix}-mail-up:before { + content: $ti-icon-mail-up; +} +.#{$ti-prefix}-mail-x:before { + content: $ti-icon-mail-x; +} +.#{$ti-prefix}-mailbox:before { + content: $ti-icon-mailbox; +} +.#{$ti-prefix}-mailbox-off:before { + content: $ti-icon-mailbox-off; +} +.#{$ti-prefix}-man:before { + content: $ti-icon-man; +} +.#{$ti-prefix}-manual-gearbox:before { + content: $ti-icon-manual-gearbox; +} +.#{$ti-prefix}-map:before { + content: $ti-icon-map; +} +.#{$ti-prefix}-map-2:before { + content: $ti-icon-map-2; +} +.#{$ti-prefix}-map-bolt:before { + content: $ti-icon-map-bolt; +} +.#{$ti-prefix}-map-cancel:before { + content: $ti-icon-map-cancel; +} +.#{$ti-prefix}-map-check:before { + content: $ti-icon-map-check; +} +.#{$ti-prefix}-map-code:before { + content: $ti-icon-map-code; +} +.#{$ti-prefix}-map-cog:before { + content: $ti-icon-map-cog; +} +.#{$ti-prefix}-map-discount:before { + content: $ti-icon-map-discount; +} +.#{$ti-prefix}-map-dollar:before { + content: $ti-icon-map-dollar; +} +.#{$ti-prefix}-map-down:before { + content: $ti-icon-map-down; +} +.#{$ti-prefix}-map-east:before { + content: $ti-icon-map-east; +} +.#{$ti-prefix}-map-exclamation:before { + content: $ti-icon-map-exclamation; +} +.#{$ti-prefix}-map-heart:before { + content: $ti-icon-map-heart; +} +.#{$ti-prefix}-map-minus:before { + content: $ti-icon-map-minus; +} +.#{$ti-prefix}-map-north:before { + content: $ti-icon-map-north; +} +.#{$ti-prefix}-map-off:before { + content: $ti-icon-map-off; +} +.#{$ti-prefix}-map-pause:before { + content: $ti-icon-map-pause; +} +.#{$ti-prefix}-map-pin:before { + content: $ti-icon-map-pin; +} +.#{$ti-prefix}-map-pin-2:before { + content: $ti-icon-map-pin-2; +} +.#{$ti-prefix}-map-pin-bolt:before { + content: $ti-icon-map-pin-bolt; +} +.#{$ti-prefix}-map-pin-cancel:before { + content: $ti-icon-map-pin-cancel; +} +.#{$ti-prefix}-map-pin-check:before { + content: $ti-icon-map-pin-check; +} +.#{$ti-prefix}-map-pin-code:before { + content: $ti-icon-map-pin-code; +} +.#{$ti-prefix}-map-pin-cog:before { + content: $ti-icon-map-pin-cog; +} +.#{$ti-prefix}-map-pin-dollar:before { + content: $ti-icon-map-pin-dollar; +} +.#{$ti-prefix}-map-pin-down:before { + content: $ti-icon-map-pin-down; +} +.#{$ti-prefix}-map-pin-exclamation:before { + content: $ti-icon-map-pin-exclamation; +} +.#{$ti-prefix}-map-pin-heart:before { + content: $ti-icon-map-pin-heart; +} +.#{$ti-prefix}-map-pin-minus:before { + content: $ti-icon-map-pin-minus; +} +.#{$ti-prefix}-map-pin-off:before { + content: $ti-icon-map-pin-off; +} +.#{$ti-prefix}-map-pin-pause:before { + content: $ti-icon-map-pin-pause; +} +.#{$ti-prefix}-map-pin-pin:before { + content: $ti-icon-map-pin-pin; +} +.#{$ti-prefix}-map-pin-plus:before { + content: $ti-icon-map-pin-plus; +} +.#{$ti-prefix}-map-pin-question:before { + content: $ti-icon-map-pin-question; +} +.#{$ti-prefix}-map-pin-search:before { + content: $ti-icon-map-pin-search; +} +.#{$ti-prefix}-map-pin-share:before { + content: $ti-icon-map-pin-share; +} +.#{$ti-prefix}-map-pin-star:before { + content: $ti-icon-map-pin-star; +} +.#{$ti-prefix}-map-pin-up:before { + content: $ti-icon-map-pin-up; +} +.#{$ti-prefix}-map-pin-x:before { + content: $ti-icon-map-pin-x; +} +.#{$ti-prefix}-map-pins:before { + content: $ti-icon-map-pins; +} +.#{$ti-prefix}-map-plus:before { + content: $ti-icon-map-plus; +} +.#{$ti-prefix}-map-question:before { + content: $ti-icon-map-question; +} +.#{$ti-prefix}-map-route:before { + content: $ti-icon-map-route; +} +.#{$ti-prefix}-map-search:before { + content: $ti-icon-map-search; +} +.#{$ti-prefix}-map-share:before { + content: $ti-icon-map-share; +} +.#{$ti-prefix}-map-south:before { + content: $ti-icon-map-south; +} +.#{$ti-prefix}-map-star:before { + content: $ti-icon-map-star; +} +.#{$ti-prefix}-map-up:before { + content: $ti-icon-map-up; +} +.#{$ti-prefix}-map-west:before { + content: $ti-icon-map-west; +} +.#{$ti-prefix}-map-x:before { + content: $ti-icon-map-x; +} +.#{$ti-prefix}-markdown:before { + content: $ti-icon-markdown; +} +.#{$ti-prefix}-markdown-off:before { + content: $ti-icon-markdown-off; +} +.#{$ti-prefix}-marquee:before { + content: $ti-icon-marquee; +} +.#{$ti-prefix}-marquee-2:before { + content: $ti-icon-marquee-2; +} +.#{$ti-prefix}-marquee-off:before { + content: $ti-icon-marquee-off; +} +.#{$ti-prefix}-mars:before { + content: $ti-icon-mars; +} +.#{$ti-prefix}-mask:before { + content: $ti-icon-mask; +} +.#{$ti-prefix}-mask-off:before { + content: $ti-icon-mask-off; +} +.#{$ti-prefix}-masks-theater:before { + content: $ti-icon-masks-theater; +} +.#{$ti-prefix}-masks-theater-off:before { + content: $ti-icon-masks-theater-off; +} +.#{$ti-prefix}-massage:before { + content: $ti-icon-massage; +} +.#{$ti-prefix}-matchstick:before { + content: $ti-icon-matchstick; +} +.#{$ti-prefix}-math:before { + content: $ti-icon-math; +} +.#{$ti-prefix}-math-1-divide-2:before { + content: $ti-icon-math-1-divide-2; +} +.#{$ti-prefix}-math-1-divide-3:before { + content: $ti-icon-math-1-divide-3; +} +.#{$ti-prefix}-math-avg:before { + content: $ti-icon-math-avg; +} +.#{$ti-prefix}-math-equal-greater:before { + content: $ti-icon-math-equal-greater; +} +.#{$ti-prefix}-math-equal-lower:before { + content: $ti-icon-math-equal-lower; +} +.#{$ti-prefix}-math-function:before { + content: $ti-icon-math-function; +} +.#{$ti-prefix}-math-function-off:before { + content: $ti-icon-math-function-off; +} +.#{$ti-prefix}-math-function-y:before { + content: $ti-icon-math-function-y; +} +.#{$ti-prefix}-math-greater:before { + content: $ti-icon-math-greater; +} +.#{$ti-prefix}-math-integral:before { + content: $ti-icon-math-integral; +} +.#{$ti-prefix}-math-integral-x:before { + content: $ti-icon-math-integral-x; +} +.#{$ti-prefix}-math-integrals:before { + content: $ti-icon-math-integrals; +} +.#{$ti-prefix}-math-lower:before { + content: $ti-icon-math-lower; +} +.#{$ti-prefix}-math-max:before { + content: $ti-icon-math-max; +} +.#{$ti-prefix}-math-max-min:before { + content: $ti-icon-math-max-min; +} +.#{$ti-prefix}-math-min:before { + content: $ti-icon-math-min; +} +.#{$ti-prefix}-math-not:before { + content: $ti-icon-math-not; +} +.#{$ti-prefix}-math-off:before { + content: $ti-icon-math-off; +} +.#{$ti-prefix}-math-pi:before { + content: $ti-icon-math-pi; +} +.#{$ti-prefix}-math-pi-divide-2:before { + content: $ti-icon-math-pi-divide-2; +} +.#{$ti-prefix}-math-symbols:before { + content: $ti-icon-math-symbols; +} +.#{$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-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; +} +.#{$ti-prefix}-math-x-plus-y:before { + content: $ti-icon-math-x-plus-y; +} +.#{$ti-prefix}-math-xy:before { + content: $ti-icon-math-xy; +} +.#{$ti-prefix}-math-y-minus-y:before { + content: $ti-icon-math-y-minus-y; +} +.#{$ti-prefix}-math-y-plus-y:before { + content: $ti-icon-math-y-plus-y; +} +.#{$ti-prefix}-maximize:before { + content: $ti-icon-maximize; +} +.#{$ti-prefix}-maximize-off:before { + content: $ti-icon-maximize-off; +} +.#{$ti-prefix}-meat:before { + content: $ti-icon-meat; +} +.#{$ti-prefix}-meat-off:before { + content: $ti-icon-meat-off; +} +.#{$ti-prefix}-medal:before { + content: $ti-icon-medal; +} +.#{$ti-prefix}-medal-2:before { + content: $ti-icon-medal-2; +} +.#{$ti-prefix}-medical-cross:before { + content: $ti-icon-medical-cross; +} +.#{$ti-prefix}-medical-cross-circle:before { + content: $ti-icon-medical-cross-circle; +} +.#{$ti-prefix}-medical-cross-off:before { + content: $ti-icon-medical-cross-off; +} +.#{$ti-prefix}-medicine-syrup:before { + content: $ti-icon-medicine-syrup; +} +.#{$ti-prefix}-meeple:before { + content: $ti-icon-meeple; +} +.#{$ti-prefix}-melon:before { + content: $ti-icon-melon; +} +.#{$ti-prefix}-menorah:before { + content: $ti-icon-menorah; +} +.#{$ti-prefix}-menu:before { + content: $ti-icon-menu; +} +.#{$ti-prefix}-menu-2:before { + content: $ti-icon-menu-2; +} +.#{$ti-prefix}-menu-deep:before { + content: $ti-icon-menu-deep; +} +.#{$ti-prefix}-menu-order:before { + content: $ti-icon-menu-order; +} +.#{$ti-prefix}-message:before { + content: $ti-icon-message; +} +.#{$ti-prefix}-message-2:before { + content: $ti-icon-message-2; +} +.#{$ti-prefix}-message-2-bolt:before { + content: $ti-icon-message-2-bolt; +} +.#{$ti-prefix}-message-2-cancel:before { + content: $ti-icon-message-2-cancel; +} +.#{$ti-prefix}-message-2-check:before { + content: $ti-icon-message-2-check; +} +.#{$ti-prefix}-message-2-code:before { + content: $ti-icon-message-2-code; +} +.#{$ti-prefix}-message-2-cog:before { + content: $ti-icon-message-2-cog; +} +.#{$ti-prefix}-message-2-dollar:before { + content: $ti-icon-message-2-dollar; +} +.#{$ti-prefix}-message-2-down:before { + content: $ti-icon-message-2-down; +} +.#{$ti-prefix}-message-2-exclamation:before { + content: $ti-icon-message-2-exclamation; +} +.#{$ti-prefix}-message-2-heart:before { + content: $ti-icon-message-2-heart; +} +.#{$ti-prefix}-message-2-minus:before { + content: $ti-icon-message-2-minus; +} +.#{$ti-prefix}-message-2-off:before { + content: $ti-icon-message-2-off; +} +.#{$ti-prefix}-message-2-pause:before { + content: $ti-icon-message-2-pause; +} +.#{$ti-prefix}-message-2-pin:before { + content: $ti-icon-message-2-pin; +} +.#{$ti-prefix}-message-2-plus:before { + content: $ti-icon-message-2-plus; +} +.#{$ti-prefix}-message-2-question:before { + content: $ti-icon-message-2-question; +} +.#{$ti-prefix}-message-2-search:before { + content: $ti-icon-message-2-search; +} +.#{$ti-prefix}-message-2-share:before { + content: $ti-icon-message-2-share; +} +.#{$ti-prefix}-message-2-star:before { + content: $ti-icon-message-2-star; +} +.#{$ti-prefix}-message-2-up:before { + content: $ti-icon-message-2-up; +} +.#{$ti-prefix}-message-2-x:before { + content: $ti-icon-message-2-x; +} +.#{$ti-prefix}-message-bolt:before { + content: $ti-icon-message-bolt; +} +.#{$ti-prefix}-message-cancel:before { + content: $ti-icon-message-cancel; +} +.#{$ti-prefix}-message-chatbot:before { + content: $ti-icon-message-chatbot; +} +.#{$ti-prefix}-message-check:before { + content: $ti-icon-message-check; +} +.#{$ti-prefix}-message-circle:before { + content: $ti-icon-message-circle; +} +.#{$ti-prefix}-message-circle-2:before { + content: $ti-icon-message-circle-2; +} +.#{$ti-prefix}-message-circle-bolt:before { + content: $ti-icon-message-circle-bolt; +} +.#{$ti-prefix}-message-circle-cancel:before { + content: $ti-icon-message-circle-cancel; +} +.#{$ti-prefix}-message-circle-check:before { + content: $ti-icon-message-circle-check; +} +.#{$ti-prefix}-message-circle-code:before { + content: $ti-icon-message-circle-code; +} +.#{$ti-prefix}-message-circle-cog:before { + content: $ti-icon-message-circle-cog; +} +.#{$ti-prefix}-message-circle-dollar:before { + content: $ti-icon-message-circle-dollar; +} +.#{$ti-prefix}-message-circle-down:before { + content: $ti-icon-message-circle-down; +} +.#{$ti-prefix}-message-circle-exclamation:before { + content: $ti-icon-message-circle-exclamation; +} +.#{$ti-prefix}-message-circle-heart:before { + content: $ti-icon-message-circle-heart; +} +.#{$ti-prefix}-message-circle-minus:before { + content: $ti-icon-message-circle-minus; +} +.#{$ti-prefix}-message-circle-off:before { + content: $ti-icon-message-circle-off; +} +.#{$ti-prefix}-message-circle-pause:before { + content: $ti-icon-message-circle-pause; +} +.#{$ti-prefix}-message-circle-pin:before { + content: $ti-icon-message-circle-pin; +} +.#{$ti-prefix}-message-circle-plus:before { + content: $ti-icon-message-circle-plus; +} +.#{$ti-prefix}-message-circle-question:before { + content: $ti-icon-message-circle-question; +} +.#{$ti-prefix}-message-circle-search:before { + content: $ti-icon-message-circle-search; +} +.#{$ti-prefix}-message-circle-share:before { + content: $ti-icon-message-circle-share; +} +.#{$ti-prefix}-message-circle-star:before { + content: $ti-icon-message-circle-star; +} +.#{$ti-prefix}-message-circle-up:before { + content: $ti-icon-message-circle-up; +} +.#{$ti-prefix}-message-circle-x:before { + content: $ti-icon-message-circle-x; +} +.#{$ti-prefix}-message-code:before { + content: $ti-icon-message-code; +} +.#{$ti-prefix}-message-cog:before { + content: $ti-icon-message-cog; +} +.#{$ti-prefix}-message-dollar:before { + content: $ti-icon-message-dollar; +} +.#{$ti-prefix}-message-dots:before { + content: $ti-icon-message-dots; +} +.#{$ti-prefix}-message-down:before { + content: $ti-icon-message-down; +} +.#{$ti-prefix}-message-exclamation:before { + content: $ti-icon-message-exclamation; +} +.#{$ti-prefix}-message-forward:before { + content: $ti-icon-message-forward; +} +.#{$ti-prefix}-message-heart:before { + content: $ti-icon-message-heart; +} +.#{$ti-prefix}-message-language:before { + content: $ti-icon-message-language; +} +.#{$ti-prefix}-message-minus:before { + content: $ti-icon-message-minus; +} +.#{$ti-prefix}-message-off:before { + content: $ti-icon-message-off; +} +.#{$ti-prefix}-message-pause:before { + content: $ti-icon-message-pause; +} +.#{$ti-prefix}-message-pin:before { + content: $ti-icon-message-pin; +} +.#{$ti-prefix}-message-plus:before { + content: $ti-icon-message-plus; +} +.#{$ti-prefix}-message-question:before { + content: $ti-icon-message-question; +} +.#{$ti-prefix}-message-reply:before { + content: $ti-icon-message-reply; +} +.#{$ti-prefix}-message-report:before { + content: $ti-icon-message-report; +} +.#{$ti-prefix}-message-search:before { + content: $ti-icon-message-search; +} +.#{$ti-prefix}-message-share:before { + content: $ti-icon-message-share; +} +.#{$ti-prefix}-message-star:before { + content: $ti-icon-message-star; +} +.#{$ti-prefix}-message-up:before { + content: $ti-icon-message-up; +} +.#{$ti-prefix}-message-x:before { + content: $ti-icon-message-x; +} +.#{$ti-prefix}-messages:before { + content: $ti-icon-messages; +} +.#{$ti-prefix}-messages-off:before { + content: $ti-icon-messages-off; +} +.#{$ti-prefix}-meteor:before { + content: $ti-icon-meteor; +} +.#{$ti-prefix}-meteor-off:before { + content: $ti-icon-meteor-off; +} +.#{$ti-prefix}-meter-cube:before { + content: $ti-icon-meter-cube; +} +.#{$ti-prefix}-meter-square:before { + content: $ti-icon-meter-square; +} +.#{$ti-prefix}-metronome:before { + content: $ti-icon-metronome; +} +.#{$ti-prefix}-michelin-bib-gourmand:before { + content: $ti-icon-michelin-bib-gourmand; +} +.#{$ti-prefix}-michelin-star:before { + content: $ti-icon-michelin-star; +} +.#{$ti-prefix}-michelin-star-green:before { + content: $ti-icon-michelin-star-green; +} +.#{$ti-prefix}-mickey:before { + content: $ti-icon-mickey; +} +.#{$ti-prefix}-microphone:before { + content: $ti-icon-microphone; +} +.#{$ti-prefix}-microphone-2:before { + content: $ti-icon-microphone-2; +} +.#{$ti-prefix}-microphone-2-off:before { + content: $ti-icon-microphone-2-off; +} +.#{$ti-prefix}-microphone-off:before { + content: $ti-icon-microphone-off; +} +.#{$ti-prefix}-microscope:before { + content: $ti-icon-microscope; +} +.#{$ti-prefix}-microscope-off:before { + content: $ti-icon-microscope-off; +} +.#{$ti-prefix}-microwave:before { + content: $ti-icon-microwave; +} +.#{$ti-prefix}-microwave-off:before { + content: $ti-icon-microwave-off; +} +.#{$ti-prefix}-military-award:before { + content: $ti-icon-military-award; +} +.#{$ti-prefix}-military-rank:before { + content: $ti-icon-military-rank; +} +.#{$ti-prefix}-milk:before { + content: $ti-icon-milk; +} +.#{$ti-prefix}-milk-off:before { + content: $ti-icon-milk-off; +} +.#{$ti-prefix}-milkshake:before { + content: $ti-icon-milkshake; +} +.#{$ti-prefix}-minimize:before { + content: $ti-icon-minimize; +} +.#{$ti-prefix}-minus:before { + content: $ti-icon-minus; +} +.#{$ti-prefix}-minus-vertical:before { + content: $ti-icon-minus-vertical; +} +.#{$ti-prefix}-mist:before { + content: $ti-icon-mist; +} +.#{$ti-prefix}-mist-off:before { + content: $ti-icon-mist-off; +} +.#{$ti-prefix}-mobiledata:before { + content: $ti-icon-mobiledata; +} +.#{$ti-prefix}-mobiledata-off:before { + content: $ti-icon-mobiledata-off; +} +.#{$ti-prefix}-moneybag:before { + content: $ti-icon-moneybag; +} +.#{$ti-prefix}-mood-angry:before { + content: $ti-icon-mood-angry; +} +.#{$ti-prefix}-mood-annoyed:before { + content: $ti-icon-mood-annoyed; +} +.#{$ti-prefix}-mood-annoyed-2:before { + content: $ti-icon-mood-annoyed-2; +} +.#{$ti-prefix}-mood-boy:before { + content: $ti-icon-mood-boy; +} +.#{$ti-prefix}-mood-check:before { + content: $ti-icon-mood-check; +} +.#{$ti-prefix}-mood-cog:before { + content: $ti-icon-mood-cog; +} +.#{$ti-prefix}-mood-confuzed:before { + content: $ti-icon-mood-confuzed; +} +.#{$ti-prefix}-mood-crazy-happy:before { + content: $ti-icon-mood-crazy-happy; +} +.#{$ti-prefix}-mood-cry:before { + content: $ti-icon-mood-cry; +} +.#{$ti-prefix}-mood-dollar:before { + content: $ti-icon-mood-dollar; +} +.#{$ti-prefix}-mood-edit:before { + content: $ti-icon-mood-edit; +} +.#{$ti-prefix}-mood-empty:before { + content: $ti-icon-mood-empty; +} +.#{$ti-prefix}-mood-happy:before { + content: $ti-icon-mood-happy; +} +.#{$ti-prefix}-mood-heart:before { + content: $ti-icon-mood-heart; +} +.#{$ti-prefix}-mood-kid:before { + content: $ti-icon-mood-kid; +} +.#{$ti-prefix}-mood-look-down:before { + content: $ti-icon-mood-look-down; +} +.#{$ti-prefix}-mood-look-left:before { + content: $ti-icon-mood-look-left; +} +.#{$ti-prefix}-mood-look-right:before { + content: $ti-icon-mood-look-right; +} +.#{$ti-prefix}-mood-look-up:before { + content: $ti-icon-mood-look-up; +} +.#{$ti-prefix}-mood-minus:before { + content: $ti-icon-mood-minus; +} +.#{$ti-prefix}-mood-nerd:before { + content: $ti-icon-mood-nerd; +} +.#{$ti-prefix}-mood-nervous:before { + content: $ti-icon-mood-nervous; +} +.#{$ti-prefix}-mood-neutral:before { + content: $ti-icon-mood-neutral; +} +.#{$ti-prefix}-mood-off:before { + content: $ti-icon-mood-off; +} +.#{$ti-prefix}-mood-pin:before { + content: $ti-icon-mood-pin; +} +.#{$ti-prefix}-mood-plus:before { + content: $ti-icon-mood-plus; +} +.#{$ti-prefix}-mood-puzzled:before { + content: $ti-icon-mood-puzzled; +} +.#{$ti-prefix}-mood-sad:before { + content: $ti-icon-mood-sad; +} +.#{$ti-prefix}-mood-sad-2:before { + content: $ti-icon-mood-sad-2; +} +.#{$ti-prefix}-mood-sad-dizzy:before { + content: $ti-icon-mood-sad-dizzy; +} +.#{$ti-prefix}-mood-sad-squint:before { + content: $ti-icon-mood-sad-squint; +} +.#{$ti-prefix}-mood-search:before { + content: $ti-icon-mood-search; +} +.#{$ti-prefix}-mood-share:before { + content: $ti-icon-mood-share; +} +.#{$ti-prefix}-mood-sick:before { + content: $ti-icon-mood-sick; +} +.#{$ti-prefix}-mood-silence:before { + content: $ti-icon-mood-silence; +} +.#{$ti-prefix}-mood-sing:before { + content: $ti-icon-mood-sing; +} +.#{$ti-prefix}-mood-smile:before { + content: $ti-icon-mood-smile; +} +.#{$ti-prefix}-mood-smile-beam:before { + content: $ti-icon-mood-smile-beam; +} +.#{$ti-prefix}-mood-smile-dizzy:before { + content: $ti-icon-mood-smile-dizzy; +} +.#{$ti-prefix}-mood-suprised:before { + content: $ti-icon-mood-suprised; +} +.#{$ti-prefix}-mood-tongue:before { + content: $ti-icon-mood-tongue; +} +.#{$ti-prefix}-mood-tongue-wink:before { + content: $ti-icon-mood-tongue-wink; +} +.#{$ti-prefix}-mood-tongue-wink-2:before { + content: $ti-icon-mood-tongue-wink-2; +} +.#{$ti-prefix}-mood-unamused:before { + content: $ti-icon-mood-unamused; +} +.#{$ti-prefix}-mood-up:before { + content: $ti-icon-mood-up; +} +.#{$ti-prefix}-mood-wink:before { + content: $ti-icon-mood-wink; +} +.#{$ti-prefix}-mood-wink-2:before { + content: $ti-icon-mood-wink-2; +} +.#{$ti-prefix}-mood-wrrr:before { + content: $ti-icon-mood-wrrr; +} +.#{$ti-prefix}-mood-x:before { + content: $ti-icon-mood-x; +} +.#{$ti-prefix}-mood-xd:before { + content: $ti-icon-mood-xd; +} +.#{$ti-prefix}-moon:before { + content: $ti-icon-moon; +} +.#{$ti-prefix}-moon-2:before { + content: $ti-icon-moon-2; +} +.#{$ti-prefix}-moon-off:before { + content: $ti-icon-moon-off; +} +.#{$ti-prefix}-moon-stars:before { + content: $ti-icon-moon-stars; +} +.#{$ti-prefix}-moped:before { + content: $ti-icon-moped; +} +.#{$ti-prefix}-motorbike:before { + content: $ti-icon-motorbike; +} +.#{$ti-prefix}-mountain:before { + content: $ti-icon-mountain; +} +.#{$ti-prefix}-mountain-off:before { + content: $ti-icon-mountain-off; +} +.#{$ti-prefix}-mouse:before { + content: $ti-icon-mouse; +} +.#{$ti-prefix}-mouse-2:before { + content: $ti-icon-mouse-2; +} +.#{$ti-prefix}-mouse-off:before { + content: $ti-icon-mouse-off; +} +.#{$ti-prefix}-moustache:before { + content: $ti-icon-moustache; +} +.#{$ti-prefix}-movie:before { + content: $ti-icon-movie; +} +.#{$ti-prefix}-movie-off:before { + content: $ti-icon-movie-off; +} +.#{$ti-prefix}-mug:before { + content: $ti-icon-mug; +} +.#{$ti-prefix}-mug-off:before { + content: $ti-icon-mug-off; +} +.#{$ti-prefix}-multiplier-0-5x:before { + content: $ti-icon-multiplier-0-5x; +} +.#{$ti-prefix}-multiplier-1-5x:before { + content: $ti-icon-multiplier-1-5x; +} +.#{$ti-prefix}-multiplier-1x:before { + content: $ti-icon-multiplier-1x; +} +.#{$ti-prefix}-multiplier-2x:before { + content: $ti-icon-multiplier-2x; +} +.#{$ti-prefix}-mushroom:before { + content: $ti-icon-mushroom; +} +.#{$ti-prefix}-mushroom-off:before { + content: $ti-icon-mushroom-off; +} +.#{$ti-prefix}-music:before { + content: $ti-icon-music; +} +.#{$ti-prefix}-music-bolt:before { + content: $ti-icon-music-bolt; +} +.#{$ti-prefix}-music-cancel:before { + content: $ti-icon-music-cancel; +} +.#{$ti-prefix}-music-check:before { + content: $ti-icon-music-check; +} +.#{$ti-prefix}-music-code:before { + content: $ti-icon-music-code; +} +.#{$ti-prefix}-music-cog:before { + content: $ti-icon-music-cog; +} +.#{$ti-prefix}-music-discount:before { + content: $ti-icon-music-discount; +} +.#{$ti-prefix}-music-dollar:before { + content: $ti-icon-music-dollar; +} +.#{$ti-prefix}-music-down:before { + content: $ti-icon-music-down; +} +.#{$ti-prefix}-music-exclamation:before { + content: $ti-icon-music-exclamation; +} +.#{$ti-prefix}-music-heart:before { + content: $ti-icon-music-heart; +} +.#{$ti-prefix}-music-minus:before { + content: $ti-icon-music-minus; +} +.#{$ti-prefix}-music-off:before { + content: $ti-icon-music-off; +} +.#{$ti-prefix}-music-pause:before { + content: $ti-icon-music-pause; +} +.#{$ti-prefix}-music-pin:before { + content: $ti-icon-music-pin; +} +.#{$ti-prefix}-music-plus:before { + content: $ti-icon-music-plus; +} +.#{$ti-prefix}-music-question:before { + content: $ti-icon-music-question; +} +.#{$ti-prefix}-music-search:before { + content: $ti-icon-music-search; +} +.#{$ti-prefix}-music-share:before { + content: $ti-icon-music-share; +} +.#{$ti-prefix}-music-star:before { + content: $ti-icon-music-star; +} +.#{$ti-prefix}-music-up:before { + content: $ti-icon-music-up; +} +.#{$ti-prefix}-music-x:before { + content: $ti-icon-music-x; +} +.#{$ti-prefix}-navigation:before { + content: $ti-icon-navigation; +} +.#{$ti-prefix}-navigation-bolt:before { + content: $ti-icon-navigation-bolt; +} +.#{$ti-prefix}-navigation-cancel:before { + content: $ti-icon-navigation-cancel; +} +.#{$ti-prefix}-navigation-check:before { + content: $ti-icon-navigation-check; +} +.#{$ti-prefix}-navigation-code:before { + content: $ti-icon-navigation-code; +} +.#{$ti-prefix}-navigation-cog:before { + content: $ti-icon-navigation-cog; +} +.#{$ti-prefix}-navigation-discount:before { + content: $ti-icon-navigation-discount; +} +.#{$ti-prefix}-navigation-dollar:before { + content: $ti-icon-navigation-dollar; +} +.#{$ti-prefix}-navigation-down:before { + content: $ti-icon-navigation-down; +} +.#{$ti-prefix}-navigation-east:before { + content: $ti-icon-navigation-east; +} +.#{$ti-prefix}-navigation-exclamation:before { + content: $ti-icon-navigation-exclamation; +} +.#{$ti-prefix}-navigation-heart:before { + content: $ti-icon-navigation-heart; +} +.#{$ti-prefix}-navigation-minus:before { + content: $ti-icon-navigation-minus; +} +.#{$ti-prefix}-navigation-north:before { + content: $ti-icon-navigation-north; +} +.#{$ti-prefix}-navigation-off:before { + content: $ti-icon-navigation-off; +} +.#{$ti-prefix}-navigation-pause:before { + content: $ti-icon-navigation-pause; +} +.#{$ti-prefix}-navigation-pin:before { + content: $ti-icon-navigation-pin; +} +.#{$ti-prefix}-navigation-plus:before { + content: $ti-icon-navigation-plus; +} +.#{$ti-prefix}-navigation-question:before { + content: $ti-icon-navigation-question; +} +.#{$ti-prefix}-navigation-search:before { + content: $ti-icon-navigation-search; +} +.#{$ti-prefix}-navigation-share:before { + content: $ti-icon-navigation-share; +} +.#{$ti-prefix}-navigation-south:before { + content: $ti-icon-navigation-south; +} +.#{$ti-prefix}-navigation-star:before { + content: $ti-icon-navigation-star; +} +.#{$ti-prefix}-navigation-top:before { + content: $ti-icon-navigation-top; +} +.#{$ti-prefix}-navigation-up:before { + content: $ti-icon-navigation-up; +} +.#{$ti-prefix}-navigation-west:before { + content: $ti-icon-navigation-west; +} +.#{$ti-prefix}-navigation-x:before { + content: $ti-icon-navigation-x; +} +.#{$ti-prefix}-needle:before { + content: $ti-icon-needle; +} +.#{$ti-prefix}-needle-thread:before { + content: $ti-icon-needle-thread; +} +.#{$ti-prefix}-network:before { + content: $ti-icon-network; +} +.#{$ti-prefix}-network-off:before { + content: $ti-icon-network-off; +} +.#{$ti-prefix}-new-section:before { + content: $ti-icon-new-section; +} +.#{$ti-prefix}-news:before { + content: $ti-icon-news; +} +.#{$ti-prefix}-news-off:before { + content: $ti-icon-news-off; +} +.#{$ti-prefix}-nfc:before { + content: $ti-icon-nfc; +} +.#{$ti-prefix}-nfc-off:before { + content: $ti-icon-nfc-off; +} +.#{$ti-prefix}-no-copyright:before { + content: $ti-icon-no-copyright; +} +.#{$ti-prefix}-no-creative-commons:before { + content: $ti-icon-no-creative-commons; +} +.#{$ti-prefix}-no-derivatives:before { + content: $ti-icon-no-derivatives; +} +.#{$ti-prefix}-north-star:before { + content: $ti-icon-north-star; +} +.#{$ti-prefix}-note:before { + content: $ti-icon-note; +} +.#{$ti-prefix}-note-off:before { + content: $ti-icon-note-off; +} +.#{$ti-prefix}-notebook:before { + content: $ti-icon-notebook; +} +.#{$ti-prefix}-notebook-off:before { + content: $ti-icon-notebook-off; +} +.#{$ti-prefix}-notes:before { + content: $ti-icon-notes; +} +.#{$ti-prefix}-notes-off:before { + content: $ti-icon-notes-off; +} +.#{$ti-prefix}-notification:before { + content: $ti-icon-notification; +} +.#{$ti-prefix}-notification-off:before { + content: $ti-icon-notification-off; +} +.#{$ti-prefix}-number:before { + content: $ti-icon-number; +} +.#{$ti-prefix}-number-0:before { + content: $ti-icon-number-0; +} +.#{$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-small:before { + content: $ti-icon-number-10-small; +} +.#{$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; +} +.#{$ti-prefix}-number-13-small:before { + content: $ti-icon-number-13-small; +} +.#{$ti-prefix}-number-14-small:before { + content: $ti-icon-number-14-small; +} +.#{$ti-prefix}-number-15-small:before { + content: $ti-icon-number-15-small; +} +.#{$ti-prefix}-number-16-small:before { + content: $ti-icon-number-16-small; +} +.#{$ti-prefix}-number-17-small:before { + content: $ti-icon-number-17-small; +} +.#{$ti-prefix}-number-18-small:before { + content: $ti-icon-number-18-small; +} +.#{$ti-prefix}-number-19-small:before { + content: $ti-icon-number-19-small; +} +.#{$ti-prefix}-number-2:before { + content: $ti-icon-number-2; +} +.#{$ti-prefix}-number-2-small:before { + content: $ti-icon-number-2-small; +} +.#{$ti-prefix}-number-20-small:before { + content: $ti-icon-number-20-small; +} +.#{$ti-prefix}-number-21-small:before { + content: $ti-icon-number-21-small; +} +.#{$ti-prefix}-number-22-small:before { + content: $ti-icon-number-22-small; +} +.#{$ti-prefix}-number-23-small:before { + content: $ti-icon-number-23-small; +} +.#{$ti-prefix}-number-24-small:before { + content: $ti-icon-number-24-small; +} +.#{$ti-prefix}-number-25-small:before { + content: $ti-icon-number-25-small; +} +.#{$ti-prefix}-number-26-small:before { + content: $ti-icon-number-26-small; +} +.#{$ti-prefix}-number-27-small:before { + content: $ti-icon-number-27-small; +} +.#{$ti-prefix}-number-28-small:before { + content: $ti-icon-number-28-small; +} +.#{$ti-prefix}-number-29-small:before { + content: $ti-icon-number-29-small; +} +.#{$ti-prefix}-number-3:before { + content: $ti-icon-number-3; +} +.#{$ti-prefix}-number-3-small:before { + content: $ti-icon-number-3-small; +} +.#{$ti-prefix}-number-4:before { + content: $ti-icon-number-4; +} +.#{$ti-prefix}-number-4-small:before { + content: $ti-icon-number-4-small; +} +.#{$ti-prefix}-number-5:before { + content: $ti-icon-number-5; +} +.#{$ti-prefix}-number-5-small:before { + content: $ti-icon-number-5-small; +} +.#{$ti-prefix}-number-6:before { + content: $ti-icon-number-6; +} +.#{$ti-prefix}-number-6-small:before { + content: $ti-icon-number-6-small; +} +.#{$ti-prefix}-number-7:before { + content: $ti-icon-number-7; +} +.#{$ti-prefix}-number-7-small:before { + content: $ti-icon-number-7-small; +} +.#{$ti-prefix}-number-8:before { + content: $ti-icon-number-8; +} +.#{$ti-prefix}-number-8-small:before { + content: $ti-icon-number-8-small; +} +.#{$ti-prefix}-number-9:before { + content: $ti-icon-number-9; +} +.#{$ti-prefix}-number-9-small:before { + content: $ti-icon-number-9-small; +} +.#{$ti-prefix}-numbers:before { + content: $ti-icon-numbers; +} +.#{$ti-prefix}-nurse:before { + content: $ti-icon-nurse; +} +.#{$ti-prefix}-nut:before { + content: $ti-icon-nut; +} +.#{$ti-prefix}-octagon:before { + content: $ti-icon-octagon; +} +.#{$ti-prefix}-octagon-minus:before { + content: $ti-icon-octagon-minus; +} +.#{$ti-prefix}-octagon-minus-2:before { + content: $ti-icon-octagon-minus-2; +} +.#{$ti-prefix}-octagon-off:before { + content: $ti-icon-octagon-off; +} +.#{$ti-prefix}-octagon-plus:before { + content: $ti-icon-octagon-plus; +} +.#{$ti-prefix}-octagon-plus-2:before { + content: $ti-icon-octagon-plus-2; +} +.#{$ti-prefix}-octahedron:before { + content: $ti-icon-octahedron; +} +.#{$ti-prefix}-octahedron-off:before { + content: $ti-icon-octahedron-off; +} +.#{$ti-prefix}-octahedron-plus:before { + content: $ti-icon-octahedron-plus; +} +.#{$ti-prefix}-old:before { + content: $ti-icon-old; +} +.#{$ti-prefix}-olympics:before { + content: $ti-icon-olympics; +} +.#{$ti-prefix}-olympics-off:before { + content: $ti-icon-olympics-off; +} +.#{$ti-prefix}-om:before { + content: $ti-icon-om; +} +.#{$ti-prefix}-omega:before { + content: $ti-icon-omega; +} +.#{$ti-prefix}-outbound:before { + content: $ti-icon-outbound; +} +.#{$ti-prefix}-outlet:before { + content: $ti-icon-outlet; +} +.#{$ti-prefix}-oval:before { + content: $ti-icon-oval; +} +.#{$ti-prefix}-oval-vertical:before { + content: $ti-icon-oval-vertical; +} +.#{$ti-prefix}-overline:before { + content: $ti-icon-overline; +} +.#{$ti-prefix}-package:before { + content: $ti-icon-package; +} +.#{$ti-prefix}-package-export:before { + content: $ti-icon-package-export; +} +.#{$ti-prefix}-package-import:before { + content: $ti-icon-package-import; +} +.#{$ti-prefix}-package-off:before { + content: $ti-icon-package-off; +} +.#{$ti-prefix}-packages:before { + content: $ti-icon-packages; +} +.#{$ti-prefix}-pacman:before { + content: $ti-icon-pacman; +} +.#{$ti-prefix}-page-break:before { + content: $ti-icon-page-break; +} +.#{$ti-prefix}-paint:before { + content: $ti-icon-paint; +} +.#{$ti-prefix}-paint-off:before { + content: $ti-icon-paint-off; +} +.#{$ti-prefix}-palette:before { + content: $ti-icon-palette; +} +.#{$ti-prefix}-palette-off:before { + content: $ti-icon-palette-off; +} +.#{$ti-prefix}-panorama-horizontal:before { + content: $ti-icon-panorama-horizontal; +} +.#{$ti-prefix}-panorama-horizontal-off:before { + content: $ti-icon-panorama-horizontal-off; +} +.#{$ti-prefix}-panorama-vertical:before { + content: $ti-icon-panorama-vertical; +} +.#{$ti-prefix}-panorama-vertical-off:before { + content: $ti-icon-panorama-vertical-off; +} +.#{$ti-prefix}-paper-bag:before { + content: $ti-icon-paper-bag; +} +.#{$ti-prefix}-paper-bag-off:before { + content: $ti-icon-paper-bag-off; +} +.#{$ti-prefix}-paperclip:before { + content: $ti-icon-paperclip; +} +.#{$ti-prefix}-parachute:before { + content: $ti-icon-parachute; +} +.#{$ti-prefix}-parachute-off:before { + content: $ti-icon-parachute-off; +} +.#{$ti-prefix}-parentheses:before { + content: $ti-icon-parentheses; +} +.#{$ti-prefix}-parentheses-off:before { + content: $ti-icon-parentheses-off; +} +.#{$ti-prefix}-parking:before { + content: $ti-icon-parking; +} +.#{$ti-prefix}-parking-circle:before { + content: $ti-icon-parking-circle; +} +.#{$ti-prefix}-parking-off:before { + content: $ti-icon-parking-off; +} +.#{$ti-prefix}-password:before { + content: $ti-icon-password; +} +.#{$ti-prefix}-password-fingerprint:before { + content: $ti-icon-password-fingerprint; +} +.#{$ti-prefix}-password-mobile-phone:before { + content: $ti-icon-password-mobile-phone; +} +.#{$ti-prefix}-password-user:before { + content: $ti-icon-password-user; +} +.#{$ti-prefix}-paw:before { + content: $ti-icon-paw; +} +.#{$ti-prefix}-paw-off:before { + content: $ti-icon-paw-off; +} +.#{$ti-prefix}-paywall:before { + content: $ti-icon-paywall; +} +.#{$ti-prefix}-pdf:before { + content: $ti-icon-pdf; +} +.#{$ti-prefix}-peace:before { + content: $ti-icon-peace; +} +.#{$ti-prefix}-pencil:before { + content: $ti-icon-pencil; +} +.#{$ti-prefix}-pencil-bolt:before { + content: $ti-icon-pencil-bolt; +} +.#{$ti-prefix}-pencil-cancel:before { + content: $ti-icon-pencil-cancel; +} +.#{$ti-prefix}-pencil-check:before { + content: $ti-icon-pencil-check; +} +.#{$ti-prefix}-pencil-code:before { + content: $ti-icon-pencil-code; +} +.#{$ti-prefix}-pencil-cog:before { + content: $ti-icon-pencil-cog; +} +.#{$ti-prefix}-pencil-discount:before { + content: $ti-icon-pencil-discount; +} +.#{$ti-prefix}-pencil-dollar:before { + content: $ti-icon-pencil-dollar; +} +.#{$ti-prefix}-pencil-down:before { + content: $ti-icon-pencil-down; +} +.#{$ti-prefix}-pencil-exclamation:before { + content: $ti-icon-pencil-exclamation; +} +.#{$ti-prefix}-pencil-heart:before { + content: $ti-icon-pencil-heart; +} +.#{$ti-prefix}-pencil-minus:before { + content: $ti-icon-pencil-minus; +} +.#{$ti-prefix}-pencil-off:before { + content: $ti-icon-pencil-off; +} +.#{$ti-prefix}-pencil-pause:before { + content: $ti-icon-pencil-pause; +} +.#{$ti-prefix}-pencil-pin:before { + content: $ti-icon-pencil-pin; +} +.#{$ti-prefix}-pencil-plus:before { + content: $ti-icon-pencil-plus; +} +.#{$ti-prefix}-pencil-question:before { + content: $ti-icon-pencil-question; +} +.#{$ti-prefix}-pencil-search:before { + content: $ti-icon-pencil-search; +} +.#{$ti-prefix}-pencil-share:before { + content: $ti-icon-pencil-share; +} +.#{$ti-prefix}-pencil-star:before { + content: $ti-icon-pencil-star; +} +.#{$ti-prefix}-pencil-up:before { + content: $ti-icon-pencil-up; +} +.#{$ti-prefix}-pencil-x:before { + content: $ti-icon-pencil-x; +} +.#{$ti-prefix}-pennant:before { + content: $ti-icon-pennant; +} +.#{$ti-prefix}-pennant-2:before { + content: $ti-icon-pennant-2; +} +.#{$ti-prefix}-pennant-off:before { + content: $ti-icon-pennant-off; +} +.#{$ti-prefix}-pentagon:before { + content: $ti-icon-pentagon; +} +.#{$ti-prefix}-pentagon-number-0:before { + content: $ti-icon-pentagon-number-0; +} +.#{$ti-prefix}-pentagon-number-1:before { + content: $ti-icon-pentagon-number-1; +} +.#{$ti-prefix}-pentagon-number-2:before { + content: $ti-icon-pentagon-number-2; +} +.#{$ti-prefix}-pentagon-number-3:before { + content: $ti-icon-pentagon-number-3; +} +.#{$ti-prefix}-pentagon-number-4:before { + content: $ti-icon-pentagon-number-4; +} +.#{$ti-prefix}-pentagon-number-5:before { + content: $ti-icon-pentagon-number-5; +} +.#{$ti-prefix}-pentagon-number-6:before { + content: $ti-icon-pentagon-number-6; +} +.#{$ti-prefix}-pentagon-number-7:before { + content: $ti-icon-pentagon-number-7; +} +.#{$ti-prefix}-pentagon-number-8:before { + content: $ti-icon-pentagon-number-8; +} +.#{$ti-prefix}-pentagon-number-9:before { + content: $ti-icon-pentagon-number-9; +} +.#{$ti-prefix}-pentagon-off:before { + content: $ti-icon-pentagon-off; +} +.#{$ti-prefix}-pentagon-plus:before { + content: $ti-icon-pentagon-plus; +} +.#{$ti-prefix}-pentagon-x:before { + content: $ti-icon-pentagon-x; +} +.#{$ti-prefix}-pentagram:before { + content: $ti-icon-pentagram; +} +.#{$ti-prefix}-pepper:before { + content: $ti-icon-pepper; +} +.#{$ti-prefix}-pepper-off:before { + content: $ti-icon-pepper-off; +} +.#{$ti-prefix}-percentage:before { + content: $ti-icon-percentage; +} +.#{$ti-prefix}-perfume:before { + content: $ti-icon-perfume; +} +.#{$ti-prefix}-perspective:before { + content: $ti-icon-perspective; +} +.#{$ti-prefix}-perspective-off:before { + content: $ti-icon-perspective-off; +} +.#{$ti-prefix}-phone:before { + content: $ti-icon-phone; +} +.#{$ti-prefix}-phone-call:before { + content: $ti-icon-phone-call; +} +.#{$ti-prefix}-phone-calling:before { + content: $ti-icon-phone-calling; +} +.#{$ti-prefix}-phone-check:before { + content: $ti-icon-phone-check; +} +.#{$ti-prefix}-phone-incoming:before { + content: $ti-icon-phone-incoming; +} +.#{$ti-prefix}-phone-off:before { + content: $ti-icon-phone-off; +} +.#{$ti-prefix}-phone-outgoing:before { + content: $ti-icon-phone-outgoing; +} +.#{$ti-prefix}-phone-pause:before { + content: $ti-icon-phone-pause; +} +.#{$ti-prefix}-phone-plus:before { + content: $ti-icon-phone-plus; +} +.#{$ti-prefix}-phone-x:before { + content: $ti-icon-phone-x; +} +.#{$ti-prefix}-photo:before { + content: $ti-icon-photo; +} +.#{$ti-prefix}-photo-ai:before { + content: $ti-icon-photo-ai; +} +.#{$ti-prefix}-photo-bolt:before { + content: $ti-icon-photo-bolt; +} +.#{$ti-prefix}-photo-cancel:before { + content: $ti-icon-photo-cancel; +} +.#{$ti-prefix}-photo-check:before { + content: $ti-icon-photo-check; +} +.#{$ti-prefix}-photo-circle:before { + content: $ti-icon-photo-circle; +} +.#{$ti-prefix}-photo-circle-minus:before { + content: $ti-icon-photo-circle-minus; +} +.#{$ti-prefix}-photo-circle-plus:before { + content: $ti-icon-photo-circle-plus; +} +.#{$ti-prefix}-photo-code:before { + content: $ti-icon-photo-code; +} +.#{$ti-prefix}-photo-cog:before { + content: $ti-icon-photo-cog; +} +.#{$ti-prefix}-photo-dollar:before { + content: $ti-icon-photo-dollar; +} +.#{$ti-prefix}-photo-down:before { + content: $ti-icon-photo-down; +} +.#{$ti-prefix}-photo-edit:before { + content: $ti-icon-photo-edit; +} +.#{$ti-prefix}-photo-exclamation:before { + content: $ti-icon-photo-exclamation; +} +.#{$ti-prefix}-photo-heart:before { + content: $ti-icon-photo-heart; +} +.#{$ti-prefix}-photo-hexagon:before { + content: $ti-icon-photo-hexagon; +} +.#{$ti-prefix}-photo-minus:before { + content: $ti-icon-photo-minus; +} +.#{$ti-prefix}-photo-off:before { + content: $ti-icon-photo-off; +} +.#{$ti-prefix}-photo-pause:before { + content: $ti-icon-photo-pause; +} +.#{$ti-prefix}-photo-pentagon:before { + content: $ti-icon-photo-pentagon; +} +.#{$ti-prefix}-photo-pin:before { + content: $ti-icon-photo-pin; +} +.#{$ti-prefix}-photo-plus:before { + content: $ti-icon-photo-plus; +} +.#{$ti-prefix}-photo-question:before { + content: $ti-icon-photo-question; +} +.#{$ti-prefix}-photo-scan:before { + content: $ti-icon-photo-scan; +} +.#{$ti-prefix}-photo-search:before { + content: $ti-icon-photo-search; +} +.#{$ti-prefix}-photo-sensor:before { + content: $ti-icon-photo-sensor; +} +.#{$ti-prefix}-photo-sensor-2:before { + content: $ti-icon-photo-sensor-2; +} +.#{$ti-prefix}-photo-sensor-3:before { + content: $ti-icon-photo-sensor-3; +} +.#{$ti-prefix}-photo-share:before { + content: $ti-icon-photo-share; +} +.#{$ti-prefix}-photo-shield:before { + content: $ti-icon-photo-shield; +} +.#{$ti-prefix}-photo-square-rounded:before { + content: $ti-icon-photo-square-rounded; +} +.#{$ti-prefix}-photo-star:before { + content: $ti-icon-photo-star; +} +.#{$ti-prefix}-photo-up:before { + content: $ti-icon-photo-up; +} +.#{$ti-prefix}-photo-video:before { + content: $ti-icon-photo-video; +} +.#{$ti-prefix}-photo-x:before { + content: $ti-icon-photo-x; +} +.#{$ti-prefix}-physotherapist:before { + content: $ti-icon-physotherapist; +} +.#{$ti-prefix}-piano:before { + content: $ti-icon-piano; +} +.#{$ti-prefix}-pick:before { + content: $ti-icon-pick; +} +.#{$ti-prefix}-picture-in-picture:before { + content: $ti-icon-picture-in-picture; +} +.#{$ti-prefix}-picture-in-picture-off:before { + content: $ti-icon-picture-in-picture-off; +} +.#{$ti-prefix}-picture-in-picture-on:before { + content: $ti-icon-picture-in-picture-on; +} +.#{$ti-prefix}-picture-in-picture-top:before { + content: $ti-icon-picture-in-picture-top; +} +.#{$ti-prefix}-pig:before { + content: $ti-icon-pig; +} +.#{$ti-prefix}-pig-money:before { + content: $ti-icon-pig-money; +} +.#{$ti-prefix}-pig-off:before { + content: $ti-icon-pig-off; +} +.#{$ti-prefix}-pilcrow:before { + content: $ti-icon-pilcrow; +} +.#{$ti-prefix}-pilcrow-left:before { + content: $ti-icon-pilcrow-left; +} +.#{$ti-prefix}-pilcrow-right:before { + content: $ti-icon-pilcrow-right; +} +.#{$ti-prefix}-pill:before { + content: $ti-icon-pill; +} +.#{$ti-prefix}-pill-off:before { + content: $ti-icon-pill-off; +} +.#{$ti-prefix}-pills:before { + content: $ti-icon-pills; +} +.#{$ti-prefix}-pin:before { + content: $ti-icon-pin; +} +.#{$ti-prefix}-pin-end:before { + content: $ti-icon-pin-end; +} +.#{$ti-prefix}-pin-invoke:before { + content: $ti-icon-pin-invoke; +} +.#{$ti-prefix}-ping-pong:before { + content: $ti-icon-ping-pong; +} +.#{$ti-prefix}-pinned:before { + content: $ti-icon-pinned; +} +.#{$ti-prefix}-pinned-off:before { + content: $ti-icon-pinned-off; +} +.#{$ti-prefix}-pizza:before { + content: $ti-icon-pizza; +} +.#{$ti-prefix}-pizza-off:before { + content: $ti-icon-pizza-off; +} +.#{$ti-prefix}-placeholder:before { + content: $ti-icon-placeholder; +} +.#{$ti-prefix}-plane:before { + content: $ti-icon-plane; +} +.#{$ti-prefix}-plane-arrival:before { + content: $ti-icon-plane-arrival; +} +.#{$ti-prefix}-plane-departure:before { + content: $ti-icon-plane-departure; +} +.#{$ti-prefix}-plane-inflight:before { + content: $ti-icon-plane-inflight; +} +.#{$ti-prefix}-plane-off:before { + content: $ti-icon-plane-off; +} +.#{$ti-prefix}-plane-tilt:before { + content: $ti-icon-plane-tilt; +} +.#{$ti-prefix}-planet:before { + content: $ti-icon-planet; +} +.#{$ti-prefix}-planet-off:before { + content: $ti-icon-planet-off; +} +.#{$ti-prefix}-plant:before { + content: $ti-icon-plant; +} +.#{$ti-prefix}-plant-2:before { + content: $ti-icon-plant-2; +} +.#{$ti-prefix}-plant-2-off:before { + content: $ti-icon-plant-2-off; +} +.#{$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-off:before { + content: $ti-icon-play-card-off; +} +.#{$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; +} +.#{$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; +} +.#{$ti-prefix}-player-record:before { + content: $ti-icon-player-record; +} +.#{$ti-prefix}-player-skip-back:before { + content: $ti-icon-player-skip-back; +} +.#{$ti-prefix}-player-skip-forward:before { + content: $ti-icon-player-skip-forward; +} +.#{$ti-prefix}-player-stop:before { + content: $ti-icon-player-stop; +} +.#{$ti-prefix}-player-track-next:before { + content: $ti-icon-player-track-next; +} +.#{$ti-prefix}-player-track-prev:before { + content: $ti-icon-player-track-prev; +} +.#{$ti-prefix}-playlist:before { + content: $ti-icon-playlist; +} +.#{$ti-prefix}-playlist-add:before { + content: $ti-icon-playlist-add; +} +.#{$ti-prefix}-playlist-off:before { + content: $ti-icon-playlist-off; +} +.#{$ti-prefix}-playlist-x:before { + content: $ti-icon-playlist-x; +} +.#{$ti-prefix}-playstation-circle:before { + content: $ti-icon-playstation-circle; +} +.#{$ti-prefix}-playstation-square:before { + content: $ti-icon-playstation-square; +} +.#{$ti-prefix}-playstation-triangle:before { + content: $ti-icon-playstation-triangle; +} +.#{$ti-prefix}-playstation-x:before { + content: $ti-icon-playstation-x; +} +.#{$ti-prefix}-plug:before { + content: $ti-icon-plug; +} +.#{$ti-prefix}-plug-connected:before { + content: $ti-icon-plug-connected; +} +.#{$ti-prefix}-plug-connected-x:before { + content: $ti-icon-plug-connected-x; +} +.#{$ti-prefix}-plug-off:before { + content: $ti-icon-plug-off; +} +.#{$ti-prefix}-plug-x:before { + content: $ti-icon-plug-x; +} +.#{$ti-prefix}-plus:before { + content: $ti-icon-plus; +} +.#{$ti-prefix}-plus-equal:before { + content: $ti-icon-plus-equal; +} +.#{$ti-prefix}-plus-minus:before { + content: $ti-icon-plus-minus; +} +.#{$ti-prefix}-png:before { + content: $ti-icon-png; +} +.#{$ti-prefix}-podium:before { + content: $ti-icon-podium; +} +.#{$ti-prefix}-podium-off:before { + content: $ti-icon-podium-off; +} +.#{$ti-prefix}-point:before { + content: $ti-icon-point; +} +.#{$ti-prefix}-point-off:before { + content: $ti-icon-point-off; +} +.#{$ti-prefix}-pointer:before { + content: $ti-icon-pointer; +} +.#{$ti-prefix}-pointer-bolt:before { + content: $ti-icon-pointer-bolt; +} +.#{$ti-prefix}-pointer-cancel:before { + content: $ti-icon-pointer-cancel; +} +.#{$ti-prefix}-pointer-check:before { + content: $ti-icon-pointer-check; +} +.#{$ti-prefix}-pointer-code:before { + content: $ti-icon-pointer-code; +} +.#{$ti-prefix}-pointer-cog:before { + content: $ti-icon-pointer-cog; +} +.#{$ti-prefix}-pointer-dollar:before { + content: $ti-icon-pointer-dollar; +} +.#{$ti-prefix}-pointer-down:before { + content: $ti-icon-pointer-down; +} +.#{$ti-prefix}-pointer-exclamation:before { + content: $ti-icon-pointer-exclamation; +} +.#{$ti-prefix}-pointer-heart:before { + content: $ti-icon-pointer-heart; +} +.#{$ti-prefix}-pointer-minus:before { + content: $ti-icon-pointer-minus; +} +.#{$ti-prefix}-pointer-off:before { + content: $ti-icon-pointer-off; +} +.#{$ti-prefix}-pointer-pause:before { + content: $ti-icon-pointer-pause; +} +.#{$ti-prefix}-pointer-pin:before { + content: $ti-icon-pointer-pin; +} +.#{$ti-prefix}-pointer-plus:before { + content: $ti-icon-pointer-plus; +} +.#{$ti-prefix}-pointer-question:before { + content: $ti-icon-pointer-question; +} +.#{$ti-prefix}-pointer-search:before { + content: $ti-icon-pointer-search; +} +.#{$ti-prefix}-pointer-share:before { + content: $ti-icon-pointer-share; +} +.#{$ti-prefix}-pointer-star:before { + content: $ti-icon-pointer-star; +} +.#{$ti-prefix}-pointer-up:before { + content: $ti-icon-pointer-up; +} +.#{$ti-prefix}-pointer-x:before { + content: $ti-icon-pointer-x; +} +.#{$ti-prefix}-pokeball:before { + content: $ti-icon-pokeball; +} +.#{$ti-prefix}-pokeball-off:before { + content: $ti-icon-pokeball-off; +} +.#{$ti-prefix}-poker-chip:before { + content: $ti-icon-poker-chip; +} +.#{$ti-prefix}-polaroid:before { + content: $ti-icon-polaroid; +} +.#{$ti-prefix}-polygon:before { + content: $ti-icon-polygon; +} +.#{$ti-prefix}-polygon-off:before { + content: $ti-icon-polygon-off; +} +.#{$ti-prefix}-poo:before { + content: $ti-icon-poo; +} +.#{$ti-prefix}-pool:before { + content: $ti-icon-pool; +} +.#{$ti-prefix}-pool-off:before { + content: $ti-icon-pool-off; +} +.#{$ti-prefix}-power:before { + content: $ti-icon-power; +} +.#{$ti-prefix}-pray:before { + content: $ti-icon-pray; +} +.#{$ti-prefix}-premium-rights:before { + content: $ti-icon-premium-rights; +} +.#{$ti-prefix}-prescription:before { + content: $ti-icon-prescription; +} +.#{$ti-prefix}-presentation:before { + content: $ti-icon-presentation; +} +.#{$ti-prefix}-presentation-analytics:before { + content: $ti-icon-presentation-analytics; +} +.#{$ti-prefix}-presentation-off:before { + content: $ti-icon-presentation-off; +} +.#{$ti-prefix}-printer:before { + content: $ti-icon-printer; +} +.#{$ti-prefix}-printer-off:before { + content: $ti-icon-printer-off; +} +.#{$ti-prefix}-prism:before { + content: $ti-icon-prism; +} +.#{$ti-prefix}-prism-off:before { + content: $ti-icon-prism-off; +} +.#{$ti-prefix}-prism-plus:before { + content: $ti-icon-prism-plus; +} +.#{$ti-prefix}-prison:before { + content: $ti-icon-prison; +} +.#{$ti-prefix}-progress:before { + content: $ti-icon-progress; +} +.#{$ti-prefix}-progress-alert:before { + content: $ti-icon-progress-alert; +} +.#{$ti-prefix}-progress-bolt:before { + content: $ti-icon-progress-bolt; +} +.#{$ti-prefix}-progress-check:before { + content: $ti-icon-progress-check; +} +.#{$ti-prefix}-progress-down:before { + content: $ti-icon-progress-down; +} +.#{$ti-prefix}-progress-help:before { + content: $ti-icon-progress-help; +} +.#{$ti-prefix}-progress-x:before { + content: $ti-icon-progress-x; +} +.#{$ti-prefix}-prompt:before { + content: $ti-icon-prompt; +} +.#{$ti-prefix}-prong:before { + content: $ti-icon-prong; +} +.#{$ti-prefix}-propeller:before { + content: $ti-icon-propeller; +} +.#{$ti-prefix}-propeller-off:before { + content: $ti-icon-propeller-off; +} +.#{$ti-prefix}-protocol:before { + content: $ti-icon-protocol; +} +.#{$ti-prefix}-pumpkin-scary:before { + content: $ti-icon-pumpkin-scary; +} +.#{$ti-prefix}-puzzle:before { + content: $ti-icon-puzzle; +} +.#{$ti-prefix}-puzzle-2:before { + content: $ti-icon-puzzle-2; +} +.#{$ti-prefix}-puzzle-off:before { + content: $ti-icon-puzzle-off; +} +.#{$ti-prefix}-pyramid:before { + content: $ti-icon-pyramid; +} +.#{$ti-prefix}-pyramid-off:before { + content: $ti-icon-pyramid-off; +} +.#{$ti-prefix}-pyramid-plus:before { + content: $ti-icon-pyramid-plus; +} +.#{$ti-prefix}-qrcode:before { + content: $ti-icon-qrcode; +} +.#{$ti-prefix}-qrcode-off:before { + content: $ti-icon-qrcode-off; +} +.#{$ti-prefix}-question-mark:before { + content: $ti-icon-question-mark; +} +.#{$ti-prefix}-quote:before { + content: $ti-icon-quote; +} +.#{$ti-prefix}-quote-off:before { + content: $ti-icon-quote-off; +} +.#{$ti-prefix}-quotes:before { + content: $ti-icon-quotes; +} +.#{$ti-prefix}-radar:before { + content: $ti-icon-radar; +} +.#{$ti-prefix}-radar-2:before { + content: $ti-icon-radar-2; +} +.#{$ti-prefix}-radar-off:before { + content: $ti-icon-radar-off; +} +.#{$ti-prefix}-radio:before { + content: $ti-icon-radio; +} +.#{$ti-prefix}-radio-off:before { + content: $ti-icon-radio-off; +} +.#{$ti-prefix}-radioactive:before { + content: $ti-icon-radioactive; +} +.#{$ti-prefix}-radioactive-off:before { + content: $ti-icon-radioactive-off; +} +.#{$ti-prefix}-radius-bottom-left:before { + content: $ti-icon-radius-bottom-left; +} +.#{$ti-prefix}-radius-bottom-right:before { + content: $ti-icon-radius-bottom-right; +} +.#{$ti-prefix}-radius-top-left:before { + content: $ti-icon-radius-top-left; +} +.#{$ti-prefix}-radius-top-right:before { + content: $ti-icon-radius-top-right; +} +.#{$ti-prefix}-rainbow:before { + content: $ti-icon-rainbow; +} +.#{$ti-prefix}-rainbow-off:before { + content: $ti-icon-rainbow-off; +} +.#{$ti-prefix}-rating-12-plus:before { + content: $ti-icon-rating-12-plus; +} +.#{$ti-prefix}-rating-14-plus:before { + content: $ti-icon-rating-14-plus; +} +.#{$ti-prefix}-rating-16-plus:before { + content: $ti-icon-rating-16-plus; +} +.#{$ti-prefix}-rating-18-plus:before { + content: $ti-icon-rating-18-plus; +} +.#{$ti-prefix}-rating-21-plus:before { + content: $ti-icon-rating-21-plus; +} +.#{$ti-prefix}-razor:before { + content: $ti-icon-razor; +} +.#{$ti-prefix}-razor-electric:before { + content: $ti-icon-razor-electric; +} +.#{$ti-prefix}-receipt:before { + content: $ti-icon-receipt; +} +.#{$ti-prefix}-receipt-2:before { + content: $ti-icon-receipt-2; +} +.#{$ti-prefix}-receipt-bitcoin:before { + content: $ti-icon-receipt-bitcoin; +} +.#{$ti-prefix}-receipt-dollar:before { + content: $ti-icon-receipt-dollar; +} +.#{$ti-prefix}-receipt-euro:before { + content: $ti-icon-receipt-euro; +} +.#{$ti-prefix}-receipt-off:before { + content: $ti-icon-receipt-off; +} +.#{$ti-prefix}-receipt-pound:before { + content: $ti-icon-receipt-pound; +} +.#{$ti-prefix}-receipt-refund:before { + content: $ti-icon-receipt-refund; +} +.#{$ti-prefix}-receipt-rupee:before { + content: $ti-icon-receipt-rupee; +} +.#{$ti-prefix}-receipt-tax:before { + content: $ti-icon-receipt-tax; +} +.#{$ti-prefix}-receipt-yen:before { + content: $ti-icon-receipt-yen; +} +.#{$ti-prefix}-receipt-yuan:before { + content: $ti-icon-receipt-yuan; +} +.#{$ti-prefix}-recharging:before { + content: $ti-icon-recharging; +} +.#{$ti-prefix}-record-mail:before { + content: $ti-icon-record-mail; +} +.#{$ti-prefix}-record-mail-off:before { + content: $ti-icon-record-mail-off; +} +.#{$ti-prefix}-rectangle:before { + content: $ti-icon-rectangle; +} +.#{$ti-prefix}-rectangle-rounded-bottom:before { + content: $ti-icon-rectangle-rounded-bottom; +} +.#{$ti-prefix}-rectangle-rounded-top:before { + content: $ti-icon-rectangle-rounded-top; +} +.#{$ti-prefix}-rectangle-vertical:before { + content: $ti-icon-rectangle-vertical; +} +.#{$ti-prefix}-rectangular-prism:before { + content: $ti-icon-rectangular-prism; +} +.#{$ti-prefix}-rectangular-prism-off:before { + content: $ti-icon-rectangular-prism-off; +} +.#{$ti-prefix}-rectangular-prism-plus:before { + content: $ti-icon-rectangular-prism-plus; +} +.#{$ti-prefix}-recycle:before { + content: $ti-icon-recycle; +} +.#{$ti-prefix}-recycle-off:before { + content: $ti-icon-recycle-off; +} +.#{$ti-prefix}-refresh:before { + content: $ti-icon-refresh; +} +.#{$ti-prefix}-refresh-alert:before { + content: $ti-icon-refresh-alert; +} +.#{$ti-prefix}-refresh-dot:before { + content: $ti-icon-refresh-dot; +} +.#{$ti-prefix}-refresh-off:before { + content: $ti-icon-refresh-off; +} +.#{$ti-prefix}-regex:before { + content: $ti-icon-regex; +} +.#{$ti-prefix}-regex-off:before { + content: $ti-icon-regex-off; +} +.#{$ti-prefix}-registered:before { + content: $ti-icon-registered; +} +.#{$ti-prefix}-relation-many-to-many:before { + content: $ti-icon-relation-many-to-many; +} +.#{$ti-prefix}-relation-one-to-many:before { + content: $ti-icon-relation-one-to-many; +} +.#{$ti-prefix}-relation-one-to-one:before { + content: $ti-icon-relation-one-to-one; +} +.#{$ti-prefix}-reload:before { + content: $ti-icon-reload; +} +.#{$ti-prefix}-reorder:before { + content: $ti-icon-reorder; +} +.#{$ti-prefix}-repeat:before { + content: $ti-icon-repeat; +} +.#{$ti-prefix}-repeat-off:before { + content: $ti-icon-repeat-off; +} +.#{$ti-prefix}-repeat-once:before { + content: $ti-icon-repeat-once; +} +.#{$ti-prefix}-replace:before { + content: $ti-icon-replace; +} +.#{$ti-prefix}-replace-off:before { + content: $ti-icon-replace-off; +} +.#{$ti-prefix}-report:before { + content: $ti-icon-report; +} +.#{$ti-prefix}-report-analytics:before { + content: $ti-icon-report-analytics; +} +.#{$ti-prefix}-report-medical:before { + content: $ti-icon-report-medical; +} +.#{$ti-prefix}-report-money:before { + content: $ti-icon-report-money; +} +.#{$ti-prefix}-report-off:before { + content: $ti-icon-report-off; +} +.#{$ti-prefix}-report-search:before { + content: $ti-icon-report-search; +} +.#{$ti-prefix}-reserved-line:before { + content: $ti-icon-reserved-line; +} +.#{$ti-prefix}-resize:before { + content: $ti-icon-resize; +} +.#{$ti-prefix}-restore:before { + content: $ti-icon-restore; +} +.#{$ti-prefix}-rewind-backward-10:before { + content: $ti-icon-rewind-backward-10; +} +.#{$ti-prefix}-rewind-backward-15:before { + content: $ti-icon-rewind-backward-15; +} +.#{$ti-prefix}-rewind-backward-20:before { + content: $ti-icon-rewind-backward-20; +} +.#{$ti-prefix}-rewind-backward-30:before { + content: $ti-icon-rewind-backward-30; +} +.#{$ti-prefix}-rewind-backward-40:before { + content: $ti-icon-rewind-backward-40; +} +.#{$ti-prefix}-rewind-backward-5:before { + content: $ti-icon-rewind-backward-5; +} +.#{$ti-prefix}-rewind-backward-50:before { + content: $ti-icon-rewind-backward-50; +} +.#{$ti-prefix}-rewind-backward-60:before { + content: $ti-icon-rewind-backward-60; +} +.#{$ti-prefix}-rewind-forward-10:before { + content: $ti-icon-rewind-forward-10; +} +.#{$ti-prefix}-rewind-forward-15:before { + content: $ti-icon-rewind-forward-15; +} +.#{$ti-prefix}-rewind-forward-20:before { + content: $ti-icon-rewind-forward-20; +} +.#{$ti-prefix}-rewind-forward-30:before { + content: $ti-icon-rewind-forward-30; +} +.#{$ti-prefix}-rewind-forward-40:before { + content: $ti-icon-rewind-forward-40; +} +.#{$ti-prefix}-rewind-forward-5:before { + content: $ti-icon-rewind-forward-5; +} +.#{$ti-prefix}-rewind-forward-50:before { + content: $ti-icon-rewind-forward-50; +} +.#{$ti-prefix}-rewind-forward-60:before { + content: $ti-icon-rewind-forward-60; +} +.#{$ti-prefix}-ribbon-health:before { + content: $ti-icon-ribbon-health; +} +.#{$ti-prefix}-rings:before { + content: $ti-icon-rings; +} +.#{$ti-prefix}-ripple:before { + content: $ti-icon-ripple; +} +.#{$ti-prefix}-ripple-off:before { + content: $ti-icon-ripple-off; +} +.#{$ti-prefix}-road:before { + content: $ti-icon-road; +} +.#{$ti-prefix}-road-off:before { + content: $ti-icon-road-off; +} +.#{$ti-prefix}-road-sign:before { + content: $ti-icon-road-sign; +} +.#{$ti-prefix}-robot:before { + content: $ti-icon-robot; +} +.#{$ti-prefix}-robot-face:before { + content: $ti-icon-robot-face; +} +.#{$ti-prefix}-robot-off:before { + content: $ti-icon-robot-off; +} +.#{$ti-prefix}-rocket:before { + content: $ti-icon-rocket; +} +.#{$ti-prefix}-rocket-off:before { + content: $ti-icon-rocket-off; +} +.#{$ti-prefix}-roller-skating:before { + content: $ti-icon-roller-skating; +} +.#{$ti-prefix}-rollercoaster:before { + content: $ti-icon-rollercoaster; +} +.#{$ti-prefix}-rollercoaster-off:before { + content: $ti-icon-rollercoaster-off; +} +.#{$ti-prefix}-rosette:before { + content: $ti-icon-rosette; +} +.#{$ti-prefix}-rosette-discount:before { + content: $ti-icon-rosette-discount; +} +.#{$ti-prefix}-rosette-discount-check:before { + content: $ti-icon-rosette-discount-check; +} +.#{$ti-prefix}-rosette-discount-off:before { + content: $ti-icon-rosette-discount-off; +} +.#{$ti-prefix}-rosette-number-0:before { + content: $ti-icon-rosette-number-0; +} +.#{$ti-prefix}-rosette-number-1:before { + content: $ti-icon-rosette-number-1; +} +.#{$ti-prefix}-rosette-number-2:before { + content: $ti-icon-rosette-number-2; +} +.#{$ti-prefix}-rosette-number-3:before { + content: $ti-icon-rosette-number-3; +} +.#{$ti-prefix}-rosette-number-4:before { + content: $ti-icon-rosette-number-4; +} +.#{$ti-prefix}-rosette-number-5:before { + content: $ti-icon-rosette-number-5; +} +.#{$ti-prefix}-rosette-number-6:before { + content: $ti-icon-rosette-number-6; +} +.#{$ti-prefix}-rosette-number-7:before { + content: $ti-icon-rosette-number-7; +} +.#{$ti-prefix}-rosette-number-8:before { + content: $ti-icon-rosette-number-8; +} +.#{$ti-prefix}-rosette-number-9:before { + content: $ti-icon-rosette-number-9; +} +.#{$ti-prefix}-rotate:before { + content: $ti-icon-rotate; +} +.#{$ti-prefix}-rotate-2:before { + content: $ti-icon-rotate-2; +} +.#{$ti-prefix}-rotate-360:before { + content: $ti-icon-rotate-360; +} +.#{$ti-prefix}-rotate-3d:before { + content: $ti-icon-rotate-3d; +} +.#{$ti-prefix}-rotate-clockwise:before { + content: $ti-icon-rotate-clockwise; +} +.#{$ti-prefix}-rotate-clockwise-2:before { + content: $ti-icon-rotate-clockwise-2; +} +.#{$ti-prefix}-rotate-dot:before { + content: $ti-icon-rotate-dot; +} +.#{$ti-prefix}-rotate-rectangle:before { + content: $ti-icon-rotate-rectangle; +} +.#{$ti-prefix}-route:before { + content: $ti-icon-route; +} +.#{$ti-prefix}-route-2:before { + content: $ti-icon-route-2; +} +.#{$ti-prefix}-route-alt-left:before { + content: $ti-icon-route-alt-left; +} +.#{$ti-prefix}-route-alt-right:before { + content: $ti-icon-route-alt-right; +} +.#{$ti-prefix}-route-off:before { + content: $ti-icon-route-off; +} +.#{$ti-prefix}-route-scan:before { + content: $ti-icon-route-scan; +} +.#{$ti-prefix}-route-square:before { + content: $ti-icon-route-square; +} +.#{$ti-prefix}-route-square-2:before { + content: $ti-icon-route-square-2; +} +.#{$ti-prefix}-route-x:before { + content: $ti-icon-route-x; +} +.#{$ti-prefix}-route-x-2:before { + content: $ti-icon-route-x-2; +} +.#{$ti-prefix}-router:before { + content: $ti-icon-router; +} +.#{$ti-prefix}-router-off:before { + content: $ti-icon-router-off; +} +.#{$ti-prefix}-row-insert-bottom:before { + content: $ti-icon-row-insert-bottom; +} +.#{$ti-prefix}-row-insert-top:before { + content: $ti-icon-row-insert-top; +} +.#{$ti-prefix}-row-remove:before { + content: $ti-icon-row-remove; +} +.#{$ti-prefix}-rss:before { + content: $ti-icon-rss; +} +.#{$ti-prefix}-rubber-stamp:before { + content: $ti-icon-rubber-stamp; +} +.#{$ti-prefix}-rubber-stamp-off:before { + content: $ti-icon-rubber-stamp-off; +} +.#{$ti-prefix}-ruler:before { + content: $ti-icon-ruler; +} +.#{$ti-prefix}-ruler-2:before { + content: $ti-icon-ruler-2; +} +.#{$ti-prefix}-ruler-2-off:before { + content: $ti-icon-ruler-2-off; +} +.#{$ti-prefix}-ruler-3:before { + content: $ti-icon-ruler-3; +} +.#{$ti-prefix}-ruler-measure:before { + content: $ti-icon-ruler-measure; +} +.#{$ti-prefix}-ruler-off:before { + content: $ti-icon-ruler-off; +} +.#{$ti-prefix}-run:before { + content: $ti-icon-run; +} +.#{$ti-prefix}-rv-truck:before { + content: $ti-icon-rv-truck; +} +.#{$ti-prefix}-s-turn-down:before { + content: $ti-icon-s-turn-down; +} +.#{$ti-prefix}-s-turn-left:before { + content: $ti-icon-s-turn-left; +} +.#{$ti-prefix}-s-turn-right:before { + content: $ti-icon-s-turn-right; +} +.#{$ti-prefix}-s-turn-up:before { + content: $ti-icon-s-turn-up; +} +.#{$ti-prefix}-sailboat:before { + content: $ti-icon-sailboat; +} +.#{$ti-prefix}-sailboat-2:before { + content: $ti-icon-sailboat-2; +} +.#{$ti-prefix}-sailboat-off:before { + content: $ti-icon-sailboat-off; +} +.#{$ti-prefix}-salad:before { + content: $ti-icon-salad; +} +.#{$ti-prefix}-salt:before { + content: $ti-icon-salt; +} +.#{$ti-prefix}-sandbox:before { + content: $ti-icon-sandbox; +} +.#{$ti-prefix}-satellite:before { + content: $ti-icon-satellite; +} +.#{$ti-prefix}-satellite-off:before { + content: $ti-icon-satellite-off; +} +.#{$ti-prefix}-sausage:before { + content: $ti-icon-sausage; +} +.#{$ti-prefix}-scale:before { + content: $ti-icon-scale; +} +.#{$ti-prefix}-scale-off:before { + content: $ti-icon-scale-off; +} +.#{$ti-prefix}-scale-outline:before { + content: $ti-icon-scale-outline; +} +.#{$ti-prefix}-scale-outline-off:before { + content: $ti-icon-scale-outline-off; +} +.#{$ti-prefix}-scan:before { + content: $ti-icon-scan; +} +.#{$ti-prefix}-scan-eye:before { + content: $ti-icon-scan-eye; +} +.#{$ti-prefix}-scan-position:before { + content: $ti-icon-scan-position; +} +.#{$ti-prefix}-schema:before { + content: $ti-icon-schema; +} +.#{$ti-prefix}-schema-off:before { + content: $ti-icon-schema-off; +} +.#{$ti-prefix}-school:before { + content: $ti-icon-school; +} +.#{$ti-prefix}-school-bell:before { + content: $ti-icon-school-bell; +} +.#{$ti-prefix}-school-off:before { + content: $ti-icon-school-off; +} +.#{$ti-prefix}-scissors:before { + content: $ti-icon-scissors; +} +.#{$ti-prefix}-scissors-off:before { + content: $ti-icon-scissors-off; +} +.#{$ti-prefix}-scooter:before { + content: $ti-icon-scooter; +} +.#{$ti-prefix}-scooter-electric:before { + content: $ti-icon-scooter-electric; +} +.#{$ti-prefix}-scoreboard:before { + content: $ti-icon-scoreboard; +} +.#{$ti-prefix}-screen-share:before { + content: $ti-icon-screen-share; +} +.#{$ti-prefix}-screen-share-off:before { + content: $ti-icon-screen-share-off; +} +.#{$ti-prefix}-screenshot:before { + content: $ti-icon-screenshot; +} +.#{$ti-prefix}-scribble:before { + content: $ti-icon-scribble; +} +.#{$ti-prefix}-scribble-off:before { + content: $ti-icon-scribble-off; +} +.#{$ti-prefix}-script:before { + content: $ti-icon-script; +} +.#{$ti-prefix}-script-minus:before { + content: $ti-icon-script-minus; +} +.#{$ti-prefix}-script-plus:before { + content: $ti-icon-script-plus; +} +.#{$ti-prefix}-script-x:before { + content: $ti-icon-script-x; +} +.#{$ti-prefix}-scuba-diving:before { + content: $ti-icon-scuba-diving; +} +.#{$ti-prefix}-scuba-mask:before { + content: $ti-icon-scuba-mask; +} +.#{$ti-prefix}-scuba-mask-off:before { + content: $ti-icon-scuba-mask-off; +} +.#{$ti-prefix}-sdk:before { + content: $ti-icon-sdk; +} +.#{$ti-prefix}-search:before { + content: $ti-icon-search; +} +.#{$ti-prefix}-search-off:before { + content: $ti-icon-search-off; +} +.#{$ti-prefix}-section:before { + content: $ti-icon-section; +} +.#{$ti-prefix}-section-sign:before { + content: $ti-icon-section-sign; +} +.#{$ti-prefix}-seeding:before { + content: $ti-icon-seeding; +} +.#{$ti-prefix}-seeding-off:before { + content: $ti-icon-seeding-off; +} +.#{$ti-prefix}-select:before { + content: $ti-icon-select; +} +.#{$ti-prefix}-select-all:before { + content: $ti-icon-select-all; +} +.#{$ti-prefix}-selector:before { + content: $ti-icon-selector; +} +.#{$ti-prefix}-send:before { + content: $ti-icon-send; +} +.#{$ti-prefix}-send-2:before { + content: $ti-icon-send-2; +} +.#{$ti-prefix}-send-off:before { + content: $ti-icon-send-off; +} +.#{$ti-prefix}-seo:before { + content: $ti-icon-seo; +} +.#{$ti-prefix}-separator:before { + content: $ti-icon-separator; +} +.#{$ti-prefix}-separator-horizontal:before { + content: $ti-icon-separator-horizontal; +} +.#{$ti-prefix}-separator-vertical:before { + content: $ti-icon-separator-vertical; +} +.#{$ti-prefix}-server:before { + content: $ti-icon-server; +} +.#{$ti-prefix}-server-2:before { + content: $ti-icon-server-2; +} +.#{$ti-prefix}-server-bolt:before { + content: $ti-icon-server-bolt; +} +.#{$ti-prefix}-server-cog:before { + content: $ti-icon-server-cog; +} +.#{$ti-prefix}-server-off:before { + content: $ti-icon-server-off; +} +.#{$ti-prefix}-servicemark:before { + content: $ti-icon-servicemark; +} +.#{$ti-prefix}-settings:before { + content: $ti-icon-settings; +} +.#{$ti-prefix}-settings-2:before { + content: $ti-icon-settings-2; +} +.#{$ti-prefix}-settings-automation:before { + content: $ti-icon-settings-automation; +} +.#{$ti-prefix}-settings-bolt:before { + content: $ti-icon-settings-bolt; +} +.#{$ti-prefix}-settings-cancel:before { + content: $ti-icon-settings-cancel; +} +.#{$ti-prefix}-settings-check:before { + content: $ti-icon-settings-check; +} +.#{$ti-prefix}-settings-code:before { + content: $ti-icon-settings-code; +} +.#{$ti-prefix}-settings-cog:before { + content: $ti-icon-settings-cog; +} +.#{$ti-prefix}-settings-dollar:before { + content: $ti-icon-settings-dollar; +} +.#{$ti-prefix}-settings-down:before { + content: $ti-icon-settings-down; +} +.#{$ti-prefix}-settings-exclamation:before { + content: $ti-icon-settings-exclamation; +} +.#{$ti-prefix}-settings-heart:before { + content: $ti-icon-settings-heart; +} +.#{$ti-prefix}-settings-minus:before { + content: $ti-icon-settings-minus; +} +.#{$ti-prefix}-settings-off:before { + content: $ti-icon-settings-off; +} +.#{$ti-prefix}-settings-pause:before { + content: $ti-icon-settings-pause; +} +.#{$ti-prefix}-settings-pin:before { + content: $ti-icon-settings-pin; +} +.#{$ti-prefix}-settings-plus:before { + content: $ti-icon-settings-plus; +} +.#{$ti-prefix}-settings-question:before { + content: $ti-icon-settings-question; +} +.#{$ti-prefix}-settings-search:before { + content: $ti-icon-settings-search; +} +.#{$ti-prefix}-settings-share:before { + content: $ti-icon-settings-share; +} +.#{$ti-prefix}-settings-star:before { + content: $ti-icon-settings-star; +} +.#{$ti-prefix}-settings-up:before { + content: $ti-icon-settings-up; +} +.#{$ti-prefix}-settings-x:before { + content: $ti-icon-settings-x; +} +.#{$ti-prefix}-shadow:before { + content: $ti-icon-shadow; +} +.#{$ti-prefix}-shadow-off:before { + content: $ti-icon-shadow-off; +} +.#{$ti-prefix}-shape:before { + content: $ti-icon-shape; +} +.#{$ti-prefix}-shape-2:before { + content: $ti-icon-shape-2; +} +.#{$ti-prefix}-shape-3:before { + content: $ti-icon-shape-3; +} +.#{$ti-prefix}-shape-off:before { + content: $ti-icon-shape-off; +} +.#{$ti-prefix}-share:before { + content: $ti-icon-share; +} +.#{$ti-prefix}-share-2:before { + content: $ti-icon-share-2; +} +.#{$ti-prefix}-share-3:before { + content: $ti-icon-share-3; +} +.#{$ti-prefix}-share-off:before { + content: $ti-icon-share-off; +} +.#{$ti-prefix}-shield:before { + content: $ti-icon-shield; +} +.#{$ti-prefix}-shield-bolt:before { + content: $ti-icon-shield-bolt; +} +.#{$ti-prefix}-shield-cancel:before { + content: $ti-icon-shield-cancel; +} +.#{$ti-prefix}-shield-check:before { + content: $ti-icon-shield-check; +} +.#{$ti-prefix}-shield-checkered:before { + content: $ti-icon-shield-checkered; +} +.#{$ti-prefix}-shield-chevron:before { + content: $ti-icon-shield-chevron; +} +.#{$ti-prefix}-shield-code:before { + content: $ti-icon-shield-code; +} +.#{$ti-prefix}-shield-cog:before { + content: $ti-icon-shield-cog; +} +.#{$ti-prefix}-shield-dollar:before { + content: $ti-icon-shield-dollar; +} +.#{$ti-prefix}-shield-down:before { + content: $ti-icon-shield-down; +} +.#{$ti-prefix}-shield-exclamation:before { + content: $ti-icon-shield-exclamation; +} +.#{$ti-prefix}-shield-half:before { + content: $ti-icon-shield-half; +} +.#{$ti-prefix}-shield-heart:before { + content: $ti-icon-shield-heart; +} +.#{$ti-prefix}-shield-lock:before { + content: $ti-icon-shield-lock; +} +.#{$ti-prefix}-shield-minus:before { + content: $ti-icon-shield-minus; +} +.#{$ti-prefix}-shield-off:before { + content: $ti-icon-shield-off; +} +.#{$ti-prefix}-shield-pause:before { + content: $ti-icon-shield-pause; +} +.#{$ti-prefix}-shield-pin:before { + content: $ti-icon-shield-pin; +} +.#{$ti-prefix}-shield-plus:before { + content: $ti-icon-shield-plus; +} +.#{$ti-prefix}-shield-question:before { + content: $ti-icon-shield-question; +} +.#{$ti-prefix}-shield-search:before { + content: $ti-icon-shield-search; +} +.#{$ti-prefix}-shield-share:before { + content: $ti-icon-shield-share; +} +.#{$ti-prefix}-shield-star:before { + content: $ti-icon-shield-star; +} +.#{$ti-prefix}-shield-up:before { + content: $ti-icon-shield-up; +} +.#{$ti-prefix}-shield-x:before { + content: $ti-icon-shield-x; +} +.#{$ti-prefix}-ship:before { + content: $ti-icon-ship; +} +.#{$ti-prefix}-ship-off:before { + content: $ti-icon-ship-off; +} +.#{$ti-prefix}-shirt:before { + content: $ti-icon-shirt; +} +.#{$ti-prefix}-shirt-off:before { + content: $ti-icon-shirt-off; +} +.#{$ti-prefix}-shirt-sport:before { + content: $ti-icon-shirt-sport; +} +.#{$ti-prefix}-shoe:before { + content: $ti-icon-shoe; +} +.#{$ti-prefix}-shoe-off:before { + content: $ti-icon-shoe-off; +} +.#{$ti-prefix}-shopping-bag:before { + content: $ti-icon-shopping-bag; +} +.#{$ti-prefix}-shopping-bag-check:before { + content: $ti-icon-shopping-bag-check; +} +.#{$ti-prefix}-shopping-bag-discount:before { + content: $ti-icon-shopping-bag-discount; +} +.#{$ti-prefix}-shopping-bag-edit:before { + content: $ti-icon-shopping-bag-edit; +} +.#{$ti-prefix}-shopping-bag-exclamation:before { + content: $ti-icon-shopping-bag-exclamation; +} +.#{$ti-prefix}-shopping-bag-heart:before { + content: $ti-icon-shopping-bag-heart; +} +.#{$ti-prefix}-shopping-bag-minus:before { + content: $ti-icon-shopping-bag-minus; +} +.#{$ti-prefix}-shopping-bag-plus:before { + content: $ti-icon-shopping-bag-plus; +} +.#{$ti-prefix}-shopping-bag-search:before { + content: $ti-icon-shopping-bag-search; +} +.#{$ti-prefix}-shopping-bag-x:before { + content: $ti-icon-shopping-bag-x; +} +.#{$ti-prefix}-shopping-cart:before { + content: $ti-icon-shopping-cart; +} +.#{$ti-prefix}-shopping-cart-bolt:before { + content: $ti-icon-shopping-cart-bolt; +} +.#{$ti-prefix}-shopping-cart-cancel:before { + content: $ti-icon-shopping-cart-cancel; +} +.#{$ti-prefix}-shopping-cart-check:before { + content: $ti-icon-shopping-cart-check; +} +.#{$ti-prefix}-shopping-cart-code:before { + content: $ti-icon-shopping-cart-code; +} +.#{$ti-prefix}-shopping-cart-cog:before { + content: $ti-icon-shopping-cart-cog; +} +.#{$ti-prefix}-shopping-cart-copy:before { + content: $ti-icon-shopping-cart-copy; +} +.#{$ti-prefix}-shopping-cart-discount:before { + content: $ti-icon-shopping-cart-discount; +} +.#{$ti-prefix}-shopping-cart-dollar:before { + content: $ti-icon-shopping-cart-dollar; +} +.#{$ti-prefix}-shopping-cart-down:before { + content: $ti-icon-shopping-cart-down; +} +.#{$ti-prefix}-shopping-cart-exclamation:before { + content: $ti-icon-shopping-cart-exclamation; +} +.#{$ti-prefix}-shopping-cart-heart:before { + content: $ti-icon-shopping-cart-heart; +} +.#{$ti-prefix}-shopping-cart-minus:before { + content: $ti-icon-shopping-cart-minus; +} +.#{$ti-prefix}-shopping-cart-off:before { + content: $ti-icon-shopping-cart-off; +} +.#{$ti-prefix}-shopping-cart-pause:before { + content: $ti-icon-shopping-cart-pause; +} +.#{$ti-prefix}-shopping-cart-pin:before { + content: $ti-icon-shopping-cart-pin; +} +.#{$ti-prefix}-shopping-cart-plus:before { + content: $ti-icon-shopping-cart-plus; +} +.#{$ti-prefix}-shopping-cart-question:before { + content: $ti-icon-shopping-cart-question; +} +.#{$ti-prefix}-shopping-cart-search:before { + content: $ti-icon-shopping-cart-search; +} +.#{$ti-prefix}-shopping-cart-share:before { + content: $ti-icon-shopping-cart-share; +} +.#{$ti-prefix}-shopping-cart-star:before { + content: $ti-icon-shopping-cart-star; +} +.#{$ti-prefix}-shopping-cart-up:before { + content: $ti-icon-shopping-cart-up; +} +.#{$ti-prefix}-shopping-cart-x:before { + content: $ti-icon-shopping-cart-x; +} +.#{$ti-prefix}-shovel:before { + content: $ti-icon-shovel; +} +.#{$ti-prefix}-shovel-pitchforks:before { + content: $ti-icon-shovel-pitchforks; +} +.#{$ti-prefix}-shredder:before { + content: $ti-icon-shredder; +} +.#{$ti-prefix}-sign-left:before { + content: $ti-icon-sign-left; +} +.#{$ti-prefix}-sign-right:before { + content: $ti-icon-sign-right; +} +.#{$ti-prefix}-signal-2g:before { + content: $ti-icon-signal-2g; +} +.#{$ti-prefix}-signal-3g:before { + content: $ti-icon-signal-3g; +} +.#{$ti-prefix}-signal-4g:before { + content: $ti-icon-signal-4g; +} +.#{$ti-prefix}-signal-4g-plus:before { + content: $ti-icon-signal-4g-plus; +} +.#{$ti-prefix}-signal-5g:before { + content: $ti-icon-signal-5g; +} +.#{$ti-prefix}-signal-6g:before { + content: $ti-icon-signal-6g; +} +.#{$ti-prefix}-signal-e:before { + content: $ti-icon-signal-e; +} +.#{$ti-prefix}-signal-g:before { + content: $ti-icon-signal-g; +} +.#{$ti-prefix}-signal-h:before { + content: $ti-icon-signal-h; +} +.#{$ti-prefix}-signal-h-plus:before { + content: $ti-icon-signal-h-plus; +} +.#{$ti-prefix}-signal-lte:before { + content: $ti-icon-signal-lte; +} +.#{$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-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; +} +.#{$ti-prefix}-skateboarding:before { + content: $ti-icon-skateboarding; +} +.#{$ti-prefix}-skew-x:before { + content: $ti-icon-skew-x; +} +.#{$ti-prefix}-skew-y:before { + content: $ti-icon-skew-y; +} +.#{$ti-prefix}-ski-jumping:before { + content: $ti-icon-ski-jumping; +} +.#{$ti-prefix}-skull:before { + content: $ti-icon-skull; +} +.#{$ti-prefix}-slash:before { + content: $ti-icon-slash; +} +.#{$ti-prefix}-slashes:before { + content: $ti-icon-slashes; +} +.#{$ti-prefix}-sleigh:before { + content: $ti-icon-sleigh; +} +.#{$ti-prefix}-slice:before { + content: $ti-icon-slice; +} +.#{$ti-prefix}-slideshow:before { + content: $ti-icon-slideshow; +} +.#{$ti-prefix}-smart-home:before { + content: $ti-icon-smart-home; +} +.#{$ti-prefix}-smart-home-off:before { + content: $ti-icon-smart-home-off; +} +.#{$ti-prefix}-smoking:before { + content: $ti-icon-smoking; +} +.#{$ti-prefix}-smoking-no:before { + content: $ti-icon-smoking-no; +} +.#{$ti-prefix}-snowboarding:before { + content: $ti-icon-snowboarding; +} +.#{$ti-prefix}-snowflake:before { + content: $ti-icon-snowflake; +} +.#{$ti-prefix}-snowflake-off:before { + content: $ti-icon-snowflake-off; +} +.#{$ti-prefix}-snowman:before { + content: $ti-icon-snowman; +} +.#{$ti-prefix}-soccer-field:before { + content: $ti-icon-soccer-field; +} +.#{$ti-prefix}-social:before { + content: $ti-icon-social; +} +.#{$ti-prefix}-social-off:before { + content: $ti-icon-social-off; +} +.#{$ti-prefix}-sock:before { + content: $ti-icon-sock; +} +.#{$ti-prefix}-sofa:before { + content: $ti-icon-sofa; +} +.#{$ti-prefix}-sofa-off:before { + content: $ti-icon-sofa-off; +} +.#{$ti-prefix}-solar-electricity:before { + content: $ti-icon-solar-electricity; +} +.#{$ti-prefix}-solar-panel:before { + content: $ti-icon-solar-panel; +} +.#{$ti-prefix}-solar-panel-2:before { + content: $ti-icon-solar-panel-2; +} +.#{$ti-prefix}-sort-0-9:before { + content: $ti-icon-sort-0-9; +} +.#{$ti-prefix}-sort-9-0:before { + content: $ti-icon-sort-9-0; +} +.#{$ti-prefix}-sort-a-z:before { + content: $ti-icon-sort-a-z; +} +.#{$ti-prefix}-sort-ascending:before { + content: $ti-icon-sort-ascending; +} +.#{$ti-prefix}-sort-ascending-2:before { + content: $ti-icon-sort-ascending-2; +} +.#{$ti-prefix}-sort-ascending-letters:before { + content: $ti-icon-sort-ascending-letters; +} +.#{$ti-prefix}-sort-ascending-numbers:before { + content: $ti-icon-sort-ascending-numbers; +} +.#{$ti-prefix}-sort-ascending-shapes:before { + content: $ti-icon-sort-ascending-shapes; +} +.#{$ti-prefix}-sort-ascending-small-big:before { + content: $ti-icon-sort-ascending-small-big; +} +.#{$ti-prefix}-sort-descending:before { + content: $ti-icon-sort-descending; +} +.#{$ti-prefix}-sort-descending-2:before { + content: $ti-icon-sort-descending-2; +} +.#{$ti-prefix}-sort-descending-letters:before { + content: $ti-icon-sort-descending-letters; +} +.#{$ti-prefix}-sort-descending-numbers:before { + content: $ti-icon-sort-descending-numbers; +} +.#{$ti-prefix}-sort-descending-shapes:before { + content: $ti-icon-sort-descending-shapes; +} +.#{$ti-prefix}-sort-descending-small-big:before { + content: $ti-icon-sort-descending-small-big; +} +.#{$ti-prefix}-sort-z-a:before { + content: $ti-icon-sort-z-a; +} +.#{$ti-prefix}-sos:before { + content: $ti-icon-sos; +} +.#{$ti-prefix}-soup:before { + content: $ti-icon-soup; +} +.#{$ti-prefix}-soup-off:before { + content: $ti-icon-soup-off; +} +.#{$ti-prefix}-source-code:before { + content: $ti-icon-source-code; +} +.#{$ti-prefix}-space:before { + content: $ti-icon-space; +} +.#{$ti-prefix}-space-off:before { + content: $ti-icon-space-off; +} +.#{$ti-prefix}-spacing-horizontal:before { + content: $ti-icon-spacing-horizontal; +} +.#{$ti-prefix}-spacing-vertical:before { + content: $ti-icon-spacing-vertical; +} +.#{$ti-prefix}-spade:before { + content: $ti-icon-spade; +} +.#{$ti-prefix}-sparkles:before { + content: $ti-icon-sparkles; +} +.#{$ti-prefix}-speakerphone:before { + content: $ti-icon-speakerphone; +} +.#{$ti-prefix}-speedboat:before { + content: $ti-icon-speedboat; +} +.#{$ti-prefix}-sphere:before { + content: $ti-icon-sphere; +} +.#{$ti-prefix}-sphere-off:before { + content: $ti-icon-sphere-off; +} +.#{$ti-prefix}-sphere-plus:before { + content: $ti-icon-sphere-plus; +} +.#{$ti-prefix}-spider:before { + content: $ti-icon-spider; +} +.#{$ti-prefix}-spiral:before { + content: $ti-icon-spiral; +} +.#{$ti-prefix}-spiral-off:before { + content: $ti-icon-spiral-off; +} +.#{$ti-prefix}-sport-billard:before { + content: $ti-icon-sport-billard; +} +.#{$ti-prefix}-spray:before { + content: $ti-icon-spray; +} +.#{$ti-prefix}-spy:before { + content: $ti-icon-spy; +} +.#{$ti-prefix}-spy-off:before { + content: $ti-icon-spy-off; +} +.#{$ti-prefix}-sql:before { + content: $ti-icon-sql; +} +.#{$ti-prefix}-square:before { + content: $ti-icon-square; +} +.#{$ti-prefix}-square-arrow-down:before { + content: $ti-icon-square-arrow-down; +} +.#{$ti-prefix}-square-arrow-left:before { + content: $ti-icon-square-arrow-left; +} +.#{$ti-prefix}-square-arrow-right:before { + content: $ti-icon-square-arrow-right; +} +.#{$ti-prefix}-square-arrow-up:before { + content: $ti-icon-square-arrow-up; +} +.#{$ti-prefix}-square-asterisk:before { + content: $ti-icon-square-asterisk; +} +.#{$ti-prefix}-square-check:before { + content: $ti-icon-square-check; +} +.#{$ti-prefix}-square-chevron-down:before { + content: $ti-icon-square-chevron-down; +} +.#{$ti-prefix}-square-chevron-left:before { + content: $ti-icon-square-chevron-left; +} +.#{$ti-prefix}-square-chevron-right:before { + content: $ti-icon-square-chevron-right; +} +.#{$ti-prefix}-square-chevron-up:before { + content: $ti-icon-square-chevron-up; +} +.#{$ti-prefix}-square-chevrons-down:before { + content: $ti-icon-square-chevrons-down; +} +.#{$ti-prefix}-square-chevrons-left:before { + content: $ti-icon-square-chevrons-left; +} +.#{$ti-prefix}-square-chevrons-right:before { + content: $ti-icon-square-chevrons-right; +} +.#{$ti-prefix}-square-chevrons-up:before { + content: $ti-icon-square-chevrons-up; +} +.#{$ti-prefix}-square-dot:before { + content: $ti-icon-square-dot; +} +.#{$ti-prefix}-square-f0:before { + content: $ti-icon-square-f0; +} +.#{$ti-prefix}-square-f1:before { + content: $ti-icon-square-f1; +} +.#{$ti-prefix}-square-f2:before { + content: $ti-icon-square-f2; +} +.#{$ti-prefix}-square-f3:before { + content: $ti-icon-square-f3; +} +.#{$ti-prefix}-square-f4:before { + content: $ti-icon-square-f4; +} +.#{$ti-prefix}-square-f5:before { + content: $ti-icon-square-f5; +} +.#{$ti-prefix}-square-f6:before { + content: $ti-icon-square-f6; +} +.#{$ti-prefix}-square-f7:before { + content: $ti-icon-square-f7; +} +.#{$ti-prefix}-square-f8:before { + content: $ti-icon-square-f8; +} +.#{$ti-prefix}-square-f9:before { + content: $ti-icon-square-f9; +} +.#{$ti-prefix}-square-forbid:before { + content: $ti-icon-square-forbid; +} +.#{$ti-prefix}-square-forbid-2:before { + content: $ti-icon-square-forbid-2; +} +.#{$ti-prefix}-square-half:before { + content: $ti-icon-square-half; +} +.#{$ti-prefix}-square-key:before { + content: $ti-icon-square-key; +} +.#{$ti-prefix}-square-letter-a:before { + content: $ti-icon-square-letter-a; +} +.#{$ti-prefix}-square-letter-b:before { + content: $ti-icon-square-letter-b; +} +.#{$ti-prefix}-square-letter-c:before { + content: $ti-icon-square-letter-c; +} +.#{$ti-prefix}-square-letter-d:before { + content: $ti-icon-square-letter-d; +} +.#{$ti-prefix}-square-letter-e:before { + content: $ti-icon-square-letter-e; +} +.#{$ti-prefix}-square-letter-f:before { + content: $ti-icon-square-letter-f; +} +.#{$ti-prefix}-square-letter-g:before { + content: $ti-icon-square-letter-g; +} +.#{$ti-prefix}-square-letter-h:before { + content: $ti-icon-square-letter-h; +} +.#{$ti-prefix}-square-letter-i:before { + content: $ti-icon-square-letter-i; +} +.#{$ti-prefix}-square-letter-j:before { + content: $ti-icon-square-letter-j; +} +.#{$ti-prefix}-square-letter-k:before { + content: $ti-icon-square-letter-k; +} +.#{$ti-prefix}-square-letter-l:before { + content: $ti-icon-square-letter-l; +} +.#{$ti-prefix}-square-letter-m:before { + content: $ti-icon-square-letter-m; +} +.#{$ti-prefix}-square-letter-n:before { + content: $ti-icon-square-letter-n; +} +.#{$ti-prefix}-square-letter-o:before { + content: $ti-icon-square-letter-o; +} +.#{$ti-prefix}-square-letter-p:before { + content: $ti-icon-square-letter-p; +} +.#{$ti-prefix}-square-letter-q:before { + content: $ti-icon-square-letter-q; +} +.#{$ti-prefix}-square-letter-r:before { + content: $ti-icon-square-letter-r; +} +.#{$ti-prefix}-square-letter-s:before { + content: $ti-icon-square-letter-s; +} +.#{$ti-prefix}-square-letter-t:before { + content: $ti-icon-square-letter-t; +} +.#{$ti-prefix}-square-letter-u:before { + content: $ti-icon-square-letter-u; +} +.#{$ti-prefix}-square-letter-v:before { + content: $ti-icon-square-letter-v; +} +.#{$ti-prefix}-square-letter-w:before { + content: $ti-icon-square-letter-w; +} +.#{$ti-prefix}-square-letter-x:before { + content: $ti-icon-square-letter-x; +} +.#{$ti-prefix}-square-letter-y:before { + content: $ti-icon-square-letter-y; +} +.#{$ti-prefix}-square-letter-z:before { + content: $ti-icon-square-letter-z; +} +.#{$ti-prefix}-square-minus:before { + content: $ti-icon-square-minus; +} +.#{$ti-prefix}-square-number-0:before { + content: $ti-icon-square-number-0; +} +.#{$ti-prefix}-square-number-1:before { + content: $ti-icon-square-number-1; +} +.#{$ti-prefix}-square-number-2:before { + content: $ti-icon-square-number-2; +} +.#{$ti-prefix}-square-number-3:before { + content: $ti-icon-square-number-3; +} +.#{$ti-prefix}-square-number-4:before { + content: $ti-icon-square-number-4; +} +.#{$ti-prefix}-square-number-5:before { + content: $ti-icon-square-number-5; +} +.#{$ti-prefix}-square-number-6:before { + content: $ti-icon-square-number-6; +} +.#{$ti-prefix}-square-number-7:before { + content: $ti-icon-square-number-7; +} +.#{$ti-prefix}-square-number-8:before { + content: $ti-icon-square-number-8; +} +.#{$ti-prefix}-square-number-9:before { + content: $ti-icon-square-number-9; +} +.#{$ti-prefix}-square-off:before { + content: $ti-icon-square-off; +} +.#{$ti-prefix}-square-percentage:before { + content: $ti-icon-square-percentage; +} +.#{$ti-prefix}-square-plus:before { + content: $ti-icon-square-plus; +} +.#{$ti-prefix}-square-plus-2:before { + content: $ti-icon-square-plus-2; +} +.#{$ti-prefix}-square-root:before { + content: $ti-icon-square-root; +} +.#{$ti-prefix}-square-root-2:before { + content: $ti-icon-square-root-2; +} +.#{$ti-prefix}-square-rotated:before { + content: $ti-icon-square-rotated; +} +.#{$ti-prefix}-square-rotated-forbid:before { + content: $ti-icon-square-rotated-forbid; +} +.#{$ti-prefix}-square-rotated-forbid-2:before { + content: $ti-icon-square-rotated-forbid-2; +} +.#{$ti-prefix}-square-rotated-off:before { + content: $ti-icon-square-rotated-off; +} +.#{$ti-prefix}-square-rounded:before { + content: $ti-icon-square-rounded; +} +.#{$ti-prefix}-square-rounded-arrow-down:before { + content: $ti-icon-square-rounded-arrow-down; +} +.#{$ti-prefix}-square-rounded-arrow-left:before { + content: $ti-icon-square-rounded-arrow-left; +} +.#{$ti-prefix}-square-rounded-arrow-right:before { + content: $ti-icon-square-rounded-arrow-right; +} +.#{$ti-prefix}-square-rounded-arrow-up:before { + content: $ti-icon-square-rounded-arrow-up; +} +.#{$ti-prefix}-square-rounded-check:before { + content: $ti-icon-square-rounded-check; +} +.#{$ti-prefix}-square-rounded-chevron-down:before { + content: $ti-icon-square-rounded-chevron-down; +} +.#{$ti-prefix}-square-rounded-chevron-left:before { + content: $ti-icon-square-rounded-chevron-left; +} +.#{$ti-prefix}-square-rounded-chevron-right:before { + content: $ti-icon-square-rounded-chevron-right; +} +.#{$ti-prefix}-square-rounded-chevron-up:before { + content: $ti-icon-square-rounded-chevron-up; +} +.#{$ti-prefix}-square-rounded-chevrons-down:before { + content: $ti-icon-square-rounded-chevrons-down; +} +.#{$ti-prefix}-square-rounded-chevrons-left:before { + content: $ti-icon-square-rounded-chevrons-left; +} +.#{$ti-prefix}-square-rounded-chevrons-right:before { + content: $ti-icon-square-rounded-chevrons-right; +} +.#{$ti-prefix}-square-rounded-chevrons-up:before { + content: $ti-icon-square-rounded-chevrons-up; +} +.#{$ti-prefix}-square-rounded-letter-a:before { + content: $ti-icon-square-rounded-letter-a; +} +.#{$ti-prefix}-square-rounded-letter-b:before { + content: $ti-icon-square-rounded-letter-b; +} +.#{$ti-prefix}-square-rounded-letter-c:before { + content: $ti-icon-square-rounded-letter-c; +} +.#{$ti-prefix}-square-rounded-letter-d:before { + content: $ti-icon-square-rounded-letter-d; +} +.#{$ti-prefix}-square-rounded-letter-e:before { + content: $ti-icon-square-rounded-letter-e; +} +.#{$ti-prefix}-square-rounded-letter-f:before { + content: $ti-icon-square-rounded-letter-f; +} +.#{$ti-prefix}-square-rounded-letter-g:before { + content: $ti-icon-square-rounded-letter-g; +} +.#{$ti-prefix}-square-rounded-letter-h:before { + content: $ti-icon-square-rounded-letter-h; +} +.#{$ti-prefix}-square-rounded-letter-i:before { + content: $ti-icon-square-rounded-letter-i; +} +.#{$ti-prefix}-square-rounded-letter-j:before { + content: $ti-icon-square-rounded-letter-j; +} +.#{$ti-prefix}-square-rounded-letter-k:before { + content: $ti-icon-square-rounded-letter-k; +} +.#{$ti-prefix}-square-rounded-letter-l:before { + content: $ti-icon-square-rounded-letter-l; +} +.#{$ti-prefix}-square-rounded-letter-m:before { + content: $ti-icon-square-rounded-letter-m; +} +.#{$ti-prefix}-square-rounded-letter-n:before { + content: $ti-icon-square-rounded-letter-n; +} +.#{$ti-prefix}-square-rounded-letter-o:before { + content: $ti-icon-square-rounded-letter-o; +} +.#{$ti-prefix}-square-rounded-letter-p:before { + content: $ti-icon-square-rounded-letter-p; +} +.#{$ti-prefix}-square-rounded-letter-q:before { + content: $ti-icon-square-rounded-letter-q; +} +.#{$ti-prefix}-square-rounded-letter-r:before { + content: $ti-icon-square-rounded-letter-r; +} +.#{$ti-prefix}-square-rounded-letter-s:before { + content: $ti-icon-square-rounded-letter-s; +} +.#{$ti-prefix}-square-rounded-letter-t:before { + content: $ti-icon-square-rounded-letter-t; +} +.#{$ti-prefix}-square-rounded-letter-u:before { + content: $ti-icon-square-rounded-letter-u; +} +.#{$ti-prefix}-square-rounded-letter-v:before { + content: $ti-icon-square-rounded-letter-v; +} +.#{$ti-prefix}-square-rounded-letter-w:before { + content: $ti-icon-square-rounded-letter-w; +} +.#{$ti-prefix}-square-rounded-letter-x:before { + content: $ti-icon-square-rounded-letter-x; +} +.#{$ti-prefix}-square-rounded-letter-y:before { + content: $ti-icon-square-rounded-letter-y; +} +.#{$ti-prefix}-square-rounded-letter-z:before { + content: $ti-icon-square-rounded-letter-z; +} +.#{$ti-prefix}-square-rounded-minus:before { + content: $ti-icon-square-rounded-minus; +} +.#{$ti-prefix}-square-rounded-minus-2:before { + content: $ti-icon-square-rounded-minus-2; +} +.#{$ti-prefix}-square-rounded-number-0:before { + content: $ti-icon-square-rounded-number-0; +} +.#{$ti-prefix}-square-rounded-number-1:before { + content: $ti-icon-square-rounded-number-1; +} +.#{$ti-prefix}-square-rounded-number-2:before { + content: $ti-icon-square-rounded-number-2; +} +.#{$ti-prefix}-square-rounded-number-3:before { + content: $ti-icon-square-rounded-number-3; +} +.#{$ti-prefix}-square-rounded-number-4:before { + content: $ti-icon-square-rounded-number-4; +} +.#{$ti-prefix}-square-rounded-number-5:before { + content: $ti-icon-square-rounded-number-5; +} +.#{$ti-prefix}-square-rounded-number-6:before { + content: $ti-icon-square-rounded-number-6; +} +.#{$ti-prefix}-square-rounded-number-7:before { + content: $ti-icon-square-rounded-number-7; +} +.#{$ti-prefix}-square-rounded-number-8:before { + content: $ti-icon-square-rounded-number-8; +} +.#{$ti-prefix}-square-rounded-number-9:before { + content: $ti-icon-square-rounded-number-9; +} +.#{$ti-prefix}-square-rounded-percentage:before { + content: $ti-icon-square-rounded-percentage; +} +.#{$ti-prefix}-square-rounded-plus:before { + content: $ti-icon-square-rounded-plus; +} +.#{$ti-prefix}-square-rounded-plus-2:before { + content: $ti-icon-square-rounded-plus-2; +} +.#{$ti-prefix}-square-rounded-x:before { + content: $ti-icon-square-rounded-x; +} +.#{$ti-prefix}-square-toggle:before { + content: $ti-icon-square-toggle; +} +.#{$ti-prefix}-square-toggle-horizontal:before { + content: $ti-icon-square-toggle-horizontal; +} +.#{$ti-prefix}-square-x:before { + content: $ti-icon-square-x; +} +.#{$ti-prefix}-squares:before { + content: $ti-icon-squares; +} +.#{$ti-prefix}-squares-diagonal:before { + content: $ti-icon-squares-diagonal; +} +.#{$ti-prefix}-stack:before { + content: $ti-icon-stack; +} +.#{$ti-prefix}-stack-2:before { + content: $ti-icon-stack-2; +} +.#{$ti-prefix}-stack-3:before { + content: $ti-icon-stack-3; +} +.#{$ti-prefix}-stack-back:before { + content: $ti-icon-stack-back; +} +.#{$ti-prefix}-stack-backward:before { + content: $ti-icon-stack-backward; +} +.#{$ti-prefix}-stack-forward:before { + content: $ti-icon-stack-forward; +} +.#{$ti-prefix}-stack-front:before { + content: $ti-icon-stack-front; +} +.#{$ti-prefix}-stack-middle:before { + content: $ti-icon-stack-middle; +} +.#{$ti-prefix}-stack-pop:before { + content: $ti-icon-stack-pop; +} +.#{$ti-prefix}-stack-push:before { + content: $ti-icon-stack-push; +} +.#{$ti-prefix}-stairs:before { + content: $ti-icon-stairs; +} +.#{$ti-prefix}-stairs-down:before { + content: $ti-icon-stairs-down; +} +.#{$ti-prefix}-stairs-up:before { + content: $ti-icon-stairs-up; +} +.#{$ti-prefix}-star:before { + content: $ti-icon-star; +} +.#{$ti-prefix}-star-half:before { + content: $ti-icon-star-half; +} +.#{$ti-prefix}-star-off:before { + content: $ti-icon-star-off; +} +.#{$ti-prefix}-stars:before { + content: $ti-icon-stars; +} +.#{$ti-prefix}-stars-off:before { + content: $ti-icon-stars-off; +} +.#{$ti-prefix}-status-change:before { + content: $ti-icon-status-change; +} +.#{$ti-prefix}-steam:before { + content: $ti-icon-steam; +} +.#{$ti-prefix}-steering-wheel:before { + content: $ti-icon-steering-wheel; +} +.#{$ti-prefix}-steering-wheel-off:before { + content: $ti-icon-steering-wheel-off; +} +.#{$ti-prefix}-step-into:before { + content: $ti-icon-step-into; +} +.#{$ti-prefix}-step-out:before { + content: $ti-icon-step-out; +} +.#{$ti-prefix}-stereo-glasses:before { + content: $ti-icon-stereo-glasses; +} +.#{$ti-prefix}-stethoscope:before { + content: $ti-icon-stethoscope; +} +.#{$ti-prefix}-stethoscope-off:before { + content: $ti-icon-stethoscope-off; +} +.#{$ti-prefix}-sticker:before { + content: $ti-icon-sticker; +} +.#{$ti-prefix}-sticker-2:before { + content: $ti-icon-sticker-2; +} +.#{$ti-prefix}-storm:before { + content: $ti-icon-storm; +} +.#{$ti-prefix}-storm-off:before { + content: $ti-icon-storm-off; +} +.#{$ti-prefix}-stretching:before { + content: $ti-icon-stretching; +} +.#{$ti-prefix}-stretching-2:before { + content: $ti-icon-stretching-2; +} +.#{$ti-prefix}-strikethrough:before { + content: $ti-icon-strikethrough; +} +.#{$ti-prefix}-submarine:before { + content: $ti-icon-submarine; +} +.#{$ti-prefix}-subscript:before { + content: $ti-icon-subscript; +} +.#{$ti-prefix}-subtask:before { + content: $ti-icon-subtask; +} +.#{$ti-prefix}-sum:before { + content: $ti-icon-sum; +} +.#{$ti-prefix}-sum-off:before { + content: $ti-icon-sum-off; +} +.#{$ti-prefix}-sun:before { + content: $ti-icon-sun; +} +.#{$ti-prefix}-sun-electricity:before { + content: $ti-icon-sun-electricity; +} +.#{$ti-prefix}-sun-high:before { + content: $ti-icon-sun-high; +} +.#{$ti-prefix}-sun-low:before { + content: $ti-icon-sun-low; +} +.#{$ti-prefix}-sun-moon:before { + content: $ti-icon-sun-moon; +} +.#{$ti-prefix}-sun-off:before { + content: $ti-icon-sun-off; +} +.#{$ti-prefix}-sun-wind:before { + content: $ti-icon-sun-wind; +} +.#{$ti-prefix}-sunglasses:before { + content: $ti-icon-sunglasses; +} +.#{$ti-prefix}-sunrise:before { + content: $ti-icon-sunrise; +} +.#{$ti-prefix}-sunset:before { + content: $ti-icon-sunset; +} +.#{$ti-prefix}-sunset-2:before { + content: $ti-icon-sunset-2; +} +.#{$ti-prefix}-superscript:before { + content: $ti-icon-superscript; +} +.#{$ti-prefix}-svg:before { + content: $ti-icon-svg; +} +.#{$ti-prefix}-swimming:before { + content: $ti-icon-swimming; +} +.#{$ti-prefix}-swipe:before { + content: $ti-icon-swipe; +} +.#{$ti-prefix}-swipe-down:before { + content: $ti-icon-swipe-down; +} +.#{$ti-prefix}-swipe-left:before { + content: $ti-icon-swipe-left; +} +.#{$ti-prefix}-swipe-right:before { + content: $ti-icon-swipe-right; +} +.#{$ti-prefix}-swipe-up:before { + content: $ti-icon-swipe-up; +} +.#{$ti-prefix}-switch:before { + content: $ti-icon-switch; +} +.#{$ti-prefix}-switch-2:before { + content: $ti-icon-switch-2; +} +.#{$ti-prefix}-switch-3:before { + content: $ti-icon-switch-3; +} +.#{$ti-prefix}-switch-horizontal:before { + content: $ti-icon-switch-horizontal; +} +.#{$ti-prefix}-switch-vertical:before { + content: $ti-icon-switch-vertical; +} +.#{$ti-prefix}-sword:before { + content: $ti-icon-sword; +} +.#{$ti-prefix}-sword-off:before { + content: $ti-icon-sword-off; +} +.#{$ti-prefix}-swords:before { + content: $ti-icon-swords; +} +.#{$ti-prefix}-table:before { + content: $ti-icon-table; +} +.#{$ti-prefix}-table-alias:before { + content: $ti-icon-table-alias; +} +.#{$ti-prefix}-table-column:before { + content: $ti-icon-table-column; +} +.#{$ti-prefix}-table-down:before { + content: $ti-icon-table-down; +} +.#{$ti-prefix}-table-export:before { + content: $ti-icon-table-export; +} +.#{$ti-prefix}-table-heart:before { + content: $ti-icon-table-heart; +} +.#{$ti-prefix}-table-import:before { + content: $ti-icon-table-import; +} +.#{$ti-prefix}-table-minus:before { + content: $ti-icon-table-minus; +} +.#{$ti-prefix}-table-off:before { + content: $ti-icon-table-off; +} +.#{$ti-prefix}-table-options:before { + content: $ti-icon-table-options; +} +.#{$ti-prefix}-table-plus:before { + content: $ti-icon-table-plus; +} +.#{$ti-prefix}-table-row:before { + content: $ti-icon-table-row; +} +.#{$ti-prefix}-table-share:before { + content: $ti-icon-table-share; +} +.#{$ti-prefix}-table-shortcut:before { + content: $ti-icon-table-shortcut; +} +.#{$ti-prefix}-tag:before { + content: $ti-icon-tag; +} +.#{$ti-prefix}-tag-off:before { + content: $ti-icon-tag-off; +} +.#{$ti-prefix}-tag-starred:before { + content: $ti-icon-tag-starred; +} +.#{$ti-prefix}-tags:before { + content: $ti-icon-tags; +} +.#{$ti-prefix}-tags-off:before { + content: $ti-icon-tags-off; +} +.#{$ti-prefix}-tallymark-1:before { + content: $ti-icon-tallymark-1; +} +.#{$ti-prefix}-tallymark-2:before { + content: $ti-icon-tallymark-2; +} +.#{$ti-prefix}-tallymark-3:before { + content: $ti-icon-tallymark-3; +} +.#{$ti-prefix}-tallymark-4:before { + content: $ti-icon-tallymark-4; +} +.#{$ti-prefix}-tallymarks:before { + content: $ti-icon-tallymarks; +} +.#{$ti-prefix}-tank:before { + content: $ti-icon-tank; +} +.#{$ti-prefix}-target:before { + content: $ti-icon-target; +} +.#{$ti-prefix}-target-arrow:before { + content: $ti-icon-target-arrow; +} +.#{$ti-prefix}-target-off:before { + content: $ti-icon-target-off; +} +.#{$ti-prefix}-teapot:before { + content: $ti-icon-teapot; +} +.#{$ti-prefix}-telescope:before { + content: $ti-icon-telescope; +} +.#{$ti-prefix}-telescope-off:before { + content: $ti-icon-telescope-off; +} +.#{$ti-prefix}-temperature:before { + content: $ti-icon-temperature; +} +.#{$ti-prefix}-temperature-celsius:before { + content: $ti-icon-temperature-celsius; +} +.#{$ti-prefix}-temperature-fahrenheit:before { + content: $ti-icon-temperature-fahrenheit; +} +.#{$ti-prefix}-temperature-minus:before { + content: $ti-icon-temperature-minus; +} +.#{$ti-prefix}-temperature-off:before { + content: $ti-icon-temperature-off; +} +.#{$ti-prefix}-temperature-plus:before { + content: $ti-icon-temperature-plus; +} +.#{$ti-prefix}-temperature-snow:before { + content: $ti-icon-temperature-snow; +} +.#{$ti-prefix}-temperature-sun:before { + content: $ti-icon-temperature-sun; +} +.#{$ti-prefix}-template:before { + content: $ti-icon-template; +} +.#{$ti-prefix}-template-off:before { + content: $ti-icon-template-off; +} +.#{$ti-prefix}-tent:before { + content: $ti-icon-tent; +} +.#{$ti-prefix}-tent-off:before { + content: $ti-icon-tent-off; +} +.#{$ti-prefix}-terminal:before { + content: $ti-icon-terminal; +} +.#{$ti-prefix}-terminal-2:before { + content: $ti-icon-terminal-2; +} +.#{$ti-prefix}-test-pipe:before { + content: $ti-icon-test-pipe; +} +.#{$ti-prefix}-test-pipe-2:before { + content: $ti-icon-test-pipe-2; +} +.#{$ti-prefix}-test-pipe-off:before { + content: $ti-icon-test-pipe-off; +} +.#{$ti-prefix}-tex:before { + content: $ti-icon-tex; +} +.#{$ti-prefix}-text-caption:before { + content: $ti-icon-text-caption; +} +.#{$ti-prefix}-text-color:before { + content: $ti-icon-text-color; +} +.#{$ti-prefix}-text-decrease:before { + content: $ti-icon-text-decrease; +} +.#{$ti-prefix}-text-direction-ltr:before { + content: $ti-icon-text-direction-ltr; +} +.#{$ti-prefix}-text-direction-rtl:before { + content: $ti-icon-text-direction-rtl; +} +.#{$ti-prefix}-text-grammar:before { + content: $ti-icon-text-grammar; +} +.#{$ti-prefix}-text-increase:before { + content: $ti-icon-text-increase; +} +.#{$ti-prefix}-text-orientation:before { + content: $ti-icon-text-orientation; +} +.#{$ti-prefix}-text-plus:before { + content: $ti-icon-text-plus; +} +.#{$ti-prefix}-text-recognition:before { + content: $ti-icon-text-recognition; +} +.#{$ti-prefix}-text-resize:before { + content: $ti-icon-text-resize; +} +.#{$ti-prefix}-text-scan-2:before { + content: $ti-icon-text-scan-2; +} +.#{$ti-prefix}-text-size:before { + content: $ti-icon-text-size; +} +.#{$ti-prefix}-text-spellcheck:before { + content: $ti-icon-text-spellcheck; +} +.#{$ti-prefix}-text-wrap:before { + content: $ti-icon-text-wrap; +} +.#{$ti-prefix}-text-wrap-disabled:before { + content: $ti-icon-text-wrap-disabled; +} +.#{$ti-prefix}-texture:before { + content: $ti-icon-texture; +} +.#{$ti-prefix}-theater:before { + content: $ti-icon-theater; +} +.#{$ti-prefix}-thermometer:before { + content: $ti-icon-thermometer; +} +.#{$ti-prefix}-thumb-down:before { + content: $ti-icon-thumb-down; +} +.#{$ti-prefix}-thumb-down-off:before { + content: $ti-icon-thumb-down-off; +} +.#{$ti-prefix}-thumb-up:before { + content: $ti-icon-thumb-up; +} +.#{$ti-prefix}-thumb-up-off:before { + content: $ti-icon-thumb-up-off; +} +.#{$ti-prefix}-tic-tac:before { + content: $ti-icon-tic-tac; +} +.#{$ti-prefix}-ticket:before { + content: $ti-icon-ticket; +} +.#{$ti-prefix}-ticket-off:before { + content: $ti-icon-ticket-off; +} +.#{$ti-prefix}-tie:before { + content: $ti-icon-tie; +} +.#{$ti-prefix}-tilde:before { + content: $ti-icon-tilde; +} +.#{$ti-prefix}-tilt-shift:before { + content: $ti-icon-tilt-shift; +} +.#{$ti-prefix}-tilt-shift-off:before { + content: $ti-icon-tilt-shift-off; +} +.#{$ti-prefix}-time-duration-0:before { + content: $ti-icon-time-duration-0; +} +.#{$ti-prefix}-time-duration-10:before { + content: $ti-icon-time-duration-10; +} +.#{$ti-prefix}-time-duration-15:before { + content: $ti-icon-time-duration-15; +} +.#{$ti-prefix}-time-duration-30:before { + content: $ti-icon-time-duration-30; +} +.#{$ti-prefix}-time-duration-45:before { + content: $ti-icon-time-duration-45; +} +.#{$ti-prefix}-time-duration-5:before { + content: $ti-icon-time-duration-5; +} +.#{$ti-prefix}-time-duration-60:before { + content: $ti-icon-time-duration-60; +} +.#{$ti-prefix}-time-duration-90:before { + content: $ti-icon-time-duration-90; +} +.#{$ti-prefix}-time-duration-off:before { + content: $ti-icon-time-duration-off; +} +.#{$ti-prefix}-timeline:before { + content: $ti-icon-timeline; +} +.#{$ti-prefix}-timeline-event:before { + content: $ti-icon-timeline-event; +} +.#{$ti-prefix}-timeline-event-exclamation:before { + content: $ti-icon-timeline-event-exclamation; +} +.#{$ti-prefix}-timeline-event-minus:before { + content: $ti-icon-timeline-event-minus; +} +.#{$ti-prefix}-timeline-event-plus:before { + content: $ti-icon-timeline-event-plus; +} +.#{$ti-prefix}-timeline-event-text:before { + content: $ti-icon-timeline-event-text; +} +.#{$ti-prefix}-timeline-event-x:before { + content: $ti-icon-timeline-event-x; +} +.#{$ti-prefix}-tir:before { + content: $ti-icon-tir; +} +.#{$ti-prefix}-toggle-left:before { + content: $ti-icon-toggle-left; +} +.#{$ti-prefix}-toggle-right:before { + content: $ti-icon-toggle-right; +} +.#{$ti-prefix}-toilet-paper:before { + content: $ti-icon-toilet-paper; +} +.#{$ti-prefix}-toilet-paper-off:before { + content: $ti-icon-toilet-paper-off; +} +.#{$ti-prefix}-toml:before { + content: $ti-icon-toml; +} +.#{$ti-prefix}-tool:before { + content: $ti-icon-tool; +} +.#{$ti-prefix}-tools:before { + content: $ti-icon-tools; +} +.#{$ti-prefix}-tools-kitchen:before { + content: $ti-icon-tools-kitchen; +} +.#{$ti-prefix}-tools-kitchen-2:before { + content: $ti-icon-tools-kitchen-2; +} +.#{$ti-prefix}-tools-kitchen-2-off:before { + content: $ti-icon-tools-kitchen-2-off; +} +.#{$ti-prefix}-tools-kitchen-3:before { + content: $ti-icon-tools-kitchen-3; +} +.#{$ti-prefix}-tools-kitchen-off:before { + content: $ti-icon-tools-kitchen-off; +} +.#{$ti-prefix}-tools-off:before { + content: $ti-icon-tools-off; +} +.#{$ti-prefix}-tooltip:before { + content: $ti-icon-tooltip; +} +.#{$ti-prefix}-topology-bus:before { + content: $ti-icon-topology-bus; +} +.#{$ti-prefix}-topology-complex:before { + content: $ti-icon-topology-complex; +} +.#{$ti-prefix}-topology-full:before { + content: $ti-icon-topology-full; +} +.#{$ti-prefix}-topology-full-hierarchy:before { + content: $ti-icon-topology-full-hierarchy; +} +.#{$ti-prefix}-topology-ring:before { + content: $ti-icon-topology-ring; +} +.#{$ti-prefix}-topology-ring-2:before { + content: $ti-icon-topology-ring-2; +} +.#{$ti-prefix}-topology-ring-3:before { + content: $ti-icon-topology-ring-3; +} +.#{$ti-prefix}-topology-star:before { + content: $ti-icon-topology-star; +} +.#{$ti-prefix}-topology-star-2:before { + content: $ti-icon-topology-star-2; +} +.#{$ti-prefix}-topology-star-3:before { + content: $ti-icon-topology-star-3; +} +.#{$ti-prefix}-topology-star-ring:before { + content: $ti-icon-topology-star-ring; +} +.#{$ti-prefix}-topology-star-ring-2:before { + content: $ti-icon-topology-star-ring-2; +} +.#{$ti-prefix}-topology-star-ring-3:before { + content: $ti-icon-topology-star-ring-3; +} +.#{$ti-prefix}-torii:before { + content: $ti-icon-torii; +} +.#{$ti-prefix}-tornado:before { + content: $ti-icon-tornado; +} +.#{$ti-prefix}-tournament:before { + content: $ti-icon-tournament; +} +.#{$ti-prefix}-tower:before { + content: $ti-icon-tower; +} +.#{$ti-prefix}-tower-off:before { + content: $ti-icon-tower-off; +} +.#{$ti-prefix}-track:before { + content: $ti-icon-track; +} +.#{$ti-prefix}-tractor:before { + content: $ti-icon-tractor; +} +.#{$ti-prefix}-trademark:before { + content: $ti-icon-trademark; +} +.#{$ti-prefix}-traffic-cone:before { + content: $ti-icon-traffic-cone; +} +.#{$ti-prefix}-traffic-cone-off:before { + content: $ti-icon-traffic-cone-off; +} +.#{$ti-prefix}-traffic-lights:before { + content: $ti-icon-traffic-lights; +} +.#{$ti-prefix}-traffic-lights-off:before { + content: $ti-icon-traffic-lights-off; +} +.#{$ti-prefix}-train:before { + content: $ti-icon-train; +} +.#{$ti-prefix}-transaction-bitcoin:before { + content: $ti-icon-transaction-bitcoin; +} +.#{$ti-prefix}-transaction-dollar:before { + content: $ti-icon-transaction-dollar; +} +.#{$ti-prefix}-transaction-euro:before { + content: $ti-icon-transaction-euro; +} +.#{$ti-prefix}-transaction-pound:before { + content: $ti-icon-transaction-pound; +} +.#{$ti-prefix}-transaction-rupee:before { + content: $ti-icon-transaction-rupee; +} +.#{$ti-prefix}-transaction-yen:before { + content: $ti-icon-transaction-yen; +} +.#{$ti-prefix}-transaction-yuan:before { + content: $ti-icon-transaction-yuan; +} +.#{$ti-prefix}-transfer:before { + content: $ti-icon-transfer; +} +.#{$ti-prefix}-transfer-in:before { + content: $ti-icon-transfer-in; +} +.#{$ti-prefix}-transfer-out:before { + content: $ti-icon-transfer-out; +} +.#{$ti-prefix}-transfer-vertical:before { + content: $ti-icon-transfer-vertical; +} +.#{$ti-prefix}-transform:before { + content: $ti-icon-transform; +} +.#{$ti-prefix}-transform-point:before { + content: $ti-icon-transform-point; +} +.#{$ti-prefix}-transform-point-bottom-left:before { + content: $ti-icon-transform-point-bottom-left; +} +.#{$ti-prefix}-transform-point-bottom-right:before { + content: $ti-icon-transform-point-bottom-right; +} +.#{$ti-prefix}-transform-point-top-left:before { + content: $ti-icon-transform-point-top-left; +} +.#{$ti-prefix}-transform-point-top-right:before { + content: $ti-icon-transform-point-top-right; +} +.#{$ti-prefix}-transition-bottom:before { + content: $ti-icon-transition-bottom; +} +.#{$ti-prefix}-transition-left:before { + content: $ti-icon-transition-left; +} +.#{$ti-prefix}-transition-right:before { + content: $ti-icon-transition-right; +} +.#{$ti-prefix}-transition-top:before { + content: $ti-icon-transition-top; +} +.#{$ti-prefix}-trash:before { + content: $ti-icon-trash; +} +.#{$ti-prefix}-trash-off:before { + content: $ti-icon-trash-off; +} +.#{$ti-prefix}-trash-x:before { + content: $ti-icon-trash-x; +} +.#{$ti-prefix}-treadmill:before { + content: $ti-icon-treadmill; +} +.#{$ti-prefix}-tree:before { + content: $ti-icon-tree; +} +.#{$ti-prefix}-trees:before { + content: $ti-icon-trees; +} +.#{$ti-prefix}-trekking:before { + content: $ti-icon-trekking; +} +.#{$ti-prefix}-trending-down:before { + content: $ti-icon-trending-down; +} +.#{$ti-prefix}-trending-down-2:before { + content: $ti-icon-trending-down-2; +} +.#{$ti-prefix}-trending-down-3:before { + content: $ti-icon-trending-down-3; +} +.#{$ti-prefix}-trending-up:before { + content: $ti-icon-trending-up; +} +.#{$ti-prefix}-trending-up-2:before { + content: $ti-icon-trending-up-2; +} +.#{$ti-prefix}-trending-up-3:before { + content: $ti-icon-trending-up-3; +} +.#{$ti-prefix}-triangle:before { + content: $ti-icon-triangle; +} +.#{$ti-prefix}-triangle-inverted:before { + content: $ti-icon-triangle-inverted; +} +.#{$ti-prefix}-triangle-minus:before { + content: $ti-icon-triangle-minus; +} +.#{$ti-prefix}-triangle-minus-2:before { + content: $ti-icon-triangle-minus-2; +} +.#{$ti-prefix}-triangle-off:before { + content: $ti-icon-triangle-off; +} +.#{$ti-prefix}-triangle-plus:before { + content: $ti-icon-triangle-plus; +} +.#{$ti-prefix}-triangle-plus-2:before { + content: $ti-icon-triangle-plus-2; +} +.#{$ti-prefix}-triangle-square-circle:before { + content: $ti-icon-triangle-square-circle; +} +.#{$ti-prefix}-triangles:before { + content: $ti-icon-triangles; +} +.#{$ti-prefix}-trident:before { + content: $ti-icon-trident; +} +.#{$ti-prefix}-trolley:before { + content: $ti-icon-trolley; +} +.#{$ti-prefix}-trophy:before { + content: $ti-icon-trophy; +} +.#{$ti-prefix}-trophy-off:before { + content: $ti-icon-trophy-off; +} +.#{$ti-prefix}-trowel:before { + content: $ti-icon-trowel; +} +.#{$ti-prefix}-truck:before { + content: $ti-icon-truck; +} +.#{$ti-prefix}-truck-delivery:before { + content: $ti-icon-truck-delivery; +} +.#{$ti-prefix}-truck-loading:before { + content: $ti-icon-truck-loading; +} +.#{$ti-prefix}-truck-off:before { + content: $ti-icon-truck-off; +} +.#{$ti-prefix}-truck-return:before { + content: $ti-icon-truck-return; +} +.#{$ti-prefix}-txt:before { + content: $ti-icon-txt; +} +.#{$ti-prefix}-typeface:before { + content: $ti-icon-typeface; +} +.#{$ti-prefix}-typography:before { + content: $ti-icon-typography; +} +.#{$ti-prefix}-typography-off:before { + content: $ti-icon-typography-off; +} +.#{$ti-prefix}-ufo:before { + content: $ti-icon-ufo; +} +.#{$ti-prefix}-ufo-off:before { + content: $ti-icon-ufo-off; +} +.#{$ti-prefix}-umbrella:before { + content: $ti-icon-umbrella; +} +.#{$ti-prefix}-umbrella-off:before { + content: $ti-icon-umbrella-off; +} +.#{$ti-prefix}-underline:before { + content: $ti-icon-underline; +} +.#{$ti-prefix}-universe:before { + content: $ti-icon-universe; +} +.#{$ti-prefix}-unlink:before { + content: $ti-icon-unlink; +} +.#{$ti-prefix}-upload:before { + content: $ti-icon-upload; +} +.#{$ti-prefix}-urgent:before { + content: $ti-icon-urgent; +} +.#{$ti-prefix}-usb:before { + content: $ti-icon-usb; +} +.#{$ti-prefix}-user:before { + content: $ti-icon-user; +} +.#{$ti-prefix}-user-bolt:before { + content: $ti-icon-user-bolt; +} +.#{$ti-prefix}-user-cancel:before { + content: $ti-icon-user-cancel; +} +.#{$ti-prefix}-user-check:before { + content: $ti-icon-user-check; +} +.#{$ti-prefix}-user-circle:before { + content: $ti-icon-user-circle; +} +.#{$ti-prefix}-user-code:before { + content: $ti-icon-user-code; +} +.#{$ti-prefix}-user-cog:before { + content: $ti-icon-user-cog; +} +.#{$ti-prefix}-user-dollar:before { + content: $ti-icon-user-dollar; +} +.#{$ti-prefix}-user-down:before { + content: $ti-icon-user-down; +} +.#{$ti-prefix}-user-edit:before { + content: $ti-icon-user-edit; +} +.#{$ti-prefix}-user-exclamation:before { + content: $ti-icon-user-exclamation; +} +.#{$ti-prefix}-user-heart:before { + content: $ti-icon-user-heart; +} +.#{$ti-prefix}-user-hexagon:before { + content: $ti-icon-user-hexagon; +} +.#{$ti-prefix}-user-minus:before { + content: $ti-icon-user-minus; +} +.#{$ti-prefix}-user-off:before { + content: $ti-icon-user-off; +} +.#{$ti-prefix}-user-pause:before { + content: $ti-icon-user-pause; +} +.#{$ti-prefix}-user-pentagon:before { + content: $ti-icon-user-pentagon; +} +.#{$ti-prefix}-user-pin:before { + content: $ti-icon-user-pin; +} +.#{$ti-prefix}-user-plus:before { + content: $ti-icon-user-plus; +} +.#{$ti-prefix}-user-question:before { + content: $ti-icon-user-question; +} +.#{$ti-prefix}-user-scan:before { + content: $ti-icon-user-scan; +} +.#{$ti-prefix}-user-search:before { + content: $ti-icon-user-search; +} +.#{$ti-prefix}-user-share:before { + content: $ti-icon-user-share; +} +.#{$ti-prefix}-user-shield:before { + content: $ti-icon-user-shield; +} +.#{$ti-prefix}-user-square:before { + content: $ti-icon-user-square; +} +.#{$ti-prefix}-user-square-rounded:before { + content: $ti-icon-user-square-rounded; +} +.#{$ti-prefix}-user-star:before { + content: $ti-icon-user-star; +} +.#{$ti-prefix}-user-up:before { + content: $ti-icon-user-up; +} +.#{$ti-prefix}-user-x:before { + content: $ti-icon-user-x; +} +.#{$ti-prefix}-users:before { + content: $ti-icon-users; +} +.#{$ti-prefix}-users-group:before { + content: $ti-icon-users-group; +} +.#{$ti-prefix}-users-minus:before { + content: $ti-icon-users-minus; +} +.#{$ti-prefix}-users-plus:before { + content: $ti-icon-users-plus; +} +.#{$ti-prefix}-uv-index:before { + content: $ti-icon-uv-index; +} +.#{$ti-prefix}-ux-circle:before { + content: $ti-icon-ux-circle; +} +.#{$ti-prefix}-vaccine:before { + content: $ti-icon-vaccine; +} +.#{$ti-prefix}-vaccine-bottle:before { + content: $ti-icon-vaccine-bottle; +} +.#{$ti-prefix}-vaccine-bottle-off:before { + content: $ti-icon-vaccine-bottle-off; +} +.#{$ti-prefix}-vaccine-off:before { + content: $ti-icon-vaccine-off; +} +.#{$ti-prefix}-vacuum-cleaner:before { + content: $ti-icon-vacuum-cleaner; +} +.#{$ti-prefix}-variable:before { + content: $ti-icon-variable; +} +.#{$ti-prefix}-variable-minus:before { + content: $ti-icon-variable-minus; +} +.#{$ti-prefix}-variable-off:before { + content: $ti-icon-variable-off; +} +.#{$ti-prefix}-variable-plus:before { + content: $ti-icon-variable-plus; +} +.#{$ti-prefix}-vector:before { + content: $ti-icon-vector; +} +.#{$ti-prefix}-vector-bezier:before { + content: $ti-icon-vector-bezier; +} +.#{$ti-prefix}-vector-bezier-2:before { + content: $ti-icon-vector-bezier-2; +} +.#{$ti-prefix}-vector-bezier-arc:before { + content: $ti-icon-vector-bezier-arc; +} +.#{$ti-prefix}-vector-bezier-circle:before { + content: $ti-icon-vector-bezier-circle; +} +.#{$ti-prefix}-vector-off:before { + content: $ti-icon-vector-off; +} +.#{$ti-prefix}-vector-spline:before { + content: $ti-icon-vector-spline; +} +.#{$ti-prefix}-vector-triangle:before { + content: $ti-icon-vector-triangle; +} +.#{$ti-prefix}-vector-triangle-off:before { + content: $ti-icon-vector-triangle-off; +} +.#{$ti-prefix}-venus:before { + content: $ti-icon-venus; +} +.#{$ti-prefix}-versions:before { + content: $ti-icon-versions; +} +.#{$ti-prefix}-versions-off:before { + content: $ti-icon-versions-off; +} +.#{$ti-prefix}-video:before { + content: $ti-icon-video; +} +.#{$ti-prefix}-video-minus:before { + content: $ti-icon-video-minus; +} +.#{$ti-prefix}-video-off:before { + content: $ti-icon-video-off; +} +.#{$ti-prefix}-video-plus:before { + content: $ti-icon-video-plus; +} +.#{$ti-prefix}-view-360:before { + content: $ti-icon-view-360; +} +.#{$ti-prefix}-view-360-arrow:before { + content: $ti-icon-view-360-arrow; +} +.#{$ti-prefix}-view-360-number:before { + content: $ti-icon-view-360-number; +} +.#{$ti-prefix}-view-360-off:before { + content: $ti-icon-view-360-off; +} +.#{$ti-prefix}-viewfinder:before { + content: $ti-icon-viewfinder; +} +.#{$ti-prefix}-viewfinder-off:before { + content: $ti-icon-viewfinder-off; +} +.#{$ti-prefix}-viewport-narrow:before { + content: $ti-icon-viewport-narrow; +} +.#{$ti-prefix}-viewport-wide:before { + content: $ti-icon-viewport-wide; +} +.#{$ti-prefix}-vinyl:before { + content: $ti-icon-vinyl; +} +.#{$ti-prefix}-vip:before { + content: $ti-icon-vip; +} +.#{$ti-prefix}-vip-off:before { + content: $ti-icon-vip-off; +} +.#{$ti-prefix}-virus:before { + content: $ti-icon-virus; +} +.#{$ti-prefix}-virus-off:before { + content: $ti-icon-virus-off; +} +.#{$ti-prefix}-virus-search:before { + content: $ti-icon-virus-search; +} +.#{$ti-prefix}-vocabulary:before { + content: $ti-icon-vocabulary; +} +.#{$ti-prefix}-vocabulary-off:before { + content: $ti-icon-vocabulary-off; +} +.#{$ti-prefix}-volcano:before { + content: $ti-icon-volcano; +} +.#{$ti-prefix}-volume:before { + content: $ti-icon-volume; +} +.#{$ti-prefix}-volume-2:before { + content: $ti-icon-volume-2; +} +.#{$ti-prefix}-volume-3:before { + content: $ti-icon-volume-3; +} +.#{$ti-prefix}-volume-off:before { + content: $ti-icon-volume-off; +} +.#{$ti-prefix}-vs:before { + content: $ti-icon-vs; +} +.#{$ti-prefix}-walk:before { + content: $ti-icon-walk; +} +.#{$ti-prefix}-wall:before { + content: $ti-icon-wall; +} +.#{$ti-prefix}-wall-off:before { + content: $ti-icon-wall-off; +} +.#{$ti-prefix}-wallet:before { + content: $ti-icon-wallet; +} +.#{$ti-prefix}-wallet-off:before { + content: $ti-icon-wallet-off; +} +.#{$ti-prefix}-wallpaper:before { + content: $ti-icon-wallpaper; +} +.#{$ti-prefix}-wallpaper-off:before { + content: $ti-icon-wallpaper-off; +} +.#{$ti-prefix}-wand:before { + content: $ti-icon-wand; +} +.#{$ti-prefix}-wand-off:before { + content: $ti-icon-wand-off; +} +.#{$ti-prefix}-wash:before { + content: $ti-icon-wash; +} +.#{$ti-prefix}-wash-dry:before { + content: $ti-icon-wash-dry; +} +.#{$ti-prefix}-wash-dry-1:before { + content: $ti-icon-wash-dry-1; +} +.#{$ti-prefix}-wash-dry-2:before { + content: $ti-icon-wash-dry-2; +} +.#{$ti-prefix}-wash-dry-3:before { + content: $ti-icon-wash-dry-3; +} +.#{$ti-prefix}-wash-dry-a:before { + content: $ti-icon-wash-dry-a; +} +.#{$ti-prefix}-wash-dry-dip:before { + content: $ti-icon-wash-dry-dip; +} +.#{$ti-prefix}-wash-dry-f:before { + content: $ti-icon-wash-dry-f; +} +.#{$ti-prefix}-wash-dry-flat:before { + content: $ti-icon-wash-dry-flat; +} +.#{$ti-prefix}-wash-dry-hang:before { + content: $ti-icon-wash-dry-hang; +} +.#{$ti-prefix}-wash-dry-off:before { + content: $ti-icon-wash-dry-off; +} +.#{$ti-prefix}-wash-dry-p:before { + content: $ti-icon-wash-dry-p; +} +.#{$ti-prefix}-wash-dry-shade:before { + content: $ti-icon-wash-dry-shade; +} +.#{$ti-prefix}-wash-dry-w:before { + content: $ti-icon-wash-dry-w; +} +.#{$ti-prefix}-wash-dryclean:before { + content: $ti-icon-wash-dryclean; +} +.#{$ti-prefix}-wash-dryclean-off:before { + content: $ti-icon-wash-dryclean-off; +} +.#{$ti-prefix}-wash-eco:before { + content: $ti-icon-wash-eco; +} +.#{$ti-prefix}-wash-gentle:before { + content: $ti-icon-wash-gentle; +} +.#{$ti-prefix}-wash-hand:before { + content: $ti-icon-wash-hand; +} +.#{$ti-prefix}-wash-machine:before { + content: $ti-icon-wash-machine; +} +.#{$ti-prefix}-wash-off:before { + content: $ti-icon-wash-off; +} +.#{$ti-prefix}-wash-press:before { + content: $ti-icon-wash-press; +} +.#{$ti-prefix}-wash-temperature-1:before { + content: $ti-icon-wash-temperature-1; +} +.#{$ti-prefix}-wash-temperature-2:before { + content: $ti-icon-wash-temperature-2; +} +.#{$ti-prefix}-wash-temperature-3:before { + content: $ti-icon-wash-temperature-3; +} +.#{$ti-prefix}-wash-temperature-4:before { + content: $ti-icon-wash-temperature-4; +} +.#{$ti-prefix}-wash-temperature-5:before { + content: $ti-icon-wash-temperature-5; +} +.#{$ti-prefix}-wash-temperature-6:before { + content: $ti-icon-wash-temperature-6; +} +.#{$ti-prefix}-wash-tumble-dry:before { + content: $ti-icon-wash-tumble-dry; +} +.#{$ti-prefix}-wash-tumble-off:before { + content: $ti-icon-wash-tumble-off; +} +.#{$ti-prefix}-waterpolo:before { + content: $ti-icon-waterpolo; +} +.#{$ti-prefix}-wave-saw-tool:before { + content: $ti-icon-wave-saw-tool; +} +.#{$ti-prefix}-wave-sine:before { + content: $ti-icon-wave-sine; +} +.#{$ti-prefix}-wave-square:before { + content: $ti-icon-wave-square; +} +.#{$ti-prefix}-waves-electricity:before { + content: $ti-icon-waves-electricity; +} +.#{$ti-prefix}-webhook:before { + content: $ti-icon-webhook; +} +.#{$ti-prefix}-webhook-off:before { + content: $ti-icon-webhook-off; +} +.#{$ti-prefix}-weight:before { + content: $ti-icon-weight; +} +.#{$ti-prefix}-wheel:before { + content: $ti-icon-wheel; +} +.#{$ti-prefix}-wheelchair:before { + content: $ti-icon-wheelchair; +} +.#{$ti-prefix}-wheelchair-off:before { + content: $ti-icon-wheelchair-off; +} +.#{$ti-prefix}-whirl:before { + content: $ti-icon-whirl; +} +.#{$ti-prefix}-wifi:before { + content: $ti-icon-wifi; +} +.#{$ti-prefix}-wifi-0:before { + content: $ti-icon-wifi-0; +} +.#{$ti-prefix}-wifi-1:before { + content: $ti-icon-wifi-1; +} +.#{$ti-prefix}-wifi-2:before { + content: $ti-icon-wifi-2; +} +.#{$ti-prefix}-wifi-off:before { + content: $ti-icon-wifi-off; +} +.#{$ti-prefix}-wind:before { + content: $ti-icon-wind; +} +.#{$ti-prefix}-wind-electricity:before { + content: $ti-icon-wind-electricity; +} +.#{$ti-prefix}-wind-off:before { + content: $ti-icon-wind-off; +} +.#{$ti-prefix}-windmill:before { + content: $ti-icon-windmill; +} +.#{$ti-prefix}-windmill-off:before { + content: $ti-icon-windmill-off; +} +.#{$ti-prefix}-window:before { + content: $ti-icon-window; +} +.#{$ti-prefix}-window-maximize:before { + content: $ti-icon-window-maximize; +} +.#{$ti-prefix}-window-minimize:before { + content: $ti-icon-window-minimize; +} +.#{$ti-prefix}-window-off:before { + content: $ti-icon-window-off; +} +.#{$ti-prefix}-windsock:before { + content: $ti-icon-windsock; +} +.#{$ti-prefix}-wiper:before { + content: $ti-icon-wiper; +} +.#{$ti-prefix}-wiper-wash:before { + content: $ti-icon-wiper-wash; +} +.#{$ti-prefix}-woman:before { + content: $ti-icon-woman; +} +.#{$ti-prefix}-wood:before { + content: $ti-icon-wood; +} +.#{$ti-prefix}-world:before { + content: $ti-icon-world; +} +.#{$ti-prefix}-world-bolt:before { + content: $ti-icon-world-bolt; +} +.#{$ti-prefix}-world-cancel:before { + content: $ti-icon-world-cancel; +} +.#{$ti-prefix}-world-check:before { + content: $ti-icon-world-check; +} +.#{$ti-prefix}-world-code:before { + content: $ti-icon-world-code; +} +.#{$ti-prefix}-world-cog:before { + content: $ti-icon-world-cog; +} +.#{$ti-prefix}-world-dollar:before { + content: $ti-icon-world-dollar; +} +.#{$ti-prefix}-world-down:before { + content: $ti-icon-world-down; +} +.#{$ti-prefix}-world-download:before { + content: $ti-icon-world-download; +} +.#{$ti-prefix}-world-exclamation:before { + content: $ti-icon-world-exclamation; +} +.#{$ti-prefix}-world-heart:before { + content: $ti-icon-world-heart; +} +.#{$ti-prefix}-world-latitude:before { + content: $ti-icon-world-latitude; +} +.#{$ti-prefix}-world-longitude:before { + content: $ti-icon-world-longitude; +} +.#{$ti-prefix}-world-minus:before { + content: $ti-icon-world-minus; +} +.#{$ti-prefix}-world-off:before { + content: $ti-icon-world-off; +} +.#{$ti-prefix}-world-pause:before { + content: $ti-icon-world-pause; +} +.#{$ti-prefix}-world-pin:before { + content: $ti-icon-world-pin; +} +.#{$ti-prefix}-world-plus:before { + content: $ti-icon-world-plus; +} +.#{$ti-prefix}-world-question:before { + content: $ti-icon-world-question; +} +.#{$ti-prefix}-world-search:before { + content: $ti-icon-world-search; +} +.#{$ti-prefix}-world-share:before { + content: $ti-icon-world-share; +} +.#{$ti-prefix}-world-star:before { + content: $ti-icon-world-star; +} +.#{$ti-prefix}-world-up:before { + content: $ti-icon-world-up; +} +.#{$ti-prefix}-world-upload:before { + content: $ti-icon-world-upload; +} +.#{$ti-prefix}-world-www:before { + content: $ti-icon-world-www; +} +.#{$ti-prefix}-world-x:before { + content: $ti-icon-world-x; +} +.#{$ti-prefix}-wrecking-ball:before { + content: $ti-icon-wrecking-ball; +} +.#{$ti-prefix}-writing:before { + content: $ti-icon-writing; +} +.#{$ti-prefix}-writing-off:before { + content: $ti-icon-writing-off; +} +.#{$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}-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; +} +.#{$ti-prefix}-xbox-y:before { + content: $ti-icon-xbox-y; +} +.#{$ti-prefix}-xd:before { + content: $ti-icon-xd; +} +.#{$ti-prefix}-xxx:before { + content: $ti-icon-xxx; +} +.#{$ti-prefix}-yin-yang:before { + content: $ti-icon-yin-yang; +} +.#{$ti-prefix}-yoga:before { + content: $ti-icon-yoga; +} +.#{$ti-prefix}-zeppelin:before { + content: $ti-icon-zeppelin; +} +.#{$ti-prefix}-zeppelin-off:before { + content: $ti-icon-zeppelin-off; +} +.#{$ti-prefix}-zip:before { + content: $ti-icon-zip; +} +.#{$ti-prefix}-zodiac-aquarius:before { + content: $ti-icon-zodiac-aquarius; +} +.#{$ti-prefix}-zodiac-aries:before { + content: $ti-icon-zodiac-aries; +} +.#{$ti-prefix}-zodiac-cancer:before { + content: $ti-icon-zodiac-cancer; +} +.#{$ti-prefix}-zodiac-capricorn:before { + content: $ti-icon-zodiac-capricorn; +} +.#{$ti-prefix}-zodiac-gemini:before { + content: $ti-icon-zodiac-gemini; +} +.#{$ti-prefix}-zodiac-leo:before { + content: $ti-icon-zodiac-leo; +} +.#{$ti-prefix}-zodiac-libra:before { + content: $ti-icon-zodiac-libra; +} +.#{$ti-prefix}-zodiac-pisces:before { + content: $ti-icon-zodiac-pisces; +} +.#{$ti-prefix}-zodiac-sagittarius:before { + content: $ti-icon-zodiac-sagittarius; +} +.#{$ti-prefix}-zodiac-scorpio:before { + content: $ti-icon-zodiac-scorpio; +} +.#{$ti-prefix}-zodiac-taurus:before { + content: $ti-icon-zodiac-taurus; +} +.#{$ti-prefix}-zodiac-virgo:before { + content: $ti-icon-zodiac-virgo; +} +.#{$ti-prefix}-zoom:before { + content: $ti-icon-zoom; +} +.#{$ti-prefix}-zoom-cancel:before { + content: $ti-icon-zoom-cancel; +} +.#{$ti-prefix}-zoom-check:before { + content: $ti-icon-zoom-check; +} +.#{$ti-prefix}-zoom-code:before { + content: $ti-icon-zoom-code; +} +.#{$ti-prefix}-zoom-exclamation:before { + content: $ti-icon-zoom-exclamation; +} +.#{$ti-prefix}-zoom-in:before { + content: $ti-icon-zoom-in; +} +.#{$ti-prefix}-zoom-in-area:before { + content: $ti-icon-zoom-in-area; +} +.#{$ti-prefix}-zoom-money:before { + content: $ti-icon-zoom-money; +} +.#{$ti-prefix}-zoom-out:before { + content: $ti-icon-zoom-out; +} +.#{$ti-prefix}-zoom-out-area:before { + content: $ti-icon-zoom-out-area; +} +.#{$ti-prefix}-zoom-pan:before { + content: $ti-icon-zoom-pan; +} +.#{$ti-prefix}-zoom-question:before { + content: $ti-icon-zoom-question; +} +.#{$ti-prefix}-zoom-replace:before { + content: $ti-icon-zoom-replace; +} +.#{$ti-prefix}-zoom-reset:before { + content: $ti-icon-zoom-reset; +} +.#{$ti-prefix}-zoom-scan:before { + content: $ti-icon-zoom-scan; +} +.#{$ti-prefix}-zzz:before { + content: $ti-icon-zzz; +} +.#{$ti-prefix}-zzz-off:before { + content: $ti-icon-zzz-off; +} + +// Aliases +.#{$ti-prefix}-123:before { + content: $ti-icon-number-123; +} +.#{$ti-prefix}-360:before { + content: $ti-icon-view-360-arrow; +} +.#{$ti-prefix}-code-asterix:before { + content: $ti-icon-code-asterisk; +} +.#{$ti-prefix}-discount-2:before { + content: $ti-icon-rosette-discount; +} +.#{$ti-prefix}-discount-2-off:before { + content: $ti-icon-rosette-discount-off; +} +.#{$ti-prefix}-discount-check:before { + content: $ti-icon-rosette-discount-check; +} +.#{$ti-prefix}-hand-rock:before { + content: $ti-icon-hand-love-you; +} +.#{$ti-prefix}-sort-deacending-small-big:before { + content: $ti-icon-sort-descending-small-big; +} +.#{$ti-prefix}-shi-jumping:before { + content: $ti-icon-ski-jumping; +} +.#{$ti-prefix}-box-seam:before { + content: $ti-icon-package; +} +.#{$ti-prefix}-kering:before { + content: $ti-icon-kerning; +} +.#{$ti-prefix}-2fa:before { + content: $ti-icon-auth-2fa; +} +.#{$ti-prefix}-3d-cube-sphere:before { + content: $ti-icon-cube-3d-sphere; +} +.#{$ti-prefix}-3d-cube-sphere-off:before { + content: $ti-icon-cube-3d-sphere-off; +} +.#{$ti-prefix}-3d-rotate:before { + content: $ti-icon-rotate-3d; +} +.#{$ti-prefix}-12-hours:before { + content: $ti-icon-hours-12; +} +.#{$ti-prefix}-24-hours:before { + content: $ti-icon-hours-24; +} +.#{$ti-prefix}-360-view:before { + content: $ti-icon-view-360-number; +} +.#{$ti-prefix}-circle-0:before { + content: $ti-icon-circle-number-0; +} +.#{$ti-prefix}-circle-1:before { + content: $ti-icon-circle-number-1; +} +.#{$ti-prefix}-circle-2:before { + content: $ti-icon-circle-number-2; +} +.#{$ti-prefix}-circle-3:before { + content: $ti-icon-circle-number-3; +} +.#{$ti-prefix}-circle-4:before { + content: $ti-icon-circle-number-4; +} +.#{$ti-prefix}-circle-5:before { + content: $ti-icon-circle-number-5; +} +.#{$ti-prefix}-circle-6:before { + content: $ti-icon-circle-number-6; +} +.#{$ti-prefix}-circle-7:before { + content: $ti-icon-circle-number-7; +} +.#{$ti-prefix}-circle-8:before { + content: $ti-icon-circle-number-8; +} +.#{$ti-prefix}-circle-9:before { + content: $ti-icon-circle-number-9; +} +.#{$ti-prefix}-hexagon-0:before { + content: $ti-icon-hexagon-number-0; +} +.#{$ti-prefix}-hexagon-1:before { + content: $ti-icon-hexagon-number-1; +} +.#{$ti-prefix}-hexagon-2:before { + content: $ti-icon-hexagon-number-2; +} +.#{$ti-prefix}-hexagon-3:before { + content: $ti-icon-hexagon-number-3; +} +.#{$ti-prefix}-hexagon-4:before { + content: $ti-icon-hexagon-number-4; +} +.#{$ti-prefix}-hexagon-5:before { + content: $ti-icon-hexagon-number-5; +} +.#{$ti-prefix}-hexagon-6:before { + content: $ti-icon-hexagon-number-6; +} +.#{$ti-prefix}-hexagon-7:before { + content: $ti-icon-hexagon-number-7; +} +.#{$ti-prefix}-hexagon-8:before { + content: $ti-icon-hexagon-number-8; +} +.#{$ti-prefix}-hexagon-9:before { + content: $ti-icon-hexagon-number-9; +} +.#{$ti-prefix}-square-0:before { + content: $ti-icon-square-number-0; +} +.#{$ti-prefix}-square-1:before { + content: $ti-icon-square-number-1; +} +.#{$ti-prefix}-square-2:before { + content: $ti-icon-square-number-2; +} +.#{$ti-prefix}-square-3:before { + content: $ti-icon-square-number-3; +} +.#{$ti-prefix}-square-4:before { + content: $ti-icon-square-number-4; +} +.#{$ti-prefix}-square-5:before { + content: $ti-icon-square-number-5; +} +.#{$ti-prefix}-square-6:before { + content: $ti-icon-square-number-6; +} +.#{$ti-prefix}-square-7:before { + content: $ti-icon-square-number-7; +} +.#{$ti-prefix}-square-8:before { + content: $ti-icon-square-number-8; +} +.#{$ti-prefix}-square-9:before { + content: $ti-icon-square-number-9; +} diff --git a/_sass/tabler-icons/tabler-icons.scss b/_sass/tabler-icons/tabler-icons.scss new file mode 100644 index 0000000000000..925cf8b4daaea --- /dev/null +++ b/_sass/tabler-icons/tabler-icons.scss @@ -0,0 +1,20993 @@ +@charset "UTF-8"; +/*! + * Tabler Icons 3.0.1 by tabler - https://tabler.io + * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE + */ +$ti-font-family: "tabler-icons" !default; +$ti-font-path: "./fonts" !default; +$ti-font-display: null !default; +$ti-prefix: "ti" !default; + +@font-face { + font-family: $ti-font-family; + font-style: normal; + font-weight: 400; + font-display: $ti-font-display; + src: + url("#{$ti-font-path}/tabler-icons.woff2?v3.0.1") format("woff2"), + url("#{$ti-font-path}/tabler-icons.woff?") format("woff"), + url("#{$ti-font-path}/tabler-icons.ttf?v3.0.1") format("truetype"); +} + +.#{$ti-prefix} { + font-family: $ti-font-family !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +@function unicode($str) { + @return unquote('"') + unquote(str-insert($str, "\\", 1)) + unquote('"'); +} + +$ti-icon-a-b: unicode("ec36"); +$ti-icon-a-b-2: unicode("f25f"); +$ti-icon-a-b-off: unicode("f0a6"); +$ti-icon-abacus: unicode("f05c"); +$ti-icon-abacus-off: unicode("f3b6"); +$ti-icon-abc: unicode("f567"); +$ti-icon-access-point: unicode("ed1b"); +$ti-icon-access-point-off: unicode("ed1a"); +$ti-icon-accessible: unicode("eba9"); +$ti-icon-accessible-filled: unicode("f6ea"); +$ti-icon-accessible-off: unicode("f0a7"); +$ti-icon-activity: unicode("ed23"); +$ti-icon-activity-heartbeat: unicode("f0db"); +$ti-icon-ad: unicode("ea02"); +$ti-icon-ad-2: unicode("ef1f"); +$ti-icon-ad-circle: unicode("f79e"); +$ti-icon-ad-circle-filled: unicode("f7d3"); +$ti-icon-ad-circle-off: unicode("f79d"); +$ti-icon-ad-filled: unicode("f6eb"); +$ti-icon-ad-off: unicode("f3b7"); +$ti-icon-address-book: unicode("f021"); +$ti-icon-address-book-off: unicode("f3b8"); +$ti-icon-adjustments: unicode("ea03"); +$ti-icon-adjustments-alt: unicode("ec37"); +$ti-icon-adjustments-bolt: unicode("f7fb"); +$ti-icon-adjustments-cancel: unicode("f7fc"); +$ti-icon-adjustments-check: unicode("f7fd"); +$ti-icon-adjustments-code: unicode("f7fe"); +$ti-icon-adjustments-cog: unicode("f7ff"); +$ti-icon-adjustments-dollar: unicode("f800"); +$ti-icon-adjustments-down: unicode("f801"); +$ti-icon-adjustments-exclamation: unicode("f802"); +$ti-icon-adjustments-filled: unicode("f6ec"); +$ti-icon-adjustments-heart: unicode("f803"); +$ti-icon-adjustments-horizontal: unicode("ec38"); +$ti-icon-adjustments-minus: unicode("f804"); +$ti-icon-adjustments-off: unicode("f0a8"); +$ti-icon-adjustments-pause: unicode("f805"); +$ti-icon-adjustments-pin: unicode("f806"); +$ti-icon-adjustments-plus: unicode("f807"); +$ti-icon-adjustments-question: unicode("f808"); +$ti-icon-adjustments-search: unicode("f809"); +$ti-icon-adjustments-share: unicode("f80a"); +$ti-icon-adjustments-star: unicode("f80b"); +$ti-icon-adjustments-up: unicode("f80c"); +$ti-icon-adjustments-x: unicode("f80d"); +$ti-icon-aerial-lift: unicode("edfe"); +$ti-icon-affiliate: unicode("edff"); +$ti-icon-affiliate-filled: unicode("f6ed"); +$ti-icon-air-balloon: unicode("f4a6"); +$ti-icon-air-conditioning: unicode("f3a2"); +$ti-icon-air-conditioning-disabled: unicode("f542"); +$ti-icon-air-traffic-control: unicode("fb01"); +$ti-icon-alarm: unicode("ea04"); +$ti-icon-alarm-average: unicode("fc9e"); +$ti-icon-alarm-filled: unicode("f709"); +$ti-icon-alarm-minus: unicode("f630"); +$ti-icon-alarm-minus-filled: unicode("f70a"); +$ti-icon-alarm-off: unicode("f0a9"); +$ti-icon-alarm-plus: unicode("f631"); +$ti-icon-alarm-plus-filled: unicode("f70b"); +$ti-icon-alarm-snooze: unicode("f632"); +$ti-icon-alarm-snooze-filled: unicode("f70c"); +$ti-icon-album: unicode("f022"); +$ti-icon-album-off: unicode("f3b9"); +$ti-icon-alert-circle: unicode("ea05"); +$ti-icon-alert-circle-filled: unicode("f6ee"); +$ti-icon-alert-circle-off: unicode("fc65"); +$ti-icon-alert-hexagon: unicode("f80e"); +$ti-icon-alert-hexagon-filled: unicode("fa34"); +$ti-icon-alert-hexagon-off: unicode("fc66"); +$ti-icon-alert-octagon: unicode("ecc6"); +$ti-icon-alert-octagon-filled: unicode("f6ef"); +$ti-icon-alert-small: unicode("f80f"); +$ti-icon-alert-small-off: unicode("fc67"); +$ti-icon-alert-square: unicode("f811"); +$ti-icon-alert-square-filled: unicode("fa35"); +$ti-icon-alert-square-rounded: unicode("f810"); +$ti-icon-alert-square-rounded-filled: unicode("fa36"); +$ti-icon-alert-square-rounded-off: unicode("fc68"); +$ti-icon-alert-triangle: unicode("ea06"); +$ti-icon-alert-triangle-filled: unicode("f6f0"); +$ti-icon-alert-triangle-off: unicode("fc69"); +$ti-icon-alien: unicode("ebde"); +$ti-icon-alien-filled: unicode("f70d"); +$ti-icon-align-box-bottom-center: unicode("f530"); +$ti-icon-align-box-bottom-center-filled: unicode("f70e"); +$ti-icon-align-box-bottom-left: unicode("f531"); +$ti-icon-align-box-bottom-left-filled: unicode("f70f"); +$ti-icon-align-box-bottom-right: unicode("f532"); +$ti-icon-align-box-bottom-right-filled: unicode("f710"); +$ti-icon-align-box-center-bottom: unicode("facb"); +$ti-icon-align-box-center-middle: unicode("f79f"); +$ti-icon-align-box-center-middle-filled: unicode("f7d4"); +$ti-icon-align-box-center-stretch: unicode("facc"); +$ti-icon-align-box-center-top: unicode("facd"); +$ti-icon-align-box-left-bottom: unicode("f533"); +$ti-icon-align-box-left-bottom-filled: unicode("f711"); +$ti-icon-align-box-left-middle: unicode("f534"); +$ti-icon-align-box-left-middle-filled: unicode("f712"); +$ti-icon-align-box-left-stretch: unicode("face"); +$ti-icon-align-box-left-top: unicode("f535"); +$ti-icon-align-box-left-top-filled: unicode("f713"); +$ti-icon-align-box-right-bottom: unicode("f536"); +$ti-icon-align-box-right-bottom-filled: unicode("f714"); +$ti-icon-align-box-right-middle: unicode("f537"); +$ti-icon-align-box-right-middle-filled: unicode("f7d5"); +$ti-icon-align-box-right-stretch: unicode("facf"); +$ti-icon-align-box-right-top: unicode("f538"); +$ti-icon-align-box-right-top-filled: unicode("f715"); +$ti-icon-align-box-top-center: unicode("f539"); +$ti-icon-align-box-top-center-filled: unicode("f716"); +$ti-icon-align-box-top-left: unicode("f53a"); +$ti-icon-align-box-top-left-filled: unicode("f717"); +$ti-icon-align-box-top-right: unicode("f53b"); +$ti-icon-align-box-top-right-filled: unicode("f718"); +$ti-icon-align-center: unicode("ea07"); +$ti-icon-align-justified: unicode("ea08"); +$ti-icon-align-left: unicode("ea09"); +$ti-icon-align-right: unicode("ea0a"); +$ti-icon-alpha: unicode("f543"); +$ti-icon-alphabet-cyrillic: unicode("f1df"); +$ti-icon-alphabet-greek: unicode("f1e0"); +$ti-icon-alphabet-latin: unicode("f1e1"); +$ti-icon-alt: unicode("fc54"); +$ti-icon-ambulance: unicode("ebf5"); +$ti-icon-ampersand: unicode("f229"); +$ti-icon-analyze: unicode("f3a3"); +$ti-icon-analyze-filled: unicode("f719"); +$ti-icon-analyze-off: unicode("f3ba"); +$ti-icon-anchor: unicode("eb76"); +$ti-icon-anchor-off: unicode("f0f7"); +$ti-icon-angle: unicode("ef20"); +$ti-icon-ankh: unicode("f1cd"); +$ti-icon-antenna: unicode("f094"); +$ti-icon-antenna-bars-1: unicode("ecc7"); +$ti-icon-antenna-bars-2: unicode("ecc8"); +$ti-icon-antenna-bars-3: unicode("ecc9"); +$ti-icon-antenna-bars-4: unicode("ecca"); +$ti-icon-antenna-bars-5: unicode("eccb"); +$ti-icon-antenna-bars-off: unicode("f0aa"); +$ti-icon-antenna-off: unicode("f3bb"); +$ti-icon-aperture: unicode("eb58"); +$ti-icon-aperture-off: unicode("f3bc"); +$ti-icon-api: unicode("effd"); +$ti-icon-api-app: unicode("effc"); +$ti-icon-api-app-off: unicode("f0ab"); +$ti-icon-api-off: unicode("f0f8"); +$ti-icon-app-window: unicode("efe6"); +$ti-icon-app-window-filled: unicode("f71a"); +$ti-icon-apple: unicode("ef21"); +$ti-icon-apps: unicode("ebb6"); +$ti-icon-apps-filled: unicode("f6f1"); +$ti-icon-apps-off: unicode("f0ac"); +$ti-icon-archery-arrow: unicode("fc55"); +$ti-icon-archive: unicode("ea0b"); +$ti-icon-archive-filled: unicode("fa82"); +$ti-icon-archive-off: unicode("f0ad"); +$ti-icon-armchair: unicode("ef9e"); +$ti-icon-armchair-2: unicode("efe7"); +$ti-icon-armchair-2-off: unicode("f3bd"); +$ti-icon-armchair-off: unicode("f3be"); +$ti-icon-arrow-autofit-content: unicode("ef31"); +$ti-icon-arrow-autofit-content-filled: unicode("f6f2"); +$ti-icon-arrow-autofit-down: unicode("ef32"); +$ti-icon-arrow-autofit-height: unicode("ef33"); +$ti-icon-arrow-autofit-left: unicode("ef34"); +$ti-icon-arrow-autofit-right: unicode("ef35"); +$ti-icon-arrow-autofit-up: unicode("ef36"); +$ti-icon-arrow-autofit-width: unicode("ef37"); +$ti-icon-arrow-back: unicode("ea0c"); +$ti-icon-arrow-back-up: unicode("eb77"); +$ti-icon-arrow-back-up-double: unicode("f9ec"); +$ti-icon-arrow-badge-down: unicode("f60b"); +$ti-icon-arrow-badge-down-filled: unicode("f7d6"); +$ti-icon-arrow-badge-left: unicode("f60c"); +$ti-icon-arrow-badge-left-filled: unicode("f7d7"); +$ti-icon-arrow-badge-right: unicode("f60d"); +$ti-icon-arrow-badge-right-filled: unicode("f7d8"); +$ti-icon-arrow-badge-up: unicode("f60e"); +$ti-icon-arrow-badge-up-filled: unicode("f7d9"); +$ti-icon-arrow-bar-both: unicode("fadd"); +$ti-icon-arrow-bar-down: unicode("ea0d"); +$ti-icon-arrow-bar-left: unicode("ea0e"); +$ti-icon-arrow-bar-right: unicode("ea0f"); +$ti-icon-arrow-bar-to-down: unicode("ec88"); +$ti-icon-arrow-bar-to-left: unicode("ec89"); +$ti-icon-arrow-bar-to-right: unicode("ec8a"); +$ti-icon-arrow-bar-to-up: unicode("ec8b"); +$ti-icon-arrow-bar-up: unicode("ea10"); +$ti-icon-arrow-bear-left: unicode("f045"); +$ti-icon-arrow-bear-left-2: unicode("f044"); +$ti-icon-arrow-bear-right: unicode("f047"); +$ti-icon-arrow-bear-right-2: unicode("f046"); +$ti-icon-arrow-big-down: unicode("edda"); +$ti-icon-arrow-big-down-filled: unicode("f6c6"); +$ti-icon-arrow-big-down-line: unicode("efe8"); +$ti-icon-arrow-big-down-line-filled: unicode("f6c7"); +$ti-icon-arrow-big-down-lines: unicode("efe9"); +$ti-icon-arrow-big-down-lines-filled: unicode("f6c8"); +$ti-icon-arrow-big-left: unicode("eddb"); +$ti-icon-arrow-big-left-filled: unicode("f6c9"); +$ti-icon-arrow-big-left-line: unicode("efea"); +$ti-icon-arrow-big-left-line-filled: unicode("f6ca"); +$ti-icon-arrow-big-left-lines: unicode("efeb"); +$ti-icon-arrow-big-left-lines-filled: unicode("f6cb"); +$ti-icon-arrow-big-right: unicode("eddc"); +$ti-icon-arrow-big-right-filled: unicode("f6cc"); +$ti-icon-arrow-big-right-line: unicode("efec"); +$ti-icon-arrow-big-right-line-filled: unicode("f6cd"); +$ti-icon-arrow-big-right-lines: unicode("efed"); +$ti-icon-arrow-big-right-lines-filled: unicode("f6ce"); +$ti-icon-arrow-big-up: unicode("eddd"); +$ti-icon-arrow-big-up-filled: unicode("f6cf"); +$ti-icon-arrow-big-up-line: unicode("efee"); +$ti-icon-arrow-big-up-line-filled: unicode("f6d0"); +$ti-icon-arrow-big-up-lines: unicode("efef"); +$ti-icon-arrow-big-up-lines-filled: unicode("f6d1"); +$ti-icon-arrow-bounce: unicode("f3a4"); +$ti-icon-arrow-capsule: unicode("fade"); +$ti-icon-arrow-curve-left: unicode("f048"); +$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-from-arc: unicode("fd86"); +$ti-icon-arrow-down-left: unicode("ea13"); +$ti-icon-arrow-down-left-circle: unicode("ea12"); +$ti-icon-arrow-down-rhombus: unicode("f61d"); +$ti-icon-arrow-down-right: unicode("ea15"); +$ti-icon-arrow-down-right-circle: unicode("ea14"); +$ti-icon-arrow-down-square: unicode("ed9a"); +$ti-icon-arrow-down-tail: unicode("ed9b"); +$ti-icon-arrow-down-to-arc: unicode("fd87"); +$ti-icon-arrow-elbow-left: unicode("f9ed"); +$ti-icon-arrow-elbow-right: unicode("f9ee"); +$ti-icon-arrow-fork: unicode("f04a"); +$ti-icon-arrow-forward: unicode("ea17"); +$ti-icon-arrow-forward-up: unicode("eb78"); +$ti-icon-arrow-forward-up-double: unicode("f9ef"); +$ti-icon-arrow-guide: unicode("f22a"); +$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-from-arc: unicode("fd88"); +$ti-icon-arrow-left-rhombus: unicode("f61e"); +$ti-icon-arrow-left-right: unicode("f04b"); +$ti-icon-arrow-left-square: unicode("ed9d"); +$ti-icon-arrow-left-tail: unicode("ed9e"); +$ti-icon-arrow-left-to-arc: unicode("fd89"); +$ti-icon-arrow-loop-left: unicode("ed9f"); +$ti-icon-arrow-loop-left-2: unicode("f04c"); +$ti-icon-arrow-loop-right: unicode("eda0"); +$ti-icon-arrow-loop-right-2: unicode("f04d"); +$ti-icon-arrow-merge: unicode("f04e"); +$ti-icon-arrow-merge-alt-left: unicode("fc9f"); +$ti-icon-arrow-merge-alt-right: unicode("fca0"); +$ti-icon-arrow-merge-both: unicode("f23b"); +$ti-icon-arrow-merge-left: unicode("f23c"); +$ti-icon-arrow-merge-right: unicode("f23d"); +$ti-icon-arrow-move-down: unicode("f2ba"); +$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-left: unicode("ea1b"); +$ti-icon-arrow-narrow-right: unicode("ea1c"); +$ti-icon-arrow-narrow-up: unicode("ea1d"); +$ti-icon-arrow-ramp-left: unicode("ed3c"); +$ti-icon-arrow-ramp-left-2: unicode("f04f"); +$ti-icon-arrow-ramp-left-3: unicode("f050"); +$ti-icon-arrow-ramp-right: unicode("ed3d"); +$ti-icon-arrow-ramp-right-2: unicode("f051"); +$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-from-arc: unicode("fd8a"); +$ti-icon-arrow-right-rhombus: unicode("f61f"); +$ti-icon-arrow-right-square: unicode("eda2"); +$ti-icon-arrow-right-tail: unicode("eda3"); +$ti-icon-arrow-right-to-arc: unicode("fd8b"); +$ti-icon-arrow-rotary-first-left: unicode("f053"); +$ti-icon-arrow-rotary-first-right: unicode("f054"); +$ti-icon-arrow-rotary-last-left: unicode("f055"); +$ti-icon-arrow-rotary-last-right: unicode("f056"); +$ti-icon-arrow-rotary-left: unicode("f057"); +$ti-icon-arrow-rotary-right: unicode("f058"); +$ti-icon-arrow-rotary-straight: unicode("f059"); +$ti-icon-arrow-roundabout-left: unicode("f22b"); +$ti-icon-arrow-roundabout-right: unicode("f22c"); +$ti-icon-arrow-sharp-turn-left: unicode("f05a"); +$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-from-arc: unicode("fd8c"); +$ti-icon-arrow-up-left: unicode("ea22"); +$ti-icon-arrow-up-left-circle: unicode("ea21"); +$ti-icon-arrow-up-rhombus: unicode("f620"); +$ti-icon-arrow-up-right: unicode("ea24"); +$ti-icon-arrow-up-right-circle: unicode("ea23"); +$ti-icon-arrow-up-square: unicode("eda6"); +$ti-icon-arrow-up-tail: unicode("eda7"); +$ti-icon-arrow-up-to-arc: unicode("fd8d"); +$ti-icon-arrow-wave-left-down: unicode("eda8"); +$ti-icon-arrow-wave-left-up: unicode("eda9"); +$ti-icon-arrow-wave-right-down: unicode("edaa"); +$ti-icon-arrow-wave-right-up: unicode("edab"); +$ti-icon-arrow-zig-zag: unicode("f4a7"); +$ti-icon-arrows-cross: unicode("effe"); +$ti-icon-arrows-diagonal: unicode("ea27"); +$ti-icon-arrows-diagonal-2: unicode("ea26"); +$ti-icon-arrows-diagonal-minimize: unicode("ef39"); +$ti-icon-arrows-diagonal-minimize-2: unicode("ef38"); +$ti-icon-arrows-diff: unicode("f296"); +$ti-icon-arrows-double-ne-sw: unicode("edde"); +$ti-icon-arrows-double-nw-se: unicode("eddf"); +$ti-icon-arrows-double-se-nw: unicode("ede0"); +$ti-icon-arrows-double-sw-ne: unicode("ede1"); +$ti-icon-arrows-down: unicode("edad"); +$ti-icon-arrows-down-up: unicode("edac"); +$ti-icon-arrows-exchange: unicode("f1f4"); +$ti-icon-arrows-exchange-2: unicode("f1f3"); +$ti-icon-arrows-horizontal: unicode("eb59"); +$ti-icon-arrows-join: unicode("edaf"); +$ti-icon-arrows-join-2: unicode("edae"); +$ti-icon-arrows-left: unicode("edb1"); +$ti-icon-arrows-left-down: unicode("ee00"); +$ti-icon-arrows-left-right: unicode("edb0"); +$ti-icon-arrows-maximize: unicode("ea28"); +$ti-icon-arrows-minimize: unicode("ea29"); +$ti-icon-arrows-move: unicode("f22f"); +$ti-icon-arrows-move-horizontal: unicode("f22d"); +$ti-icon-arrows-move-vertical: unicode("f22e"); +$ti-icon-arrows-random: unicode("f095"); +$ti-icon-arrows-right: unicode("edb3"); +$ti-icon-arrows-right-down: unicode("ee01"); +$ti-icon-arrows-right-left: unicode("edb2"); +$ti-icon-arrows-shuffle: unicode("f000"); +$ti-icon-arrows-shuffle-2: unicode("efff"); +$ti-icon-arrows-sort: unicode("eb5a"); +$ti-icon-arrows-split: unicode("edb5"); +$ti-icon-arrows-split-2: unicode("edb4"); +$ti-icon-arrows-transfer-down: unicode("f2cc"); +$ti-icon-arrows-transfer-up: unicode("f2cd"); +$ti-icon-arrows-up: unicode("edb7"); +$ti-icon-arrows-up-down: unicode("edb6"); +$ti-icon-arrows-up-left: unicode("ee02"); +$ti-icon-arrows-up-right: unicode("ee03"); +$ti-icon-arrows-vertical: unicode("eb5b"); +$ti-icon-artboard: unicode("ea2a"); +$ti-icon-artboard-filled: unicode("fa83"); +$ti-icon-artboard-off: unicode("f0ae"); +$ti-icon-article: unicode("f1e2"); +$ti-icon-article-filled: unicode("f7da"); +$ti-icon-article-off: unicode("f3bf"); +$ti-icon-aspect-ratio: unicode("ed30"); +$ti-icon-aspect-ratio-filled: unicode("f7db"); +$ti-icon-aspect-ratio-off: unicode("f0af"); +$ti-icon-assembly: unicode("f24d"); +$ti-icon-assembly-filled: unicode("fe9e"); +$ti-icon-assembly-off: unicode("f3c0"); +$ti-icon-asset: unicode("f1ce"); +$ti-icon-asset-filled: unicode("fe9d"); +$ti-icon-asterisk: unicode("efd5"); +$ti-icon-asterisk-simple: unicode("efd4"); +$ti-icon-at: unicode("ea2b"); +$ti-icon-at-off: unicode("f0b0"); +$ti-icon-atom: unicode("eb79"); +$ti-icon-atom-2: unicode("ebdf"); +$ti-icon-atom-2-filled: unicode("f71b"); +$ti-icon-atom-off: unicode("f0f9"); +$ti-icon-augmented-reality: unicode("f023"); +$ti-icon-augmented-reality-2: unicode("f37e"); +$ti-icon-augmented-reality-off: unicode("f3c1"); +$ti-icon-auth-2fa: unicode("eca0"); +$ti-icon-automatic-gearbox: unicode("fc89"); +$ti-icon-avocado: unicode("fd8e"); +$ti-icon-award: unicode("ea2c"); +$ti-icon-award-filled: unicode("f71c"); +$ti-icon-award-off: unicode("f0fa"); +$ti-icon-axe: unicode("ef9f"); +$ti-icon-axis-x: unicode("ef45"); +$ti-icon-axis-y: unicode("ef46"); +$ti-icon-baby-bottle: unicode("f5d2"); +$ti-icon-baby-carriage: unicode("f05d"); +$ti-icon-baby-carriage-filled: unicode("fe9c"); +$ti-icon-background: unicode("fd2c"); +$ti-icon-backhoe: unicode("ed86"); +$ti-icon-backpack: unicode("ef47"); +$ti-icon-backpack-off: unicode("f3c2"); +$ti-icon-backslash: unicode("fab9"); +$ti-icon-backspace: unicode("ea2d"); +$ti-icon-backspace-filled: unicode("f7dc"); +$ti-icon-badge: unicode("efc2"); +$ti-icon-badge-3d: unicode("f555"); +$ti-icon-badge-3d-filled: unicode("fe9b"); +$ti-icon-badge-4k: unicode("f556"); +$ti-icon-badge-4k-filled: unicode("fe9a"); +$ti-icon-badge-8k: unicode("f557"); +$ti-icon-badge-8k-filled: unicode("fe99"); +$ti-icon-badge-ad: unicode("f558"); +$ti-icon-badge-ad-filled: unicode("fe98"); +$ti-icon-badge-ad-off: unicode("fd8f"); +$ti-icon-badge-ar: unicode("f559"); +$ti-icon-badge-ar-filled: unicode("fe97"); +$ti-icon-badge-cc: unicode("f55a"); +$ti-icon-badge-cc-filled: unicode("fe96"); +$ti-icon-badge-filled: unicode("f667"); +$ti-icon-badge-hd: unicode("f55b"); +$ti-icon-badge-hd-filled: unicode("fe95"); +$ti-icon-badge-off: unicode("f0fb"); +$ti-icon-badge-sd: unicode("f55c"); +$ti-icon-badge-sd-filled: unicode("fe94"); +$ti-icon-badge-tm: unicode("f55d"); +$ti-icon-badge-tm-filled: unicode("fe93"); +$ti-icon-badge-vo: unicode("f55e"); +$ti-icon-badge-vo-filled: unicode("fe92"); +$ti-icon-badge-vr: unicode("f55f"); +$ti-icon-badge-vr-filled: unicode("fe91"); +$ti-icon-badge-wc: unicode("f560"); +$ti-icon-badge-wc-filled: unicode("fe90"); +$ti-icon-badges: unicode("efc3"); +$ti-icon-badges-filled: unicode("f7dd"); +$ti-icon-badges-off: unicode("f0fc"); +$ti-icon-baguette: unicode("f3a5"); +$ti-icon-ball-american-football: unicode("ee04"); +$ti-icon-ball-american-football-off: unicode("f3c3"); +$ti-icon-ball-baseball: unicode("efa0"); +$ti-icon-ball-basketball: unicode("ec28"); +$ti-icon-ball-bowling: unicode("ec29"); +$ti-icon-ball-football: unicode("ee06"); +$ti-icon-ball-football-off: unicode("ee05"); +$ti-icon-ball-tennis: unicode("ec2a"); +$ti-icon-ball-volleyball: unicode("ec2b"); +$ti-icon-balloon: unicode("ef3a"); +$ti-icon-balloon-filled: unicode("fa84"); +$ti-icon-balloon-off: unicode("f0fd"); +$ti-icon-ballpen: unicode("f06e"); +$ti-icon-ballpen-filled: unicode("fa85"); +$ti-icon-ballpen-off: unicode("f0b1"); +$ti-icon-ban: unicode("ea2e"); +$ti-icon-bandage: unicode("eb7a"); +$ti-icon-bandage-filled: unicode("f7de"); +$ti-icon-bandage-off: unicode("f3c4"); +$ti-icon-barbell: unicode("eff0"); +$ti-icon-barbell-filled: unicode("fe8f"); +$ti-icon-barbell-off: unicode("f0b2"); +$ti-icon-barcode: unicode("ebc6"); +$ti-icon-barcode-off: unicode("f0b3"); +$ti-icon-barrel: unicode("f0b4"); +$ti-icon-barrel-off: unicode("f0fe"); +$ti-icon-barrier-block: unicode("f00e"); +$ti-icon-barrier-block-filled: unicode("fe8e"); +$ti-icon-barrier-block-off: unicode("f0b5"); +$ti-icon-baseline: unicode("f024"); +$ti-icon-baseline-density-large: unicode("f9f0"); +$ti-icon-baseline-density-medium: unicode("f9f1"); +$ti-icon-baseline-density-small: unicode("f9f2"); +$ti-icon-basket: unicode("ebe1"); +$ti-icon-basket-bolt: unicode("fb43"); +$ti-icon-basket-cancel: unicode("fb44"); +$ti-icon-basket-check: unicode("fb45"); +$ti-icon-basket-code: unicode("fb46"); +$ti-icon-basket-cog: unicode("fb47"); +$ti-icon-basket-discount: unicode("fb48"); +$ti-icon-basket-dollar: unicode("fb49"); +$ti-icon-basket-down: unicode("fb4a"); +$ti-icon-basket-exclamation: unicode("fb4b"); +$ti-icon-basket-filled: unicode("f7df"); +$ti-icon-basket-heart: unicode("fb4c"); +$ti-icon-basket-minus: unicode("fb4d"); +$ti-icon-basket-off: unicode("f0b6"); +$ti-icon-basket-pause: unicode("fb4e"); +$ti-icon-basket-pin: unicode("fb4f"); +$ti-icon-basket-plus: unicode("fb50"); +$ti-icon-basket-question: unicode("fb51"); +$ti-icon-basket-search: unicode("fb52"); +$ti-icon-basket-share: unicode("fb53"); +$ti-icon-basket-star: unicode("fb54"); +$ti-icon-basket-up: unicode("fb55"); +$ti-icon-basket-x: unicode("fb56"); +$ti-icon-bat: unicode("f284"); +$ti-icon-bath: unicode("ef48"); +$ti-icon-bath-filled: unicode("f71d"); +$ti-icon-bath-off: unicode("f0ff"); +$ti-icon-battery: unicode("ea34"); +$ti-icon-battery-1: unicode("ea2f"); +$ti-icon-battery-1-filled: unicode("f71e"); +$ti-icon-battery-2: unicode("ea30"); +$ti-icon-battery-2-filled: unicode("f71f"); +$ti-icon-battery-3: unicode("ea31"); +$ti-icon-battery-3-filled: unicode("f720"); +$ti-icon-battery-4: unicode("ea32"); +$ti-icon-battery-4-filled: unicode("f721"); +$ti-icon-battery-automotive: unicode("ee07"); +$ti-icon-battery-charging: unicode("ea33"); +$ti-icon-battery-charging-2: unicode("ef3b"); +$ti-icon-battery-eco: unicode("ef3c"); +$ti-icon-battery-filled: unicode("f668"); +$ti-icon-battery-off: unicode("ed1c"); +$ti-icon-beach: unicode("ef3d"); +$ti-icon-beach-off: unicode("f0b7"); +$ti-icon-bed: unicode("eb5c"); +$ti-icon-bed-filled: unicode("f7e0"); +$ti-icon-bed-flat: unicode("fca1"); +$ti-icon-bed-flat-filled: unicode("fe8d"); +$ti-icon-bed-off: unicode("f100"); +$ti-icon-beer: unicode("efa1"); +$ti-icon-beer-filled: unicode("f7e1"); +$ti-icon-beer-off: unicode("f101"); +$ti-icon-bell: unicode("ea35"); +$ti-icon-bell-bolt: unicode("f812"); +$ti-icon-bell-cancel: unicode("f813"); +$ti-icon-bell-check: unicode("f814"); +$ti-icon-bell-code: unicode("f815"); +$ti-icon-bell-cog: unicode("f816"); +$ti-icon-bell-dollar: unicode("f817"); +$ti-icon-bell-down: unicode("f818"); +$ti-icon-bell-exclamation: unicode("f819"); +$ti-icon-bell-filled: unicode("f669"); +$ti-icon-bell-heart: unicode("f81a"); +$ti-icon-bell-minus: unicode("ede2"); +$ti-icon-bell-minus-filled: unicode("f722"); +$ti-icon-bell-off: unicode("ece9"); +$ti-icon-bell-pause: unicode("f81b"); +$ti-icon-bell-pin: unicode("f81c"); +$ti-icon-bell-plus: unicode("ede3"); +$ti-icon-bell-plus-filled: unicode("f723"); +$ti-icon-bell-question: unicode("f81d"); +$ti-icon-bell-ringing: unicode("ed07"); +$ti-icon-bell-ringing-2: unicode("ede4"); +$ti-icon-bell-ringing-2-filled: unicode("f724"); +$ti-icon-bell-ringing-filled: unicode("f725"); +$ti-icon-bell-school: unicode("f05e"); +$ti-icon-bell-search: unicode("f81e"); +$ti-icon-bell-share: unicode("f81f"); +$ti-icon-bell-star: unicode("f820"); +$ti-icon-bell-up: unicode("f821"); +$ti-icon-bell-x: unicode("ede5"); +$ti-icon-bell-x-filled: unicode("f726"); +$ti-icon-bell-z: unicode("eff1"); +$ti-icon-bell-z-filled: unicode("f727"); +$ti-icon-beta: unicode("f544"); +$ti-icon-bible: unicode("efc4"); +$ti-icon-bike: unicode("ea36"); +$ti-icon-bike-off: unicode("f0b8"); +$ti-icon-binary: unicode("ee08"); +$ti-icon-binary-off: unicode("f3c5"); +$ti-icon-binary-tree: unicode("f5d4"); +$ti-icon-binary-tree-2: unicode("f5d3"); +$ti-icon-biohazard: unicode("ecb8"); +$ti-icon-biohazard-filled: unicode("fe8c"); +$ti-icon-biohazard-off: unicode("f0b9"); +$ti-icon-blade: unicode("f4bd"); +$ti-icon-blade-filled: unicode("f7e2"); +$ti-icon-bleach: unicode("f2f3"); +$ti-icon-bleach-chlorine: unicode("f2f0"); +$ti-icon-bleach-no-chlorine: unicode("f2f1"); +$ti-icon-bleach-off: unicode("f2f2"); +$ti-icon-blender: unicode("fca2"); +$ti-icon-blockquote: unicode("ee09"); +$ti-icon-bluetooth: unicode("ea37"); +$ti-icon-bluetooth-connected: unicode("ecea"); +$ti-icon-bluetooth-off: unicode("eceb"); +$ti-icon-bluetooth-x: unicode("f081"); +$ti-icon-blur: unicode("ef8c"); +$ti-icon-blur-off: unicode("f3c6"); +$ti-icon-bmp: unicode("f3a6"); +$ti-icon-body-scan: unicode("fca3"); +$ti-icon-bold: unicode("eb7b"); +$ti-icon-bold-off: unicode("f0ba"); +$ti-icon-bolt: unicode("ea38"); +$ti-icon-bolt-off: unicode("ecec"); +$ti-icon-bomb: unicode("f59c"); +$ti-icon-bomb-filled: unicode("fa86"); +$ti-icon-bone: unicode("edb8"); +$ti-icon-bone-filled: unicode("fe8b"); +$ti-icon-bone-off: unicode("f0bb"); +$ti-icon-bong: unicode("f3a7"); +$ti-icon-bong-off: unicode("f3c7"); +$ti-icon-book: unicode("ea39"); +$ti-icon-book-2: unicode("efc5"); +$ti-icon-book-download: unicode("f070"); +$ti-icon-book-filled: unicode("fa87"); +$ti-icon-book-off: unicode("f0bc"); +$ti-icon-book-upload: unicode("f071"); +$ti-icon-bookmark: unicode("ea3a"); +$ti-icon-bookmark-ai: unicode("fc8a"); +$ti-icon-bookmark-edit: unicode("fa5e"); +$ti-icon-bookmark-filled: unicode("fa88"); +$ti-icon-bookmark-minus: unicode("fa5f"); +$ti-icon-bookmark-off: unicode("eced"); +$ti-icon-bookmark-plus: unicode("fa60"); +$ti-icon-bookmark-question: unicode("fa61"); +$ti-icon-bookmarks: unicode("ed08"); +$ti-icon-bookmarks-filled: unicode("fb1f"); +$ti-icon-bookmarks-off: unicode("f0bd"); +$ti-icon-books: unicode("eff2"); +$ti-icon-books-off: unicode("f0be"); +$ti-icon-boom: unicode("fdbe"); +$ti-icon-boom-filled: unicode("fe8a"); +$ti-icon-border-all: unicode("ea3b"); +$ti-icon-border-bottom: unicode("ea3c"); +$ti-icon-border-bottom-plus: unicode("fdbd"); +$ti-icon-border-corner-ios: unicode("fd98"); +$ti-icon-border-corner-pill: unicode("fd62"); +$ti-icon-border-corner-rounded: unicode("fd63"); +$ti-icon-border-corner-square: unicode("fd64"); +$ti-icon-border-corners: unicode("f7a0"); +$ti-icon-border-horizontal: unicode("ea3d"); +$ti-icon-border-inner: unicode("ea3e"); +$ti-icon-border-left: unicode("ea3f"); +$ti-icon-border-left-plus: unicode("fdbc"); +$ti-icon-border-none: unicode("ea40"); +$ti-icon-border-outer: unicode("ea41"); +$ti-icon-border-radius: unicode("eb7c"); +$ti-icon-border-right: unicode("ea42"); +$ti-icon-border-right-plus: unicode("fdbb"); +$ti-icon-border-sides: unicode("f7a1"); +$ti-icon-border-style: unicode("ee0a"); +$ti-icon-border-style-2: unicode("ef22"); +$ti-icon-border-top: unicode("ea43"); +$ti-icon-border-top-plus: unicode("fdba"); +$ti-icon-border-vertical: unicode("ea44"); +$ti-icon-bottle: unicode("ef0b"); +$ti-icon-bottle-filled: unicode("fa89"); +$ti-icon-bottle-off: unicode("f3c8"); +$ti-icon-bounce-left: unicode("f59d"); +$ti-icon-bounce-left-filled: unicode("fb20"); +$ti-icon-bounce-right: unicode("f59e"); +$ti-icon-bounce-right-filled: unicode("fb21"); +$ti-icon-bow: unicode("f096"); +$ti-icon-bow-filled: unicode("fe89"); +$ti-icon-bowl: unicode("f4fa"); +$ti-icon-bowl-chopsticks: unicode("fd90"); +$ti-icon-bowl-chopsticks-filled: unicode("fe88"); +$ti-icon-bowl-filled: unicode("fb22"); +$ti-icon-bowl-spoon: unicode("fd91"); +$ti-icon-bowl-spoon-filled: unicode("fe87"); +$ti-icon-box: unicode("ea45"); +$ti-icon-box-align-bottom: unicode("f2a8"); +$ti-icon-box-align-bottom-filled: unicode("fa8a"); +$ti-icon-box-align-bottom-left: unicode("f2ce"); +$ti-icon-box-align-bottom-left-filled: unicode("fa8b"); +$ti-icon-box-align-bottom-right: unicode("f2cf"); +$ti-icon-box-align-bottom-right-filled: unicode("fa8c"); +$ti-icon-box-align-left: unicode("f2a9"); +$ti-icon-box-align-left-filled: unicode("fa8d"); +$ti-icon-box-align-right: unicode("f2aa"); +$ti-icon-box-align-right-filled: unicode("fa8e"); +$ti-icon-box-align-top: unicode("f2ab"); +$ti-icon-box-align-top-filled: unicode("fa8f"); +$ti-icon-box-align-top-left: unicode("f2d0"); +$ti-icon-box-align-top-left-filled: unicode("fa90"); +$ti-icon-box-align-top-right: unicode("f2d1"); +$ti-icon-box-align-top-right-filled: unicode("fa91"); +$ti-icon-box-margin: unicode("ee0b"); +$ti-icon-box-model: unicode("ee0c"); +$ti-icon-box-model-2: unicode("ef23"); +$ti-icon-box-model-2-off: unicode("f3c9"); +$ti-icon-box-model-off: unicode("f3ca"); +$ti-icon-box-multiple: unicode("ee17"); +$ti-icon-box-multiple-0: unicode("ee0d"); +$ti-icon-box-multiple-1: unicode("ee0e"); +$ti-icon-box-multiple-2: unicode("ee0f"); +$ti-icon-box-multiple-3: unicode("ee10"); +$ti-icon-box-multiple-4: unicode("ee11"); +$ti-icon-box-multiple-5: unicode("ee12"); +$ti-icon-box-multiple-6: unicode("ee13"); +$ti-icon-box-multiple-7: unicode("ee14"); +$ti-icon-box-multiple-8: unicode("ee15"); +$ti-icon-box-multiple-9: unicode("ee16"); +$ti-icon-box-off: unicode("f102"); +$ti-icon-box-padding: unicode("ee18"); +$ti-icon-braces: unicode("ebcc"); +$ti-icon-braces-off: unicode("f0bf"); +$ti-icon-brackets: unicode("ebcd"); +$ti-icon-brackets-angle: unicode("fcb2"); +$ti-icon-brackets-angle-off: unicode("fcb1"); +$ti-icon-brackets-contain: unicode("f1e5"); +$ti-icon-brackets-contain-end: unicode("f1e3"); +$ti-icon-brackets-contain-start: unicode("f1e4"); +$ti-icon-brackets-off: unicode("f0c0"); +$ti-icon-braille: unicode("f545"); +$ti-icon-brain: unicode("f59f"); +$ti-icon-brand-4chan: unicode("f494"); +$ti-icon-brand-abstract: unicode("f495"); +$ti-icon-brand-adobe: unicode("f0dc"); +$ti-icon-brand-adonis-js: unicode("f496"); +$ti-icon-brand-airbnb: unicode("ed68"); +$ti-icon-brand-airtable: unicode("ef6a"); +$ti-icon-brand-algolia: unicode("f390"); +$ti-icon-brand-alipay: unicode("f7a2"); +$ti-icon-brand-alpine-js: unicode("f324"); +$ti-icon-brand-amazon: unicode("f230"); +$ti-icon-brand-amd: unicode("f653"); +$ti-icon-brand-amigo: unicode("f5f9"); +$ti-icon-brand-among-us: unicode("f205"); +$ti-icon-brand-android: unicode("ec16"); +$ti-icon-brand-angular: unicode("ef6b"); +$ti-icon-brand-ansible: unicode("fa70"); +$ti-icon-brand-ao3: unicode("f5e8"); +$ti-icon-brand-appgallery: unicode("f231"); +$ti-icon-brand-apple: unicode("ec17"); +$ti-icon-brand-apple-arcade: unicode("ed69"); +$ti-icon-brand-apple-filled: unicode("fd74"); +$ti-icon-brand-apple-podcast: unicode("f1e6"); +$ti-icon-brand-appstore: unicode("ed24"); +$ti-icon-brand-asana: unicode("edc5"); +$ti-icon-brand-astro: unicode("fdb9"); +$ti-icon-brand-auth0: unicode("fcb3"); +$ti-icon-brand-aws: unicode("fa4c"); +$ti-icon-brand-azure: unicode("fa4d"); +$ti-icon-brand-backbone: unicode("f325"); +$ti-icon-brand-badoo: unicode("f206"); +$ti-icon-brand-baidu: unicode("f5e9"); +$ti-icon-brand-bandcamp: unicode("f207"); +$ti-icon-brand-bandlab: unicode("f5fa"); +$ti-icon-brand-beats: unicode("f208"); +$ti-icon-brand-behance: unicode("ec6e"); +$ti-icon-brand-bilibili: unicode("f6d2"); +$ti-icon-brand-binance: unicode("f5a0"); +$ti-icon-brand-bing: unicode("edc6"); +$ti-icon-brand-bitbucket: unicode("edc7"); +$ti-icon-brand-blackberry: unicode("f568"); +$ti-icon-brand-blender: unicode("f326"); +$ti-icon-brand-blogger: unicode("f35a"); +$ti-icon-brand-bluesky: unicode("fd75"); +$ti-icon-brand-booking: unicode("edc8"); +$ti-icon-brand-bootstrap: unicode("ef3e"); +$ti-icon-brand-bulma: unicode("f327"); +$ti-icon-brand-bumble: unicode("f5fb"); +$ti-icon-brand-bunpo: unicode("f4cf"); +$ti-icon-brand-c-sharp: unicode("f003"); +$ti-icon-brand-cake: unicode("f7a3"); +$ti-icon-brand-cakephp: unicode("f7af"); +$ti-icon-brand-campaignmonitor: unicode("f328"); +$ti-icon-brand-carbon: unicode("f348"); +$ti-icon-brand-cashapp: unicode("f391"); +$ti-icon-brand-chrome: unicode("ec18"); +$ti-icon-brand-cinema-4d: unicode("fa71"); +$ti-icon-brand-citymapper: unicode("f5fc"); +$ti-icon-brand-cloudflare: unicode("fa4e"); +$ti-icon-brand-codecov: unicode("f329"); +$ti-icon-brand-codepen: unicode("ec6f"); +$ti-icon-brand-codesandbox: unicode("ed6a"); +$ti-icon-brand-cohost: unicode("f5d5"); +$ti-icon-brand-coinbase: unicode("f209"); +$ti-icon-brand-comedy-central: unicode("f217"); +$ti-icon-brand-coreos: unicode("f5fd"); +$ti-icon-brand-couchdb: unicode("f60f"); +$ti-icon-brand-couchsurfing: unicode("f392"); +$ti-icon-brand-cpp: unicode("f5fe"); +$ti-icon-brand-craft: unicode("fa72"); +$ti-icon-brand-crunchbase: unicode("f7e3"); +$ti-icon-brand-css3: unicode("ed6b"); +$ti-icon-brand-ctemplar: unicode("f4d0"); +$ti-icon-brand-cucumber: unicode("ef6c"); +$ti-icon-brand-cupra: unicode("f4d1"); +$ti-icon-brand-cypress: unicode("f333"); +$ti-icon-brand-d3: unicode("f24e"); +$ti-icon-brand-databricks: unicode("fc41"); +$ti-icon-brand-days-counter: unicode("f4d2"); +$ti-icon-brand-dcos: unicode("f32a"); +$ti-icon-brand-debian: unicode("ef57"); +$ti-icon-brand-deezer: unicode("f78b"); +$ti-icon-brand-deliveroo: unicode("f4d3"); +$ti-icon-brand-deno: unicode("f24f"); +$ti-icon-brand-denodo: unicode("f610"); +$ti-icon-brand-deviantart: unicode("ecfb"); +$ti-icon-brand-digg: unicode("fa73"); +$ti-icon-brand-dingtalk: unicode("f5ea"); +$ti-icon-brand-discord: unicode("ece3"); +$ti-icon-brand-discord-filled: unicode("f7e4"); +$ti-icon-brand-disney: unicode("f20a"); +$ti-icon-brand-disqus: unicode("edc9"); +$ti-icon-brand-django: unicode("f349"); +$ti-icon-brand-docker: unicode("edca"); +$ti-icon-brand-doctrine: unicode("ef6d"); +$ti-icon-brand-dolby-digital: unicode("f4d4"); +$ti-icon-brand-douban: unicode("f5ff"); +$ti-icon-brand-dribbble: unicode("ec19"); +$ti-icon-brand-dribbble-filled: unicode("f7e5"); +$ti-icon-brand-drops: unicode("f4d5"); +$ti-icon-brand-drupal: unicode("f393"); +$ti-icon-brand-edge: unicode("ecfc"); +$ti-icon-brand-elastic: unicode("f611"); +$ti-icon-brand-electronic-arts: unicode("fa74"); +$ti-icon-brand-ember: unicode("f497"); +$ti-icon-brand-envato: unicode("f394"); +$ti-icon-brand-etsy: unicode("f654"); +$ti-icon-brand-evernote: unicode("f600"); +$ti-icon-brand-facebook: unicode("ec1a"); +$ti-icon-brand-facebook-filled: unicode("f7e6"); +$ti-icon-brand-feedly: unicode("fa75"); +$ti-icon-brand-figma: unicode("ec93"); +$ti-icon-brand-filezilla: unicode("fa76"); +$ti-icon-brand-finder: unicode("f218"); +$ti-icon-brand-firebase: unicode("ef6e"); +$ti-icon-brand-firefox: unicode("ecfd"); +$ti-icon-brand-fiverr: unicode("f7a4"); +$ti-icon-brand-flickr: unicode("ecfe"); +$ti-icon-brand-flightradar24: unicode("f4d6"); +$ti-icon-brand-flipboard: unicode("f20b"); +$ti-icon-brand-flutter: unicode("f395"); +$ti-icon-brand-fortnite: unicode("f260"); +$ti-icon-brand-foursquare: unicode("ecff"); +$ti-icon-brand-framer: unicode("ec1b"); +$ti-icon-brand-framer-motion: unicode("f78c"); +$ti-icon-brand-funimation: unicode("f655"); +$ti-icon-brand-gatsby: unicode("f396"); +$ti-icon-brand-git: unicode("ef6f"); +$ti-icon-brand-github: unicode("ec1c"); +$ti-icon-brand-github-copilot: unicode("f4a8"); +$ti-icon-brand-github-filled: unicode("f7e7"); +$ti-icon-brand-gitlab: unicode("ec1d"); +$ti-icon-brand-gmail: unicode("efa2"); +$ti-icon-brand-golang: unicode("f78d"); +$ti-icon-brand-google: unicode("ec1f"); +$ti-icon-brand-google-analytics: unicode("edcb"); +$ti-icon-brand-google-big-query: unicode("f612"); +$ti-icon-brand-google-drive: unicode("ec1e"); +$ti-icon-brand-google-filled: unicode("fd1a"); +$ti-icon-brand-google-fit: unicode("f297"); +$ti-icon-brand-google-home: unicode("f601"); +$ti-icon-brand-google-maps: unicode("fa4f"); +$ti-icon-brand-google-one: unicode("f232"); +$ti-icon-brand-google-photos: unicode("f20c"); +$ti-icon-brand-google-play: unicode("ed25"); +$ti-icon-brand-google-podcasts: unicode("f656"); +$ti-icon-brand-grammarly: unicode("f32b"); +$ti-icon-brand-graphql: unicode("f32c"); +$ti-icon-brand-gravatar: unicode("edcc"); +$ti-icon-brand-grindr: unicode("f20d"); +$ti-icon-brand-guardian: unicode("f4fb"); +$ti-icon-brand-gumroad: unicode("f5d6"); +$ti-icon-brand-hbo: unicode("f657"); +$ti-icon-brand-headlessui: unicode("f32d"); +$ti-icon-brand-hexo: unicode("fa50"); +$ti-icon-brand-hipchat: unicode("edcd"); +$ti-icon-brand-html5: unicode("ed6c"); +$ti-icon-brand-inertia: unicode("f34a"); +$ti-icon-brand-instagram: unicode("ec20"); +$ti-icon-brand-intercom: unicode("f1cf"); +$ti-icon-brand-itch: unicode("fa22"); +$ti-icon-brand-javascript: unicode("ef0c"); +$ti-icon-brand-juejin: unicode("f7b0"); +$ti-icon-brand-kako-talk: unicode("fd2d"); +$ti-icon-brand-kbin: unicode("fad0"); +$ti-icon-brand-kick: unicode("fa23"); +$ti-icon-brand-kickstarter: unicode("edce"); +$ti-icon-brand-kotlin: unicode("ed6d"); +$ti-icon-brand-laravel: unicode("f34b"); +$ti-icon-brand-lastfm: unicode("f001"); +$ti-icon-brand-leetcode: unicode("fa51"); +$ti-icon-brand-letterboxd: unicode("fa24"); +$ti-icon-brand-line: unicode("f7e8"); +$ti-icon-brand-linkedin: unicode("ec8c"); +$ti-icon-brand-linktree: unicode("f1e7"); +$ti-icon-brand-linqpad: unicode("f562"); +$ti-icon-brand-livewire: unicode("fd76"); +$ti-icon-brand-loom: unicode("ef70"); +$ti-icon-brand-mailgun: unicode("f32e"); +$ti-icon-brand-mantine: unicode("f32f"); +$ti-icon-brand-mastercard: unicode("ef49"); +$ti-icon-brand-mastodon: unicode("f250"); +$ti-icon-brand-matrix: unicode("f5eb"); +$ti-icon-brand-mcdonalds: unicode("f251"); +$ti-icon-brand-medium: unicode("ec70"); +$ti-icon-brand-meetup: unicode("fc6a"); +$ti-icon-brand-mercedes: unicode("f072"); +$ti-icon-brand-messenger: unicode("ec71"); +$ti-icon-brand-meta: unicode("efb0"); +$ti-icon-brand-minecraft: unicode("faef"); +$ti-icon-brand-miniprogram: unicode("f602"); +$ti-icon-brand-mixpanel: unicode("f397"); +$ti-icon-brand-monday: unicode("f219"); +$ti-icon-brand-mongodb: unicode("f613"); +$ti-icon-brand-my-oppo: unicode("f4d7"); +$ti-icon-brand-mysql: unicode("f614"); +$ti-icon-brand-national-geographic: unicode("f603"); +$ti-icon-brand-nem: unicode("f5a1"); +$ti-icon-brand-netbeans: unicode("ef71"); +$ti-icon-brand-netease-music: unicode("f604"); +$ti-icon-brand-netflix: unicode("edcf"); +$ti-icon-brand-nexo: unicode("f5a2"); +$ti-icon-brand-nextcloud: unicode("f4d8"); +$ti-icon-brand-nextjs: unicode("f0dd"); +$ti-icon-brand-nodejs: unicode("fae0"); +$ti-icon-brand-nord-vpn: unicode("f37f"); +$ti-icon-brand-notion: unicode("ef7b"); +$ti-icon-brand-npm: unicode("f569"); +$ti-icon-brand-nuxt: unicode("f0de"); +$ti-icon-brand-nytimes: unicode("ef8d"); +$ti-icon-brand-oauth: unicode("fa52"); +$ti-icon-brand-office: unicode("f398"); +$ti-icon-brand-ok-ru: unicode("f399"); +$ti-icon-brand-onedrive: unicode("f5d7"); +$ti-icon-brand-onlyfans: unicode("f605"); +$ti-icon-brand-open-source: unicode("edd0"); +$ti-icon-brand-openai: unicode("f78e"); +$ti-icon-brand-openvpn: unicode("f39a"); +$ti-icon-brand-opera: unicode("ec21"); +$ti-icon-brand-pagekit: unicode("edd1"); +$ti-icon-brand-parsinta: unicode("fc42"); +$ti-icon-brand-patreon: unicode("edd2"); +$ti-icon-brand-patreon-filled: unicode("fcff"); +$ti-icon-brand-paypal: unicode("ec22"); +$ti-icon-brand-paypal-filled: unicode("f7e9"); +$ti-icon-brand-paypay: unicode("f5ec"); +$ti-icon-brand-peanut: unicode("f39b"); +$ti-icon-brand-pepsi: unicode("f261"); +$ti-icon-brand-php: unicode("ef72"); +$ti-icon-brand-picsart: unicode("f4d9"); +$ti-icon-brand-pinterest: unicode("ec8d"); +$ti-icon-brand-planetscale: unicode("f78f"); +$ti-icon-brand-pnpm: unicode("fd77"); +$ti-icon-brand-pocket: unicode("ed00"); +$ti-icon-brand-polymer: unicode("f498"); +$ti-icon-brand-powershell: unicode("f5ed"); +$ti-icon-brand-printables: unicode("fd1b"); +$ti-icon-brand-prisma: unicode("f499"); +$ti-icon-brand-producthunt: unicode("edd3"); +$ti-icon-brand-pushbullet: unicode("f330"); +$ti-icon-brand-pushover: unicode("f20e"); +$ti-icon-brand-python: unicode("ed01"); +$ti-icon-brand-qq: unicode("f606"); +$ti-icon-brand-radix-ui: unicode("f790"); +$ti-icon-brand-react: unicode("f34c"); +$ti-icon-brand-react-native: unicode("ef73"); +$ti-icon-brand-reason: unicode("f49a"); +$ti-icon-brand-reddit: unicode("ec8e"); +$ti-icon-brand-redhat: unicode("f331"); +$ti-icon-brand-redux: unicode("f3a8"); +$ti-icon-brand-revolut: unicode("f4da"); +$ti-icon-brand-rumble: unicode("fad1"); +$ti-icon-brand-rust: unicode("fa53"); +$ti-icon-brand-safari: unicode("ec23"); +$ti-icon-brand-samsungpass: unicode("f4db"); +$ti-icon-brand-sass: unicode("edd4"); +$ti-icon-brand-sentry: unicode("edd5"); +$ti-icon-brand-sharik: unicode("f4dc"); +$ti-icon-brand-shazam: unicode("edd6"); +$ti-icon-brand-shopee: unicode("f252"); +$ti-icon-brand-sketch: unicode("ec24"); +$ti-icon-brand-skype: unicode("ed02"); +$ti-icon-brand-slack: unicode("ec72"); +$ti-icon-brand-snapchat: unicode("ec25"); +$ti-icon-brand-snapseed: unicode("f253"); +$ti-icon-brand-snowflake: unicode("f615"); +$ti-icon-brand-socket-io: unicode("f49b"); +$ti-icon-brand-solidjs: unicode("f5ee"); +$ti-icon-brand-soundcloud: unicode("ed6e"); +$ti-icon-brand-spacehey: unicode("f4fc"); +$ti-icon-brand-speedtest: unicode("fa77"); +$ti-icon-brand-spotify: unicode("ed03"); +$ti-icon-brand-spotify-filled: unicode("fe86"); +$ti-icon-brand-stackoverflow: unicode("ef58"); +$ti-icon-brand-stackshare: unicode("f607"); +$ti-icon-brand-steam: unicode("ed6f"); +$ti-icon-brand-stocktwits: unicode("fd78"); +$ti-icon-brand-storj: unicode("fa54"); +$ti-icon-brand-storybook: unicode("f332"); +$ti-icon-brand-storytel: unicode("f608"); +$ti-icon-brand-strava: unicode("f254"); +$ti-icon-brand-stripe: unicode("edd7"); +$ti-icon-brand-sublime-text: unicode("ef74"); +$ti-icon-brand-sugarizer: unicode("f7a5"); +$ti-icon-brand-supabase: unicode("f6d3"); +$ti-icon-brand-superhuman: unicode("f50c"); +$ti-icon-brand-supernova: unicode("f49c"); +$ti-icon-brand-surfshark: unicode("f255"); +$ti-icon-brand-svelte: unicode("f0df"); +$ti-icon-brand-swift: unicode("fa55"); +$ti-icon-brand-symfony: unicode("f616"); +$ti-icon-brand-tabler: unicode("ec8f"); +$ti-icon-brand-tailwind: unicode("eca1"); +$ti-icon-brand-taobao: unicode("f5ef"); +$ti-icon-brand-teams: unicode("fadf"); +$ti-icon-brand-ted: unicode("f658"); +$ti-icon-brand-telegram: unicode("ec26"); +$ti-icon-brand-terraform: unicode("fa56"); +$ti-icon-brand-tether: unicode("f5a3"); +$ti-icon-brand-thingiverse: unicode("fd1c"); +$ti-icon-brand-threads: unicode("fb02"); +$ti-icon-brand-threejs: unicode("f5f0"); +$ti-icon-brand-tidal: unicode("ed70"); +$ti-icon-brand-tiktok: unicode("ec73"); +$ti-icon-brand-tiktok-filled: unicode("f7ea"); +$ti-icon-brand-tinder: unicode("ed71"); +$ti-icon-brand-topbuzz: unicode("f50d"); +$ti-icon-brand-torchain: unicode("f5a4"); +$ti-icon-brand-toyota: unicode("f262"); +$ti-icon-brand-trello: unicode("f39d"); +$ti-icon-brand-tripadvisor: unicode("f002"); +$ti-icon-brand-tumblr: unicode("ed04"); +$ti-icon-brand-twilio: unicode("f617"); +$ti-icon-brand-twitch: unicode("ed05"); +$ti-icon-brand-twitter: unicode("ec27"); +$ti-icon-brand-twitter-filled: unicode("f7eb"); +$ti-icon-brand-typescript: unicode("f5f1"); +$ti-icon-brand-uber: unicode("ef75"); +$ti-icon-brand-ubuntu: unicode("ef59"); +$ti-icon-brand-unity: unicode("f49d"); +$ti-icon-brand-unsplash: unicode("edd8"); +$ti-icon-brand-upwork: unicode("f39e"); +$ti-icon-brand-valorant: unicode("f39f"); +$ti-icon-brand-vercel: unicode("ef24"); +$ti-icon-brand-vimeo: unicode("ed06"); +$ti-icon-brand-vinted: unicode("f20f"); +$ti-icon-brand-visa: unicode("f380"); +$ti-icon-brand-visual-studio: unicode("ef76"); +$ti-icon-brand-vite: unicode("f5f2"); +$ti-icon-brand-vivaldi: unicode("f210"); +$ti-icon-brand-vk: unicode("ed72"); +$ti-icon-brand-vlc: unicode("fa78"); +$ti-icon-brand-volkswagen: unicode("f50e"); +$ti-icon-brand-vsco: unicode("f334"); +$ti-icon-brand-vscode: unicode("f3a0"); +$ti-icon-brand-vue: unicode("f0e0"); +$ti-icon-brand-walmart: unicode("f211"); +$ti-icon-brand-waze: unicode("f5d8"); +$ti-icon-brand-webflow: unicode("f2d2"); +$ti-icon-brand-wechat: unicode("f5f3"); +$ti-icon-brand-weibo: unicode("f609"); +$ti-icon-brand-whatsapp: unicode("ec74"); +$ti-icon-brand-wikipedia: unicode("fa79"); +$ti-icon-brand-windows: unicode("ecd8"); +$ti-icon-brand-windy: unicode("f4dd"); +$ti-icon-brand-wish: unicode("f212"); +$ti-icon-brand-wix: unicode("f3a1"); +$ti-icon-brand-wordpress: unicode("f2d3"); +$ti-icon-brand-x: unicode("fc0f"); +$ti-icon-brand-x-filled: unicode("fc21"); +$ti-icon-brand-xamarin: unicode("fa7a"); +$ti-icon-brand-xbox: unicode("f298"); +$ti-icon-brand-xdeep: unicode("fc10"); +$ti-icon-brand-xing: unicode("f21a"); +$ti-icon-brand-yahoo: unicode("ed73"); +$ti-icon-brand-yandex: unicode("fae1"); +$ti-icon-brand-yarn: unicode("fd79"); +$ti-icon-brand-yatse: unicode("f213"); +$ti-icon-brand-ycombinator: unicode("edd9"); +$ti-icon-brand-youtube: unicode("ec90"); +$ti-icon-brand-youtube-filled: unicode("fc22"); +$ti-icon-brand-youtube-kids: unicode("f214"); +$ti-icon-brand-zalando: unicode("f49e"); +$ti-icon-brand-zapier: unicode("f49f"); +$ti-icon-brand-zeit: unicode("f335"); +$ti-icon-brand-zhihu: unicode("f60a"); +$ti-icon-brand-zoom: unicode("f215"); +$ti-icon-brand-zulip: unicode("f4de"); +$ti-icon-brand-zwift: unicode("f216"); +$ti-icon-bread: unicode("efa3"); +$ti-icon-bread-filled: unicode("fe85"); +$ti-icon-bread-off: unicode("f3cb"); +$ti-icon-briefcase: unicode("ea46"); +$ti-icon-briefcase-2: unicode("fb03"); +$ti-icon-briefcase-2-filled: unicode("fe84"); +$ti-icon-briefcase-filled: unicode("fd00"); +$ti-icon-briefcase-off: unicode("f3cc"); +$ti-icon-brightness: unicode("eb7f"); +$ti-icon-brightness-2: unicode("ee19"); +$ti-icon-brightness-auto: unicode("fd99"); +$ti-icon-brightness-auto-filled: unicode("fe83"); +$ti-icon-brightness-down: unicode("eb7d"); +$ti-icon-brightness-down-filled: unicode("fb23"); +$ti-icon-brightness-filled: unicode("fe82"); +$ti-icon-brightness-half: unicode("ee1a"); +$ti-icon-brightness-off: unicode("f3cd"); +$ti-icon-brightness-up: unicode("eb7e"); +$ti-icon-brightness-up-filled: unicode("fb24"); +$ti-icon-broadcast: unicode("f1e9"); +$ti-icon-broadcast-off: unicode("f1e8"); +$ti-icon-browser: unicode("ebb7"); +$ti-icon-browser-check: unicode("efd6"); +$ti-icon-browser-off: unicode("f0c1"); +$ti-icon-browser-plus: unicode("efd7"); +$ti-icon-browser-x: unicode("efd8"); +$ti-icon-brush: unicode("ebb8"); +$ti-icon-brush-off: unicode("f0c2"); +$ti-icon-bucket: unicode("ea47"); +$ti-icon-bucket-droplet: unicode("f56a"); +$ti-icon-bucket-off: unicode("f103"); +$ti-icon-bug: unicode("ea48"); +$ti-icon-bug-filled: unicode("fd01"); +$ti-icon-bug-off: unicode("f0c3"); +$ti-icon-building: unicode("ea4f"); +$ti-icon-building-arch: unicode("ea49"); +$ti-icon-building-bank: unicode("ebe2"); +$ti-icon-building-bridge: unicode("ea4b"); +$ti-icon-building-bridge-2: unicode("ea4a"); +$ti-icon-building-broadcast-tower: unicode("f4be"); +$ti-icon-building-broadcast-tower-filled: unicode("fe81"); +$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-community: unicode("ebf6"); +$ti-icon-building-cottage: unicode("ee1b"); +$ti-icon-building-estate: unicode("f5a5"); +$ti-icon-building-factory: unicode("ee1c"); +$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-monument: unicode("ed26"); +$ti-icon-building-mosque: unicode("fa57"); +$ti-icon-building-pavilion: unicode("ebf7"); +$ti-icon-building-skyscraper: unicode("ec39"); +$ti-icon-building-stadium: unicode("f641"); +$ti-icon-building-store: unicode("ea4e"); +$ti-icon-building-tunnel: unicode("f5a6"); +$ti-icon-building-warehouse: unicode("ebe3"); +$ti-icon-building-wind-turbine: unicode("f4c0"); +$ti-icon-bulb: unicode("ea51"); +$ti-icon-bulb-filled: unicode("f66a"); +$ti-icon-bulb-off: unicode("ea50"); +$ti-icon-bulldozer: unicode("ee1d"); +$ti-icon-burger: unicode("fcb4"); +$ti-icon-bus: unicode("ebe4"); +$ti-icon-bus-off: unicode("f3ce"); +$ti-icon-bus-stop: unicode("f2d4"); +$ti-icon-businessplan: unicode("ee1e"); +$ti-icon-butterfly: unicode("efd9"); +$ti-icon-cactus: unicode("f21b"); +$ti-icon-cactus-filled: unicode("fb25"); +$ti-icon-cactus-off: unicode("f3cf"); +$ti-icon-cake: unicode("f00f"); +$ti-icon-cake-off: unicode("f104"); +$ti-icon-calculator: unicode("eb80"); +$ti-icon-calculator-filled: unicode("fb26"); +$ti-icon-calculator-off: unicode("f0c4"); +$ti-icon-calendar: unicode("ea53"); +$ti-icon-calendar-bolt: unicode("f822"); +$ti-icon-calendar-cancel: unicode("f823"); +$ti-icon-calendar-check: unicode("f824"); +$ti-icon-calendar-clock: unicode("fd2e"); +$ti-icon-calendar-code: unicode("f825"); +$ti-icon-calendar-cog: unicode("f826"); +$ti-icon-calendar-dollar: unicode("f827"); +$ti-icon-calendar-dot: unicode("fd3e"); +$ti-icon-calendar-down: unicode("f828"); +$ti-icon-calendar-due: unicode("f621"); +$ti-icon-calendar-event: unicode("ea52"); +$ti-icon-calendar-exclamation: unicode("f829"); +$ti-icon-calendar-filled: unicode("fb27"); +$ti-icon-calendar-heart: unicode("f82a"); +$ti-icon-calendar-minus: unicode("ebb9"); +$ti-icon-calendar-month: unicode("fd2f"); +$ti-icon-calendar-off: unicode("ee1f"); +$ti-icon-calendar-pause: unicode("f82b"); +$ti-icon-calendar-pin: unicode("f82c"); +$ti-icon-calendar-plus: unicode("ebba"); +$ti-icon-calendar-question: unicode("f82d"); +$ti-icon-calendar-repeat: unicode("fad2"); +$ti-icon-calendar-sad: unicode("fd1d"); +$ti-icon-calendar-search: unicode("f82e"); +$ti-icon-calendar-share: unicode("f82f"); +$ti-icon-calendar-smile: unicode("fd1e"); +$ti-icon-calendar-star: unicode("f830"); +$ti-icon-calendar-stats: unicode("ee20"); +$ti-icon-calendar-time: unicode("ee21"); +$ti-icon-calendar-up: unicode("f831"); +$ti-icon-calendar-user: unicode("fd1f"); +$ti-icon-calendar-week: unicode("fd30"); +$ti-icon-calendar-x: unicode("f832"); +$ti-icon-camera: unicode("ea54"); +$ti-icon-camera-bolt: unicode("f833"); +$ti-icon-camera-cancel: unicode("f834"); +$ti-icon-camera-check: unicode("f835"); +$ti-icon-camera-code: unicode("f836"); +$ti-icon-camera-cog: unicode("f837"); +$ti-icon-camera-dollar: unicode("f838"); +$ti-icon-camera-down: unicode("f839"); +$ti-icon-camera-exclamation: unicode("f83a"); +$ti-icon-camera-filled: unicode("fa37"); +$ti-icon-camera-heart: unicode("f83b"); +$ti-icon-camera-minus: unicode("ec3a"); +$ti-icon-camera-off: unicode("ecee"); +$ti-icon-camera-pause: unicode("f83c"); +$ti-icon-camera-pin: unicode("f83d"); +$ti-icon-camera-plus: unicode("ec3b"); +$ti-icon-camera-question: unicode("f83e"); +$ti-icon-camera-rotate: unicode("ee22"); +$ti-icon-camera-search: unicode("f83f"); +$ti-icon-camera-selfie: unicode("ee23"); +$ti-icon-camera-share: unicode("f840"); +$ti-icon-camera-star: unicode("f841"); +$ti-icon-camera-up: unicode("f842"); +$ti-icon-camera-x: unicode("f843"); +$ti-icon-camper: unicode("fa25"); +$ti-icon-campfire: unicode("f5a7"); +$ti-icon-campfire-filled: unicode("fb28"); +$ti-icon-candle: unicode("efc6"); +$ti-icon-candle-filled: unicode("fc23"); +$ti-icon-candy: unicode("ef0d"); +$ti-icon-candy-off: unicode("f0c5"); +$ti-icon-cane: unicode("f50f"); +$ti-icon-cannabis: unicode("f4c1"); +$ti-icon-capsule: unicode("fae3"); +$ti-icon-capsule-filled: unicode("fc24"); +$ti-icon-capsule-horizontal: unicode("fae2"); +$ti-icon-capsule-horizontal-filled: unicode("fc25"); +$ti-icon-capture: unicode("ec3c"); +$ti-icon-capture-filled: unicode("fb29"); +$ti-icon-capture-off: unicode("f0c6"); +$ti-icon-car: unicode("ebbb"); +$ti-icon-car-4wd: unicode("fdb8"); +$ti-icon-car-crane: unicode("ef25"); +$ti-icon-car-crash: unicode("efa4"); +$ti-icon-car-fan: unicode("fdb3"); +$ti-icon-car-fan-1: unicode("fdb7"); +$ti-icon-car-fan-2: unicode("fdb6"); +$ti-icon-car-fan-3: unicode("fdb5"); +$ti-icon-car-fan-auto: unicode("fdb4"); +$ti-icon-car-garage: unicode("fc77"); +$ti-icon-car-off: unicode("f0c7"); +$ti-icon-car-suv: unicode("fc8b"); +$ti-icon-car-turbine: unicode("f4fd"); +$ti-icon-caravan: unicode("ec7c"); +$ti-icon-cardboards: unicode("ed74"); +$ti-icon-cardboards-off: unicode("f0c8"); +$ti-icon-cards: unicode("f510"); +$ti-icon-cards-filled: unicode("fc26"); +$ti-icon-caret-down: unicode("eb5d"); +$ti-icon-caret-down-filled: unicode("fb2a"); +$ti-icon-caret-left: unicode("eb5e"); +$ti-icon-caret-left-filled: unicode("fb2b"); +$ti-icon-caret-left-right: unicode("fc43"); +$ti-icon-caret-left-right-filled: unicode("fd02"); +$ti-icon-caret-right: unicode("eb5f"); +$ti-icon-caret-right-filled: unicode("fb2c"); +$ti-icon-caret-up: unicode("eb60"); +$ti-icon-caret-up-down: unicode("fc44"); +$ti-icon-caret-up-down-filled: unicode("fd03"); +$ti-icon-caret-up-filled: unicode("fb2d"); +$ti-icon-carousel-horizontal: unicode("f659"); +$ti-icon-carousel-horizontal-filled: unicode("fa92"); +$ti-icon-carousel-vertical: unicode("f65a"); +$ti-icon-carousel-vertical-filled: unicode("fa93"); +$ti-icon-carrot: unicode("f21c"); +$ti-icon-carrot-off: unicode("f3d0"); +$ti-icon-cash: unicode("ea55"); +$ti-icon-cash-banknote: unicode("ee25"); +$ti-icon-cash-banknote-filled: unicode("fe80"); +$ti-icon-cash-banknote-off: unicode("ee24"); +$ti-icon-cash-off: unicode("f105"); +$ti-icon-cast: unicode("ea56"); +$ti-icon-cast-off: unicode("f0c9"); +$ti-icon-cat: unicode("f65b"); +$ti-icon-category: unicode("f1f6"); +$ti-icon-category-2: unicode("f1f5"); +$ti-icon-category-filled: unicode("fb2e"); +$ti-icon-category-minus: unicode("fd20"); +$ti-icon-category-plus: unicode("fd21"); +$ti-icon-ce: unicode("ed75"); +$ti-icon-ce-off: unicode("f0ca"); +$ti-icon-cell: unicode("f05f"); +$ti-icon-cell-signal-1: unicode("f083"); +$ti-icon-cell-signal-2: unicode("f084"); +$ti-icon-cell-signal-3: unicode("f085"); +$ti-icon-cell-signal-4: unicode("f086"); +$ti-icon-cell-signal-5: unicode("f087"); +$ti-icon-cell-signal-off: unicode("f088"); +$ti-icon-certificate: unicode("ed76"); +$ti-icon-certificate-2: unicode("f073"); +$ti-icon-certificate-2-off: unicode("f0cb"); +$ti-icon-certificate-off: unicode("f0cc"); +$ti-icon-chair-director: unicode("f2d5"); +$ti-icon-chalkboard: unicode("f34d"); +$ti-icon-chalkboard-off: unicode("f3d1"); +$ti-icon-charging-pile: unicode("ee26"); +$ti-icon-chart-arcs: unicode("ee28"); +$ti-icon-chart-arcs-3: unicode("ee27"); +$ti-icon-chart-area: unicode("ea58"); +$ti-icon-chart-area-filled: unicode("f66b"); +$ti-icon-chart-area-line: unicode("ea57"); +$ti-icon-chart-area-line-filled: unicode("f66c"); +$ti-icon-chart-arrows: unicode("ee2a"); +$ti-icon-chart-arrows-vertical: unicode("ee29"); +$ti-icon-chart-bar: unicode("ea59"); +$ti-icon-chart-bar-off: unicode("f3d2"); +$ti-icon-chart-bubble: unicode("ec75"); +$ti-icon-chart-bubble-filled: unicode("f66d"); +$ti-icon-chart-candle: unicode("ea5a"); +$ti-icon-chart-candle-filled: unicode("f66e"); +$ti-icon-chart-circles: unicode("ee2b"); +$ti-icon-chart-donut: unicode("ea5b"); +$ti-icon-chart-donut-2: unicode("ee2c"); +$ti-icon-chart-donut-3: unicode("ee2d"); +$ti-icon-chart-donut-4: unicode("ee2e"); +$ti-icon-chart-donut-filled: unicode("f66f"); +$ti-icon-chart-dots: unicode("ee2f"); +$ti-icon-chart-dots-2: unicode("f097"); +$ti-icon-chart-dots-3: unicode("f098"); +$ti-icon-chart-dots-filled: unicode("fd04"); +$ti-icon-chart-grid-dots: unicode("f4c2"); +$ti-icon-chart-grid-dots-filled: unicode("fd05"); +$ti-icon-chart-histogram: unicode("f65c"); +$ti-icon-chart-infographic: unicode("ee30"); +$ti-icon-chart-line: unicode("ea5c"); +$ti-icon-chart-pie: unicode("ea5d"); +$ti-icon-chart-pie-2: unicode("ee31"); +$ti-icon-chart-pie-3: unicode("ee32"); +$ti-icon-chart-pie-4: unicode("ee33"); +$ti-icon-chart-pie-filled: unicode("f670"); +$ti-icon-chart-pie-off: unicode("f3d3"); +$ti-icon-chart-ppf: unicode("f618"); +$ti-icon-chart-radar: unicode("ed77"); +$ti-icon-chart-sankey: unicode("f619"); +$ti-icon-chart-scatter: unicode("fd93"); +$ti-icon-chart-scatter-3d: unicode("fd92"); +$ti-icon-chart-treemap: unicode("f381"); +$ti-icon-check: unicode("ea5e"); +$ti-icon-checkbox: unicode("eba6"); +$ti-icon-checklist: unicode("f074"); +$ti-icon-checks: unicode("ebaa"); +$ti-icon-checkup-list: unicode("ef5a"); +$ti-icon-cheese: unicode("ef26"); +$ti-icon-chef-hat: unicode("f21d"); +$ti-icon-chef-hat-off: unicode("f3d4"); +$ti-icon-cherry: unicode("f511"); +$ti-icon-cherry-filled: unicode("f728"); +$ti-icon-chess: unicode("f382"); +$ti-icon-chess-bishop: unicode("f56b"); +$ti-icon-chess-bishop-filled: unicode("f729"); +$ti-icon-chess-filled: unicode("f72a"); +$ti-icon-chess-king: unicode("f56c"); +$ti-icon-chess-king-filled: unicode("f72b"); +$ti-icon-chess-knight: unicode("f56d"); +$ti-icon-chess-knight-filled: unicode("f72c"); +$ti-icon-chess-queen: unicode("f56e"); +$ti-icon-chess-queen-filled: unicode("f72d"); +$ti-icon-chess-rook: unicode("f56f"); +$ti-icon-chess-rook-filled: unicode("f72e"); +$ti-icon-chevron-compact-down: unicode("faf0"); +$ti-icon-chevron-compact-left: unicode("faf1"); +$ti-icon-chevron-compact-right: unicode("faf2"); +$ti-icon-chevron-compact-up: unicode("faf3"); +$ti-icon-chevron-down: unicode("ea5f"); +$ti-icon-chevron-down-left: unicode("ed09"); +$ti-icon-chevron-down-right: unicode("ed0a"); +$ti-icon-chevron-left: unicode("ea60"); +$ti-icon-chevron-left-pipe: unicode("fae4"); +$ti-icon-chevron-right: unicode("ea61"); +$ti-icon-chevron-right-pipe: unicode("fae5"); +$ti-icon-chevron-up: unicode("ea62"); +$ti-icon-chevron-up-left: unicode("ed0b"); +$ti-icon-chevron-up-right: unicode("ed0c"); +$ti-icon-chevrons-down: unicode("ea63"); +$ti-icon-chevrons-down-left: unicode("ed0d"); +$ti-icon-chevrons-down-right: unicode("ed0e"); +$ti-icon-chevrons-left: unicode("ea64"); +$ti-icon-chevrons-right: unicode("ea65"); +$ti-icon-chevrons-up: unicode("ea66"); +$ti-icon-chevrons-up-left: unicode("ed0f"); +$ti-icon-chevrons-up-right: unicode("ed10"); +$ti-icon-chisel: unicode("f383"); +$ti-icon-christmas-ball: unicode("fd31"); +$ti-icon-christmas-tree: unicode("ed78"); +$ti-icon-christmas-tree-off: unicode("f3d5"); +$ti-icon-circle: unicode("ea6b"); +$ti-icon-circle-arrow-down: unicode("f6f9"); +$ti-icon-circle-arrow-down-filled: unicode("f6f4"); +$ti-icon-circle-arrow-down-left: unicode("f6f6"); +$ti-icon-circle-arrow-down-left-filled: unicode("f6f5"); +$ti-icon-circle-arrow-down-right: unicode("f6f8"); +$ti-icon-circle-arrow-down-right-filled: unicode("f6f7"); +$ti-icon-circle-arrow-left: unicode("f6fb"); +$ti-icon-circle-arrow-left-filled: unicode("f6fa"); +$ti-icon-circle-arrow-right: unicode("f6fd"); +$ti-icon-circle-arrow-right-filled: unicode("f6fc"); +$ti-icon-circle-arrow-up: unicode("f703"); +$ti-icon-circle-arrow-up-filled: unicode("f6fe"); +$ti-icon-circle-arrow-up-left: unicode("f700"); +$ti-icon-circle-arrow-up-left-filled: unicode("f6ff"); +$ti-icon-circle-arrow-up-right: unicode("f702"); +$ti-icon-circle-arrow-up-right-filled: unicode("f701"); +$ti-icon-circle-caret-down: unicode("f4a9"); +$ti-icon-circle-caret-left: unicode("f4aa"); +$ti-icon-circle-caret-right: unicode("f4ab"); +$ti-icon-circle-caret-up: unicode("f4ac"); +$ti-icon-circle-check: unicode("ea67"); +$ti-icon-circle-check-filled: unicode("f704"); +$ti-icon-circle-chevron-down: unicode("f622"); +$ti-icon-circle-chevron-left: unicode("f623"); +$ti-icon-circle-chevron-right: unicode("f624"); +$ti-icon-circle-chevron-up: unicode("f625"); +$ti-icon-circle-chevrons-down: unicode("f642"); +$ti-icon-circle-chevrons-left: unicode("f643"); +$ti-icon-circle-chevrons-right: unicode("f644"); +$ti-icon-circle-chevrons-up: unicode("f645"); +$ti-icon-circle-dashed: unicode("ed27"); +$ti-icon-circle-dashed-number-0: unicode("fc6b"); +$ti-icon-circle-dashed-number-1: unicode("fc6c"); +$ti-icon-circle-dashed-number-2: unicode("fc6d"); +$ti-icon-circle-dashed-number-3: unicode("fc6e"); +$ti-icon-circle-dashed-number-4: unicode("fc6f"); +$ti-icon-circle-dashed-number-5: unicode("fc70"); +$ti-icon-circle-dashed-number-6: unicode("fc71"); +$ti-icon-circle-dashed-number-7: unicode("fc72"); +$ti-icon-circle-dashed-number-8: unicode("fc73"); +$ti-icon-circle-dashed-number-9: unicode("fc74"); +$ti-icon-circle-dashed-percentage: unicode("fd7a"); +$ti-icon-circle-dashed-x: unicode("fc75"); +$ti-icon-circle-dot: unicode("efb1"); +$ti-icon-circle-dot-filled: unicode("f705"); +$ti-icon-circle-dotted: unicode("ed28"); +$ti-icon-circle-filled: unicode("f671"); +$ti-icon-circle-half: unicode("ee3f"); +$ti-icon-circle-half-2: unicode("eff3"); +$ti-icon-circle-half-vertical: unicode("ee3e"); +$ti-icon-circle-key: unicode("f633"); +$ti-icon-circle-key-filled: unicode("f706"); +$ti-icon-circle-letter-a: unicode("f441"); +$ti-icon-circle-letter-a-filled: unicode("fe7f"); +$ti-icon-circle-letter-b: unicode("f442"); +$ti-icon-circle-letter-b-filled: unicode("fe7e"); +$ti-icon-circle-letter-c: unicode("f443"); +$ti-icon-circle-letter-c-filled: unicode("fe7d"); +$ti-icon-circle-letter-d: unicode("f444"); +$ti-icon-circle-letter-d-filled: unicode("fe7c"); +$ti-icon-circle-letter-e: unicode("f445"); +$ti-icon-circle-letter-e-filled: unicode("fe7b"); +$ti-icon-circle-letter-f: unicode("f446"); +$ti-icon-circle-letter-f-filled: unicode("fe7a"); +$ti-icon-circle-letter-g: unicode("f447"); +$ti-icon-circle-letter-g-filled: unicode("fe79"); +$ti-icon-circle-letter-h: unicode("f448"); +$ti-icon-circle-letter-h-filled: unicode("fe78"); +$ti-icon-circle-letter-i: unicode("f449"); +$ti-icon-circle-letter-i-filled: unicode("fe77"); +$ti-icon-circle-letter-j: unicode("f44a"); +$ti-icon-circle-letter-j-filled: unicode("fe76"); +$ti-icon-circle-letter-k: unicode("f44b"); +$ti-icon-circle-letter-k-filled: unicode("fe75"); +$ti-icon-circle-letter-l: unicode("f44c"); +$ti-icon-circle-letter-l-filled: unicode("fe74"); +$ti-icon-circle-letter-m: unicode("f44d"); +$ti-icon-circle-letter-m-filled: unicode("fe73"); +$ti-icon-circle-letter-n: unicode("f44e"); +$ti-icon-circle-letter-n-filled: unicode("fe72"); +$ti-icon-circle-letter-o: unicode("f44f"); +$ti-icon-circle-letter-o-filled: unicode("fe71"); +$ti-icon-circle-letter-p: unicode("f450"); +$ti-icon-circle-letter-p-filled: unicode("fe70"); +$ti-icon-circle-letter-q: unicode("f451"); +$ti-icon-circle-letter-q-filled: unicode("fe6f"); +$ti-icon-circle-letter-r: unicode("f452"); +$ti-icon-circle-letter-r-filled: unicode("fe6e"); +$ti-icon-circle-letter-s: unicode("f453"); +$ti-icon-circle-letter-s-filled: unicode("fe6d"); +$ti-icon-circle-letter-t: unicode("f454"); +$ti-icon-circle-letter-t-filled: unicode("fe6c"); +$ti-icon-circle-letter-u: unicode("f455"); +$ti-icon-circle-letter-u-filled: unicode("fe6b"); +$ti-icon-circle-letter-v: unicode("f4ad"); +$ti-icon-circle-letter-v-filled: unicode("fe6a"); +$ti-icon-circle-letter-w: unicode("f456"); +$ti-icon-circle-letter-w-filled: unicode("fe69"); +$ti-icon-circle-letter-x: unicode("f4ae"); +$ti-icon-circle-letter-x-filled: unicode("fe68"); +$ti-icon-circle-letter-y: unicode("f457"); +$ti-icon-circle-letter-y-filled: unicode("fe67"); +$ti-icon-circle-letter-z: unicode("f458"); +$ti-icon-circle-letter-z-filled: unicode("fe66"); +$ti-icon-circle-minus: unicode("ea68"); +$ti-icon-circle-minus-2: unicode("fc8c"); +$ti-icon-circle-number-0: unicode("ee34"); +$ti-icon-circle-number-0-filled: unicode("f72f"); +$ti-icon-circle-number-1: unicode("ee35"); +$ti-icon-circle-number-1-filled: unicode("f730"); +$ti-icon-circle-number-2: unicode("ee36"); +$ti-icon-circle-number-2-filled: unicode("f731"); +$ti-icon-circle-number-3: unicode("ee37"); +$ti-icon-circle-number-3-filled: unicode("f732"); +$ti-icon-circle-number-4: unicode("ee38"); +$ti-icon-circle-number-4-filled: unicode("f733"); +$ti-icon-circle-number-5: unicode("ee39"); +$ti-icon-circle-number-5-filled: unicode("f734"); +$ti-icon-circle-number-6: unicode("ee3a"); +$ti-icon-circle-number-6-filled: unicode("f735"); +$ti-icon-circle-number-7: unicode("ee3b"); +$ti-icon-circle-number-7-filled: unicode("f736"); +$ti-icon-circle-number-8: unicode("ee3c"); +$ti-icon-circle-number-8-filled: unicode("f737"); +$ti-icon-circle-number-9: unicode("ee3d"); +$ti-icon-circle-number-9-filled: unicode("f738"); +$ti-icon-circle-off: unicode("ee40"); +$ti-icon-circle-percentage: unicode("fd7b"); +$ti-icon-circle-plus: unicode("ea69"); +$ti-icon-circle-plus-2: unicode("fc8d"); +$ti-icon-circle-rectangle: unicode("f010"); +$ti-icon-circle-rectangle-off: unicode("f0cd"); +$ti-icon-circle-square: unicode("ece4"); +$ti-icon-circle-triangle: unicode("f011"); +$ti-icon-circle-x: unicode("ea6a"); +$ti-icon-circle-x-filled: unicode("f739"); +$ti-icon-circles: unicode("ece5"); +$ti-icon-circles-filled: unicode("f672"); +$ti-icon-circles-relation: unicode("f4c3"); +$ti-icon-circuit-ammeter: unicode("f271"); +$ti-icon-circuit-battery: unicode("f272"); +$ti-icon-circuit-bulb: unicode("f273"); +$ti-icon-circuit-capacitor: unicode("f275"); +$ti-icon-circuit-capacitor-polarized: unicode("f274"); +$ti-icon-circuit-cell: unicode("f277"); +$ti-icon-circuit-cell-plus: unicode("f276"); +$ti-icon-circuit-changeover: unicode("f278"); +$ti-icon-circuit-diode: unicode("f27a"); +$ti-icon-circuit-diode-zener: unicode("f279"); +$ti-icon-circuit-ground: unicode("f27c"); +$ti-icon-circuit-ground-digital: unicode("f27b"); +$ti-icon-circuit-inductor: unicode("f27d"); +$ti-icon-circuit-motor: unicode("f27e"); +$ti-icon-circuit-pushbutton: unicode("f27f"); +$ti-icon-circuit-resistor: unicode("f280"); +$ti-icon-circuit-switch-closed: unicode("f281"); +$ti-icon-circuit-switch-open: unicode("f282"); +$ti-icon-circuit-voltmeter: unicode("f283"); +$ti-icon-clear-all: unicode("ee41"); +$ti-icon-clear-formatting: unicode("ebe5"); +$ti-icon-click: unicode("ebbc"); +$ti-icon-clipboard: unicode("ea6f"); +$ti-icon-clipboard-check: unicode("ea6c"); +$ti-icon-clipboard-copy: unicode("f299"); +$ti-icon-clipboard-data: unicode("f563"); +$ti-icon-clipboard-heart: unicode("f34e"); +$ti-icon-clipboard-list: unicode("ea6d"); +$ti-icon-clipboard-off: unicode("f0ce"); +$ti-icon-clipboard-plus: unicode("efb2"); +$ti-icon-clipboard-smile: unicode("fd9a"); +$ti-icon-clipboard-text: unicode("f089"); +$ti-icon-clipboard-typography: unicode("f34f"); +$ti-icon-clipboard-x: unicode("ea6e"); +$ti-icon-clock: unicode("ea70"); +$ti-icon-clock-12: unicode("fc56"); +$ti-icon-clock-2: unicode("f099"); +$ti-icon-clock-24: unicode("fc57"); +$ti-icon-clock-bolt: unicode("f844"); +$ti-icon-clock-cancel: unicode("f546"); +$ti-icon-clock-check: unicode("f7c1"); +$ti-icon-clock-code: unicode("f845"); +$ti-icon-clock-cog: unicode("f7c2"); +$ti-icon-clock-dollar: unicode("f846"); +$ti-icon-clock-down: unicode("f7c3"); +$ti-icon-clock-edit: unicode("f547"); +$ti-icon-clock-exclamation: unicode("f847"); +$ti-icon-clock-filled: unicode("f73a"); +$ti-icon-clock-heart: unicode("f7c4"); +$ti-icon-clock-hour-1: unicode("f313"); +$ti-icon-clock-hour-1-filled: unicode("fe65"); +$ti-icon-clock-hour-10: unicode("f314"); +$ti-icon-clock-hour-10-filled: unicode("fe64"); +$ti-icon-clock-hour-11: unicode("f315"); +$ti-icon-clock-hour-11-filled: unicode("fe63"); +$ti-icon-clock-hour-12: unicode("f316"); +$ti-icon-clock-hour-12-filled: unicode("fe62"); +$ti-icon-clock-hour-2: unicode("f317"); +$ti-icon-clock-hour-2-filled: unicode("fe61"); +$ti-icon-clock-hour-3: unicode("f318"); +$ti-icon-clock-hour-3-filled: unicode("fe60"); +$ti-icon-clock-hour-4: unicode("f319"); +$ti-icon-clock-hour-4-filled: unicode("fe5f"); +$ti-icon-clock-hour-5: unicode("f31a"); +$ti-icon-clock-hour-5-filled: unicode("fe5e"); +$ti-icon-clock-hour-6: unicode("f31b"); +$ti-icon-clock-hour-6-filled: unicode("fe5d"); +$ti-icon-clock-hour-7: unicode("f31c"); +$ti-icon-clock-hour-7-filled: unicode("fe5c"); +$ti-icon-clock-hour-8: unicode("f31d"); +$ti-icon-clock-hour-8-filled: unicode("fe5b"); +$ti-icon-clock-hour-9: unicode("f31e"); +$ti-icon-clock-hour-9-filled: unicode("fe5a"); +$ti-icon-clock-minus: unicode("f848"); +$ti-icon-clock-off: unicode("f0cf"); +$ti-icon-clock-pause: unicode("f548"); +$ti-icon-clock-pin: unicode("f849"); +$ti-icon-clock-play: unicode("f549"); +$ti-icon-clock-plus: unicode("f7c5"); +$ti-icon-clock-question: unicode("f7c6"); +$ti-icon-clock-record: unicode("f54a"); +$ti-icon-clock-search: unicode("f7c7"); +$ti-icon-clock-share: unicode("f84a"); +$ti-icon-clock-shield: unicode("f7c8"); +$ti-icon-clock-star: unicode("f7c9"); +$ti-icon-clock-stop: unicode("f54b"); +$ti-icon-clock-up: unicode("f7ca"); +$ti-icon-clock-x: unicode("f7cb"); +$ti-icon-clothes-rack: unicode("f285"); +$ti-icon-clothes-rack-off: unicode("f3d6"); +$ti-icon-cloud: unicode("ea76"); +$ti-icon-cloud-bolt: unicode("f84b"); +$ti-icon-cloud-cancel: unicode("f84c"); +$ti-icon-cloud-check: unicode("f84d"); +$ti-icon-cloud-code: unicode("f84e"); +$ti-icon-cloud-cog: unicode("f84f"); +$ti-icon-cloud-computing: unicode("f1d0"); +$ti-icon-cloud-data-connection: unicode("f1d1"); +$ti-icon-cloud-dollar: unicode("f850"); +$ti-icon-cloud-down: unicode("f851"); +$ti-icon-cloud-download: unicode("ea71"); +$ti-icon-cloud-exclamation: unicode("f852"); +$ti-icon-cloud-filled: unicode("f673"); +$ti-icon-cloud-fog: unicode("ecd9"); +$ti-icon-cloud-heart: unicode("f853"); +$ti-icon-cloud-lock: unicode("efdb"); +$ti-icon-cloud-lock-open: unicode("efda"); +$ti-icon-cloud-minus: unicode("f854"); +$ti-icon-cloud-network: unicode("fc78"); +$ti-icon-cloud-off: unicode("ed3e"); +$ti-icon-cloud-pause: unicode("f855"); +$ti-icon-cloud-pin: unicode("f856"); +$ti-icon-cloud-plus: unicode("f857"); +$ti-icon-cloud-question: unicode("f858"); +$ti-icon-cloud-rain: unicode("ea72"); +$ti-icon-cloud-search: unicode("f859"); +$ti-icon-cloud-share: unicode("f85a"); +$ti-icon-cloud-snow: unicode("ea73"); +$ti-icon-cloud-star: unicode("f85b"); +$ti-icon-cloud-storm: unicode("ea74"); +$ti-icon-cloud-up: unicode("f85c"); +$ti-icon-cloud-upload: unicode("ea75"); +$ti-icon-cloud-x: unicode("f85d"); +$ti-icon-clover: unicode("f1ea"); +$ti-icon-clover-2: unicode("f21e"); +$ti-icon-clubs: unicode("eff4"); +$ti-icon-clubs-filled: unicode("f674"); +$ti-icon-code: unicode("ea77"); +$ti-icon-code-asterisk: unicode("f312"); +$ti-icon-code-circle: unicode("f4ff"); +$ti-icon-code-circle-2: unicode("f4fe"); +$ti-icon-code-dots: unicode("f61a"); +$ti-icon-code-minus: unicode("ee42"); +$ti-icon-code-off: unicode("f0d0"); +$ti-icon-code-plus: unicode("ee43"); +$ti-icon-coffee: unicode("ef0e"); +$ti-icon-coffee-off: unicode("f106"); +$ti-icon-coffin: unicode("f579"); +$ti-icon-coin: unicode("eb82"); +$ti-icon-coin-bitcoin: unicode("f2be"); +$ti-icon-coin-bitcoin-filled: unicode("fd06"); +$ti-icon-coin-euro: unicode("f2bf"); +$ti-icon-coin-euro-filled: unicode("fd07"); +$ti-icon-coin-filled: unicode("fd08"); +$ti-icon-coin-monero: unicode("f4a0"); +$ti-icon-coin-monero-filled: unicode("fd09"); +$ti-icon-coin-off: unicode("f0d1"); +$ti-icon-coin-pound: unicode("f2c0"); +$ti-icon-coin-pound-filled: unicode("fd0a"); +$ti-icon-coin-rupee: unicode("f2c1"); +$ti-icon-coin-rupee-filled: unicode("fd0b"); +$ti-icon-coin-taka: unicode("fd0d"); +$ti-icon-coin-taka-filled: unicode("fd0c"); +$ti-icon-coin-yen: unicode("f2c2"); +$ti-icon-coin-yen-filled: unicode("fd0e"); +$ti-icon-coin-yuan: unicode("f2c3"); +$ti-icon-coin-yuan-filled: unicode("fd0f"); +$ti-icon-coins: unicode("f65d"); +$ti-icon-color-filter: unicode("f5a8"); +$ti-icon-color-picker: unicode("ebe6"); +$ti-icon-color-picker-off: unicode("f0d2"); +$ti-icon-color-swatch: unicode("eb61"); +$ti-icon-color-swatch-off: unicode("f0d3"); +$ti-icon-column-insert-left: unicode("ee44"); +$ti-icon-column-insert-right: unicode("ee45"); +$ti-icon-column-remove: unicode("faf4"); +$ti-icon-columns: unicode("eb83"); +$ti-icon-columns-1: unicode("f6d4"); +$ti-icon-columns-2: unicode("f6d5"); +$ti-icon-columns-3: unicode("f6d6"); +$ti-icon-columns-off: unicode("f0d4"); +$ti-icon-comet: unicode("ec76"); +$ti-icon-command: unicode("ea78"); +$ti-icon-command-off: unicode("f3d7"); +$ti-icon-compass: unicode("ea79"); +$ti-icon-compass-filled: unicode("fd10"); +$ti-icon-compass-off: unicode("f0d5"); +$ti-icon-components: unicode("efa5"); +$ti-icon-components-off: unicode("f0d6"); +$ti-icon-cone: unicode("efdd"); +$ti-icon-cone-2: unicode("efdc"); +$ti-icon-cone-2-filled: unicode("fe59"); +$ti-icon-cone-filled: unicode("fe58"); +$ti-icon-cone-off: unicode("f3d8"); +$ti-icon-cone-plus: unicode("fa94"); +$ti-icon-confetti: unicode("ee46"); +$ti-icon-confetti-off: unicode("f3d9"); +$ti-icon-confucius: unicode("f58a"); +$ti-icon-container: unicode("ee47"); +$ti-icon-container-off: unicode("f107"); +$ti-icon-contrast: unicode("ec4e"); +$ti-icon-contrast-2: unicode("efc7"); +$ti-icon-contrast-2-filled: unicode("fe57"); +$ti-icon-contrast-2-off: unicode("f3da"); +$ti-icon-contrast-filled: unicode("fe56"); +$ti-icon-contrast-off: unicode("f3db"); +$ti-icon-cooker: unicode("f57a"); +$ti-icon-cookie: unicode("fdb1"); +$ti-icon-cookie-filled: unicode("fe54"); +$ti-icon-cookie-man: unicode("fdb2"); +$ti-icon-cookie-man-filled: unicode("fe55"); +$ti-icon-cookie-off: unicode("f0d7"); +$ti-icon-copy: unicode("ea7a"); +$ti-icon-copy-check: unicode("fdb0"); +$ti-icon-copy-check-filled: unicode("fe53"); +$ti-icon-copy-minus: unicode("fdaf"); +$ti-icon-copy-minus-filled: unicode("fe52"); +$ti-icon-copy-off: unicode("f0d8"); +$ti-icon-copy-plus: unicode("fdae"); +$ti-icon-copy-plus-filled: unicode("fe51"); +$ti-icon-copy-x: unicode("fdad"); +$ti-icon-copy-x-filled: unicode("fe50"); +$ti-icon-copyleft: unicode("ec3d"); +$ti-icon-copyleft-filled: unicode("f73b"); +$ti-icon-copyleft-off: unicode("f0d9"); +$ti-icon-copyright: unicode("ea7b"); +$ti-icon-copyright-filled: unicode("f73c"); +$ti-icon-copyright-off: unicode("f0da"); +$ti-icon-corner-down-left: unicode("ea7c"); +$ti-icon-corner-down-left-double: unicode("ee48"); +$ti-icon-corner-down-right: unicode("ea7d"); +$ti-icon-corner-down-right-double: unicode("ee49"); +$ti-icon-corner-left-down: unicode("ea7e"); +$ti-icon-corner-left-down-double: unicode("ee4a"); +$ti-icon-corner-left-up: unicode("ea7f"); +$ti-icon-corner-left-up-double: unicode("ee4b"); +$ti-icon-corner-right-down: unicode("ea80"); +$ti-icon-corner-right-down-double: unicode("ee4c"); +$ti-icon-corner-right-up: unicode("ea81"); +$ti-icon-corner-right-up-double: unicode("ee4d"); +$ti-icon-corner-up-left: unicode("ea82"); +$ti-icon-corner-up-left-double: unicode("ee4e"); +$ti-icon-corner-up-right: unicode("ea83"); +$ti-icon-corner-up-right-double: unicode("ee4f"); +$ti-icon-cpu: unicode("ef8e"); +$ti-icon-cpu-2: unicode("f075"); +$ti-icon-cpu-off: unicode("f108"); +$ti-icon-crane: unicode("ef27"); +$ti-icon-crane-off: unicode("f109"); +$ti-icon-creative-commons: unicode("efb3"); +$ti-icon-creative-commons-by: unicode("f21f"); +$ti-icon-creative-commons-nc: unicode("f220"); +$ti-icon-creative-commons-nd: unicode("f221"); +$ti-icon-creative-commons-off: unicode("f10a"); +$ti-icon-creative-commons-sa: unicode("f222"); +$ti-icon-creative-commons-zero: unicode("f223"); +$ti-icon-credit-card: unicode("ea84"); +$ti-icon-credit-card-filled: unicode("fd11"); +$ti-icon-credit-card-off: unicode("ed11"); +$ti-icon-credit-card-pay: unicode("fd32"); +$ti-icon-credit-card-refund: unicode("fd33"); +$ti-icon-cricket: unicode("f09a"); +$ti-icon-crop: unicode("ea85"); +$ti-icon-crop-1-1: unicode("fd50"); +$ti-icon-crop-1-1-filled: unicode("fe4f"); +$ti-icon-crop-16-9: unicode("fd51"); +$ti-icon-crop-16-9-filled: unicode("fe4e"); +$ti-icon-crop-3-2: unicode("fd52"); +$ti-icon-crop-3-2-filled: unicode("fe4d"); +$ti-icon-crop-5-4: unicode("fd53"); +$ti-icon-crop-5-4-filled: unicode("fe4c"); +$ti-icon-crop-7-5: unicode("fd54"); +$ti-icon-crop-7-5-filled: unicode("fe4b"); +$ti-icon-crop-landscape: unicode("fd55"); +$ti-icon-crop-landscape-filled: unicode("fe4a"); +$ti-icon-crop-portrait: unicode("fd56"); +$ti-icon-crop-portrait-filled: unicode("fe49"); +$ti-icon-cross: unicode("ef8f"); +$ti-icon-cross-filled: unicode("f675"); +$ti-icon-cross-off: unicode("f10b"); +$ti-icon-crosshair: unicode("ec3e"); +$ti-icon-crown: unicode("ed12"); +$ti-icon-crown-off: unicode("ee50"); +$ti-icon-crutches: unicode("ef5b"); +$ti-icon-crutches-off: unicode("f10c"); +$ti-icon-crystal-ball: unicode("f57b"); +$ti-icon-csv: unicode("f791"); +$ti-icon-cube: unicode("fa97"); +$ti-icon-cube-3d-sphere: unicode("ecd7"); +$ti-icon-cube-3d-sphere-off: unicode("f3b5"); +$ti-icon-cube-off: unicode("fa95"); +$ti-icon-cube-plus: unicode("fa96"); +$ti-icon-cube-send: unicode("f61b"); +$ti-icon-cube-unfolded: unicode("f61c"); +$ti-icon-cup: unicode("ef28"); +$ti-icon-cup-off: unicode("f10d"); +$ti-icon-curling: unicode("efc8"); +$ti-icon-curly-loop: unicode("ecda"); +$ti-icon-currency: unicode("efa6"); +$ti-icon-currency-afghani: unicode("f65e"); +$ti-icon-currency-bahraini: unicode("ee51"); +$ti-icon-currency-baht: unicode("f08a"); +$ti-icon-currency-bitcoin: unicode("ebab"); +$ti-icon-currency-cent: unicode("ee53"); +$ti-icon-currency-dinar: unicode("ee54"); +$ti-icon-currency-dirham: unicode("ee55"); +$ti-icon-currency-dogecoin: unicode("ef4b"); +$ti-icon-currency-dollar: unicode("eb84"); +$ti-icon-currency-dollar-australian: unicode("ee56"); +$ti-icon-currency-dollar-brunei: unicode("f36c"); +$ti-icon-currency-dollar-canadian: unicode("ee57"); +$ti-icon-currency-dollar-guyanese: unicode("f36d"); +$ti-icon-currency-dollar-off: unicode("f3dc"); +$ti-icon-currency-dollar-singapore: unicode("ee58"); +$ti-icon-currency-dollar-zimbabwean: unicode("f36e"); +$ti-icon-currency-dong: unicode("f36f"); +$ti-icon-currency-dram: unicode("f370"); +$ti-icon-currency-ethereum: unicode("ee59"); +$ti-icon-currency-euro: unicode("eb85"); +$ti-icon-currency-euro-off: unicode("f3dd"); +$ti-icon-currency-florin: unicode("faf5"); +$ti-icon-currency-forint: unicode("ee5a"); +$ti-icon-currency-frank: unicode("ee5b"); +$ti-icon-currency-guarani: unicode("f371"); +$ti-icon-currency-hryvnia: unicode("f372"); +$ti-icon-currency-iranian-rial: unicode("fa58"); +$ti-icon-currency-kip: unicode("f373"); +$ti-icon-currency-krone-czech: unicode("ee5c"); +$ti-icon-currency-krone-danish: unicode("ee5d"); +$ti-icon-currency-krone-swedish: unicode("ee5e"); +$ti-icon-currency-lari: unicode("f374"); +$ti-icon-currency-leu: unicode("ee5f"); +$ti-icon-currency-lira: unicode("ee60"); +$ti-icon-currency-litecoin: unicode("ee61"); +$ti-icon-currency-lyd: unicode("f375"); +$ti-icon-currency-manat: unicode("f376"); +$ti-icon-currency-monero: unicode("f377"); +$ti-icon-currency-naira: unicode("ee62"); +$ti-icon-currency-nano: unicode("f7a6"); +$ti-icon-currency-off: unicode("f3de"); +$ti-icon-currency-paanga: unicode("f378"); +$ti-icon-currency-peso: unicode("f65f"); +$ti-icon-currency-pound: unicode("ebac"); +$ti-icon-currency-pound-off: unicode("f3df"); +$ti-icon-currency-quetzal: unicode("f379"); +$ti-icon-currency-real: unicode("ee63"); +$ti-icon-currency-renminbi: unicode("ee64"); +$ti-icon-currency-ripple: unicode("ee65"); +$ti-icon-currency-riyal: unicode("ee66"); +$ti-icon-currency-rubel: unicode("ee67"); +$ti-icon-currency-rufiyaa: unicode("f37a"); +$ti-icon-currency-rupee: unicode("ebad"); +$ti-icon-currency-rupee-nepalese: unicode("f37b"); +$ti-icon-currency-shekel: unicode("ee68"); +$ti-icon-currency-solana: unicode("f4a1"); +$ti-icon-currency-som: unicode("f37c"); +$ti-icon-currency-taka: unicode("ee69"); +$ti-icon-currency-tenge: unicode("f37d"); +$ti-icon-currency-tugrik: unicode("ee6a"); +$ti-icon-currency-won: unicode("ee6b"); +$ti-icon-currency-xrp: unicode("fd34"); +$ti-icon-currency-yen: unicode("ebae"); +$ti-icon-currency-yen-off: unicode("f3e0"); +$ti-icon-currency-yuan: unicode("f29a"); +$ti-icon-currency-zloty: unicode("ee6c"); +$ti-icon-current-location: unicode("ecef"); +$ti-icon-current-location-off: unicode("f10e"); +$ti-icon-cursor-off: unicode("f10f"); +$ti-icon-cursor-text: unicode("ee6d"); +$ti-icon-cut: unicode("ea86"); +$ti-icon-cylinder: unicode("f54c"); +$ti-icon-cylinder-off: unicode("fa98"); +$ti-icon-cylinder-plus: unicode("fa99"); +$ti-icon-dashboard: unicode("ea87"); +$ti-icon-dashboard-off: unicode("f3e1"); +$ti-icon-database: unicode("ea88"); +$ti-icon-database-cog: unicode("fa10"); +$ti-icon-database-dollar: unicode("fa11"); +$ti-icon-database-edit: unicode("fa12"); +$ti-icon-database-exclamation: unicode("fa13"); +$ti-icon-database-export: unicode("ee6e"); +$ti-icon-database-heart: unicode("fa14"); +$ti-icon-database-import: unicode("ee6f"); +$ti-icon-database-leak: unicode("fa15"); +$ti-icon-database-minus: unicode("fa16"); +$ti-icon-database-off: unicode("ee70"); +$ti-icon-database-plus: unicode("fa17"); +$ti-icon-database-search: unicode("fa18"); +$ti-icon-database-share: unicode("fa19"); +$ti-icon-database-smile: unicode("fd9b"); +$ti-icon-database-star: unicode("fa1a"); +$ti-icon-database-x: unicode("fa1b"); +$ti-icon-decimal: unicode("fa26"); +$ti-icon-deer: unicode("f4c5"); +$ti-icon-delta: unicode("f53c"); +$ti-icon-dental: unicode("f025"); +$ti-icon-dental-broken: unicode("f286"); +$ti-icon-dental-off: unicode("f110"); +$ti-icon-deselect: unicode("f9f3"); +$ti-icon-desk: unicode("fd35"); +$ti-icon-details: unicode("ee71"); +$ti-icon-details-off: unicode("f3e2"); +$ti-icon-device-airpods: unicode("f5a9"); +$ti-icon-device-airpods-case: unicode("f646"); +$ti-icon-device-airtag: unicode("fae6"); +$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-off: unicode("f3e3"); +$ti-icon-device-computer-camera: unicode("ee76"); +$ti-icon-device-computer-camera-off: unicode("ee75"); +$ti-icon-device-desktop: unicode("ea89"); +$ti-icon-device-desktop-analytics: unicode("ee77"); +$ti-icon-device-desktop-bolt: unicode("f85e"); +$ti-icon-device-desktop-cancel: unicode("f85f"); +$ti-icon-device-desktop-check: unicode("f860"); +$ti-icon-device-desktop-code: unicode("f861"); +$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-heart: unicode("f866"); +$ti-icon-device-desktop-minus: unicode("f867"); +$ti-icon-device-desktop-off: unicode("ee78"); +$ti-icon-device-desktop-pause: unicode("f868"); +$ti-icon-device-desktop-pin: unicode("f869"); +$ti-icon-device-desktop-plus: unicode("f86a"); +$ti-icon-device-desktop-question: unicode("f86b"); +$ti-icon-device-desktop-search: unicode("f86c"); +$ti-icon-device-desktop-share: unicode("f86d"); +$ti-icon-device-desktop-star: unicode("f86e"); +$ti-icon-device-desktop-up: unicode("f86f"); +$ti-icon-device-desktop-x: unicode("f870"); +$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-heart-monitor: unicode("f060"); +$ti-icon-device-heart-monitor-filled: unicode("fa38"); +$ti-icon-device-imac: unicode("f7a7"); +$ti-icon-device-imac-bolt: unicode("f871"); +$ti-icon-device-imac-cancel: unicode("f872"); +$ti-icon-device-imac-check: unicode("f873"); +$ti-icon-device-imac-code: unicode("f874"); +$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-heart: unicode("f879"); +$ti-icon-device-imac-minus: unicode("f87a"); +$ti-icon-device-imac-off: unicode("f87b"); +$ti-icon-device-imac-pause: unicode("f87c"); +$ti-icon-device-imac-pin: unicode("f87d"); +$ti-icon-device-imac-plus: unicode("f87e"); +$ti-icon-device-imac-question: unicode("f87f"); +$ti-icon-device-imac-search: unicode("f880"); +$ti-icon-device-imac-share: unicode("f881"); +$ti-icon-device-imac-star: unicode("f882"); +$ti-icon-device-imac-up: unicode("f883"); +$ti-icon-device-imac-x: unicode("f884"); +$ti-icon-device-ipad: unicode("f648"); +$ti-icon-device-ipad-bolt: unicode("f885"); +$ti-icon-device-ipad-cancel: unicode("f886"); +$ti-icon-device-ipad-check: unicode("f887"); +$ti-icon-device-ipad-code: unicode("f888"); +$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-heart: unicode("f88d"); +$ti-icon-device-ipad-horizontal: unicode("f647"); +$ti-icon-device-ipad-horizontal-bolt: unicode("f88e"); +$ti-icon-device-ipad-horizontal-cancel: unicode("f88f"); +$ti-icon-device-ipad-horizontal-check: unicode("f890"); +$ti-icon-device-ipad-horizontal-code: unicode("f891"); +$ti-icon-device-ipad-horizontal-cog: unicode("f892"); +$ti-icon-device-ipad-horizontal-dollar: unicode("f893"); +$ti-icon-device-ipad-horizontal-down: unicode("f894"); +$ti-icon-device-ipad-horizontal-exclamation: unicode("f895"); +$ti-icon-device-ipad-horizontal-heart: unicode("f896"); +$ti-icon-device-ipad-horizontal-minus: unicode("f897"); +$ti-icon-device-ipad-horizontal-off: unicode("f898"); +$ti-icon-device-ipad-horizontal-pause: unicode("f899"); +$ti-icon-device-ipad-horizontal-pin: unicode("f89a"); +$ti-icon-device-ipad-horizontal-plus: unicode("f89b"); +$ti-icon-device-ipad-horizontal-question: unicode("f89c"); +$ti-icon-device-ipad-horizontal-search: unicode("f89d"); +$ti-icon-device-ipad-horizontal-share: unicode("f89e"); +$ti-icon-device-ipad-horizontal-star: unicode("f89f"); +$ti-icon-device-ipad-horizontal-up: unicode("f8a0"); +$ti-icon-device-ipad-horizontal-x: unicode("f8a1"); +$ti-icon-device-ipad-minus: unicode("f8a2"); +$ti-icon-device-ipad-off: unicode("f8a3"); +$ti-icon-device-ipad-pause: unicode("f8a4"); +$ti-icon-device-ipad-pin: unicode("f8a5"); +$ti-icon-device-ipad-plus: unicode("f8a6"); +$ti-icon-device-ipad-question: unicode("f8a7"); +$ti-icon-device-ipad-search: unicode("f8a8"); +$ti-icon-device-ipad-share: unicode("f8a9"); +$ti-icon-device-ipad-star: unicode("f8aa"); +$ti-icon-device-ipad-up: unicode("f8ab"); +$ti-icon-device-ipad-x: unicode("f8ac"); +$ti-icon-device-landline-phone: unicode("f649"); +$ti-icon-device-laptop: unicode("eb64"); +$ti-icon-device-laptop-off: unicode("f061"); +$ti-icon-device-mobile: unicode("ea8a"); +$ti-icon-device-mobile-bolt: unicode("f8ad"); +$ti-icon-device-mobile-cancel: unicode("f8ae"); +$ti-icon-device-mobile-charging: unicode("f224"); +$ti-icon-device-mobile-check: unicode("f8af"); +$ti-icon-device-mobile-code: unicode("f8b0"); +$ti-icon-device-mobile-cog: unicode("f8b1"); +$ti-icon-device-mobile-dollar: unicode("f8b2"); +$ti-icon-device-mobile-down: unicode("f8b3"); +$ti-icon-device-mobile-exclamation: unicode("f8b4"); +$ti-icon-device-mobile-filled: unicode("fa39"); +$ti-icon-device-mobile-heart: unicode("f8b5"); +$ti-icon-device-mobile-message: unicode("ee79"); +$ti-icon-device-mobile-minus: unicode("f8b6"); +$ti-icon-device-mobile-off: unicode("f062"); +$ti-icon-device-mobile-pause: unicode("f8b7"); +$ti-icon-device-mobile-pin: unicode("f8b8"); +$ti-icon-device-mobile-plus: unicode("f8b9"); +$ti-icon-device-mobile-question: unicode("f8ba"); +$ti-icon-device-mobile-rotated: unicode("ecdb"); +$ti-icon-device-mobile-search: unicode("f8bb"); +$ti-icon-device-mobile-share: unicode("f8bc"); +$ti-icon-device-mobile-star: unicode("f8bd"); +$ti-icon-device-mobile-up: unicode("f8be"); +$ti-icon-device-mobile-vibration: unicode("eb86"); +$ti-icon-device-mobile-x: unicode("f8bf"); +$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-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-off: unicode("f112"); +$ti-icon-device-tablet: unicode("ea8c"); +$ti-icon-device-tablet-bolt: unicode("f8c0"); +$ti-icon-device-tablet-cancel: unicode("f8c1"); +$ti-icon-device-tablet-check: unicode("f8c2"); +$ti-icon-device-tablet-code: unicode("f8c3"); +$ti-icon-device-tablet-cog: unicode("f8c4"); +$ti-icon-device-tablet-dollar: unicode("f8c5"); +$ti-icon-device-tablet-down: unicode("f8c6"); +$ti-icon-device-tablet-exclamation: unicode("f8c7"); +$ti-icon-device-tablet-filled: unicode("fa3a"); +$ti-icon-device-tablet-heart: unicode("f8c8"); +$ti-icon-device-tablet-minus: unicode("f8c9"); +$ti-icon-device-tablet-off: unicode("f063"); +$ti-icon-device-tablet-pause: unicode("f8ca"); +$ti-icon-device-tablet-pin: unicode("f8cb"); +$ti-icon-device-tablet-plus: unicode("f8cc"); +$ti-icon-device-tablet-question: unicode("f8cd"); +$ti-icon-device-tablet-search: unicode("f8ce"); +$ti-icon-device-tablet-share: unicode("f8cf"); +$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-off: unicode("f064"); +$ti-icon-device-tv-old: unicode("f1d3"); +$ti-icon-device-usb: unicode("fc59"); +$ti-icon-device-vision-pro: unicode("fae7"); +$ti-icon-device-watch: unicode("ebf9"); +$ti-icon-device-watch-bolt: unicode("f8d3"); +$ti-icon-device-watch-cancel: unicode("f8d4"); +$ti-icon-device-watch-check: unicode("f8d5"); +$ti-icon-device-watch-code: unicode("f8d6"); +$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-heart: unicode("f8db"); +$ti-icon-device-watch-minus: unicode("f8dc"); +$ti-icon-device-watch-off: unicode("f065"); +$ti-icon-device-watch-pause: unicode("f8dd"); +$ti-icon-device-watch-pin: unicode("f8de"); +$ti-icon-device-watch-plus: unicode("f8df"); +$ti-icon-device-watch-question: unicode("f8e0"); +$ti-icon-device-watch-search: unicode("f8e1"); +$ti-icon-device-watch-share: unicode("f8e2"); +$ti-icon-device-watch-star: unicode("f8e3"); +$ti-icon-device-watch-stats: unicode("ef7d"); +$ti-icon-device-watch-stats-2: unicode("ef7c"); +$ti-icon-device-watch-up: unicode("f8e4"); +$ti-icon-device-watch-x: unicode("f8e5"); +$ti-icon-devices: unicode("eb87"); +$ti-icon-devices-2: unicode("ed29"); +$ti-icon-devices-bolt: unicode("f8e6"); +$ti-icon-devices-cancel: unicode("f8e7"); +$ti-icon-devices-check: unicode("f8e8"); +$ti-icon-devices-code: unicode("f8e9"); +$ti-icon-devices-cog: unicode("f8ea"); +$ti-icon-devices-dollar: unicode("f8eb"); +$ti-icon-devices-down: unicode("f8ec"); +$ti-icon-devices-exclamation: unicode("f8ed"); +$ti-icon-devices-heart: unicode("f8ee"); +$ti-icon-devices-minus: unicode("f8ef"); +$ti-icon-devices-off: unicode("f3e4"); +$ti-icon-devices-pause: unicode("f8f0"); +$ti-icon-devices-pc: unicode("ee7a"); +$ti-icon-devices-pc-off: unicode("f113"); +$ti-icon-devices-pin: unicode("f8f1"); +$ti-icon-devices-plus: unicode("f8f2"); +$ti-icon-devices-question: unicode("f8f3"); +$ti-icon-devices-search: unicode("f8f4"); +$ti-icon-devices-share: unicode("f8f5"); +$ti-icon-devices-star: unicode("f8f6"); +$ti-icon-devices-up: unicode("f8f7"); +$ti-icon-devices-x: unicode("f8f8"); +$ti-icon-diabolo: unicode("fa9c"); +$ti-icon-diabolo-off: unicode("fa9a"); +$ti-icon-diabolo-plus: unicode("fa9b"); +$ti-icon-dialpad: unicode("f067"); +$ti-icon-dialpad-filled: unicode("fa3b"); +$ti-icon-dialpad-off: unicode("f114"); +$ti-icon-diamond: unicode("eb65"); +$ti-icon-diamond-filled: unicode("f73d"); +$ti-icon-diamond-off: unicode("f115"); +$ti-icon-diamonds: unicode("eff5"); +$ti-icon-diamonds-filled: unicode("f676"); +$ti-icon-dice: unicode("eb66"); +$ti-icon-dice-1: unicode("f08b"); +$ti-icon-dice-1-filled: unicode("f73e"); +$ti-icon-dice-2: unicode("f08c"); +$ti-icon-dice-2-filled: unicode("f73f"); +$ti-icon-dice-3: unicode("f08d"); +$ti-icon-dice-3-filled: unicode("f740"); +$ti-icon-dice-4: unicode("f08e"); +$ti-icon-dice-4-filled: unicode("f741"); +$ti-icon-dice-5: unicode("f08f"); +$ti-icon-dice-5-filled: unicode("f742"); +$ti-icon-dice-6: unicode("f090"); +$ti-icon-dice-6-filled: unicode("f743"); +$ti-icon-dice-filled: unicode("f744"); +$ti-icon-dimensions: unicode("ee7b"); +$ti-icon-direction: unicode("ebfb"); +$ti-icon-direction-arrows: unicode("fd36"); +$ti-icon-direction-horizontal: unicode("ebfa"); +$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-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-golf: unicode("f385"); +$ti-icon-disc-off: unicode("f118"); +$ti-icon-discount: unicode("ebbd"); +$ti-icon-discount-off: unicode("f3e7"); +$ti-icon-divide: unicode("ed5c"); +$ti-icon-dna: unicode("ee7d"); +$ti-icon-dna-2: unicode("ef5c"); +$ti-icon-dna-2-off: unicode("f119"); +$ti-icon-dna-off: unicode("f11a"); +$ti-icon-dog: unicode("f660"); +$ti-icon-dog-bowl: unicode("ef29"); +$ti-icon-door: unicode("ef4e"); +$ti-icon-door-enter: unicode("ef4c"); +$ti-icon-door-exit: unicode("ef4d"); +$ti-icon-door-off: unicode("f11b"); +$ti-icon-dots: unicode("ea95"); +$ti-icon-dots-circle-horizontal: unicode("ea91"); +$ti-icon-dots-diagonal: unicode("ea93"); +$ti-icon-dots-diagonal-2: unicode("ea92"); +$ti-icon-dots-vertical: unicode("ea94"); +$ti-icon-download: unicode("ea96"); +$ti-icon-download-off: unicode("f11c"); +$ti-icon-drag-drop: unicode("eb89"); +$ti-icon-drag-drop-2: unicode("eb88"); +$ti-icon-drone: unicode("ed79"); +$ti-icon-drone-off: unicode("ee7e"); +$ti-icon-drop-circle: unicode("efde"); +$ti-icon-droplet: unicode("ea97"); +$ti-icon-droplet-bolt: unicode("f8f9"); +$ti-icon-droplet-cancel: unicode("f8fa"); +$ti-icon-droplet-check: unicode("f8fb"); +$ti-icon-droplet-code: unicode("f8fc"); +$ti-icon-droplet-cog: unicode("f8fd"); +$ti-icon-droplet-dollar: unicode("f8fe"); +$ti-icon-droplet-down: unicode("f8ff"); +$ti-icon-droplet-exclamation: unicode("f900"); +$ti-icon-droplet-filled: unicode("ee80"); +$ti-icon-droplet-half: unicode("ee82"); +$ti-icon-droplet-half-2: unicode("ee81"); +$ti-icon-droplet-half-2-filled: unicode("fb6c"); +$ti-icon-droplet-half-filled: unicode("f6c5"); +$ti-icon-droplet-heart: unicode("f901"); +$ti-icon-droplet-minus: unicode("f902"); +$ti-icon-droplet-off: unicode("ee83"); +$ti-icon-droplet-pause: unicode("f903"); +$ti-icon-droplet-pin: unicode("f904"); +$ti-icon-droplet-plus: unicode("f905"); +$ti-icon-droplet-question: unicode("f906"); +$ti-icon-droplet-search: unicode("f907"); +$ti-icon-droplet-share: unicode("f908"); +$ti-icon-droplet-star: unicode("f909"); +$ti-icon-droplet-up: unicode("f90a"); +$ti-icon-droplet-x: unicode("f90b"); +$ti-icon-droplets: unicode("fc12"); +$ti-icon-dual-screen: unicode("fa59"); +$ti-icon-e-passport: unicode("f4df"); +$ti-icon-ear: unicode("ebce"); +$ti-icon-ear-off: unicode("ee84"); +$ti-icon-ear-scan: unicode("fd57"); +$ti-icon-ease-in: unicode("f573"); +$ti-icon-ease-in-control-point: unicode("f570"); +$ti-icon-ease-in-out: unicode("f572"); +$ti-icon-ease-in-out-control-points: unicode("f571"); +$ti-icon-ease-out: unicode("f575"); +$ti-icon-ease-out-control-point: unicode("f574"); +$ti-icon-edit: unicode("ea98"); +$ti-icon-edit-circle: unicode("ee85"); +$ti-icon-edit-circle-off: unicode("f11d"); +$ti-icon-edit-off: unicode("f11e"); +$ti-icon-egg: unicode("eb8a"); +$ti-icon-egg-cracked: unicode("f2d6"); +$ti-icon-egg-filled: unicode("f678"); +$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-off: unicode("f3e8"); +$ti-icon-emergency-bed: unicode("ef5d"); +$ti-icon-empathize: unicode("f29b"); +$ti-icon-empathize-off: unicode("f3e9"); +$ti-icon-emphasis: unicode("ebcf"); +$ti-icon-engine: unicode("ef7e"); +$ti-icon-engine-off: unicode("f120"); +$ti-icon-equal: unicode("ee87"); +$ti-icon-equal-double: unicode("f4e1"); +$ti-icon-equal-not: unicode("ee86"); +$ti-icon-eraser: unicode("eb8b"); +$ti-icon-eraser-off: unicode("f121"); +$ti-icon-error-404: unicode("f027"); +$ti-icon-error-404-off: unicode("f122"); +$ti-icon-escalator: unicode("fb06"); +$ti-icon-escalator-down: unicode("fb04"); +$ti-icon-escalator-up: unicode("fb05"); +$ti-icon-exchange: unicode("ebe7"); +$ti-icon-exchange-off: unicode("f123"); +$ti-icon-exclamation-circle: unicode("f634"); +$ti-icon-exclamation-mark: unicode("efb4"); +$ti-icon-exclamation-mark-off: unicode("f124"); +$ti-icon-explicit: unicode("f256"); +$ti-icon-explicit-off: unicode("f3ea"); +$ti-icon-exposure: unicode("eb8c"); +$ti-icon-exposure-0: unicode("f29c"); +$ti-icon-exposure-minus-1: unicode("f29d"); +$ti-icon-exposure-minus-2: unicode("f29e"); +$ti-icon-exposure-off: unicode("f3eb"); +$ti-icon-exposure-plus-1: unicode("f29f"); +$ti-icon-exposure-plus-2: unicode("f2a0"); +$ti-icon-external-link: unicode("ea99"); +$ti-icon-external-link-off: unicode("f125"); +$ti-icon-eye: unicode("ea9a"); +$ti-icon-eye-bolt: unicode("fb6d"); +$ti-icon-eye-cancel: unicode("fb6e"); +$ti-icon-eye-check: unicode("ee88"); +$ti-icon-eye-closed: unicode("f7ec"); +$ti-icon-eye-code: unicode("fb6f"); +$ti-icon-eye-cog: unicode("f7ed"); +$ti-icon-eye-discount: unicode("fb70"); +$ti-icon-eye-dollar: unicode("fb71"); +$ti-icon-eye-down: unicode("fb72"); +$ti-icon-eye-edit: unicode("f7ee"); +$ti-icon-eye-exclamation: unicode("f7ef"); +$ti-icon-eye-filled: unicode("f679"); +$ti-icon-eye-heart: unicode("f7f0"); +$ti-icon-eye-minus: unicode("fb73"); +$ti-icon-eye-off: unicode("ecf0"); +$ti-icon-eye-pause: unicode("fb74"); +$ti-icon-eye-pin: unicode("fb75"); +$ti-icon-eye-plus: unicode("fb76"); +$ti-icon-eye-question: unicode("fb77"); +$ti-icon-eye-search: unicode("fb78"); +$ti-icon-eye-share: unicode("fb79"); +$ti-icon-eye-star: unicode("fb7a"); +$ti-icon-eye-table: unicode("ef5e"); +$ti-icon-eye-up: unicode("fb7b"); +$ti-icon-eye-x: unicode("f7f1"); +$ti-icon-eyeglass: unicode("ee8a"); +$ti-icon-eyeglass-2: unicode("ee89"); +$ti-icon-eyeglass-off: unicode("f126"); +$ti-icon-face-id: unicode("ea9b"); +$ti-icon-face-id-error: unicode("efa7"); +$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-feather: unicode("ee8b"); +$ti-icon-feather-off: unicode("f128"); +$ti-icon-fence: unicode("ef2a"); +$ti-icon-fence-off: unicode("f129"); +$ti-icon-fidget-spinner: unicode("f068"); +$ti-icon-file: unicode("eaa4"); +$ti-icon-file-3d: unicode("f032"); +$ti-icon-file-alert: unicode("ede6"); +$ti-icon-file-analytics: unicode("ede7"); +$ti-icon-file-arrow-left: unicode("f033"); +$ti-icon-file-arrow-right: unicode("f034"); +$ti-icon-file-barcode: unicode("f035"); +$ti-icon-file-broken: unicode("f501"); +$ti-icon-file-certificate: unicode("ed4d"); +$ti-icon-file-chart: unicode("f036"); +$ti-icon-file-check: unicode("ea9c"); +$ti-icon-file-code: unicode("ebd0"); +$ti-icon-file-code-2: unicode("ede8"); +$ti-icon-file-cv: unicode("fa5a"); +$ti-icon-file-database: unicode("f037"); +$ti-icon-file-delta: unicode("f53d"); +$ti-icon-file-description: unicode("f028"); +$ti-icon-file-diff: unicode("ecf1"); +$ti-icon-file-digit: unicode("efa8"); +$ti-icon-file-dislike: unicode("ed2a"); +$ti-icon-file-dollar: unicode("efe0"); +$ti-icon-file-dots: unicode("f038"); +$ti-icon-file-download: unicode("ea9d"); +$ti-icon-file-euro: unicode("efe1"); +$ti-icon-file-export: unicode("ede9"); +$ti-icon-file-filled: unicode("f747"); +$ti-icon-file-function: unicode("f53e"); +$ti-icon-file-horizontal: unicode("ebb0"); +$ti-icon-file-import: unicode("edea"); +$ti-icon-file-infinity: unicode("f502"); +$ti-icon-file-info: unicode("edec"); +$ti-icon-file-invoice: unicode("eb67"); +$ti-icon-file-lambda: unicode("f53f"); +$ti-icon-file-like: unicode("ed2b"); +$ti-icon-file-minus: unicode("ea9e"); +$ti-icon-file-music: unicode("ea9f"); +$ti-icon-file-neutral: unicode("fd22"); +$ti-icon-file-off: unicode("ecf2"); +$ti-icon-file-orientation: unicode("f2a1"); +$ti-icon-file-pencil: unicode("f039"); +$ti-icon-file-percent: unicode("f540"); +$ti-icon-file-phone: unicode("ecdc"); +$ti-icon-file-plus: unicode("eaa0"); +$ti-icon-file-power: unicode("f03a"); +$ti-icon-file-report: unicode("eded"); +$ti-icon-file-rss: unicode("f03b"); +$ti-icon-file-sad: unicode("fd23"); +$ti-icon-file-scissors: unicode("f03c"); +$ti-icon-file-search: unicode("ed5d"); +$ti-icon-file-settings: unicode("f029"); +$ti-icon-file-shredder: unicode("eaa1"); +$ti-icon-file-signal: unicode("f03d"); +$ti-icon-file-smile: unicode("fd24"); +$ti-icon-file-spreadsheet: unicode("f03e"); +$ti-icon-file-stack: unicode("f503"); +$ti-icon-file-star: unicode("f03f"); +$ti-icon-file-symlink: unicode("ed53"); +$ti-icon-file-text: unicode("eaa2"); +$ti-icon-file-text-ai: unicode("fa27"); +$ti-icon-file-time: unicode("f040"); +$ti-icon-file-type-bmp: unicode("fb07"); +$ti-icon-file-type-css: unicode("fb08"); +$ti-icon-file-type-csv: unicode("fb09"); +$ti-icon-file-type-doc: unicode("fb0a"); +$ti-icon-file-type-docx: unicode("fb0b"); +$ti-icon-file-type-html: unicode("fb0c"); +$ti-icon-file-type-jpg: unicode("fb0d"); +$ti-icon-file-type-js: unicode("fb0e"); +$ti-icon-file-type-jsx: unicode("fb0f"); +$ti-icon-file-type-pdf: unicode("fb10"); +$ti-icon-file-type-php: unicode("fb11"); +$ti-icon-file-type-png: unicode("fb12"); +$ti-icon-file-type-ppt: unicode("fb13"); +$ti-icon-file-type-rs: unicode("fb14"); +$ti-icon-file-type-sql: unicode("fb15"); +$ti-icon-file-type-svg: unicode("fb16"); +$ti-icon-file-type-ts: unicode("fb17"); +$ti-icon-file-type-tsx: unicode("fb18"); +$ti-icon-file-type-txt: unicode("fb19"); +$ti-icon-file-type-vue: unicode("fb1a"); +$ti-icon-file-type-xls: unicode("fb1b"); +$ti-icon-file-type-xml: unicode("fb1c"); +$ti-icon-file-type-zip: unicode("fb1d"); +$ti-icon-file-typography: unicode("f041"); +$ti-icon-file-unknown: unicode("f042"); +$ti-icon-file-upload: unicode("ec91"); +$ti-icon-file-vector: unicode("f043"); +$ti-icon-file-x: unicode("eaa3"); +$ti-icon-file-x-filled: unicode("f748"); +$ti-icon-file-zip: unicode("ed4e"); +$ti-icon-files: unicode("edef"); +$ti-icon-files-off: unicode("edee"); +$ti-icon-filter: unicode("eaa5"); +$ti-icon-filter-bolt: unicode("fb7c"); +$ti-icon-filter-cancel: unicode("fb7d"); +$ti-icon-filter-check: unicode("fb7e"); +$ti-icon-filter-code: unicode("fb7f"); +$ti-icon-filter-cog: unicode("f9fe"); +$ti-icon-filter-discount: unicode("fb80"); +$ti-icon-filter-dollar: unicode("f9ff"); +$ti-icon-filter-down: unicode("fb81"); +$ti-icon-filter-edit: unicode("fa00"); +$ti-icon-filter-exclamation: unicode("fb82"); +$ti-icon-filter-filled: unicode("fc27"); +$ti-icon-filter-heart: unicode("fb83"); +$ti-icon-filter-minus: unicode("fa01"); +$ti-icon-filter-off: unicode("ed2c"); +$ti-icon-filter-pause: unicode("fb84"); +$ti-icon-filter-pin: unicode("fb85"); +$ti-icon-filter-plus: unicode("fa02"); +$ti-icon-filter-question: unicode("fb86"); +$ti-icon-filter-search: unicode("fb87"); +$ti-icon-filter-share: unicode("fb88"); +$ti-icon-filter-star: unicode("fa03"); +$ti-icon-filter-up: unicode("fb89"); +$ti-icon-filter-x: unicode("fa04"); +$ti-icon-filters: unicode("f793"); +$ti-icon-fingerprint: unicode("ebd1"); +$ti-icon-fingerprint-off: unicode("f12a"); +$ti-icon-fingerprint-scan: unicode("fcb5"); +$ti-icon-fire-extinguisher: unicode("faf6"); +$ti-icon-fire-hydrant: unicode("f3a9"); +$ti-icon-fire-hydrant-off: unicode("f3ec"); +$ti-icon-firetruck: unicode("ebe8"); +$ti-icon-first-aid-kit: unicode("ef5f"); +$ti-icon-first-aid-kit-off: unicode("f3ed"); +$ti-icon-fish: unicode("ef2b"); +$ti-icon-fish-bone: unicode("f287"); +$ti-icon-fish-christianity: unicode("f58b"); +$ti-icon-fish-hook: unicode("f1f9"); +$ti-icon-fish-hook-off: unicode("f3ee"); +$ti-icon-fish-off: unicode("f12b"); +$ti-icon-flag: unicode("eaa6"); +$ti-icon-flag-2: unicode("ee8c"); +$ti-icon-flag-2-filled: unicode("f707"); +$ti-icon-flag-2-off: unicode("f12c"); +$ti-icon-flag-3: unicode("ee8d"); +$ti-icon-flag-3-filled: unicode("f708"); +$ti-icon-flag-bolt: unicode("fb8a"); +$ti-icon-flag-cancel: unicode("fb8b"); +$ti-icon-flag-check: unicode("fb8c"); +$ti-icon-flag-code: unicode("fb8d"); +$ti-icon-flag-cog: unicode("fb8e"); +$ti-icon-flag-discount: unicode("fb8f"); +$ti-icon-flag-dollar: unicode("fb90"); +$ti-icon-flag-down: unicode("fb91"); +$ti-icon-flag-exclamation: unicode("fb92"); +$ti-icon-flag-filled: unicode("f67a"); +$ti-icon-flag-heart: unicode("fb93"); +$ti-icon-flag-minus: unicode("fb94"); +$ti-icon-flag-off: unicode("f12d"); +$ti-icon-flag-pause: unicode("fb95"); +$ti-icon-flag-pin: unicode("fb96"); +$ti-icon-flag-plus: unicode("fb97"); +$ti-icon-flag-question: unicode("fb98"); +$ti-icon-flag-search: unicode("fb99"); +$ti-icon-flag-share: unicode("fb9a"); +$ti-icon-flag-star: unicode("fb9b"); +$ti-icon-flag-up: unicode("fb9c"); +$ti-icon-flag-x: unicode("fb9d"); +$ti-icon-flame: unicode("ec2c"); +$ti-icon-flame-off: unicode("f12e"); +$ti-icon-flare: unicode("ee8e"); +$ti-icon-flask: unicode("ebd2"); +$ti-icon-flask-2: unicode("ef60"); +$ti-icon-flask-2-filled: unicode("fd12"); +$ti-icon-flask-2-off: unicode("f12f"); +$ti-icon-flask-filled: unicode("fd13"); +$ti-icon-flask-off: unicode("f130"); +$ti-icon-flip-flops: unicode("f564"); +$ti-icon-flip-horizontal: unicode("eaa7"); +$ti-icon-flip-vertical: unicode("eaa8"); +$ti-icon-float-center: unicode("ebb1"); +$ti-icon-float-left: unicode("ebb2"); +$ti-icon-float-none: unicode("ed13"); +$ti-icon-float-right: unicode("ebb3"); +$ti-icon-flower: unicode("eff6"); +$ti-icon-flower-off: unicode("f131"); +$ti-icon-focus: unicode("eb8d"); +$ti-icon-focus-2: unicode("ebd3"); +$ti-icon-focus-auto: unicode("fa62"); +$ti-icon-focus-centered: unicode("f02a"); +$ti-icon-fold: unicode("ed56"); +$ti-icon-fold-down: unicode("ed54"); +$ti-icon-fold-up: unicode("ed55"); +$ti-icon-folder: unicode("eaad"); +$ti-icon-folder-bolt: unicode("f90c"); +$ti-icon-folder-cancel: unicode("f90d"); +$ti-icon-folder-check: unicode("f90e"); +$ti-icon-folder-code: unicode("f90f"); +$ti-icon-folder-cog: unicode("f910"); +$ti-icon-folder-dollar: unicode("f911"); +$ti-icon-folder-down: unicode("f912"); +$ti-icon-folder-exclamation: unicode("f913"); +$ti-icon-folder-filled: unicode("f749"); +$ti-icon-folder-heart: unicode("f914"); +$ti-icon-folder-minus: unicode("eaaa"); +$ti-icon-folder-off: unicode("ed14"); +$ti-icon-folder-open: unicode("faf7"); +$ti-icon-folder-pause: unicode("f915"); +$ti-icon-folder-pin: unicode("f916"); +$ti-icon-folder-plus: unicode("eaab"); +$ti-icon-folder-question: unicode("f917"); +$ti-icon-folder-root: unicode("fd43"); +$ti-icon-folder-search: unicode("f918"); +$ti-icon-folder-share: unicode("f919"); +$ti-icon-folder-star: unicode("f91a"); +$ti-icon-folder-symlink: unicode("f91b"); +$ti-icon-folder-up: unicode("f91c"); +$ti-icon-folder-x: unicode("eaac"); +$ti-icon-folders: unicode("eaae"); +$ti-icon-folders-off: unicode("f133"); +$ti-icon-forbid: unicode("ebd5"); +$ti-icon-forbid-2: unicode("ebd4"); +$ti-icon-forbid-2-filled: unicode("fc28"); +$ti-icon-forbid-filled: unicode("fc29"); +$ti-icon-forklift: unicode("ebe9"); +$ti-icon-forms: unicode("ee8f"); +$ti-icon-fountain: unicode("f09b"); +$ti-icon-fountain-filled: unicode("fc2a"); +$ti-icon-fountain-off: unicode("f134"); +$ti-icon-frame: unicode("eaaf"); +$ti-icon-frame-off: unicode("f135"); +$ti-icon-free-rights: unicode("efb6"); +$ti-icon-freeze-column: unicode("fa63"); +$ti-icon-freeze-row: unicode("fa65"); +$ti-icon-freeze-row-column: unicode("fa64"); +$ti-icon-fridge: unicode("f1fa"); +$ti-icon-fridge-off: unicode("f3ef"); +$ti-icon-friends: unicode("eab0"); +$ti-icon-friends-off: unicode("f136"); +$ti-icon-frustum: unicode("fa9f"); +$ti-icon-frustum-off: unicode("fa9d"); +$ti-icon-frustum-plus: unicode("fa9e"); +$ti-icon-function: unicode("f225"); +$ti-icon-function-filled: unicode("fc2b"); +$ti-icon-function-off: unicode("f3f0"); +$ti-icon-galaxy: unicode("fcb6"); +$ti-icon-garden-cart: unicode("f23e"); +$ti-icon-garden-cart-off: unicode("f3f1"); +$ti-icon-gas-station: unicode("ec7d"); +$ti-icon-gas-station-off: unicode("f137"); +$ti-icon-gauge: unicode("eab1"); +$ti-icon-gauge-filled: unicode("fc2c"); +$ti-icon-gauge-off: unicode("f138"); +$ti-icon-gavel: unicode("ef90"); +$ti-icon-gender-agender: unicode("f0e1"); +$ti-icon-gender-androgyne: unicode("f0e2"); +$ti-icon-gender-bigender: unicode("f0e3"); +$ti-icon-gender-demiboy: unicode("f0e4"); +$ti-icon-gender-demigirl: unicode("f0e5"); +$ti-icon-gender-epicene: unicode("f0e6"); +$ti-icon-gender-female: unicode("f0e7"); +$ti-icon-gender-femme: unicode("f0e8"); +$ti-icon-gender-genderfluid: unicode("f0e9"); +$ti-icon-gender-genderless: unicode("f0ea"); +$ti-icon-gender-genderqueer: unicode("f0eb"); +$ti-icon-gender-hermaphrodite: unicode("f0ec"); +$ti-icon-gender-intergender: unicode("f0ed"); +$ti-icon-gender-male: unicode("f0ee"); +$ti-icon-gender-neutrois: unicode("f0ef"); +$ti-icon-gender-third: unicode("f0f0"); +$ti-icon-gender-transgender: unicode("f0f1"); +$ti-icon-gender-trasvesti: unicode("f0f2"); +$ti-icon-geometry: unicode("ee90"); +$ti-icon-ghost: unicode("eb8e"); +$ti-icon-ghost-2: unicode("f57c"); +$ti-icon-ghost-2-filled: unicode("f74a"); +$ti-icon-ghost-3: unicode("fc13"); +$ti-icon-ghost-filled: unicode("f74b"); +$ti-icon-ghost-off: unicode("f3f2"); +$ti-icon-gif: unicode("f257"); +$ti-icon-gift: unicode("eb68"); +$ti-icon-gift-card: unicode("f3aa"); +$ti-icon-gift-card-filled: unicode("fc2d"); +$ti-icon-gift-filled: unicode("fd14"); +$ti-icon-gift-off: unicode("f3f3"); +$ti-icon-git-branch: unicode("eab2"); +$ti-icon-git-branch-deleted: unicode("f57d"); +$ti-icon-git-cherry-pick: unicode("f57e"); +$ti-icon-git-commit: unicode("eab3"); +$ti-icon-git-compare: unicode("eab4"); +$ti-icon-git-fork: unicode("eb8f"); +$ti-icon-git-merge: unicode("eab5"); +$ti-icon-git-pull-request: unicode("eab6"); +$ti-icon-git-pull-request-closed: unicode("ef7f"); +$ti-icon-git-pull-request-draft: unicode("efb7"); +$ti-icon-gizmo: unicode("f02b"); +$ti-icon-glass: unicode("eab8"); +$ti-icon-glass-champagne: unicode("fd9c"); +$ti-icon-glass-cocktail: unicode("fd9d"); +$ti-icon-glass-full: unicode("eab7"); +$ti-icon-glass-full-filled: unicode("fc2e"); +$ti-icon-glass-gin: unicode("fd9e"); +$ti-icon-glass-off: unicode("ee91"); +$ti-icon-globe: unicode("eab9"); +$ti-icon-globe-filled: unicode("fc2f"); +$ti-icon-globe-off: unicode("f139"); +$ti-icon-go-game: unicode("f512"); +$ti-icon-golf: unicode("ed8c"); +$ti-icon-golf-off: unicode("f13a"); +$ti-icon-gps: unicode("ed7a"); +$ti-icon-gps-filled: unicode("fe48"); +$ti-icon-gradienter: unicode("f3ab"); +$ti-icon-grain: unicode("ee92"); +$ti-icon-graph: unicode("f288"); +$ti-icon-graph-filled: unicode("fd15"); +$ti-icon-graph-off: unicode("f3f4"); +$ti-icon-grave: unicode("f580"); +$ti-icon-grave-2: unicode("f57f"); +$ti-icon-grid-3x3: unicode("fca4"); +$ti-icon-grid-4x4: unicode("fca5"); +$ti-icon-grid-dots: unicode("eaba"); +$ti-icon-grid-goldenratio: unicode("fca6"); +$ti-icon-grid-pattern: unicode("efc9"); +$ti-icon-grid-scan: unicode("fca7"); +$ti-icon-grill: unicode("efa9"); +$ti-icon-grill-fork: unicode("f35b"); +$ti-icon-grill-off: unicode("f3f5"); +$ti-icon-grill-spatula: unicode("f35c"); +$ti-icon-grip-horizontal: unicode("ec00"); +$ti-icon-grip-vertical: unicode("ec01"); +$ti-icon-growth: unicode("ee93"); +$ti-icon-guitar-pick: unicode("f4c6"); +$ti-icon-guitar-pick-filled: unicode("f67b"); +$ti-icon-gymnastics: unicode("fd44"); +$ti-icon-h-1: unicode("ec94"); +$ti-icon-h-2: unicode("ec95"); +$ti-icon-h-3: unicode("ec96"); +$ti-icon-h-4: unicode("ec97"); +$ti-icon-h-5: unicode("ec98"); +$ti-icon-h-6: unicode("ec99"); +$ti-icon-hammer: unicode("ef91"); +$ti-icon-hammer-off: unicode("f13c"); +$ti-icon-hand-click: unicode("ef4f"); +$ti-icon-hand-finger: unicode("ee94"); +$ti-icon-hand-finger-off: unicode("f13d"); +$ti-icon-hand-grab: unicode("f091"); +$ti-icon-hand-little-finger: unicode("ee95"); +$ti-icon-hand-love-you: unicode("ee97"); +$ti-icon-hand-middle-finger: unicode("ec2d"); +$ti-icon-hand-move: unicode("ef50"); +$ti-icon-hand-off: unicode("ed15"); +$ti-icon-hand-ring-finger: unicode("ee96"); +$ti-icon-hand-sanitizer: unicode("f5f4"); +$ti-icon-hand-stop: unicode("ec2e"); +$ti-icon-hand-three-fingers: unicode("ee98"); +$ti-icon-hand-two-fingers: unicode("ee99"); +$ti-icon-hanger: unicode("ee9a"); +$ti-icon-hanger-2: unicode("f09c"); +$ti-icon-hanger-off: unicode("f13e"); +$ti-icon-hash: unicode("eabc"); +$ti-icon-haze: unicode("efaa"); +$ti-icon-haze-moon: unicode("faf8"); +$ti-icon-hdr: unicode("fa7b"); +$ti-icon-heading: unicode("ee9b"); +$ti-icon-heading-off: unicode("f13f"); +$ti-icon-headphones: unicode("eabd"); +$ti-icon-headphones-filled: unicode("fa3c"); +$ti-icon-headphones-off: unicode("ed1d"); +$ti-icon-headset: unicode("eb90"); +$ti-icon-headset-off: unicode("f3f6"); +$ti-icon-health-recognition: unicode("f1fb"); +$ti-icon-heart: unicode("eabe"); +$ti-icon-heart-bolt: unicode("fb9e"); +$ti-icon-heart-broken: unicode("ecba"); +$ti-icon-heart-cancel: unicode("fb9f"); +$ti-icon-heart-check: unicode("fba0"); +$ti-icon-heart-code: unicode("fba1"); +$ti-icon-heart-cog: unicode("fba2"); +$ti-icon-heart-discount: unicode("fba3"); +$ti-icon-heart-dollar: unicode("fba4"); +$ti-icon-heart-down: unicode("fba5"); +$ti-icon-heart-exclamation: unicode("fba6"); +$ti-icon-heart-filled: unicode("f67c"); +$ti-icon-heart-handshake: unicode("f0f3"); +$ti-icon-heart-minus: unicode("f140"); +$ti-icon-heart-off: unicode("f141"); +$ti-icon-heart-pause: unicode("fba7"); +$ti-icon-heart-pin: unicode("fba8"); +$ti-icon-heart-plus: unicode("f142"); +$ti-icon-heart-question: unicode("fba9"); +$ti-icon-heart-rate-monitor: unicode("ef61"); +$ti-icon-heart-search: unicode("fbaa"); +$ti-icon-heart-share: unicode("fbab"); +$ti-icon-heart-star: unicode("fbac"); +$ti-icon-heart-up: unicode("fbad"); +$ti-icon-heart-x: unicode("fbae"); +$ti-icon-heartbeat: unicode("ef92"); +$ti-icon-hearts: unicode("f387"); +$ti-icon-hearts-off: unicode("f3f7"); +$ti-icon-helicopter: unicode("ed8e"); +$ti-icon-helicopter-landing: unicode("ed8d"); +$ti-icon-helmet: unicode("efca"); +$ti-icon-helmet-off: unicode("f143"); +$ti-icon-help: unicode("eabf"); +$ti-icon-help-circle: unicode("f91d"); +$ti-icon-help-circle-filled: unicode("fa3d"); +$ti-icon-help-hexagon: unicode("f7a8"); +$ti-icon-help-hexagon-filled: unicode("fa3e"); +$ti-icon-help-octagon: unicode("f7a9"); +$ti-icon-help-octagon-filled: unicode("fa3f"); +$ti-icon-help-off: unicode("f3f8"); +$ti-icon-help-small: unicode("f91e"); +$ti-icon-help-square: unicode("f920"); +$ti-icon-help-square-filled: unicode("fa40"); +$ti-icon-help-square-rounded: unicode("f91f"); +$ti-icon-help-square-rounded-filled: unicode("fa41"); +$ti-icon-help-triangle: unicode("f921"); +$ti-icon-help-triangle-filled: unicode("fa42"); +$ti-icon-hemisphere: unicode("faa2"); +$ti-icon-hemisphere-off: unicode("faa0"); +$ti-icon-hemisphere-plus: unicode("faa1"); +$ti-icon-hexagon: unicode("ec02"); +$ti-icon-hexagon-3d: unicode("f4c7"); +$ti-icon-hexagon-filled: unicode("f67d"); +$ti-icon-hexagon-letter-a: unicode("f463"); +$ti-icon-hexagon-letter-a-filled: unicode("fe47"); +$ti-icon-hexagon-letter-b: unicode("f464"); +$ti-icon-hexagon-letter-b-filled: unicode("fe46"); +$ti-icon-hexagon-letter-c: unicode("f465"); +$ti-icon-hexagon-letter-c-filled: unicode("fe45"); +$ti-icon-hexagon-letter-d: unicode("f466"); +$ti-icon-hexagon-letter-d-filled: unicode("fe44"); +$ti-icon-hexagon-letter-e: unicode("f467"); +$ti-icon-hexagon-letter-e-filled: unicode("fe43"); +$ti-icon-hexagon-letter-f: unicode("f468"); +$ti-icon-hexagon-letter-f-filled: unicode("fe42"); +$ti-icon-hexagon-letter-g: unicode("f469"); +$ti-icon-hexagon-letter-g-filled: unicode("fe41"); +$ti-icon-hexagon-letter-h: unicode("f46a"); +$ti-icon-hexagon-letter-h-filled: unicode("fe40"); +$ti-icon-hexagon-letter-i: unicode("f46b"); +$ti-icon-hexagon-letter-i-filled: unicode("fe3f"); +$ti-icon-hexagon-letter-j: unicode("f46c"); +$ti-icon-hexagon-letter-j-filled: unicode("fe3e"); +$ti-icon-hexagon-letter-k: unicode("f46d"); +$ti-icon-hexagon-letter-k-filled: unicode("fe3d"); +$ti-icon-hexagon-letter-l: unicode("f46e"); +$ti-icon-hexagon-letter-l-filled: unicode("fe3c"); +$ti-icon-hexagon-letter-m: unicode("f46f"); +$ti-icon-hexagon-letter-m-filled: unicode("fe3b"); +$ti-icon-hexagon-letter-n: unicode("f470"); +$ti-icon-hexagon-letter-n-filled: unicode("fe3a"); +$ti-icon-hexagon-letter-o: unicode("f471"); +$ti-icon-hexagon-letter-o-filled: unicode("fe39"); +$ti-icon-hexagon-letter-p: unicode("f472"); +$ti-icon-hexagon-letter-p-filled: unicode("fe38"); +$ti-icon-hexagon-letter-q: unicode("f473"); +$ti-icon-hexagon-letter-q-filled: unicode("fe37"); +$ti-icon-hexagon-letter-r: unicode("f474"); +$ti-icon-hexagon-letter-r-filled: unicode("fe36"); +$ti-icon-hexagon-letter-s: unicode("f475"); +$ti-icon-hexagon-letter-s-filled: unicode("fe35"); +$ti-icon-hexagon-letter-t: unicode("f476"); +$ti-icon-hexagon-letter-t-filled: unicode("fe34"); +$ti-icon-hexagon-letter-u: unicode("f477"); +$ti-icon-hexagon-letter-u-filled: unicode("fe33"); +$ti-icon-hexagon-letter-v: unicode("f4b3"); +$ti-icon-hexagon-letter-v-filled: unicode("fe32"); +$ti-icon-hexagon-letter-w: unicode("f478"); +$ti-icon-hexagon-letter-w-filled: unicode("fe31"); +$ti-icon-hexagon-letter-x: unicode("f479"); +$ti-icon-hexagon-letter-x-filled: unicode("fe30"); +$ti-icon-hexagon-letter-y: unicode("f47a"); +$ti-icon-hexagon-letter-y-filled: unicode("fe2f"); +$ti-icon-hexagon-letter-z: unicode("f47b"); +$ti-icon-hexagon-letter-z-filled: unicode("fe2e"); +$ti-icon-hexagon-minus: unicode("fc8f"); +$ti-icon-hexagon-minus-2: unicode("fc8e"); +$ti-icon-hexagon-minus-filled: unicode("fe2d"); +$ti-icon-hexagon-number-0: unicode("f459"); +$ti-icon-hexagon-number-0-filled: unicode("f74c"); +$ti-icon-hexagon-number-1: unicode("f45a"); +$ti-icon-hexagon-number-1-filled: unicode("f74d"); +$ti-icon-hexagon-number-2: unicode("f45b"); +$ti-icon-hexagon-number-2-filled: unicode("f74e"); +$ti-icon-hexagon-number-3: unicode("f45c"); +$ti-icon-hexagon-number-3-filled: unicode("f74f"); +$ti-icon-hexagon-number-4: unicode("f45d"); +$ti-icon-hexagon-number-4-filled: unicode("f750"); +$ti-icon-hexagon-number-5: unicode("f45e"); +$ti-icon-hexagon-number-5-filled: unicode("f751"); +$ti-icon-hexagon-number-6: unicode("f45f"); +$ti-icon-hexagon-number-6-filled: unicode("f752"); +$ti-icon-hexagon-number-7: unicode("f460"); +$ti-icon-hexagon-number-7-filled: unicode("f753"); +$ti-icon-hexagon-number-8: unicode("f461"); +$ti-icon-hexagon-number-8-filled: unicode("f754"); +$ti-icon-hexagon-number-9: unicode("f462"); +$ti-icon-hexagon-number-9-filled: unicode("f755"); +$ti-icon-hexagon-off: unicode("ee9c"); +$ti-icon-hexagon-plus: unicode("fc45"); +$ti-icon-hexagon-plus-2: unicode("fc90"); +$ti-icon-hexagon-plus-filled: unicode("fe2c"); +$ti-icon-hexagonal-prism: unicode("faa5"); +$ti-icon-hexagonal-prism-off: unicode("faa3"); +$ti-icon-hexagonal-prism-plus: unicode("faa4"); +$ti-icon-hexagonal-pyramid: unicode("faa8"); +$ti-icon-hexagonal-pyramid-off: unicode("faa6"); +$ti-icon-hexagonal-pyramid-plus: unicode("faa7"); +$ti-icon-hexagons: unicode("f09d"); +$ti-icon-hexagons-off: unicode("f3f9"); +$ti-icon-hierarchy: unicode("ee9e"); +$ti-icon-hierarchy-2: unicode("ee9d"); +$ti-icon-hierarchy-3: unicode("f289"); +$ti-icon-hierarchy-off: unicode("f3fa"); +$ti-icon-highlight: unicode("ef3f"); +$ti-icon-highlight-off: unicode("f144"); +$ti-icon-history: unicode("ebea"); +$ti-icon-history-off: unicode("f3fb"); +$ti-icon-history-toggle: unicode("f1fc"); +$ti-icon-home: unicode("eac1"); +$ti-icon-home-2: unicode("eac0"); +$ti-icon-home-bolt: unicode("f336"); +$ti-icon-home-cancel: unicode("f350"); +$ti-icon-home-check: unicode("f337"); +$ti-icon-home-cog: unicode("f338"); +$ti-icon-home-dollar: unicode("f339"); +$ti-icon-home-dot: unicode("f33a"); +$ti-icon-home-down: unicode("f33b"); +$ti-icon-home-eco: unicode("f351"); +$ti-icon-home-edit: unicode("f352"); +$ti-icon-home-exclamation: unicode("f33c"); +$ti-icon-home-filled: unicode("fe2b"); +$ti-icon-home-hand: unicode("f504"); +$ti-icon-home-heart: unicode("f353"); +$ti-icon-home-infinity: unicode("f505"); +$ti-icon-home-link: unicode("f354"); +$ti-icon-home-minus: unicode("f33d"); +$ti-icon-home-move: unicode("f33e"); +$ti-icon-home-off: unicode("f145"); +$ti-icon-home-plus: unicode("f33f"); +$ti-icon-home-question: unicode("f340"); +$ti-icon-home-ribbon: unicode("f355"); +$ti-icon-home-search: unicode("f341"); +$ti-icon-home-share: unicode("f342"); +$ti-icon-home-shield: unicode("f343"); +$ti-icon-home-signal: unicode("f356"); +$ti-icon-home-star: unicode("f344"); +$ti-icon-home-stats: unicode("f345"); +$ti-icon-home-up: unicode("f346"); +$ti-icon-home-x: unicode("f347"); +$ti-icon-horse: unicode("fc46"); +$ti-icon-horse-toy: unicode("f28a"); +$ti-icon-horseshoe: unicode("fcb7"); +$ti-icon-hospital: unicode("fd59"); +$ti-icon-hospital-circle: unicode("fd58"); +$ti-icon-hotel-service: unicode("ef80"); +$ti-icon-hourglass: unicode("ef93"); +$ti-icon-hourglass-empty: unicode("f146"); +$ti-icon-hourglass-filled: unicode("f756"); +$ti-icon-hourglass-high: unicode("f092"); +$ti-icon-hourglass-low: unicode("f093"); +$ti-icon-hourglass-off: unicode("f147"); +$ti-icon-hours-12: unicode("fc53"); +$ti-icon-hours-24: unicode("f5e7"); +$ti-icon-html: unicode("f7b1"); +$ti-icon-http-connect: unicode("fa28"); +$ti-icon-http-delete: unicode("fa29"); +$ti-icon-http-get: unicode("fa2a"); +$ti-icon-http-head: unicode("fa2b"); +$ti-icon-http-options: unicode("fa2c"); +$ti-icon-http-patch: unicode("fa2d"); +$ti-icon-http-post: unicode("fa2e"); +$ti-icon-http-put: unicode("fa2f"); +$ti-icon-http-que: unicode("fa5b"); +$ti-icon-http-trace: unicode("fa30"); +$ti-icon-ice-cream: unicode("eac2"); +$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-off: unicode("f3fc"); +$ti-icon-id: unicode("eac3"); +$ti-icon-id-badge: unicode("eff7"); +$ti-icon-id-badge-2: unicode("f076"); +$ti-icon-id-badge-off: unicode("f3fd"); +$ti-icon-id-off: unicode("f149"); +$ti-icon-image-in-picture: unicode("fd9f"); +$ti-icon-inbox: unicode("eac4"); +$ti-icon-inbox-off: unicode("f14a"); +$ti-icon-indent-decrease: unicode("eb91"); +$ti-icon-indent-increase: unicode("eb92"); +$ti-icon-infinity: unicode("eb69"); +$ti-icon-infinity-off: unicode("f3fe"); +$ti-icon-info-circle: unicode("eac5"); +$ti-icon-info-circle-filled: unicode("f6d8"); +$ti-icon-info-hexagon: unicode("f7aa"); +$ti-icon-info-hexagon-filled: unicode("fa43"); +$ti-icon-info-octagon: unicode("f7ab"); +$ti-icon-info-octagon-filled: unicode("fa44"); +$ti-icon-info-small: unicode("f922"); +$ti-icon-info-square: unicode("eac6"); +$ti-icon-info-square-filled: unicode("fa45"); +$ti-icon-info-square-rounded: unicode("f635"); +$ti-icon-info-square-rounded-filled: unicode("f6d9"); +$ti-icon-info-triangle: unicode("f923"); +$ti-icon-info-triangle-filled: unicode("fa46"); +$ti-icon-inner-shadow-bottom: unicode("f520"); +$ti-icon-inner-shadow-bottom-filled: unicode("f757"); +$ti-icon-inner-shadow-bottom-left: unicode("f51e"); +$ti-icon-inner-shadow-bottom-left-filled: unicode("f758"); +$ti-icon-inner-shadow-bottom-right: unicode("f51f"); +$ti-icon-inner-shadow-bottom-right-filled: unicode("f759"); +$ti-icon-inner-shadow-left: unicode("f521"); +$ti-icon-inner-shadow-left-filled: unicode("f75a"); +$ti-icon-inner-shadow-right: unicode("f522"); +$ti-icon-inner-shadow-right-filled: unicode("f75b"); +$ti-icon-inner-shadow-top: unicode("f525"); +$ti-icon-inner-shadow-top-filled: unicode("f75c"); +$ti-icon-inner-shadow-top-left: unicode("f523"); +$ti-icon-inner-shadow-top-left-filled: unicode("f75d"); +$ti-icon-inner-shadow-top-right: unicode("f524"); +$ti-icon-inner-shadow-top-right-filled: unicode("f75e"); +$ti-icon-input-ai: unicode("fc5a"); +$ti-icon-input-check: unicode("fc5b"); +$ti-icon-input-search: unicode("f2a2"); +$ti-icon-input-x: unicode("fc5c"); +$ti-icon-ironing: unicode("fa7c"); +$ti-icon-ironing-1: unicode("f2f4"); +$ti-icon-ironing-2: unicode("f2f5"); +$ti-icon-ironing-3: unicode("f2f6"); +$ti-icon-ironing-filled: unicode("fe2a"); +$ti-icon-ironing-off: unicode("f2f7"); +$ti-icon-ironing-steam: unicode("f2f9"); +$ti-icon-ironing-steam-off: unicode("f2f8"); +$ti-icon-irregular-polyhedron: unicode("faab"); +$ti-icon-irregular-polyhedron-off: unicode("faa9"); +$ti-icon-irregular-polyhedron-plus: unicode("faaa"); +$ti-icon-italic: unicode("eb93"); +$ti-icon-jacket: unicode("f661"); +$ti-icon-jetpack: unicode("f581"); +$ti-icon-jetpack-filled: unicode("fe29"); +$ti-icon-jewish-star: unicode("f3ff"); +$ti-icon-jewish-star-filled: unicode("f67e"); +$ti-icon-jpg: unicode("f3ac"); +$ti-icon-json: unicode("f7b2"); +$ti-icon-jump-rope: unicode("ed8f"); +$ti-icon-karate: unicode("ed32"); +$ti-icon-kayak: unicode("f1d6"); +$ti-icon-kerning: unicode("efb8"); +$ti-icon-key: unicode("eac7"); +$ti-icon-key-filled: unicode("fe28"); +$ti-icon-key-off: unicode("f14b"); +$ti-icon-keyboard: unicode("ebd6"); +$ti-icon-keyboard-hide: unicode("ec7e"); +$ti-icon-keyboard-off: unicode("eea0"); +$ti-icon-keyboard-show: unicode("ec7f"); +$ti-icon-keyframe: unicode("f576"); +$ti-icon-keyframe-align-center: unicode("f582"); +$ti-icon-keyframe-align-center-filled: unicode("fc30"); +$ti-icon-keyframe-align-horizontal: unicode("f583"); +$ti-icon-keyframe-align-horizontal-filled: unicode("fc31"); +$ti-icon-keyframe-align-vertical: unicode("f584"); +$ti-icon-keyframe-align-vertical-filled: unicode("fc32"); +$ti-icon-keyframe-filled: unicode("fc33"); +$ti-icon-keyframes: unicode("f585"); +$ti-icon-keyframes-filled: unicode("fc34"); +$ti-icon-ladder: unicode("efe2"); +$ti-icon-ladder-off: unicode("f14c"); +$ti-icon-ladle: unicode("fc14"); +$ti-icon-lambda: unicode("f541"); +$ti-icon-lamp: unicode("efab"); +$ti-icon-lamp-2: unicode("f09e"); +$ti-icon-lamp-off: unicode("f14d"); +$ti-icon-lane: unicode("faf9"); +$ti-icon-language: unicode("ebbe"); +$ti-icon-language-hiragana: unicode("ef77"); +$ti-icon-language-katakana: unicode("ef78"); +$ti-icon-language-off: unicode("f14e"); +$ti-icon-lasso: unicode("efac"); +$ti-icon-lasso-off: unicode("f14f"); +$ti-icon-lasso-polygon: unicode("f388"); +$ti-icon-layers-difference: unicode("eac8"); +$ti-icon-layers-intersect: unicode("eac9"); +$ti-icon-layers-intersect-2: unicode("eff8"); +$ti-icon-layers-linked: unicode("eea1"); +$ti-icon-layers-off: unicode("f150"); +$ti-icon-layers-subtract: unicode("eaca"); +$ti-icon-layers-union: unicode("eacb"); +$ti-icon-layout: unicode("eadb"); +$ti-icon-layout-2: unicode("eacc"); +$ti-icon-layout-2-filled: unicode("fe27"); +$ti-icon-layout-align-bottom: unicode("eacd"); +$ti-icon-layout-align-bottom-filled: unicode("fe26"); +$ti-icon-layout-align-center: unicode("eace"); +$ti-icon-layout-align-center-filled: unicode("fe25"); +$ti-icon-layout-align-left: unicode("eacf"); +$ti-icon-layout-align-left-filled: unicode("fe24"); +$ti-icon-layout-align-middle: unicode("ead0"); +$ti-icon-layout-align-middle-filled: unicode("fe23"); +$ti-icon-layout-align-right: unicode("ead1"); +$ti-icon-layout-align-right-filled: unicode("fe22"); +$ti-icon-layout-align-top: unicode("ead2"); +$ti-icon-layout-align-top-filled: unicode("fe21"); +$ti-icon-layout-board: unicode("ef95"); +$ti-icon-layout-board-split: unicode("ef94"); +$ti-icon-layout-bottombar: unicode("ead3"); +$ti-icon-layout-bottombar-collapse: unicode("f28b"); +$ti-icon-layout-bottombar-collapse-filled: unicode("fc35"); +$ti-icon-layout-bottombar-expand: unicode("f28c"); +$ti-icon-layout-bottombar-expand-filled: unicode("fc36"); +$ti-icon-layout-bottombar-filled: unicode("fc37"); +$ti-icon-layout-bottombar-inactive: unicode("fd45"); +$ti-icon-layout-cards: unicode("ec13"); +$ti-icon-layout-cards-filled: unicode("fe20"); +$ti-icon-layout-collage: unicode("f389"); +$ti-icon-layout-columns: unicode("ead4"); +$ti-icon-layout-dashboard: unicode("f02c"); +$ti-icon-layout-dashboard-filled: unicode("fe1f"); +$ti-icon-layout-distribute-horizontal: unicode("ead5"); +$ti-icon-layout-distribute-horizontal-filled: unicode("fe1e"); +$ti-icon-layout-distribute-vertical: unicode("ead6"); +$ti-icon-layout-distribute-vertical-filled: unicode("fe1d"); +$ti-icon-layout-filled: unicode("fe17"); +$ti-icon-layout-grid: unicode("edba"); +$ti-icon-layout-grid-add: unicode("edb9"); +$ti-icon-layout-grid-filled: unicode("fe1c"); +$ti-icon-layout-grid-remove: unicode("fa7d"); +$ti-icon-layout-kanban: unicode("ec3f"); +$ti-icon-layout-kanban-filled: unicode("fe1b"); +$ti-icon-layout-list: unicode("ec14"); +$ti-icon-layout-list-filled: unicode("fe1a"); +$ti-icon-layout-navbar: unicode("ead7"); +$ti-icon-layout-navbar-collapse: unicode("f28d"); +$ti-icon-layout-navbar-collapse-filled: unicode("fc38"); +$ti-icon-layout-navbar-expand: unicode("f28e"); +$ti-icon-layout-navbar-expand-filled: unicode("fc39"); +$ti-icon-layout-navbar-filled: unicode("fc3a"); +$ti-icon-layout-navbar-inactive: unicode("fd46"); +$ti-icon-layout-off: unicode("f151"); +$ti-icon-layout-rows: unicode("ead8"); +$ti-icon-layout-sidebar: unicode("eada"); +$ti-icon-layout-sidebar-filled: unicode("fe18"); +$ti-icon-layout-sidebar-inactive: unicode("fd47"); +$ti-icon-layout-sidebar-left-collapse: unicode("f004"); +$ti-icon-layout-sidebar-left-collapse-filled: unicode("fc3b"); +$ti-icon-layout-sidebar-left-expand: unicode("f005"); +$ti-icon-layout-sidebar-left-expand-filled: unicode("fc3c"); +$ti-icon-layout-sidebar-right: unicode("ead9"); +$ti-icon-layout-sidebar-right-collapse: unicode("f006"); +$ti-icon-layout-sidebar-right-collapse-filled: unicode("fc3d"); +$ti-icon-layout-sidebar-right-expand: unicode("f007"); +$ti-icon-layout-sidebar-right-expand-filled: unicode("fc3e"); +$ti-icon-layout-sidebar-right-filled: unicode("fe19"); +$ti-icon-layout-sidebar-right-inactive: unicode("fd48"); +$ti-icon-leaf: unicode("ed4f"); +$ti-icon-leaf-off: unicode("f400"); +$ti-icon-lego: unicode("eadc"); +$ti-icon-lego-filled: unicode("fe16"); +$ti-icon-lego-off: unicode("f401"); +$ti-icon-lemon: unicode("ef10"); +$ti-icon-lemon-2: unicode("ef81"); +$ti-icon-letter-a: unicode("ec50"); +$ti-icon-letter-a-small: unicode("fcc7"); +$ti-icon-letter-b: unicode("ec51"); +$ti-icon-letter-b-small: unicode("fcc8"); +$ti-icon-letter-c: unicode("ec52"); +$ti-icon-letter-c-small: unicode("fcc9"); +$ti-icon-letter-case: unicode("eea5"); +$ti-icon-letter-case-lower: unicode("eea2"); +$ti-icon-letter-case-toggle: unicode("eea3"); +$ti-icon-letter-case-upper: unicode("eea4"); +$ti-icon-letter-d: unicode("ec53"); +$ti-icon-letter-d-small: unicode("fcca"); +$ti-icon-letter-e: unicode("ec54"); +$ti-icon-letter-e-small: unicode("fccb"); +$ti-icon-letter-f: unicode("ec55"); +$ti-icon-letter-f-small: unicode("fccc"); +$ti-icon-letter-g: unicode("ec56"); +$ti-icon-letter-g-small: unicode("fccd"); +$ti-icon-letter-h: unicode("ec57"); +$ti-icon-letter-h-small: unicode("fcce"); +$ti-icon-letter-i: unicode("ec58"); +$ti-icon-letter-i-small: unicode("fccf"); +$ti-icon-letter-j: unicode("ec59"); +$ti-icon-letter-j-small: unicode("fcd0"); +$ti-icon-letter-k: unicode("ec5a"); +$ti-icon-letter-k-small: unicode("fcd1"); +$ti-icon-letter-l: unicode("ec5b"); +$ti-icon-letter-l-small: unicode("fcd2"); +$ti-icon-letter-m: unicode("ec5c"); +$ti-icon-letter-m-small: unicode("fcd3"); +$ti-icon-letter-n: unicode("ec5d"); +$ti-icon-letter-n-small: unicode("fcd4"); +$ti-icon-letter-o: unicode("ec5e"); +$ti-icon-letter-o-small: unicode("fcd5"); +$ti-icon-letter-p: unicode("ec5f"); +$ti-icon-letter-p-small: unicode("fcd6"); +$ti-icon-letter-q: unicode("ec60"); +$ti-icon-letter-q-small: unicode("fcd7"); +$ti-icon-letter-r: unicode("ec61"); +$ti-icon-letter-r-small: unicode("fcd8"); +$ti-icon-letter-s: unicode("ec62"); +$ti-icon-letter-s-small: unicode("fcd9"); +$ti-icon-letter-spacing: unicode("eea6"); +$ti-icon-letter-t: unicode("ec63"); +$ti-icon-letter-t-small: unicode("fcda"); +$ti-icon-letter-u: unicode("ec64"); +$ti-icon-letter-u-small: unicode("fcdb"); +$ti-icon-letter-v: unicode("ec65"); +$ti-icon-letter-v-small: unicode("fcdc"); +$ti-icon-letter-w: unicode("ec66"); +$ti-icon-letter-w-small: unicode("fcdd"); +$ti-icon-letter-x: unicode("ec67"); +$ti-icon-letter-x-small: unicode("fcde"); +$ti-icon-letter-y: unicode("ec68"); +$ti-icon-letter-y-small: unicode("fcdf"); +$ti-icon-letter-z: unicode("ec69"); +$ti-icon-letter-z-small: unicode("fce0"); +$ti-icon-library: unicode("fd4c"); +$ti-icon-library-minus: unicode("fd49"); +$ti-icon-library-photo: unicode("fd4a"); +$ti-icon-library-plus: unicode("fd4b"); +$ti-icon-license: unicode("ebc0"); +$ti-icon-license-off: unicode("f153"); +$ti-icon-lifebuoy: unicode("eadd"); +$ti-icon-lifebuoy-off: unicode("f154"); +$ti-icon-lighter: unicode("f794"); +$ti-icon-line: unicode("ec40"); +$ti-icon-line-dashed: unicode("eea7"); +$ti-icon-line-dotted: unicode("eea8"); +$ti-icon-line-height: unicode("eb94"); +$ti-icon-line-scan: unicode("fcb8"); +$ti-icon-link: unicode("eade"); +$ti-icon-link-minus: unicode("fd16"); +$ti-icon-link-off: unicode("f402"); +$ti-icon-link-plus: unicode("fd17"); +$ti-icon-list: unicode("eb6b"); +$ti-icon-list-check: unicode("eb6a"); +$ti-icon-list-details: unicode("ef40"); +$ti-icon-list-letters: unicode("fc47"); +$ti-icon-list-numbers: unicode("ef11"); +$ti-icon-list-search: unicode("eea9"); +$ti-icon-list-tree: unicode("fafa"); +$ti-icon-live-photo: unicode("eadf"); +$ti-icon-live-photo-off: unicode("f403"); +$ti-icon-live-view: unicode("ec6b"); +$ti-icon-load-balancer: unicode("fa5c"); +$ti-icon-loader: unicode("eca3"); +$ti-icon-loader-2: unicode("f226"); +$ti-icon-loader-3: unicode("f513"); +$ti-icon-loader-quarter: unicode("eca2"); +$ti-icon-location: unicode("eae0"); +$ti-icon-location-bolt: unicode("fbaf"); +$ti-icon-location-broken: unicode("f2c4"); +$ti-icon-location-cancel: unicode("fbb0"); +$ti-icon-location-check: unicode("fbb1"); +$ti-icon-location-code: unicode("fbb2"); +$ti-icon-location-cog: unicode("fbb3"); +$ti-icon-location-discount: unicode("fbb4"); +$ti-icon-location-dollar: unicode("fbb5"); +$ti-icon-location-down: unicode("fbb6"); +$ti-icon-location-exclamation: unicode("fbb7"); +$ti-icon-location-filled: unicode("f67f"); +$ti-icon-location-heart: unicode("fbb8"); +$ti-icon-location-minus: unicode("fbb9"); +$ti-icon-location-off: unicode("f155"); +$ti-icon-location-pause: unicode("fbba"); +$ti-icon-location-pin: unicode("fbbb"); +$ti-icon-location-plus: unicode("fbbc"); +$ti-icon-location-question: unicode("fbbd"); +$ti-icon-location-search: unicode("fbbe"); +$ti-icon-location-share: unicode("fbbf"); +$ti-icon-location-star: unicode("fbc0"); +$ti-icon-location-up: unicode("fbc1"); +$ti-icon-location-x: unicode("fbc2"); +$ti-icon-lock: unicode("eae2"); +$ti-icon-lock-access: unicode("eeaa"); +$ti-icon-lock-access-off: unicode("f404"); +$ti-icon-lock-bolt: unicode("f924"); +$ti-icon-lock-cancel: unicode("f925"); +$ti-icon-lock-check: unicode("f926"); +$ti-icon-lock-code: unicode("f927"); +$ti-icon-lock-cog: unicode("f928"); +$ti-icon-lock-dollar: unicode("f929"); +$ti-icon-lock-down: unicode("f92a"); +$ti-icon-lock-exclamation: unicode("f92b"); +$ti-icon-lock-filled: unicode("fe15"); +$ti-icon-lock-heart: unicode("f92c"); +$ti-icon-lock-minus: unicode("f92d"); +$ti-icon-lock-off: unicode("ed1e"); +$ti-icon-lock-open: unicode("eae1"); +$ti-icon-lock-open-off: unicode("f156"); +$ti-icon-lock-pause: unicode("f92e"); +$ti-icon-lock-pin: unicode("f92f"); +$ti-icon-lock-plus: unicode("f930"); +$ti-icon-lock-question: unicode("f931"); +$ti-icon-lock-search: unicode("f932"); +$ti-icon-lock-share: unicode("f933"); +$ti-icon-lock-square: unicode("ef51"); +$ti-icon-lock-square-rounded: unicode("f636"); +$ti-icon-lock-square-rounded-filled: unicode("f6da"); +$ti-icon-lock-star: unicode("f934"); +$ti-icon-lock-up: unicode("f935"); +$ti-icon-lock-x: unicode("f936"); +$ti-icon-logic-and: unicode("f240"); +$ti-icon-logic-buffer: unicode("f241"); +$ti-icon-logic-nand: unicode("f242"); +$ti-icon-logic-nor: unicode("f243"); +$ti-icon-logic-not: unicode("f244"); +$ti-icon-logic-or: unicode("f245"); +$ti-icon-logic-xnor: unicode("f246"); +$ti-icon-logic-xor: unicode("f247"); +$ti-icon-login: unicode("eba7"); +$ti-icon-login-2: unicode("fc76"); +$ti-icon-logout: unicode("eba8"); +$ti-icon-logout-2: unicode("fa7e"); +$ti-icon-lollipop: unicode("efcc"); +$ti-icon-lollipop-off: unicode("f157"); +$ti-icon-luggage: unicode("efad"); +$ti-icon-luggage-off: unicode("f158"); +$ti-icon-lungs: unicode("ef62"); +$ti-icon-lungs-filled: unicode("fe14"); +$ti-icon-lungs-off: unicode("f405"); +$ti-icon-macro: unicode("eeab"); +$ti-icon-macro-filled: unicode("fe13"); +$ti-icon-macro-off: unicode("f406"); +$ti-icon-magnet: unicode("eae3"); +$ti-icon-magnet-filled: unicode("fe12"); +$ti-icon-magnet-off: unicode("f159"); +$ti-icon-magnetic: unicode("fcb9"); +$ti-icon-mail: unicode("eae5"); +$ti-icon-mail-ai: unicode("fa31"); +$ti-icon-mail-bolt: unicode("f937"); +$ti-icon-mail-cancel: unicode("f938"); +$ti-icon-mail-check: unicode("f939"); +$ti-icon-mail-code: unicode("f93a"); +$ti-icon-mail-cog: unicode("f93b"); +$ti-icon-mail-dollar: unicode("f93c"); +$ti-icon-mail-down: unicode("f93d"); +$ti-icon-mail-exclamation: unicode("f93e"); +$ti-icon-mail-fast: unicode("f069"); +$ti-icon-mail-filled: unicode("fa47"); +$ti-icon-mail-forward: unicode("eeac"); +$ti-icon-mail-heart: unicode("f93f"); +$ti-icon-mail-minus: unicode("f940"); +$ti-icon-mail-off: unicode("f15a"); +$ti-icon-mail-opened: unicode("eae4"); +$ti-icon-mail-opened-filled: unicode("fa48"); +$ti-icon-mail-pause: unicode("f941"); +$ti-icon-mail-pin: unicode("f942"); +$ti-icon-mail-plus: unicode("f943"); +$ti-icon-mail-question: unicode("f944"); +$ti-icon-mail-search: unicode("f945"); +$ti-icon-mail-share: unicode("f946"); +$ti-icon-mail-star: unicode("f947"); +$ti-icon-mail-up: unicode("f948"); +$ti-icon-mail-x: unicode("f949"); +$ti-icon-mailbox: unicode("eead"); +$ti-icon-mailbox-off: unicode("f15b"); +$ti-icon-man: unicode("eae6"); +$ti-icon-man-filled: unicode("fe11"); +$ti-icon-manual-gearbox: unicode("ed7b"); +$ti-icon-manual-gearbox-filled: unicode("fe10"); +$ti-icon-map: unicode("eae9"); +$ti-icon-map-2: unicode("eae7"); +$ti-icon-map-bolt: unicode("fbc3"); +$ti-icon-map-cancel: unicode("fbc4"); +$ti-icon-map-check: unicode("fbc5"); +$ti-icon-map-code: unicode("fbc6"); +$ti-icon-map-cog: unicode("fbc7"); +$ti-icon-map-discount: unicode("fbc8"); +$ti-icon-map-dollar: unicode("fbc9"); +$ti-icon-map-down: unicode("fbca"); +$ti-icon-map-east: unicode("fc5d"); +$ti-icon-map-exclamation: unicode("fbcb"); +$ti-icon-map-heart: unicode("fbcc"); +$ti-icon-map-minus: unicode("fbcd"); +$ti-icon-map-north: unicode("fc5e"); +$ti-icon-map-off: unicode("f15c"); +$ti-icon-map-pause: unicode("fbce"); +$ti-icon-map-pin: unicode("eae8"); +$ti-icon-map-pin-2: unicode("fc48"); +$ti-icon-map-pin-bolt: unicode("f94a"); +$ti-icon-map-pin-cancel: unicode("f94b"); +$ti-icon-map-pin-check: unicode("f94c"); +$ti-icon-map-pin-code: unicode("f94d"); +$ti-icon-map-pin-cog: unicode("f94e"); +$ti-icon-map-pin-dollar: unicode("f94f"); +$ti-icon-map-pin-down: unicode("f950"); +$ti-icon-map-pin-exclamation: unicode("f951"); +$ti-icon-map-pin-filled: unicode("f680"); +$ti-icon-map-pin-heart: unicode("f952"); +$ti-icon-map-pin-minus: unicode("f953"); +$ti-icon-map-pin-off: unicode("ecf3"); +$ti-icon-map-pin-pause: unicode("f954"); +$ti-icon-map-pin-pin: unicode("f955"); +$ti-icon-map-pin-plus: unicode("f956"); +$ti-icon-map-pin-question: unicode("f957"); +$ti-icon-map-pin-search: unicode("f958"); +$ti-icon-map-pin-share: unicode("f795"); +$ti-icon-map-pin-star: unicode("f959"); +$ti-icon-map-pin-up: unicode("f95a"); +$ti-icon-map-pin-x: unicode("f95b"); +$ti-icon-map-pins: unicode("ed5e"); +$ti-icon-map-plus: unicode("fbcf"); +$ti-icon-map-question: unicode("fbd0"); +$ti-icon-map-route: unicode("fc79"); +$ti-icon-map-search: unicode("ef82"); +$ti-icon-map-share: unicode("fbd1"); +$ti-icon-map-south: unicode("fc5f"); +$ti-icon-map-star: unicode("fbd2"); +$ti-icon-map-up: unicode("fbd3"); +$ti-icon-map-west: unicode("fc60"); +$ti-icon-map-x: unicode("fbd4"); +$ti-icon-markdown: unicode("ec41"); +$ti-icon-markdown-off: unicode("f407"); +$ti-icon-marquee: unicode("ec77"); +$ti-icon-marquee-2: unicode("eeae"); +$ti-icon-marquee-off: unicode("f15d"); +$ti-icon-mars: unicode("ec80"); +$ti-icon-mask: unicode("eeb0"); +$ti-icon-mask-off: unicode("eeaf"); +$ti-icon-masks-theater: unicode("f263"); +$ti-icon-masks-theater-off: unicode("f408"); +$ti-icon-massage: unicode("eeb1"); +$ti-icon-matchstick: unicode("f577"); +$ti-icon-math: unicode("ebeb"); +$ti-icon-math-1-divide-2: unicode("f4e2"); +$ti-icon-math-1-divide-3: unicode("f4e3"); +$ti-icon-math-avg: unicode("f0f4"); +$ti-icon-math-equal-greater: unicode("f4e4"); +$ti-icon-math-equal-lower: unicode("f4e5"); +$ti-icon-math-function: unicode("eeb2"); +$ti-icon-math-function-off: unicode("f15e"); +$ti-icon-math-function-y: unicode("f4e6"); +$ti-icon-math-greater: unicode("f4e7"); +$ti-icon-math-integral: unicode("f4e9"); +$ti-icon-math-integral-x: unicode("f4e8"); +$ti-icon-math-integrals: unicode("f4ea"); +$ti-icon-math-lower: unicode("f4eb"); +$ti-icon-math-max: unicode("f0f5"); +$ti-icon-math-max-min: unicode("fda0"); +$ti-icon-math-min: unicode("f0f6"); +$ti-icon-math-not: unicode("f4ec"); +$ti-icon-math-off: unicode("f409"); +$ti-icon-math-pi: unicode("f4ee"); +$ti-icon-math-pi-divide-2: unicode("f4ed"); +$ti-icon-math-symbols: unicode("eeb3"); +$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-minus-x: unicode("f4f2"); +$ti-icon-math-x-minus-y: unicode("f4f3"); +$ti-icon-math-x-plus-x: unicode("f4f4"); +$ti-icon-math-x-plus-y: unicode("f4f5"); +$ti-icon-math-xy: unicode("f4f6"); +$ti-icon-math-y-minus-y: unicode("f4f7"); +$ti-icon-math-y-plus-y: unicode("f4f8"); +$ti-icon-maximize: unicode("eaea"); +$ti-icon-maximize-off: unicode("f15f"); +$ti-icon-meat: unicode("ef12"); +$ti-icon-meat-off: unicode("f40a"); +$ti-icon-medal: unicode("ec78"); +$ti-icon-medal-2: unicode("efcd"); +$ti-icon-medical-cross: unicode("ec2f"); +$ti-icon-medical-cross-circle: unicode("fae8"); +$ti-icon-medical-cross-filled: unicode("f681"); +$ti-icon-medical-cross-off: unicode("f160"); +$ti-icon-medicine-syrup: unicode("ef63"); +$ti-icon-meeple: unicode("f514"); +$ti-icon-melon: unicode("fc7a"); +$ti-icon-menorah: unicode("f58c"); +$ti-icon-menu: unicode("eaeb"); +$ti-icon-menu-2: unicode("ec42"); +$ti-icon-menu-deep: unicode("fafb"); +$ti-icon-menu-order: unicode("f5f5"); +$ti-icon-message: unicode("eaef"); +$ti-icon-message-2: unicode("eaec"); +$ti-icon-message-2-bolt: unicode("f95c"); +$ti-icon-message-2-cancel: unicode("f95d"); +$ti-icon-message-2-check: unicode("f95e"); +$ti-icon-message-2-code: unicode("f012"); +$ti-icon-message-2-cog: unicode("f95f"); +$ti-icon-message-2-dollar: unicode("f960"); +$ti-icon-message-2-down: unicode("f961"); +$ti-icon-message-2-exclamation: unicode("f962"); +$ti-icon-message-2-heart: unicode("f963"); +$ti-icon-message-2-minus: unicode("f964"); +$ti-icon-message-2-off: unicode("f40b"); +$ti-icon-message-2-pause: unicode("f965"); +$ti-icon-message-2-pin: unicode("f966"); +$ti-icon-message-2-plus: unicode("f967"); +$ti-icon-message-2-question: unicode("f968"); +$ti-icon-message-2-search: unicode("f969"); +$ti-icon-message-2-share: unicode("f077"); +$ti-icon-message-2-star: unicode("f96a"); +$ti-icon-message-2-up: unicode("f96b"); +$ti-icon-message-2-x: unicode("f96c"); +$ti-icon-message-bolt: unicode("f96d"); +$ti-icon-message-cancel: unicode("f96e"); +$ti-icon-message-chatbot: unicode("f38a"); +$ti-icon-message-check: unicode("f96f"); +$ti-icon-message-circle: unicode("eaed"); +$ti-icon-message-circle-2: unicode("ed3f"); +$ti-icon-message-circle-2-filled: unicode("f682"); +$ti-icon-message-circle-bolt: unicode("f970"); +$ti-icon-message-circle-cancel: unicode("f971"); +$ti-icon-message-circle-check: unicode("f972"); +$ti-icon-message-circle-code: unicode("f973"); +$ti-icon-message-circle-cog: unicode("f974"); +$ti-icon-message-circle-dollar: unicode("f975"); +$ti-icon-message-circle-down: unicode("f976"); +$ti-icon-message-circle-exclamation: unicode("f977"); +$ti-icon-message-circle-heart: unicode("f978"); +$ti-icon-message-circle-minus: unicode("f979"); +$ti-icon-message-circle-off: unicode("ed40"); +$ti-icon-message-circle-pause: unicode("f97a"); +$ti-icon-message-circle-pin: unicode("f97b"); +$ti-icon-message-circle-plus: unicode("f97c"); +$ti-icon-message-circle-question: unicode("f97d"); +$ti-icon-message-circle-search: unicode("f97e"); +$ti-icon-message-circle-share: unicode("f97f"); +$ti-icon-message-circle-star: unicode("f980"); +$ti-icon-message-circle-up: unicode("f981"); +$ti-icon-message-circle-x: unicode("f982"); +$ti-icon-message-code: unicode("f013"); +$ti-icon-message-cog: unicode("f983"); +$ti-icon-message-dollar: unicode("f984"); +$ti-icon-message-dots: unicode("eaee"); +$ti-icon-message-down: unicode("f985"); +$ti-icon-message-exclamation: unicode("f986"); +$ti-icon-message-forward: unicode("f28f"); +$ti-icon-message-heart: unicode("f987"); +$ti-icon-message-language: unicode("efae"); +$ti-icon-message-minus: unicode("f988"); +$ti-icon-message-off: unicode("ed41"); +$ti-icon-message-pause: unicode("f989"); +$ti-icon-message-pin: unicode("f98a"); +$ti-icon-message-plus: unicode("ec9a"); +$ti-icon-message-question: unicode("f98b"); +$ti-icon-message-reply: unicode("fd4d"); +$ti-icon-message-report: unicode("ec9b"); +$ti-icon-message-search: unicode("f98c"); +$ti-icon-message-share: unicode("f078"); +$ti-icon-message-star: unicode("f98d"); +$ti-icon-message-up: unicode("f98e"); +$ti-icon-message-x: unicode("f98f"); +$ti-icon-messages: unicode("eb6c"); +$ti-icon-messages-off: unicode("ed42"); +$ti-icon-meteor: unicode("f1fd"); +$ti-icon-meteor-off: unicode("f40c"); +$ti-icon-meter-cube: unicode("fd7c"); +$ti-icon-meter-square: unicode("fd7d"); +$ti-icon-metronome: unicode("fd25"); +$ti-icon-michelin-bib-gourmand: unicode("fae9"); +$ti-icon-michelin-star: unicode("faeb"); +$ti-icon-michelin-star-green: unicode("faea"); +$ti-icon-mickey: unicode("f2a3"); +$ti-icon-mickey-filled: unicode("f683"); +$ti-icon-microphone: unicode("eaf0"); +$ti-icon-microphone-2: unicode("ef2c"); +$ti-icon-microphone-2-off: unicode("f40d"); +$ti-icon-microphone-filled: unicode("fe0f"); +$ti-icon-microphone-off: unicode("ed16"); +$ti-icon-microscope: unicode("ef64"); +$ti-icon-microscope-off: unicode("f40e"); +$ti-icon-microwave: unicode("f248"); +$ti-icon-microwave-filled: unicode("fe0e"); +$ti-icon-microwave-off: unicode("f264"); +$ti-icon-military-award: unicode("f079"); +$ti-icon-military-rank: unicode("efcf"); +$ti-icon-milk: unicode("ef13"); +$ti-icon-milk-off: unicode("f40f"); +$ti-icon-milkshake: unicode("f4c8"); +$ti-icon-minimize: unicode("eaf1"); +$ti-icon-minus: unicode("eaf2"); +$ti-icon-minus-vertical: unicode("eeb4"); +$ti-icon-mist: unicode("ec30"); +$ti-icon-mist-off: unicode("f410"); +$ti-icon-mobiledata: unicode("f9f5"); +$ti-icon-mobiledata-off: unicode("f9f4"); +$ti-icon-moneybag: unicode("f506"); +$ti-icon-mood-angry: unicode("f2de"); +$ti-icon-mood-annoyed: unicode("f2e0"); +$ti-icon-mood-annoyed-2: unicode("f2df"); +$ti-icon-mood-boy: unicode("ed2d"); +$ti-icon-mood-check: unicode("f7b3"); +$ti-icon-mood-cog: unicode("f7b4"); +$ti-icon-mood-confuzed: unicode("eaf3"); +$ti-icon-mood-confuzed-filled: unicode("f7f2"); +$ti-icon-mood-crazy-happy: unicode("ed90"); +$ti-icon-mood-cry: unicode("ecbb"); +$ti-icon-mood-dollar: unicode("f7b5"); +$ti-icon-mood-edit: unicode("fa05"); +$ti-icon-mood-empty: unicode("eeb5"); +$ti-icon-mood-empty-filled: unicode("f7f3"); +$ti-icon-mood-happy: unicode("eaf4"); +$ti-icon-mood-happy-filled: unicode("f7f4"); +$ti-icon-mood-heart: unicode("f7b6"); +$ti-icon-mood-kid: unicode("ec03"); +$ti-icon-mood-kid-filled: unicode("f7f5"); +$ti-icon-mood-look-down: unicode("fd37"); +$ti-icon-mood-look-left: unicode("f2c5"); +$ti-icon-mood-look-right: unicode("f2c6"); +$ti-icon-mood-look-up: unicode("fd38"); +$ti-icon-mood-minus: unicode("f7b7"); +$ti-icon-mood-nerd: unicode("f2e1"); +$ti-icon-mood-nervous: unicode("ef96"); +$ti-icon-mood-neutral: unicode("eaf5"); +$ti-icon-mood-neutral-filled: unicode("f7f6"); +$ti-icon-mood-off: unicode("f161"); +$ti-icon-mood-pin: unicode("f7b8"); +$ti-icon-mood-plus: unicode("f7b9"); +$ti-icon-mood-puzzled: unicode("fd39"); +$ti-icon-mood-sad: unicode("eaf6"); +$ti-icon-mood-sad-2: unicode("f2e2"); +$ti-icon-mood-sad-dizzy: unicode("f2e3"); +$ti-icon-mood-sad-filled: unicode("f7f7"); +$ti-icon-mood-sad-squint: unicode("f2e4"); +$ti-icon-mood-search: unicode("f7ba"); +$ti-icon-mood-share: unicode("fa06"); +$ti-icon-mood-sick: unicode("f2e5"); +$ti-icon-mood-silence: unicode("f2e6"); +$ti-icon-mood-sing: unicode("f2c7"); +$ti-icon-mood-smile: unicode("eaf7"); +$ti-icon-mood-smile-beam: unicode("f2e7"); +$ti-icon-mood-smile-dizzy: unicode("f2e8"); +$ti-icon-mood-smile-filled: unicode("f7f8"); +$ti-icon-mood-suprised: unicode("ec04"); +$ti-icon-mood-tongue: unicode("eb95"); +$ti-icon-mood-tongue-wink: unicode("f2ea"); +$ti-icon-mood-tongue-wink-2: unicode("f2e9"); +$ti-icon-mood-unamused: unicode("f2eb"); +$ti-icon-mood-up: unicode("f7bb"); +$ti-icon-mood-wink: unicode("f2ed"); +$ti-icon-mood-wink-2: unicode("f2ec"); +$ti-icon-mood-wrrr: unicode("f2ee"); +$ti-icon-mood-x: unicode("f7bc"); +$ti-icon-mood-xd: unicode("f2ef"); +$ti-icon-moon: unicode("eaf8"); +$ti-icon-moon-2: unicode("ece6"); +$ti-icon-moon-filled: unicode("f684"); +$ti-icon-moon-off: unicode("f162"); +$ti-icon-moon-stars: unicode("ece7"); +$ti-icon-moped: unicode("ecbc"); +$ti-icon-motorbike: unicode("eeb6"); +$ti-icon-mountain: unicode("ef97"); +$ti-icon-mountain-off: unicode("f411"); +$ti-icon-mouse: unicode("eaf9"); +$ti-icon-mouse-2: unicode("f1d7"); +$ti-icon-mouse-filled: unicode("fb2f"); +$ti-icon-mouse-off: unicode("f163"); +$ti-icon-moustache: unicode("f4c9"); +$ti-icon-movie: unicode("eafa"); +$ti-icon-movie-off: unicode("f164"); +$ti-icon-mug: unicode("eafb"); +$ti-icon-mug-off: unicode("f165"); +$ti-icon-multiplier-0-5x: unicode("ef41"); +$ti-icon-multiplier-1-5x: unicode("ef42"); +$ti-icon-multiplier-1x: unicode("ef43"); +$ti-icon-multiplier-2x: unicode("ef44"); +$ti-icon-mushroom: unicode("ef14"); +$ti-icon-mushroom-filled: unicode("f7f9"); +$ti-icon-mushroom-off: unicode("f412"); +$ti-icon-music: unicode("eafc"); +$ti-icon-music-bolt: unicode("fbd5"); +$ti-icon-music-cancel: unicode("fbd6"); +$ti-icon-music-check: unicode("fbd7"); +$ti-icon-music-code: unicode("fbd8"); +$ti-icon-music-cog: unicode("fbd9"); +$ti-icon-music-discount: unicode("fbda"); +$ti-icon-music-dollar: unicode("fbdb"); +$ti-icon-music-down: unicode("fbdc"); +$ti-icon-music-exclamation: unicode("fbdd"); +$ti-icon-music-heart: unicode("fbde"); +$ti-icon-music-minus: unicode("fbdf"); +$ti-icon-music-off: unicode("f166"); +$ti-icon-music-pause: unicode("fbe0"); +$ti-icon-music-pin: unicode("fbe1"); +$ti-icon-music-plus: unicode("fbe2"); +$ti-icon-music-question: unicode("fbe3"); +$ti-icon-music-search: unicode("fbe4"); +$ti-icon-music-share: unicode("fbe5"); +$ti-icon-music-star: unicode("fbe6"); +$ti-icon-music-up: unicode("fbe7"); +$ti-icon-music-x: unicode("fbe8"); +$ti-icon-navigation: unicode("f2c8"); +$ti-icon-navigation-bolt: unicode("fbe9"); +$ti-icon-navigation-cancel: unicode("fbea"); +$ti-icon-navigation-check: unicode("fbeb"); +$ti-icon-navigation-code: unicode("fbec"); +$ti-icon-navigation-cog: unicode("fbed"); +$ti-icon-navigation-discount: unicode("fbee"); +$ti-icon-navigation-dollar: unicode("fbef"); +$ti-icon-navigation-down: unicode("fbf0"); +$ti-icon-navigation-east: unicode("fcba"); +$ti-icon-navigation-exclamation: unicode("fbf1"); +$ti-icon-navigation-filled: unicode("f685"); +$ti-icon-navigation-heart: unicode("fbf2"); +$ti-icon-navigation-minus: unicode("fbf3"); +$ti-icon-navigation-north: unicode("fcbb"); +$ti-icon-navigation-off: unicode("f413"); +$ti-icon-navigation-pause: unicode("fbf4"); +$ti-icon-navigation-pin: unicode("fbf5"); +$ti-icon-navigation-plus: unicode("fbf6"); +$ti-icon-navigation-question: unicode("fbf7"); +$ti-icon-navigation-search: unicode("fbf8"); +$ti-icon-navigation-share: unicode("fbf9"); +$ti-icon-navigation-south: unicode("fcbc"); +$ti-icon-navigation-star: unicode("fbfa"); +$ti-icon-navigation-top: unicode("faec"); +$ti-icon-navigation-up: unicode("fbfb"); +$ti-icon-navigation-west: unicode("fcbd"); +$ti-icon-navigation-x: unicode("fbfc"); +$ti-icon-needle: unicode("f508"); +$ti-icon-needle-thread: unicode("f507"); +$ti-icon-network: unicode("f09f"); +$ti-icon-network-off: unicode("f414"); +$ti-icon-new-section: unicode("ebc1"); +$ti-icon-news: unicode("eafd"); +$ti-icon-news-off: unicode("f167"); +$ti-icon-nfc: unicode("eeb7"); +$ti-icon-nfc-off: unicode("f168"); +$ti-icon-no-copyright: unicode("efb9"); +$ti-icon-no-creative-commons: unicode("efba"); +$ti-icon-no-derivatives: unicode("efbb"); +$ti-icon-north-star: unicode("f014"); +$ti-icon-note: unicode("eb6d"); +$ti-icon-note-off: unicode("f169"); +$ti-icon-notebook: unicode("eb96"); +$ti-icon-notebook-off: unicode("f415"); +$ti-icon-notes: unicode("eb6e"); +$ti-icon-notes-off: unicode("f16a"); +$ti-icon-notification: unicode("eafe"); +$ti-icon-notification-off: unicode("f16b"); +$ti-icon-number: unicode("f1fe"); +$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-small: unicode("fce3"); +$ti-icon-number-11-small: unicode("fce4"); +$ti-icon-number-12-small: unicode("fce5"); +$ti-icon-number-123: unicode("f554"); +$ti-icon-number-13-small: unicode("fce6"); +$ti-icon-number-14-small: unicode("fce7"); +$ti-icon-number-15-small: unicode("fce8"); +$ti-icon-number-16-small: unicode("fce9"); +$ti-icon-number-17-small: unicode("fcea"); +$ti-icon-number-18-small: unicode("fceb"); +$ti-icon-number-19-small: unicode("fcec"); +$ti-icon-number-2: unicode("edf2"); +$ti-icon-number-2-small: unicode("fced"); +$ti-icon-number-20-small: unicode("fcee"); +$ti-icon-number-21-small: unicode("fcef"); +$ti-icon-number-22-small: unicode("fcf0"); +$ti-icon-number-23-small: unicode("fcf1"); +$ti-icon-number-24-small: unicode("fcf2"); +$ti-icon-number-25-small: unicode("fcf3"); +$ti-icon-number-26-small: unicode("fcf4"); +$ti-icon-number-27-small: unicode("fcf5"); +$ti-icon-number-28-small: unicode("fcf6"); +$ti-icon-number-29-small: unicode("fcf7"); +$ti-icon-number-3: unicode("edf3"); +$ti-icon-number-3-small: unicode("fcf8"); +$ti-icon-number-4: unicode("edf4"); +$ti-icon-number-4-small: unicode("fcf9"); +$ti-icon-number-5: unicode("edf5"); +$ti-icon-number-5-small: unicode("fcfa"); +$ti-icon-number-6: unicode("edf6"); +$ti-icon-number-6-small: unicode("fcfb"); +$ti-icon-number-7: unicode("edf7"); +$ti-icon-number-7-small: unicode("fcfc"); +$ti-icon-number-8: unicode("edf8"); +$ti-icon-number-8-small: unicode("fcfd"); +$ti-icon-number-9: unicode("edf9"); +$ti-icon-number-9-small: unicode("fcfe"); +$ti-icon-numbers: unicode("f015"); +$ti-icon-nurse: unicode("ef65"); +$ti-icon-nut: unicode("fc61"); +$ti-icon-octagon: unicode("ecbd"); +$ti-icon-octagon-filled: unicode("f686"); +$ti-icon-octagon-minus: unicode("fc92"); +$ti-icon-octagon-minus-2: unicode("fc91"); +$ti-icon-octagon-off: unicode("eeb8"); +$ti-icon-octagon-plus: unicode("fc94"); +$ti-icon-octagon-plus-2: unicode("fc93"); +$ti-icon-octahedron: unicode("faae"); +$ti-icon-octahedron-off: unicode("faac"); +$ti-icon-octahedron-plus: unicode("faad"); +$ti-icon-old: unicode("eeb9"); +$ti-icon-olympics: unicode("eeba"); +$ti-icon-olympics-off: unicode("f416"); +$ti-icon-om: unicode("f58d"); +$ti-icon-omega: unicode("eb97"); +$ti-icon-outbound: unicode("f249"); +$ti-icon-outlet: unicode("ebd7"); +$ti-icon-oval: unicode("f02e"); +$ti-icon-oval-filled: unicode("f687"); +$ti-icon-oval-vertical: unicode("f02d"); +$ti-icon-oval-vertical-filled: unicode("f688"); +$ti-icon-overline: unicode("eebb"); +$ti-icon-package: unicode("eaff"); +$ti-icon-package-export: unicode("f07a"); +$ti-icon-package-import: unicode("f07b"); +$ti-icon-package-off: unicode("f16c"); +$ti-icon-packages: unicode("f2c9"); +$ti-icon-pacman: unicode("eebc"); +$ti-icon-page-break: unicode("ec81"); +$ti-icon-paint: unicode("eb00"); +$ti-icon-paint-filled: unicode("f75f"); +$ti-icon-paint-off: unicode("f16d"); +$ti-icon-palette: unicode("eb01"); +$ti-icon-palette-off: unicode("f16e"); +$ti-icon-panorama-horizontal: unicode("ed33"); +$ti-icon-panorama-horizontal-off: unicode("f417"); +$ti-icon-panorama-vertical: unicode("ed34"); +$ti-icon-panorama-vertical-off: unicode("f418"); +$ti-icon-paper-bag: unicode("f02f"); +$ti-icon-paper-bag-off: unicode("f16f"); +$ti-icon-paperclip: unicode("eb02"); +$ti-icon-parachute: unicode("ed7c"); +$ti-icon-parachute-off: unicode("f170"); +$ti-icon-parentheses: unicode("ebd8"); +$ti-icon-parentheses-off: unicode("f171"); +$ti-icon-parking: unicode("eb03"); +$ti-icon-parking-circle: unicode("fd5a"); +$ti-icon-parking-off: unicode("f172"); +$ti-icon-password: unicode("f4ca"); +$ti-icon-password-fingerprint: unicode("fc7b"); +$ti-icon-password-mobile-phone: unicode("fc7c"); +$ti-icon-password-user: unicode("fc7d"); +$ti-icon-paw: unicode("eff9"); +$ti-icon-paw-filled: unicode("f689"); +$ti-icon-paw-off: unicode("f419"); +$ti-icon-paywall: unicode("fd7e"); +$ti-icon-pdf: unicode("f7ac"); +$ti-icon-peace: unicode("ecbe"); +$ti-icon-pencil: unicode("eb04"); +$ti-icon-pencil-bolt: unicode("fbfd"); +$ti-icon-pencil-cancel: unicode("fbfe"); +$ti-icon-pencil-check: unicode("fbff"); +$ti-icon-pencil-code: unicode("fc00"); +$ti-icon-pencil-cog: unicode("fc01"); +$ti-icon-pencil-discount: unicode("fc02"); +$ti-icon-pencil-dollar: unicode("fc03"); +$ti-icon-pencil-down: unicode("fc04"); +$ti-icon-pencil-exclamation: unicode("fc05"); +$ti-icon-pencil-heart: unicode("fc06"); +$ti-icon-pencil-minus: unicode("f1eb"); +$ti-icon-pencil-off: unicode("f173"); +$ti-icon-pencil-pause: unicode("fc07"); +$ti-icon-pencil-pin: unicode("fc08"); +$ti-icon-pencil-plus: unicode("f1ec"); +$ti-icon-pencil-question: unicode("fc09"); +$ti-icon-pencil-search: unicode("fc0a"); +$ti-icon-pencil-share: unicode("fc0b"); +$ti-icon-pencil-star: unicode("fc0c"); +$ti-icon-pencil-up: unicode("fc0d"); +$ti-icon-pencil-x: unicode("fc0e"); +$ti-icon-pennant: unicode("ed7d"); +$ti-icon-pennant-2: unicode("f06a"); +$ti-icon-pennant-2-filled: unicode("f68a"); +$ti-icon-pennant-filled: unicode("f68b"); +$ti-icon-pennant-off: unicode("f174"); +$ti-icon-pentagon: unicode("efe3"); +$ti-icon-pentagon-filled: unicode("f68c"); +$ti-icon-pentagon-number-0: unicode("fc7e"); +$ti-icon-pentagon-number-1: unicode("fc7f"); +$ti-icon-pentagon-number-2: unicode("fc80"); +$ti-icon-pentagon-number-3: unicode("fc81"); +$ti-icon-pentagon-number-4: unicode("fc82"); +$ti-icon-pentagon-number-5: unicode("fc83"); +$ti-icon-pentagon-number-6: unicode("fc84"); +$ti-icon-pentagon-number-7: unicode("fc85"); +$ti-icon-pentagon-number-8: unicode("fc86"); +$ti-icon-pentagon-number-9: unicode("fc87"); +$ti-icon-pentagon-off: unicode("f41a"); +$ti-icon-pentagon-plus: unicode("fc49"); +$ti-icon-pentagon-x: unicode("fc88"); +$ti-icon-pentagram: unicode("f586"); +$ti-icon-pepper: unicode("ef15"); +$ti-icon-pepper-off: unicode("f175"); +$ti-icon-percentage: unicode("ecf4"); +$ti-icon-perfume: unicode("f509"); +$ti-icon-perspective: unicode("eebd"); +$ti-icon-perspective-off: unicode("f176"); +$ti-icon-phone: unicode("eb09"); +$ti-icon-phone-call: unicode("eb05"); +$ti-icon-phone-calling: unicode("ec43"); +$ti-icon-phone-check: unicode("ec05"); +$ti-icon-phone-filled: unicode("fa49"); +$ti-icon-phone-incoming: unicode("eb06"); +$ti-icon-phone-off: unicode("ecf5"); +$ti-icon-phone-outgoing: unicode("eb07"); +$ti-icon-phone-pause: unicode("eb08"); +$ti-icon-phone-plus: unicode("ec06"); +$ti-icon-phone-x: unicode("ec07"); +$ti-icon-photo: unicode("eb0a"); +$ti-icon-photo-ai: unicode("fa32"); +$ti-icon-photo-bolt: unicode("f990"); +$ti-icon-photo-cancel: unicode("f35d"); +$ti-icon-photo-check: unicode("f35e"); +$ti-icon-photo-circle: unicode("fc4a"); +$ti-icon-photo-circle-minus: unicode("fc62"); +$ti-icon-photo-circle-plus: unicode("fc63"); +$ti-icon-photo-code: unicode("f991"); +$ti-icon-photo-cog: unicode("f992"); +$ti-icon-photo-dollar: unicode("f993"); +$ti-icon-photo-down: unicode("f35f"); +$ti-icon-photo-edit: unicode("f360"); +$ti-icon-photo-exclamation: unicode("f994"); +$ti-icon-photo-filled: unicode("fa4a"); +$ti-icon-photo-heart: unicode("f361"); +$ti-icon-photo-hexagon: unicode("fc4b"); +$ti-icon-photo-minus: unicode("f362"); +$ti-icon-photo-off: unicode("ecf6"); +$ti-icon-photo-pause: unicode("f995"); +$ti-icon-photo-pentagon: unicode("fc4c"); +$ti-icon-photo-pin: unicode("f996"); +$ti-icon-photo-plus: unicode("f363"); +$ti-icon-photo-question: unicode("f997"); +$ti-icon-photo-scan: unicode("fca8"); +$ti-icon-photo-search: unicode("f364"); +$ti-icon-photo-sensor: unicode("f798"); +$ti-icon-photo-sensor-2: unicode("f796"); +$ti-icon-photo-sensor-3: unicode("f797"); +$ti-icon-photo-share: unicode("f998"); +$ti-icon-photo-shield: unicode("f365"); +$ti-icon-photo-square-rounded: unicode("fc4d"); +$ti-icon-photo-star: unicode("f366"); +$ti-icon-photo-up: unicode("f38b"); +$ti-icon-photo-video: unicode("fc95"); +$ti-icon-photo-x: unicode("f367"); +$ti-icon-physotherapist: unicode("eebe"); +$ti-icon-piano: unicode("fad3"); +$ti-icon-pick: unicode("fafc"); +$ti-icon-picture-in-picture: unicode("ed35"); +$ti-icon-picture-in-picture-off: unicode("ed43"); +$ti-icon-picture-in-picture-on: unicode("ed44"); +$ti-icon-picture-in-picture-top: unicode("efe4"); +$ti-icon-pig: unicode("ef52"); +$ti-icon-pig-money: unicode("f38c"); +$ti-icon-pig-off: unicode("f177"); +$ti-icon-pilcrow: unicode("f5f6"); +$ti-icon-pilcrow-left: unicode("fd7f"); +$ti-icon-pilcrow-right: unicode("fd80"); +$ti-icon-pill: unicode("ec44"); +$ti-icon-pill-off: unicode("f178"); +$ti-icon-pills: unicode("ef66"); +$ti-icon-pin: unicode("ec9c"); +$ti-icon-pin-end: unicode("fd5b"); +$ti-icon-pin-filled: unicode("f68d"); +$ti-icon-pin-invoke: unicode("fd5c"); +$ti-icon-ping-pong: unicode("f38d"); +$ti-icon-pinned: unicode("ed60"); +$ti-icon-pinned-filled: unicode("f68e"); +$ti-icon-pinned-off: unicode("ed5f"); +$ti-icon-pizza: unicode("edbb"); +$ti-icon-pizza-off: unicode("f179"); +$ti-icon-placeholder: unicode("f626"); +$ti-icon-plane: unicode("eb6f"); +$ti-icon-plane-arrival: unicode("eb99"); +$ti-icon-plane-departure: unicode("eb9a"); +$ti-icon-plane-inflight: unicode("ef98"); +$ti-icon-plane-off: unicode("f17a"); +$ti-icon-plane-tilt: unicode("f1ed"); +$ti-icon-planet: unicode("ec08"); +$ti-icon-planet-off: unicode("f17b"); +$ti-icon-plant: unicode("ed50"); +$ti-icon-plant-2: unicode("ed7e"); +$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-off: unicode("f17e"); +$ti-icon-play-football: unicode("fa67"); +$ti-icon-play-handball: unicode("fa68"); +$ti-icon-play-volleyball: unicode("fa69"); +$ti-icon-player-eject: unicode("efbc"); +$ti-icon-player-eject-filled: unicode("f68f"); +$ti-icon-player-pause: unicode("ed45"); +$ti-icon-player-pause-filled: unicode("f690"); +$ti-icon-player-play: unicode("ed46"); +$ti-icon-player-play-filled: unicode("f691"); +$ti-icon-player-record: unicode("ed47"); +$ti-icon-player-record-filled: unicode("f692"); +$ti-icon-player-skip-back: unicode("ed48"); +$ti-icon-player-skip-back-filled: unicode("f693"); +$ti-icon-player-skip-forward: unicode("ed49"); +$ti-icon-player-skip-forward-filled: unicode("f694"); +$ti-icon-player-stop: unicode("ed4a"); +$ti-icon-player-stop-filled: unicode("f695"); +$ti-icon-player-track-next: unicode("ed4b"); +$ti-icon-player-track-next-filled: unicode("f696"); +$ti-icon-player-track-prev: unicode("ed4c"); +$ti-icon-player-track-prev-filled: unicode("f697"); +$ti-icon-playlist: unicode("eec0"); +$ti-icon-playlist-add: unicode("f008"); +$ti-icon-playlist-off: unicode("f17f"); +$ti-icon-playlist-x: unicode("f009"); +$ti-icon-playstation-circle: unicode("f2ad"); +$ti-icon-playstation-square: unicode("f2ae"); +$ti-icon-playstation-triangle: unicode("f2af"); +$ti-icon-playstation-x: unicode("f2b0"); +$ti-icon-plug: unicode("ebd9"); +$ti-icon-plug-connected: unicode("f00a"); +$ti-icon-plug-connected-x: unicode("f0a0"); +$ti-icon-plug-off: unicode("f180"); +$ti-icon-plug-x: unicode("f0a1"); +$ti-icon-plus: unicode("eb0b"); +$ti-icon-plus-equal: unicode("f7ad"); +$ti-icon-plus-minus: unicode("f7ae"); +$ti-icon-png: unicode("f3ad"); +$ti-icon-podium: unicode("f1d8"); +$ti-icon-podium-off: unicode("f41b"); +$ti-icon-point: unicode("eb0c"); +$ti-icon-point-filled: unicode("f698"); +$ti-icon-point-off: unicode("f181"); +$ti-icon-pointer: unicode("f265"); +$ti-icon-pointer-bolt: unicode("f999"); +$ti-icon-pointer-cancel: unicode("f99a"); +$ti-icon-pointer-check: unicode("f99b"); +$ti-icon-pointer-code: unicode("f99c"); +$ti-icon-pointer-cog: unicode("f99d"); +$ti-icon-pointer-dollar: unicode("f99e"); +$ti-icon-pointer-down: unicode("f99f"); +$ti-icon-pointer-exclamation: unicode("f9a0"); +$ti-icon-pointer-filled: unicode("fb30"); +$ti-icon-pointer-heart: unicode("f9a1"); +$ti-icon-pointer-minus: unicode("f9a2"); +$ti-icon-pointer-off: unicode("f9a3"); +$ti-icon-pointer-pause: unicode("f9a4"); +$ti-icon-pointer-pin: unicode("f9a5"); +$ti-icon-pointer-plus: unicode("f9a6"); +$ti-icon-pointer-question: unicode("f9a7"); +$ti-icon-pointer-search: unicode("f9a8"); +$ti-icon-pointer-share: unicode("f9a9"); +$ti-icon-pointer-star: unicode("f9aa"); +$ti-icon-pointer-up: unicode("f9ab"); +$ti-icon-pointer-x: unicode("f9ac"); +$ti-icon-pokeball: unicode("eec1"); +$ti-icon-pokeball-off: unicode("f41c"); +$ti-icon-poker-chip: unicode("f515"); +$ti-icon-polaroid: unicode("eec2"); +$ti-icon-polaroid-filled: unicode("fa4b"); +$ti-icon-polygon: unicode("efd0"); +$ti-icon-polygon-off: unicode("f182"); +$ti-icon-poo: unicode("f258"); +$ti-icon-pool: unicode("ed91"); +$ti-icon-pool-off: unicode("f41d"); +$ti-icon-power: unicode("eb0d"); +$ti-icon-pray: unicode("ecbf"); +$ti-icon-premium-rights: unicode("efbd"); +$ti-icon-prescription: unicode("ef99"); +$ti-icon-presentation: unicode("eb70"); +$ti-icon-presentation-analytics: unicode("eec3"); +$ti-icon-presentation-off: unicode("f183"); +$ti-icon-printer: unicode("eb0e"); +$ti-icon-printer-off: unicode("f184"); +$ti-icon-prism: unicode("fab1"); +$ti-icon-prism-off: unicode("faaf"); +$ti-icon-prism-plus: unicode("fab0"); +$ti-icon-prison: unicode("ef79"); +$ti-icon-progress: unicode("fa0d"); +$ti-icon-progress-alert: unicode("fa07"); +$ti-icon-progress-bolt: unicode("fa08"); +$ti-icon-progress-check: unicode("fa09"); +$ti-icon-progress-down: unicode("fa0a"); +$ti-icon-progress-help: unicode("fa0b"); +$ti-icon-progress-x: unicode("fa0c"); +$ti-icon-prompt: unicode("eb0f"); +$ti-icon-prong: unicode("fda1"); +$ti-icon-propeller: unicode("eec4"); +$ti-icon-propeller-off: unicode("f185"); +$ti-icon-protocol: unicode("fd81"); +$ti-icon-pumpkin-scary: unicode("f587"); +$ti-icon-puzzle: unicode("eb10"); +$ti-icon-puzzle-2: unicode("ef83"); +$ti-icon-puzzle-filled: unicode("f699"); +$ti-icon-puzzle-off: unicode("f186"); +$ti-icon-pyramid: unicode("eec5"); +$ti-icon-pyramid-off: unicode("f187"); +$ti-icon-pyramid-plus: unicode("fab2"); +$ti-icon-qrcode: unicode("eb11"); +$ti-icon-qrcode-off: unicode("f41e"); +$ti-icon-question-mark: unicode("ec9d"); +$ti-icon-quote: unicode("efbe"); +$ti-icon-quote-off: unicode("f188"); +$ti-icon-quotes: unicode("fb1e"); +$ti-icon-radar: unicode("f017"); +$ti-icon-radar-2: unicode("f016"); +$ti-icon-radar-filled: unicode("fe0d"); +$ti-icon-radar-off: unicode("f41f"); +$ti-icon-radio: unicode("ef2d"); +$ti-icon-radio-off: unicode("f420"); +$ti-icon-radioactive: unicode("ecc0"); +$ti-icon-radioactive-filled: unicode("f760"); +$ti-icon-radioactive-off: unicode("f189"); +$ti-icon-radius-bottom-left: unicode("eec6"); +$ti-icon-radius-bottom-right: unicode("eec7"); +$ti-icon-radius-top-left: unicode("eec8"); +$ti-icon-radius-top-right: unicode("eec9"); +$ti-icon-rainbow: unicode("edbc"); +$ti-icon-rainbow-off: unicode("f18a"); +$ti-icon-rating-12-plus: unicode("f266"); +$ti-icon-rating-14-plus: unicode("f267"); +$ti-icon-rating-16-plus: unicode("f268"); +$ti-icon-rating-18-plus: unicode("f269"); +$ti-icon-rating-21-plus: unicode("f26a"); +$ti-icon-razor: unicode("f4b5"); +$ti-icon-razor-electric: unicode("f4b4"); +$ti-icon-receipt: unicode("edfd"); +$ti-icon-receipt-2: unicode("edfa"); +$ti-icon-receipt-bitcoin: unicode("fd66"); +$ti-icon-receipt-dollar: unicode("fd67"); +$ti-icon-receipt-euro: unicode("fd68"); +$ti-icon-receipt-off: unicode("edfb"); +$ti-icon-receipt-pound: unicode("fd69"); +$ti-icon-receipt-refund: unicode("edfc"); +$ti-icon-receipt-rupee: unicode("fd82"); +$ti-icon-receipt-tax: unicode("edbd"); +$ti-icon-receipt-yen: unicode("fd6a"); +$ti-icon-receipt-yuan: unicode("fd6b"); +$ti-icon-recharging: unicode("eeca"); +$ti-icon-record-mail: unicode("eb12"); +$ti-icon-record-mail-off: unicode("f18b"); +$ti-icon-rectangle: unicode("ed37"); +$ti-icon-rectangle-filled: unicode("f69a"); +$ti-icon-rectangle-rounded-bottom: unicode("faed"); +$ti-icon-rectangle-rounded-top: unicode("faee"); +$ti-icon-rectangle-vertical: unicode("ed36"); +$ti-icon-rectangle-vertical-filled: unicode("f69b"); +$ti-icon-rectangular-prism: unicode("fab5"); +$ti-icon-rectangular-prism-off: unicode("fab3"); +$ti-icon-rectangular-prism-plus: unicode("fab4"); +$ti-icon-recycle: unicode("eb9b"); +$ti-icon-recycle-off: unicode("f18c"); +$ti-icon-refresh: unicode("eb13"); +$ti-icon-refresh-alert: unicode("ed57"); +$ti-icon-refresh-dot: unicode("efbf"); +$ti-icon-refresh-off: unicode("f18d"); +$ti-icon-regex: unicode("f31f"); +$ti-icon-regex-off: unicode("f421"); +$ti-icon-registered: unicode("eb14"); +$ti-icon-relation-many-to-many: unicode("ed7f"); +$ti-icon-relation-many-to-many-filled: unicode("fe0c"); +$ti-icon-relation-one-to-many: unicode("ed80"); +$ti-icon-relation-one-to-many-filled: unicode("fe0b"); +$ti-icon-relation-one-to-one: unicode("ed81"); +$ti-icon-relation-one-to-one-filled: unicode("fe0a"); +$ti-icon-reload: unicode("f3ae"); +$ti-icon-reorder: unicode("fc15"); +$ti-icon-repeat: unicode("eb72"); +$ti-icon-repeat-off: unicode("f18e"); +$ti-icon-repeat-once: unicode("eb71"); +$ti-icon-replace: unicode("ebc7"); +$ti-icon-replace-filled: unicode("f69c"); +$ti-icon-replace-off: unicode("f422"); +$ti-icon-report: unicode("eece"); +$ti-icon-report-analytics: unicode("eecb"); +$ti-icon-report-medical: unicode("eecc"); +$ti-icon-report-money: unicode("eecd"); +$ti-icon-report-off: unicode("f18f"); +$ti-icon-report-search: unicode("ef84"); +$ti-icon-reserved-line: unicode("f9f6"); +$ti-icon-resize: unicode("eecf"); +$ti-icon-restore: unicode("fafd"); +$ti-icon-rewind-backward-10: unicode("faba"); +$ti-icon-rewind-backward-15: unicode("fabb"); +$ti-icon-rewind-backward-20: unicode("fabc"); +$ti-icon-rewind-backward-30: unicode("fabd"); +$ti-icon-rewind-backward-40: unicode("fabe"); +$ti-icon-rewind-backward-5: unicode("fabf"); +$ti-icon-rewind-backward-50: unicode("fac0"); +$ti-icon-rewind-backward-60: unicode("fac1"); +$ti-icon-rewind-forward-10: unicode("fac2"); +$ti-icon-rewind-forward-15: unicode("fac3"); +$ti-icon-rewind-forward-20: unicode("fac4"); +$ti-icon-rewind-forward-30: unicode("fac5"); +$ti-icon-rewind-forward-40: unicode("fac6"); +$ti-icon-rewind-forward-5: unicode("fac7"); +$ti-icon-rewind-forward-50: unicode("fac8"); +$ti-icon-rewind-forward-60: unicode("fac9"); +$ti-icon-ribbon-health: unicode("f58e"); +$ti-icon-rings: unicode("fa6a"); +$ti-icon-ripple: unicode("ed82"); +$ti-icon-ripple-off: unicode("f190"); +$ti-icon-road: unicode("f018"); +$ti-icon-road-off: unicode("f191"); +$ti-icon-road-sign: unicode("ecdd"); +$ti-icon-robot: unicode("f00b"); +$ti-icon-robot-face: unicode("fcbe"); +$ti-icon-robot-off: unicode("f192"); +$ti-icon-rocket: unicode("ec45"); +$ti-icon-rocket-off: unicode("f193"); +$ti-icon-roller-skating: unicode("efd1"); +$ti-icon-rollercoaster: unicode("f0a2"); +$ti-icon-rollercoaster-off: unicode("f423"); +$ti-icon-rosette: unicode("f599"); +$ti-icon-rosette-discount: unicode("ee7c"); +$ti-icon-rosette-discount-check: unicode("f1f8"); +$ti-icon-rosette-discount-check-filled: unicode("f746"); +$ti-icon-rosette-discount-off: unicode("f3e6"); +$ti-icon-rosette-filled: unicode("f69d"); +$ti-icon-rosette-number-0: unicode("f58f"); +$ti-icon-rosette-number-1: unicode("f590"); +$ti-icon-rosette-number-2: unicode("f591"); +$ti-icon-rosette-number-3: unicode("f592"); +$ti-icon-rosette-number-4: unicode("f593"); +$ti-icon-rosette-number-5: unicode("f594"); +$ti-icon-rosette-number-6: unicode("f595"); +$ti-icon-rosette-number-7: unicode("f596"); +$ti-icon-rosette-number-8: unicode("f597"); +$ti-icon-rosette-number-9: unicode("f598"); +$ti-icon-rotate: unicode("eb16"); +$ti-icon-rotate-2: unicode("ebb4"); +$ti-icon-rotate-360: unicode("ef85"); +$ti-icon-rotate-3d: unicode("f020"); +$ti-icon-rotate-clockwise: unicode("eb15"); +$ti-icon-rotate-clockwise-2: unicode("ebb5"); +$ti-icon-rotate-dot: unicode("efe5"); +$ti-icon-rotate-rectangle: unicode("ec15"); +$ti-icon-route: unicode("eb17"); +$ti-icon-route-2: unicode("f4b6"); +$ti-icon-route-alt-left: unicode("fca9"); +$ti-icon-route-alt-right: unicode("fcaa"); +$ti-icon-route-off: unicode("f194"); +$ti-icon-route-scan: unicode("fcbf"); +$ti-icon-route-square: unicode("fcac"); +$ti-icon-route-square-2: unicode("fcab"); +$ti-icon-route-x: unicode("fcae"); +$ti-icon-route-x-2: unicode("fcad"); +$ti-icon-router: unicode("eb18"); +$ti-icon-router-off: unicode("f424"); +$ti-icon-row-insert-bottom: unicode("eed0"); +$ti-icon-row-insert-top: unicode("eed1"); +$ti-icon-row-remove: unicode("fafe"); +$ti-icon-rss: unicode("eb19"); +$ti-icon-rubber-stamp: unicode("f5ab"); +$ti-icon-rubber-stamp-off: unicode("f5aa"); +$ti-icon-ruler: unicode("eb1a"); +$ti-icon-ruler-2: unicode("eed2"); +$ti-icon-ruler-2-off: unicode("f195"); +$ti-icon-ruler-3: unicode("f290"); +$ti-icon-ruler-measure: unicode("f291"); +$ti-icon-ruler-off: unicode("f196"); +$ti-icon-run: unicode("ec82"); +$ti-icon-rv-truck: unicode("fcc0"); +$ti-icon-s-turn-down: unicode("f516"); +$ti-icon-s-turn-left: unicode("f517"); +$ti-icon-s-turn-right: unicode("f518"); +$ti-icon-s-turn-up: unicode("f519"); +$ti-icon-sailboat: unicode("ec83"); +$ti-icon-sailboat-2: unicode("f5f7"); +$ti-icon-sailboat-off: unicode("f425"); +$ti-icon-salad: unicode("f50a"); +$ti-icon-salt: unicode("ef16"); +$ti-icon-sandbox: unicode("fd6c"); +$ti-icon-satellite: unicode("eed3"); +$ti-icon-satellite-off: unicode("f197"); +$ti-icon-sausage: unicode("ef17"); +$ti-icon-scale: unicode("ebc2"); +$ti-icon-scale-off: unicode("f198"); +$ti-icon-scale-outline: unicode("ef53"); +$ti-icon-scale-outline-off: unicode("f199"); +$ti-icon-scan: unicode("ebc8"); +$ti-icon-scan-eye: unicode("f1ff"); +$ti-icon-scan-position: unicode("fdac"); +$ti-icon-schema: unicode("f200"); +$ti-icon-schema-off: unicode("f426"); +$ti-icon-school: unicode("ecf7"); +$ti-icon-school-bell: unicode("f64a"); +$ti-icon-school-off: unicode("f19a"); +$ti-icon-scissors: unicode("eb1b"); +$ti-icon-scissors-off: unicode("f19b"); +$ti-icon-scooter: unicode("ec6c"); +$ti-icon-scooter-electric: unicode("ecc1"); +$ti-icon-scoreboard: unicode("fa6b"); +$ti-icon-screen-share: unicode("ed18"); +$ti-icon-screen-share-off: unicode("ed17"); +$ti-icon-screenshot: unicode("f201"); +$ti-icon-scribble: unicode("f0a3"); +$ti-icon-scribble-off: unicode("f427"); +$ti-icon-script: unicode("f2da"); +$ti-icon-script-minus: unicode("f2d7"); +$ti-icon-script-plus: unicode("f2d8"); +$ti-icon-script-x: unicode("f2d9"); +$ti-icon-scuba-diving: unicode("fd4e"); +$ti-icon-scuba-mask: unicode("eed4"); +$ti-icon-scuba-mask-off: unicode("f428"); +$ti-icon-sdk: unicode("f3af"); +$ti-icon-search: unicode("eb1c"); +$ti-icon-search-off: unicode("f19c"); +$ti-icon-section: unicode("eed5"); +$ti-icon-section-filled: unicode("fe09"); +$ti-icon-section-sign: unicode("f019"); +$ti-icon-seeding: unicode("ed51"); +$ti-icon-seeding-off: unicode("f19d"); +$ti-icon-select: unicode("ec9e"); +$ti-icon-select-all: unicode("f9f7"); +$ti-icon-selector: unicode("eb1d"); +$ti-icon-send: unicode("eb1e"); +$ti-icon-send-2: unicode("fd5d"); +$ti-icon-send-off: unicode("f429"); +$ti-icon-seo: unicode("f26b"); +$ti-icon-separator: unicode("ebda"); +$ti-icon-separator-horizontal: unicode("ec79"); +$ti-icon-separator-vertical: unicode("ec7a"); +$ti-icon-server: unicode("eb1f"); +$ti-icon-server-2: unicode("f07c"); +$ti-icon-server-bolt: unicode("f320"); +$ti-icon-server-cog: unicode("f321"); +$ti-icon-server-off: unicode("f19e"); +$ti-icon-servicemark: unicode("ec09"); +$ti-icon-settings: unicode("eb20"); +$ti-icon-settings-2: unicode("f5ac"); +$ti-icon-settings-automation: unicode("eed6"); +$ti-icon-settings-bolt: unicode("f9ad"); +$ti-icon-settings-cancel: unicode("f9ae"); +$ti-icon-settings-check: unicode("f9af"); +$ti-icon-settings-code: unicode("f9b0"); +$ti-icon-settings-cog: unicode("f9b1"); +$ti-icon-settings-dollar: unicode("f9b2"); +$ti-icon-settings-down: unicode("f9b3"); +$ti-icon-settings-exclamation: unicode("f9b4"); +$ti-icon-settings-filled: unicode("f69e"); +$ti-icon-settings-heart: unicode("f9b5"); +$ti-icon-settings-minus: unicode("f9b6"); +$ti-icon-settings-off: unicode("f19f"); +$ti-icon-settings-pause: unicode("f9b7"); +$ti-icon-settings-pin: unicode("f9b8"); +$ti-icon-settings-plus: unicode("f9b9"); +$ti-icon-settings-question: unicode("f9ba"); +$ti-icon-settings-search: unicode("f9bb"); +$ti-icon-settings-share: unicode("f9bc"); +$ti-icon-settings-star: unicode("f9bd"); +$ti-icon-settings-up: unicode("f9be"); +$ti-icon-settings-x: unicode("f9bf"); +$ti-icon-shadow: unicode("eed8"); +$ti-icon-shadow-off: unicode("eed7"); +$ti-icon-shape: unicode("eb9c"); +$ti-icon-shape-2: unicode("eed9"); +$ti-icon-shape-3: unicode("eeda"); +$ti-icon-shape-off: unicode("f1a0"); +$ti-icon-share: unicode("eb21"); +$ti-icon-share-2: unicode("f799"); +$ti-icon-share-3: unicode("f7bd"); +$ti-icon-share-off: unicode("f1a1"); +$ti-icon-shield: unicode("eb24"); +$ti-icon-shield-bolt: unicode("f9c0"); +$ti-icon-shield-cancel: unicode("f9c1"); +$ti-icon-shield-check: unicode("eb22"); +$ti-icon-shield-check-filled: unicode("f761"); +$ti-icon-shield-checkered: unicode("ef9a"); +$ti-icon-shield-checkered-filled: unicode("f762"); +$ti-icon-shield-chevron: unicode("ef9b"); +$ti-icon-shield-code: unicode("f9c2"); +$ti-icon-shield-cog: unicode("f9c3"); +$ti-icon-shield-dollar: unicode("f9c4"); +$ti-icon-shield-down: unicode("f9c5"); +$ti-icon-shield-exclamation: unicode("f9c6"); +$ti-icon-shield-filled: unicode("f69f"); +$ti-icon-shield-half: unicode("f358"); +$ti-icon-shield-half-filled: unicode("f357"); +$ti-icon-shield-heart: unicode("f9c7"); +$ti-icon-shield-lock: unicode("ed58"); +$ti-icon-shield-lock-filled: unicode("f763"); +$ti-icon-shield-minus: unicode("f9c8"); +$ti-icon-shield-off: unicode("ecf8"); +$ti-icon-shield-pause: unicode("f9c9"); +$ti-icon-shield-pin: unicode("f9ca"); +$ti-icon-shield-plus: unicode("f9cb"); +$ti-icon-shield-question: unicode("f9cc"); +$ti-icon-shield-search: unicode("f9cd"); +$ti-icon-shield-share: unicode("f9ce"); +$ti-icon-shield-star: unicode("f9cf"); +$ti-icon-shield-up: unicode("f9d0"); +$ti-icon-shield-x: unicode("eb23"); +$ti-icon-ship: unicode("ec84"); +$ti-icon-ship-off: unicode("f42a"); +$ti-icon-shirt: unicode("ec0a"); +$ti-icon-shirt-filled: unicode("f6a0"); +$ti-icon-shirt-off: unicode("f1a2"); +$ti-icon-shirt-sport: unicode("f26c"); +$ti-icon-shoe: unicode("efd2"); +$ti-icon-shoe-off: unicode("f1a4"); +$ti-icon-shopping-bag: unicode("f5f8"); +$ti-icon-shopping-bag-check: unicode("fc16"); +$ti-icon-shopping-bag-discount: unicode("fc17"); +$ti-icon-shopping-bag-edit: unicode("fc18"); +$ti-icon-shopping-bag-exclamation: unicode("fc19"); +$ti-icon-shopping-bag-heart: unicode("fda2"); +$ti-icon-shopping-bag-minus: unicode("fc1a"); +$ti-icon-shopping-bag-plus: unicode("fc1b"); +$ti-icon-shopping-bag-search: unicode("fc1c"); +$ti-icon-shopping-bag-x: unicode("fc1d"); +$ti-icon-shopping-cart: unicode("eb25"); +$ti-icon-shopping-cart-bolt: unicode("fb57"); +$ti-icon-shopping-cart-cancel: unicode("fb58"); +$ti-icon-shopping-cart-check: unicode("fb59"); +$ti-icon-shopping-cart-code: unicode("fb5a"); +$ti-icon-shopping-cart-cog: unicode("fb5b"); +$ti-icon-shopping-cart-copy: unicode("fb5c"); +$ti-icon-shopping-cart-discount: unicode("fb5d"); +$ti-icon-shopping-cart-dollar: unicode("fb5e"); +$ti-icon-shopping-cart-down: unicode("fb5f"); +$ti-icon-shopping-cart-exclamation: unicode("fb60"); +$ti-icon-shopping-cart-filled: unicode("fc3f"); +$ti-icon-shopping-cart-heart: unicode("fb61"); +$ti-icon-shopping-cart-minus: unicode("fb62"); +$ti-icon-shopping-cart-off: unicode("eedc"); +$ti-icon-shopping-cart-pause: unicode("fb63"); +$ti-icon-shopping-cart-pin: unicode("fb64"); +$ti-icon-shopping-cart-plus: unicode("fb65"); +$ti-icon-shopping-cart-question: unicode("fb66"); +$ti-icon-shopping-cart-search: unicode("fb67"); +$ti-icon-shopping-cart-share: unicode("fb68"); +$ti-icon-shopping-cart-star: unicode("fb69"); +$ti-icon-shopping-cart-up: unicode("fb6a"); +$ti-icon-shopping-cart-x: unicode("fb6b"); +$ti-icon-shovel: unicode("f1d9"); +$ti-icon-shovel-pitchforks: unicode("fd3a"); +$ti-icon-shredder: unicode("eedf"); +$ti-icon-sign-left: unicode("f06b"); +$ti-icon-sign-left-filled: unicode("f6a1"); +$ti-icon-sign-right: unicode("f06c"); +$ti-icon-sign-right-filled: unicode("f6a2"); +$ti-icon-signal-2g: unicode("f79a"); +$ti-icon-signal-3g: unicode("f1ee"); +$ti-icon-signal-4g: unicode("f1ef"); +$ti-icon-signal-4g-plus: unicode("f259"); +$ti-icon-signal-5g: unicode("f1f0"); +$ti-icon-signal-6g: unicode("f9f8"); +$ti-icon-signal-e: unicode("f9f9"); +$ti-icon-signal-g: unicode("f9fa"); +$ti-icon-signal-h: unicode("f9fc"); +$ti-icon-signal-h-plus: unicode("f9fb"); +$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-off: unicode("f1a6"); +$ti-icon-skateboard: unicode("ecc2"); +$ti-icon-skateboard-off: unicode("f42b"); +$ti-icon-skateboarding: unicode("faca"); +$ti-icon-skew-x: unicode("fd3b"); +$ti-icon-skew-y: unicode("fd3c"); +$ti-icon-ski-jumping: unicode("fa6c"); +$ti-icon-skull: unicode("f292"); +$ti-icon-slash: unicode("f4f9"); +$ti-icon-slashes: unicode("f588"); +$ti-icon-sleigh: unicode("ef9c"); +$ti-icon-slice: unicode("ebdb"); +$ti-icon-slideshow: unicode("ebc9"); +$ti-icon-smart-home: unicode("ecde"); +$ti-icon-smart-home-off: unicode("f1a7"); +$ti-icon-smoking: unicode("ecc4"); +$ti-icon-smoking-no: unicode("ecc3"); +$ti-icon-snowboarding: unicode("fd4f"); +$ti-icon-snowflake: unicode("ec0b"); +$ti-icon-snowflake-off: unicode("f1a8"); +$ti-icon-snowman: unicode("f26d"); +$ti-icon-soccer-field: unicode("ed92"); +$ti-icon-social: unicode("ebec"); +$ti-icon-social-off: unicode("f1a9"); +$ti-icon-sock: unicode("eee1"); +$ti-icon-sofa: unicode("efaf"); +$ti-icon-sofa-off: unicode("f42c"); +$ti-icon-solar-electricity: unicode("fcc1"); +$ti-icon-solar-panel: unicode("f7bf"); +$ti-icon-solar-panel-2: unicode("f7be"); +$ti-icon-sort-0-9: unicode("f54d"); +$ti-icon-sort-9-0: unicode("f54e"); +$ti-icon-sort-a-z: unicode("f54f"); +$ti-icon-sort-ascending: unicode("eb26"); +$ti-icon-sort-ascending-2: unicode("eee2"); +$ti-icon-sort-ascending-letters: unicode("ef18"); +$ti-icon-sort-ascending-numbers: unicode("ef19"); +$ti-icon-sort-ascending-shapes: unicode("fd94"); +$ti-icon-sort-ascending-small-big: unicode("fd95"); +$ti-icon-sort-descending: unicode("eb27"); +$ti-icon-sort-descending-2: unicode("eee3"); +$ti-icon-sort-descending-letters: unicode("ef1a"); +$ti-icon-sort-descending-numbers: unicode("ef1b"); +$ti-icon-sort-descending-shapes: unicode("fd97"); +$ti-icon-sort-descending-small-big: unicode("fd96"); +$ti-icon-sort-z-a: unicode("f550"); +$ti-icon-sos: unicode("f24a"); +$ti-icon-soup: unicode("ef2e"); +$ti-icon-soup-filled: unicode("fe08"); +$ti-icon-soup-off: unicode("f42d"); +$ti-icon-source-code: unicode("f4a2"); +$ti-icon-space: unicode("ec0c"); +$ti-icon-space-off: unicode("f1aa"); +$ti-icon-spacing-horizontal: unicode("ef54"); +$ti-icon-spacing-vertical: unicode("ef55"); +$ti-icon-spade: unicode("effa"); +$ti-icon-spade-filled: unicode("f6a3"); +$ti-icon-sparkles: unicode("f6d7"); +$ti-icon-speakerphone: unicode("ed61"); +$ti-icon-speedboat: unicode("ed93"); +$ti-icon-sphere: unicode("fab8"); +$ti-icon-sphere-off: unicode("fab6"); +$ti-icon-sphere-plus: unicode("fab7"); +$ti-icon-spider: unicode("f293"); +$ti-icon-spiral: unicode("f294"); +$ti-icon-spiral-off: unicode("f42e"); +$ti-icon-sport-billard: unicode("eee4"); +$ti-icon-spray: unicode("f50b"); +$ti-icon-spy: unicode("f227"); +$ti-icon-spy-off: unicode("f42f"); +$ti-icon-sql: unicode("f7c0"); +$ti-icon-square: unicode("eb2c"); +$ti-icon-square-arrow-down: unicode("f4b7"); +$ti-icon-square-arrow-down-filled: unicode("fb31"); +$ti-icon-square-arrow-left: unicode("f4b8"); +$ti-icon-square-arrow-left-filled: unicode("fb32"); +$ti-icon-square-arrow-right: unicode("f4b9"); +$ti-icon-square-arrow-right-filled: unicode("fb33"); +$ti-icon-square-arrow-up: unicode("f4ba"); +$ti-icon-square-arrow-up-filled: unicode("fb34"); +$ti-icon-square-asterisk: unicode("f01a"); +$ti-icon-square-asterisk-filled: unicode("fb35"); +$ti-icon-square-check: unicode("eb28"); +$ti-icon-square-check-filled: unicode("f76d"); +$ti-icon-square-chevron-down: unicode("f627"); +$ti-icon-square-chevron-down-filled: unicode("fb36"); +$ti-icon-square-chevron-left: unicode("f628"); +$ti-icon-square-chevron-left-filled: unicode("fb37"); +$ti-icon-square-chevron-right: unicode("f629"); +$ti-icon-square-chevron-right-filled: unicode("fb38"); +$ti-icon-square-chevron-up: unicode("f62a"); +$ti-icon-square-chevron-up-filled: unicode("fb39"); +$ti-icon-square-chevrons-down: unicode("f64b"); +$ti-icon-square-chevrons-down-filled: unicode("fb3a"); +$ti-icon-square-chevrons-left: unicode("f64c"); +$ti-icon-square-chevrons-left-filled: unicode("fb3b"); +$ti-icon-square-chevrons-right: unicode("f64d"); +$ti-icon-square-chevrons-right-filled: unicode("fb3c"); +$ti-icon-square-chevrons-up: unicode("f64e"); +$ti-icon-square-chevrons-up-filled: unicode("fb3d"); +$ti-icon-square-dot: unicode("ed59"); +$ti-icon-square-dot-filled: unicode("fb3e"); +$ti-icon-square-f0: unicode("f526"); +$ti-icon-square-f0-filled: unicode("f76e"); +$ti-icon-square-f1: unicode("f527"); +$ti-icon-square-f1-filled: unicode("f76f"); +$ti-icon-square-f2: unicode("f528"); +$ti-icon-square-f2-filled: unicode("f770"); +$ti-icon-square-f3: unicode("f529"); +$ti-icon-square-f3-filled: unicode("f771"); +$ti-icon-square-f4: unicode("f52a"); +$ti-icon-square-f4-filled: unicode("f772"); +$ti-icon-square-f5: unicode("f52b"); +$ti-icon-square-f5-filled: unicode("f773"); +$ti-icon-square-f6: unicode("f52c"); +$ti-icon-square-f6-filled: unicode("f774"); +$ti-icon-square-f7: unicode("f52d"); +$ti-icon-square-f7-filled: unicode("f775"); +$ti-icon-square-f8: unicode("f52e"); +$ti-icon-square-f8-filled: unicode("f776"); +$ti-icon-square-f9: unicode("f52f"); +$ti-icon-square-f9-filled: unicode("f777"); +$ti-icon-square-filled: unicode("fc40"); +$ti-icon-square-forbid: unicode("ed5b"); +$ti-icon-square-forbid-2: unicode("ed5a"); +$ti-icon-square-half: unicode("effb"); +$ti-icon-square-key: unicode("f638"); +$ti-icon-square-letter-a: unicode("f47c"); +$ti-icon-square-letter-a-filled: unicode("fe07"); +$ti-icon-square-letter-b: unicode("f47d"); +$ti-icon-square-letter-b-filled: unicode("fe06"); +$ti-icon-square-letter-c: unicode("f47e"); +$ti-icon-square-letter-c-filled: unicode("fe05"); +$ti-icon-square-letter-d: unicode("f47f"); +$ti-icon-square-letter-d-filled: unicode("fe04"); +$ti-icon-square-letter-e: unicode("f480"); +$ti-icon-square-letter-e-filled: unicode("fe03"); +$ti-icon-square-letter-f: unicode("f481"); +$ti-icon-square-letter-f-filled: unicode("fe02"); +$ti-icon-square-letter-g: unicode("f482"); +$ti-icon-square-letter-g-filled: unicode("fe01"); +$ti-icon-square-letter-h: unicode("f483"); +$ti-icon-square-letter-h-filled: unicode("fe00"); +$ti-icon-square-letter-i: unicode("f484"); +$ti-icon-square-letter-i-filled: unicode("fdff"); +$ti-icon-square-letter-j: unicode("f485"); +$ti-icon-square-letter-j-filled: unicode("fdfe"); +$ti-icon-square-letter-k: unicode("f486"); +$ti-icon-square-letter-k-filled: unicode("fdfd"); +$ti-icon-square-letter-l: unicode("f487"); +$ti-icon-square-letter-l-filled: unicode("fdfc"); +$ti-icon-square-letter-m: unicode("f488"); +$ti-icon-square-letter-m-filled: unicode("fdfb"); +$ti-icon-square-letter-n: unicode("f489"); +$ti-icon-square-letter-n-filled: unicode("fdfa"); +$ti-icon-square-letter-o: unicode("f48a"); +$ti-icon-square-letter-o-filled: unicode("fdf9"); +$ti-icon-square-letter-p: unicode("f48b"); +$ti-icon-square-letter-p-filled: unicode("fdf8"); +$ti-icon-square-letter-q: unicode("f48c"); +$ti-icon-square-letter-q-filled: unicode("fdf7"); +$ti-icon-square-letter-r: unicode("f48d"); +$ti-icon-square-letter-r-filled: unicode("fdf6"); +$ti-icon-square-letter-s: unicode("f48e"); +$ti-icon-square-letter-s-filled: unicode("fdf5"); +$ti-icon-square-letter-t: unicode("f48f"); +$ti-icon-square-letter-t-filled: unicode("fdf4"); +$ti-icon-square-letter-u: unicode("f490"); +$ti-icon-square-letter-u-filled: unicode("fdf3"); +$ti-icon-square-letter-v: unicode("f4bb"); +$ti-icon-square-letter-v-filled: unicode("fdf2"); +$ti-icon-square-letter-w: unicode("f491"); +$ti-icon-square-letter-w-filled: unicode("fdf1"); +$ti-icon-square-letter-x: unicode("f4bc"); +$ti-icon-square-letter-x-filled: unicode("fdf0"); +$ti-icon-square-letter-y: unicode("f492"); +$ti-icon-square-letter-y-filled: unicode("fdef"); +$ti-icon-square-letter-z: unicode("f493"); +$ti-icon-square-letter-z-filled: unicode("fdee"); +$ti-icon-square-minus: unicode("eb29"); +$ti-icon-square-minus-filled: unicode("fb3f"); +$ti-icon-square-number-0: unicode("eee5"); +$ti-icon-square-number-0-filled: unicode("f764"); +$ti-icon-square-number-1: unicode("eee6"); +$ti-icon-square-number-1-filled: unicode("f765"); +$ti-icon-square-number-2: unicode("eee7"); +$ti-icon-square-number-2-filled: unicode("f7fa"); +$ti-icon-square-number-3: unicode("eee8"); +$ti-icon-square-number-3-filled: unicode("f766"); +$ti-icon-square-number-4: unicode("eee9"); +$ti-icon-square-number-4-filled: unicode("f767"); +$ti-icon-square-number-5: unicode("eeea"); +$ti-icon-square-number-5-filled: unicode("f768"); +$ti-icon-square-number-6: unicode("eeeb"); +$ti-icon-square-number-6-filled: unicode("f769"); +$ti-icon-square-number-7: unicode("eeec"); +$ti-icon-square-number-7-filled: unicode("f76a"); +$ti-icon-square-number-8: unicode("eeed"); +$ti-icon-square-number-8-filled: unicode("f76b"); +$ti-icon-square-number-9: unicode("eeee"); +$ti-icon-square-number-9-filled: unicode("f76c"); +$ti-icon-square-off: unicode("eeef"); +$ti-icon-square-percentage: unicode("fd83"); +$ti-icon-square-plus: unicode("eb2a"); +$ti-icon-square-plus-2: unicode("fc96"); +$ti-icon-square-root: unicode("eef1"); +$ti-icon-square-root-2: unicode("eef0"); +$ti-icon-square-rotated: unicode("ecdf"); +$ti-icon-square-rotated-filled: unicode("f6a4"); +$ti-icon-square-rotated-forbid: unicode("f01c"); +$ti-icon-square-rotated-forbid-2: unicode("f01b"); +$ti-icon-square-rotated-off: unicode("eef2"); +$ti-icon-square-rounded: unicode("f59a"); +$ti-icon-square-rounded-arrow-down: unicode("f639"); +$ti-icon-square-rounded-arrow-down-filled: unicode("f6db"); +$ti-icon-square-rounded-arrow-left: unicode("f63a"); +$ti-icon-square-rounded-arrow-left-filled: unicode("f6dc"); +$ti-icon-square-rounded-arrow-right: unicode("f63b"); +$ti-icon-square-rounded-arrow-right-filled: unicode("f6dd"); +$ti-icon-square-rounded-arrow-up: unicode("f63c"); +$ti-icon-square-rounded-arrow-up-filled: unicode("f6de"); +$ti-icon-square-rounded-check: unicode("f63d"); +$ti-icon-square-rounded-check-filled: unicode("f6df"); +$ti-icon-square-rounded-chevron-down: unicode("f62b"); +$ti-icon-square-rounded-chevron-down-filled: unicode("f6e0"); +$ti-icon-square-rounded-chevron-left: unicode("f62c"); +$ti-icon-square-rounded-chevron-left-filled: unicode("f6e1"); +$ti-icon-square-rounded-chevron-right: unicode("f62d"); +$ti-icon-square-rounded-chevron-right-filled: unicode("f6e2"); +$ti-icon-square-rounded-chevron-up: unicode("f62e"); +$ti-icon-square-rounded-chevron-up-filled: unicode("f6e3"); +$ti-icon-square-rounded-chevrons-down: unicode("f64f"); +$ti-icon-square-rounded-chevrons-down-filled: unicode("f6e4"); +$ti-icon-square-rounded-chevrons-left: unicode("f650"); +$ti-icon-square-rounded-chevrons-left-filled: unicode("f6e5"); +$ti-icon-square-rounded-chevrons-right: unicode("f651"); +$ti-icon-square-rounded-chevrons-right-filled: unicode("f6e6"); +$ti-icon-square-rounded-chevrons-up: unicode("f652"); +$ti-icon-square-rounded-chevrons-up-filled: unicode("f6e7"); +$ti-icon-square-rounded-filled: unicode("f6a5"); +$ti-icon-square-rounded-letter-a: unicode("f5ae"); +$ti-icon-square-rounded-letter-a-filled: unicode("fded"); +$ti-icon-square-rounded-letter-b: unicode("f5af"); +$ti-icon-square-rounded-letter-b-filled: unicode("fdec"); +$ti-icon-square-rounded-letter-c: unicode("f5b0"); +$ti-icon-square-rounded-letter-c-filled: unicode("fdeb"); +$ti-icon-square-rounded-letter-d: unicode("f5b1"); +$ti-icon-square-rounded-letter-d-filled: unicode("fdea"); +$ti-icon-square-rounded-letter-e: unicode("f5b2"); +$ti-icon-square-rounded-letter-e-filled: unicode("fde9"); +$ti-icon-square-rounded-letter-f: unicode("f5b3"); +$ti-icon-square-rounded-letter-f-filled: unicode("fde8"); +$ti-icon-square-rounded-letter-g: unicode("f5b4"); +$ti-icon-square-rounded-letter-g-filled: unicode("fde7"); +$ti-icon-square-rounded-letter-h: unicode("f5b5"); +$ti-icon-square-rounded-letter-h-filled: unicode("fde6"); +$ti-icon-square-rounded-letter-i: unicode("f5b6"); +$ti-icon-square-rounded-letter-i-filled: unicode("fde5"); +$ti-icon-square-rounded-letter-j: unicode("f5b7"); +$ti-icon-square-rounded-letter-j-filled: unicode("fde4"); +$ti-icon-square-rounded-letter-k: unicode("f5b8"); +$ti-icon-square-rounded-letter-k-filled: unicode("fde3"); +$ti-icon-square-rounded-letter-l: unicode("f5b9"); +$ti-icon-square-rounded-letter-l-filled: unicode("fde2"); +$ti-icon-square-rounded-letter-m: unicode("f5ba"); +$ti-icon-square-rounded-letter-m-filled: unicode("fde1"); +$ti-icon-square-rounded-letter-n: unicode("f5bb"); +$ti-icon-square-rounded-letter-n-filled: unicode("fde0"); +$ti-icon-square-rounded-letter-o: unicode("f5bc"); +$ti-icon-square-rounded-letter-o-filled: unicode("fddf"); +$ti-icon-square-rounded-letter-p: unicode("f5bd"); +$ti-icon-square-rounded-letter-p-filled: unicode("fdde"); +$ti-icon-square-rounded-letter-q: unicode("f5be"); +$ti-icon-square-rounded-letter-q-filled: unicode("fddd"); +$ti-icon-square-rounded-letter-r: unicode("f5bf"); +$ti-icon-square-rounded-letter-r-filled: unicode("fddc"); +$ti-icon-square-rounded-letter-s: unicode("f5c0"); +$ti-icon-square-rounded-letter-s-filled: unicode("fddb"); +$ti-icon-square-rounded-letter-t: unicode("f5c1"); +$ti-icon-square-rounded-letter-t-filled: unicode("fdda"); +$ti-icon-square-rounded-letter-u: unicode("f5c2"); +$ti-icon-square-rounded-letter-u-filled: unicode("fdd9"); +$ti-icon-square-rounded-letter-v: unicode("f5c3"); +$ti-icon-square-rounded-letter-v-filled: unicode("fdd8"); +$ti-icon-square-rounded-letter-w: unicode("f5c4"); +$ti-icon-square-rounded-letter-w-filled: unicode("fdd7"); +$ti-icon-square-rounded-letter-x: unicode("f5c5"); +$ti-icon-square-rounded-letter-x-filled: unicode("fdd6"); +$ti-icon-square-rounded-letter-y: unicode("f5c6"); +$ti-icon-square-rounded-letter-y-filled: unicode("fdd5"); +$ti-icon-square-rounded-letter-z: unicode("f5c7"); +$ti-icon-square-rounded-letter-z-filled: unicode("fdd4"); +$ti-icon-square-rounded-minus: unicode("f63e"); +$ti-icon-square-rounded-minus-2: unicode("fc97"); +$ti-icon-square-rounded-minus-filled: unicode("fb40"); +$ti-icon-square-rounded-number-0: unicode("f5c8"); +$ti-icon-square-rounded-number-0-filled: unicode("f778"); +$ti-icon-square-rounded-number-1: unicode("f5c9"); +$ti-icon-square-rounded-number-1-filled: unicode("f779"); +$ti-icon-square-rounded-number-2: unicode("f5ca"); +$ti-icon-square-rounded-number-2-filled: unicode("f77a"); +$ti-icon-square-rounded-number-3: unicode("f5cb"); +$ti-icon-square-rounded-number-3-filled: unicode("f77b"); +$ti-icon-square-rounded-number-4: unicode("f5cc"); +$ti-icon-square-rounded-number-4-filled: unicode("f77c"); +$ti-icon-square-rounded-number-5: unicode("f5cd"); +$ti-icon-square-rounded-number-5-filled: unicode("f77d"); +$ti-icon-square-rounded-number-6: unicode("f5ce"); +$ti-icon-square-rounded-number-6-filled: unicode("f77e"); +$ti-icon-square-rounded-number-7: unicode("f5cf"); +$ti-icon-square-rounded-number-7-filled: unicode("f77f"); +$ti-icon-square-rounded-number-8: unicode("f5d0"); +$ti-icon-square-rounded-number-8-filled: unicode("f780"); +$ti-icon-square-rounded-number-9: unicode("f5d1"); +$ti-icon-square-rounded-number-9-filled: unicode("f781"); +$ti-icon-square-rounded-percentage: unicode("fd84"); +$ti-icon-square-rounded-plus: unicode("f63f"); +$ti-icon-square-rounded-plus-2: unicode("fc98"); +$ti-icon-square-rounded-plus-filled: unicode("f6e8"); +$ti-icon-square-rounded-x: unicode("f640"); +$ti-icon-square-rounded-x-filled: unicode("f6e9"); +$ti-icon-square-toggle: unicode("eef4"); +$ti-icon-square-toggle-horizontal: unicode("eef3"); +$ti-icon-square-x: unicode("eb2b"); +$ti-icon-square-x-filled: unicode("fb41"); +$ti-icon-squares: unicode("eef6"); +$ti-icon-squares-diagonal: unicode("eef5"); +$ti-icon-squares-filled: unicode("fe9f"); +$ti-icon-stack: unicode("eb2d"); +$ti-icon-stack-2: unicode("eef7"); +$ti-icon-stack-2-filled: unicode("fdd3"); +$ti-icon-stack-3: unicode("ef9d"); +$ti-icon-stack-3-filled: unicode("fdd2"); +$ti-icon-stack-back: unicode("fd26"); +$ti-icon-stack-backward: unicode("fd27"); +$ti-icon-stack-filled: unicode("fdd1"); +$ti-icon-stack-forward: unicode("fd28"); +$ti-icon-stack-front: unicode("fd29"); +$ti-icon-stack-middle: unicode("fd2a"); +$ti-icon-stack-pop: unicode("f234"); +$ti-icon-stack-push: unicode("f235"); +$ti-icon-stairs: unicode("eca6"); +$ti-icon-stairs-down: unicode("eca4"); +$ti-icon-stairs-up: unicode("eca5"); +$ti-icon-star: unicode("eb2e"); +$ti-icon-star-filled: unicode("f6a6"); +$ti-icon-star-half: unicode("ed19"); +$ti-icon-star-half-filled: unicode("f6a7"); +$ti-icon-star-off: unicode("ed62"); +$ti-icon-stars: unicode("ed38"); +$ti-icon-stars-filled: unicode("f6a8"); +$ti-icon-stars-off: unicode("f430"); +$ti-icon-status-change: unicode("f3b0"); +$ti-icon-steam: unicode("f24b"); +$ti-icon-steering-wheel: unicode("ec7b"); +$ti-icon-steering-wheel-off: unicode("f431"); +$ti-icon-step-into: unicode("ece0"); +$ti-icon-step-out: unicode("ece1"); +$ti-icon-stereo-glasses: unicode("f4cb"); +$ti-icon-stethoscope: unicode("edbe"); +$ti-icon-stethoscope-off: unicode("f432"); +$ti-icon-sticker: unicode("eb2f"); +$ti-icon-sticker-2: unicode("fd3d"); +$ti-icon-storm: unicode("f24c"); +$ti-icon-storm-off: unicode("f433"); +$ti-icon-stretching: unicode("f2db"); +$ti-icon-stretching-2: unicode("fa6d"); +$ti-icon-strikethrough: unicode("eb9e"); +$ti-icon-submarine: unicode("ed94"); +$ti-icon-subscript: unicode("eb9f"); +$ti-icon-subtask: unicode("ec9f"); +$ti-icon-sum: unicode("eb73"); +$ti-icon-sum-off: unicode("f1ab"); +$ti-icon-sun: unicode("eb30"); +$ti-icon-sun-electricity: unicode("fcc2"); +$ti-icon-sun-filled: unicode("f6a9"); +$ti-icon-sun-high: unicode("f236"); +$ti-icon-sun-low: unicode("f237"); +$ti-icon-sun-moon: unicode("f4a3"); +$ti-icon-sun-off: unicode("ed63"); +$ti-icon-sun-wind: unicode("f238"); +$ti-icon-sunglasses: unicode("f239"); +$ti-icon-sunrise: unicode("ef1c"); +$ti-icon-sunset: unicode("ec31"); +$ti-icon-sunset-2: unicode("f23a"); +$ti-icon-superscript: unicode("eba0"); +$ti-icon-svg: unicode("f25a"); +$ti-icon-swimming: unicode("ec92"); +$ti-icon-swipe: unicode("f551"); +$ti-icon-swipe-down: unicode("fd5e"); +$ti-icon-swipe-left: unicode("fd5f"); +$ti-icon-swipe-right: unicode("fd60"); +$ti-icon-swipe-up: unicode("fd61"); +$ti-icon-switch: unicode("eb33"); +$ti-icon-switch-2: unicode("edbf"); +$ti-icon-switch-3: unicode("edc0"); +$ti-icon-switch-horizontal: unicode("eb31"); +$ti-icon-switch-vertical: unicode("eb32"); +$ti-icon-sword: unicode("f030"); +$ti-icon-sword-off: unicode("f434"); +$ti-icon-swords: unicode("f132"); +$ti-icon-table: unicode("eba1"); +$ti-icon-table-alias: unicode("f25b"); +$ti-icon-table-column: unicode("faff"); +$ti-icon-table-down: unicode("fa1c"); +$ti-icon-table-export: unicode("eef8"); +$ti-icon-table-filled: unicode("f782"); +$ti-icon-table-heart: unicode("fa1d"); +$ti-icon-table-import: unicode("eef9"); +$ti-icon-table-minus: unicode("fa1e"); +$ti-icon-table-off: unicode("eefa"); +$ti-icon-table-options: unicode("f25c"); +$ti-icon-table-plus: unicode("fa1f"); +$ti-icon-table-row: unicode("fb00"); +$ti-icon-table-share: unicode("fa20"); +$ti-icon-table-shortcut: unicode("f25d"); +$ti-icon-tag: unicode("eb34"); +$ti-icon-tag-off: unicode("efc0"); +$ti-icon-tag-starred: unicode("fc99"); +$ti-icon-tags: unicode("ef86"); +$ti-icon-tags-off: unicode("efc1"); +$ti-icon-tallymark-1: unicode("ec46"); +$ti-icon-tallymark-2: unicode("ec47"); +$ti-icon-tallymark-3: unicode("ec48"); +$ti-icon-tallymark-4: unicode("ec49"); +$ti-icon-tallymarks: unicode("ec4a"); +$ti-icon-tank: unicode("ed95"); +$ti-icon-target: unicode("eb35"); +$ti-icon-target-arrow: unicode("f51a"); +$ti-icon-target-off: unicode("f1ad"); +$ti-icon-teapot: unicode("f552"); +$ti-icon-telescope: unicode("f07d"); +$ti-icon-telescope-off: unicode("f1ae"); +$ti-icon-temperature: unicode("eb38"); +$ti-icon-temperature-celsius: unicode("eb36"); +$ti-icon-temperature-fahrenheit: unicode("eb37"); +$ti-icon-temperature-minus: unicode("ebed"); +$ti-icon-temperature-off: unicode("f1af"); +$ti-icon-temperature-plus: unicode("ebee"); +$ti-icon-temperature-snow: unicode("fda3"); +$ti-icon-temperature-sun: unicode("fda4"); +$ti-icon-template: unicode("eb39"); +$ti-icon-template-off: unicode("f1b0"); +$ti-icon-tent: unicode("eefb"); +$ti-icon-tent-off: unicode("f435"); +$ti-icon-terminal: unicode("ebdc"); +$ti-icon-terminal-2: unicode("ebef"); +$ti-icon-test-pipe: unicode("eb3a"); +$ti-icon-test-pipe-2: unicode("f0a4"); +$ti-icon-test-pipe-off: unicode("f1b1"); +$ti-icon-tex: unicode("f4e0"); +$ti-icon-text-caption: unicode("f4a4"); +$ti-icon-text-color: unicode("f2dc"); +$ti-icon-text-decrease: unicode("f202"); +$ti-icon-text-direction-ltr: unicode("eefc"); +$ti-icon-text-direction-rtl: unicode("eefd"); +$ti-icon-text-grammar: unicode("fd6d"); +$ti-icon-text-increase: unicode("f203"); +$ti-icon-text-orientation: unicode("f2a4"); +$ti-icon-text-plus: unicode("f2a5"); +$ti-icon-text-recognition: unicode("f204"); +$ti-icon-text-resize: unicode("ef87"); +$ti-icon-text-scan-2: unicode("fcc3"); +$ti-icon-text-size: unicode("f2b1"); +$ti-icon-text-spellcheck: unicode("f2a6"); +$ti-icon-text-wrap: unicode("ebdd"); +$ti-icon-text-wrap-disabled: unicode("eca7"); +$ti-icon-texture: unicode("f51b"); +$ti-icon-theater: unicode("f79b"); +$ti-icon-thermometer: unicode("ef67"); +$ti-icon-thumb-down: unicode("eb3b"); +$ti-icon-thumb-down-filled: unicode("f6aa"); +$ti-icon-thumb-down-off: unicode("f436"); +$ti-icon-thumb-up: unicode("eb3c"); +$ti-icon-thumb-up-filled: unicode("f6ab"); +$ti-icon-thumb-up-off: unicode("f437"); +$ti-icon-tic-tac: unicode("f51c"); +$ti-icon-ticket: unicode("eb3d"); +$ti-icon-ticket-off: unicode("f1b2"); +$ti-icon-tie: unicode("f07e"); +$ti-icon-tilde: unicode("f4a5"); +$ti-icon-tilt-shift: unicode("eefe"); +$ti-icon-tilt-shift-off: unicode("f1b3"); +$ti-icon-time-duration-0: unicode("fad4"); +$ti-icon-time-duration-10: unicode("fad5"); +$ti-icon-time-duration-15: unicode("fad6"); +$ti-icon-time-duration-30: unicode("fad7"); +$ti-icon-time-duration-45: unicode("fad8"); +$ti-icon-time-duration-5: unicode("fad9"); +$ti-icon-time-duration-60: unicode("fada"); +$ti-icon-time-duration-90: unicode("fadb"); +$ti-icon-time-duration-off: unicode("fadc"); +$ti-icon-timeline: unicode("f031"); +$ti-icon-timeline-event: unicode("f553"); +$ti-icon-timeline-event-exclamation: unicode("f662"); +$ti-icon-timeline-event-filled: unicode("fd18"); +$ti-icon-timeline-event-minus: unicode("f663"); +$ti-icon-timeline-event-plus: unicode("f664"); +$ti-icon-timeline-event-text: unicode("f665"); +$ti-icon-timeline-event-x: unicode("f666"); +$ti-icon-tir: unicode("ebf0"); +$ti-icon-toggle-left: unicode("eb3e"); +$ti-icon-toggle-right: unicode("eb3f"); +$ti-icon-toilet-paper: unicode("efd3"); +$ti-icon-toilet-paper-off: unicode("f1b4"); +$ti-icon-toml: unicode("fa5d"); +$ti-icon-tool: unicode("eb40"); +$ti-icon-tools: unicode("ebca"); +$ti-icon-tools-kitchen: unicode("ed64"); +$ti-icon-tools-kitchen-2: unicode("eeff"); +$ti-icon-tools-kitchen-2-off: unicode("f1b5"); +$ti-icon-tools-kitchen-3: unicode("fd2b"); +$ti-icon-tools-kitchen-off: unicode("f1b6"); +$ti-icon-tools-off: unicode("f1b7"); +$ti-icon-tooltip: unicode("f2dd"); +$ti-icon-topology-bus: unicode("f5d9"); +$ti-icon-topology-complex: unicode("f5da"); +$ti-icon-topology-full: unicode("f5dc"); +$ti-icon-topology-full-hierarchy: unicode("f5db"); +$ti-icon-topology-ring: unicode("f5df"); +$ti-icon-topology-ring-2: unicode("f5dd"); +$ti-icon-topology-ring-3: unicode("f5de"); +$ti-icon-topology-star: unicode("f5e5"); +$ti-icon-topology-star-2: unicode("f5e0"); +$ti-icon-topology-star-3: unicode("f5e1"); +$ti-icon-topology-star-ring: unicode("f5e4"); +$ti-icon-topology-star-ring-2: unicode("f5e2"); +$ti-icon-topology-star-ring-3: unicode("f5e3"); +$ti-icon-torii: unicode("f59b"); +$ti-icon-tornado: unicode("ece2"); +$ti-icon-tournament: unicode("ecd0"); +$ti-icon-tower: unicode("f2cb"); +$ti-icon-tower-off: unicode("f2ca"); +$ti-icon-track: unicode("ef00"); +$ti-icon-tractor: unicode("ec0d"); +$ti-icon-trademark: unicode("ec0e"); +$ti-icon-traffic-cone: unicode("ec0f"); +$ti-icon-traffic-cone-off: unicode("f1b8"); +$ti-icon-traffic-lights: unicode("ed39"); +$ti-icon-traffic-lights-off: unicode("f1b9"); +$ti-icon-train: unicode("ed96"); +$ti-icon-transaction-bitcoin: unicode("fd6e"); +$ti-icon-transaction-dollar: unicode("fd6f"); +$ti-icon-transaction-euro: unicode("fd70"); +$ti-icon-transaction-pound: unicode("fd71"); +$ti-icon-transaction-rupee: unicode("fd85"); +$ti-icon-transaction-yen: unicode("fd72"); +$ti-icon-transaction-yuan: unicode("fd73"); +$ti-icon-transfer: unicode("fc1f"); +$ti-icon-transfer-in: unicode("ef2f"); +$ti-icon-transfer-out: unicode("ef30"); +$ti-icon-transfer-vertical: unicode("fc1e"); +$ti-icon-transform: unicode("f38e"); +$ti-icon-transform-filled: unicode("f6ac"); +$ti-icon-transform-point: unicode("fda9"); +$ti-icon-transform-point-bottom-left: unicode("fda5"); +$ti-icon-transform-point-bottom-right: unicode("fda6"); +$ti-icon-transform-point-top-left: unicode("fda7"); +$ti-icon-transform-point-top-right: unicode("fda8"); +$ti-icon-transition-bottom: unicode("f2b2"); +$ti-icon-transition-bottom-filled: unicode("fdd0"); +$ti-icon-transition-left: unicode("f2b3"); +$ti-icon-transition-left-filled: unicode("fdcf"); +$ti-icon-transition-right: unicode("f2b4"); +$ti-icon-transition-right-filled: unicode("fdce"); +$ti-icon-transition-top: unicode("f2b5"); +$ti-icon-transition-top-filled: unicode("fdcd"); +$ti-icon-trash: unicode("eb41"); +$ti-icon-trash-filled: unicode("f783"); +$ti-icon-trash-off: unicode("ed65"); +$ti-icon-trash-x: unicode("ef88"); +$ti-icon-trash-x-filled: unicode("f784"); +$ti-icon-treadmill: unicode("fa6e"); +$ti-icon-tree: unicode("ef01"); +$ti-icon-trees: unicode("ec10"); +$ti-icon-trekking: unicode("f5ad"); +$ti-icon-trending-down: unicode("eb42"); +$ti-icon-trending-down-2: unicode("edc1"); +$ti-icon-trending-down-3: unicode("edc2"); +$ti-icon-trending-up: unicode("eb43"); +$ti-icon-trending-up-2: unicode("edc3"); +$ti-icon-trending-up-3: unicode("edc4"); +$ti-icon-triangle: unicode("eb44"); +$ti-icon-triangle-filled: unicode("f6ad"); +$ti-icon-triangle-inverted: unicode("f01d"); +$ti-icon-triangle-inverted-filled: unicode("f6ae"); +$ti-icon-triangle-minus: unicode("fc9b"); +$ti-icon-triangle-minus-2: unicode("fc9a"); +$ti-icon-triangle-off: unicode("ef02"); +$ti-icon-triangle-plus: unicode("fc9d"); +$ti-icon-triangle-plus-2: unicode("fc9c"); +$ti-icon-triangle-square-circle: unicode("ece8"); +$ti-icon-triangle-square-circle-filled: unicode("fb42"); +$ti-icon-triangles: unicode("f0a5"); +$ti-icon-trident: unicode("ecc5"); +$ti-icon-trolley: unicode("f4cc"); +$ti-icon-trophy: unicode("eb45"); +$ti-icon-trophy-filled: unicode("f6af"); +$ti-icon-trophy-off: unicode("f438"); +$ti-icon-trowel: unicode("f368"); +$ti-icon-truck: unicode("ebc4"); +$ti-icon-truck-delivery: unicode("ec4b"); +$ti-icon-truck-loading: unicode("f1da"); +$ti-icon-truck-off: unicode("ef03"); +$ti-icon-truck-return: unicode("ec4c"); +$ti-icon-txt: unicode("f3b1"); +$ti-icon-typeface: unicode("fdab"); +$ti-icon-typography: unicode("ebc5"); +$ti-icon-typography-off: unicode("f1ba"); +$ti-icon-ufo: unicode("f26f"); +$ti-icon-ufo-off: unicode("f26e"); +$ti-icon-umbrella: unicode("ebf1"); +$ti-icon-umbrella-filled: unicode("f6b0"); +$ti-icon-umbrella-off: unicode("f1bb"); +$ti-icon-underline: unicode("eba2"); +$ti-icon-universe: unicode("fcc4"); +$ti-icon-unlink: unicode("eb46"); +$ti-icon-upload: unicode("eb47"); +$ti-icon-urgent: unicode("eb48"); +$ti-icon-usb: unicode("f00c"); +$ti-icon-user: unicode("eb4d"); +$ti-icon-user-bolt: unicode("f9d1"); +$ti-icon-user-cancel: unicode("f9d2"); +$ti-icon-user-check: unicode("eb49"); +$ti-icon-user-circle: unicode("ef68"); +$ti-icon-user-code: unicode("f9d3"); +$ti-icon-user-cog: unicode("f9d4"); +$ti-icon-user-dollar: unicode("f9d5"); +$ti-icon-user-down: unicode("f9d6"); +$ti-icon-user-edit: unicode("f7cc"); +$ti-icon-user-exclamation: unicode("ec12"); +$ti-icon-user-filled: unicode("fd19"); +$ti-icon-user-heart: unicode("f7cd"); +$ti-icon-user-hexagon: unicode("fc4e"); +$ti-icon-user-minus: unicode("eb4a"); +$ti-icon-user-off: unicode("ecf9"); +$ti-icon-user-pause: unicode("f9d7"); +$ti-icon-user-pentagon: unicode("fc4f"); +$ti-icon-user-pin: unicode("f7ce"); +$ti-icon-user-plus: unicode("eb4b"); +$ti-icon-user-question: unicode("f7cf"); +$ti-icon-user-scan: unicode("fcaf"); +$ti-icon-user-search: unicode("ef89"); +$ti-icon-user-share: unicode("f9d8"); +$ti-icon-user-shield: unicode("f7d0"); +$ti-icon-user-square: unicode("fc51"); +$ti-icon-user-square-rounded: unicode("fc50"); +$ti-icon-user-star: unicode("f7d1"); +$ti-icon-user-up: unicode("f7d2"); +$ti-icon-user-x: unicode("eb4c"); +$ti-icon-users: unicode("ebf2"); +$ti-icon-users-group: unicode("fa21"); +$ti-icon-users-minus: unicode("fa0e"); +$ti-icon-users-plus: unicode("fa0f"); +$ti-icon-uv-index: unicode("f3b2"); +$ti-icon-ux-circle: unicode("f369"); +$ti-icon-vaccine: unicode("ef04"); +$ti-icon-vaccine-bottle: unicode("ef69"); +$ti-icon-vaccine-bottle-off: unicode("f439"); +$ti-icon-vaccine-off: unicode("f1bc"); +$ti-icon-vacuum-cleaner: unicode("f5e6"); +$ti-icon-variable: unicode("ef05"); +$ti-icon-variable-minus: unicode("f36a"); +$ti-icon-variable-off: unicode("f1bd"); +$ti-icon-variable-plus: unicode("f36b"); +$ti-icon-vector: unicode("eca9"); +$ti-icon-vector-bezier: unicode("ef1d"); +$ti-icon-vector-bezier-2: unicode("f1a3"); +$ti-icon-vector-bezier-arc: unicode("f4cd"); +$ti-icon-vector-bezier-circle: unicode("f4ce"); +$ti-icon-vector-off: unicode("f1be"); +$ti-icon-vector-spline: unicode("f565"); +$ti-icon-vector-triangle: unicode("eca8"); +$ti-icon-vector-triangle-off: unicode("f1bf"); +$ti-icon-venus: unicode("ec86"); +$ti-icon-versions: unicode("ed52"); +$ti-icon-versions-filled: unicode("f6b1"); +$ti-icon-versions-off: unicode("f1c0"); +$ti-icon-video: unicode("ed22"); +$ti-icon-video-minus: unicode("ed1f"); +$ti-icon-video-off: unicode("ed20"); +$ti-icon-video-plus: unicode("ed21"); +$ti-icon-view-360: unicode("ed84"); +$ti-icon-view-360-arrow: unicode("f62f"); +$ti-icon-view-360-number: unicode("f566"); +$ti-icon-view-360-off: unicode("f1c1"); +$ti-icon-viewfinder: unicode("eb4e"); +$ti-icon-viewfinder-off: unicode("f1c2"); +$ti-icon-viewport-narrow: unicode("ebf3"); +$ti-icon-viewport-wide: unicode("ebf4"); +$ti-icon-vinyl: unicode("f00d"); +$ti-icon-vip: unicode("f3b3"); +$ti-icon-vip-off: unicode("f43a"); +$ti-icon-virus: unicode("eb74"); +$ti-icon-virus-off: unicode("ed66"); +$ti-icon-virus-search: unicode("ed67"); +$ti-icon-vocabulary: unicode("ef1e"); +$ti-icon-vocabulary-off: unicode("f43b"); +$ti-icon-volcano: unicode("f79c"); +$ti-icon-volume: unicode("eb51"); +$ti-icon-volume-2: unicode("eb4f"); +$ti-icon-volume-3: unicode("eb50"); +$ti-icon-volume-off: unicode("f1c3"); +$ti-icon-vs: unicode("fc52"); +$ti-icon-walk: unicode("ec87"); +$ti-icon-wall: unicode("ef7a"); +$ti-icon-wall-off: unicode("f43c"); +$ti-icon-wallet: unicode("eb75"); +$ti-icon-wallet-off: unicode("f1c4"); +$ti-icon-wallpaper: unicode("ef56"); +$ti-icon-wallpaper-off: unicode("f1c5"); +$ti-icon-wand: unicode("ebcb"); +$ti-icon-wand-off: unicode("f1c6"); +$ti-icon-wash: unicode("f311"); +$ti-icon-wash-dry: unicode("f304"); +$ti-icon-wash-dry-1: unicode("f2fa"); +$ti-icon-wash-dry-2: unicode("f2fb"); +$ti-icon-wash-dry-3: unicode("f2fc"); +$ti-icon-wash-dry-a: unicode("f2fd"); +$ti-icon-wash-dry-dip: unicode("f2fe"); +$ti-icon-wash-dry-f: unicode("f2ff"); +$ti-icon-wash-dry-flat: unicode("fa7f"); +$ti-icon-wash-dry-hang: unicode("f300"); +$ti-icon-wash-dry-off: unicode("f301"); +$ti-icon-wash-dry-p: unicode("f302"); +$ti-icon-wash-dry-shade: unicode("f303"); +$ti-icon-wash-dry-w: unicode("f322"); +$ti-icon-wash-dryclean: unicode("f305"); +$ti-icon-wash-dryclean-off: unicode("f323"); +$ti-icon-wash-eco: unicode("fa80"); +$ti-icon-wash-gentle: unicode("f306"); +$ti-icon-wash-hand: unicode("fa81"); +$ti-icon-wash-machine: unicode("f25e"); +$ti-icon-wash-off: unicode("f307"); +$ti-icon-wash-press: unicode("f308"); +$ti-icon-wash-temperature-1: unicode("f309"); +$ti-icon-wash-temperature-2: unicode("f30a"); +$ti-icon-wash-temperature-3: unicode("f30b"); +$ti-icon-wash-temperature-4: unicode("f30c"); +$ti-icon-wash-temperature-5: unicode("f30d"); +$ti-icon-wash-temperature-6: unicode("f30e"); +$ti-icon-wash-tumble-dry: unicode("f30f"); +$ti-icon-wash-tumble-off: unicode("f310"); +$ti-icon-waterpolo: unicode("fa6f"); +$ti-icon-wave-saw-tool: unicode("ecd3"); +$ti-icon-wave-sine: unicode("ecd4"); +$ti-icon-wave-square: unicode("ecd5"); +$ti-icon-waves-electricity: unicode("fcc5"); +$ti-icon-webhook: unicode("f01e"); +$ti-icon-webhook-off: unicode("f43d"); +$ti-icon-weight: unicode("f589"); +$ti-icon-wheel: unicode("fc64"); +$ti-icon-wheelchair: unicode("f1db"); +$ti-icon-wheelchair-off: unicode("f43e"); +$ti-icon-whirl: unicode("f51d"); +$ti-icon-wifi: unicode("eb52"); +$ti-icon-wifi-0: unicode("eba3"); +$ti-icon-wifi-1: unicode("eba4"); +$ti-icon-wifi-2: unicode("eba5"); +$ti-icon-wifi-off: unicode("ecfa"); +$ti-icon-wind: unicode("ec34"); +$ti-icon-wind-electricity: unicode("fcc6"); +$ti-icon-wind-off: unicode("f1c7"); +$ti-icon-windmill: unicode("ed85"); +$ti-icon-windmill-filled: unicode("f6b2"); +$ti-icon-windmill-off: unicode("f1c8"); +$ti-icon-window: unicode("ef06"); +$ti-icon-window-maximize: unicode("f1f1"); +$ti-icon-window-minimize: unicode("f1f2"); +$ti-icon-window-off: unicode("f1c9"); +$ti-icon-windsock: unicode("f06d"); +$ti-icon-wiper: unicode("ecab"); +$ti-icon-wiper-wash: unicode("ecaa"); +$ti-icon-woman: unicode("eb53"); +$ti-icon-woman-filled: unicode("fdcc"); +$ti-icon-wood: unicode("f359"); +$ti-icon-world: unicode("eb54"); +$ti-icon-world-bolt: unicode("f9d9"); +$ti-icon-world-cancel: unicode("f9da"); +$ti-icon-world-check: unicode("f9db"); +$ti-icon-world-code: unicode("f9dc"); +$ti-icon-world-cog: unicode("f9dd"); +$ti-icon-world-dollar: unicode("f9de"); +$ti-icon-world-down: unicode("f9df"); +$ti-icon-world-download: unicode("ef8a"); +$ti-icon-world-exclamation: unicode("f9e0"); +$ti-icon-world-heart: unicode("f9e1"); +$ti-icon-world-latitude: unicode("ed2e"); +$ti-icon-world-longitude: unicode("ed2f"); +$ti-icon-world-minus: unicode("f9e2"); +$ti-icon-world-off: unicode("f1ca"); +$ti-icon-world-pause: unicode("f9e3"); +$ti-icon-world-pin: unicode("f9e4"); +$ti-icon-world-plus: unicode("f9e5"); +$ti-icon-world-question: unicode("f9e6"); +$ti-icon-world-search: unicode("f9e7"); +$ti-icon-world-share: unicode("f9e8"); +$ti-icon-world-star: unicode("f9e9"); +$ti-icon-world-up: unicode("f9ea"); +$ti-icon-world-upload: unicode("ef8b"); +$ti-icon-world-www: unicode("f38f"); +$ti-icon-world-x: unicode("f9eb"); +$ti-icon-wrecking-ball: unicode("ed97"); +$ti-icon-writing: unicode("ef08"); +$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-xbox-a: unicode("f2b6"); +$ti-icon-xbox-a-filled: unicode("fdcb"); +$ti-icon-xbox-b: unicode("f2b7"); +$ti-icon-xbox-b-filled: unicode("fdca"); +$ti-icon-xbox-x: unicode("f2b8"); +$ti-icon-xbox-x-filled: unicode("fdc9"); +$ti-icon-xbox-y: unicode("f2b9"); +$ti-icon-xbox-y-filled: unicode("fdc8"); +$ti-icon-xd: unicode("fa33"); +$ti-icon-xxx: unicode("fc20"); +$ti-icon-yin-yang: unicode("ec35"); +$ti-icon-yin-yang-filled: unicode("f785"); +$ti-icon-yoga: unicode("f01f"); +$ti-icon-zeppelin: unicode("f270"); +$ti-icon-zeppelin-filled: unicode("fdc7"); +$ti-icon-zeppelin-off: unicode("f43f"); +$ti-icon-zip: unicode("f3b4"); +$ti-icon-zodiac-aquarius: unicode("ecac"); +$ti-icon-zodiac-aries: unicode("ecad"); +$ti-icon-zodiac-cancer: unicode("ecae"); +$ti-icon-zodiac-capricorn: unicode("ecaf"); +$ti-icon-zodiac-gemini: unicode("ecb0"); +$ti-icon-zodiac-leo: unicode("ecb1"); +$ti-icon-zodiac-libra: unicode("ecb2"); +$ti-icon-zodiac-pisces: unicode("ecb3"); +$ti-icon-zodiac-sagittarius: unicode("ecb4"); +$ti-icon-zodiac-scorpio: unicode("ecb5"); +$ti-icon-zodiac-taurus: unicode("ecb6"); +$ti-icon-zodiac-virgo: unicode("ecb7"); +$ti-icon-zoom: unicode("fdaa"); +$ti-icon-zoom-cancel: unicode("ec4d"); +$ti-icon-zoom-cancel-filled: unicode("fdc6"); +$ti-icon-zoom-check: unicode("ef09"); +$ti-icon-zoom-check-filled: unicode("f786"); +$ti-icon-zoom-code: unicode("f07f"); +$ti-icon-zoom-code-filled: unicode("fdc5"); +$ti-icon-zoom-exclamation: unicode("f080"); +$ti-icon-zoom-exclamation-filled: unicode("fdc4"); +$ti-icon-zoom-filled: unicode("f787"); +$ti-icon-zoom-in: unicode("eb56"); +$ti-icon-zoom-in-area: unicode("f1dc"); +$ti-icon-zoom-in-area-filled: unicode("f788"); +$ti-icon-zoom-in-filled: unicode("f789"); +$ti-icon-zoom-money: unicode("ef0a"); +$ti-icon-zoom-money-filled: unicode("fdc3"); +$ti-icon-zoom-out: unicode("eb57"); +$ti-icon-zoom-out-area: unicode("f1dd"); +$ti-icon-zoom-out-area-filled: unicode("fdc2"); +$ti-icon-zoom-out-filled: unicode("f78a"); +$ti-icon-zoom-pan: unicode("f1de"); +$ti-icon-zoom-pan-filled: unicode("fdc1"); +$ti-icon-zoom-question: unicode("edeb"); +$ti-icon-zoom-question-filled: unicode("fdc0"); +$ti-icon-zoom-replace: unicode("f2a7"); +$ti-icon-zoom-reset: unicode("f295"); +$ti-icon-zoom-scan: unicode("fcb0"); +$ti-icon-zoom-scan-filled: unicode("fdbf"); +$ti-icon-zzz: unicode("f228"); +$ti-icon-zzz-off: unicode("f440"); + +.#{$ti-prefix}-a-b:before { + content: $ti-icon-a-b; +} +.#{$ti-prefix}-a-b-2:before { + content: $ti-icon-a-b-2; +} +.#{$ti-prefix}-a-b-off:before { + content: $ti-icon-a-b-off; +} +.#{$ti-prefix}-abacus:before { + content: $ti-icon-abacus; +} +.#{$ti-prefix}-abacus-off:before { + content: $ti-icon-abacus-off; +} +.#{$ti-prefix}-abc:before { + content: $ti-icon-abc; +} +.#{$ti-prefix}-access-point:before { + content: $ti-icon-access-point; +} +.#{$ti-prefix}-access-point-off:before { + content: $ti-icon-access-point-off; +} +.#{$ti-prefix}-accessible:before { + content: $ti-icon-accessible; +} +.#{$ti-prefix}-accessible-filled:before { + content: $ti-icon-accessible-filled; +} +.#{$ti-prefix}-accessible-off:before { + content: $ti-icon-accessible-off; +} +.#{$ti-prefix}-activity:before { + content: $ti-icon-activity; +} +.#{$ti-prefix}-activity-heartbeat:before { + content: $ti-icon-activity-heartbeat; +} +.#{$ti-prefix}-ad:before { + content: $ti-icon-ad; +} +.#{$ti-prefix}-ad-2:before { + content: $ti-icon-ad-2; +} +.#{$ti-prefix}-ad-circle:before { + content: $ti-icon-ad-circle; +} +.#{$ti-prefix}-ad-circle-filled:before { + content: $ti-icon-ad-circle-filled; +} +.#{$ti-prefix}-ad-circle-off:before { + content: $ti-icon-ad-circle-off; +} +.#{$ti-prefix}-ad-filled:before { + content: $ti-icon-ad-filled; +} +.#{$ti-prefix}-ad-off:before { + content: $ti-icon-ad-off; +} +.#{$ti-prefix}-address-book:before { + content: $ti-icon-address-book; +} +.#{$ti-prefix}-address-book-off:before { + content: $ti-icon-address-book-off; +} +.#{$ti-prefix}-adjustments:before { + content: $ti-icon-adjustments; +} +.#{$ti-prefix}-adjustments-alt:before { + content: $ti-icon-adjustments-alt; +} +.#{$ti-prefix}-adjustments-bolt:before { + content: $ti-icon-adjustments-bolt; +} +.#{$ti-prefix}-adjustments-cancel:before { + content: $ti-icon-adjustments-cancel; +} +.#{$ti-prefix}-adjustments-check:before { + content: $ti-icon-adjustments-check; +} +.#{$ti-prefix}-adjustments-code:before { + content: $ti-icon-adjustments-code; +} +.#{$ti-prefix}-adjustments-cog:before { + content: $ti-icon-adjustments-cog; +} +.#{$ti-prefix}-adjustments-dollar:before { + content: $ti-icon-adjustments-dollar; +} +.#{$ti-prefix}-adjustments-down:before { + content: $ti-icon-adjustments-down; +} +.#{$ti-prefix}-adjustments-exclamation:before { + content: $ti-icon-adjustments-exclamation; +} +.#{$ti-prefix}-adjustments-filled:before { + content: $ti-icon-adjustments-filled; +} +.#{$ti-prefix}-adjustments-heart:before { + content: $ti-icon-adjustments-heart; +} +.#{$ti-prefix}-adjustments-horizontal:before { + content: $ti-icon-adjustments-horizontal; +} +.#{$ti-prefix}-adjustments-minus:before { + content: $ti-icon-adjustments-minus; +} +.#{$ti-prefix}-adjustments-off:before { + content: $ti-icon-adjustments-off; +} +.#{$ti-prefix}-adjustments-pause:before { + content: $ti-icon-adjustments-pause; +} +.#{$ti-prefix}-adjustments-pin:before { + content: $ti-icon-adjustments-pin; +} +.#{$ti-prefix}-adjustments-plus:before { + content: $ti-icon-adjustments-plus; +} +.#{$ti-prefix}-adjustments-question:before { + content: $ti-icon-adjustments-question; +} +.#{$ti-prefix}-adjustments-search:before { + content: $ti-icon-adjustments-search; +} +.#{$ti-prefix}-adjustments-share:before { + content: $ti-icon-adjustments-share; +} +.#{$ti-prefix}-adjustments-star:before { + content: $ti-icon-adjustments-star; +} +.#{$ti-prefix}-adjustments-up:before { + content: $ti-icon-adjustments-up; +} +.#{$ti-prefix}-adjustments-x:before { + content: $ti-icon-adjustments-x; +} +.#{$ti-prefix}-aerial-lift:before { + content: $ti-icon-aerial-lift; +} +.#{$ti-prefix}-affiliate:before { + content: $ti-icon-affiliate; +} +.#{$ti-prefix}-affiliate-filled:before { + content: $ti-icon-affiliate-filled; +} +.#{$ti-prefix}-air-balloon:before { + content: $ti-icon-air-balloon; +} +.#{$ti-prefix}-air-conditioning:before { + content: $ti-icon-air-conditioning; +} +.#{$ti-prefix}-air-conditioning-disabled:before { + content: $ti-icon-air-conditioning-disabled; +} +.#{$ti-prefix}-air-traffic-control:before { + content: $ti-icon-air-traffic-control; +} +.#{$ti-prefix}-alarm:before { + content: $ti-icon-alarm; +} +.#{$ti-prefix}-alarm-average:before { + content: $ti-icon-alarm-average; +} +.#{$ti-prefix}-alarm-filled:before { + content: $ti-icon-alarm-filled; +} +.#{$ti-prefix}-alarm-minus:before { + content: $ti-icon-alarm-minus; +} +.#{$ti-prefix}-alarm-minus-filled:before { + content: $ti-icon-alarm-minus-filled; +} +.#{$ti-prefix}-alarm-off:before { + content: $ti-icon-alarm-off; +} +.#{$ti-prefix}-alarm-plus:before { + content: $ti-icon-alarm-plus; +} +.#{$ti-prefix}-alarm-plus-filled:before { + content: $ti-icon-alarm-plus-filled; +} +.#{$ti-prefix}-alarm-snooze:before { + content: $ti-icon-alarm-snooze; +} +.#{$ti-prefix}-alarm-snooze-filled:before { + content: $ti-icon-alarm-snooze-filled; +} +.#{$ti-prefix}-album:before { + content: $ti-icon-album; +} +.#{$ti-prefix}-album-off:before { + content: $ti-icon-album-off; +} +.#{$ti-prefix}-alert-circle:before { + content: $ti-icon-alert-circle; +} +.#{$ti-prefix}-alert-circle-filled:before { + content: $ti-icon-alert-circle-filled; +} +.#{$ti-prefix}-alert-circle-off:before { + content: $ti-icon-alert-circle-off; +} +.#{$ti-prefix}-alert-hexagon:before { + content: $ti-icon-alert-hexagon; +} +.#{$ti-prefix}-alert-hexagon-filled:before { + content: $ti-icon-alert-hexagon-filled; +} +.#{$ti-prefix}-alert-hexagon-off:before { + content: $ti-icon-alert-hexagon-off; +} +.#{$ti-prefix}-alert-octagon:before { + content: $ti-icon-alert-octagon; +} +.#{$ti-prefix}-alert-octagon-filled:before { + content: $ti-icon-alert-octagon-filled; +} +.#{$ti-prefix}-alert-small:before { + content: $ti-icon-alert-small; +} +.#{$ti-prefix}-alert-small-off:before { + content: $ti-icon-alert-small-off; +} +.#{$ti-prefix}-alert-square:before { + content: $ti-icon-alert-square; +} +.#{$ti-prefix}-alert-square-filled:before { + content: $ti-icon-alert-square-filled; +} +.#{$ti-prefix}-alert-square-rounded:before { + content: $ti-icon-alert-square-rounded; +} +.#{$ti-prefix}-alert-square-rounded-filled:before { + content: $ti-icon-alert-square-rounded-filled; +} +.#{$ti-prefix}-alert-square-rounded-off:before { + content: $ti-icon-alert-square-rounded-off; +} +.#{$ti-prefix}-alert-triangle:before { + content: $ti-icon-alert-triangle; +} +.#{$ti-prefix}-alert-triangle-filled:before { + content: $ti-icon-alert-triangle-filled; +} +.#{$ti-prefix}-alert-triangle-off:before { + content: $ti-icon-alert-triangle-off; +} +.#{$ti-prefix}-alien:before { + content: $ti-icon-alien; +} +.#{$ti-prefix}-alien-filled:before { + content: $ti-icon-alien-filled; +} +.#{$ti-prefix}-align-box-bottom-center:before { + content: $ti-icon-align-box-bottom-center; +} +.#{$ti-prefix}-align-box-bottom-center-filled:before { + content: $ti-icon-align-box-bottom-center-filled; +} +.#{$ti-prefix}-align-box-bottom-left:before { + content: $ti-icon-align-box-bottom-left; +} +.#{$ti-prefix}-align-box-bottom-left-filled:before { + content: $ti-icon-align-box-bottom-left-filled; +} +.#{$ti-prefix}-align-box-bottom-right:before { + content: $ti-icon-align-box-bottom-right; +} +.#{$ti-prefix}-align-box-bottom-right-filled:before { + content: $ti-icon-align-box-bottom-right-filled; +} +.#{$ti-prefix}-align-box-center-bottom:before { + content: $ti-icon-align-box-center-bottom; +} +.#{$ti-prefix}-align-box-center-middle:before { + content: $ti-icon-align-box-center-middle; +} +.#{$ti-prefix}-align-box-center-middle-filled:before { + content: $ti-icon-align-box-center-middle-filled; +} +.#{$ti-prefix}-align-box-center-stretch:before { + content: $ti-icon-align-box-center-stretch; +} +.#{$ti-prefix}-align-box-center-top:before { + content: $ti-icon-align-box-center-top; +} +.#{$ti-prefix}-align-box-left-bottom:before { + content: $ti-icon-align-box-left-bottom; +} +.#{$ti-prefix}-align-box-left-bottom-filled:before { + content: $ti-icon-align-box-left-bottom-filled; +} +.#{$ti-prefix}-align-box-left-middle:before { + content: $ti-icon-align-box-left-middle; +} +.#{$ti-prefix}-align-box-left-middle-filled:before { + content: $ti-icon-align-box-left-middle-filled; +} +.#{$ti-prefix}-align-box-left-stretch:before { + content: $ti-icon-align-box-left-stretch; +} +.#{$ti-prefix}-align-box-left-top:before { + content: $ti-icon-align-box-left-top; +} +.#{$ti-prefix}-align-box-left-top-filled:before { + content: $ti-icon-align-box-left-top-filled; +} +.#{$ti-prefix}-align-box-right-bottom:before { + content: $ti-icon-align-box-right-bottom; +} +.#{$ti-prefix}-align-box-right-bottom-filled:before { + content: $ti-icon-align-box-right-bottom-filled; +} +.#{$ti-prefix}-align-box-right-middle:before { + content: $ti-icon-align-box-right-middle; +} +.#{$ti-prefix}-align-box-right-middle-filled:before { + content: $ti-icon-align-box-right-middle-filled; +} +.#{$ti-prefix}-align-box-right-stretch:before { + content: $ti-icon-align-box-right-stretch; +} +.#{$ti-prefix}-align-box-right-top:before { + content: $ti-icon-align-box-right-top; +} +.#{$ti-prefix}-align-box-right-top-filled:before { + content: $ti-icon-align-box-right-top-filled; +} +.#{$ti-prefix}-align-box-top-center:before { + content: $ti-icon-align-box-top-center; +} +.#{$ti-prefix}-align-box-top-center-filled:before { + content: $ti-icon-align-box-top-center-filled; +} +.#{$ti-prefix}-align-box-top-left:before { + content: $ti-icon-align-box-top-left; +} +.#{$ti-prefix}-align-box-top-left-filled:before { + content: $ti-icon-align-box-top-left-filled; +} +.#{$ti-prefix}-align-box-top-right:before { + content: $ti-icon-align-box-top-right; +} +.#{$ti-prefix}-align-box-top-right-filled:before { + content: $ti-icon-align-box-top-right-filled; +} +.#{$ti-prefix}-align-center:before { + content: $ti-icon-align-center; +} +.#{$ti-prefix}-align-justified:before { + content: $ti-icon-align-justified; +} +.#{$ti-prefix}-align-left:before { + content: $ti-icon-align-left; +} +.#{$ti-prefix}-align-right:before { + content: $ti-icon-align-right; +} +.#{$ti-prefix}-alpha:before { + content: $ti-icon-alpha; +} +.#{$ti-prefix}-alphabet-cyrillic:before { + content: $ti-icon-alphabet-cyrillic; +} +.#{$ti-prefix}-alphabet-greek:before { + content: $ti-icon-alphabet-greek; +} +.#{$ti-prefix}-alphabet-latin:before { + content: $ti-icon-alphabet-latin; +} +.#{$ti-prefix}-alt:before { + content: $ti-icon-alt; +} +.#{$ti-prefix}-ambulance:before { + content: $ti-icon-ambulance; +} +.#{$ti-prefix}-ampersand:before { + content: $ti-icon-ampersand; +} +.#{$ti-prefix}-analyze:before { + content: $ti-icon-analyze; +} +.#{$ti-prefix}-analyze-filled:before { + content: $ti-icon-analyze-filled; +} +.#{$ti-prefix}-analyze-off:before { + content: $ti-icon-analyze-off; +} +.#{$ti-prefix}-anchor:before { + content: $ti-icon-anchor; +} +.#{$ti-prefix}-anchor-off:before { + content: $ti-icon-anchor-off; +} +.#{$ti-prefix}-angle:before { + content: $ti-icon-angle; +} +.#{$ti-prefix}-ankh:before { + content: $ti-icon-ankh; +} +.#{$ti-prefix}-antenna:before { + content: $ti-icon-antenna; +} +.#{$ti-prefix}-antenna-bars-1:before { + content: $ti-icon-antenna-bars-1; +} +.#{$ti-prefix}-antenna-bars-2:before { + content: $ti-icon-antenna-bars-2; +} +.#{$ti-prefix}-antenna-bars-3:before { + content: $ti-icon-antenna-bars-3; +} +.#{$ti-prefix}-antenna-bars-4:before { + content: $ti-icon-antenna-bars-4; +} +.#{$ti-prefix}-antenna-bars-5:before { + content: $ti-icon-antenna-bars-5; +} +.#{$ti-prefix}-antenna-bars-off:before { + content: $ti-icon-antenna-bars-off; +} +.#{$ti-prefix}-antenna-off:before { + content: $ti-icon-antenna-off; +} +.#{$ti-prefix}-aperture:before { + content: $ti-icon-aperture; +} +.#{$ti-prefix}-aperture-off:before { + content: $ti-icon-aperture-off; +} +.#{$ti-prefix}-api:before { + content: $ti-icon-api; +} +.#{$ti-prefix}-api-app:before { + content: $ti-icon-api-app; +} +.#{$ti-prefix}-api-app-off:before { + content: $ti-icon-api-app-off; +} +.#{$ti-prefix}-api-off:before { + content: $ti-icon-api-off; +} +.#{$ti-prefix}-app-window:before { + content: $ti-icon-app-window; +} +.#{$ti-prefix}-app-window-filled:before { + content: $ti-icon-app-window-filled; +} +.#{$ti-prefix}-apple:before { + content: $ti-icon-apple; +} +.#{$ti-prefix}-apps:before { + content: $ti-icon-apps; +} +.#{$ti-prefix}-apps-filled:before { + content: $ti-icon-apps-filled; +} +.#{$ti-prefix}-apps-off:before { + content: $ti-icon-apps-off; +} +.#{$ti-prefix}-archery-arrow:before { + content: $ti-icon-archery-arrow; +} +.#{$ti-prefix}-archive:before { + content: $ti-icon-archive; +} +.#{$ti-prefix}-archive-filled:before { + content: $ti-icon-archive-filled; +} +.#{$ti-prefix}-archive-off:before { + content: $ti-icon-archive-off; +} +.#{$ti-prefix}-armchair:before { + content: $ti-icon-armchair; +} +.#{$ti-prefix}-armchair-2:before { + content: $ti-icon-armchair-2; +} +.#{$ti-prefix}-armchair-2-off:before { + content: $ti-icon-armchair-2-off; +} +.#{$ti-prefix}-armchair-off:before { + content: $ti-icon-armchair-off; +} +.#{$ti-prefix}-arrow-autofit-content:before { + content: $ti-icon-arrow-autofit-content; +} +.#{$ti-prefix}-arrow-autofit-content-filled:before { + content: $ti-icon-arrow-autofit-content-filled; +} +.#{$ti-prefix}-arrow-autofit-down:before { + content: $ti-icon-arrow-autofit-down; +} +.#{$ti-prefix}-arrow-autofit-height:before { + content: $ti-icon-arrow-autofit-height; +} +.#{$ti-prefix}-arrow-autofit-left:before { + content: $ti-icon-arrow-autofit-left; +} +.#{$ti-prefix}-arrow-autofit-right:before { + content: $ti-icon-arrow-autofit-right; +} +.#{$ti-prefix}-arrow-autofit-up:before { + content: $ti-icon-arrow-autofit-up; +} +.#{$ti-prefix}-arrow-autofit-width:before { + content: $ti-icon-arrow-autofit-width; +} +.#{$ti-prefix}-arrow-back:before { + content: $ti-icon-arrow-back; +} +.#{$ti-prefix}-arrow-back-up:before { + content: $ti-icon-arrow-back-up; +} +.#{$ti-prefix}-arrow-back-up-double:before { + content: $ti-icon-arrow-back-up-double; +} +.#{$ti-prefix}-arrow-badge-down:before { + content: $ti-icon-arrow-badge-down; +} +.#{$ti-prefix}-arrow-badge-down-filled:before { + content: $ti-icon-arrow-badge-down-filled; +} +.#{$ti-prefix}-arrow-badge-left:before { + content: $ti-icon-arrow-badge-left; +} +.#{$ti-prefix}-arrow-badge-left-filled:before { + content: $ti-icon-arrow-badge-left-filled; +} +.#{$ti-prefix}-arrow-badge-right:before { + content: $ti-icon-arrow-badge-right; +} +.#{$ti-prefix}-arrow-badge-right-filled:before { + content: $ti-icon-arrow-badge-right-filled; +} +.#{$ti-prefix}-arrow-badge-up:before { + content: $ti-icon-arrow-badge-up; +} +.#{$ti-prefix}-arrow-badge-up-filled:before { + content: $ti-icon-arrow-badge-up-filled; +} +.#{$ti-prefix}-arrow-bar-both:before { + content: $ti-icon-arrow-bar-both; +} +.#{$ti-prefix}-arrow-bar-down:before { + content: $ti-icon-arrow-bar-down; +} +.#{$ti-prefix}-arrow-bar-left:before { + content: $ti-icon-arrow-bar-left; +} +.#{$ti-prefix}-arrow-bar-right:before { + content: $ti-icon-arrow-bar-right; +} +.#{$ti-prefix}-arrow-bar-to-down:before { + content: $ti-icon-arrow-bar-to-down; +} +.#{$ti-prefix}-arrow-bar-to-left:before { + content: $ti-icon-arrow-bar-to-left; +} +.#{$ti-prefix}-arrow-bar-to-right:before { + content: $ti-icon-arrow-bar-to-right; +} +.#{$ti-prefix}-arrow-bar-to-up:before { + content: $ti-icon-arrow-bar-to-up; +} +.#{$ti-prefix}-arrow-bar-up:before { + content: $ti-icon-arrow-bar-up; +} +.#{$ti-prefix}-arrow-bear-left:before { + content: $ti-icon-arrow-bear-left; +} +.#{$ti-prefix}-arrow-bear-left-2:before { + content: $ti-icon-arrow-bear-left-2; +} +.#{$ti-prefix}-arrow-bear-right:before { + content: $ti-icon-arrow-bear-right; +} +.#{$ti-prefix}-arrow-bear-right-2:before { + content: $ti-icon-arrow-bear-right-2; +} +.#{$ti-prefix}-arrow-big-down:before { + content: $ti-icon-arrow-big-down; +} +.#{$ti-prefix}-arrow-big-down-filled:before { + content: $ti-icon-arrow-big-down-filled; +} +.#{$ti-prefix}-arrow-big-down-line:before { + content: $ti-icon-arrow-big-down-line; +} +.#{$ti-prefix}-arrow-big-down-line-filled:before { + content: $ti-icon-arrow-big-down-line-filled; +} +.#{$ti-prefix}-arrow-big-down-lines:before { + content: $ti-icon-arrow-big-down-lines; +} +.#{$ti-prefix}-arrow-big-down-lines-filled:before { + content: $ti-icon-arrow-big-down-lines-filled; +} +.#{$ti-prefix}-arrow-big-left:before { + content: $ti-icon-arrow-big-left; +} +.#{$ti-prefix}-arrow-big-left-filled:before { + content: $ti-icon-arrow-big-left-filled; +} +.#{$ti-prefix}-arrow-big-left-line:before { + content: $ti-icon-arrow-big-left-line; +} +.#{$ti-prefix}-arrow-big-left-line-filled:before { + content: $ti-icon-arrow-big-left-line-filled; +} +.#{$ti-prefix}-arrow-big-left-lines:before { + content: $ti-icon-arrow-big-left-lines; +} +.#{$ti-prefix}-arrow-big-left-lines-filled:before { + content: $ti-icon-arrow-big-left-lines-filled; +} +.#{$ti-prefix}-arrow-big-right:before { + content: $ti-icon-arrow-big-right; +} +.#{$ti-prefix}-arrow-big-right-filled:before { + content: $ti-icon-arrow-big-right-filled; +} +.#{$ti-prefix}-arrow-big-right-line:before { + content: $ti-icon-arrow-big-right-line; +} +.#{$ti-prefix}-arrow-big-right-line-filled:before { + content: $ti-icon-arrow-big-right-line-filled; +} +.#{$ti-prefix}-arrow-big-right-lines:before { + content: $ti-icon-arrow-big-right-lines; +} +.#{$ti-prefix}-arrow-big-right-lines-filled:before { + content: $ti-icon-arrow-big-right-lines-filled; +} +.#{$ti-prefix}-arrow-big-up:before { + content: $ti-icon-arrow-big-up; +} +.#{$ti-prefix}-arrow-big-up-filled:before { + content: $ti-icon-arrow-big-up-filled; +} +.#{$ti-prefix}-arrow-big-up-line:before { + content: $ti-icon-arrow-big-up-line; +} +.#{$ti-prefix}-arrow-big-up-line-filled:before { + content: $ti-icon-arrow-big-up-line-filled; +} +.#{$ti-prefix}-arrow-big-up-lines:before { + content: $ti-icon-arrow-big-up-lines; +} +.#{$ti-prefix}-arrow-big-up-lines-filled:before { + content: $ti-icon-arrow-big-up-lines-filled; +} +.#{$ti-prefix}-arrow-bounce:before { + content: $ti-icon-arrow-bounce; +} +.#{$ti-prefix}-arrow-capsule:before { + content: $ti-icon-arrow-capsule; +} +.#{$ti-prefix}-arrow-curve-left:before { + content: $ti-icon-arrow-curve-left; +} +.#{$ti-prefix}-arrow-curve-right:before { + content: $ti-icon-arrow-curve-right; +} +.#{$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-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; +} +.#{$ti-prefix}-arrow-down-rhombus:before { + content: $ti-icon-arrow-down-rhombus; +} +.#{$ti-prefix}-arrow-down-right:before { + content: $ti-icon-arrow-down-right; +} +.#{$ti-prefix}-arrow-down-right-circle:before { + content: $ti-icon-arrow-down-right-circle; +} +.#{$ti-prefix}-arrow-down-square:before { + content: $ti-icon-arrow-down-square; +} +.#{$ti-prefix}-arrow-down-tail:before { + content: $ti-icon-arrow-down-tail; +} +.#{$ti-prefix}-arrow-down-to-arc:before { + content: $ti-icon-arrow-down-to-arc; +} +.#{$ti-prefix}-arrow-elbow-left:before { + content: $ti-icon-arrow-elbow-left; +} +.#{$ti-prefix}-arrow-elbow-right:before { + content: $ti-icon-arrow-elbow-right; +} +.#{$ti-prefix}-arrow-fork:before { + content: $ti-icon-arrow-fork; +} +.#{$ti-prefix}-arrow-forward:before { + content: $ti-icon-arrow-forward; +} +.#{$ti-prefix}-arrow-forward-up:before { + content: $ti-icon-arrow-forward-up; +} +.#{$ti-prefix}-arrow-forward-up-double:before { + content: $ti-icon-arrow-forward-up-double; +} +.#{$ti-prefix}-arrow-guide:before { + content: $ti-icon-arrow-guide; +} +.#{$ti-prefix}-arrow-iteration:before { + content: $ti-icon-arrow-iteration; +} +.#{$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-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; +} +.#{$ti-prefix}-arrow-left-square:before { + content: $ti-icon-arrow-left-square; +} +.#{$ti-prefix}-arrow-left-tail:before { + content: $ti-icon-arrow-left-tail; +} +.#{$ti-prefix}-arrow-left-to-arc:before { + content: $ti-icon-arrow-left-to-arc; +} +.#{$ti-prefix}-arrow-loop-left:before { + content: $ti-icon-arrow-loop-left; +} +.#{$ti-prefix}-arrow-loop-left-2:before { + content: $ti-icon-arrow-loop-left-2; +} +.#{$ti-prefix}-arrow-loop-right:before { + content: $ti-icon-arrow-loop-right; +} +.#{$ti-prefix}-arrow-loop-right-2:before { + content: $ti-icon-arrow-loop-right-2; +} +.#{$ti-prefix}-arrow-merge:before { + content: $ti-icon-arrow-merge; +} +.#{$ti-prefix}-arrow-merge-alt-left:before { + content: $ti-icon-arrow-merge-alt-left; +} +.#{$ti-prefix}-arrow-merge-alt-right:before { + content: $ti-icon-arrow-merge-alt-right; +} +.#{$ti-prefix}-arrow-merge-both:before { + content: $ti-icon-arrow-merge-both; +} +.#{$ti-prefix}-arrow-merge-left:before { + content: $ti-icon-arrow-merge-left; +} +.#{$ti-prefix}-arrow-merge-right:before { + content: $ti-icon-arrow-merge-right; +} +.#{$ti-prefix}-arrow-move-down:before { + content: $ti-icon-arrow-move-down; +} +.#{$ti-prefix}-arrow-move-left:before { + content: $ti-icon-arrow-move-left; +} +.#{$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-left:before { + content: $ti-icon-arrow-narrow-left; +} +.#{$ti-prefix}-arrow-narrow-right:before { + content: $ti-icon-arrow-narrow-right; +} +.#{$ti-prefix}-arrow-narrow-up:before { + content: $ti-icon-arrow-narrow-up; +} +.#{$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; +} +.#{$ti-prefix}-arrow-ramp-right:before { + content: $ti-icon-arrow-ramp-right; +} +.#{$ti-prefix}-arrow-ramp-right-2:before { + content: $ti-icon-arrow-ramp-right-2; +} +.#{$ti-prefix}-arrow-ramp-right-3:before { + content: $ti-icon-arrow-ramp-right-3; +} +.#{$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-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; +} +.#{$ti-prefix}-arrow-right-tail:before { + content: $ti-icon-arrow-right-tail; +} +.#{$ti-prefix}-arrow-right-to-arc:before { + content: $ti-icon-arrow-right-to-arc; +} +.#{$ti-prefix}-arrow-rotary-first-left:before { + content: $ti-icon-arrow-rotary-first-left; +} +.#{$ti-prefix}-arrow-rotary-first-right:before { + content: $ti-icon-arrow-rotary-first-right; +} +.#{$ti-prefix}-arrow-rotary-last-left:before { + content: $ti-icon-arrow-rotary-last-left; +} +.#{$ti-prefix}-arrow-rotary-last-right:before { + content: $ti-icon-arrow-rotary-last-right; +} +.#{$ti-prefix}-arrow-rotary-left:before { + content: $ti-icon-arrow-rotary-left; +} +.#{$ti-prefix}-arrow-rotary-right:before { + content: $ti-icon-arrow-rotary-right; +} +.#{$ti-prefix}-arrow-rotary-straight:before { + content: $ti-icon-arrow-rotary-straight; +} +.#{$ti-prefix}-arrow-roundabout-left:before { + content: $ti-icon-arrow-roundabout-left; +} +.#{$ti-prefix}-arrow-roundabout-right:before { + content: $ti-icon-arrow-roundabout-right; +} +.#{$ti-prefix}-arrow-sharp-turn-left:before { + content: $ti-icon-arrow-sharp-turn-left; +} +.#{$ti-prefix}-arrow-sharp-turn-right:before { + content: $ti-icon-arrow-sharp-turn-right; +} +.#{$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-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; +} +.#{$ti-prefix}-arrow-up-rhombus:before { + content: $ti-icon-arrow-up-rhombus; +} +.#{$ti-prefix}-arrow-up-right:before { + content: $ti-icon-arrow-up-right; +} +.#{$ti-prefix}-arrow-up-right-circle:before { + content: $ti-icon-arrow-up-right-circle; +} +.#{$ti-prefix}-arrow-up-square:before { + content: $ti-icon-arrow-up-square; +} +.#{$ti-prefix}-arrow-up-tail:before { + content: $ti-icon-arrow-up-tail; +} +.#{$ti-prefix}-arrow-up-to-arc:before { + content: $ti-icon-arrow-up-to-arc; +} +.#{$ti-prefix}-arrow-wave-left-down:before { + content: $ti-icon-arrow-wave-left-down; +} +.#{$ti-prefix}-arrow-wave-left-up:before { + content: $ti-icon-arrow-wave-left-up; +} +.#{$ti-prefix}-arrow-wave-right-down:before { + content: $ti-icon-arrow-wave-right-down; +} +.#{$ti-prefix}-arrow-wave-right-up:before { + content: $ti-icon-arrow-wave-right-up; +} +.#{$ti-prefix}-arrow-zig-zag:before { + content: $ti-icon-arrow-zig-zag; +} +.#{$ti-prefix}-arrows-cross:before { + content: $ti-icon-arrows-cross; +} +.#{$ti-prefix}-arrows-diagonal:before { + content: $ti-icon-arrows-diagonal; +} +.#{$ti-prefix}-arrows-diagonal-2:before { + content: $ti-icon-arrows-diagonal-2; +} +.#{$ti-prefix}-arrows-diagonal-minimize:before { + content: $ti-icon-arrows-diagonal-minimize; +} +.#{$ti-prefix}-arrows-diagonal-minimize-2:before { + content: $ti-icon-arrows-diagonal-minimize-2; +} +.#{$ti-prefix}-arrows-diff:before { + content: $ti-icon-arrows-diff; +} +.#{$ti-prefix}-arrows-double-ne-sw:before { + content: $ti-icon-arrows-double-ne-sw; +} +.#{$ti-prefix}-arrows-double-nw-se:before { + content: $ti-icon-arrows-double-nw-se; +} +.#{$ti-prefix}-arrows-double-se-nw:before { + content: $ti-icon-arrows-double-se-nw; +} +.#{$ti-prefix}-arrows-double-sw-ne:before { + content: $ti-icon-arrows-double-sw-ne; +} +.#{$ti-prefix}-arrows-down:before { + content: $ti-icon-arrows-down; +} +.#{$ti-prefix}-arrows-down-up:before { + content: $ti-icon-arrows-down-up; +} +.#{$ti-prefix}-arrows-exchange:before { + content: $ti-icon-arrows-exchange; +} +.#{$ti-prefix}-arrows-exchange-2:before { + content: $ti-icon-arrows-exchange-2; +} +.#{$ti-prefix}-arrows-horizontal:before { + content: $ti-icon-arrows-horizontal; +} +.#{$ti-prefix}-arrows-join:before { + content: $ti-icon-arrows-join; +} +.#{$ti-prefix}-arrows-join-2:before { + content: $ti-icon-arrows-join-2; +} +.#{$ti-prefix}-arrows-left:before { + content: $ti-icon-arrows-left; +} +.#{$ti-prefix}-arrows-left-down:before { + content: $ti-icon-arrows-left-down; +} +.#{$ti-prefix}-arrows-left-right:before { + content: $ti-icon-arrows-left-right; +} +.#{$ti-prefix}-arrows-maximize:before { + content: $ti-icon-arrows-maximize; +} +.#{$ti-prefix}-arrows-minimize:before { + content: $ti-icon-arrows-minimize; +} +.#{$ti-prefix}-arrows-move:before { + content: $ti-icon-arrows-move; +} +.#{$ti-prefix}-arrows-move-horizontal:before { + content: $ti-icon-arrows-move-horizontal; +} +.#{$ti-prefix}-arrows-move-vertical:before { + content: $ti-icon-arrows-move-vertical; +} +.#{$ti-prefix}-arrows-random:before { + content: $ti-icon-arrows-random; +} +.#{$ti-prefix}-arrows-right:before { + content: $ti-icon-arrows-right; +} +.#{$ti-prefix}-arrows-right-down:before { + content: $ti-icon-arrows-right-down; +} +.#{$ti-prefix}-arrows-right-left:before { + content: $ti-icon-arrows-right-left; +} +.#{$ti-prefix}-arrows-shuffle:before { + content: $ti-icon-arrows-shuffle; +} +.#{$ti-prefix}-arrows-shuffle-2:before { + content: $ti-icon-arrows-shuffle-2; +} +.#{$ti-prefix}-arrows-sort:before { + content: $ti-icon-arrows-sort; +} +.#{$ti-prefix}-arrows-split:before { + content: $ti-icon-arrows-split; +} +.#{$ti-prefix}-arrows-split-2:before { + content: $ti-icon-arrows-split-2; +} +.#{$ti-prefix}-arrows-transfer-down:before { + content: $ti-icon-arrows-transfer-down; +} +.#{$ti-prefix}-arrows-transfer-up:before { + content: $ti-icon-arrows-transfer-up; +} +.#{$ti-prefix}-arrows-up:before { + content: $ti-icon-arrows-up; +} +.#{$ti-prefix}-arrows-up-down:before { + content: $ti-icon-arrows-up-down; +} +.#{$ti-prefix}-arrows-up-left:before { + content: $ti-icon-arrows-up-left; +} +.#{$ti-prefix}-arrows-up-right:before { + content: $ti-icon-arrows-up-right; +} +.#{$ti-prefix}-arrows-vertical:before { + content: $ti-icon-arrows-vertical; +} +.#{$ti-prefix}-artboard:before { + content: $ti-icon-artboard; +} +.#{$ti-prefix}-artboard-filled:before { + content: $ti-icon-artboard-filled; +} +.#{$ti-prefix}-artboard-off:before { + content: $ti-icon-artboard-off; +} +.#{$ti-prefix}-article:before { + content: $ti-icon-article; +} +.#{$ti-prefix}-article-filled:before { + content: $ti-icon-article-filled; +} +.#{$ti-prefix}-article-off:before { + content: $ti-icon-article-off; +} +.#{$ti-prefix}-aspect-ratio:before { + content: $ti-icon-aspect-ratio; +} +.#{$ti-prefix}-aspect-ratio-filled:before { + content: $ti-icon-aspect-ratio-filled; +} +.#{$ti-prefix}-aspect-ratio-off:before { + content: $ti-icon-aspect-ratio-off; +} +.#{$ti-prefix}-assembly:before { + content: $ti-icon-assembly; +} +.#{$ti-prefix}-assembly-filled:before { + content: $ti-icon-assembly-filled; +} +.#{$ti-prefix}-assembly-off:before { + content: $ti-icon-assembly-off; +} +.#{$ti-prefix}-asset:before { + content: $ti-icon-asset; +} +.#{$ti-prefix}-asset-filled:before { + content: $ti-icon-asset-filled; +} +.#{$ti-prefix}-asterisk:before { + content: $ti-icon-asterisk; +} +.#{$ti-prefix}-asterisk-simple:before { + content: $ti-icon-asterisk-simple; +} +.#{$ti-prefix}-at:before { + content: $ti-icon-at; +} +.#{$ti-prefix}-at-off:before { + content: $ti-icon-at-off; +} +.#{$ti-prefix}-atom:before { + content: $ti-icon-atom; +} +.#{$ti-prefix}-atom-2:before { + content: $ti-icon-atom-2; +} +.#{$ti-prefix}-atom-2-filled:before { + content: $ti-icon-atom-2-filled; +} +.#{$ti-prefix}-atom-off:before { + content: $ti-icon-atom-off; +} +.#{$ti-prefix}-augmented-reality:before { + content: $ti-icon-augmented-reality; +} +.#{$ti-prefix}-augmented-reality-2:before { + content: $ti-icon-augmented-reality-2; +} +.#{$ti-prefix}-augmented-reality-off:before { + content: $ti-icon-augmented-reality-off; +} +.#{$ti-prefix}-auth-2fa:before { + content: $ti-icon-auth-2fa; +} +.#{$ti-prefix}-automatic-gearbox:before { + content: $ti-icon-automatic-gearbox; +} +.#{$ti-prefix}-avocado:before { + content: $ti-icon-avocado; +} +.#{$ti-prefix}-award:before { + content: $ti-icon-award; +} +.#{$ti-prefix}-award-filled:before { + content: $ti-icon-award-filled; +} +.#{$ti-prefix}-award-off:before { + content: $ti-icon-award-off; +} +.#{$ti-prefix}-axe:before { + content: $ti-icon-axe; +} +.#{$ti-prefix}-axis-x:before { + content: $ti-icon-axis-x; +} +.#{$ti-prefix}-axis-y:before { + content: $ti-icon-axis-y; +} +.#{$ti-prefix}-baby-bottle:before { + content: $ti-icon-baby-bottle; +} +.#{$ti-prefix}-baby-carriage:before { + content: $ti-icon-baby-carriage; +} +.#{$ti-prefix}-baby-carriage-filled:before { + content: $ti-icon-baby-carriage-filled; +} +.#{$ti-prefix}-background:before { + content: $ti-icon-background; +} +.#{$ti-prefix}-backhoe:before { + content: $ti-icon-backhoe; +} +.#{$ti-prefix}-backpack:before { + content: $ti-icon-backpack; +} +.#{$ti-prefix}-backpack-off:before { + content: $ti-icon-backpack-off; +} +.#{$ti-prefix}-backslash:before { + content: $ti-icon-backslash; +} +.#{$ti-prefix}-backspace:before { + content: $ti-icon-backspace; +} +.#{$ti-prefix}-backspace-filled:before { + content: $ti-icon-backspace-filled; +} +.#{$ti-prefix}-badge:before { + content: $ti-icon-badge; +} +.#{$ti-prefix}-badge-3d:before { + content: $ti-icon-badge-3d; +} +.#{$ti-prefix}-badge-3d-filled:before { + content: $ti-icon-badge-3d-filled; +} +.#{$ti-prefix}-badge-4k:before { + content: $ti-icon-badge-4k; +} +.#{$ti-prefix}-badge-4k-filled:before { + content: $ti-icon-badge-4k-filled; +} +.#{$ti-prefix}-badge-8k:before { + content: $ti-icon-badge-8k; +} +.#{$ti-prefix}-badge-8k-filled:before { + content: $ti-icon-badge-8k-filled; +} +.#{$ti-prefix}-badge-ad:before { + content: $ti-icon-badge-ad; +} +.#{$ti-prefix}-badge-ad-filled:before { + content: $ti-icon-badge-ad-filled; +} +.#{$ti-prefix}-badge-ad-off:before { + content: $ti-icon-badge-ad-off; +} +.#{$ti-prefix}-badge-ar:before { + content: $ti-icon-badge-ar; +} +.#{$ti-prefix}-badge-ar-filled:before { + content: $ti-icon-badge-ar-filled; +} +.#{$ti-prefix}-badge-cc:before { + content: $ti-icon-badge-cc; +} +.#{$ti-prefix}-badge-cc-filled:before { + content: $ti-icon-badge-cc-filled; +} +.#{$ti-prefix}-badge-filled:before { + content: $ti-icon-badge-filled; +} +.#{$ti-prefix}-badge-hd:before { + content: $ti-icon-badge-hd; +} +.#{$ti-prefix}-badge-hd-filled:before { + content: $ti-icon-badge-hd-filled; +} +.#{$ti-prefix}-badge-off:before { + content: $ti-icon-badge-off; +} +.#{$ti-prefix}-badge-sd:before { + content: $ti-icon-badge-sd; +} +.#{$ti-prefix}-badge-sd-filled:before { + content: $ti-icon-badge-sd-filled; +} +.#{$ti-prefix}-badge-tm:before { + content: $ti-icon-badge-tm; +} +.#{$ti-prefix}-badge-tm-filled:before { + content: $ti-icon-badge-tm-filled; +} +.#{$ti-prefix}-badge-vo:before { + content: $ti-icon-badge-vo; +} +.#{$ti-prefix}-badge-vo-filled:before { + content: $ti-icon-badge-vo-filled; +} +.#{$ti-prefix}-badge-vr:before { + content: $ti-icon-badge-vr; +} +.#{$ti-prefix}-badge-vr-filled:before { + content: $ti-icon-badge-vr-filled; +} +.#{$ti-prefix}-badge-wc:before { + content: $ti-icon-badge-wc; +} +.#{$ti-prefix}-badge-wc-filled:before { + content: $ti-icon-badge-wc-filled; +} +.#{$ti-prefix}-badges:before { + content: $ti-icon-badges; +} +.#{$ti-prefix}-badges-filled:before { + content: $ti-icon-badges-filled; +} +.#{$ti-prefix}-badges-off:before { + content: $ti-icon-badges-off; +} +.#{$ti-prefix}-baguette:before { + content: $ti-icon-baguette; +} +.#{$ti-prefix}-ball-american-football:before { + content: $ti-icon-ball-american-football; +} +.#{$ti-prefix}-ball-american-football-off:before { + content: $ti-icon-ball-american-football-off; +} +.#{$ti-prefix}-ball-baseball:before { + content: $ti-icon-ball-baseball; +} +.#{$ti-prefix}-ball-basketball:before { + content: $ti-icon-ball-basketball; +} +.#{$ti-prefix}-ball-bowling:before { + content: $ti-icon-ball-bowling; +} +.#{$ti-prefix}-ball-football:before { + content: $ti-icon-ball-football; +} +.#{$ti-prefix}-ball-football-off:before { + content: $ti-icon-ball-football-off; +} +.#{$ti-prefix}-ball-tennis:before { + content: $ti-icon-ball-tennis; +} +.#{$ti-prefix}-ball-volleyball:before { + content: $ti-icon-ball-volleyball; +} +.#{$ti-prefix}-balloon:before { + content: $ti-icon-balloon; +} +.#{$ti-prefix}-balloon-filled:before { + content: $ti-icon-balloon-filled; +} +.#{$ti-prefix}-balloon-off:before { + content: $ti-icon-balloon-off; +} +.#{$ti-prefix}-ballpen:before { + content: $ti-icon-ballpen; +} +.#{$ti-prefix}-ballpen-filled:before { + content: $ti-icon-ballpen-filled; +} +.#{$ti-prefix}-ballpen-off:before { + content: $ti-icon-ballpen-off; +} +.#{$ti-prefix}-ban:before { + content: $ti-icon-ban; +} +.#{$ti-prefix}-bandage:before { + content: $ti-icon-bandage; +} +.#{$ti-prefix}-bandage-filled:before { + content: $ti-icon-bandage-filled; +} +.#{$ti-prefix}-bandage-off:before { + content: $ti-icon-bandage-off; +} +.#{$ti-prefix}-barbell:before { + content: $ti-icon-barbell; +} +.#{$ti-prefix}-barbell-filled:before { + content: $ti-icon-barbell-filled; +} +.#{$ti-prefix}-barbell-off:before { + content: $ti-icon-barbell-off; +} +.#{$ti-prefix}-barcode:before { + content: $ti-icon-barcode; +} +.#{$ti-prefix}-barcode-off:before { + content: $ti-icon-barcode-off; +} +.#{$ti-prefix}-barrel:before { + content: $ti-icon-barrel; +} +.#{$ti-prefix}-barrel-off:before { + content: $ti-icon-barrel-off; +} +.#{$ti-prefix}-barrier-block:before { + content: $ti-icon-barrier-block; +} +.#{$ti-prefix}-barrier-block-filled:before { + content: $ti-icon-barrier-block-filled; +} +.#{$ti-prefix}-barrier-block-off:before { + content: $ti-icon-barrier-block-off; +} +.#{$ti-prefix}-baseline:before { + content: $ti-icon-baseline; +} +.#{$ti-prefix}-baseline-density-large:before { + content: $ti-icon-baseline-density-large; +} +.#{$ti-prefix}-baseline-density-medium:before { + content: $ti-icon-baseline-density-medium; +} +.#{$ti-prefix}-baseline-density-small:before { + content: $ti-icon-baseline-density-small; +} +.#{$ti-prefix}-basket:before { + content: $ti-icon-basket; +} +.#{$ti-prefix}-basket-bolt:before { + content: $ti-icon-basket-bolt; +} +.#{$ti-prefix}-basket-cancel:before { + content: $ti-icon-basket-cancel; +} +.#{$ti-prefix}-basket-check:before { + content: $ti-icon-basket-check; +} +.#{$ti-prefix}-basket-code:before { + content: $ti-icon-basket-code; +} +.#{$ti-prefix}-basket-cog:before { + content: $ti-icon-basket-cog; +} +.#{$ti-prefix}-basket-discount:before { + content: $ti-icon-basket-discount; +} +.#{$ti-prefix}-basket-dollar:before { + content: $ti-icon-basket-dollar; +} +.#{$ti-prefix}-basket-down:before { + content: $ti-icon-basket-down; +} +.#{$ti-prefix}-basket-exclamation:before { + content: $ti-icon-basket-exclamation; +} +.#{$ti-prefix}-basket-filled:before { + content: $ti-icon-basket-filled; +} +.#{$ti-prefix}-basket-heart:before { + content: $ti-icon-basket-heart; +} +.#{$ti-prefix}-basket-minus:before { + content: $ti-icon-basket-minus; +} +.#{$ti-prefix}-basket-off:before { + content: $ti-icon-basket-off; +} +.#{$ti-prefix}-basket-pause:before { + content: $ti-icon-basket-pause; +} +.#{$ti-prefix}-basket-pin:before { + content: $ti-icon-basket-pin; +} +.#{$ti-prefix}-basket-plus:before { + content: $ti-icon-basket-plus; +} +.#{$ti-prefix}-basket-question:before { + content: $ti-icon-basket-question; +} +.#{$ti-prefix}-basket-search:before { + content: $ti-icon-basket-search; +} +.#{$ti-prefix}-basket-share:before { + content: $ti-icon-basket-share; +} +.#{$ti-prefix}-basket-star:before { + content: $ti-icon-basket-star; +} +.#{$ti-prefix}-basket-up:before { + content: $ti-icon-basket-up; +} +.#{$ti-prefix}-basket-x:before { + content: $ti-icon-basket-x; +} +.#{$ti-prefix}-bat:before { + content: $ti-icon-bat; +} +.#{$ti-prefix}-bath:before { + content: $ti-icon-bath; +} +.#{$ti-prefix}-bath-filled:before { + content: $ti-icon-bath-filled; +} +.#{$ti-prefix}-bath-off:before { + content: $ti-icon-bath-off; +} +.#{$ti-prefix}-battery:before { + content: $ti-icon-battery; +} +.#{$ti-prefix}-battery-1:before { + content: $ti-icon-battery-1; +} +.#{$ti-prefix}-battery-1-filled:before { + content: $ti-icon-battery-1-filled; +} +.#{$ti-prefix}-battery-2:before { + content: $ti-icon-battery-2; +} +.#{$ti-prefix}-battery-2-filled:before { + content: $ti-icon-battery-2-filled; +} +.#{$ti-prefix}-battery-3:before { + content: $ti-icon-battery-3; +} +.#{$ti-prefix}-battery-3-filled:before { + content: $ti-icon-battery-3-filled; +} +.#{$ti-prefix}-battery-4:before { + content: $ti-icon-battery-4; +} +.#{$ti-prefix}-battery-4-filled:before { + content: $ti-icon-battery-4-filled; +} +.#{$ti-prefix}-battery-automotive:before { + content: $ti-icon-battery-automotive; +} +.#{$ti-prefix}-battery-charging:before { + content: $ti-icon-battery-charging; +} +.#{$ti-prefix}-battery-charging-2:before { + content: $ti-icon-battery-charging-2; +} +.#{$ti-prefix}-battery-eco:before { + content: $ti-icon-battery-eco; +} +.#{$ti-prefix}-battery-filled:before { + content: $ti-icon-battery-filled; +} +.#{$ti-prefix}-battery-off:before { + content: $ti-icon-battery-off; +} +.#{$ti-prefix}-beach:before { + content: $ti-icon-beach; +} +.#{$ti-prefix}-beach-off:before { + content: $ti-icon-beach-off; +} +.#{$ti-prefix}-bed:before { + content: $ti-icon-bed; +} +.#{$ti-prefix}-bed-filled:before { + content: $ti-icon-bed-filled; +} +.#{$ti-prefix}-bed-flat:before { + content: $ti-icon-bed-flat; +} +.#{$ti-prefix}-bed-flat-filled:before { + content: $ti-icon-bed-flat-filled; +} +.#{$ti-prefix}-bed-off:before { + content: $ti-icon-bed-off; +} +.#{$ti-prefix}-beer:before { + content: $ti-icon-beer; +} +.#{$ti-prefix}-beer-filled:before { + content: $ti-icon-beer-filled; +} +.#{$ti-prefix}-beer-off:before { + content: $ti-icon-beer-off; +} +.#{$ti-prefix}-bell:before { + content: $ti-icon-bell; +} +.#{$ti-prefix}-bell-bolt:before { + content: $ti-icon-bell-bolt; +} +.#{$ti-prefix}-bell-cancel:before { + content: $ti-icon-bell-cancel; +} +.#{$ti-prefix}-bell-check:before { + content: $ti-icon-bell-check; +} +.#{$ti-prefix}-bell-code:before { + content: $ti-icon-bell-code; +} +.#{$ti-prefix}-bell-cog:before { + content: $ti-icon-bell-cog; +} +.#{$ti-prefix}-bell-dollar:before { + content: $ti-icon-bell-dollar; +} +.#{$ti-prefix}-bell-down:before { + content: $ti-icon-bell-down; +} +.#{$ti-prefix}-bell-exclamation:before { + content: $ti-icon-bell-exclamation; +} +.#{$ti-prefix}-bell-filled:before { + content: $ti-icon-bell-filled; +} +.#{$ti-prefix}-bell-heart:before { + content: $ti-icon-bell-heart; +} +.#{$ti-prefix}-bell-minus:before { + content: $ti-icon-bell-minus; +} +.#{$ti-prefix}-bell-minus-filled:before { + content: $ti-icon-bell-minus-filled; +} +.#{$ti-prefix}-bell-off:before { + content: $ti-icon-bell-off; +} +.#{$ti-prefix}-bell-pause:before { + content: $ti-icon-bell-pause; +} +.#{$ti-prefix}-bell-pin:before { + content: $ti-icon-bell-pin; +} +.#{$ti-prefix}-bell-plus:before { + content: $ti-icon-bell-plus; +} +.#{$ti-prefix}-bell-plus-filled:before { + content: $ti-icon-bell-plus-filled; +} +.#{$ti-prefix}-bell-question:before { + content: $ti-icon-bell-question; +} +.#{$ti-prefix}-bell-ringing:before { + content: $ti-icon-bell-ringing; +} +.#{$ti-prefix}-bell-ringing-2:before { + content: $ti-icon-bell-ringing-2; +} +.#{$ti-prefix}-bell-ringing-2-filled:before { + content: $ti-icon-bell-ringing-2-filled; +} +.#{$ti-prefix}-bell-ringing-filled:before { + content: $ti-icon-bell-ringing-filled; +} +.#{$ti-prefix}-bell-school:before { + content: $ti-icon-bell-school; +} +.#{$ti-prefix}-bell-search:before { + content: $ti-icon-bell-search; +} +.#{$ti-prefix}-bell-share:before { + content: $ti-icon-bell-share; +} +.#{$ti-prefix}-bell-star:before { + content: $ti-icon-bell-star; +} +.#{$ti-prefix}-bell-up:before { + content: $ti-icon-bell-up; +} +.#{$ti-prefix}-bell-x:before { + content: $ti-icon-bell-x; +} +.#{$ti-prefix}-bell-x-filled:before { + content: $ti-icon-bell-x-filled; +} +.#{$ti-prefix}-bell-z:before { + content: $ti-icon-bell-z; +} +.#{$ti-prefix}-bell-z-filled:before { + content: $ti-icon-bell-z-filled; +} +.#{$ti-prefix}-beta:before { + content: $ti-icon-beta; +} +.#{$ti-prefix}-bible:before { + content: $ti-icon-bible; +} +.#{$ti-prefix}-bike:before { + content: $ti-icon-bike; +} +.#{$ti-prefix}-bike-off:before { + content: $ti-icon-bike-off; +} +.#{$ti-prefix}-binary:before { + content: $ti-icon-binary; +} +.#{$ti-prefix}-binary-off:before { + content: $ti-icon-binary-off; +} +.#{$ti-prefix}-binary-tree:before { + content: $ti-icon-binary-tree; +} +.#{$ti-prefix}-binary-tree-2:before { + content: $ti-icon-binary-tree-2; +} +.#{$ti-prefix}-biohazard:before { + content: $ti-icon-biohazard; +} +.#{$ti-prefix}-biohazard-filled:before { + content: $ti-icon-biohazard-filled; +} +.#{$ti-prefix}-biohazard-off:before { + content: $ti-icon-biohazard-off; +} +.#{$ti-prefix}-blade:before { + content: $ti-icon-blade; +} +.#{$ti-prefix}-blade-filled:before { + content: $ti-icon-blade-filled; +} +.#{$ti-prefix}-bleach:before { + content: $ti-icon-bleach; +} +.#{$ti-prefix}-bleach-chlorine:before { + content: $ti-icon-bleach-chlorine; +} +.#{$ti-prefix}-bleach-no-chlorine:before { + content: $ti-icon-bleach-no-chlorine; +} +.#{$ti-prefix}-bleach-off:before { + content: $ti-icon-bleach-off; +} +.#{$ti-prefix}-blender:before { + content: $ti-icon-blender; +} +.#{$ti-prefix}-blockquote:before { + content: $ti-icon-blockquote; +} +.#{$ti-prefix}-bluetooth:before { + content: $ti-icon-bluetooth; +} +.#{$ti-prefix}-bluetooth-connected:before { + content: $ti-icon-bluetooth-connected; +} +.#{$ti-prefix}-bluetooth-off:before { + content: $ti-icon-bluetooth-off; +} +.#{$ti-prefix}-bluetooth-x:before { + content: $ti-icon-bluetooth-x; +} +.#{$ti-prefix}-blur:before { + content: $ti-icon-blur; +} +.#{$ti-prefix}-blur-off:before { + content: $ti-icon-blur-off; +} +.#{$ti-prefix}-bmp:before { + content: $ti-icon-bmp; +} +.#{$ti-prefix}-body-scan:before { + content: $ti-icon-body-scan; +} +.#{$ti-prefix}-bold:before { + content: $ti-icon-bold; +} +.#{$ti-prefix}-bold-off:before { + content: $ti-icon-bold-off; +} +.#{$ti-prefix}-bolt:before { + content: $ti-icon-bolt; +} +.#{$ti-prefix}-bolt-off:before { + content: $ti-icon-bolt-off; +} +.#{$ti-prefix}-bomb:before { + content: $ti-icon-bomb; +} +.#{$ti-prefix}-bomb-filled:before { + content: $ti-icon-bomb-filled; +} +.#{$ti-prefix}-bone:before { + content: $ti-icon-bone; +} +.#{$ti-prefix}-bone-filled:before { + content: $ti-icon-bone-filled; +} +.#{$ti-prefix}-bone-off:before { + content: $ti-icon-bone-off; +} +.#{$ti-prefix}-bong:before { + content: $ti-icon-bong; +} +.#{$ti-prefix}-bong-off:before { + content: $ti-icon-bong-off; +} +.#{$ti-prefix}-book:before { + content: $ti-icon-book; +} +.#{$ti-prefix}-book-2:before { + content: $ti-icon-book-2; +} +.#{$ti-prefix}-book-download:before { + content: $ti-icon-book-download; +} +.#{$ti-prefix}-book-filled:before { + content: $ti-icon-book-filled; +} +.#{$ti-prefix}-book-off:before { + content: $ti-icon-book-off; +} +.#{$ti-prefix}-book-upload:before { + content: $ti-icon-book-upload; +} +.#{$ti-prefix}-bookmark:before { + content: $ti-icon-bookmark; +} +.#{$ti-prefix}-bookmark-ai:before { + content: $ti-icon-bookmark-ai; +} +.#{$ti-prefix}-bookmark-edit:before { + content: $ti-icon-bookmark-edit; +} +.#{$ti-prefix}-bookmark-filled:before { + content: $ti-icon-bookmark-filled; +} +.#{$ti-prefix}-bookmark-minus:before { + content: $ti-icon-bookmark-minus; +} +.#{$ti-prefix}-bookmark-off:before { + content: $ti-icon-bookmark-off; +} +.#{$ti-prefix}-bookmark-plus:before { + content: $ti-icon-bookmark-plus; +} +.#{$ti-prefix}-bookmark-question:before { + content: $ti-icon-bookmark-question; +} +.#{$ti-prefix}-bookmarks:before { + content: $ti-icon-bookmarks; +} +.#{$ti-prefix}-bookmarks-filled:before { + content: $ti-icon-bookmarks-filled; +} +.#{$ti-prefix}-bookmarks-off:before { + content: $ti-icon-bookmarks-off; +} +.#{$ti-prefix}-books:before { + content: $ti-icon-books; +} +.#{$ti-prefix}-books-off:before { + content: $ti-icon-books-off; +} +.#{$ti-prefix}-boom:before { + content: $ti-icon-boom; +} +.#{$ti-prefix}-boom-filled:before { + content: $ti-icon-boom-filled; +} +.#{$ti-prefix}-border-all:before { + content: $ti-icon-border-all; +} +.#{$ti-prefix}-border-bottom:before { + content: $ti-icon-border-bottom; +} +.#{$ti-prefix}-border-bottom-plus:before { + content: $ti-icon-border-bottom-plus; +} +.#{$ti-prefix}-border-corner-ios:before { + content: $ti-icon-border-corner-ios; +} +.#{$ti-prefix}-border-corner-pill:before { + content: $ti-icon-border-corner-pill; +} +.#{$ti-prefix}-border-corner-rounded:before { + content: $ti-icon-border-corner-rounded; +} +.#{$ti-prefix}-border-corner-square:before { + content: $ti-icon-border-corner-square; +} +.#{$ti-prefix}-border-corners:before { + content: $ti-icon-border-corners; +} +.#{$ti-prefix}-border-horizontal:before { + content: $ti-icon-border-horizontal; +} +.#{$ti-prefix}-border-inner:before { + content: $ti-icon-border-inner; +} +.#{$ti-prefix}-border-left:before { + content: $ti-icon-border-left; +} +.#{$ti-prefix}-border-left-plus:before { + content: $ti-icon-border-left-plus; +} +.#{$ti-prefix}-border-none:before { + content: $ti-icon-border-none; +} +.#{$ti-prefix}-border-outer:before { + content: $ti-icon-border-outer; +} +.#{$ti-prefix}-border-radius:before { + content: $ti-icon-border-radius; +} +.#{$ti-prefix}-border-right:before { + content: $ti-icon-border-right; +} +.#{$ti-prefix}-border-right-plus:before { + content: $ti-icon-border-right-plus; +} +.#{$ti-prefix}-border-sides:before { + content: $ti-icon-border-sides; +} +.#{$ti-prefix}-border-style:before { + content: $ti-icon-border-style; +} +.#{$ti-prefix}-border-style-2:before { + content: $ti-icon-border-style-2; +} +.#{$ti-prefix}-border-top:before { + content: $ti-icon-border-top; +} +.#{$ti-prefix}-border-top-plus:before { + content: $ti-icon-border-top-plus; +} +.#{$ti-prefix}-border-vertical:before { + content: $ti-icon-border-vertical; +} +.#{$ti-prefix}-bottle:before { + content: $ti-icon-bottle; +} +.#{$ti-prefix}-bottle-filled:before { + content: $ti-icon-bottle-filled; +} +.#{$ti-prefix}-bottle-off:before { + content: $ti-icon-bottle-off; +} +.#{$ti-prefix}-bounce-left:before { + content: $ti-icon-bounce-left; +} +.#{$ti-prefix}-bounce-left-filled:before { + content: $ti-icon-bounce-left-filled; +} +.#{$ti-prefix}-bounce-right:before { + content: $ti-icon-bounce-right; +} +.#{$ti-prefix}-bounce-right-filled:before { + content: $ti-icon-bounce-right-filled; +} +.#{$ti-prefix}-bow:before { + content: $ti-icon-bow; +} +.#{$ti-prefix}-bow-filled:before { + content: $ti-icon-bow-filled; +} +.#{$ti-prefix}-bowl:before { + content: $ti-icon-bowl; +} +.#{$ti-prefix}-bowl-chopsticks:before { + content: $ti-icon-bowl-chopsticks; +} +.#{$ti-prefix}-bowl-chopsticks-filled:before { + content: $ti-icon-bowl-chopsticks-filled; +} +.#{$ti-prefix}-bowl-filled:before { + content: $ti-icon-bowl-filled; +} +.#{$ti-prefix}-bowl-spoon:before { + content: $ti-icon-bowl-spoon; +} +.#{$ti-prefix}-bowl-spoon-filled:before { + content: $ti-icon-bowl-spoon-filled; +} +.#{$ti-prefix}-box:before { + content: $ti-icon-box; +} +.#{$ti-prefix}-box-align-bottom:before { + content: $ti-icon-box-align-bottom; +} +.#{$ti-prefix}-box-align-bottom-filled:before { + content: $ti-icon-box-align-bottom-filled; +} +.#{$ti-prefix}-box-align-bottom-left:before { + content: $ti-icon-box-align-bottom-left; +} +.#{$ti-prefix}-box-align-bottom-left-filled:before { + content: $ti-icon-box-align-bottom-left-filled; +} +.#{$ti-prefix}-box-align-bottom-right:before { + content: $ti-icon-box-align-bottom-right; +} +.#{$ti-prefix}-box-align-bottom-right-filled:before { + content: $ti-icon-box-align-bottom-right-filled; +} +.#{$ti-prefix}-box-align-left:before { + content: $ti-icon-box-align-left; +} +.#{$ti-prefix}-box-align-left-filled:before { + content: $ti-icon-box-align-left-filled; +} +.#{$ti-prefix}-box-align-right:before { + content: $ti-icon-box-align-right; +} +.#{$ti-prefix}-box-align-right-filled:before { + content: $ti-icon-box-align-right-filled; +} +.#{$ti-prefix}-box-align-top:before { + content: $ti-icon-box-align-top; +} +.#{$ti-prefix}-box-align-top-filled:before { + content: $ti-icon-box-align-top-filled; +} +.#{$ti-prefix}-box-align-top-left:before { + content: $ti-icon-box-align-top-left; +} +.#{$ti-prefix}-box-align-top-left-filled:before { + content: $ti-icon-box-align-top-left-filled; +} +.#{$ti-prefix}-box-align-top-right:before { + content: $ti-icon-box-align-top-right; +} +.#{$ti-prefix}-box-align-top-right-filled:before { + content: $ti-icon-box-align-top-right-filled; +} +.#{$ti-prefix}-box-margin:before { + content: $ti-icon-box-margin; +} +.#{$ti-prefix}-box-model:before { + content: $ti-icon-box-model; +} +.#{$ti-prefix}-box-model-2:before { + content: $ti-icon-box-model-2; +} +.#{$ti-prefix}-box-model-2-off:before { + content: $ti-icon-box-model-2-off; +} +.#{$ti-prefix}-box-model-off:before { + content: $ti-icon-box-model-off; +} +.#{$ti-prefix}-box-multiple:before { + content: $ti-icon-box-multiple; +} +.#{$ti-prefix}-box-multiple-0:before { + content: $ti-icon-box-multiple-0; +} +.#{$ti-prefix}-box-multiple-1:before { + content: $ti-icon-box-multiple-1; +} +.#{$ti-prefix}-box-multiple-2:before { + content: $ti-icon-box-multiple-2; +} +.#{$ti-prefix}-box-multiple-3:before { + content: $ti-icon-box-multiple-3; +} +.#{$ti-prefix}-box-multiple-4:before { + content: $ti-icon-box-multiple-4; +} +.#{$ti-prefix}-box-multiple-5:before { + content: $ti-icon-box-multiple-5; +} +.#{$ti-prefix}-box-multiple-6:before { + content: $ti-icon-box-multiple-6; +} +.#{$ti-prefix}-box-multiple-7:before { + content: $ti-icon-box-multiple-7; +} +.#{$ti-prefix}-box-multiple-8:before { + content: $ti-icon-box-multiple-8; +} +.#{$ti-prefix}-box-multiple-9:before { + content: $ti-icon-box-multiple-9; +} +.#{$ti-prefix}-box-off:before { + content: $ti-icon-box-off; +} +.#{$ti-prefix}-box-padding:before { + content: $ti-icon-box-padding; +} +.#{$ti-prefix}-braces:before { + content: $ti-icon-braces; +} +.#{$ti-prefix}-braces-off:before { + content: $ti-icon-braces-off; +} +.#{$ti-prefix}-brackets:before { + content: $ti-icon-brackets; +} +.#{$ti-prefix}-brackets-angle:before { + content: $ti-icon-brackets-angle; +} +.#{$ti-prefix}-brackets-angle-off:before { + content: $ti-icon-brackets-angle-off; +} +.#{$ti-prefix}-brackets-contain:before { + content: $ti-icon-brackets-contain; +} +.#{$ti-prefix}-brackets-contain-end:before { + content: $ti-icon-brackets-contain-end; +} +.#{$ti-prefix}-brackets-contain-start:before { + content: $ti-icon-brackets-contain-start; +} +.#{$ti-prefix}-brackets-off:before { + content: $ti-icon-brackets-off; +} +.#{$ti-prefix}-braille:before { + content: $ti-icon-braille; +} +.#{$ti-prefix}-brain:before { + content: $ti-icon-brain; +} +.#{$ti-prefix}-brand-4chan:before { + content: $ti-icon-brand-4chan; +} +.#{$ti-prefix}-brand-abstract:before { + content: $ti-icon-brand-abstract; +} +.#{$ti-prefix}-brand-adobe:before { + content: $ti-icon-brand-adobe; +} +.#{$ti-prefix}-brand-adonis-js:before { + content: $ti-icon-brand-adonis-js; +} +.#{$ti-prefix}-brand-airbnb:before { + content: $ti-icon-brand-airbnb; +} +.#{$ti-prefix}-brand-airtable:before { + content: $ti-icon-brand-airtable; +} +.#{$ti-prefix}-brand-algolia:before { + content: $ti-icon-brand-algolia; +} +.#{$ti-prefix}-brand-alipay:before { + content: $ti-icon-brand-alipay; +} +.#{$ti-prefix}-brand-alpine-js:before { + content: $ti-icon-brand-alpine-js; +} +.#{$ti-prefix}-brand-amazon:before { + content: $ti-icon-brand-amazon; +} +.#{$ti-prefix}-brand-amd:before { + content: $ti-icon-brand-amd; +} +.#{$ti-prefix}-brand-amigo:before { + content: $ti-icon-brand-amigo; +} +.#{$ti-prefix}-brand-among-us:before { + content: $ti-icon-brand-among-us; +} +.#{$ti-prefix}-brand-android:before { + content: $ti-icon-brand-android; +} +.#{$ti-prefix}-brand-angular:before { + content: $ti-icon-brand-angular; +} +.#{$ti-prefix}-brand-ansible:before { + content: $ti-icon-brand-ansible; +} +.#{$ti-prefix}-brand-ao3:before { + content: $ti-icon-brand-ao3; +} +.#{$ti-prefix}-brand-appgallery:before { + content: $ti-icon-brand-appgallery; +} +.#{$ti-prefix}-brand-apple:before { + content: $ti-icon-brand-apple; +} +.#{$ti-prefix}-brand-apple-arcade:before { + content: $ti-icon-brand-apple-arcade; +} +.#{$ti-prefix}-brand-apple-filled:before { + content: $ti-icon-brand-apple-filled; +} +.#{$ti-prefix}-brand-apple-podcast:before { + content: $ti-icon-brand-apple-podcast; +} +.#{$ti-prefix}-brand-appstore:before { + content: $ti-icon-brand-appstore; +} +.#{$ti-prefix}-brand-asana:before { + content: $ti-icon-brand-asana; +} +.#{$ti-prefix}-brand-astro:before { + content: $ti-icon-brand-astro; +} +.#{$ti-prefix}-brand-auth0:before { + content: $ti-icon-brand-auth0; +} +.#{$ti-prefix}-brand-aws:before { + content: $ti-icon-brand-aws; +} +.#{$ti-prefix}-brand-azure:before { + content: $ti-icon-brand-azure; +} +.#{$ti-prefix}-brand-backbone:before { + content: $ti-icon-brand-backbone; +} +.#{$ti-prefix}-brand-badoo:before { + content: $ti-icon-brand-badoo; +} +.#{$ti-prefix}-brand-baidu:before { + content: $ti-icon-brand-baidu; +} +.#{$ti-prefix}-brand-bandcamp:before { + content: $ti-icon-brand-bandcamp; +} +.#{$ti-prefix}-brand-bandlab:before { + content: $ti-icon-brand-bandlab; +} +.#{$ti-prefix}-brand-beats:before { + content: $ti-icon-brand-beats; +} +.#{$ti-prefix}-brand-behance:before { + content: $ti-icon-brand-behance; +} +.#{$ti-prefix}-brand-bilibili:before { + content: $ti-icon-brand-bilibili; +} +.#{$ti-prefix}-brand-binance:before { + content: $ti-icon-brand-binance; +} +.#{$ti-prefix}-brand-bing:before { + content: $ti-icon-brand-bing; +} +.#{$ti-prefix}-brand-bitbucket:before { + content: $ti-icon-brand-bitbucket; +} +.#{$ti-prefix}-brand-blackberry:before { + content: $ti-icon-brand-blackberry; +} +.#{$ti-prefix}-brand-blender:before { + content: $ti-icon-brand-blender; +} +.#{$ti-prefix}-brand-blogger:before { + content: $ti-icon-brand-blogger; +} +.#{$ti-prefix}-brand-bluesky:before { + content: $ti-icon-brand-bluesky; +} +.#{$ti-prefix}-brand-booking:before { + content: $ti-icon-brand-booking; +} +.#{$ti-prefix}-brand-bootstrap:before { + content: $ti-icon-brand-bootstrap; +} +.#{$ti-prefix}-brand-bulma:before { + content: $ti-icon-brand-bulma; +} +.#{$ti-prefix}-brand-bumble:before { + content: $ti-icon-brand-bumble; +} +.#{$ti-prefix}-brand-bunpo:before { + content: $ti-icon-brand-bunpo; +} +.#{$ti-prefix}-brand-c-sharp:before { + content: $ti-icon-brand-c-sharp; +} +.#{$ti-prefix}-brand-cake:before { + content: $ti-icon-brand-cake; +} +.#{$ti-prefix}-brand-cakephp:before { + content: $ti-icon-brand-cakephp; +} +.#{$ti-prefix}-brand-campaignmonitor:before { + content: $ti-icon-brand-campaignmonitor; +} +.#{$ti-prefix}-brand-carbon:before { + content: $ti-icon-brand-carbon; +} +.#{$ti-prefix}-brand-cashapp:before { + content: $ti-icon-brand-cashapp; +} +.#{$ti-prefix}-brand-chrome:before { + content: $ti-icon-brand-chrome; +} +.#{$ti-prefix}-brand-cinema-4d:before { + content: $ti-icon-brand-cinema-4d; +} +.#{$ti-prefix}-brand-citymapper:before { + content: $ti-icon-brand-citymapper; +} +.#{$ti-prefix}-brand-cloudflare:before { + content: $ti-icon-brand-cloudflare; +} +.#{$ti-prefix}-brand-codecov:before { + content: $ti-icon-brand-codecov; +} +.#{$ti-prefix}-brand-codepen:before { + content: $ti-icon-brand-codepen; +} +.#{$ti-prefix}-brand-codesandbox:before { + content: $ti-icon-brand-codesandbox; +} +.#{$ti-prefix}-brand-cohost:before { + content: $ti-icon-brand-cohost; +} +.#{$ti-prefix}-brand-coinbase:before { + content: $ti-icon-brand-coinbase; +} +.#{$ti-prefix}-brand-comedy-central:before { + content: $ti-icon-brand-comedy-central; +} +.#{$ti-prefix}-brand-coreos:before { + content: $ti-icon-brand-coreos; +} +.#{$ti-prefix}-brand-couchdb:before { + content: $ti-icon-brand-couchdb; +} +.#{$ti-prefix}-brand-couchsurfing:before { + content: $ti-icon-brand-couchsurfing; +} +.#{$ti-prefix}-brand-cpp:before { + content: $ti-icon-brand-cpp; +} +.#{$ti-prefix}-brand-craft:before { + content: $ti-icon-brand-craft; +} +.#{$ti-prefix}-brand-crunchbase:before { + content: $ti-icon-brand-crunchbase; +} +.#{$ti-prefix}-brand-css3:before { + content: $ti-icon-brand-css3; +} +.#{$ti-prefix}-brand-ctemplar:before { + content: $ti-icon-brand-ctemplar; +} +.#{$ti-prefix}-brand-cucumber:before { + content: $ti-icon-brand-cucumber; +} +.#{$ti-prefix}-brand-cupra:before { + content: $ti-icon-brand-cupra; +} +.#{$ti-prefix}-brand-cypress:before { + content: $ti-icon-brand-cypress; +} +.#{$ti-prefix}-brand-d3:before { + content: $ti-icon-brand-d3; +} +.#{$ti-prefix}-brand-databricks:before { + content: $ti-icon-brand-databricks; +} +.#{$ti-prefix}-brand-days-counter:before { + content: $ti-icon-brand-days-counter; +} +.#{$ti-prefix}-brand-dcos:before { + content: $ti-icon-brand-dcos; +} +.#{$ti-prefix}-brand-debian:before { + content: $ti-icon-brand-debian; +} +.#{$ti-prefix}-brand-deezer:before { + content: $ti-icon-brand-deezer; +} +.#{$ti-prefix}-brand-deliveroo:before { + content: $ti-icon-brand-deliveroo; +} +.#{$ti-prefix}-brand-deno:before { + content: $ti-icon-brand-deno; +} +.#{$ti-prefix}-brand-denodo:before { + content: $ti-icon-brand-denodo; +} +.#{$ti-prefix}-brand-deviantart:before { + content: $ti-icon-brand-deviantart; +} +.#{$ti-prefix}-brand-digg:before { + content: $ti-icon-brand-digg; +} +.#{$ti-prefix}-brand-dingtalk:before { + content: $ti-icon-brand-dingtalk; +} +.#{$ti-prefix}-brand-discord:before { + content: $ti-icon-brand-discord; +} +.#{$ti-prefix}-brand-discord-filled:before { + content: $ti-icon-brand-discord-filled; +} +.#{$ti-prefix}-brand-disney:before { + content: $ti-icon-brand-disney; +} +.#{$ti-prefix}-brand-disqus:before { + content: $ti-icon-brand-disqus; +} +.#{$ti-prefix}-brand-django:before { + content: $ti-icon-brand-django; +} +.#{$ti-prefix}-brand-docker:before { + content: $ti-icon-brand-docker; +} +.#{$ti-prefix}-brand-doctrine:before { + content: $ti-icon-brand-doctrine; +} +.#{$ti-prefix}-brand-dolby-digital:before { + content: $ti-icon-brand-dolby-digital; +} +.#{$ti-prefix}-brand-douban:before { + content: $ti-icon-brand-douban; +} +.#{$ti-prefix}-brand-dribbble:before { + content: $ti-icon-brand-dribbble; +} +.#{$ti-prefix}-brand-dribbble-filled:before { + content: $ti-icon-brand-dribbble-filled; +} +.#{$ti-prefix}-brand-drops:before { + content: $ti-icon-brand-drops; +} +.#{$ti-prefix}-brand-drupal:before { + content: $ti-icon-brand-drupal; +} +.#{$ti-prefix}-brand-edge:before { + content: $ti-icon-brand-edge; +} +.#{$ti-prefix}-brand-elastic:before { + content: $ti-icon-brand-elastic; +} +.#{$ti-prefix}-brand-electronic-arts:before { + content: $ti-icon-brand-electronic-arts; +} +.#{$ti-prefix}-brand-ember:before { + content: $ti-icon-brand-ember; +} +.#{$ti-prefix}-brand-envato:before { + content: $ti-icon-brand-envato; +} +.#{$ti-prefix}-brand-etsy:before { + content: $ti-icon-brand-etsy; +} +.#{$ti-prefix}-brand-evernote:before { + content: $ti-icon-brand-evernote; +} +.#{$ti-prefix}-brand-facebook:before { + content: $ti-icon-brand-facebook; +} +.#{$ti-prefix}-brand-facebook-filled:before { + content: $ti-icon-brand-facebook-filled; +} +.#{$ti-prefix}-brand-feedly:before { + content: $ti-icon-brand-feedly; +} +.#{$ti-prefix}-brand-figma:before { + content: $ti-icon-brand-figma; +} +.#{$ti-prefix}-brand-filezilla:before { + content: $ti-icon-brand-filezilla; +} +.#{$ti-prefix}-brand-finder:before { + content: $ti-icon-brand-finder; +} +.#{$ti-prefix}-brand-firebase:before { + content: $ti-icon-brand-firebase; +} +.#{$ti-prefix}-brand-firefox:before { + content: $ti-icon-brand-firefox; +} +.#{$ti-prefix}-brand-fiverr:before { + content: $ti-icon-brand-fiverr; +} +.#{$ti-prefix}-brand-flickr:before { + content: $ti-icon-brand-flickr; +} +.#{$ti-prefix}-brand-flightradar24:before { + content: $ti-icon-brand-flightradar24; +} +.#{$ti-prefix}-brand-flipboard:before { + content: $ti-icon-brand-flipboard; +} +.#{$ti-prefix}-brand-flutter:before { + content: $ti-icon-brand-flutter; +} +.#{$ti-prefix}-brand-fortnite:before { + content: $ti-icon-brand-fortnite; +} +.#{$ti-prefix}-brand-foursquare:before { + content: $ti-icon-brand-foursquare; +} +.#{$ti-prefix}-brand-framer:before { + content: $ti-icon-brand-framer; +} +.#{$ti-prefix}-brand-framer-motion:before { + content: $ti-icon-brand-framer-motion; +} +.#{$ti-prefix}-brand-funimation:before { + content: $ti-icon-brand-funimation; +} +.#{$ti-prefix}-brand-gatsby:before { + content: $ti-icon-brand-gatsby; +} +.#{$ti-prefix}-brand-git:before { + content: $ti-icon-brand-git; +} +.#{$ti-prefix}-brand-github:before { + content: $ti-icon-brand-github; +} +.#{$ti-prefix}-brand-github-copilot:before { + content: $ti-icon-brand-github-copilot; +} +.#{$ti-prefix}-brand-github-filled:before { + content: $ti-icon-brand-github-filled; +} +.#{$ti-prefix}-brand-gitlab:before { + content: $ti-icon-brand-gitlab; +} +.#{$ti-prefix}-brand-gmail:before { + content: $ti-icon-brand-gmail; +} +.#{$ti-prefix}-brand-golang:before { + content: $ti-icon-brand-golang; +} +.#{$ti-prefix}-brand-google:before { + content: $ti-icon-brand-google; +} +.#{$ti-prefix}-brand-google-analytics:before { + content: $ti-icon-brand-google-analytics; +} +.#{$ti-prefix}-brand-google-big-query:before { + content: $ti-icon-brand-google-big-query; +} +.#{$ti-prefix}-brand-google-drive:before { + content: $ti-icon-brand-google-drive; +} +.#{$ti-prefix}-brand-google-filled:before { + content: $ti-icon-brand-google-filled; +} +.#{$ti-prefix}-brand-google-fit:before { + content: $ti-icon-brand-google-fit; +} +.#{$ti-prefix}-brand-google-home:before { + content: $ti-icon-brand-google-home; +} +.#{$ti-prefix}-brand-google-maps:before { + content: $ti-icon-brand-google-maps; +} +.#{$ti-prefix}-brand-google-one:before { + content: $ti-icon-brand-google-one; +} +.#{$ti-prefix}-brand-google-photos:before { + content: $ti-icon-brand-google-photos; +} +.#{$ti-prefix}-brand-google-play:before { + content: $ti-icon-brand-google-play; +} +.#{$ti-prefix}-brand-google-podcasts:before { + content: $ti-icon-brand-google-podcasts; +} +.#{$ti-prefix}-brand-grammarly:before { + content: $ti-icon-brand-grammarly; +} +.#{$ti-prefix}-brand-graphql:before { + content: $ti-icon-brand-graphql; +} +.#{$ti-prefix}-brand-gravatar:before { + content: $ti-icon-brand-gravatar; +} +.#{$ti-prefix}-brand-grindr:before { + content: $ti-icon-brand-grindr; +} +.#{$ti-prefix}-brand-guardian:before { + content: $ti-icon-brand-guardian; +} +.#{$ti-prefix}-brand-gumroad:before { + content: $ti-icon-brand-gumroad; +} +.#{$ti-prefix}-brand-hbo:before { + content: $ti-icon-brand-hbo; +} +.#{$ti-prefix}-brand-headlessui:before { + content: $ti-icon-brand-headlessui; +} +.#{$ti-prefix}-brand-hexo:before { + content: $ti-icon-brand-hexo; +} +.#{$ti-prefix}-brand-hipchat:before { + content: $ti-icon-brand-hipchat; +} +.#{$ti-prefix}-brand-html5:before { + content: $ti-icon-brand-html5; +} +.#{$ti-prefix}-brand-inertia:before { + content: $ti-icon-brand-inertia; +} +.#{$ti-prefix}-brand-instagram:before { + content: $ti-icon-brand-instagram; +} +.#{$ti-prefix}-brand-intercom:before { + content: $ti-icon-brand-intercom; +} +.#{$ti-prefix}-brand-itch:before { + content: $ti-icon-brand-itch; +} +.#{$ti-prefix}-brand-javascript:before { + content: $ti-icon-brand-javascript; +} +.#{$ti-prefix}-brand-juejin:before { + content: $ti-icon-brand-juejin; +} +.#{$ti-prefix}-brand-kako-talk:before { + content: $ti-icon-brand-kako-talk; +} +.#{$ti-prefix}-brand-kbin:before { + content: $ti-icon-brand-kbin; +} +.#{$ti-prefix}-brand-kick:before { + content: $ti-icon-brand-kick; +} +.#{$ti-prefix}-brand-kickstarter:before { + content: $ti-icon-brand-kickstarter; +} +.#{$ti-prefix}-brand-kotlin:before { + content: $ti-icon-brand-kotlin; +} +.#{$ti-prefix}-brand-laravel:before { + content: $ti-icon-brand-laravel; +} +.#{$ti-prefix}-brand-lastfm:before { + content: $ti-icon-brand-lastfm; +} +.#{$ti-prefix}-brand-leetcode:before { + content: $ti-icon-brand-leetcode; +} +.#{$ti-prefix}-brand-letterboxd:before { + content: $ti-icon-brand-letterboxd; +} +.#{$ti-prefix}-brand-line:before { + content: $ti-icon-brand-line; +} +.#{$ti-prefix}-brand-linkedin:before { + content: $ti-icon-brand-linkedin; +} +.#{$ti-prefix}-brand-linktree:before { + content: $ti-icon-brand-linktree; +} +.#{$ti-prefix}-brand-linqpad:before { + content: $ti-icon-brand-linqpad; +} +.#{$ti-prefix}-brand-livewire:before { + content: $ti-icon-brand-livewire; +} +.#{$ti-prefix}-brand-loom:before { + content: $ti-icon-brand-loom; +} +.#{$ti-prefix}-brand-mailgun:before { + content: $ti-icon-brand-mailgun; +} +.#{$ti-prefix}-brand-mantine:before { + content: $ti-icon-brand-mantine; +} +.#{$ti-prefix}-brand-mastercard:before { + content: $ti-icon-brand-mastercard; +} +.#{$ti-prefix}-brand-mastodon:before { + content: $ti-icon-brand-mastodon; +} +.#{$ti-prefix}-brand-matrix:before { + content: $ti-icon-brand-matrix; +} +.#{$ti-prefix}-brand-mcdonalds:before { + content: $ti-icon-brand-mcdonalds; +} +.#{$ti-prefix}-brand-medium:before { + content: $ti-icon-brand-medium; +} +.#{$ti-prefix}-brand-meetup:before { + content: $ti-icon-brand-meetup; +} +.#{$ti-prefix}-brand-mercedes:before { + content: $ti-icon-brand-mercedes; +} +.#{$ti-prefix}-brand-messenger:before { + content: $ti-icon-brand-messenger; +} +.#{$ti-prefix}-brand-meta:before { + content: $ti-icon-brand-meta; +} +.#{$ti-prefix}-brand-minecraft:before { + content: $ti-icon-brand-minecraft; +} +.#{$ti-prefix}-brand-miniprogram:before { + content: $ti-icon-brand-miniprogram; +} +.#{$ti-prefix}-brand-mixpanel:before { + content: $ti-icon-brand-mixpanel; +} +.#{$ti-prefix}-brand-monday:before { + content: $ti-icon-brand-monday; +} +.#{$ti-prefix}-brand-mongodb:before { + content: $ti-icon-brand-mongodb; +} +.#{$ti-prefix}-brand-my-oppo:before { + content: $ti-icon-brand-my-oppo; +} +.#{$ti-prefix}-brand-mysql:before { + content: $ti-icon-brand-mysql; +} +.#{$ti-prefix}-brand-national-geographic:before { + content: $ti-icon-brand-national-geographic; +} +.#{$ti-prefix}-brand-nem:before { + content: $ti-icon-brand-nem; +} +.#{$ti-prefix}-brand-netbeans:before { + content: $ti-icon-brand-netbeans; +} +.#{$ti-prefix}-brand-netease-music:before { + content: $ti-icon-brand-netease-music; +} +.#{$ti-prefix}-brand-netflix:before { + content: $ti-icon-brand-netflix; +} +.#{$ti-prefix}-brand-nexo:before { + content: $ti-icon-brand-nexo; +} +.#{$ti-prefix}-brand-nextcloud:before { + content: $ti-icon-brand-nextcloud; +} +.#{$ti-prefix}-brand-nextjs:before { + content: $ti-icon-brand-nextjs; +} +.#{$ti-prefix}-brand-nodejs:before { + content: $ti-icon-brand-nodejs; +} +.#{$ti-prefix}-brand-nord-vpn:before { + content: $ti-icon-brand-nord-vpn; +} +.#{$ti-prefix}-brand-notion:before { + content: $ti-icon-brand-notion; +} +.#{$ti-prefix}-brand-npm:before { + content: $ti-icon-brand-npm; +} +.#{$ti-prefix}-brand-nuxt:before { + content: $ti-icon-brand-nuxt; +} +.#{$ti-prefix}-brand-nytimes:before { + content: $ti-icon-brand-nytimes; +} +.#{$ti-prefix}-brand-oauth:before { + content: $ti-icon-brand-oauth; +} +.#{$ti-prefix}-brand-office:before { + content: $ti-icon-brand-office; +} +.#{$ti-prefix}-brand-ok-ru:before { + content: $ti-icon-brand-ok-ru; +} +.#{$ti-prefix}-brand-onedrive:before { + content: $ti-icon-brand-onedrive; +} +.#{$ti-prefix}-brand-onlyfans:before { + content: $ti-icon-brand-onlyfans; +} +.#{$ti-prefix}-brand-open-source:before { + content: $ti-icon-brand-open-source; +} +.#{$ti-prefix}-brand-openai:before { + content: $ti-icon-brand-openai; +} +.#{$ti-prefix}-brand-openvpn:before { + content: $ti-icon-brand-openvpn; +} +.#{$ti-prefix}-brand-opera:before { + content: $ti-icon-brand-opera; +} +.#{$ti-prefix}-brand-pagekit:before { + content: $ti-icon-brand-pagekit; +} +.#{$ti-prefix}-brand-parsinta:before { + content: $ti-icon-brand-parsinta; +} +.#{$ti-prefix}-brand-patreon:before { + content: $ti-icon-brand-patreon; +} +.#{$ti-prefix}-brand-patreon-filled:before { + content: $ti-icon-brand-patreon-filled; +} +.#{$ti-prefix}-brand-paypal:before { + content: $ti-icon-brand-paypal; +} +.#{$ti-prefix}-brand-paypal-filled:before { + content: $ti-icon-brand-paypal-filled; +} +.#{$ti-prefix}-brand-paypay:before { + content: $ti-icon-brand-paypay; +} +.#{$ti-prefix}-brand-peanut:before { + content: $ti-icon-brand-peanut; +} +.#{$ti-prefix}-brand-pepsi:before { + content: $ti-icon-brand-pepsi; +} +.#{$ti-prefix}-brand-php:before { + content: $ti-icon-brand-php; +} +.#{$ti-prefix}-brand-picsart:before { + content: $ti-icon-brand-picsart; +} +.#{$ti-prefix}-brand-pinterest:before { + content: $ti-icon-brand-pinterest; +} +.#{$ti-prefix}-brand-planetscale:before { + content: $ti-icon-brand-planetscale; +} +.#{$ti-prefix}-brand-pnpm:before { + content: $ti-icon-brand-pnpm; +} +.#{$ti-prefix}-brand-pocket:before { + content: $ti-icon-brand-pocket; +} +.#{$ti-prefix}-brand-polymer:before { + content: $ti-icon-brand-polymer; +} +.#{$ti-prefix}-brand-powershell:before { + content: $ti-icon-brand-powershell; +} +.#{$ti-prefix}-brand-printables:before { + content: $ti-icon-brand-printables; +} +.#{$ti-prefix}-brand-prisma:before { + content: $ti-icon-brand-prisma; +} +.#{$ti-prefix}-brand-producthunt:before { + content: $ti-icon-brand-producthunt; +} +.#{$ti-prefix}-brand-pushbullet:before { + content: $ti-icon-brand-pushbullet; +} +.#{$ti-prefix}-brand-pushover:before { + content: $ti-icon-brand-pushover; +} +.#{$ti-prefix}-brand-python:before { + content: $ti-icon-brand-python; +} +.#{$ti-prefix}-brand-qq:before { + content: $ti-icon-brand-qq; +} +.#{$ti-prefix}-brand-radix-ui:before { + content: $ti-icon-brand-radix-ui; +} +.#{$ti-prefix}-brand-react:before { + content: $ti-icon-brand-react; +} +.#{$ti-prefix}-brand-react-native:before { + content: $ti-icon-brand-react-native; +} +.#{$ti-prefix}-brand-reason:before { + content: $ti-icon-brand-reason; +} +.#{$ti-prefix}-brand-reddit:before { + content: $ti-icon-brand-reddit; +} +.#{$ti-prefix}-brand-redhat:before { + content: $ti-icon-brand-redhat; +} +.#{$ti-prefix}-brand-redux:before { + content: $ti-icon-brand-redux; +} +.#{$ti-prefix}-brand-revolut:before { + content: $ti-icon-brand-revolut; +} +.#{$ti-prefix}-brand-rumble:before { + content: $ti-icon-brand-rumble; +} +.#{$ti-prefix}-brand-rust:before { + content: $ti-icon-brand-rust; +} +.#{$ti-prefix}-brand-safari:before { + content: $ti-icon-brand-safari; +} +.#{$ti-prefix}-brand-samsungpass:before { + content: $ti-icon-brand-samsungpass; +} +.#{$ti-prefix}-brand-sass:before { + content: $ti-icon-brand-sass; +} +.#{$ti-prefix}-brand-sentry:before { + content: $ti-icon-brand-sentry; +} +.#{$ti-prefix}-brand-sharik:before { + content: $ti-icon-brand-sharik; +} +.#{$ti-prefix}-brand-shazam:before { + content: $ti-icon-brand-shazam; +} +.#{$ti-prefix}-brand-shopee:before { + content: $ti-icon-brand-shopee; +} +.#{$ti-prefix}-brand-sketch:before { + content: $ti-icon-brand-sketch; +} +.#{$ti-prefix}-brand-skype:before { + content: $ti-icon-brand-skype; +} +.#{$ti-prefix}-brand-slack:before { + content: $ti-icon-brand-slack; +} +.#{$ti-prefix}-brand-snapchat:before { + content: $ti-icon-brand-snapchat; +} +.#{$ti-prefix}-brand-snapseed:before { + content: $ti-icon-brand-snapseed; +} +.#{$ti-prefix}-brand-snowflake:before { + content: $ti-icon-brand-snowflake; +} +.#{$ti-prefix}-brand-socket-io:before { + content: $ti-icon-brand-socket-io; +} +.#{$ti-prefix}-brand-solidjs:before { + content: $ti-icon-brand-solidjs; +} +.#{$ti-prefix}-brand-soundcloud:before { + content: $ti-icon-brand-soundcloud; +} +.#{$ti-prefix}-brand-spacehey:before { + content: $ti-icon-brand-spacehey; +} +.#{$ti-prefix}-brand-speedtest:before { + content: $ti-icon-brand-speedtest; +} +.#{$ti-prefix}-brand-spotify:before { + content: $ti-icon-brand-spotify; +} +.#{$ti-prefix}-brand-spotify-filled:before { + content: $ti-icon-brand-spotify-filled; +} +.#{$ti-prefix}-brand-stackoverflow:before { + content: $ti-icon-brand-stackoverflow; +} +.#{$ti-prefix}-brand-stackshare:before { + content: $ti-icon-brand-stackshare; +} +.#{$ti-prefix}-brand-steam:before { + content: $ti-icon-brand-steam; +} +.#{$ti-prefix}-brand-stocktwits:before { + content: $ti-icon-brand-stocktwits; +} +.#{$ti-prefix}-brand-storj:before { + content: $ti-icon-brand-storj; +} +.#{$ti-prefix}-brand-storybook:before { + content: $ti-icon-brand-storybook; +} +.#{$ti-prefix}-brand-storytel:before { + content: $ti-icon-brand-storytel; +} +.#{$ti-prefix}-brand-strava:before { + content: $ti-icon-brand-strava; +} +.#{$ti-prefix}-brand-stripe:before { + content: $ti-icon-brand-stripe; +} +.#{$ti-prefix}-brand-sublime-text:before { + content: $ti-icon-brand-sublime-text; +} +.#{$ti-prefix}-brand-sugarizer:before { + content: $ti-icon-brand-sugarizer; +} +.#{$ti-prefix}-brand-supabase:before { + content: $ti-icon-brand-supabase; +} +.#{$ti-prefix}-brand-superhuman:before { + content: $ti-icon-brand-superhuman; +} +.#{$ti-prefix}-brand-supernova:before { + content: $ti-icon-brand-supernova; +} +.#{$ti-prefix}-brand-surfshark:before { + content: $ti-icon-brand-surfshark; +} +.#{$ti-prefix}-brand-svelte:before { + content: $ti-icon-brand-svelte; +} +.#{$ti-prefix}-brand-swift:before { + content: $ti-icon-brand-swift; +} +.#{$ti-prefix}-brand-symfony:before { + content: $ti-icon-brand-symfony; +} +.#{$ti-prefix}-brand-tabler:before { + content: $ti-icon-brand-tabler; +} +.#{$ti-prefix}-brand-tailwind:before { + content: $ti-icon-brand-tailwind; +} +.#{$ti-prefix}-brand-taobao:before { + content: $ti-icon-brand-taobao; +} +.#{$ti-prefix}-brand-teams:before { + content: $ti-icon-brand-teams; +} +.#{$ti-prefix}-brand-ted:before { + content: $ti-icon-brand-ted; +} +.#{$ti-prefix}-brand-telegram:before { + content: $ti-icon-brand-telegram; +} +.#{$ti-prefix}-brand-terraform:before { + content: $ti-icon-brand-terraform; +} +.#{$ti-prefix}-brand-tether:before { + content: $ti-icon-brand-tether; +} +.#{$ti-prefix}-brand-thingiverse:before { + content: $ti-icon-brand-thingiverse; +} +.#{$ti-prefix}-brand-threads:before { + content: $ti-icon-brand-threads; +} +.#{$ti-prefix}-brand-threejs:before { + content: $ti-icon-brand-threejs; +} +.#{$ti-prefix}-brand-tidal:before { + content: $ti-icon-brand-tidal; +} +.#{$ti-prefix}-brand-tiktok:before { + content: $ti-icon-brand-tiktok; +} +.#{$ti-prefix}-brand-tiktok-filled:before { + content: $ti-icon-brand-tiktok-filled; +} +.#{$ti-prefix}-brand-tinder:before { + content: $ti-icon-brand-tinder; +} +.#{$ti-prefix}-brand-topbuzz:before { + content: $ti-icon-brand-topbuzz; +} +.#{$ti-prefix}-brand-torchain:before { + content: $ti-icon-brand-torchain; +} +.#{$ti-prefix}-brand-toyota:before { + content: $ti-icon-brand-toyota; +} +.#{$ti-prefix}-brand-trello:before { + content: $ti-icon-brand-trello; +} +.#{$ti-prefix}-brand-tripadvisor:before { + content: $ti-icon-brand-tripadvisor; +} +.#{$ti-prefix}-brand-tumblr:before { + content: $ti-icon-brand-tumblr; +} +.#{$ti-prefix}-brand-twilio:before { + content: $ti-icon-brand-twilio; +} +.#{$ti-prefix}-brand-twitch:before { + content: $ti-icon-brand-twitch; +} +.#{$ti-prefix}-brand-twitter:before { + content: $ti-icon-brand-twitter; +} +.#{$ti-prefix}-brand-twitter-filled:before { + content: $ti-icon-brand-twitter-filled; +} +.#{$ti-prefix}-brand-typescript:before { + content: $ti-icon-brand-typescript; +} +.#{$ti-prefix}-brand-uber:before { + content: $ti-icon-brand-uber; +} +.#{$ti-prefix}-brand-ubuntu:before { + content: $ti-icon-brand-ubuntu; +} +.#{$ti-prefix}-brand-unity:before { + content: $ti-icon-brand-unity; +} +.#{$ti-prefix}-brand-unsplash:before { + content: $ti-icon-brand-unsplash; +} +.#{$ti-prefix}-brand-upwork:before { + content: $ti-icon-brand-upwork; +} +.#{$ti-prefix}-brand-valorant:before { + content: $ti-icon-brand-valorant; +} +.#{$ti-prefix}-brand-vercel:before { + content: $ti-icon-brand-vercel; +} +.#{$ti-prefix}-brand-vimeo:before { + content: $ti-icon-brand-vimeo; +} +.#{$ti-prefix}-brand-vinted:before { + content: $ti-icon-brand-vinted; +} +.#{$ti-prefix}-brand-visa:before { + content: $ti-icon-brand-visa; +} +.#{$ti-prefix}-brand-visual-studio:before { + content: $ti-icon-brand-visual-studio; +} +.#{$ti-prefix}-brand-vite:before { + content: $ti-icon-brand-vite; +} +.#{$ti-prefix}-brand-vivaldi:before { + content: $ti-icon-brand-vivaldi; +} +.#{$ti-prefix}-brand-vk:before { + content: $ti-icon-brand-vk; +} +.#{$ti-prefix}-brand-vlc:before { + content: $ti-icon-brand-vlc; +} +.#{$ti-prefix}-brand-volkswagen:before { + content: $ti-icon-brand-volkswagen; +} +.#{$ti-prefix}-brand-vsco:before { + content: $ti-icon-brand-vsco; +} +.#{$ti-prefix}-brand-vscode:before { + content: $ti-icon-brand-vscode; +} +.#{$ti-prefix}-brand-vue:before { + content: $ti-icon-brand-vue; +} +.#{$ti-prefix}-brand-walmart:before { + content: $ti-icon-brand-walmart; +} +.#{$ti-prefix}-brand-waze:before { + content: $ti-icon-brand-waze; +} +.#{$ti-prefix}-brand-webflow:before { + content: $ti-icon-brand-webflow; +} +.#{$ti-prefix}-brand-wechat:before { + content: $ti-icon-brand-wechat; +} +.#{$ti-prefix}-brand-weibo:before { + content: $ti-icon-brand-weibo; +} +.#{$ti-prefix}-brand-whatsapp:before { + content: $ti-icon-brand-whatsapp; +} +.#{$ti-prefix}-brand-wikipedia:before { + content: $ti-icon-brand-wikipedia; +} +.#{$ti-prefix}-brand-windows:before { + content: $ti-icon-brand-windows; +} +.#{$ti-prefix}-brand-windy:before { + content: $ti-icon-brand-windy; +} +.#{$ti-prefix}-brand-wish:before { + content: $ti-icon-brand-wish; +} +.#{$ti-prefix}-brand-wix:before { + content: $ti-icon-brand-wix; +} +.#{$ti-prefix}-brand-wordpress:before { + content: $ti-icon-brand-wordpress; +} +.#{$ti-prefix}-brand-x:before { + content: $ti-icon-brand-x; +} +.#{$ti-prefix}-brand-x-filled:before { + content: $ti-icon-brand-x-filled; +} +.#{$ti-prefix}-brand-xamarin:before { + content: $ti-icon-brand-xamarin; +} +.#{$ti-prefix}-brand-xbox:before { + content: $ti-icon-brand-xbox; +} +.#{$ti-prefix}-brand-xdeep:before { + content: $ti-icon-brand-xdeep; +} +.#{$ti-prefix}-brand-xing:before { + content: $ti-icon-brand-xing; +} +.#{$ti-prefix}-brand-yahoo:before { + content: $ti-icon-brand-yahoo; +} +.#{$ti-prefix}-brand-yandex:before { + content: $ti-icon-brand-yandex; +} +.#{$ti-prefix}-brand-yarn:before { + content: $ti-icon-brand-yarn; +} +.#{$ti-prefix}-brand-yatse:before { + content: $ti-icon-brand-yatse; +} +.#{$ti-prefix}-brand-ycombinator:before { + content: $ti-icon-brand-ycombinator; +} +.#{$ti-prefix}-brand-youtube:before { + content: $ti-icon-brand-youtube; +} +.#{$ti-prefix}-brand-youtube-filled:before { + content: $ti-icon-brand-youtube-filled; +} +.#{$ti-prefix}-brand-youtube-kids:before { + content: $ti-icon-brand-youtube-kids; +} +.#{$ti-prefix}-brand-zalando:before { + content: $ti-icon-brand-zalando; +} +.#{$ti-prefix}-brand-zapier:before { + content: $ti-icon-brand-zapier; +} +.#{$ti-prefix}-brand-zeit:before { + content: $ti-icon-brand-zeit; +} +.#{$ti-prefix}-brand-zhihu:before { + content: $ti-icon-brand-zhihu; +} +.#{$ti-prefix}-brand-zoom:before { + content: $ti-icon-brand-zoom; +} +.#{$ti-prefix}-brand-zulip:before { + content: $ti-icon-brand-zulip; +} +.#{$ti-prefix}-brand-zwift:before { + content: $ti-icon-brand-zwift; +} +.#{$ti-prefix}-bread:before { + content: $ti-icon-bread; +} +.#{$ti-prefix}-bread-filled:before { + content: $ti-icon-bread-filled; +} +.#{$ti-prefix}-bread-off:before { + content: $ti-icon-bread-off; +} +.#{$ti-prefix}-briefcase:before { + content: $ti-icon-briefcase; +} +.#{$ti-prefix}-briefcase-2:before { + content: $ti-icon-briefcase-2; +} +.#{$ti-prefix}-briefcase-2-filled:before { + content: $ti-icon-briefcase-2-filled; +} +.#{$ti-prefix}-briefcase-filled:before { + content: $ti-icon-briefcase-filled; +} +.#{$ti-prefix}-briefcase-off:before { + content: $ti-icon-briefcase-off; +} +.#{$ti-prefix}-brightness:before { + content: $ti-icon-brightness; +} +.#{$ti-prefix}-brightness-2:before { + content: $ti-icon-brightness-2; +} +.#{$ti-prefix}-brightness-auto:before { + content: $ti-icon-brightness-auto; +} +.#{$ti-prefix}-brightness-auto-filled:before { + content: $ti-icon-brightness-auto-filled; +} +.#{$ti-prefix}-brightness-down:before { + content: $ti-icon-brightness-down; +} +.#{$ti-prefix}-brightness-down-filled:before { + content: $ti-icon-brightness-down-filled; +} +.#{$ti-prefix}-brightness-filled:before { + content: $ti-icon-brightness-filled; +} +.#{$ti-prefix}-brightness-half:before { + content: $ti-icon-brightness-half; +} +.#{$ti-prefix}-brightness-off:before { + content: $ti-icon-brightness-off; +} +.#{$ti-prefix}-brightness-up:before { + content: $ti-icon-brightness-up; +} +.#{$ti-prefix}-brightness-up-filled:before { + content: $ti-icon-brightness-up-filled; +} +.#{$ti-prefix}-broadcast:before { + content: $ti-icon-broadcast; +} +.#{$ti-prefix}-broadcast-off:before { + content: $ti-icon-broadcast-off; +} +.#{$ti-prefix}-browser:before { + content: $ti-icon-browser; +} +.#{$ti-prefix}-browser-check:before { + content: $ti-icon-browser-check; +} +.#{$ti-prefix}-browser-off:before { + content: $ti-icon-browser-off; +} +.#{$ti-prefix}-browser-plus:before { + content: $ti-icon-browser-plus; +} +.#{$ti-prefix}-browser-x:before { + content: $ti-icon-browser-x; +} +.#{$ti-prefix}-brush:before { + content: $ti-icon-brush; +} +.#{$ti-prefix}-brush-off:before { + content: $ti-icon-brush-off; +} +.#{$ti-prefix}-bucket:before { + content: $ti-icon-bucket; +} +.#{$ti-prefix}-bucket-droplet:before { + content: $ti-icon-bucket-droplet; +} +.#{$ti-prefix}-bucket-off:before { + content: $ti-icon-bucket-off; +} +.#{$ti-prefix}-bug:before { + content: $ti-icon-bug; +} +.#{$ti-prefix}-bug-filled:before { + content: $ti-icon-bug-filled; +} +.#{$ti-prefix}-bug-off:before { + content: $ti-icon-bug-off; +} +.#{$ti-prefix}-building:before { + content: $ti-icon-building; +} +.#{$ti-prefix}-building-arch:before { + content: $ti-icon-building-arch; +} +.#{$ti-prefix}-building-bank:before { + content: $ti-icon-building-bank; +} +.#{$ti-prefix}-building-bridge:before { + content: $ti-icon-building-bridge; +} +.#{$ti-prefix}-building-bridge-2:before { + content: $ti-icon-building-bridge-2; +} +.#{$ti-prefix}-building-broadcast-tower:before { + content: $ti-icon-building-broadcast-tower; +} +.#{$ti-prefix}-building-broadcast-tower-filled:before { + content: $ti-icon-building-broadcast-tower-filled; +} +.#{$ti-prefix}-building-carousel:before { + content: $ti-icon-building-carousel; +} +.#{$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-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; +} +.#{$ti-prefix}-building-factory:before { + content: $ti-icon-building-factory; +} +.#{$ti-prefix}-building-factory-2:before { + content: $ti-icon-building-factory-2; +} +.#{$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-monument:before { + content: $ti-icon-building-monument; +} +.#{$ti-prefix}-building-mosque:before { + content: $ti-icon-building-mosque; +} +.#{$ti-prefix}-building-pavilion:before { + content: $ti-icon-building-pavilion; +} +.#{$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; +} +.#{$ti-prefix}-building-tunnel:before { + content: $ti-icon-building-tunnel; +} +.#{$ti-prefix}-building-warehouse:before { + content: $ti-icon-building-warehouse; +} +.#{$ti-prefix}-building-wind-turbine:before { + content: $ti-icon-building-wind-turbine; +} +.#{$ti-prefix}-bulb:before { + content: $ti-icon-bulb; +} +.#{$ti-prefix}-bulb-filled:before { + content: $ti-icon-bulb-filled; +} +.#{$ti-prefix}-bulb-off:before { + content: $ti-icon-bulb-off; +} +.#{$ti-prefix}-bulldozer:before { + content: $ti-icon-bulldozer; +} +.#{$ti-prefix}-burger:before { + content: $ti-icon-burger; +} +.#{$ti-prefix}-bus:before { + content: $ti-icon-bus; +} +.#{$ti-prefix}-bus-off:before { + content: $ti-icon-bus-off; +} +.#{$ti-prefix}-bus-stop:before { + content: $ti-icon-bus-stop; +} +.#{$ti-prefix}-businessplan:before { + content: $ti-icon-businessplan; +} +.#{$ti-prefix}-butterfly:before { + content: $ti-icon-butterfly; +} +.#{$ti-prefix}-cactus:before { + content: $ti-icon-cactus; +} +.#{$ti-prefix}-cactus-filled:before { + content: $ti-icon-cactus-filled; +} +.#{$ti-prefix}-cactus-off:before { + content: $ti-icon-cactus-off; +} +.#{$ti-prefix}-cake:before { + content: $ti-icon-cake; +} +.#{$ti-prefix}-cake-off:before { + content: $ti-icon-cake-off; +} +.#{$ti-prefix}-calculator:before { + content: $ti-icon-calculator; +} +.#{$ti-prefix}-calculator-filled:before { + content: $ti-icon-calculator-filled; +} +.#{$ti-prefix}-calculator-off:before { + content: $ti-icon-calculator-off; +} +.#{$ti-prefix}-calendar:before { + content: $ti-icon-calendar; +} +.#{$ti-prefix}-calendar-bolt:before { + content: $ti-icon-calendar-bolt; +} +.#{$ti-prefix}-calendar-cancel:before { + content: $ti-icon-calendar-cancel; +} +.#{$ti-prefix}-calendar-check:before { + content: $ti-icon-calendar-check; +} +.#{$ti-prefix}-calendar-clock:before { + content: $ti-icon-calendar-clock; +} +.#{$ti-prefix}-calendar-code:before { + content: $ti-icon-calendar-code; +} +.#{$ti-prefix}-calendar-cog:before { + content: $ti-icon-calendar-cog; +} +.#{$ti-prefix}-calendar-dollar:before { + content: $ti-icon-calendar-dollar; +} +.#{$ti-prefix}-calendar-dot:before { + content: $ti-icon-calendar-dot; +} +.#{$ti-prefix}-calendar-down:before { + content: $ti-icon-calendar-down; +} +.#{$ti-prefix}-calendar-due:before { + content: $ti-icon-calendar-due; +} +.#{$ti-prefix}-calendar-event:before { + content: $ti-icon-calendar-event; +} +.#{$ti-prefix}-calendar-exclamation:before { + content: $ti-icon-calendar-exclamation; +} +.#{$ti-prefix}-calendar-filled:before { + content: $ti-icon-calendar-filled; +} +.#{$ti-prefix}-calendar-heart:before { + content: $ti-icon-calendar-heart; +} +.#{$ti-prefix}-calendar-minus:before { + content: $ti-icon-calendar-minus; +} +.#{$ti-prefix}-calendar-month:before { + content: $ti-icon-calendar-month; +} +.#{$ti-prefix}-calendar-off:before { + content: $ti-icon-calendar-off; +} +.#{$ti-prefix}-calendar-pause:before { + content: $ti-icon-calendar-pause; +} +.#{$ti-prefix}-calendar-pin:before { + content: $ti-icon-calendar-pin; +} +.#{$ti-prefix}-calendar-plus:before { + content: $ti-icon-calendar-plus; +} +.#{$ti-prefix}-calendar-question:before { + content: $ti-icon-calendar-question; +} +.#{$ti-prefix}-calendar-repeat:before { + content: $ti-icon-calendar-repeat; +} +.#{$ti-prefix}-calendar-sad:before { + content: $ti-icon-calendar-sad; +} +.#{$ti-prefix}-calendar-search:before { + content: $ti-icon-calendar-search; +} +.#{$ti-prefix}-calendar-share:before { + content: $ti-icon-calendar-share; +} +.#{$ti-prefix}-calendar-smile:before { + content: $ti-icon-calendar-smile; +} +.#{$ti-prefix}-calendar-star:before { + content: $ti-icon-calendar-star; +} +.#{$ti-prefix}-calendar-stats:before { + content: $ti-icon-calendar-stats; +} +.#{$ti-prefix}-calendar-time:before { + content: $ti-icon-calendar-time; +} +.#{$ti-prefix}-calendar-up:before { + content: $ti-icon-calendar-up; +} +.#{$ti-prefix}-calendar-user:before { + content: $ti-icon-calendar-user; +} +.#{$ti-prefix}-calendar-week:before { + content: $ti-icon-calendar-week; +} +.#{$ti-prefix}-calendar-x:before { + content: $ti-icon-calendar-x; +} +.#{$ti-prefix}-camera:before { + content: $ti-icon-camera; +} +.#{$ti-prefix}-camera-bolt:before { + content: $ti-icon-camera-bolt; +} +.#{$ti-prefix}-camera-cancel:before { + content: $ti-icon-camera-cancel; +} +.#{$ti-prefix}-camera-check:before { + content: $ti-icon-camera-check; +} +.#{$ti-prefix}-camera-code:before { + content: $ti-icon-camera-code; +} +.#{$ti-prefix}-camera-cog:before { + content: $ti-icon-camera-cog; +} +.#{$ti-prefix}-camera-dollar:before { + content: $ti-icon-camera-dollar; +} +.#{$ti-prefix}-camera-down:before { + content: $ti-icon-camera-down; +} +.#{$ti-prefix}-camera-exclamation:before { + content: $ti-icon-camera-exclamation; +} +.#{$ti-prefix}-camera-filled:before { + content: $ti-icon-camera-filled; +} +.#{$ti-prefix}-camera-heart:before { + content: $ti-icon-camera-heart; +} +.#{$ti-prefix}-camera-minus:before { + content: $ti-icon-camera-minus; +} +.#{$ti-prefix}-camera-off:before { + content: $ti-icon-camera-off; +} +.#{$ti-prefix}-camera-pause:before { + content: $ti-icon-camera-pause; +} +.#{$ti-prefix}-camera-pin:before { + content: $ti-icon-camera-pin; +} +.#{$ti-prefix}-camera-plus:before { + content: $ti-icon-camera-plus; +} +.#{$ti-prefix}-camera-question:before { + content: $ti-icon-camera-question; +} +.#{$ti-prefix}-camera-rotate:before { + content: $ti-icon-camera-rotate; +} +.#{$ti-prefix}-camera-search:before { + content: $ti-icon-camera-search; +} +.#{$ti-prefix}-camera-selfie:before { + content: $ti-icon-camera-selfie; +} +.#{$ti-prefix}-camera-share:before { + content: $ti-icon-camera-share; +} +.#{$ti-prefix}-camera-star:before { + content: $ti-icon-camera-star; +} +.#{$ti-prefix}-camera-up:before { + content: $ti-icon-camera-up; +} +.#{$ti-prefix}-camera-x:before { + content: $ti-icon-camera-x; +} +.#{$ti-prefix}-camper:before { + content: $ti-icon-camper; +} +.#{$ti-prefix}-campfire:before { + content: $ti-icon-campfire; +} +.#{$ti-prefix}-campfire-filled:before { + content: $ti-icon-campfire-filled; +} +.#{$ti-prefix}-candle:before { + content: $ti-icon-candle; +} +.#{$ti-prefix}-candle-filled:before { + content: $ti-icon-candle-filled; +} +.#{$ti-prefix}-candy:before { + content: $ti-icon-candy; +} +.#{$ti-prefix}-candy-off:before { + content: $ti-icon-candy-off; +} +.#{$ti-prefix}-cane:before { + content: $ti-icon-cane; +} +.#{$ti-prefix}-cannabis:before { + content: $ti-icon-cannabis; +} +.#{$ti-prefix}-capsule:before { + content: $ti-icon-capsule; +} +.#{$ti-prefix}-capsule-filled:before { + content: $ti-icon-capsule-filled; +} +.#{$ti-prefix}-capsule-horizontal:before { + content: $ti-icon-capsule-horizontal; +} +.#{$ti-prefix}-capsule-horizontal-filled:before { + content: $ti-icon-capsule-horizontal-filled; +} +.#{$ti-prefix}-capture:before { + content: $ti-icon-capture; +} +.#{$ti-prefix}-capture-filled:before { + content: $ti-icon-capture-filled; +} +.#{$ti-prefix}-capture-off:before { + content: $ti-icon-capture-off; +} +.#{$ti-prefix}-car:before { + content: $ti-icon-car; +} +.#{$ti-prefix}-car-4wd:before { + content: $ti-icon-car-4wd; +} +.#{$ti-prefix}-car-crane:before { + content: $ti-icon-car-crane; +} +.#{$ti-prefix}-car-crash:before { + content: $ti-icon-car-crash; +} +.#{$ti-prefix}-car-fan:before { + content: $ti-icon-car-fan; +} +.#{$ti-prefix}-car-fan-1:before { + content: $ti-icon-car-fan-1; +} +.#{$ti-prefix}-car-fan-2:before { + content: $ti-icon-car-fan-2; +} +.#{$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-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-turbine:before { + content: $ti-icon-car-turbine; +} +.#{$ti-prefix}-caravan:before { + content: $ti-icon-caravan; +} +.#{$ti-prefix}-cardboards:before { + content: $ti-icon-cardboards; +} +.#{$ti-prefix}-cardboards-off:before { + content: $ti-icon-cardboards-off; +} +.#{$ti-prefix}-cards:before { + content: $ti-icon-cards; +} +.#{$ti-prefix}-cards-filled:before { + content: $ti-icon-cards-filled; +} +.#{$ti-prefix}-caret-down:before { + content: $ti-icon-caret-down; +} +.#{$ti-prefix}-caret-down-filled:before { + content: $ti-icon-caret-down-filled; +} +.#{$ti-prefix}-caret-left:before { + content: $ti-icon-caret-left; +} +.#{$ti-prefix}-caret-left-filled:before { + content: $ti-icon-caret-left-filled; +} +.#{$ti-prefix}-caret-left-right:before { + content: $ti-icon-caret-left-right; +} +.#{$ti-prefix}-caret-left-right-filled:before { + content: $ti-icon-caret-left-right-filled; +} +.#{$ti-prefix}-caret-right:before { + content: $ti-icon-caret-right; +} +.#{$ti-prefix}-caret-right-filled:before { + content: $ti-icon-caret-right-filled; +} +.#{$ti-prefix}-caret-up:before { + content: $ti-icon-caret-up; +} +.#{$ti-prefix}-caret-up-down:before { + content: $ti-icon-caret-up-down; +} +.#{$ti-prefix}-caret-up-down-filled:before { + content: $ti-icon-caret-up-down-filled; +} +.#{$ti-prefix}-caret-up-filled:before { + content: $ti-icon-caret-up-filled; +} +.#{$ti-prefix}-carousel-horizontal:before { + content: $ti-icon-carousel-horizontal; +} +.#{$ti-prefix}-carousel-horizontal-filled:before { + content: $ti-icon-carousel-horizontal-filled; +} +.#{$ti-prefix}-carousel-vertical:before { + content: $ti-icon-carousel-vertical; +} +.#{$ti-prefix}-carousel-vertical-filled:before { + content: $ti-icon-carousel-vertical-filled; +} +.#{$ti-prefix}-carrot:before { + content: $ti-icon-carrot; +} +.#{$ti-prefix}-carrot-off:before { + content: $ti-icon-carrot-off; +} +.#{$ti-prefix}-cash:before { + content: $ti-icon-cash; +} +.#{$ti-prefix}-cash-banknote:before { + content: $ti-icon-cash-banknote; +} +.#{$ti-prefix}-cash-banknote-filled:before { + content: $ti-icon-cash-banknote-filled; +} +.#{$ti-prefix}-cash-banknote-off:before { + content: $ti-icon-cash-banknote-off; +} +.#{$ti-prefix}-cash-off:before { + content: $ti-icon-cash-off; +} +.#{$ti-prefix}-cast:before { + content: $ti-icon-cast; +} +.#{$ti-prefix}-cast-off:before { + content: $ti-icon-cast-off; +} +.#{$ti-prefix}-cat:before { + content: $ti-icon-cat; +} +.#{$ti-prefix}-category:before { + content: $ti-icon-category; +} +.#{$ti-prefix}-category-2:before { + content: $ti-icon-category-2; +} +.#{$ti-prefix}-category-filled:before { + content: $ti-icon-category-filled; +} +.#{$ti-prefix}-category-minus:before { + content: $ti-icon-category-minus; +} +.#{$ti-prefix}-category-plus:before { + content: $ti-icon-category-plus; +} +.#{$ti-prefix}-ce:before { + content: $ti-icon-ce; +} +.#{$ti-prefix}-ce-off:before { + content: $ti-icon-ce-off; +} +.#{$ti-prefix}-cell:before { + content: $ti-icon-cell; +} +.#{$ti-prefix}-cell-signal-1:before { + content: $ti-icon-cell-signal-1; +} +.#{$ti-prefix}-cell-signal-2:before { + content: $ti-icon-cell-signal-2; +} +.#{$ti-prefix}-cell-signal-3:before { + content: $ti-icon-cell-signal-3; +} +.#{$ti-prefix}-cell-signal-4:before { + content: $ti-icon-cell-signal-4; +} +.#{$ti-prefix}-cell-signal-5:before { + content: $ti-icon-cell-signal-5; +} +.#{$ti-prefix}-cell-signal-off:before { + content: $ti-icon-cell-signal-off; +} +.#{$ti-prefix}-certificate:before { + content: $ti-icon-certificate; +} +.#{$ti-prefix}-certificate-2:before { + content: $ti-icon-certificate-2; +} +.#{$ti-prefix}-certificate-2-off:before { + content: $ti-icon-certificate-2-off; +} +.#{$ti-prefix}-certificate-off:before { + content: $ti-icon-certificate-off; +} +.#{$ti-prefix}-chair-director:before { + content: $ti-icon-chair-director; +} +.#{$ti-prefix}-chalkboard:before { + content: $ti-icon-chalkboard; +} +.#{$ti-prefix}-chalkboard-off:before { + content: $ti-icon-chalkboard-off; +} +.#{$ti-prefix}-charging-pile:before { + content: $ti-icon-charging-pile; +} +.#{$ti-prefix}-chart-arcs:before { + content: $ti-icon-chart-arcs; +} +.#{$ti-prefix}-chart-arcs-3:before { + content: $ti-icon-chart-arcs-3; +} +.#{$ti-prefix}-chart-area:before { + content: $ti-icon-chart-area; +} +.#{$ti-prefix}-chart-area-filled:before { + content: $ti-icon-chart-area-filled; +} +.#{$ti-prefix}-chart-area-line:before { + content: $ti-icon-chart-area-line; +} +.#{$ti-prefix}-chart-area-line-filled:before { + content: $ti-icon-chart-area-line-filled; +} +.#{$ti-prefix}-chart-arrows:before { + content: $ti-icon-chart-arrows; +} +.#{$ti-prefix}-chart-arrows-vertical:before { + content: $ti-icon-chart-arrows-vertical; +} +.#{$ti-prefix}-chart-bar:before { + content: $ti-icon-chart-bar; +} +.#{$ti-prefix}-chart-bar-off:before { + content: $ti-icon-chart-bar-off; +} +.#{$ti-prefix}-chart-bubble:before { + content: $ti-icon-chart-bubble; +} +.#{$ti-prefix}-chart-bubble-filled:before { + content: $ti-icon-chart-bubble-filled; +} +.#{$ti-prefix}-chart-candle:before { + content: $ti-icon-chart-candle; +} +.#{$ti-prefix}-chart-candle-filled:before { + content: $ti-icon-chart-candle-filled; +} +.#{$ti-prefix}-chart-circles:before { + content: $ti-icon-chart-circles; +} +.#{$ti-prefix}-chart-donut:before { + content: $ti-icon-chart-donut; +} +.#{$ti-prefix}-chart-donut-2:before { + content: $ti-icon-chart-donut-2; +} +.#{$ti-prefix}-chart-donut-3:before { + content: $ti-icon-chart-donut-3; +} +.#{$ti-prefix}-chart-donut-4:before { + content: $ti-icon-chart-donut-4; +} +.#{$ti-prefix}-chart-donut-filled:before { + content: $ti-icon-chart-donut-filled; +} +.#{$ti-prefix}-chart-dots:before { + content: $ti-icon-chart-dots; +} +.#{$ti-prefix}-chart-dots-2:before { + content: $ti-icon-chart-dots-2; +} +.#{$ti-prefix}-chart-dots-3:before { + content: $ti-icon-chart-dots-3; +} +.#{$ti-prefix}-chart-dots-filled:before { + content: $ti-icon-chart-dots-filled; +} +.#{$ti-prefix}-chart-grid-dots:before { + content: $ti-icon-chart-grid-dots; +} +.#{$ti-prefix}-chart-grid-dots-filled:before { + content: $ti-icon-chart-grid-dots-filled; +} +.#{$ti-prefix}-chart-histogram:before { + content: $ti-icon-chart-histogram; +} +.#{$ti-prefix}-chart-infographic:before { + content: $ti-icon-chart-infographic; +} +.#{$ti-prefix}-chart-line:before { + content: $ti-icon-chart-line; +} +.#{$ti-prefix}-chart-pie:before { + content: $ti-icon-chart-pie; +} +.#{$ti-prefix}-chart-pie-2:before { + content: $ti-icon-chart-pie-2; +} +.#{$ti-prefix}-chart-pie-3:before { + content: $ti-icon-chart-pie-3; +} +.#{$ti-prefix}-chart-pie-4:before { + content: $ti-icon-chart-pie-4; +} +.#{$ti-prefix}-chart-pie-filled:before { + content: $ti-icon-chart-pie-filled; +} +.#{$ti-prefix}-chart-pie-off:before { + content: $ti-icon-chart-pie-off; +} +.#{$ti-prefix}-chart-ppf:before { + content: $ti-icon-chart-ppf; +} +.#{$ti-prefix}-chart-radar:before { + content: $ti-icon-chart-radar; +} +.#{$ti-prefix}-chart-sankey:before { + content: $ti-icon-chart-sankey; +} +.#{$ti-prefix}-chart-scatter:before { + content: $ti-icon-chart-scatter; +} +.#{$ti-prefix}-chart-scatter-3d:before { + content: $ti-icon-chart-scatter-3d; +} +.#{$ti-prefix}-chart-treemap:before { + content: $ti-icon-chart-treemap; +} +.#{$ti-prefix}-check:before { + content: $ti-icon-check; +} +.#{$ti-prefix}-checkbox:before { + content: $ti-icon-checkbox; +} +.#{$ti-prefix}-checklist:before { + content: $ti-icon-checklist; +} +.#{$ti-prefix}-checks:before { + content: $ti-icon-checks; +} +.#{$ti-prefix}-checkup-list:before { + content: $ti-icon-checkup-list; +} +.#{$ti-prefix}-cheese:before { + content: $ti-icon-cheese; +} +.#{$ti-prefix}-chef-hat:before { + content: $ti-icon-chef-hat; +} +.#{$ti-prefix}-chef-hat-off:before { + content: $ti-icon-chef-hat-off; +} +.#{$ti-prefix}-cherry:before { + content: $ti-icon-cherry; +} +.#{$ti-prefix}-cherry-filled:before { + content: $ti-icon-cherry-filled; +} +.#{$ti-prefix}-chess:before { + content: $ti-icon-chess; +} +.#{$ti-prefix}-chess-bishop:before { + content: $ti-icon-chess-bishop; +} +.#{$ti-prefix}-chess-bishop-filled:before { + content: $ti-icon-chess-bishop-filled; +} +.#{$ti-prefix}-chess-filled:before { + content: $ti-icon-chess-filled; +} +.#{$ti-prefix}-chess-king:before { + content: $ti-icon-chess-king; +} +.#{$ti-prefix}-chess-king-filled:before { + content: $ti-icon-chess-king-filled; +} +.#{$ti-prefix}-chess-knight:before { + content: $ti-icon-chess-knight; +} +.#{$ti-prefix}-chess-knight-filled:before { + content: $ti-icon-chess-knight-filled; +} +.#{$ti-prefix}-chess-queen:before { + content: $ti-icon-chess-queen; +} +.#{$ti-prefix}-chess-queen-filled:before { + content: $ti-icon-chess-queen-filled; +} +.#{$ti-prefix}-chess-rook:before { + content: $ti-icon-chess-rook; +} +.#{$ti-prefix}-chess-rook-filled:before { + content: $ti-icon-chess-rook-filled; +} +.#{$ti-prefix}-chevron-compact-down:before { + content: $ti-icon-chevron-compact-down; +} +.#{$ti-prefix}-chevron-compact-left:before { + content: $ti-icon-chevron-compact-left; +} +.#{$ti-prefix}-chevron-compact-right:before { + content: $ti-icon-chevron-compact-right; +} +.#{$ti-prefix}-chevron-compact-up:before { + content: $ti-icon-chevron-compact-up; +} +.#{$ti-prefix}-chevron-down:before { + content: $ti-icon-chevron-down; +} +.#{$ti-prefix}-chevron-down-left:before { + content: $ti-icon-chevron-down-left; +} +.#{$ti-prefix}-chevron-down-right:before { + content: $ti-icon-chevron-down-right; +} +.#{$ti-prefix}-chevron-left:before { + content: $ti-icon-chevron-left; +} +.#{$ti-prefix}-chevron-left-pipe:before { + content: $ti-icon-chevron-left-pipe; +} +.#{$ti-prefix}-chevron-right:before { + content: $ti-icon-chevron-right; +} +.#{$ti-prefix}-chevron-right-pipe:before { + content: $ti-icon-chevron-right-pipe; +} +.#{$ti-prefix}-chevron-up:before { + content: $ti-icon-chevron-up; +} +.#{$ti-prefix}-chevron-up-left:before { + content: $ti-icon-chevron-up-left; +} +.#{$ti-prefix}-chevron-up-right:before { + content: $ti-icon-chevron-up-right; +} +.#{$ti-prefix}-chevrons-down:before { + content: $ti-icon-chevrons-down; +} +.#{$ti-prefix}-chevrons-down-left:before { + content: $ti-icon-chevrons-down-left; +} +.#{$ti-prefix}-chevrons-down-right:before { + content: $ti-icon-chevrons-down-right; +} +.#{$ti-prefix}-chevrons-left:before { + content: $ti-icon-chevrons-left; +} +.#{$ti-prefix}-chevrons-right:before { + content: $ti-icon-chevrons-right; +} +.#{$ti-prefix}-chevrons-up:before { + content: $ti-icon-chevrons-up; +} +.#{$ti-prefix}-chevrons-up-left:before { + content: $ti-icon-chevrons-up-left; +} +.#{$ti-prefix}-chevrons-up-right:before { + content: $ti-icon-chevrons-up-right; +} +.#{$ti-prefix}-chisel:before { + content: $ti-icon-chisel; +} +.#{$ti-prefix}-christmas-ball:before { + content: $ti-icon-christmas-ball; +} +.#{$ti-prefix}-christmas-tree:before { + content: $ti-icon-christmas-tree; +} +.#{$ti-prefix}-christmas-tree-off:before { + content: $ti-icon-christmas-tree-off; +} +.#{$ti-prefix}-circle:before { + content: $ti-icon-circle; +} +.#{$ti-prefix}-circle-arrow-down:before { + content: $ti-icon-circle-arrow-down; +} +.#{$ti-prefix}-circle-arrow-down-filled:before { + content: $ti-icon-circle-arrow-down-filled; +} +.#{$ti-prefix}-circle-arrow-down-left:before { + content: $ti-icon-circle-arrow-down-left; +} +.#{$ti-prefix}-circle-arrow-down-left-filled:before { + content: $ti-icon-circle-arrow-down-left-filled; +} +.#{$ti-prefix}-circle-arrow-down-right:before { + content: $ti-icon-circle-arrow-down-right; +} +.#{$ti-prefix}-circle-arrow-down-right-filled:before { + content: $ti-icon-circle-arrow-down-right-filled; +} +.#{$ti-prefix}-circle-arrow-left:before { + content: $ti-icon-circle-arrow-left; +} +.#{$ti-prefix}-circle-arrow-left-filled:before { + content: $ti-icon-circle-arrow-left-filled; +} +.#{$ti-prefix}-circle-arrow-right:before { + content: $ti-icon-circle-arrow-right; +} +.#{$ti-prefix}-circle-arrow-right-filled:before { + content: $ti-icon-circle-arrow-right-filled; +} +.#{$ti-prefix}-circle-arrow-up:before { + content: $ti-icon-circle-arrow-up; +} +.#{$ti-prefix}-circle-arrow-up-filled:before { + content: $ti-icon-circle-arrow-up-filled; +} +.#{$ti-prefix}-circle-arrow-up-left:before { + content: $ti-icon-circle-arrow-up-left; +} +.#{$ti-prefix}-circle-arrow-up-left-filled:before { + content: $ti-icon-circle-arrow-up-left-filled; +} +.#{$ti-prefix}-circle-arrow-up-right:before { + content: $ti-icon-circle-arrow-up-right; +} +.#{$ti-prefix}-circle-arrow-up-right-filled:before { + content: $ti-icon-circle-arrow-up-right-filled; +} +.#{$ti-prefix}-circle-caret-down:before { + content: $ti-icon-circle-caret-down; +} +.#{$ti-prefix}-circle-caret-left:before { + content: $ti-icon-circle-caret-left; +} +.#{$ti-prefix}-circle-caret-right:before { + content: $ti-icon-circle-caret-right; +} +.#{$ti-prefix}-circle-caret-up:before { + content: $ti-icon-circle-caret-up; +} +.#{$ti-prefix}-circle-check:before { + content: $ti-icon-circle-check; +} +.#{$ti-prefix}-circle-check-filled:before { + content: $ti-icon-circle-check-filled; +} +.#{$ti-prefix}-circle-chevron-down:before { + content: $ti-icon-circle-chevron-down; +} +.#{$ti-prefix}-circle-chevron-left:before { + content: $ti-icon-circle-chevron-left; +} +.#{$ti-prefix}-circle-chevron-right:before { + content: $ti-icon-circle-chevron-right; +} +.#{$ti-prefix}-circle-chevron-up:before { + content: $ti-icon-circle-chevron-up; +} +.#{$ti-prefix}-circle-chevrons-down:before { + content: $ti-icon-circle-chevrons-down; +} +.#{$ti-prefix}-circle-chevrons-left:before { + content: $ti-icon-circle-chevrons-left; +} +.#{$ti-prefix}-circle-chevrons-right:before { + content: $ti-icon-circle-chevrons-right; +} +.#{$ti-prefix}-circle-chevrons-up:before { + content: $ti-icon-circle-chevrons-up; +} +.#{$ti-prefix}-circle-dashed:before { + content: $ti-icon-circle-dashed; +} +.#{$ti-prefix}-circle-dashed-number-0:before { + content: $ti-icon-circle-dashed-number-0; +} +.#{$ti-prefix}-circle-dashed-number-1:before { + content: $ti-icon-circle-dashed-number-1; +} +.#{$ti-prefix}-circle-dashed-number-2:before { + content: $ti-icon-circle-dashed-number-2; +} +.#{$ti-prefix}-circle-dashed-number-3:before { + content: $ti-icon-circle-dashed-number-3; +} +.#{$ti-prefix}-circle-dashed-number-4:before { + content: $ti-icon-circle-dashed-number-4; +} +.#{$ti-prefix}-circle-dashed-number-5:before { + content: $ti-icon-circle-dashed-number-5; +} +.#{$ti-prefix}-circle-dashed-number-6:before { + content: $ti-icon-circle-dashed-number-6; +} +.#{$ti-prefix}-circle-dashed-number-7:before { + content: $ti-icon-circle-dashed-number-7; +} +.#{$ti-prefix}-circle-dashed-number-8:before { + content: $ti-icon-circle-dashed-number-8; +} +.#{$ti-prefix}-circle-dashed-number-9:before { + content: $ti-icon-circle-dashed-number-9; +} +.#{$ti-prefix}-circle-dashed-percentage:before { + content: $ti-icon-circle-dashed-percentage; +} +.#{$ti-prefix}-circle-dashed-x:before { + content: $ti-icon-circle-dashed-x; +} +.#{$ti-prefix}-circle-dot:before { + content: $ti-icon-circle-dot; +} +.#{$ti-prefix}-circle-dot-filled:before { + content: $ti-icon-circle-dot-filled; +} +.#{$ti-prefix}-circle-dotted:before { + content: $ti-icon-circle-dotted; +} +.#{$ti-prefix}-circle-filled:before { + content: $ti-icon-circle-filled; +} +.#{$ti-prefix}-circle-half:before { + content: $ti-icon-circle-half; +} +.#{$ti-prefix}-circle-half-2:before { + content: $ti-icon-circle-half-2; +} +.#{$ti-prefix}-circle-half-vertical:before { + content: $ti-icon-circle-half-vertical; +} +.#{$ti-prefix}-circle-key:before { + content: $ti-icon-circle-key; +} +.#{$ti-prefix}-circle-key-filled:before { + content: $ti-icon-circle-key-filled; +} +.#{$ti-prefix}-circle-letter-a:before { + content: $ti-icon-circle-letter-a; +} +.#{$ti-prefix}-circle-letter-a-filled:before { + content: $ti-icon-circle-letter-a-filled; +} +.#{$ti-prefix}-circle-letter-b:before { + content: $ti-icon-circle-letter-b; +} +.#{$ti-prefix}-circle-letter-b-filled:before { + content: $ti-icon-circle-letter-b-filled; +} +.#{$ti-prefix}-circle-letter-c:before { + content: $ti-icon-circle-letter-c; +} +.#{$ti-prefix}-circle-letter-c-filled:before { + content: $ti-icon-circle-letter-c-filled; +} +.#{$ti-prefix}-circle-letter-d:before { + content: $ti-icon-circle-letter-d; +} +.#{$ti-prefix}-circle-letter-d-filled:before { + content: $ti-icon-circle-letter-d-filled; +} +.#{$ti-prefix}-circle-letter-e:before { + content: $ti-icon-circle-letter-e; +} +.#{$ti-prefix}-circle-letter-e-filled:before { + content: $ti-icon-circle-letter-e-filled; +} +.#{$ti-prefix}-circle-letter-f:before { + content: $ti-icon-circle-letter-f; +} +.#{$ti-prefix}-circle-letter-f-filled:before { + content: $ti-icon-circle-letter-f-filled; +} +.#{$ti-prefix}-circle-letter-g:before { + content: $ti-icon-circle-letter-g; +} +.#{$ti-prefix}-circle-letter-g-filled:before { + content: $ti-icon-circle-letter-g-filled; +} +.#{$ti-prefix}-circle-letter-h:before { + content: $ti-icon-circle-letter-h; +} +.#{$ti-prefix}-circle-letter-h-filled:before { + content: $ti-icon-circle-letter-h-filled; +} +.#{$ti-prefix}-circle-letter-i:before { + content: $ti-icon-circle-letter-i; +} +.#{$ti-prefix}-circle-letter-i-filled:before { + content: $ti-icon-circle-letter-i-filled; +} +.#{$ti-prefix}-circle-letter-j:before { + content: $ti-icon-circle-letter-j; +} +.#{$ti-prefix}-circle-letter-j-filled:before { + content: $ti-icon-circle-letter-j-filled; +} +.#{$ti-prefix}-circle-letter-k:before { + content: $ti-icon-circle-letter-k; +} +.#{$ti-prefix}-circle-letter-k-filled:before { + content: $ti-icon-circle-letter-k-filled; +} +.#{$ti-prefix}-circle-letter-l:before { + content: $ti-icon-circle-letter-l; +} +.#{$ti-prefix}-circle-letter-l-filled:before { + content: $ti-icon-circle-letter-l-filled; +} +.#{$ti-prefix}-circle-letter-m:before { + content: $ti-icon-circle-letter-m; +} +.#{$ti-prefix}-circle-letter-m-filled:before { + content: $ti-icon-circle-letter-m-filled; +} +.#{$ti-prefix}-circle-letter-n:before { + content: $ti-icon-circle-letter-n; +} +.#{$ti-prefix}-circle-letter-n-filled:before { + content: $ti-icon-circle-letter-n-filled; +} +.#{$ti-prefix}-circle-letter-o:before { + content: $ti-icon-circle-letter-o; +} +.#{$ti-prefix}-circle-letter-o-filled:before { + content: $ti-icon-circle-letter-o-filled; +} +.#{$ti-prefix}-circle-letter-p:before { + content: $ti-icon-circle-letter-p; +} +.#{$ti-prefix}-circle-letter-p-filled:before { + content: $ti-icon-circle-letter-p-filled; +} +.#{$ti-prefix}-circle-letter-q:before { + content: $ti-icon-circle-letter-q; +} +.#{$ti-prefix}-circle-letter-q-filled:before { + content: $ti-icon-circle-letter-q-filled; +} +.#{$ti-prefix}-circle-letter-r:before { + content: $ti-icon-circle-letter-r; +} +.#{$ti-prefix}-circle-letter-r-filled:before { + content: $ti-icon-circle-letter-r-filled; +} +.#{$ti-prefix}-circle-letter-s:before { + content: $ti-icon-circle-letter-s; +} +.#{$ti-prefix}-circle-letter-s-filled:before { + content: $ti-icon-circle-letter-s-filled; +} +.#{$ti-prefix}-circle-letter-t:before { + content: $ti-icon-circle-letter-t; +} +.#{$ti-prefix}-circle-letter-t-filled:before { + content: $ti-icon-circle-letter-t-filled; +} +.#{$ti-prefix}-circle-letter-u:before { + content: $ti-icon-circle-letter-u; +} +.#{$ti-prefix}-circle-letter-u-filled:before { + content: $ti-icon-circle-letter-u-filled; +} +.#{$ti-prefix}-circle-letter-v:before { + content: $ti-icon-circle-letter-v; +} +.#{$ti-prefix}-circle-letter-v-filled:before { + content: $ti-icon-circle-letter-v-filled; +} +.#{$ti-prefix}-circle-letter-w:before { + content: $ti-icon-circle-letter-w; +} +.#{$ti-prefix}-circle-letter-w-filled:before { + content: $ti-icon-circle-letter-w-filled; +} +.#{$ti-prefix}-circle-letter-x:before { + content: $ti-icon-circle-letter-x; +} +.#{$ti-prefix}-circle-letter-x-filled:before { + content: $ti-icon-circle-letter-x-filled; +} +.#{$ti-prefix}-circle-letter-y:before { + content: $ti-icon-circle-letter-y; +} +.#{$ti-prefix}-circle-letter-y-filled:before { + content: $ti-icon-circle-letter-y-filled; +} +.#{$ti-prefix}-circle-letter-z:before { + content: $ti-icon-circle-letter-z; +} +.#{$ti-prefix}-circle-letter-z-filled:before { + content: $ti-icon-circle-letter-z-filled; +} +.#{$ti-prefix}-circle-minus:before { + content: $ti-icon-circle-minus; +} +.#{$ti-prefix}-circle-minus-2:before { + content: $ti-icon-circle-minus-2; +} +.#{$ti-prefix}-circle-number-0:before { + content: $ti-icon-circle-number-0; +} +.#{$ti-prefix}-circle-number-0-filled:before { + content: $ti-icon-circle-number-0-filled; +} +.#{$ti-prefix}-circle-number-1:before { + content: $ti-icon-circle-number-1; +} +.#{$ti-prefix}-circle-number-1-filled:before { + content: $ti-icon-circle-number-1-filled; +} +.#{$ti-prefix}-circle-number-2:before { + content: $ti-icon-circle-number-2; +} +.#{$ti-prefix}-circle-number-2-filled:before { + content: $ti-icon-circle-number-2-filled; +} +.#{$ti-prefix}-circle-number-3:before { + content: $ti-icon-circle-number-3; +} +.#{$ti-prefix}-circle-number-3-filled:before { + content: $ti-icon-circle-number-3-filled; +} +.#{$ti-prefix}-circle-number-4:before { + content: $ti-icon-circle-number-4; +} +.#{$ti-prefix}-circle-number-4-filled:before { + content: $ti-icon-circle-number-4-filled; +} +.#{$ti-prefix}-circle-number-5:before { + content: $ti-icon-circle-number-5; +} +.#{$ti-prefix}-circle-number-5-filled:before { + content: $ti-icon-circle-number-5-filled; +} +.#{$ti-prefix}-circle-number-6:before { + content: $ti-icon-circle-number-6; +} +.#{$ti-prefix}-circle-number-6-filled:before { + content: $ti-icon-circle-number-6-filled; +} +.#{$ti-prefix}-circle-number-7:before { + content: $ti-icon-circle-number-7; +} +.#{$ti-prefix}-circle-number-7-filled:before { + content: $ti-icon-circle-number-7-filled; +} +.#{$ti-prefix}-circle-number-8:before { + content: $ti-icon-circle-number-8; +} +.#{$ti-prefix}-circle-number-8-filled:before { + content: $ti-icon-circle-number-8-filled; +} +.#{$ti-prefix}-circle-number-9:before { + content: $ti-icon-circle-number-9; +} +.#{$ti-prefix}-circle-number-9-filled:before { + content: $ti-icon-circle-number-9-filled; +} +.#{$ti-prefix}-circle-off:before { + content: $ti-icon-circle-off; +} +.#{$ti-prefix}-circle-percentage:before { + content: $ti-icon-circle-percentage; +} +.#{$ti-prefix}-circle-plus:before { + content: $ti-icon-circle-plus; +} +.#{$ti-prefix}-circle-plus-2:before { + content: $ti-icon-circle-plus-2; +} +.#{$ti-prefix}-circle-rectangle:before { + content: $ti-icon-circle-rectangle; +} +.#{$ti-prefix}-circle-rectangle-off:before { + content: $ti-icon-circle-rectangle-off; +} +.#{$ti-prefix}-circle-square:before { + content: $ti-icon-circle-square; +} +.#{$ti-prefix}-circle-triangle:before { + content: $ti-icon-circle-triangle; +} +.#{$ti-prefix}-circle-x:before { + content: $ti-icon-circle-x; +} +.#{$ti-prefix}-circle-x-filled:before { + content: $ti-icon-circle-x-filled; +} +.#{$ti-prefix}-circles:before { + content: $ti-icon-circles; +} +.#{$ti-prefix}-circles-filled:before { + content: $ti-icon-circles-filled; +} +.#{$ti-prefix}-circles-relation:before { + content: $ti-icon-circles-relation; +} +.#{$ti-prefix}-circuit-ammeter:before { + content: $ti-icon-circuit-ammeter; +} +.#{$ti-prefix}-circuit-battery:before { + content: $ti-icon-circuit-battery; +} +.#{$ti-prefix}-circuit-bulb:before { + content: $ti-icon-circuit-bulb; +} +.#{$ti-prefix}-circuit-capacitor:before { + content: $ti-icon-circuit-capacitor; +} +.#{$ti-prefix}-circuit-capacitor-polarized:before { + content: $ti-icon-circuit-capacitor-polarized; +} +.#{$ti-prefix}-circuit-cell:before { + content: $ti-icon-circuit-cell; +} +.#{$ti-prefix}-circuit-cell-plus:before { + content: $ti-icon-circuit-cell-plus; +} +.#{$ti-prefix}-circuit-changeover:before { + content: $ti-icon-circuit-changeover; +} +.#{$ti-prefix}-circuit-diode:before { + content: $ti-icon-circuit-diode; +} +.#{$ti-prefix}-circuit-diode-zener:before { + content: $ti-icon-circuit-diode-zener; +} +.#{$ti-prefix}-circuit-ground:before { + content: $ti-icon-circuit-ground; +} +.#{$ti-prefix}-circuit-ground-digital:before { + content: $ti-icon-circuit-ground-digital; +} +.#{$ti-prefix}-circuit-inductor:before { + content: $ti-icon-circuit-inductor; +} +.#{$ti-prefix}-circuit-motor:before { + content: $ti-icon-circuit-motor; +} +.#{$ti-prefix}-circuit-pushbutton:before { + content: $ti-icon-circuit-pushbutton; +} +.#{$ti-prefix}-circuit-resistor:before { + content: $ti-icon-circuit-resistor; +} +.#{$ti-prefix}-circuit-switch-closed:before { + content: $ti-icon-circuit-switch-closed; +} +.#{$ti-prefix}-circuit-switch-open:before { + content: $ti-icon-circuit-switch-open; +} +.#{$ti-prefix}-circuit-voltmeter:before { + content: $ti-icon-circuit-voltmeter; +} +.#{$ti-prefix}-clear-all:before { + content: $ti-icon-clear-all; +} +.#{$ti-prefix}-clear-formatting:before { + content: $ti-icon-clear-formatting; +} +.#{$ti-prefix}-click:before { + content: $ti-icon-click; +} +.#{$ti-prefix}-clipboard:before { + content: $ti-icon-clipboard; +} +.#{$ti-prefix}-clipboard-check:before { + content: $ti-icon-clipboard-check; +} +.#{$ti-prefix}-clipboard-copy:before { + content: $ti-icon-clipboard-copy; +} +.#{$ti-prefix}-clipboard-data:before { + content: $ti-icon-clipboard-data; +} +.#{$ti-prefix}-clipboard-heart:before { + content: $ti-icon-clipboard-heart; +} +.#{$ti-prefix}-clipboard-list:before { + content: $ti-icon-clipboard-list; +} +.#{$ti-prefix}-clipboard-off:before { + content: $ti-icon-clipboard-off; +} +.#{$ti-prefix}-clipboard-plus:before { + content: $ti-icon-clipboard-plus; +} +.#{$ti-prefix}-clipboard-smile:before { + content: $ti-icon-clipboard-smile; +} +.#{$ti-prefix}-clipboard-text:before { + content: $ti-icon-clipboard-text; +} +.#{$ti-prefix}-clipboard-typography:before { + content: $ti-icon-clipboard-typography; +} +.#{$ti-prefix}-clipboard-x:before { + content: $ti-icon-clipboard-x; +} +.#{$ti-prefix}-clock:before { + content: $ti-icon-clock; +} +.#{$ti-prefix}-clock-12:before { + content: $ti-icon-clock-12; +} +.#{$ti-prefix}-clock-2:before { + content: $ti-icon-clock-2; +} +.#{$ti-prefix}-clock-24:before { + content: $ti-icon-clock-24; +} +.#{$ti-prefix}-clock-bolt:before { + content: $ti-icon-clock-bolt; +} +.#{$ti-prefix}-clock-cancel:before { + content: $ti-icon-clock-cancel; +} +.#{$ti-prefix}-clock-check:before { + content: $ti-icon-clock-check; +} +.#{$ti-prefix}-clock-code:before { + content: $ti-icon-clock-code; +} +.#{$ti-prefix}-clock-cog:before { + content: $ti-icon-clock-cog; +} +.#{$ti-prefix}-clock-dollar:before { + content: $ti-icon-clock-dollar; +} +.#{$ti-prefix}-clock-down:before { + content: $ti-icon-clock-down; +} +.#{$ti-prefix}-clock-edit:before { + content: $ti-icon-clock-edit; +} +.#{$ti-prefix}-clock-exclamation:before { + content: $ti-icon-clock-exclamation; +} +.#{$ti-prefix}-clock-filled:before { + content: $ti-icon-clock-filled; +} +.#{$ti-prefix}-clock-heart:before { + content: $ti-icon-clock-heart; +} +.#{$ti-prefix}-clock-hour-1:before { + content: $ti-icon-clock-hour-1; +} +.#{$ti-prefix}-clock-hour-1-filled:before { + content: $ti-icon-clock-hour-1-filled; +} +.#{$ti-prefix}-clock-hour-10:before { + content: $ti-icon-clock-hour-10; +} +.#{$ti-prefix}-clock-hour-10-filled:before { + content: $ti-icon-clock-hour-10-filled; +} +.#{$ti-prefix}-clock-hour-11:before { + content: $ti-icon-clock-hour-11; +} +.#{$ti-prefix}-clock-hour-11-filled:before { + content: $ti-icon-clock-hour-11-filled; +} +.#{$ti-prefix}-clock-hour-12:before { + content: $ti-icon-clock-hour-12; +} +.#{$ti-prefix}-clock-hour-12-filled:before { + content: $ti-icon-clock-hour-12-filled; +} +.#{$ti-prefix}-clock-hour-2:before { + content: $ti-icon-clock-hour-2; +} +.#{$ti-prefix}-clock-hour-2-filled:before { + content: $ti-icon-clock-hour-2-filled; +} +.#{$ti-prefix}-clock-hour-3:before { + content: $ti-icon-clock-hour-3; +} +.#{$ti-prefix}-clock-hour-3-filled:before { + content: $ti-icon-clock-hour-3-filled; +} +.#{$ti-prefix}-clock-hour-4:before { + content: $ti-icon-clock-hour-4; +} +.#{$ti-prefix}-clock-hour-4-filled:before { + content: $ti-icon-clock-hour-4-filled; +} +.#{$ti-prefix}-clock-hour-5:before { + content: $ti-icon-clock-hour-5; +} +.#{$ti-prefix}-clock-hour-5-filled:before { + content: $ti-icon-clock-hour-5-filled; +} +.#{$ti-prefix}-clock-hour-6:before { + content: $ti-icon-clock-hour-6; +} +.#{$ti-prefix}-clock-hour-6-filled:before { + content: $ti-icon-clock-hour-6-filled; +} +.#{$ti-prefix}-clock-hour-7:before { + content: $ti-icon-clock-hour-7; +} +.#{$ti-prefix}-clock-hour-7-filled:before { + content: $ti-icon-clock-hour-7-filled; +} +.#{$ti-prefix}-clock-hour-8:before { + content: $ti-icon-clock-hour-8; +} +.#{$ti-prefix}-clock-hour-8-filled:before { + content: $ti-icon-clock-hour-8-filled; +} +.#{$ti-prefix}-clock-hour-9:before { + content: $ti-icon-clock-hour-9; +} +.#{$ti-prefix}-clock-hour-9-filled:before { + content: $ti-icon-clock-hour-9-filled; +} +.#{$ti-prefix}-clock-minus:before { + content: $ti-icon-clock-minus; +} +.#{$ti-prefix}-clock-off:before { + content: $ti-icon-clock-off; +} +.#{$ti-prefix}-clock-pause:before { + content: $ti-icon-clock-pause; +} +.#{$ti-prefix}-clock-pin:before { + content: $ti-icon-clock-pin; +} +.#{$ti-prefix}-clock-play:before { + content: $ti-icon-clock-play; +} +.#{$ti-prefix}-clock-plus:before { + content: $ti-icon-clock-plus; +} +.#{$ti-prefix}-clock-question:before { + content: $ti-icon-clock-question; +} +.#{$ti-prefix}-clock-record:before { + content: $ti-icon-clock-record; +} +.#{$ti-prefix}-clock-search:before { + content: $ti-icon-clock-search; +} +.#{$ti-prefix}-clock-share:before { + content: $ti-icon-clock-share; +} +.#{$ti-prefix}-clock-shield:before { + content: $ti-icon-clock-shield; +} +.#{$ti-prefix}-clock-star:before { + content: $ti-icon-clock-star; +} +.#{$ti-prefix}-clock-stop:before { + content: $ti-icon-clock-stop; +} +.#{$ti-prefix}-clock-up:before { + content: $ti-icon-clock-up; +} +.#{$ti-prefix}-clock-x:before { + content: $ti-icon-clock-x; +} +.#{$ti-prefix}-clothes-rack:before { + content: $ti-icon-clothes-rack; +} +.#{$ti-prefix}-clothes-rack-off:before { + content: $ti-icon-clothes-rack-off; +} +.#{$ti-prefix}-cloud:before { + content: $ti-icon-cloud; +} +.#{$ti-prefix}-cloud-bolt:before { + content: $ti-icon-cloud-bolt; +} +.#{$ti-prefix}-cloud-cancel:before { + content: $ti-icon-cloud-cancel; +} +.#{$ti-prefix}-cloud-check:before { + content: $ti-icon-cloud-check; +} +.#{$ti-prefix}-cloud-code:before { + content: $ti-icon-cloud-code; +} +.#{$ti-prefix}-cloud-cog:before { + content: $ti-icon-cloud-cog; +} +.#{$ti-prefix}-cloud-computing:before { + content: $ti-icon-cloud-computing; +} +.#{$ti-prefix}-cloud-data-connection:before { + content: $ti-icon-cloud-data-connection; +} +.#{$ti-prefix}-cloud-dollar:before { + content: $ti-icon-cloud-dollar; +} +.#{$ti-prefix}-cloud-down:before { + content: $ti-icon-cloud-down; +} +.#{$ti-prefix}-cloud-download:before { + content: $ti-icon-cloud-download; +} +.#{$ti-prefix}-cloud-exclamation:before { + content: $ti-icon-cloud-exclamation; +} +.#{$ti-prefix}-cloud-filled:before { + content: $ti-icon-cloud-filled; +} +.#{$ti-prefix}-cloud-fog:before { + content: $ti-icon-cloud-fog; +} +.#{$ti-prefix}-cloud-heart:before { + content: $ti-icon-cloud-heart; +} +.#{$ti-prefix}-cloud-lock:before { + content: $ti-icon-cloud-lock; +} +.#{$ti-prefix}-cloud-lock-open:before { + content: $ti-icon-cloud-lock-open; +} +.#{$ti-prefix}-cloud-minus:before { + content: $ti-icon-cloud-minus; +} +.#{$ti-prefix}-cloud-network:before { + content: $ti-icon-cloud-network; +} +.#{$ti-prefix}-cloud-off:before { + content: $ti-icon-cloud-off; +} +.#{$ti-prefix}-cloud-pause:before { + content: $ti-icon-cloud-pause; +} +.#{$ti-prefix}-cloud-pin:before { + content: $ti-icon-cloud-pin; +} +.#{$ti-prefix}-cloud-plus:before { + content: $ti-icon-cloud-plus; +} +.#{$ti-prefix}-cloud-question:before { + content: $ti-icon-cloud-question; +} +.#{$ti-prefix}-cloud-rain:before { + content: $ti-icon-cloud-rain; +} +.#{$ti-prefix}-cloud-search:before { + content: $ti-icon-cloud-search; +} +.#{$ti-prefix}-cloud-share:before { + content: $ti-icon-cloud-share; +} +.#{$ti-prefix}-cloud-snow:before { + content: $ti-icon-cloud-snow; +} +.#{$ti-prefix}-cloud-star:before { + content: $ti-icon-cloud-star; +} +.#{$ti-prefix}-cloud-storm:before { + content: $ti-icon-cloud-storm; +} +.#{$ti-prefix}-cloud-up:before { + content: $ti-icon-cloud-up; +} +.#{$ti-prefix}-cloud-upload:before { + content: $ti-icon-cloud-upload; +} +.#{$ti-prefix}-cloud-x:before { + content: $ti-icon-cloud-x; +} +.#{$ti-prefix}-clover:before { + content: $ti-icon-clover; +} +.#{$ti-prefix}-clover-2:before { + content: $ti-icon-clover-2; +} +.#{$ti-prefix}-clubs:before { + content: $ti-icon-clubs; +} +.#{$ti-prefix}-clubs-filled:before { + content: $ti-icon-clubs-filled; +} +.#{$ti-prefix}-code:before { + content: $ti-icon-code; +} +.#{$ti-prefix}-code-asterisk:before { + content: $ti-icon-code-asterisk; +} +.#{$ti-prefix}-code-circle:before { + content: $ti-icon-code-circle; +} +.#{$ti-prefix}-code-circle-2:before { + content: $ti-icon-code-circle-2; +} +.#{$ti-prefix}-code-dots:before { + content: $ti-icon-code-dots; +} +.#{$ti-prefix}-code-minus:before { + content: $ti-icon-code-minus; +} +.#{$ti-prefix}-code-off:before { + content: $ti-icon-code-off; +} +.#{$ti-prefix}-code-plus:before { + content: $ti-icon-code-plus; +} +.#{$ti-prefix}-coffee:before { + content: $ti-icon-coffee; +} +.#{$ti-prefix}-coffee-off:before { + content: $ti-icon-coffee-off; +} +.#{$ti-prefix}-coffin:before { + content: $ti-icon-coffin; +} +.#{$ti-prefix}-coin:before { + content: $ti-icon-coin; +} +.#{$ti-prefix}-coin-bitcoin:before { + content: $ti-icon-coin-bitcoin; +} +.#{$ti-prefix}-coin-bitcoin-filled:before { + content: $ti-icon-coin-bitcoin-filled; +} +.#{$ti-prefix}-coin-euro:before { + content: $ti-icon-coin-euro; +} +.#{$ti-prefix}-coin-euro-filled:before { + content: $ti-icon-coin-euro-filled; +} +.#{$ti-prefix}-coin-filled:before { + content: $ti-icon-coin-filled; +} +.#{$ti-prefix}-coin-monero:before { + content: $ti-icon-coin-monero; +} +.#{$ti-prefix}-coin-monero-filled:before { + content: $ti-icon-coin-monero-filled; +} +.#{$ti-prefix}-coin-off:before { + content: $ti-icon-coin-off; +} +.#{$ti-prefix}-coin-pound:before { + content: $ti-icon-coin-pound; +} +.#{$ti-prefix}-coin-pound-filled:before { + content: $ti-icon-coin-pound-filled; +} +.#{$ti-prefix}-coin-rupee:before { + content: $ti-icon-coin-rupee; +} +.#{$ti-prefix}-coin-rupee-filled:before { + content: $ti-icon-coin-rupee-filled; +} +.#{$ti-prefix}-coin-taka:before { + content: $ti-icon-coin-taka; +} +.#{$ti-prefix}-coin-taka-filled:before { + content: $ti-icon-coin-taka-filled; +} +.#{$ti-prefix}-coin-yen:before { + content: $ti-icon-coin-yen; +} +.#{$ti-prefix}-coin-yen-filled:before { + content: $ti-icon-coin-yen-filled; +} +.#{$ti-prefix}-coin-yuan:before { + content: $ti-icon-coin-yuan; +} +.#{$ti-prefix}-coin-yuan-filled:before { + content: $ti-icon-coin-yuan-filled; +} +.#{$ti-prefix}-coins:before { + content: $ti-icon-coins; +} +.#{$ti-prefix}-color-filter:before { + content: $ti-icon-color-filter; +} +.#{$ti-prefix}-color-picker:before { + content: $ti-icon-color-picker; +} +.#{$ti-prefix}-color-picker-off:before { + content: $ti-icon-color-picker-off; +} +.#{$ti-prefix}-color-swatch:before { + content: $ti-icon-color-swatch; +} +.#{$ti-prefix}-color-swatch-off:before { + content: $ti-icon-color-swatch-off; +} +.#{$ti-prefix}-column-insert-left:before { + content: $ti-icon-column-insert-left; +} +.#{$ti-prefix}-column-insert-right:before { + content: $ti-icon-column-insert-right; +} +.#{$ti-prefix}-column-remove:before { + content: $ti-icon-column-remove; +} +.#{$ti-prefix}-columns:before { + content: $ti-icon-columns; +} +.#{$ti-prefix}-columns-1:before { + content: $ti-icon-columns-1; +} +.#{$ti-prefix}-columns-2:before { + content: $ti-icon-columns-2; +} +.#{$ti-prefix}-columns-3:before { + content: $ti-icon-columns-3; +} +.#{$ti-prefix}-columns-off:before { + content: $ti-icon-columns-off; +} +.#{$ti-prefix}-comet:before { + content: $ti-icon-comet; +} +.#{$ti-prefix}-command:before { + content: $ti-icon-command; +} +.#{$ti-prefix}-command-off:before { + content: $ti-icon-command-off; +} +.#{$ti-prefix}-compass:before { + content: $ti-icon-compass; +} +.#{$ti-prefix}-compass-filled:before { + content: $ti-icon-compass-filled; +} +.#{$ti-prefix}-compass-off:before { + content: $ti-icon-compass-off; +} +.#{$ti-prefix}-components:before { + content: $ti-icon-components; +} +.#{$ti-prefix}-components-off:before { + content: $ti-icon-components-off; +} +.#{$ti-prefix}-cone:before { + content: $ti-icon-cone; +} +.#{$ti-prefix}-cone-2:before { + content: $ti-icon-cone-2; +} +.#{$ti-prefix}-cone-2-filled:before { + content: $ti-icon-cone-2-filled; +} +.#{$ti-prefix}-cone-filled:before { + content: $ti-icon-cone-filled; +} +.#{$ti-prefix}-cone-off:before { + content: $ti-icon-cone-off; +} +.#{$ti-prefix}-cone-plus:before { + content: $ti-icon-cone-plus; +} +.#{$ti-prefix}-confetti:before { + content: $ti-icon-confetti; +} +.#{$ti-prefix}-confetti-off:before { + content: $ti-icon-confetti-off; +} +.#{$ti-prefix}-confucius:before { + content: $ti-icon-confucius; +} +.#{$ti-prefix}-container:before { + content: $ti-icon-container; +} +.#{$ti-prefix}-container-off:before { + content: $ti-icon-container-off; +} +.#{$ti-prefix}-contrast:before { + content: $ti-icon-contrast; +} +.#{$ti-prefix}-contrast-2:before { + content: $ti-icon-contrast-2; +} +.#{$ti-prefix}-contrast-2-filled:before { + content: $ti-icon-contrast-2-filled; +} +.#{$ti-prefix}-contrast-2-off:before { + content: $ti-icon-contrast-2-off; +} +.#{$ti-prefix}-contrast-filled:before { + content: $ti-icon-contrast-filled; +} +.#{$ti-prefix}-contrast-off:before { + content: $ti-icon-contrast-off; +} +.#{$ti-prefix}-cooker:before { + content: $ti-icon-cooker; +} +.#{$ti-prefix}-cookie:before { + content: $ti-icon-cookie; +} +.#{$ti-prefix}-cookie-filled:before { + content: $ti-icon-cookie-filled; +} +.#{$ti-prefix}-cookie-man:before { + content: $ti-icon-cookie-man; +} +.#{$ti-prefix}-cookie-man-filled:before { + content: $ti-icon-cookie-man-filled; +} +.#{$ti-prefix}-cookie-off:before { + content: $ti-icon-cookie-off; +} +.#{$ti-prefix}-copy:before { + content: $ti-icon-copy; +} +.#{$ti-prefix}-copy-check:before { + content: $ti-icon-copy-check; +} +.#{$ti-prefix}-copy-check-filled:before { + content: $ti-icon-copy-check-filled; +} +.#{$ti-prefix}-copy-minus:before { + content: $ti-icon-copy-minus; +} +.#{$ti-prefix}-copy-minus-filled:before { + content: $ti-icon-copy-minus-filled; +} +.#{$ti-prefix}-copy-off:before { + content: $ti-icon-copy-off; +} +.#{$ti-prefix}-copy-plus:before { + content: $ti-icon-copy-plus; +} +.#{$ti-prefix}-copy-plus-filled:before { + content: $ti-icon-copy-plus-filled; +} +.#{$ti-prefix}-copy-x:before { + content: $ti-icon-copy-x; +} +.#{$ti-prefix}-copy-x-filled:before { + content: $ti-icon-copy-x-filled; +} +.#{$ti-prefix}-copyleft:before { + content: $ti-icon-copyleft; +} +.#{$ti-prefix}-copyleft-filled:before { + content: $ti-icon-copyleft-filled; +} +.#{$ti-prefix}-copyleft-off:before { + content: $ti-icon-copyleft-off; +} +.#{$ti-prefix}-copyright:before { + content: $ti-icon-copyright; +} +.#{$ti-prefix}-copyright-filled:before { + content: $ti-icon-copyright-filled; +} +.#{$ti-prefix}-copyright-off:before { + content: $ti-icon-copyright-off; +} +.#{$ti-prefix}-corner-down-left:before { + content: $ti-icon-corner-down-left; +} +.#{$ti-prefix}-corner-down-left-double:before { + content: $ti-icon-corner-down-left-double; +} +.#{$ti-prefix}-corner-down-right:before { + content: $ti-icon-corner-down-right; +} +.#{$ti-prefix}-corner-down-right-double:before { + content: $ti-icon-corner-down-right-double; +} +.#{$ti-prefix}-corner-left-down:before { + content: $ti-icon-corner-left-down; +} +.#{$ti-prefix}-corner-left-down-double:before { + content: $ti-icon-corner-left-down-double; +} +.#{$ti-prefix}-corner-left-up:before { + content: $ti-icon-corner-left-up; +} +.#{$ti-prefix}-corner-left-up-double:before { + content: $ti-icon-corner-left-up-double; +} +.#{$ti-prefix}-corner-right-down:before { + content: $ti-icon-corner-right-down; +} +.#{$ti-prefix}-corner-right-down-double:before { + content: $ti-icon-corner-right-down-double; +} +.#{$ti-prefix}-corner-right-up:before { + content: $ti-icon-corner-right-up; +} +.#{$ti-prefix}-corner-right-up-double:before { + content: $ti-icon-corner-right-up-double; +} +.#{$ti-prefix}-corner-up-left:before { + content: $ti-icon-corner-up-left; +} +.#{$ti-prefix}-corner-up-left-double:before { + content: $ti-icon-corner-up-left-double; +} +.#{$ti-prefix}-corner-up-right:before { + content: $ti-icon-corner-up-right; +} +.#{$ti-prefix}-corner-up-right-double:before { + content: $ti-icon-corner-up-right-double; +} +.#{$ti-prefix}-cpu:before { + content: $ti-icon-cpu; +} +.#{$ti-prefix}-cpu-2:before { + content: $ti-icon-cpu-2; +} +.#{$ti-prefix}-cpu-off:before { + content: $ti-icon-cpu-off; +} +.#{$ti-prefix}-crane:before { + content: $ti-icon-crane; +} +.#{$ti-prefix}-crane-off:before { + content: $ti-icon-crane-off; +} +.#{$ti-prefix}-creative-commons:before { + content: $ti-icon-creative-commons; +} +.#{$ti-prefix}-creative-commons-by:before { + content: $ti-icon-creative-commons-by; +} +.#{$ti-prefix}-creative-commons-nc:before { + content: $ti-icon-creative-commons-nc; +} +.#{$ti-prefix}-creative-commons-nd:before { + content: $ti-icon-creative-commons-nd; +} +.#{$ti-prefix}-creative-commons-off:before { + content: $ti-icon-creative-commons-off; +} +.#{$ti-prefix}-creative-commons-sa:before { + content: $ti-icon-creative-commons-sa; +} +.#{$ti-prefix}-creative-commons-zero:before { + content: $ti-icon-creative-commons-zero; +} +.#{$ti-prefix}-credit-card:before { + content: $ti-icon-credit-card; +} +.#{$ti-prefix}-credit-card-filled:before { + content: $ti-icon-credit-card-filled; +} +.#{$ti-prefix}-credit-card-off:before { + content: $ti-icon-credit-card-off; +} +.#{$ti-prefix}-credit-card-pay:before { + content: $ti-icon-credit-card-pay; +} +.#{$ti-prefix}-credit-card-refund:before { + content: $ti-icon-credit-card-refund; +} +.#{$ti-prefix}-cricket:before { + content: $ti-icon-cricket; +} +.#{$ti-prefix}-crop:before { + content: $ti-icon-crop; +} +.#{$ti-prefix}-crop-1-1:before { + content: $ti-icon-crop-1-1; +} +.#{$ti-prefix}-crop-1-1-filled:before { + content: $ti-icon-crop-1-1-filled; +} +.#{$ti-prefix}-crop-16-9:before { + content: $ti-icon-crop-16-9; +} +.#{$ti-prefix}-crop-16-9-filled:before { + content: $ti-icon-crop-16-9-filled; +} +.#{$ti-prefix}-crop-3-2:before { + content: $ti-icon-crop-3-2; +} +.#{$ti-prefix}-crop-3-2-filled:before { + content: $ti-icon-crop-3-2-filled; +} +.#{$ti-prefix}-crop-5-4:before { + content: $ti-icon-crop-5-4; +} +.#{$ti-prefix}-crop-5-4-filled:before { + content: $ti-icon-crop-5-4-filled; +} +.#{$ti-prefix}-crop-7-5:before { + content: $ti-icon-crop-7-5; +} +.#{$ti-prefix}-crop-7-5-filled:before { + content: $ti-icon-crop-7-5-filled; +} +.#{$ti-prefix}-crop-landscape:before { + content: $ti-icon-crop-landscape; +} +.#{$ti-prefix}-crop-landscape-filled:before { + content: $ti-icon-crop-landscape-filled; +} +.#{$ti-prefix}-crop-portrait:before { + content: $ti-icon-crop-portrait; +} +.#{$ti-prefix}-crop-portrait-filled:before { + content: $ti-icon-crop-portrait-filled; +} +.#{$ti-prefix}-cross:before { + content: $ti-icon-cross; +} +.#{$ti-prefix}-cross-filled:before { + content: $ti-icon-cross-filled; +} +.#{$ti-prefix}-cross-off:before { + content: $ti-icon-cross-off; +} +.#{$ti-prefix}-crosshair:before { + content: $ti-icon-crosshair; +} +.#{$ti-prefix}-crown:before { + content: $ti-icon-crown; +} +.#{$ti-prefix}-crown-off:before { + content: $ti-icon-crown-off; +} +.#{$ti-prefix}-crutches:before { + content: $ti-icon-crutches; +} +.#{$ti-prefix}-crutches-off:before { + content: $ti-icon-crutches-off; +} +.#{$ti-prefix}-crystal-ball:before { + content: $ti-icon-crystal-ball; +} +.#{$ti-prefix}-csv:before { + content: $ti-icon-csv; +} +.#{$ti-prefix}-cube:before { + content: $ti-icon-cube; +} +.#{$ti-prefix}-cube-3d-sphere:before { + content: $ti-icon-cube-3d-sphere; +} +.#{$ti-prefix}-cube-3d-sphere-off:before { + content: $ti-icon-cube-3d-sphere-off; +} +.#{$ti-prefix}-cube-off:before { + content: $ti-icon-cube-off; +} +.#{$ti-prefix}-cube-plus:before { + content: $ti-icon-cube-plus; +} +.#{$ti-prefix}-cube-send:before { + content: $ti-icon-cube-send; +} +.#{$ti-prefix}-cube-unfolded:before { + content: $ti-icon-cube-unfolded; +} +.#{$ti-prefix}-cup:before { + content: $ti-icon-cup; +} +.#{$ti-prefix}-cup-off:before { + content: $ti-icon-cup-off; +} +.#{$ti-prefix}-curling:before { + content: $ti-icon-curling; +} +.#{$ti-prefix}-curly-loop:before { + content: $ti-icon-curly-loop; +} +.#{$ti-prefix}-currency:before { + content: $ti-icon-currency; +} +.#{$ti-prefix}-currency-afghani:before { + content: $ti-icon-currency-afghani; +} +.#{$ti-prefix}-currency-bahraini:before { + content: $ti-icon-currency-bahraini; +} +.#{$ti-prefix}-currency-baht:before { + content: $ti-icon-currency-baht; +} +.#{$ti-prefix}-currency-bitcoin:before { + content: $ti-icon-currency-bitcoin; +} +.#{$ti-prefix}-currency-cent:before { + content: $ti-icon-currency-cent; +} +.#{$ti-prefix}-currency-dinar:before { + content: $ti-icon-currency-dinar; +} +.#{$ti-prefix}-currency-dirham:before { + content: $ti-icon-currency-dirham; +} +.#{$ti-prefix}-currency-dogecoin:before { + content: $ti-icon-currency-dogecoin; +} +.#{$ti-prefix}-currency-dollar:before { + content: $ti-icon-currency-dollar; +} +.#{$ti-prefix}-currency-dollar-australian:before { + content: $ti-icon-currency-dollar-australian; +} +.#{$ti-prefix}-currency-dollar-brunei:before { + content: $ti-icon-currency-dollar-brunei; +} +.#{$ti-prefix}-currency-dollar-canadian:before { + content: $ti-icon-currency-dollar-canadian; +} +.#{$ti-prefix}-currency-dollar-guyanese:before { + content: $ti-icon-currency-dollar-guyanese; +} +.#{$ti-prefix}-currency-dollar-off:before { + content: $ti-icon-currency-dollar-off; +} +.#{$ti-prefix}-currency-dollar-singapore:before { + content: $ti-icon-currency-dollar-singapore; +} +.#{$ti-prefix}-currency-dollar-zimbabwean:before { + content: $ti-icon-currency-dollar-zimbabwean; +} +.#{$ti-prefix}-currency-dong:before { + content: $ti-icon-currency-dong; +} +.#{$ti-prefix}-currency-dram:before { + content: $ti-icon-currency-dram; +} +.#{$ti-prefix}-currency-ethereum:before { + content: $ti-icon-currency-ethereum; +} +.#{$ti-prefix}-currency-euro:before { + content: $ti-icon-currency-euro; +} +.#{$ti-prefix}-currency-euro-off:before { + content: $ti-icon-currency-euro-off; +} +.#{$ti-prefix}-currency-florin:before { + content: $ti-icon-currency-florin; +} +.#{$ti-prefix}-currency-forint:before { + content: $ti-icon-currency-forint; +} +.#{$ti-prefix}-currency-frank:before { + content: $ti-icon-currency-frank; +} +.#{$ti-prefix}-currency-guarani:before { + content: $ti-icon-currency-guarani; +} +.#{$ti-prefix}-currency-hryvnia:before { + content: $ti-icon-currency-hryvnia; +} +.#{$ti-prefix}-currency-iranian-rial:before { + content: $ti-icon-currency-iranian-rial; +} +.#{$ti-prefix}-currency-kip:before { + content: $ti-icon-currency-kip; +} +.#{$ti-prefix}-currency-krone-czech:before { + content: $ti-icon-currency-krone-czech; +} +.#{$ti-prefix}-currency-krone-danish:before { + content: $ti-icon-currency-krone-danish; +} +.#{$ti-prefix}-currency-krone-swedish:before { + content: $ti-icon-currency-krone-swedish; +} +.#{$ti-prefix}-currency-lari:before { + content: $ti-icon-currency-lari; +} +.#{$ti-prefix}-currency-leu:before { + content: $ti-icon-currency-leu; +} +.#{$ti-prefix}-currency-lira:before { + content: $ti-icon-currency-lira; +} +.#{$ti-prefix}-currency-litecoin:before { + content: $ti-icon-currency-litecoin; +} +.#{$ti-prefix}-currency-lyd:before { + content: $ti-icon-currency-lyd; +} +.#{$ti-prefix}-currency-manat:before { + content: $ti-icon-currency-manat; +} +.#{$ti-prefix}-currency-monero:before { + content: $ti-icon-currency-monero; +} +.#{$ti-prefix}-currency-naira:before { + content: $ti-icon-currency-naira; +} +.#{$ti-prefix}-currency-nano:before { + content: $ti-icon-currency-nano; +} +.#{$ti-prefix}-currency-off:before { + content: $ti-icon-currency-off; +} +.#{$ti-prefix}-currency-paanga:before { + content: $ti-icon-currency-paanga; +} +.#{$ti-prefix}-currency-peso:before { + content: $ti-icon-currency-peso; +} +.#{$ti-prefix}-currency-pound:before { + content: $ti-icon-currency-pound; +} +.#{$ti-prefix}-currency-pound-off:before { + content: $ti-icon-currency-pound-off; +} +.#{$ti-prefix}-currency-quetzal:before { + content: $ti-icon-currency-quetzal; +} +.#{$ti-prefix}-currency-real:before { + content: $ti-icon-currency-real; +} +.#{$ti-prefix}-currency-renminbi:before { + content: $ti-icon-currency-renminbi; +} +.#{$ti-prefix}-currency-ripple:before { + content: $ti-icon-currency-ripple; +} +.#{$ti-prefix}-currency-riyal:before { + content: $ti-icon-currency-riyal; +} +.#{$ti-prefix}-currency-rubel:before { + content: $ti-icon-currency-rubel; +} +.#{$ti-prefix}-currency-rufiyaa:before { + content: $ti-icon-currency-rufiyaa; +} +.#{$ti-prefix}-currency-rupee:before { + content: $ti-icon-currency-rupee; +} +.#{$ti-prefix}-currency-rupee-nepalese:before { + content: $ti-icon-currency-rupee-nepalese; +} +.#{$ti-prefix}-currency-shekel:before { + content: $ti-icon-currency-shekel; +} +.#{$ti-prefix}-currency-solana:before { + content: $ti-icon-currency-solana; +} +.#{$ti-prefix}-currency-som:before { + content: $ti-icon-currency-som; +} +.#{$ti-prefix}-currency-taka:before { + content: $ti-icon-currency-taka; +} +.#{$ti-prefix}-currency-tenge:before { + content: $ti-icon-currency-tenge; +} +.#{$ti-prefix}-currency-tugrik:before { + content: $ti-icon-currency-tugrik; +} +.#{$ti-prefix}-currency-won:before { + content: $ti-icon-currency-won; +} +.#{$ti-prefix}-currency-xrp:before { + content: $ti-icon-currency-xrp; +} +.#{$ti-prefix}-currency-yen:before { + content: $ti-icon-currency-yen; +} +.#{$ti-prefix}-currency-yen-off:before { + content: $ti-icon-currency-yen-off; +} +.#{$ti-prefix}-currency-yuan:before { + content: $ti-icon-currency-yuan; +} +.#{$ti-prefix}-currency-zloty:before { + content: $ti-icon-currency-zloty; +} +.#{$ti-prefix}-current-location:before { + content: $ti-icon-current-location; +} +.#{$ti-prefix}-current-location-off:before { + content: $ti-icon-current-location-off; +} +.#{$ti-prefix}-cursor-off:before { + content: $ti-icon-cursor-off; +} +.#{$ti-prefix}-cursor-text:before { + content: $ti-icon-cursor-text; +} +.#{$ti-prefix}-cut:before { + content: $ti-icon-cut; +} +.#{$ti-prefix}-cylinder:before { + content: $ti-icon-cylinder; +} +.#{$ti-prefix}-cylinder-off:before { + content: $ti-icon-cylinder-off; +} +.#{$ti-prefix}-cylinder-plus:before { + content: $ti-icon-cylinder-plus; +} +.#{$ti-prefix}-dashboard:before { + content: $ti-icon-dashboard; +} +.#{$ti-prefix}-dashboard-off:before { + content: $ti-icon-dashboard-off; +} +.#{$ti-prefix}-database:before { + content: $ti-icon-database; +} +.#{$ti-prefix}-database-cog:before { + content: $ti-icon-database-cog; +} +.#{$ti-prefix}-database-dollar:before { + content: $ti-icon-database-dollar; +} +.#{$ti-prefix}-database-edit:before { + content: $ti-icon-database-edit; +} +.#{$ti-prefix}-database-exclamation:before { + content: $ti-icon-database-exclamation; +} +.#{$ti-prefix}-database-export:before { + content: $ti-icon-database-export; +} +.#{$ti-prefix}-database-heart:before { + content: $ti-icon-database-heart; +} +.#{$ti-prefix}-database-import:before { + content: $ti-icon-database-import; +} +.#{$ti-prefix}-database-leak:before { + content: $ti-icon-database-leak; +} +.#{$ti-prefix}-database-minus:before { + content: $ti-icon-database-minus; +} +.#{$ti-prefix}-database-off:before { + content: $ti-icon-database-off; +} +.#{$ti-prefix}-database-plus:before { + content: $ti-icon-database-plus; +} +.#{$ti-prefix}-database-search:before { + content: $ti-icon-database-search; +} +.#{$ti-prefix}-database-share:before { + content: $ti-icon-database-share; +} +.#{$ti-prefix}-database-smile:before { + content: $ti-icon-database-smile; +} +.#{$ti-prefix}-database-star:before { + content: $ti-icon-database-star; +} +.#{$ti-prefix}-database-x:before { + content: $ti-icon-database-x; +} +.#{$ti-prefix}-decimal:before { + content: $ti-icon-decimal; +} +.#{$ti-prefix}-deer:before { + content: $ti-icon-deer; +} +.#{$ti-prefix}-delta:before { + content: $ti-icon-delta; +} +.#{$ti-prefix}-dental:before { + content: $ti-icon-dental; +} +.#{$ti-prefix}-dental-broken:before { + content: $ti-icon-dental-broken; +} +.#{$ti-prefix}-dental-off:before { + content: $ti-icon-dental-off; +} +.#{$ti-prefix}-deselect:before { + content: $ti-icon-deselect; +} +.#{$ti-prefix}-desk:before { + content: $ti-icon-desk; +} +.#{$ti-prefix}-details:before { + content: $ti-icon-details; +} +.#{$ti-prefix}-details-off:before { + content: $ti-icon-details-off; +} +.#{$ti-prefix}-device-airpods:before { + content: $ti-icon-device-airpods; +} +.#{$ti-prefix}-device-airpods-case:before { + content: $ti-icon-device-airpods-case; +} +.#{$ti-prefix}-device-airtag:before { + content: $ti-icon-device-airtag; +} +.#{$ti-prefix}-device-analytics:before { + content: $ti-icon-device-analytics; +} +.#{$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-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; +} +.#{$ti-prefix}-device-desktop:before { + content: $ti-icon-device-desktop; +} +.#{$ti-prefix}-device-desktop-analytics:before { + content: $ti-icon-device-desktop-analytics; +} +.#{$ti-prefix}-device-desktop-bolt:before { + content: $ti-icon-device-desktop-bolt; +} +.#{$ti-prefix}-device-desktop-cancel:before { + content: $ti-icon-device-desktop-cancel; +} +.#{$ti-prefix}-device-desktop-check:before { + content: $ti-icon-device-desktop-check; +} +.#{$ti-prefix}-device-desktop-code:before { + content: $ti-icon-device-desktop-code; +} +.#{$ti-prefix}-device-desktop-cog:before { + content: $ti-icon-device-desktop-cog; +} +.#{$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-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; +} +.#{$ti-prefix}-device-desktop-pause:before { + content: $ti-icon-device-desktop-pause; +} +.#{$ti-prefix}-device-desktop-pin:before { + content: $ti-icon-device-desktop-pin; +} +.#{$ti-prefix}-device-desktop-plus:before { + content: $ti-icon-device-desktop-plus; +} +.#{$ti-prefix}-device-desktop-question:before { + content: $ti-icon-device-desktop-question; +} +.#{$ti-prefix}-device-desktop-search:before { + content: $ti-icon-device-desktop-search; +} +.#{$ti-prefix}-device-desktop-share:before { + content: $ti-icon-device-desktop-share; +} +.#{$ti-prefix}-device-desktop-star:before { + content: $ti-icon-device-desktop-star; +} +.#{$ti-prefix}-device-desktop-up:before { + content: $ti-icon-device-desktop-up; +} +.#{$ti-prefix}-device-desktop-x:before { + content: $ti-icon-device-desktop-x; +} +.#{$ti-prefix}-device-floppy:before { + content: $ti-icon-device-floppy; +} +.#{$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-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; +} +.#{$ti-prefix}-device-imac-bolt:before { + content: $ti-icon-device-imac-bolt; +} +.#{$ti-prefix}-device-imac-cancel:before { + content: $ti-icon-device-imac-cancel; +} +.#{$ti-prefix}-device-imac-check:before { + content: $ti-icon-device-imac-check; +} +.#{$ti-prefix}-device-imac-code:before { + content: $ti-icon-device-imac-code; +} +.#{$ti-prefix}-device-imac-cog:before { + content: $ti-icon-device-imac-cog; +} +.#{$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-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; +} +.#{$ti-prefix}-device-imac-pause:before { + content: $ti-icon-device-imac-pause; +} +.#{$ti-prefix}-device-imac-pin:before { + content: $ti-icon-device-imac-pin; +} +.#{$ti-prefix}-device-imac-plus:before { + content: $ti-icon-device-imac-plus; +} +.#{$ti-prefix}-device-imac-question:before { + content: $ti-icon-device-imac-question; +} +.#{$ti-prefix}-device-imac-search:before { + content: $ti-icon-device-imac-search; +} +.#{$ti-prefix}-device-imac-share:before { + content: $ti-icon-device-imac-share; +} +.#{$ti-prefix}-device-imac-star:before { + content: $ti-icon-device-imac-star; +} +.#{$ti-prefix}-device-imac-up:before { + content: $ti-icon-device-imac-up; +} +.#{$ti-prefix}-device-imac-x:before { + content: $ti-icon-device-imac-x; +} +.#{$ti-prefix}-device-ipad:before { + content: $ti-icon-device-ipad; +} +.#{$ti-prefix}-device-ipad-bolt:before { + content: $ti-icon-device-ipad-bolt; +} +.#{$ti-prefix}-device-ipad-cancel:before { + content: $ti-icon-device-ipad-cancel; +} +.#{$ti-prefix}-device-ipad-check:before { + content: $ti-icon-device-ipad-check; +} +.#{$ti-prefix}-device-ipad-code:before { + content: $ti-icon-device-ipad-code; +} +.#{$ti-prefix}-device-ipad-cog:before { + content: $ti-icon-device-ipad-cog; +} +.#{$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-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; +} +.#{$ti-prefix}-device-ipad-horizontal-cancel:before { + content: $ti-icon-device-ipad-horizontal-cancel; +} +.#{$ti-prefix}-device-ipad-horizontal-check:before { + content: $ti-icon-device-ipad-horizontal-check; +} +.#{$ti-prefix}-device-ipad-horizontal-code:before { + content: $ti-icon-device-ipad-horizontal-code; +} +.#{$ti-prefix}-device-ipad-horizontal-cog:before { + content: $ti-icon-device-ipad-horizontal-cog; +} +.#{$ti-prefix}-device-ipad-horizontal-dollar:before { + content: $ti-icon-device-ipad-horizontal-dollar; +} +.#{$ti-prefix}-device-ipad-horizontal-down:before { + content: $ti-icon-device-ipad-horizontal-down; +} +.#{$ti-prefix}-device-ipad-horizontal-exclamation:before { + content: $ti-icon-device-ipad-horizontal-exclamation; +} +.#{$ti-prefix}-device-ipad-horizontal-heart:before { + content: $ti-icon-device-ipad-horizontal-heart; +} +.#{$ti-prefix}-device-ipad-horizontal-minus:before { + content: $ti-icon-device-ipad-horizontal-minus; +} +.#{$ti-prefix}-device-ipad-horizontal-off:before { + content: $ti-icon-device-ipad-horizontal-off; +} +.#{$ti-prefix}-device-ipad-horizontal-pause:before { + content: $ti-icon-device-ipad-horizontal-pause; +} +.#{$ti-prefix}-device-ipad-horizontal-pin:before { + content: $ti-icon-device-ipad-horizontal-pin; +} +.#{$ti-prefix}-device-ipad-horizontal-plus:before { + content: $ti-icon-device-ipad-horizontal-plus; +} +.#{$ti-prefix}-device-ipad-horizontal-question:before { + content: $ti-icon-device-ipad-horizontal-question; +} +.#{$ti-prefix}-device-ipad-horizontal-search:before { + content: $ti-icon-device-ipad-horizontal-search; +} +.#{$ti-prefix}-device-ipad-horizontal-share:before { + content: $ti-icon-device-ipad-horizontal-share; +} +.#{$ti-prefix}-device-ipad-horizontal-star:before { + content: $ti-icon-device-ipad-horizontal-star; +} +.#{$ti-prefix}-device-ipad-horizontal-up:before { + content: $ti-icon-device-ipad-horizontal-up; +} +.#{$ti-prefix}-device-ipad-horizontal-x:before { + content: $ti-icon-device-ipad-horizontal-x; +} +.#{$ti-prefix}-device-ipad-minus:before { + content: $ti-icon-device-ipad-minus; +} +.#{$ti-prefix}-device-ipad-off:before { + content: $ti-icon-device-ipad-off; +} +.#{$ti-prefix}-device-ipad-pause:before { + content: $ti-icon-device-ipad-pause; +} +.#{$ti-prefix}-device-ipad-pin:before { + content: $ti-icon-device-ipad-pin; +} +.#{$ti-prefix}-device-ipad-plus:before { + content: $ti-icon-device-ipad-plus; +} +.#{$ti-prefix}-device-ipad-question:before { + content: $ti-icon-device-ipad-question; +} +.#{$ti-prefix}-device-ipad-search:before { + content: $ti-icon-device-ipad-search; +} +.#{$ti-prefix}-device-ipad-share:before { + content: $ti-icon-device-ipad-share; +} +.#{$ti-prefix}-device-ipad-star:before { + content: $ti-icon-device-ipad-star; +} +.#{$ti-prefix}-device-ipad-up:before { + content: $ti-icon-device-ipad-up; +} +.#{$ti-prefix}-device-ipad-x:before { + content: $ti-icon-device-ipad-x; +} +.#{$ti-prefix}-device-landline-phone:before { + content: $ti-icon-device-landline-phone; +} +.#{$ti-prefix}-device-laptop:before { + content: $ti-icon-device-laptop; +} +.#{$ti-prefix}-device-laptop-off:before { + content: $ti-icon-device-laptop-off; +} +.#{$ti-prefix}-device-mobile:before { + content: $ti-icon-device-mobile; +} +.#{$ti-prefix}-device-mobile-bolt:before { + content: $ti-icon-device-mobile-bolt; +} +.#{$ti-prefix}-device-mobile-cancel:before { + content: $ti-icon-device-mobile-cancel; +} +.#{$ti-prefix}-device-mobile-charging:before { + content: $ti-icon-device-mobile-charging; +} +.#{$ti-prefix}-device-mobile-check:before { + content: $ti-icon-device-mobile-check; +} +.#{$ti-prefix}-device-mobile-code:before { + content: $ti-icon-device-mobile-code; +} +.#{$ti-prefix}-device-mobile-cog:before { + content: $ti-icon-device-mobile-cog; +} +.#{$ti-prefix}-device-mobile-dollar:before { + content: $ti-icon-device-mobile-dollar; +} +.#{$ti-prefix}-device-mobile-down:before { + content: $ti-icon-device-mobile-down; +} +.#{$ti-prefix}-device-mobile-exclamation:before { + content: $ti-icon-device-mobile-exclamation; +} +.#{$ti-prefix}-device-mobile-filled:before { + content: $ti-icon-device-mobile-filled; +} +.#{$ti-prefix}-device-mobile-heart:before { + content: $ti-icon-device-mobile-heart; +} +.#{$ti-prefix}-device-mobile-message:before { + content: $ti-icon-device-mobile-message; +} +.#{$ti-prefix}-device-mobile-minus:before { + content: $ti-icon-device-mobile-minus; +} +.#{$ti-prefix}-device-mobile-off:before { + content: $ti-icon-device-mobile-off; +} +.#{$ti-prefix}-device-mobile-pause:before { + content: $ti-icon-device-mobile-pause; +} +.#{$ti-prefix}-device-mobile-pin:before { + content: $ti-icon-device-mobile-pin; +} +.#{$ti-prefix}-device-mobile-plus:before { + content: $ti-icon-device-mobile-plus; +} +.#{$ti-prefix}-device-mobile-question:before { + content: $ti-icon-device-mobile-question; +} +.#{$ti-prefix}-device-mobile-rotated:before { + content: $ti-icon-device-mobile-rotated; +} +.#{$ti-prefix}-device-mobile-search:before { + content: $ti-icon-device-mobile-search; +} +.#{$ti-prefix}-device-mobile-share:before { + content: $ti-icon-device-mobile-share; +} +.#{$ti-prefix}-device-mobile-star:before { + content: $ti-icon-device-mobile-star; +} +.#{$ti-prefix}-device-mobile-up:before { + content: $ti-icon-device-mobile-up; +} +.#{$ti-prefix}-device-mobile-vibration:before { + content: $ti-icon-device-mobile-vibration; +} +.#{$ti-prefix}-device-mobile-x:before { + content: $ti-icon-device-mobile-x; +} +.#{$ti-prefix}-device-nintendo:before { + content: $ti-icon-device-nintendo; +} +.#{$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-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-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; +} +.#{$ti-prefix}-device-tablet-cancel:before { + content: $ti-icon-device-tablet-cancel; +} +.#{$ti-prefix}-device-tablet-check:before { + content: $ti-icon-device-tablet-check; +} +.#{$ti-prefix}-device-tablet-code:before { + content: $ti-icon-device-tablet-code; +} +.#{$ti-prefix}-device-tablet-cog:before { + content: $ti-icon-device-tablet-cog; +} +.#{$ti-prefix}-device-tablet-dollar:before { + content: $ti-icon-device-tablet-dollar; +} +.#{$ti-prefix}-device-tablet-down:before { + content: $ti-icon-device-tablet-down; +} +.#{$ti-prefix}-device-tablet-exclamation:before { + content: $ti-icon-device-tablet-exclamation; +} +.#{$ti-prefix}-device-tablet-filled:before { + content: $ti-icon-device-tablet-filled; +} +.#{$ti-prefix}-device-tablet-heart:before { + content: $ti-icon-device-tablet-heart; +} +.#{$ti-prefix}-device-tablet-minus:before { + content: $ti-icon-device-tablet-minus; +} +.#{$ti-prefix}-device-tablet-off:before { + content: $ti-icon-device-tablet-off; +} +.#{$ti-prefix}-device-tablet-pause:before { + content: $ti-icon-device-tablet-pause; +} +.#{$ti-prefix}-device-tablet-pin:before { + content: $ti-icon-device-tablet-pin; +} +.#{$ti-prefix}-device-tablet-plus:before { + content: $ti-icon-device-tablet-plus; +} +.#{$ti-prefix}-device-tablet-question:before { + content: $ti-icon-device-tablet-question; +} +.#{$ti-prefix}-device-tablet-search:before { + content: $ti-icon-device-tablet-search; +} +.#{$ti-prefix}-device-tablet-share:before { + content: $ti-icon-device-tablet-share; +} +.#{$ti-prefix}-device-tablet-star:before { + content: $ti-icon-device-tablet-star; +} +.#{$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-off:before { + content: $ti-icon-device-tv-off; +} +.#{$ti-prefix}-device-tv-old:before { + content: $ti-icon-device-tv-old; +} +.#{$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}-device-watch-bolt:before { + content: $ti-icon-device-watch-bolt; +} +.#{$ti-prefix}-device-watch-cancel:before { + content: $ti-icon-device-watch-cancel; +} +.#{$ti-prefix}-device-watch-check:before { + content: $ti-icon-device-watch-check; +} +.#{$ti-prefix}-device-watch-code:before { + content: $ti-icon-device-watch-code; +} +.#{$ti-prefix}-device-watch-cog:before { + content: $ti-icon-device-watch-cog; +} +.#{$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-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; +} +.#{$ti-prefix}-device-watch-pause:before { + content: $ti-icon-device-watch-pause; +} +.#{$ti-prefix}-device-watch-pin:before { + content: $ti-icon-device-watch-pin; +} +.#{$ti-prefix}-device-watch-plus:before { + content: $ti-icon-device-watch-plus; +} +.#{$ti-prefix}-device-watch-question:before { + content: $ti-icon-device-watch-question; +} +.#{$ti-prefix}-device-watch-search:before { + content: $ti-icon-device-watch-search; +} +.#{$ti-prefix}-device-watch-share:before { + content: $ti-icon-device-watch-share; +} +.#{$ti-prefix}-device-watch-star:before { + content: $ti-icon-device-watch-star; +} +.#{$ti-prefix}-device-watch-stats:before { + content: $ti-icon-device-watch-stats; +} +.#{$ti-prefix}-device-watch-stats-2:before { + content: $ti-icon-device-watch-stats-2; +} +.#{$ti-prefix}-device-watch-up:before { + content: $ti-icon-device-watch-up; +} +.#{$ti-prefix}-device-watch-x:before { + content: $ti-icon-device-watch-x; +} +.#{$ti-prefix}-devices:before { + content: $ti-icon-devices; +} +.#{$ti-prefix}-devices-2:before { + content: $ti-icon-devices-2; +} +.#{$ti-prefix}-devices-bolt:before { + content: $ti-icon-devices-bolt; +} +.#{$ti-prefix}-devices-cancel:before { + content: $ti-icon-devices-cancel; +} +.#{$ti-prefix}-devices-check:before { + content: $ti-icon-devices-check; +} +.#{$ti-prefix}-devices-code:before { + content: $ti-icon-devices-code; +} +.#{$ti-prefix}-devices-cog:before { + content: $ti-icon-devices-cog; +} +.#{$ti-prefix}-devices-dollar:before { + content: $ti-icon-devices-dollar; +} +.#{$ti-prefix}-devices-down:before { + content: $ti-icon-devices-down; +} +.#{$ti-prefix}-devices-exclamation:before { + content: $ti-icon-devices-exclamation; +} +.#{$ti-prefix}-devices-heart:before { + content: $ti-icon-devices-heart; +} +.#{$ti-prefix}-devices-minus:before { + content: $ti-icon-devices-minus; +} +.#{$ti-prefix}-devices-off:before { + content: $ti-icon-devices-off; +} +.#{$ti-prefix}-devices-pause:before { + content: $ti-icon-devices-pause; +} +.#{$ti-prefix}-devices-pc:before { + content: $ti-icon-devices-pc; +} +.#{$ti-prefix}-devices-pc-off:before { + content: $ti-icon-devices-pc-off; +} +.#{$ti-prefix}-devices-pin:before { + content: $ti-icon-devices-pin; +} +.#{$ti-prefix}-devices-plus:before { + content: $ti-icon-devices-plus; +} +.#{$ti-prefix}-devices-question:before { + content: $ti-icon-devices-question; +} +.#{$ti-prefix}-devices-search:before { + content: $ti-icon-devices-search; +} +.#{$ti-prefix}-devices-share:before { + content: $ti-icon-devices-share; +} +.#{$ti-prefix}-devices-star:before { + content: $ti-icon-devices-star; +} +.#{$ti-prefix}-devices-up:before { + content: $ti-icon-devices-up; +} +.#{$ti-prefix}-devices-x:before { + content: $ti-icon-devices-x; +} +.#{$ti-prefix}-diabolo:before { + content: $ti-icon-diabolo; +} +.#{$ti-prefix}-diabolo-off:before { + content: $ti-icon-diabolo-off; +} +.#{$ti-prefix}-diabolo-plus:before { + content: $ti-icon-diabolo-plus; +} +.#{$ti-prefix}-dialpad:before { + content: $ti-icon-dialpad; +} +.#{$ti-prefix}-dialpad-filled:before { + content: $ti-icon-dialpad-filled; +} +.#{$ti-prefix}-dialpad-off:before { + content: $ti-icon-dialpad-off; +} +.#{$ti-prefix}-diamond:before { + content: $ti-icon-diamond; +} +.#{$ti-prefix}-diamond-filled:before { + content: $ti-icon-diamond-filled; +} +.#{$ti-prefix}-diamond-off:before { + content: $ti-icon-diamond-off; +} +.#{$ti-prefix}-diamonds:before { + content: $ti-icon-diamonds; +} +.#{$ti-prefix}-diamonds-filled:before { + content: $ti-icon-diamonds-filled; +} +.#{$ti-prefix}-dice:before { + content: $ti-icon-dice; +} +.#{$ti-prefix}-dice-1:before { + content: $ti-icon-dice-1; +} +.#{$ti-prefix}-dice-1-filled:before { + content: $ti-icon-dice-1-filled; +} +.#{$ti-prefix}-dice-2:before { + content: $ti-icon-dice-2; +} +.#{$ti-prefix}-dice-2-filled:before { + content: $ti-icon-dice-2-filled; +} +.#{$ti-prefix}-dice-3:before { + content: $ti-icon-dice-3; +} +.#{$ti-prefix}-dice-3-filled:before { + content: $ti-icon-dice-3-filled; +} +.#{$ti-prefix}-dice-4:before { + content: $ti-icon-dice-4; +} +.#{$ti-prefix}-dice-4-filled:before { + content: $ti-icon-dice-4-filled; +} +.#{$ti-prefix}-dice-5:before { + content: $ti-icon-dice-5; +} +.#{$ti-prefix}-dice-5-filled:before { + content: $ti-icon-dice-5-filled; +} +.#{$ti-prefix}-dice-6:before { + content: $ti-icon-dice-6; +} +.#{$ti-prefix}-dice-6-filled:before { + content: $ti-icon-dice-6-filled; +} +.#{$ti-prefix}-dice-filled:before { + content: $ti-icon-dice-filled; +} +.#{$ti-prefix}-dimensions:before { + content: $ti-icon-dimensions; +} +.#{$ti-prefix}-direction:before { + content: $ti-icon-direction; +} +.#{$ti-prefix}-direction-arrows:before { + content: $ti-icon-direction-arrows; +} +.#{$ti-prefix}-direction-horizontal:before { + content: $ti-icon-direction-horizontal; +} +.#{$ti-prefix}-direction-sign:before { + content: $ti-icon-direction-sign; +} +.#{$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-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-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-off:before { + content: $ti-icon-discount-off; +} +.#{$ti-prefix}-divide:before { + content: $ti-icon-divide; +} +.#{$ti-prefix}-dna:before { + content: $ti-icon-dna; +} +.#{$ti-prefix}-dna-2:before { + content: $ti-icon-dna-2; +} +.#{$ti-prefix}-dna-2-off:before { + content: $ti-icon-dna-2-off; +} +.#{$ti-prefix}-dna-off:before { + content: $ti-icon-dna-off; +} +.#{$ti-prefix}-dog:before { + content: $ti-icon-dog; +} +.#{$ti-prefix}-dog-bowl:before { + content: $ti-icon-dog-bowl; +} +.#{$ti-prefix}-door:before { + content: $ti-icon-door; +} +.#{$ti-prefix}-door-enter:before { + content: $ti-icon-door-enter; +} +.#{$ti-prefix}-door-exit:before { + content: $ti-icon-door-exit; +} +.#{$ti-prefix}-door-off:before { + content: $ti-icon-door-off; +} +.#{$ti-prefix}-dots:before { + content: $ti-icon-dots; +} +.#{$ti-prefix}-dots-circle-horizontal:before { + content: $ti-icon-dots-circle-horizontal; +} +.#{$ti-prefix}-dots-diagonal:before { + content: $ti-icon-dots-diagonal; +} +.#{$ti-prefix}-dots-diagonal-2:before { + content: $ti-icon-dots-diagonal-2; +} +.#{$ti-prefix}-dots-vertical:before { + content: $ti-icon-dots-vertical; +} +.#{$ti-prefix}-download:before { + content: $ti-icon-download; +} +.#{$ti-prefix}-download-off:before { + content: $ti-icon-download-off; +} +.#{$ti-prefix}-drag-drop:before { + content: $ti-icon-drag-drop; +} +.#{$ti-prefix}-drag-drop-2:before { + content: $ti-icon-drag-drop-2; +} +.#{$ti-prefix}-drone:before { + content: $ti-icon-drone; +} +.#{$ti-prefix}-drone-off:before { + content: $ti-icon-drone-off; +} +.#{$ti-prefix}-drop-circle:before { + content: $ti-icon-drop-circle; +} +.#{$ti-prefix}-droplet:before { + content: $ti-icon-droplet; +} +.#{$ti-prefix}-droplet-bolt:before { + content: $ti-icon-droplet-bolt; +} +.#{$ti-prefix}-droplet-cancel:before { + content: $ti-icon-droplet-cancel; +} +.#{$ti-prefix}-droplet-check:before { + content: $ti-icon-droplet-check; +} +.#{$ti-prefix}-droplet-code:before { + content: $ti-icon-droplet-code; +} +.#{$ti-prefix}-droplet-cog:before { + content: $ti-icon-droplet-cog; +} +.#{$ti-prefix}-droplet-dollar:before { + content: $ti-icon-droplet-dollar; +} +.#{$ti-prefix}-droplet-down:before { + content: $ti-icon-droplet-down; +} +.#{$ti-prefix}-droplet-exclamation:before { + content: $ti-icon-droplet-exclamation; +} +.#{$ti-prefix}-droplet-filled:before { + content: $ti-icon-droplet-filled; +} +.#{$ti-prefix}-droplet-half:before { + content: $ti-icon-droplet-half; +} +.#{$ti-prefix}-droplet-half-2:before { + content: $ti-icon-droplet-half-2; +} +.#{$ti-prefix}-droplet-half-2-filled:before { + content: $ti-icon-droplet-half-2-filled; +} +.#{$ti-prefix}-droplet-half-filled:before { + content: $ti-icon-droplet-half-filled; +} +.#{$ti-prefix}-droplet-heart:before { + content: $ti-icon-droplet-heart; +} +.#{$ti-prefix}-droplet-minus:before { + content: $ti-icon-droplet-minus; +} +.#{$ti-prefix}-droplet-off:before { + content: $ti-icon-droplet-off; +} +.#{$ti-prefix}-droplet-pause:before { + content: $ti-icon-droplet-pause; +} +.#{$ti-prefix}-droplet-pin:before { + content: $ti-icon-droplet-pin; +} +.#{$ti-prefix}-droplet-plus:before { + content: $ti-icon-droplet-plus; +} +.#{$ti-prefix}-droplet-question:before { + content: $ti-icon-droplet-question; +} +.#{$ti-prefix}-droplet-search:before { + content: $ti-icon-droplet-search; +} +.#{$ti-prefix}-droplet-share:before { + content: $ti-icon-droplet-share; +} +.#{$ti-prefix}-droplet-star:before { + content: $ti-icon-droplet-star; +} +.#{$ti-prefix}-droplet-up:before { + content: $ti-icon-droplet-up; +} +.#{$ti-prefix}-droplet-x:before { + content: $ti-icon-droplet-x; +} +.#{$ti-prefix}-droplets:before { + content: $ti-icon-droplets; +} +.#{$ti-prefix}-dual-screen:before { + content: $ti-icon-dual-screen; +} +.#{$ti-prefix}-e-passport:before { + content: $ti-icon-e-passport; +} +.#{$ti-prefix}-ear:before { + content: $ti-icon-ear; +} +.#{$ti-prefix}-ear-off:before { + content: $ti-icon-ear-off; +} +.#{$ti-prefix}-ear-scan:before { + content: $ti-icon-ear-scan; +} +.#{$ti-prefix}-ease-in:before { + content: $ti-icon-ease-in; +} +.#{$ti-prefix}-ease-in-control-point:before { + content: $ti-icon-ease-in-control-point; +} +.#{$ti-prefix}-ease-in-out:before { + content: $ti-icon-ease-in-out; +} +.#{$ti-prefix}-ease-in-out-control-points:before { + content: $ti-icon-ease-in-out-control-points; +} +.#{$ti-prefix}-ease-out:before { + content: $ti-icon-ease-out; +} +.#{$ti-prefix}-ease-out-control-point:before { + content: $ti-icon-ease-out-control-point; +} +.#{$ti-prefix}-edit:before { + content: $ti-icon-edit; +} +.#{$ti-prefix}-edit-circle:before { + content: $ti-icon-edit-circle; +} +.#{$ti-prefix}-edit-circle-off:before { + content: $ti-icon-edit-circle-off; +} +.#{$ti-prefix}-edit-off:before { + content: $ti-icon-edit-off; +} +.#{$ti-prefix}-egg:before { + content: $ti-icon-egg; +} +.#{$ti-prefix}-egg-cracked:before { + content: $ti-icon-egg-cracked; +} +.#{$ti-prefix}-egg-filled:before { + content: $ti-icon-egg-filled; +} +.#{$ti-prefix}-egg-fried:before { + content: $ti-icon-egg-fried; +} +.#{$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-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; +} +.#{$ti-prefix}-empathize-off:before { + content: $ti-icon-empathize-off; +} +.#{$ti-prefix}-emphasis:before { + content: $ti-icon-emphasis; +} +.#{$ti-prefix}-engine:before { + content: $ti-icon-engine; +} +.#{$ti-prefix}-engine-off:before { + content: $ti-icon-engine-off; +} +.#{$ti-prefix}-equal:before { + content: $ti-icon-equal; +} +.#{$ti-prefix}-equal-double:before { + content: $ti-icon-equal-double; +} +.#{$ti-prefix}-equal-not:before { + content: $ti-icon-equal-not; +} +.#{$ti-prefix}-eraser:before { + content: $ti-icon-eraser; +} +.#{$ti-prefix}-eraser-off:before { + content: $ti-icon-eraser-off; +} +.#{$ti-prefix}-error-404:before { + content: $ti-icon-error-404; +} +.#{$ti-prefix}-error-404-off:before { + content: $ti-icon-error-404-off; +} +.#{$ti-prefix}-escalator:before { + content: $ti-icon-escalator; +} +.#{$ti-prefix}-escalator-down:before { + content: $ti-icon-escalator-down; +} +.#{$ti-prefix}-escalator-up:before { + content: $ti-icon-escalator-up; +} +.#{$ti-prefix}-exchange:before { + content: $ti-icon-exchange; +} +.#{$ti-prefix}-exchange-off:before { + content: $ti-icon-exchange-off; +} +.#{$ti-prefix}-exclamation-circle:before { + content: $ti-icon-exclamation-circle; +} +.#{$ti-prefix}-exclamation-mark:before { + content: $ti-icon-exclamation-mark; +} +.#{$ti-prefix}-exclamation-mark-off:before { + content: $ti-icon-exclamation-mark-off; +} +.#{$ti-prefix}-explicit:before { + content: $ti-icon-explicit; +} +.#{$ti-prefix}-explicit-off:before { + content: $ti-icon-explicit-off; +} +.#{$ti-prefix}-exposure:before { + content: $ti-icon-exposure; +} +.#{$ti-prefix}-exposure-0:before { + content: $ti-icon-exposure-0; +} +.#{$ti-prefix}-exposure-minus-1:before { + content: $ti-icon-exposure-minus-1; +} +.#{$ti-prefix}-exposure-minus-2:before { + content: $ti-icon-exposure-minus-2; +} +.#{$ti-prefix}-exposure-off:before { + content: $ti-icon-exposure-off; +} +.#{$ti-prefix}-exposure-plus-1:before { + content: $ti-icon-exposure-plus-1; +} +.#{$ti-prefix}-exposure-plus-2:before { + content: $ti-icon-exposure-plus-2; +} +.#{$ti-prefix}-external-link:before { + content: $ti-icon-external-link; +} +.#{$ti-prefix}-external-link-off:before { + content: $ti-icon-external-link-off; +} +.#{$ti-prefix}-eye:before { + content: $ti-icon-eye; +} +.#{$ti-prefix}-eye-bolt:before { + content: $ti-icon-eye-bolt; +} +.#{$ti-prefix}-eye-cancel:before { + content: $ti-icon-eye-cancel; +} +.#{$ti-prefix}-eye-check:before { + content: $ti-icon-eye-check; +} +.#{$ti-prefix}-eye-closed:before { + content: $ti-icon-eye-closed; +} +.#{$ti-prefix}-eye-code:before { + content: $ti-icon-eye-code; +} +.#{$ti-prefix}-eye-cog:before { + content: $ti-icon-eye-cog; +} +.#{$ti-prefix}-eye-discount:before { + content: $ti-icon-eye-discount; +} +.#{$ti-prefix}-eye-dollar:before { + content: $ti-icon-eye-dollar; +} +.#{$ti-prefix}-eye-down:before { + content: $ti-icon-eye-down; +} +.#{$ti-prefix}-eye-edit:before { + content: $ti-icon-eye-edit; +} +.#{$ti-prefix}-eye-exclamation:before { + content: $ti-icon-eye-exclamation; +} +.#{$ti-prefix}-eye-filled:before { + content: $ti-icon-eye-filled; +} +.#{$ti-prefix}-eye-heart:before { + content: $ti-icon-eye-heart; +} +.#{$ti-prefix}-eye-minus:before { + content: $ti-icon-eye-minus; +} +.#{$ti-prefix}-eye-off:before { + content: $ti-icon-eye-off; +} +.#{$ti-prefix}-eye-pause:before { + content: $ti-icon-eye-pause; +} +.#{$ti-prefix}-eye-pin:before { + content: $ti-icon-eye-pin; +} +.#{$ti-prefix}-eye-plus:before { + content: $ti-icon-eye-plus; +} +.#{$ti-prefix}-eye-question:before { + content: $ti-icon-eye-question; +} +.#{$ti-prefix}-eye-search:before { + content: $ti-icon-eye-search; +} +.#{$ti-prefix}-eye-share:before { + content: $ti-icon-eye-share; +} +.#{$ti-prefix}-eye-star:before { + content: $ti-icon-eye-star; +} +.#{$ti-prefix}-eye-table:before { + content: $ti-icon-eye-table; +} +.#{$ti-prefix}-eye-up:before { + content: $ti-icon-eye-up; +} +.#{$ti-prefix}-eye-x:before { + content: $ti-icon-eye-x; +} +.#{$ti-prefix}-eyeglass:before { + content: $ti-icon-eyeglass; +} +.#{$ti-prefix}-eyeglass-2:before { + content: $ti-icon-eyeglass-2; +} +.#{$ti-prefix}-eyeglass-off:before { + content: $ti-icon-eyeglass-off; +} +.#{$ti-prefix}-face-id:before { + content: $ti-icon-face-id; +} +.#{$ti-prefix}-face-id-error:before { + content: $ti-icon-face-id-error; +} +.#{$ti-prefix}-face-mask:before { + content: $ti-icon-face-mask; +} +.#{$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}-feather:before { + content: $ti-icon-feather; +} +.#{$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}-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; +} +.#{$ti-prefix}-file-alert:before { + content: $ti-icon-file-alert; +} +.#{$ti-prefix}-file-analytics:before { + content: $ti-icon-file-analytics; +} +.#{$ti-prefix}-file-arrow-left:before { + content: $ti-icon-file-arrow-left; +} +.#{$ti-prefix}-file-arrow-right:before { + content: $ti-icon-file-arrow-right; +} +.#{$ti-prefix}-file-barcode:before { + content: $ti-icon-file-barcode; +} +.#{$ti-prefix}-file-broken:before { + content: $ti-icon-file-broken; +} +.#{$ti-prefix}-file-certificate:before { + content: $ti-icon-file-certificate; +} +.#{$ti-prefix}-file-chart:before { + content: $ti-icon-file-chart; +} +.#{$ti-prefix}-file-check:before { + content: $ti-icon-file-check; +} +.#{$ti-prefix}-file-code:before { + content: $ti-icon-file-code; +} +.#{$ti-prefix}-file-code-2:before { + content: $ti-icon-file-code-2; +} +.#{$ti-prefix}-file-cv:before { + content: $ti-icon-file-cv; +} +.#{$ti-prefix}-file-database:before { + content: $ti-icon-file-database; +} +.#{$ti-prefix}-file-delta:before { + content: $ti-icon-file-delta; +} +.#{$ti-prefix}-file-description:before { + content: $ti-icon-file-description; +} +.#{$ti-prefix}-file-diff:before { + content: $ti-icon-file-diff; +} +.#{$ti-prefix}-file-digit:before { + content: $ti-icon-file-digit; +} +.#{$ti-prefix}-file-dislike:before { + content: $ti-icon-file-dislike; +} +.#{$ti-prefix}-file-dollar:before { + content: $ti-icon-file-dollar; +} +.#{$ti-prefix}-file-dots:before { + content: $ti-icon-file-dots; +} +.#{$ti-prefix}-file-download:before { + content: $ti-icon-file-download; +} +.#{$ti-prefix}-file-euro:before { + content: $ti-icon-file-euro; +} +.#{$ti-prefix}-file-export:before { + content: $ti-icon-file-export; +} +.#{$ti-prefix}-file-filled:before { + content: $ti-icon-file-filled; +} +.#{$ti-prefix}-file-function:before { + content: $ti-icon-file-function; +} +.#{$ti-prefix}-file-horizontal:before { + content: $ti-icon-file-horizontal; +} +.#{$ti-prefix}-file-import:before { + content: $ti-icon-file-import; +} +.#{$ti-prefix}-file-infinity:before { + content: $ti-icon-file-infinity; +} +.#{$ti-prefix}-file-info:before { + content: $ti-icon-file-info; +} +.#{$ti-prefix}-file-invoice:before { + content: $ti-icon-file-invoice; +} +.#{$ti-prefix}-file-lambda:before { + content: $ti-icon-file-lambda; +} +.#{$ti-prefix}-file-like:before { + content: $ti-icon-file-like; +} +.#{$ti-prefix}-file-minus:before { + content: $ti-icon-file-minus; +} +.#{$ti-prefix}-file-music:before { + content: $ti-icon-file-music; +} +.#{$ti-prefix}-file-neutral:before { + content: $ti-icon-file-neutral; +} +.#{$ti-prefix}-file-off:before { + content: $ti-icon-file-off; +} +.#{$ti-prefix}-file-orientation:before { + content: $ti-icon-file-orientation; +} +.#{$ti-prefix}-file-pencil:before { + content: $ti-icon-file-pencil; +} +.#{$ti-prefix}-file-percent:before { + content: $ti-icon-file-percent; +} +.#{$ti-prefix}-file-phone:before { + content: $ti-icon-file-phone; +} +.#{$ti-prefix}-file-plus:before { + content: $ti-icon-file-plus; +} +.#{$ti-prefix}-file-power:before { + content: $ti-icon-file-power; +} +.#{$ti-prefix}-file-report:before { + content: $ti-icon-file-report; +} +.#{$ti-prefix}-file-rss:before { + content: $ti-icon-file-rss; +} +.#{$ti-prefix}-file-sad:before { + content: $ti-icon-file-sad; +} +.#{$ti-prefix}-file-scissors:before { + content: $ti-icon-file-scissors; +} +.#{$ti-prefix}-file-search:before { + content: $ti-icon-file-search; +} +.#{$ti-prefix}-file-settings:before { + content: $ti-icon-file-settings; +} +.#{$ti-prefix}-file-shredder:before { + content: $ti-icon-file-shredder; +} +.#{$ti-prefix}-file-signal:before { + content: $ti-icon-file-signal; +} +.#{$ti-prefix}-file-smile:before { + content: $ti-icon-file-smile; +} +.#{$ti-prefix}-file-spreadsheet:before { + content: $ti-icon-file-spreadsheet; +} +.#{$ti-prefix}-file-stack:before { + content: $ti-icon-file-stack; +} +.#{$ti-prefix}-file-star:before { + content: $ti-icon-file-star; +} +.#{$ti-prefix}-file-symlink:before { + content: $ti-icon-file-symlink; +} +.#{$ti-prefix}-file-text:before { + content: $ti-icon-file-text; +} +.#{$ti-prefix}-file-text-ai:before { + content: $ti-icon-file-text-ai; +} +.#{$ti-prefix}-file-time:before { + content: $ti-icon-file-time; +} +.#{$ti-prefix}-file-type-bmp:before { + content: $ti-icon-file-type-bmp; +} +.#{$ti-prefix}-file-type-css:before { + content: $ti-icon-file-type-css; +} +.#{$ti-prefix}-file-type-csv:before { + content: $ti-icon-file-type-csv; +} +.#{$ti-prefix}-file-type-doc:before { + content: $ti-icon-file-type-doc; +} +.#{$ti-prefix}-file-type-docx:before { + content: $ti-icon-file-type-docx; +} +.#{$ti-prefix}-file-type-html:before { + content: $ti-icon-file-type-html; +} +.#{$ti-prefix}-file-type-jpg:before { + content: $ti-icon-file-type-jpg; +} +.#{$ti-prefix}-file-type-js:before { + content: $ti-icon-file-type-js; +} +.#{$ti-prefix}-file-type-jsx:before { + content: $ti-icon-file-type-jsx; +} +.#{$ti-prefix}-file-type-pdf:before { + content: $ti-icon-file-type-pdf; +} +.#{$ti-prefix}-file-type-php:before { + content: $ti-icon-file-type-php; +} +.#{$ti-prefix}-file-type-png:before { + content: $ti-icon-file-type-png; +} +.#{$ti-prefix}-file-type-ppt:before { + content: $ti-icon-file-type-ppt; +} +.#{$ti-prefix}-file-type-rs:before { + content: $ti-icon-file-type-rs; +} +.#{$ti-prefix}-file-type-sql:before { + content: $ti-icon-file-type-sql; +} +.#{$ti-prefix}-file-type-svg:before { + content: $ti-icon-file-type-svg; +} +.#{$ti-prefix}-file-type-ts:before { + content: $ti-icon-file-type-ts; +} +.#{$ti-prefix}-file-type-tsx:before { + content: $ti-icon-file-type-tsx; +} +.#{$ti-prefix}-file-type-txt:before { + content: $ti-icon-file-type-txt; +} +.#{$ti-prefix}-file-type-vue:before { + content: $ti-icon-file-type-vue; +} +.#{$ti-prefix}-file-type-xls:before { + content: $ti-icon-file-type-xls; +} +.#{$ti-prefix}-file-type-xml:before { + content: $ti-icon-file-type-xml; +} +.#{$ti-prefix}-file-type-zip:before { + content: $ti-icon-file-type-zip; +} +.#{$ti-prefix}-file-typography:before { + content: $ti-icon-file-typography; +} +.#{$ti-prefix}-file-unknown:before { + content: $ti-icon-file-unknown; +} +.#{$ti-prefix}-file-upload:before { + content: $ti-icon-file-upload; +} +.#{$ti-prefix}-file-vector:before { + content: $ti-icon-file-vector; +} +.#{$ti-prefix}-file-x:before { + content: $ti-icon-file-x; +} +.#{$ti-prefix}-file-x-filled:before { + content: $ti-icon-file-x-filled; +} +.#{$ti-prefix}-file-zip:before { + content: $ti-icon-file-zip; +} +.#{$ti-prefix}-files:before { + content: $ti-icon-files; +} +.#{$ti-prefix}-files-off:before { + content: $ti-icon-files-off; +} +.#{$ti-prefix}-filter:before { + content: $ti-icon-filter; +} +.#{$ti-prefix}-filter-bolt:before { + content: $ti-icon-filter-bolt; +} +.#{$ti-prefix}-filter-cancel:before { + content: $ti-icon-filter-cancel; +} +.#{$ti-prefix}-filter-check:before { + content: $ti-icon-filter-check; +} +.#{$ti-prefix}-filter-code:before { + content: $ti-icon-filter-code; +} +.#{$ti-prefix}-filter-cog:before { + content: $ti-icon-filter-cog; +} +.#{$ti-prefix}-filter-discount:before { + content: $ti-icon-filter-discount; +} +.#{$ti-prefix}-filter-dollar:before { + content: $ti-icon-filter-dollar; +} +.#{$ti-prefix}-filter-down:before { + content: $ti-icon-filter-down; +} +.#{$ti-prefix}-filter-edit:before { + content: $ti-icon-filter-edit; +} +.#{$ti-prefix}-filter-exclamation:before { + content: $ti-icon-filter-exclamation; +} +.#{$ti-prefix}-filter-filled:before { + content: $ti-icon-filter-filled; +} +.#{$ti-prefix}-filter-heart:before { + content: $ti-icon-filter-heart; +} +.#{$ti-prefix}-filter-minus:before { + content: $ti-icon-filter-minus; +} +.#{$ti-prefix}-filter-off:before { + content: $ti-icon-filter-off; +} +.#{$ti-prefix}-filter-pause:before { + content: $ti-icon-filter-pause; +} +.#{$ti-prefix}-filter-pin:before { + content: $ti-icon-filter-pin; +} +.#{$ti-prefix}-filter-plus:before { + content: $ti-icon-filter-plus; +} +.#{$ti-prefix}-filter-question:before { + content: $ti-icon-filter-question; +} +.#{$ti-prefix}-filter-search:before { + content: $ti-icon-filter-search; +} +.#{$ti-prefix}-filter-share:before { + content: $ti-icon-filter-share; +} +.#{$ti-prefix}-filter-star:before { + content: $ti-icon-filter-star; +} +.#{$ti-prefix}-filter-up:before { + content: $ti-icon-filter-up; +} +.#{$ti-prefix}-filter-x:before { + content: $ti-icon-filter-x; +} +.#{$ti-prefix}-filters:before { + content: $ti-icon-filters; +} +.#{$ti-prefix}-fingerprint:before { + content: $ti-icon-fingerprint; +} +.#{$ti-prefix}-fingerprint-off:before { + content: $ti-icon-fingerprint-off; +} +.#{$ti-prefix}-fingerprint-scan:before { + content: $ti-icon-fingerprint-scan; +} +.#{$ti-prefix}-fire-extinguisher:before { + content: $ti-icon-fire-extinguisher; +} +.#{$ti-prefix}-fire-hydrant:before { + content: $ti-icon-fire-hydrant; +} +.#{$ti-prefix}-fire-hydrant-off:before { + content: $ti-icon-fire-hydrant-off; +} +.#{$ti-prefix}-firetruck:before { + content: $ti-icon-firetruck; +} +.#{$ti-prefix}-first-aid-kit:before { + content: $ti-icon-first-aid-kit; +} +.#{$ti-prefix}-first-aid-kit-off:before { + content: $ti-icon-first-aid-kit-off; +} +.#{$ti-prefix}-fish:before { + content: $ti-icon-fish; +} +.#{$ti-prefix}-fish-bone:before { + content: $ti-icon-fish-bone; +} +.#{$ti-prefix}-fish-christianity:before { + content: $ti-icon-fish-christianity; +} +.#{$ti-prefix}-fish-hook:before { + content: $ti-icon-fish-hook; +} +.#{$ti-prefix}-fish-hook-off:before { + content: $ti-icon-fish-hook-off; +} +.#{$ti-prefix}-fish-off:before { + content: $ti-icon-fish-off; +} +.#{$ti-prefix}-flag:before { + content: $ti-icon-flag; +} +.#{$ti-prefix}-flag-2:before { + content: $ti-icon-flag-2; +} +.#{$ti-prefix}-flag-2-filled:before { + content: $ti-icon-flag-2-filled; +} +.#{$ti-prefix}-flag-2-off:before { + content: $ti-icon-flag-2-off; +} +.#{$ti-prefix}-flag-3:before { + content: $ti-icon-flag-3; +} +.#{$ti-prefix}-flag-3-filled:before { + content: $ti-icon-flag-3-filled; +} +.#{$ti-prefix}-flag-bolt:before { + content: $ti-icon-flag-bolt; +} +.#{$ti-prefix}-flag-cancel:before { + content: $ti-icon-flag-cancel; +} +.#{$ti-prefix}-flag-check:before { + content: $ti-icon-flag-check; +} +.#{$ti-prefix}-flag-code:before { + content: $ti-icon-flag-code; +} +.#{$ti-prefix}-flag-cog:before { + content: $ti-icon-flag-cog; +} +.#{$ti-prefix}-flag-discount:before { + content: $ti-icon-flag-discount; +} +.#{$ti-prefix}-flag-dollar:before { + content: $ti-icon-flag-dollar; +} +.#{$ti-prefix}-flag-down:before { + content: $ti-icon-flag-down; +} +.#{$ti-prefix}-flag-exclamation:before { + content: $ti-icon-flag-exclamation; +} +.#{$ti-prefix}-flag-filled:before { + content: $ti-icon-flag-filled; +} +.#{$ti-prefix}-flag-heart:before { + content: $ti-icon-flag-heart; +} +.#{$ti-prefix}-flag-minus:before { + content: $ti-icon-flag-minus; +} +.#{$ti-prefix}-flag-off:before { + content: $ti-icon-flag-off; +} +.#{$ti-prefix}-flag-pause:before { + content: $ti-icon-flag-pause; +} +.#{$ti-prefix}-flag-pin:before { + content: $ti-icon-flag-pin; +} +.#{$ti-prefix}-flag-plus:before { + content: $ti-icon-flag-plus; +} +.#{$ti-prefix}-flag-question:before { + content: $ti-icon-flag-question; +} +.#{$ti-prefix}-flag-search:before { + content: $ti-icon-flag-search; +} +.#{$ti-prefix}-flag-share:before { + content: $ti-icon-flag-share; +} +.#{$ti-prefix}-flag-star:before { + content: $ti-icon-flag-star; +} +.#{$ti-prefix}-flag-up:before { + content: $ti-icon-flag-up; +} +.#{$ti-prefix}-flag-x:before { + content: $ti-icon-flag-x; +} +.#{$ti-prefix}-flame:before { + content: $ti-icon-flame; +} +.#{$ti-prefix}-flame-off:before { + content: $ti-icon-flame-off; +} +.#{$ti-prefix}-flare:before { + content: $ti-icon-flare; +} +.#{$ti-prefix}-flask:before { + content: $ti-icon-flask; +} +.#{$ti-prefix}-flask-2:before { + content: $ti-icon-flask-2; +} +.#{$ti-prefix}-flask-2-filled:before { + content: $ti-icon-flask-2-filled; +} +.#{$ti-prefix}-flask-2-off:before { + content: $ti-icon-flask-2-off; +} +.#{$ti-prefix}-flask-filled:before { + content: $ti-icon-flask-filled; +} +.#{$ti-prefix}-flask-off:before { + content: $ti-icon-flask-off; +} +.#{$ti-prefix}-flip-flops:before { + content: $ti-icon-flip-flops; +} +.#{$ti-prefix}-flip-horizontal:before { + content: $ti-icon-flip-horizontal; +} +.#{$ti-prefix}-flip-vertical:before { + content: $ti-icon-flip-vertical; +} +.#{$ti-prefix}-float-center:before { + content: $ti-icon-float-center; +} +.#{$ti-prefix}-float-left:before { + content: $ti-icon-float-left; +} +.#{$ti-prefix}-float-none:before { + content: $ti-icon-float-none; +} +.#{$ti-prefix}-float-right:before { + content: $ti-icon-float-right; +} +.#{$ti-prefix}-flower:before { + content: $ti-icon-flower; +} +.#{$ti-prefix}-flower-off:before { + content: $ti-icon-flower-off; +} +.#{$ti-prefix}-focus:before { + content: $ti-icon-focus; +} +.#{$ti-prefix}-focus-2:before { + content: $ti-icon-focus-2; +} +.#{$ti-prefix}-focus-auto:before { + content: $ti-icon-focus-auto; +} +.#{$ti-prefix}-focus-centered:before { + content: $ti-icon-focus-centered; +} +.#{$ti-prefix}-fold:before { + content: $ti-icon-fold; +} +.#{$ti-prefix}-fold-down:before { + content: $ti-icon-fold-down; +} +.#{$ti-prefix}-fold-up:before { + content: $ti-icon-fold-up; +} +.#{$ti-prefix}-folder:before { + content: $ti-icon-folder; +} +.#{$ti-prefix}-folder-bolt:before { + content: $ti-icon-folder-bolt; +} +.#{$ti-prefix}-folder-cancel:before { + content: $ti-icon-folder-cancel; +} +.#{$ti-prefix}-folder-check:before { + content: $ti-icon-folder-check; +} +.#{$ti-prefix}-folder-code:before { + content: $ti-icon-folder-code; +} +.#{$ti-prefix}-folder-cog:before { + content: $ti-icon-folder-cog; +} +.#{$ti-prefix}-folder-dollar:before { + content: $ti-icon-folder-dollar; +} +.#{$ti-prefix}-folder-down:before { + content: $ti-icon-folder-down; +} +.#{$ti-prefix}-folder-exclamation:before { + content: $ti-icon-folder-exclamation; +} +.#{$ti-prefix}-folder-filled:before { + content: $ti-icon-folder-filled; +} +.#{$ti-prefix}-folder-heart:before { + content: $ti-icon-folder-heart; +} +.#{$ti-prefix}-folder-minus:before { + content: $ti-icon-folder-minus; +} +.#{$ti-prefix}-folder-off:before { + content: $ti-icon-folder-off; +} +.#{$ti-prefix}-folder-open:before { + content: $ti-icon-folder-open; +} +.#{$ti-prefix}-folder-pause:before { + content: $ti-icon-folder-pause; +} +.#{$ti-prefix}-folder-pin:before { + content: $ti-icon-folder-pin; +} +.#{$ti-prefix}-folder-plus:before { + content: $ti-icon-folder-plus; +} +.#{$ti-prefix}-folder-question:before { + content: $ti-icon-folder-question; +} +.#{$ti-prefix}-folder-root:before { + content: $ti-icon-folder-root; +} +.#{$ti-prefix}-folder-search:before { + content: $ti-icon-folder-search; +} +.#{$ti-prefix}-folder-share:before { + content: $ti-icon-folder-share; +} +.#{$ti-prefix}-folder-star:before { + content: $ti-icon-folder-star; +} +.#{$ti-prefix}-folder-symlink:before { + content: $ti-icon-folder-symlink; +} +.#{$ti-prefix}-folder-up:before { + content: $ti-icon-folder-up; +} +.#{$ti-prefix}-folder-x:before { + content: $ti-icon-folder-x; +} +.#{$ti-prefix}-folders:before { + content: $ti-icon-folders; +} +.#{$ti-prefix}-folders-off:before { + content: $ti-icon-folders-off; +} +.#{$ti-prefix}-forbid:before { + content: $ti-icon-forbid; +} +.#{$ti-prefix}-forbid-2:before { + content: $ti-icon-forbid-2; +} +.#{$ti-prefix}-forbid-2-filled:before { + content: $ti-icon-forbid-2-filled; +} +.#{$ti-prefix}-forbid-filled:before { + content: $ti-icon-forbid-filled; +} +.#{$ti-prefix}-forklift:before { + content: $ti-icon-forklift; +} +.#{$ti-prefix}-forms:before { + content: $ti-icon-forms; +} +.#{$ti-prefix}-fountain:before { + content: $ti-icon-fountain; +} +.#{$ti-prefix}-fountain-filled:before { + content: $ti-icon-fountain-filled; +} +.#{$ti-prefix}-fountain-off:before { + content: $ti-icon-fountain-off; +} +.#{$ti-prefix}-frame:before { + content: $ti-icon-frame; +} +.#{$ti-prefix}-frame-off:before { + content: $ti-icon-frame-off; +} +.#{$ti-prefix}-free-rights:before { + content: $ti-icon-free-rights; +} +.#{$ti-prefix}-freeze-column:before { + content: $ti-icon-freeze-column; +} +.#{$ti-prefix}-freeze-row:before { + content: $ti-icon-freeze-row; +} +.#{$ti-prefix}-freeze-row-column:before { + content: $ti-icon-freeze-row-column; +} +.#{$ti-prefix}-fridge:before { + content: $ti-icon-fridge; +} +.#{$ti-prefix}-fridge-off:before { + content: $ti-icon-fridge-off; +} +.#{$ti-prefix}-friends:before { + content: $ti-icon-friends; +} +.#{$ti-prefix}-friends-off:before { + content: $ti-icon-friends-off; +} +.#{$ti-prefix}-frustum:before { + content: $ti-icon-frustum; +} +.#{$ti-prefix}-frustum-off:before { + content: $ti-icon-frustum-off; +} +.#{$ti-prefix}-frustum-plus:before { + content: $ti-icon-frustum-plus; +} +.#{$ti-prefix}-function:before { + content: $ti-icon-function; +} +.#{$ti-prefix}-function-filled:before { + content: $ti-icon-function-filled; +} +.#{$ti-prefix}-function-off:before { + content: $ti-icon-function-off; +} +.#{$ti-prefix}-galaxy:before { + content: $ti-icon-galaxy; +} +.#{$ti-prefix}-garden-cart:before { + content: $ti-icon-garden-cart; +} +.#{$ti-prefix}-garden-cart-off:before { + content: $ti-icon-garden-cart-off; +} +.#{$ti-prefix}-gas-station:before { + content: $ti-icon-gas-station; +} +.#{$ti-prefix}-gas-station-off:before { + content: $ti-icon-gas-station-off; +} +.#{$ti-prefix}-gauge:before { + content: $ti-icon-gauge; +} +.#{$ti-prefix}-gauge-filled:before { + content: $ti-icon-gauge-filled; +} +.#{$ti-prefix}-gauge-off:before { + content: $ti-icon-gauge-off; +} +.#{$ti-prefix}-gavel:before { + content: $ti-icon-gavel; +} +.#{$ti-prefix}-gender-agender:before { + content: $ti-icon-gender-agender; +} +.#{$ti-prefix}-gender-androgyne:before { + content: $ti-icon-gender-androgyne; +} +.#{$ti-prefix}-gender-bigender:before { + content: $ti-icon-gender-bigender; +} +.#{$ti-prefix}-gender-demiboy:before { + content: $ti-icon-gender-demiboy; +} +.#{$ti-prefix}-gender-demigirl:before { + content: $ti-icon-gender-demigirl; +} +.#{$ti-prefix}-gender-epicene:before { + content: $ti-icon-gender-epicene; +} +.#{$ti-prefix}-gender-female:before { + content: $ti-icon-gender-female; +} +.#{$ti-prefix}-gender-femme:before { + content: $ti-icon-gender-femme; +} +.#{$ti-prefix}-gender-genderfluid:before { + content: $ti-icon-gender-genderfluid; +} +.#{$ti-prefix}-gender-genderless:before { + content: $ti-icon-gender-genderless; +} +.#{$ti-prefix}-gender-genderqueer:before { + content: $ti-icon-gender-genderqueer; +} +.#{$ti-prefix}-gender-hermaphrodite:before { + content: $ti-icon-gender-hermaphrodite; +} +.#{$ti-prefix}-gender-intergender:before { + content: $ti-icon-gender-intergender; +} +.#{$ti-prefix}-gender-male:before { + content: $ti-icon-gender-male; +} +.#{$ti-prefix}-gender-neutrois:before { + content: $ti-icon-gender-neutrois; +} +.#{$ti-prefix}-gender-third:before { + content: $ti-icon-gender-third; +} +.#{$ti-prefix}-gender-transgender:before { + content: $ti-icon-gender-transgender; +} +.#{$ti-prefix}-gender-trasvesti:before { + content: $ti-icon-gender-trasvesti; +} +.#{$ti-prefix}-geometry:before { + content: $ti-icon-geometry; +} +.#{$ti-prefix}-ghost:before { + content: $ti-icon-ghost; +} +.#{$ti-prefix}-ghost-2:before { + content: $ti-icon-ghost-2; +} +.#{$ti-prefix}-ghost-2-filled:before { + content: $ti-icon-ghost-2-filled; +} +.#{$ti-prefix}-ghost-3:before { + content: $ti-icon-ghost-3; +} +.#{$ti-prefix}-ghost-filled:before { + content: $ti-icon-ghost-filled; +} +.#{$ti-prefix}-ghost-off:before { + content: $ti-icon-ghost-off; +} +.#{$ti-prefix}-gif:before { + content: $ti-icon-gif; +} +.#{$ti-prefix}-gift:before { + content: $ti-icon-gift; +} +.#{$ti-prefix}-gift-card:before { + content: $ti-icon-gift-card; +} +.#{$ti-prefix}-gift-card-filled:before { + content: $ti-icon-gift-card-filled; +} +.#{$ti-prefix}-gift-filled:before { + content: $ti-icon-gift-filled; +} +.#{$ti-prefix}-gift-off:before { + content: $ti-icon-gift-off; +} +.#{$ti-prefix}-git-branch:before { + content: $ti-icon-git-branch; +} +.#{$ti-prefix}-git-branch-deleted:before { + content: $ti-icon-git-branch-deleted; +} +.#{$ti-prefix}-git-cherry-pick:before { + content: $ti-icon-git-cherry-pick; +} +.#{$ti-prefix}-git-commit:before { + content: $ti-icon-git-commit; +} +.#{$ti-prefix}-git-compare:before { + content: $ti-icon-git-compare; +} +.#{$ti-prefix}-git-fork:before { + content: $ti-icon-git-fork; +} +.#{$ti-prefix}-git-merge:before { + content: $ti-icon-git-merge; +} +.#{$ti-prefix}-git-pull-request:before { + content: $ti-icon-git-pull-request; +} +.#{$ti-prefix}-git-pull-request-closed:before { + content: $ti-icon-git-pull-request-closed; +} +.#{$ti-prefix}-git-pull-request-draft:before { + content: $ti-icon-git-pull-request-draft; +} +.#{$ti-prefix}-gizmo:before { + content: $ti-icon-gizmo; +} +.#{$ti-prefix}-glass:before { + content: $ti-icon-glass; +} +.#{$ti-prefix}-glass-champagne:before { + content: $ti-icon-glass-champagne; +} +.#{$ti-prefix}-glass-cocktail:before { + content: $ti-icon-glass-cocktail; +} +.#{$ti-prefix}-glass-full:before { + content: $ti-icon-glass-full; +} +.#{$ti-prefix}-glass-full-filled:before { + content: $ti-icon-glass-full-filled; +} +.#{$ti-prefix}-glass-gin:before { + content: $ti-icon-glass-gin; +} +.#{$ti-prefix}-glass-off:before { + content: $ti-icon-glass-off; +} +.#{$ti-prefix}-globe:before { + content: $ti-icon-globe; +} +.#{$ti-prefix}-globe-filled:before { + content: $ti-icon-globe-filled; +} +.#{$ti-prefix}-globe-off:before { + content: $ti-icon-globe-off; +} +.#{$ti-prefix}-go-game:before { + content: $ti-icon-go-game; +} +.#{$ti-prefix}-golf:before { + content: $ti-icon-golf; +} +.#{$ti-prefix}-golf-off:before { + content: $ti-icon-golf-off; +} +.#{$ti-prefix}-gps:before { + content: $ti-icon-gps; +} +.#{$ti-prefix}-gps-filled:before { + content: $ti-icon-gps-filled; +} +.#{$ti-prefix}-gradienter:before { + content: $ti-icon-gradienter; +} +.#{$ti-prefix}-grain:before { + content: $ti-icon-grain; +} +.#{$ti-prefix}-graph:before { + content: $ti-icon-graph; +} +.#{$ti-prefix}-graph-filled:before { + content: $ti-icon-graph-filled; +} +.#{$ti-prefix}-graph-off:before { + content: $ti-icon-graph-off; +} +.#{$ti-prefix}-grave:before { + content: $ti-icon-grave; +} +.#{$ti-prefix}-grave-2:before { + content: $ti-icon-grave-2; +} +.#{$ti-prefix}-grid-3x3:before { + content: $ti-icon-grid-3x3; +} +.#{$ti-prefix}-grid-4x4:before { + content: $ti-icon-grid-4x4; +} +.#{$ti-prefix}-grid-dots:before { + content: $ti-icon-grid-dots; +} +.#{$ti-prefix}-grid-goldenratio:before { + content: $ti-icon-grid-goldenratio; +} +.#{$ti-prefix}-grid-pattern:before { + content: $ti-icon-grid-pattern; +} +.#{$ti-prefix}-grid-scan:before { + content: $ti-icon-grid-scan; +} +.#{$ti-prefix}-grill:before { + content: $ti-icon-grill; +} +.#{$ti-prefix}-grill-fork:before { + content: $ti-icon-grill-fork; +} +.#{$ti-prefix}-grill-off:before { + content: $ti-icon-grill-off; +} +.#{$ti-prefix}-grill-spatula:before { + content: $ti-icon-grill-spatula; +} +.#{$ti-prefix}-grip-horizontal:before { + content: $ti-icon-grip-horizontal; +} +.#{$ti-prefix}-grip-vertical:before { + content: $ti-icon-grip-vertical; +} +.#{$ti-prefix}-growth:before { + content: $ti-icon-growth; +} +.#{$ti-prefix}-guitar-pick:before { + content: $ti-icon-guitar-pick; +} +.#{$ti-prefix}-guitar-pick-filled:before { + content: $ti-icon-guitar-pick-filled; +} +.#{$ti-prefix}-gymnastics:before { + content: $ti-icon-gymnastics; +} +.#{$ti-prefix}-h-1:before { + content: $ti-icon-h-1; +} +.#{$ti-prefix}-h-2:before { + content: $ti-icon-h-2; +} +.#{$ti-prefix}-h-3:before { + content: $ti-icon-h-3; +} +.#{$ti-prefix}-h-4:before { + content: $ti-icon-h-4; +} +.#{$ti-prefix}-h-5:before { + content: $ti-icon-h-5; +} +.#{$ti-prefix}-h-6:before { + content: $ti-icon-h-6; +} +.#{$ti-prefix}-hammer:before { + content: $ti-icon-hammer; +} +.#{$ti-prefix}-hammer-off:before { + content: $ti-icon-hammer-off; +} +.#{$ti-prefix}-hand-click:before { + content: $ti-icon-hand-click; +} +.#{$ti-prefix}-hand-finger:before { + content: $ti-icon-hand-finger; +} +.#{$ti-prefix}-hand-finger-off:before { + content: $ti-icon-hand-finger-off; +} +.#{$ti-prefix}-hand-grab:before { + content: $ti-icon-hand-grab; +} +.#{$ti-prefix}-hand-little-finger:before { + content: $ti-icon-hand-little-finger; +} +.#{$ti-prefix}-hand-love-you:before { + content: $ti-icon-hand-love-you; +} +.#{$ti-prefix}-hand-middle-finger:before { + content: $ti-icon-hand-middle-finger; +} +.#{$ti-prefix}-hand-move:before { + content: $ti-icon-hand-move; +} +.#{$ti-prefix}-hand-off:before { + content: $ti-icon-hand-off; +} +.#{$ti-prefix}-hand-ring-finger:before { + content: $ti-icon-hand-ring-finger; +} +.#{$ti-prefix}-hand-sanitizer:before { + content: $ti-icon-hand-sanitizer; +} +.#{$ti-prefix}-hand-stop:before { + content: $ti-icon-hand-stop; +} +.#{$ti-prefix}-hand-three-fingers:before { + content: $ti-icon-hand-three-fingers; +} +.#{$ti-prefix}-hand-two-fingers:before { + content: $ti-icon-hand-two-fingers; +} +.#{$ti-prefix}-hanger:before { + content: $ti-icon-hanger; +} +.#{$ti-prefix}-hanger-2:before { + content: $ti-icon-hanger-2; +} +.#{$ti-prefix}-hanger-off:before { + content: $ti-icon-hanger-off; +} +.#{$ti-prefix}-hash:before { + content: $ti-icon-hash; +} +.#{$ti-prefix}-haze:before { + content: $ti-icon-haze; +} +.#{$ti-prefix}-haze-moon:before { + content: $ti-icon-haze-moon; +} +.#{$ti-prefix}-hdr:before { + content: $ti-icon-hdr; +} +.#{$ti-prefix}-heading:before { + content: $ti-icon-heading; +} +.#{$ti-prefix}-heading-off:before { + content: $ti-icon-heading-off; +} +.#{$ti-prefix}-headphones:before { + content: $ti-icon-headphones; +} +.#{$ti-prefix}-headphones-filled:before { + content: $ti-icon-headphones-filled; +} +.#{$ti-prefix}-headphones-off:before { + content: $ti-icon-headphones-off; +} +.#{$ti-prefix}-headset:before { + content: $ti-icon-headset; +} +.#{$ti-prefix}-headset-off:before { + content: $ti-icon-headset-off; +} +.#{$ti-prefix}-health-recognition:before { + content: $ti-icon-health-recognition; +} +.#{$ti-prefix}-heart:before { + content: $ti-icon-heart; +} +.#{$ti-prefix}-heart-bolt:before { + content: $ti-icon-heart-bolt; +} +.#{$ti-prefix}-heart-broken:before { + content: $ti-icon-heart-broken; +} +.#{$ti-prefix}-heart-cancel:before { + content: $ti-icon-heart-cancel; +} +.#{$ti-prefix}-heart-check:before { + content: $ti-icon-heart-check; +} +.#{$ti-prefix}-heart-code:before { + content: $ti-icon-heart-code; +} +.#{$ti-prefix}-heart-cog:before { + content: $ti-icon-heart-cog; +} +.#{$ti-prefix}-heart-discount:before { + content: $ti-icon-heart-discount; +} +.#{$ti-prefix}-heart-dollar:before { + content: $ti-icon-heart-dollar; +} +.#{$ti-prefix}-heart-down:before { + content: $ti-icon-heart-down; +} +.#{$ti-prefix}-heart-exclamation:before { + content: $ti-icon-heart-exclamation; +} +.#{$ti-prefix}-heart-filled:before { + content: $ti-icon-heart-filled; +} +.#{$ti-prefix}-heart-handshake:before { + content: $ti-icon-heart-handshake; +} +.#{$ti-prefix}-heart-minus:before { + content: $ti-icon-heart-minus; +} +.#{$ti-prefix}-heart-off:before { + content: $ti-icon-heart-off; +} +.#{$ti-prefix}-heart-pause:before { + content: $ti-icon-heart-pause; +} +.#{$ti-prefix}-heart-pin:before { + content: $ti-icon-heart-pin; +} +.#{$ti-prefix}-heart-plus:before { + content: $ti-icon-heart-plus; +} +.#{$ti-prefix}-heart-question:before { + content: $ti-icon-heart-question; +} +.#{$ti-prefix}-heart-rate-monitor:before { + content: $ti-icon-heart-rate-monitor; +} +.#{$ti-prefix}-heart-search:before { + content: $ti-icon-heart-search; +} +.#{$ti-prefix}-heart-share:before { + content: $ti-icon-heart-share; +} +.#{$ti-prefix}-heart-star:before { + content: $ti-icon-heart-star; +} +.#{$ti-prefix}-heart-up:before { + content: $ti-icon-heart-up; +} +.#{$ti-prefix}-heart-x:before { + content: $ti-icon-heart-x; +} +.#{$ti-prefix}-heartbeat:before { + content: $ti-icon-heartbeat; +} +.#{$ti-prefix}-hearts:before { + content: $ti-icon-hearts; +} +.#{$ti-prefix}-hearts-off:before { + content: $ti-icon-hearts-off; +} +.#{$ti-prefix}-helicopter:before { + content: $ti-icon-helicopter; +} +.#{$ti-prefix}-helicopter-landing:before { + content: $ti-icon-helicopter-landing; +} +.#{$ti-prefix}-helmet:before { + content: $ti-icon-helmet; +} +.#{$ti-prefix}-helmet-off:before { + content: $ti-icon-helmet-off; +} +.#{$ti-prefix}-help:before { + content: $ti-icon-help; +} +.#{$ti-prefix}-help-circle:before { + content: $ti-icon-help-circle; +} +.#{$ti-prefix}-help-circle-filled:before { + content: $ti-icon-help-circle-filled; +} +.#{$ti-prefix}-help-hexagon:before { + content: $ti-icon-help-hexagon; +} +.#{$ti-prefix}-help-hexagon-filled:before { + content: $ti-icon-help-hexagon-filled; +} +.#{$ti-prefix}-help-octagon:before { + content: $ti-icon-help-octagon; +} +.#{$ti-prefix}-help-octagon-filled:before { + content: $ti-icon-help-octagon-filled; +} +.#{$ti-prefix}-help-off:before { + content: $ti-icon-help-off; +} +.#{$ti-prefix}-help-small:before { + content: $ti-icon-help-small; +} +.#{$ti-prefix}-help-square:before { + content: $ti-icon-help-square; +} +.#{$ti-prefix}-help-square-filled:before { + content: $ti-icon-help-square-filled; +} +.#{$ti-prefix}-help-square-rounded:before { + content: $ti-icon-help-square-rounded; +} +.#{$ti-prefix}-help-square-rounded-filled:before { + content: $ti-icon-help-square-rounded-filled; +} +.#{$ti-prefix}-help-triangle:before { + content: $ti-icon-help-triangle; +} +.#{$ti-prefix}-help-triangle-filled:before { + content: $ti-icon-help-triangle-filled; +} +.#{$ti-prefix}-hemisphere:before { + content: $ti-icon-hemisphere; +} +.#{$ti-prefix}-hemisphere-off:before { + content: $ti-icon-hemisphere-off; +} +.#{$ti-prefix}-hemisphere-plus:before { + content: $ti-icon-hemisphere-plus; +} +.#{$ti-prefix}-hexagon:before { + content: $ti-icon-hexagon; +} +.#{$ti-prefix}-hexagon-3d:before { + content: $ti-icon-hexagon-3d; +} +.#{$ti-prefix}-hexagon-filled:before { + content: $ti-icon-hexagon-filled; +} +.#{$ti-prefix}-hexagon-letter-a:before { + content: $ti-icon-hexagon-letter-a; +} +.#{$ti-prefix}-hexagon-letter-a-filled:before { + content: $ti-icon-hexagon-letter-a-filled; +} +.#{$ti-prefix}-hexagon-letter-b:before { + content: $ti-icon-hexagon-letter-b; +} +.#{$ti-prefix}-hexagon-letter-b-filled:before { + content: $ti-icon-hexagon-letter-b-filled; +} +.#{$ti-prefix}-hexagon-letter-c:before { + content: $ti-icon-hexagon-letter-c; +} +.#{$ti-prefix}-hexagon-letter-c-filled:before { + content: $ti-icon-hexagon-letter-c-filled; +} +.#{$ti-prefix}-hexagon-letter-d:before { + content: $ti-icon-hexagon-letter-d; +} +.#{$ti-prefix}-hexagon-letter-d-filled:before { + content: $ti-icon-hexagon-letter-d-filled; +} +.#{$ti-prefix}-hexagon-letter-e:before { + content: $ti-icon-hexagon-letter-e; +} +.#{$ti-prefix}-hexagon-letter-e-filled:before { + content: $ti-icon-hexagon-letter-e-filled; +} +.#{$ti-prefix}-hexagon-letter-f:before { + content: $ti-icon-hexagon-letter-f; +} +.#{$ti-prefix}-hexagon-letter-f-filled:before { + content: $ti-icon-hexagon-letter-f-filled; +} +.#{$ti-prefix}-hexagon-letter-g:before { + content: $ti-icon-hexagon-letter-g; +} +.#{$ti-prefix}-hexagon-letter-g-filled:before { + content: $ti-icon-hexagon-letter-g-filled; +} +.#{$ti-prefix}-hexagon-letter-h:before { + content: $ti-icon-hexagon-letter-h; +} +.#{$ti-prefix}-hexagon-letter-h-filled:before { + content: $ti-icon-hexagon-letter-h-filled; +} +.#{$ti-prefix}-hexagon-letter-i:before { + content: $ti-icon-hexagon-letter-i; +} +.#{$ti-prefix}-hexagon-letter-i-filled:before { + content: $ti-icon-hexagon-letter-i-filled; +} +.#{$ti-prefix}-hexagon-letter-j:before { + content: $ti-icon-hexagon-letter-j; +} +.#{$ti-prefix}-hexagon-letter-j-filled:before { + content: $ti-icon-hexagon-letter-j-filled; +} +.#{$ti-prefix}-hexagon-letter-k:before { + content: $ti-icon-hexagon-letter-k; +} +.#{$ti-prefix}-hexagon-letter-k-filled:before { + content: $ti-icon-hexagon-letter-k-filled; +} +.#{$ti-prefix}-hexagon-letter-l:before { + content: $ti-icon-hexagon-letter-l; +} +.#{$ti-prefix}-hexagon-letter-l-filled:before { + content: $ti-icon-hexagon-letter-l-filled; +} +.#{$ti-prefix}-hexagon-letter-m:before { + content: $ti-icon-hexagon-letter-m; +} +.#{$ti-prefix}-hexagon-letter-m-filled:before { + content: $ti-icon-hexagon-letter-m-filled; +} +.#{$ti-prefix}-hexagon-letter-n:before { + content: $ti-icon-hexagon-letter-n; +} +.#{$ti-prefix}-hexagon-letter-n-filled:before { + content: $ti-icon-hexagon-letter-n-filled; +} +.#{$ti-prefix}-hexagon-letter-o:before { + content: $ti-icon-hexagon-letter-o; +} +.#{$ti-prefix}-hexagon-letter-o-filled:before { + content: $ti-icon-hexagon-letter-o-filled; +} +.#{$ti-prefix}-hexagon-letter-p:before { + content: $ti-icon-hexagon-letter-p; +} +.#{$ti-prefix}-hexagon-letter-p-filled:before { + content: $ti-icon-hexagon-letter-p-filled; +} +.#{$ti-prefix}-hexagon-letter-q:before { + content: $ti-icon-hexagon-letter-q; +} +.#{$ti-prefix}-hexagon-letter-q-filled:before { + content: $ti-icon-hexagon-letter-q-filled; +} +.#{$ti-prefix}-hexagon-letter-r:before { + content: $ti-icon-hexagon-letter-r; +} +.#{$ti-prefix}-hexagon-letter-r-filled:before { + content: $ti-icon-hexagon-letter-r-filled; +} +.#{$ti-prefix}-hexagon-letter-s:before { + content: $ti-icon-hexagon-letter-s; +} +.#{$ti-prefix}-hexagon-letter-s-filled:before { + content: $ti-icon-hexagon-letter-s-filled; +} +.#{$ti-prefix}-hexagon-letter-t:before { + content: $ti-icon-hexagon-letter-t; +} +.#{$ti-prefix}-hexagon-letter-t-filled:before { + content: $ti-icon-hexagon-letter-t-filled; +} +.#{$ti-prefix}-hexagon-letter-u:before { + content: $ti-icon-hexagon-letter-u; +} +.#{$ti-prefix}-hexagon-letter-u-filled:before { + content: $ti-icon-hexagon-letter-u-filled; +} +.#{$ti-prefix}-hexagon-letter-v:before { + content: $ti-icon-hexagon-letter-v; +} +.#{$ti-prefix}-hexagon-letter-v-filled:before { + content: $ti-icon-hexagon-letter-v-filled; +} +.#{$ti-prefix}-hexagon-letter-w:before { + content: $ti-icon-hexagon-letter-w; +} +.#{$ti-prefix}-hexagon-letter-w-filled:before { + content: $ti-icon-hexagon-letter-w-filled; +} +.#{$ti-prefix}-hexagon-letter-x:before { + content: $ti-icon-hexagon-letter-x; +} +.#{$ti-prefix}-hexagon-letter-x-filled:before { + content: $ti-icon-hexagon-letter-x-filled; +} +.#{$ti-prefix}-hexagon-letter-y:before { + content: $ti-icon-hexagon-letter-y; +} +.#{$ti-prefix}-hexagon-letter-y-filled:before { + content: $ti-icon-hexagon-letter-y-filled; +} +.#{$ti-prefix}-hexagon-letter-z:before { + content: $ti-icon-hexagon-letter-z; +} +.#{$ti-prefix}-hexagon-letter-z-filled:before { + content: $ti-icon-hexagon-letter-z-filled; +} +.#{$ti-prefix}-hexagon-minus:before { + content: $ti-icon-hexagon-minus; +} +.#{$ti-prefix}-hexagon-minus-2:before { + content: $ti-icon-hexagon-minus-2; +} +.#{$ti-prefix}-hexagon-minus-filled:before { + content: $ti-icon-hexagon-minus-filled; +} +.#{$ti-prefix}-hexagon-number-0:before { + content: $ti-icon-hexagon-number-0; +} +.#{$ti-prefix}-hexagon-number-0-filled:before { + content: $ti-icon-hexagon-number-0-filled; +} +.#{$ti-prefix}-hexagon-number-1:before { + content: $ti-icon-hexagon-number-1; +} +.#{$ti-prefix}-hexagon-number-1-filled:before { + content: $ti-icon-hexagon-number-1-filled; +} +.#{$ti-prefix}-hexagon-number-2:before { + content: $ti-icon-hexagon-number-2; +} +.#{$ti-prefix}-hexagon-number-2-filled:before { + content: $ti-icon-hexagon-number-2-filled; +} +.#{$ti-prefix}-hexagon-number-3:before { + content: $ti-icon-hexagon-number-3; +} +.#{$ti-prefix}-hexagon-number-3-filled:before { + content: $ti-icon-hexagon-number-3-filled; +} +.#{$ti-prefix}-hexagon-number-4:before { + content: $ti-icon-hexagon-number-4; +} +.#{$ti-prefix}-hexagon-number-4-filled:before { + content: $ti-icon-hexagon-number-4-filled; +} +.#{$ti-prefix}-hexagon-number-5:before { + content: $ti-icon-hexagon-number-5; +} +.#{$ti-prefix}-hexagon-number-5-filled:before { + content: $ti-icon-hexagon-number-5-filled; +} +.#{$ti-prefix}-hexagon-number-6:before { + content: $ti-icon-hexagon-number-6; +} +.#{$ti-prefix}-hexagon-number-6-filled:before { + content: $ti-icon-hexagon-number-6-filled; +} +.#{$ti-prefix}-hexagon-number-7:before { + content: $ti-icon-hexagon-number-7; +} +.#{$ti-prefix}-hexagon-number-7-filled:before { + content: $ti-icon-hexagon-number-7-filled; +} +.#{$ti-prefix}-hexagon-number-8:before { + content: $ti-icon-hexagon-number-8; +} +.#{$ti-prefix}-hexagon-number-8-filled:before { + content: $ti-icon-hexagon-number-8-filled; +} +.#{$ti-prefix}-hexagon-number-9:before { + content: $ti-icon-hexagon-number-9; +} +.#{$ti-prefix}-hexagon-number-9-filled:before { + content: $ti-icon-hexagon-number-9-filled; +} +.#{$ti-prefix}-hexagon-off:before { + content: $ti-icon-hexagon-off; +} +.#{$ti-prefix}-hexagon-plus:before { + content: $ti-icon-hexagon-plus; +} +.#{$ti-prefix}-hexagon-plus-2:before { + content: $ti-icon-hexagon-plus-2; +} +.#{$ti-prefix}-hexagon-plus-filled:before { + content: $ti-icon-hexagon-plus-filled; +} +.#{$ti-prefix}-hexagonal-prism:before { + content: $ti-icon-hexagonal-prism; +} +.#{$ti-prefix}-hexagonal-prism-off:before { + content: $ti-icon-hexagonal-prism-off; +} +.#{$ti-prefix}-hexagonal-prism-plus:before { + content: $ti-icon-hexagonal-prism-plus; +} +.#{$ti-prefix}-hexagonal-pyramid:before { + content: $ti-icon-hexagonal-pyramid; +} +.#{$ti-prefix}-hexagonal-pyramid-off:before { + content: $ti-icon-hexagonal-pyramid-off; +} +.#{$ti-prefix}-hexagonal-pyramid-plus:before { + content: $ti-icon-hexagonal-pyramid-plus; +} +.#{$ti-prefix}-hexagons:before { + content: $ti-icon-hexagons; +} +.#{$ti-prefix}-hexagons-off:before { + content: $ti-icon-hexagons-off; +} +.#{$ti-prefix}-hierarchy:before { + content: $ti-icon-hierarchy; +} +.#{$ti-prefix}-hierarchy-2:before { + content: $ti-icon-hierarchy-2; +} +.#{$ti-prefix}-hierarchy-3:before { + content: $ti-icon-hierarchy-3; +} +.#{$ti-prefix}-hierarchy-off:before { + content: $ti-icon-hierarchy-off; +} +.#{$ti-prefix}-highlight:before { + content: $ti-icon-highlight; +} +.#{$ti-prefix}-highlight-off:before { + content: $ti-icon-highlight-off; +} +.#{$ti-prefix}-history:before { + content: $ti-icon-history; +} +.#{$ti-prefix}-history-off:before { + content: $ti-icon-history-off; +} +.#{$ti-prefix}-history-toggle:before { + content: $ti-icon-history-toggle; +} +.#{$ti-prefix}-home:before { + content: $ti-icon-home; +} +.#{$ti-prefix}-home-2:before { + content: $ti-icon-home-2; +} +.#{$ti-prefix}-home-bolt:before { + content: $ti-icon-home-bolt; +} +.#{$ti-prefix}-home-cancel:before { + content: $ti-icon-home-cancel; +} +.#{$ti-prefix}-home-check:before { + content: $ti-icon-home-check; +} +.#{$ti-prefix}-home-cog:before { + content: $ti-icon-home-cog; +} +.#{$ti-prefix}-home-dollar:before { + content: $ti-icon-home-dollar; +} +.#{$ti-prefix}-home-dot:before { + content: $ti-icon-home-dot; +} +.#{$ti-prefix}-home-down:before { + content: $ti-icon-home-down; +} +.#{$ti-prefix}-home-eco:before { + content: $ti-icon-home-eco; +} +.#{$ti-prefix}-home-edit:before { + content: $ti-icon-home-edit; +} +.#{$ti-prefix}-home-exclamation:before { + content: $ti-icon-home-exclamation; +} +.#{$ti-prefix}-home-filled:before { + content: $ti-icon-home-filled; +} +.#{$ti-prefix}-home-hand:before { + content: $ti-icon-home-hand; +} +.#{$ti-prefix}-home-heart:before { + content: $ti-icon-home-heart; +} +.#{$ti-prefix}-home-infinity:before { + content: $ti-icon-home-infinity; +} +.#{$ti-prefix}-home-link:before { + content: $ti-icon-home-link; +} +.#{$ti-prefix}-home-minus:before { + content: $ti-icon-home-minus; +} +.#{$ti-prefix}-home-move:before { + content: $ti-icon-home-move; +} +.#{$ti-prefix}-home-off:before { + content: $ti-icon-home-off; +} +.#{$ti-prefix}-home-plus:before { + content: $ti-icon-home-plus; +} +.#{$ti-prefix}-home-question:before { + content: $ti-icon-home-question; +} +.#{$ti-prefix}-home-ribbon:before { + content: $ti-icon-home-ribbon; +} +.#{$ti-prefix}-home-search:before { + content: $ti-icon-home-search; +} +.#{$ti-prefix}-home-share:before { + content: $ti-icon-home-share; +} +.#{$ti-prefix}-home-shield:before { + content: $ti-icon-home-shield; +} +.#{$ti-prefix}-home-signal:before { + content: $ti-icon-home-signal; +} +.#{$ti-prefix}-home-star:before { + content: $ti-icon-home-star; +} +.#{$ti-prefix}-home-stats:before { + content: $ti-icon-home-stats; +} +.#{$ti-prefix}-home-up:before { + content: $ti-icon-home-up; +} +.#{$ti-prefix}-home-x:before { + content: $ti-icon-home-x; +} +.#{$ti-prefix}-horse:before { + content: $ti-icon-horse; +} +.#{$ti-prefix}-horse-toy:before { + content: $ti-icon-horse-toy; +} +.#{$ti-prefix}-horseshoe:before { + content: $ti-icon-horseshoe; +} +.#{$ti-prefix}-hospital:before { + content: $ti-icon-hospital; +} +.#{$ti-prefix}-hospital-circle:before { + content: $ti-icon-hospital-circle; +} +.#{$ti-prefix}-hotel-service:before { + content: $ti-icon-hotel-service; +} +.#{$ti-prefix}-hourglass:before { + content: $ti-icon-hourglass; +} +.#{$ti-prefix}-hourglass-empty:before { + content: $ti-icon-hourglass-empty; +} +.#{$ti-prefix}-hourglass-filled:before { + content: $ti-icon-hourglass-filled; +} +.#{$ti-prefix}-hourglass-high:before { + content: $ti-icon-hourglass-high; +} +.#{$ti-prefix}-hourglass-low:before { + content: $ti-icon-hourglass-low; +} +.#{$ti-prefix}-hourglass-off:before { + content: $ti-icon-hourglass-off; +} +.#{$ti-prefix}-hours-12:before { + content: $ti-icon-hours-12; +} +.#{$ti-prefix}-hours-24:before { + content: $ti-icon-hours-24; +} +.#{$ti-prefix}-html:before { + content: $ti-icon-html; +} +.#{$ti-prefix}-http-connect:before { + content: $ti-icon-http-connect; +} +.#{$ti-prefix}-http-delete:before { + content: $ti-icon-http-delete; +} +.#{$ti-prefix}-http-get:before { + content: $ti-icon-http-get; +} +.#{$ti-prefix}-http-head:before { + content: $ti-icon-http-head; +} +.#{$ti-prefix}-http-options:before { + content: $ti-icon-http-options; +} +.#{$ti-prefix}-http-patch:before { + content: $ti-icon-http-patch; +} +.#{$ti-prefix}-http-post:before { + content: $ti-icon-http-post; +} +.#{$ti-prefix}-http-put:before { + content: $ti-icon-http-put; +} +.#{$ti-prefix}-http-que:before { + content: $ti-icon-http-que; +} +.#{$ti-prefix}-http-trace:before { + content: $ti-icon-http-trace; +} +.#{$ti-prefix}-ice-cream:before { + content: $ti-icon-ice-cream; +} +.#{$ti-prefix}-ice-cream-2:before { + content: $ti-icon-ice-cream-2; +} +.#{$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-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; +} +.#{$ti-prefix}-id-badge-2:before { + content: $ti-icon-id-badge-2; +} +.#{$ti-prefix}-id-badge-off:before { + content: $ti-icon-id-badge-off; +} +.#{$ti-prefix}-id-off:before { + content: $ti-icon-id-off; +} +.#{$ti-prefix}-image-in-picture:before { + content: $ti-icon-image-in-picture; +} +.#{$ti-prefix}-inbox:before { + content: $ti-icon-inbox; +} +.#{$ti-prefix}-inbox-off:before { + content: $ti-icon-inbox-off; +} +.#{$ti-prefix}-indent-decrease:before { + content: $ti-icon-indent-decrease; +} +.#{$ti-prefix}-indent-increase:before { + content: $ti-icon-indent-increase; +} +.#{$ti-prefix}-infinity:before { + content: $ti-icon-infinity; +} +.#{$ti-prefix}-infinity-off:before { + content: $ti-icon-infinity-off; +} +.#{$ti-prefix}-info-circle:before { + content: $ti-icon-info-circle; +} +.#{$ti-prefix}-info-circle-filled:before { + content: $ti-icon-info-circle-filled; +} +.#{$ti-prefix}-info-hexagon:before { + content: $ti-icon-info-hexagon; +} +.#{$ti-prefix}-info-hexagon-filled:before { + content: $ti-icon-info-hexagon-filled; +} +.#{$ti-prefix}-info-octagon:before { + content: $ti-icon-info-octagon; +} +.#{$ti-prefix}-info-octagon-filled:before { + content: $ti-icon-info-octagon-filled; +} +.#{$ti-prefix}-info-small:before { + content: $ti-icon-info-small; +} +.#{$ti-prefix}-info-square:before { + content: $ti-icon-info-square; +} +.#{$ti-prefix}-info-square-filled:before { + content: $ti-icon-info-square-filled; +} +.#{$ti-prefix}-info-square-rounded:before { + content: $ti-icon-info-square-rounded; +} +.#{$ti-prefix}-info-square-rounded-filled:before { + content: $ti-icon-info-square-rounded-filled; +} +.#{$ti-prefix}-info-triangle:before { + content: $ti-icon-info-triangle; +} +.#{$ti-prefix}-info-triangle-filled:before { + content: $ti-icon-info-triangle-filled; +} +.#{$ti-prefix}-inner-shadow-bottom:before { + content: $ti-icon-inner-shadow-bottom; +} +.#{$ti-prefix}-inner-shadow-bottom-filled:before { + content: $ti-icon-inner-shadow-bottom-filled; +} +.#{$ti-prefix}-inner-shadow-bottom-left:before { + content: $ti-icon-inner-shadow-bottom-left; +} +.#{$ti-prefix}-inner-shadow-bottom-left-filled:before { + content: $ti-icon-inner-shadow-bottom-left-filled; +} +.#{$ti-prefix}-inner-shadow-bottom-right:before { + content: $ti-icon-inner-shadow-bottom-right; +} +.#{$ti-prefix}-inner-shadow-bottom-right-filled:before { + content: $ti-icon-inner-shadow-bottom-right-filled; +} +.#{$ti-prefix}-inner-shadow-left:before { + content: $ti-icon-inner-shadow-left; +} +.#{$ti-prefix}-inner-shadow-left-filled:before { + content: $ti-icon-inner-shadow-left-filled; +} +.#{$ti-prefix}-inner-shadow-right:before { + content: $ti-icon-inner-shadow-right; +} +.#{$ti-prefix}-inner-shadow-right-filled:before { + content: $ti-icon-inner-shadow-right-filled; +} +.#{$ti-prefix}-inner-shadow-top:before { + content: $ti-icon-inner-shadow-top; +} +.#{$ti-prefix}-inner-shadow-top-filled:before { + content: $ti-icon-inner-shadow-top-filled; +} +.#{$ti-prefix}-inner-shadow-top-left:before { + content: $ti-icon-inner-shadow-top-left; +} +.#{$ti-prefix}-inner-shadow-top-left-filled:before { + content: $ti-icon-inner-shadow-top-left-filled; +} +.#{$ti-prefix}-inner-shadow-top-right:before { + content: $ti-icon-inner-shadow-top-right; +} +.#{$ti-prefix}-inner-shadow-top-right-filled:before { + content: $ti-icon-inner-shadow-top-right-filled; +} +.#{$ti-prefix}-input-ai:before { + content: $ti-icon-input-ai; +} +.#{$ti-prefix}-input-check:before { + content: $ti-icon-input-check; +} +.#{$ti-prefix}-input-search:before { + content: $ti-icon-input-search; +} +.#{$ti-prefix}-input-x:before { + content: $ti-icon-input-x; +} +.#{$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-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-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; +} +.#{$ti-prefix}-irregular-polyhedron-plus:before { + content: $ti-icon-irregular-polyhedron-plus; +} +.#{$ti-prefix}-italic:before { + content: $ti-icon-italic; +} +.#{$ti-prefix}-jacket:before { + content: $ti-icon-jacket; +} +.#{$ti-prefix}-jetpack:before { + content: $ti-icon-jetpack; +} +.#{$ti-prefix}-jetpack-filled:before { + content: $ti-icon-jetpack-filled; +} +.#{$ti-prefix}-jewish-star:before { + content: $ti-icon-jewish-star; +} +.#{$ti-prefix}-jewish-star-filled:before { + content: $ti-icon-jewish-star-filled; +} +.#{$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; +} +.#{$ti-prefix}-karate:before { + content: $ti-icon-karate; +} +.#{$ti-prefix}-kayak:before { + content: $ti-icon-kayak; +} +.#{$ti-prefix}-kerning:before { + content: $ti-icon-kerning; +} +.#{$ti-prefix}-key:before { + content: $ti-icon-key; +} +.#{$ti-prefix}-key-filled:before { + content: $ti-icon-key-filled; +} +.#{$ti-prefix}-key-off:before { + content: $ti-icon-key-off; +} +.#{$ti-prefix}-keyboard:before { + content: $ti-icon-keyboard; +} +.#{$ti-prefix}-keyboard-hide:before { + content: $ti-icon-keyboard-hide; +} +.#{$ti-prefix}-keyboard-off:before { + content: $ti-icon-keyboard-off; +} +.#{$ti-prefix}-keyboard-show:before { + content: $ti-icon-keyboard-show; +} +.#{$ti-prefix}-keyframe:before { + content: $ti-icon-keyframe; +} +.#{$ti-prefix}-keyframe-align-center:before { + content: $ti-icon-keyframe-align-center; +} +.#{$ti-prefix}-keyframe-align-center-filled:before { + content: $ti-icon-keyframe-align-center-filled; +} +.#{$ti-prefix}-keyframe-align-horizontal:before { + content: $ti-icon-keyframe-align-horizontal; +} +.#{$ti-prefix}-keyframe-align-horizontal-filled:before { + content: $ti-icon-keyframe-align-horizontal-filled; +} +.#{$ti-prefix}-keyframe-align-vertical:before { + content: $ti-icon-keyframe-align-vertical; +} +.#{$ti-prefix}-keyframe-align-vertical-filled:before { + content: $ti-icon-keyframe-align-vertical-filled; +} +.#{$ti-prefix}-keyframe-filled:before { + content: $ti-icon-keyframe-filled; +} +.#{$ti-prefix}-keyframes:before { + content: $ti-icon-keyframes; +} +.#{$ti-prefix}-keyframes-filled:before { + content: $ti-icon-keyframes-filled; +} +.#{$ti-prefix}-ladder:before { + content: $ti-icon-ladder; +} +.#{$ti-prefix}-ladder-off:before { + content: $ti-icon-ladder-off; +} +.#{$ti-prefix}-ladle:before { + content: $ti-icon-ladle; +} +.#{$ti-prefix}-lambda:before { + content: $ti-icon-lambda; +} +.#{$ti-prefix}-lamp:before { + content: $ti-icon-lamp; +} +.#{$ti-prefix}-lamp-2:before { + content: $ti-icon-lamp-2; +} +.#{$ti-prefix}-lamp-off:before { + content: $ti-icon-lamp-off; +} +.#{$ti-prefix}-lane:before { + content: $ti-icon-lane; +} +.#{$ti-prefix}-language:before { + content: $ti-icon-language; +} +.#{$ti-prefix}-language-hiragana:before { + content: $ti-icon-language-hiragana; +} +.#{$ti-prefix}-language-katakana:before { + content: $ti-icon-language-katakana; +} +.#{$ti-prefix}-language-off:before { + content: $ti-icon-language-off; +} +.#{$ti-prefix}-lasso:before { + content: $ti-icon-lasso; +} +.#{$ti-prefix}-lasso-off:before { + content: $ti-icon-lasso-off; +} +.#{$ti-prefix}-lasso-polygon:before { + content: $ti-icon-lasso-polygon; +} +.#{$ti-prefix}-layers-difference:before { + content: $ti-icon-layers-difference; +} +.#{$ti-prefix}-layers-intersect:before { + content: $ti-icon-layers-intersect; +} +.#{$ti-prefix}-layers-intersect-2:before { + content: $ti-icon-layers-intersect-2; +} +.#{$ti-prefix}-layers-linked:before { + content: $ti-icon-layers-linked; +} +.#{$ti-prefix}-layers-off:before { + content: $ti-icon-layers-off; +} +.#{$ti-prefix}-layers-subtract:before { + content: $ti-icon-layers-subtract; +} +.#{$ti-prefix}-layers-union:before { + content: $ti-icon-layers-union; +} +.#{$ti-prefix}-layout:before { + content: $ti-icon-layout; +} +.#{$ti-prefix}-layout-2:before { + content: $ti-icon-layout-2; +} +.#{$ti-prefix}-layout-2-filled:before { + content: $ti-icon-layout-2-filled; +} +.#{$ti-prefix}-layout-align-bottom:before { + content: $ti-icon-layout-align-bottom; +} +.#{$ti-prefix}-layout-align-bottom-filled:before { + content: $ti-icon-layout-align-bottom-filled; +} +.#{$ti-prefix}-layout-align-center:before { + content: $ti-icon-layout-align-center; +} +.#{$ti-prefix}-layout-align-center-filled:before { + content: $ti-icon-layout-align-center-filled; +} +.#{$ti-prefix}-layout-align-left:before { + content: $ti-icon-layout-align-left; +} +.#{$ti-prefix}-layout-align-left-filled:before { + content: $ti-icon-layout-align-left-filled; +} +.#{$ti-prefix}-layout-align-middle:before { + content: $ti-icon-layout-align-middle; +} +.#{$ti-prefix}-layout-align-middle-filled:before { + content: $ti-icon-layout-align-middle-filled; +} +.#{$ti-prefix}-layout-align-right:before { + content: $ti-icon-layout-align-right; +} +.#{$ti-prefix}-layout-align-right-filled:before { + content: $ti-icon-layout-align-right-filled; +} +.#{$ti-prefix}-layout-align-top:before { + content: $ti-icon-layout-align-top; +} +.#{$ti-prefix}-layout-align-top-filled:before { + content: $ti-icon-layout-align-top-filled; +} +.#{$ti-prefix}-layout-board:before { + content: $ti-icon-layout-board; +} +.#{$ti-prefix}-layout-board-split:before { + content: $ti-icon-layout-board-split; +} +.#{$ti-prefix}-layout-bottombar:before { + content: $ti-icon-layout-bottombar; +} +.#{$ti-prefix}-layout-bottombar-collapse:before { + content: $ti-icon-layout-bottombar-collapse; +} +.#{$ti-prefix}-layout-bottombar-collapse-filled:before { + content: $ti-icon-layout-bottombar-collapse-filled; +} +.#{$ti-prefix}-layout-bottombar-expand:before { + content: $ti-icon-layout-bottombar-expand; +} +.#{$ti-prefix}-layout-bottombar-expand-filled:before { + content: $ti-icon-layout-bottombar-expand-filled; +} +.#{$ti-prefix}-layout-bottombar-filled:before { + content: $ti-icon-layout-bottombar-filled; +} +.#{$ti-prefix}-layout-bottombar-inactive:before { + content: $ti-icon-layout-bottombar-inactive; +} +.#{$ti-prefix}-layout-cards:before { + content: $ti-icon-layout-cards; +} +.#{$ti-prefix}-layout-cards-filled:before { + content: $ti-icon-layout-cards-filled; +} +.#{$ti-prefix}-layout-collage:before { + content: $ti-icon-layout-collage; +} +.#{$ti-prefix}-layout-columns:before { + content: $ti-icon-layout-columns; +} +.#{$ti-prefix}-layout-dashboard:before { + content: $ti-icon-layout-dashboard; +} +.#{$ti-prefix}-layout-dashboard-filled:before { + content: $ti-icon-layout-dashboard-filled; +} +.#{$ti-prefix}-layout-distribute-horizontal:before { + content: $ti-icon-layout-distribute-horizontal; +} +.#{$ti-prefix}-layout-distribute-horizontal-filled:before { + content: $ti-icon-layout-distribute-horizontal-filled; +} +.#{$ti-prefix}-layout-distribute-vertical:before { + content: $ti-icon-layout-distribute-vertical; +} +.#{$ti-prefix}-layout-distribute-vertical-filled:before { + content: $ti-icon-layout-distribute-vertical-filled; +} +.#{$ti-prefix}-layout-filled:before { + content: $ti-icon-layout-filled; +} +.#{$ti-prefix}-layout-grid:before { + content: $ti-icon-layout-grid; +} +.#{$ti-prefix}-layout-grid-add:before { + content: $ti-icon-layout-grid-add; +} +.#{$ti-prefix}-layout-grid-filled:before { + content: $ti-icon-layout-grid-filled; +} +.#{$ti-prefix}-layout-grid-remove:before { + content: $ti-icon-layout-grid-remove; +} +.#{$ti-prefix}-layout-kanban:before { + content: $ti-icon-layout-kanban; +} +.#{$ti-prefix}-layout-kanban-filled:before { + content: $ti-icon-layout-kanban-filled; +} +.#{$ti-prefix}-layout-list:before { + content: $ti-icon-layout-list; +} +.#{$ti-prefix}-layout-list-filled:before { + content: $ti-icon-layout-list-filled; +} +.#{$ti-prefix}-layout-navbar:before { + content: $ti-icon-layout-navbar; +} +.#{$ti-prefix}-layout-navbar-collapse:before { + content: $ti-icon-layout-navbar-collapse; +} +.#{$ti-prefix}-layout-navbar-collapse-filled:before { + content: $ti-icon-layout-navbar-collapse-filled; +} +.#{$ti-prefix}-layout-navbar-expand:before { + content: $ti-icon-layout-navbar-expand; +} +.#{$ti-prefix}-layout-navbar-expand-filled:before { + content: $ti-icon-layout-navbar-expand-filled; +} +.#{$ti-prefix}-layout-navbar-filled:before { + content: $ti-icon-layout-navbar-filled; +} +.#{$ti-prefix}-layout-navbar-inactive:before { + content: $ti-icon-layout-navbar-inactive; +} +.#{$ti-prefix}-layout-off:before { + content: $ti-icon-layout-off; +} +.#{$ti-prefix}-layout-rows:before { + content: $ti-icon-layout-rows; +} +.#{$ti-prefix}-layout-sidebar:before { + content: $ti-icon-layout-sidebar; +} +.#{$ti-prefix}-layout-sidebar-filled:before { + content: $ti-icon-layout-sidebar-filled; +} +.#{$ti-prefix}-layout-sidebar-inactive:before { + content: $ti-icon-layout-sidebar-inactive; +} +.#{$ti-prefix}-layout-sidebar-left-collapse:before { + content: $ti-icon-layout-sidebar-left-collapse; +} +.#{$ti-prefix}-layout-sidebar-left-collapse-filled:before { + content: $ti-icon-layout-sidebar-left-collapse-filled; +} +.#{$ti-prefix}-layout-sidebar-left-expand:before { + content: $ti-icon-layout-sidebar-left-expand; +} +.#{$ti-prefix}-layout-sidebar-left-expand-filled:before { + content: $ti-icon-layout-sidebar-left-expand-filled; +} +.#{$ti-prefix}-layout-sidebar-right:before { + content: $ti-icon-layout-sidebar-right; +} +.#{$ti-prefix}-layout-sidebar-right-collapse:before { + content: $ti-icon-layout-sidebar-right-collapse; +} +.#{$ti-prefix}-layout-sidebar-right-collapse-filled:before { + content: $ti-icon-layout-sidebar-right-collapse-filled; +} +.#{$ti-prefix}-layout-sidebar-right-expand:before { + content: $ti-icon-layout-sidebar-right-expand; +} +.#{$ti-prefix}-layout-sidebar-right-expand-filled:before { + content: $ti-icon-layout-sidebar-right-expand-filled; +} +.#{$ti-prefix}-layout-sidebar-right-filled:before { + content: $ti-icon-layout-sidebar-right-filled; +} +.#{$ti-prefix}-layout-sidebar-right-inactive:before { + content: $ti-icon-layout-sidebar-right-inactive; +} +.#{$ti-prefix}-leaf:before { + content: $ti-icon-leaf; +} +.#{$ti-prefix}-leaf-off:before { + content: $ti-icon-leaf-off; +} +.#{$ti-prefix}-lego:before { + content: $ti-icon-lego; +} +.#{$ti-prefix}-lego-filled:before { + content: $ti-icon-lego-filled; +} +.#{$ti-prefix}-lego-off:before { + content: $ti-icon-lego-off; +} +.#{$ti-prefix}-lemon:before { + content: $ti-icon-lemon; +} +.#{$ti-prefix}-lemon-2:before { + content: $ti-icon-lemon-2; +} +.#{$ti-prefix}-letter-a:before { + content: $ti-icon-letter-a; +} +.#{$ti-prefix}-letter-a-small:before { + content: $ti-icon-letter-a-small; +} +.#{$ti-prefix}-letter-b:before { + content: $ti-icon-letter-b; +} +.#{$ti-prefix}-letter-b-small:before { + content: $ti-icon-letter-b-small; +} +.#{$ti-prefix}-letter-c:before { + content: $ti-icon-letter-c; +} +.#{$ti-prefix}-letter-c-small:before { + content: $ti-icon-letter-c-small; +} +.#{$ti-prefix}-letter-case:before { + content: $ti-icon-letter-case; +} +.#{$ti-prefix}-letter-case-lower:before { + content: $ti-icon-letter-case-lower; +} +.#{$ti-prefix}-letter-case-toggle:before { + content: $ti-icon-letter-case-toggle; +} +.#{$ti-prefix}-letter-case-upper:before { + content: $ti-icon-letter-case-upper; +} +.#{$ti-prefix}-letter-d:before { + content: $ti-icon-letter-d; +} +.#{$ti-prefix}-letter-d-small:before { + content: $ti-icon-letter-d-small; +} +.#{$ti-prefix}-letter-e:before { + content: $ti-icon-letter-e; +} +.#{$ti-prefix}-letter-e-small:before { + content: $ti-icon-letter-e-small; +} +.#{$ti-prefix}-letter-f:before { + content: $ti-icon-letter-f; +} +.#{$ti-prefix}-letter-f-small:before { + content: $ti-icon-letter-f-small; +} +.#{$ti-prefix}-letter-g:before { + content: $ti-icon-letter-g; +} +.#{$ti-prefix}-letter-g-small:before { + content: $ti-icon-letter-g-small; +} +.#{$ti-prefix}-letter-h:before { + content: $ti-icon-letter-h; +} +.#{$ti-prefix}-letter-h-small:before { + content: $ti-icon-letter-h-small; +} +.#{$ti-prefix}-letter-i:before { + content: $ti-icon-letter-i; +} +.#{$ti-prefix}-letter-i-small:before { + content: $ti-icon-letter-i-small; +} +.#{$ti-prefix}-letter-j:before { + content: $ti-icon-letter-j; +} +.#{$ti-prefix}-letter-j-small:before { + content: $ti-icon-letter-j-small; +} +.#{$ti-prefix}-letter-k:before { + content: $ti-icon-letter-k; +} +.#{$ti-prefix}-letter-k-small:before { + content: $ti-icon-letter-k-small; +} +.#{$ti-prefix}-letter-l:before { + content: $ti-icon-letter-l; +} +.#{$ti-prefix}-letter-l-small:before { + content: $ti-icon-letter-l-small; +} +.#{$ti-prefix}-letter-m:before { + content: $ti-icon-letter-m; +} +.#{$ti-prefix}-letter-m-small:before { + content: $ti-icon-letter-m-small; +} +.#{$ti-prefix}-letter-n:before { + content: $ti-icon-letter-n; +} +.#{$ti-prefix}-letter-n-small:before { + content: $ti-icon-letter-n-small; +} +.#{$ti-prefix}-letter-o:before { + content: $ti-icon-letter-o; +} +.#{$ti-prefix}-letter-o-small:before { + content: $ti-icon-letter-o-small; +} +.#{$ti-prefix}-letter-p:before { + content: $ti-icon-letter-p; +} +.#{$ti-prefix}-letter-p-small:before { + content: $ti-icon-letter-p-small; +} +.#{$ti-prefix}-letter-q:before { + content: $ti-icon-letter-q; +} +.#{$ti-prefix}-letter-q-small:before { + content: $ti-icon-letter-q-small; +} +.#{$ti-prefix}-letter-r:before { + content: $ti-icon-letter-r; +} +.#{$ti-prefix}-letter-r-small:before { + content: $ti-icon-letter-r-small; +} +.#{$ti-prefix}-letter-s:before { + content: $ti-icon-letter-s; +} +.#{$ti-prefix}-letter-s-small:before { + content: $ti-icon-letter-s-small; +} +.#{$ti-prefix}-letter-spacing:before { + content: $ti-icon-letter-spacing; +} +.#{$ti-prefix}-letter-t:before { + content: $ti-icon-letter-t; +} +.#{$ti-prefix}-letter-t-small:before { + content: $ti-icon-letter-t-small; +} +.#{$ti-prefix}-letter-u:before { + content: $ti-icon-letter-u; +} +.#{$ti-prefix}-letter-u-small:before { + content: $ti-icon-letter-u-small; +} +.#{$ti-prefix}-letter-v:before { + content: $ti-icon-letter-v; +} +.#{$ti-prefix}-letter-v-small:before { + content: $ti-icon-letter-v-small; +} +.#{$ti-prefix}-letter-w:before { + content: $ti-icon-letter-w; +} +.#{$ti-prefix}-letter-w-small:before { + content: $ti-icon-letter-w-small; +} +.#{$ti-prefix}-letter-x:before { + content: $ti-icon-letter-x; +} +.#{$ti-prefix}-letter-x-small:before { + content: $ti-icon-letter-x-small; +} +.#{$ti-prefix}-letter-y:before { + content: $ti-icon-letter-y; +} +.#{$ti-prefix}-letter-y-small:before { + content: $ti-icon-letter-y-small; +} +.#{$ti-prefix}-letter-z:before { + content: $ti-icon-letter-z; +} +.#{$ti-prefix}-letter-z-small:before { + content: $ti-icon-letter-z-small; +} +.#{$ti-prefix}-library:before { + content: $ti-icon-library; +} +.#{$ti-prefix}-library-minus:before { + content: $ti-icon-library-minus; +} +.#{$ti-prefix}-library-photo:before { + content: $ti-icon-library-photo; +} +.#{$ti-prefix}-library-plus:before { + content: $ti-icon-library-plus; +} +.#{$ti-prefix}-license:before { + content: $ti-icon-license; +} +.#{$ti-prefix}-license-off:before { + content: $ti-icon-license-off; +} +.#{$ti-prefix}-lifebuoy:before { + content: $ti-icon-lifebuoy; +} +.#{$ti-prefix}-lifebuoy-off:before { + content: $ti-icon-lifebuoy-off; +} +.#{$ti-prefix}-lighter:before { + content: $ti-icon-lighter; +} +.#{$ti-prefix}-line:before { + content: $ti-icon-line; +} +.#{$ti-prefix}-line-dashed:before { + content: $ti-icon-line-dashed; +} +.#{$ti-prefix}-line-dotted:before { + content: $ti-icon-line-dotted; +} +.#{$ti-prefix}-line-height:before { + content: $ti-icon-line-height; +} +.#{$ti-prefix}-line-scan:before { + content: $ti-icon-line-scan; +} +.#{$ti-prefix}-link:before { + content: $ti-icon-link; +} +.#{$ti-prefix}-link-minus:before { + content: $ti-icon-link-minus; +} +.#{$ti-prefix}-link-off:before { + content: $ti-icon-link-off; +} +.#{$ti-prefix}-link-plus:before { + content: $ti-icon-link-plus; +} +.#{$ti-prefix}-list:before { + content: $ti-icon-list; +} +.#{$ti-prefix}-list-check:before { + content: $ti-icon-list-check; +} +.#{$ti-prefix}-list-details:before { + content: $ti-icon-list-details; +} +.#{$ti-prefix}-list-letters:before { + content: $ti-icon-list-letters; +} +.#{$ti-prefix}-list-numbers:before { + content: $ti-icon-list-numbers; +} +.#{$ti-prefix}-list-search:before { + content: $ti-icon-list-search; +} +.#{$ti-prefix}-list-tree:before { + content: $ti-icon-list-tree; +} +.#{$ti-prefix}-live-photo:before { + content: $ti-icon-live-photo; +} +.#{$ti-prefix}-live-photo-off:before { + content: $ti-icon-live-photo-off; +} +.#{$ti-prefix}-live-view:before { + content: $ti-icon-live-view; +} +.#{$ti-prefix}-load-balancer:before { + content: $ti-icon-load-balancer; +} +.#{$ti-prefix}-loader:before { + content: $ti-icon-loader; +} +.#{$ti-prefix}-loader-2:before { + content: $ti-icon-loader-2; +} +.#{$ti-prefix}-loader-3:before { + content: $ti-icon-loader-3; +} +.#{$ti-prefix}-loader-quarter:before { + content: $ti-icon-loader-quarter; +} +.#{$ti-prefix}-location:before { + content: $ti-icon-location; +} +.#{$ti-prefix}-location-bolt:before { + content: $ti-icon-location-bolt; +} +.#{$ti-prefix}-location-broken:before { + content: $ti-icon-location-broken; +} +.#{$ti-prefix}-location-cancel:before { + content: $ti-icon-location-cancel; +} +.#{$ti-prefix}-location-check:before { + content: $ti-icon-location-check; +} +.#{$ti-prefix}-location-code:before { + content: $ti-icon-location-code; +} +.#{$ti-prefix}-location-cog:before { + content: $ti-icon-location-cog; +} +.#{$ti-prefix}-location-discount:before { + content: $ti-icon-location-discount; +} +.#{$ti-prefix}-location-dollar:before { + content: $ti-icon-location-dollar; +} +.#{$ti-prefix}-location-down:before { + content: $ti-icon-location-down; +} +.#{$ti-prefix}-location-exclamation:before { + content: $ti-icon-location-exclamation; +} +.#{$ti-prefix}-location-filled:before { + content: $ti-icon-location-filled; +} +.#{$ti-prefix}-location-heart:before { + content: $ti-icon-location-heart; +} +.#{$ti-prefix}-location-minus:before { + content: $ti-icon-location-minus; +} +.#{$ti-prefix}-location-off:before { + content: $ti-icon-location-off; +} +.#{$ti-prefix}-location-pause:before { + content: $ti-icon-location-pause; +} +.#{$ti-prefix}-location-pin:before { + content: $ti-icon-location-pin; +} +.#{$ti-prefix}-location-plus:before { + content: $ti-icon-location-plus; +} +.#{$ti-prefix}-location-question:before { + content: $ti-icon-location-question; +} +.#{$ti-prefix}-location-search:before { + content: $ti-icon-location-search; +} +.#{$ti-prefix}-location-share:before { + content: $ti-icon-location-share; +} +.#{$ti-prefix}-location-star:before { + content: $ti-icon-location-star; +} +.#{$ti-prefix}-location-up:before { + content: $ti-icon-location-up; +} +.#{$ti-prefix}-location-x:before { + content: $ti-icon-location-x; +} +.#{$ti-prefix}-lock:before { + content: $ti-icon-lock; +} +.#{$ti-prefix}-lock-access:before { + content: $ti-icon-lock-access; +} +.#{$ti-prefix}-lock-access-off:before { + content: $ti-icon-lock-access-off; +} +.#{$ti-prefix}-lock-bolt:before { + content: $ti-icon-lock-bolt; +} +.#{$ti-prefix}-lock-cancel:before { + content: $ti-icon-lock-cancel; +} +.#{$ti-prefix}-lock-check:before { + content: $ti-icon-lock-check; +} +.#{$ti-prefix}-lock-code:before { + content: $ti-icon-lock-code; +} +.#{$ti-prefix}-lock-cog:before { + content: $ti-icon-lock-cog; +} +.#{$ti-prefix}-lock-dollar:before { + content: $ti-icon-lock-dollar; +} +.#{$ti-prefix}-lock-down:before { + content: $ti-icon-lock-down; +} +.#{$ti-prefix}-lock-exclamation:before { + content: $ti-icon-lock-exclamation; +} +.#{$ti-prefix}-lock-filled:before { + content: $ti-icon-lock-filled; +} +.#{$ti-prefix}-lock-heart:before { + content: $ti-icon-lock-heart; +} +.#{$ti-prefix}-lock-minus:before { + content: $ti-icon-lock-minus; +} +.#{$ti-prefix}-lock-off:before { + content: $ti-icon-lock-off; +} +.#{$ti-prefix}-lock-open:before { + content: $ti-icon-lock-open; +} +.#{$ti-prefix}-lock-open-off:before { + content: $ti-icon-lock-open-off; +} +.#{$ti-prefix}-lock-pause:before { + content: $ti-icon-lock-pause; +} +.#{$ti-prefix}-lock-pin:before { + content: $ti-icon-lock-pin; +} +.#{$ti-prefix}-lock-plus:before { + content: $ti-icon-lock-plus; +} +.#{$ti-prefix}-lock-question:before { + content: $ti-icon-lock-question; +} +.#{$ti-prefix}-lock-search:before { + content: $ti-icon-lock-search; +} +.#{$ti-prefix}-lock-share:before { + content: $ti-icon-lock-share; +} +.#{$ti-prefix}-lock-square:before { + content: $ti-icon-lock-square; +} +.#{$ti-prefix}-lock-square-rounded:before { + content: $ti-icon-lock-square-rounded; +} +.#{$ti-prefix}-lock-square-rounded-filled:before { + content: $ti-icon-lock-square-rounded-filled; +} +.#{$ti-prefix}-lock-star:before { + content: $ti-icon-lock-star; +} +.#{$ti-prefix}-lock-up:before { + content: $ti-icon-lock-up; +} +.#{$ti-prefix}-lock-x:before { + content: $ti-icon-lock-x; +} +.#{$ti-prefix}-logic-and:before { + content: $ti-icon-logic-and; +} +.#{$ti-prefix}-logic-buffer:before { + content: $ti-icon-logic-buffer; +} +.#{$ti-prefix}-logic-nand:before { + content: $ti-icon-logic-nand; +} +.#{$ti-prefix}-logic-nor:before { + content: $ti-icon-logic-nor; +} +.#{$ti-prefix}-logic-not:before { + content: $ti-icon-logic-not; +} +.#{$ti-prefix}-logic-or:before { + content: $ti-icon-logic-or; +} +.#{$ti-prefix}-logic-xnor:before { + content: $ti-icon-logic-xnor; +} +.#{$ti-prefix}-logic-xor:before { + content: $ti-icon-logic-xor; +} +.#{$ti-prefix}-login:before { + content: $ti-icon-login; +} +.#{$ti-prefix}-login-2:before { + content: $ti-icon-login-2; +} +.#{$ti-prefix}-logout:before { + content: $ti-icon-logout; +} +.#{$ti-prefix}-logout-2:before { + content: $ti-icon-logout-2; +} +.#{$ti-prefix}-lollipop:before { + content: $ti-icon-lollipop; +} +.#{$ti-prefix}-lollipop-off:before { + content: $ti-icon-lollipop-off; +} +.#{$ti-prefix}-luggage:before { + content: $ti-icon-luggage; +} +.#{$ti-prefix}-luggage-off:before { + content: $ti-icon-luggage-off; +} +.#{$ti-prefix}-lungs:before { + content: $ti-icon-lungs; +} +.#{$ti-prefix}-lungs-filled:before { + content: $ti-icon-lungs-filled; +} +.#{$ti-prefix}-lungs-off:before { + content: $ti-icon-lungs-off; +} +.#{$ti-prefix}-macro:before { + content: $ti-icon-macro; +} +.#{$ti-prefix}-macro-filled:before { + content: $ti-icon-macro-filled; +} +.#{$ti-prefix}-macro-off:before { + content: $ti-icon-macro-off; +} +.#{$ti-prefix}-magnet:before { + content: $ti-icon-magnet; +} +.#{$ti-prefix}-magnet-filled:before { + content: $ti-icon-magnet-filled; +} +.#{$ti-prefix}-magnet-off:before { + content: $ti-icon-magnet-off; +} +.#{$ti-prefix}-magnetic:before { + content: $ti-icon-magnetic; +} +.#{$ti-prefix}-mail:before { + content: $ti-icon-mail; +} +.#{$ti-prefix}-mail-ai:before { + content: $ti-icon-mail-ai; +} +.#{$ti-prefix}-mail-bolt:before { + content: $ti-icon-mail-bolt; +} +.#{$ti-prefix}-mail-cancel:before { + content: $ti-icon-mail-cancel; +} +.#{$ti-prefix}-mail-check:before { + content: $ti-icon-mail-check; +} +.#{$ti-prefix}-mail-code:before { + content: $ti-icon-mail-code; +} +.#{$ti-prefix}-mail-cog:before { + content: $ti-icon-mail-cog; +} +.#{$ti-prefix}-mail-dollar:before { + content: $ti-icon-mail-dollar; +} +.#{$ti-prefix}-mail-down:before { + content: $ti-icon-mail-down; +} +.#{$ti-prefix}-mail-exclamation:before { + content: $ti-icon-mail-exclamation; +} +.#{$ti-prefix}-mail-fast:before { + content: $ti-icon-mail-fast; +} +.#{$ti-prefix}-mail-filled:before { + content: $ti-icon-mail-filled; +} +.#{$ti-prefix}-mail-forward:before { + content: $ti-icon-mail-forward; +} +.#{$ti-prefix}-mail-heart:before { + content: $ti-icon-mail-heart; +} +.#{$ti-prefix}-mail-minus:before { + content: $ti-icon-mail-minus; +} +.#{$ti-prefix}-mail-off:before { + content: $ti-icon-mail-off; +} +.#{$ti-prefix}-mail-opened:before { + content: $ti-icon-mail-opened; +} +.#{$ti-prefix}-mail-opened-filled:before { + content: $ti-icon-mail-opened-filled; +} +.#{$ti-prefix}-mail-pause:before { + content: $ti-icon-mail-pause; +} +.#{$ti-prefix}-mail-pin:before { + content: $ti-icon-mail-pin; +} +.#{$ti-prefix}-mail-plus:before { + content: $ti-icon-mail-plus; +} +.#{$ti-prefix}-mail-question:before { + content: $ti-icon-mail-question; +} +.#{$ti-prefix}-mail-search:before { + content: $ti-icon-mail-search; +} +.#{$ti-prefix}-mail-share:before { + content: $ti-icon-mail-share; +} +.#{$ti-prefix}-mail-star:before { + content: $ti-icon-mail-star; +} +.#{$ti-prefix}-mail-up:before { + content: $ti-icon-mail-up; +} +.#{$ti-prefix}-mail-x:before { + content: $ti-icon-mail-x; +} +.#{$ti-prefix}-mailbox:before { + content: $ti-icon-mailbox; +} +.#{$ti-prefix}-mailbox-off:before { + content: $ti-icon-mailbox-off; +} +.#{$ti-prefix}-man:before { + content: $ti-icon-man; +} +.#{$ti-prefix}-man-filled:before { + content: $ti-icon-man-filled; +} +.#{$ti-prefix}-manual-gearbox:before { + content: $ti-icon-manual-gearbox; +} +.#{$ti-prefix}-manual-gearbox-filled:before { + content: $ti-icon-manual-gearbox-filled; +} +.#{$ti-prefix}-map:before { + content: $ti-icon-map; +} +.#{$ti-prefix}-map-2:before { + content: $ti-icon-map-2; +} +.#{$ti-prefix}-map-bolt:before { + content: $ti-icon-map-bolt; +} +.#{$ti-prefix}-map-cancel:before { + content: $ti-icon-map-cancel; +} +.#{$ti-prefix}-map-check:before { + content: $ti-icon-map-check; +} +.#{$ti-prefix}-map-code:before { + content: $ti-icon-map-code; +} +.#{$ti-prefix}-map-cog:before { + content: $ti-icon-map-cog; +} +.#{$ti-prefix}-map-discount:before { + content: $ti-icon-map-discount; +} +.#{$ti-prefix}-map-dollar:before { + content: $ti-icon-map-dollar; +} +.#{$ti-prefix}-map-down:before { + content: $ti-icon-map-down; +} +.#{$ti-prefix}-map-east:before { + content: $ti-icon-map-east; +} +.#{$ti-prefix}-map-exclamation:before { + content: $ti-icon-map-exclamation; +} +.#{$ti-prefix}-map-heart:before { + content: $ti-icon-map-heart; +} +.#{$ti-prefix}-map-minus:before { + content: $ti-icon-map-minus; +} +.#{$ti-prefix}-map-north:before { + content: $ti-icon-map-north; +} +.#{$ti-prefix}-map-off:before { + content: $ti-icon-map-off; +} +.#{$ti-prefix}-map-pause:before { + content: $ti-icon-map-pause; +} +.#{$ti-prefix}-map-pin:before { + content: $ti-icon-map-pin; +} +.#{$ti-prefix}-map-pin-2:before { + content: $ti-icon-map-pin-2; +} +.#{$ti-prefix}-map-pin-bolt:before { + content: $ti-icon-map-pin-bolt; +} +.#{$ti-prefix}-map-pin-cancel:before { + content: $ti-icon-map-pin-cancel; +} +.#{$ti-prefix}-map-pin-check:before { + content: $ti-icon-map-pin-check; +} +.#{$ti-prefix}-map-pin-code:before { + content: $ti-icon-map-pin-code; +} +.#{$ti-prefix}-map-pin-cog:before { + content: $ti-icon-map-pin-cog; +} +.#{$ti-prefix}-map-pin-dollar:before { + content: $ti-icon-map-pin-dollar; +} +.#{$ti-prefix}-map-pin-down:before { + content: $ti-icon-map-pin-down; +} +.#{$ti-prefix}-map-pin-exclamation:before { + content: $ti-icon-map-pin-exclamation; +} +.#{$ti-prefix}-map-pin-filled:before { + content: $ti-icon-map-pin-filled; +} +.#{$ti-prefix}-map-pin-heart:before { + content: $ti-icon-map-pin-heart; +} +.#{$ti-prefix}-map-pin-minus:before { + content: $ti-icon-map-pin-minus; +} +.#{$ti-prefix}-map-pin-off:before { + content: $ti-icon-map-pin-off; +} +.#{$ti-prefix}-map-pin-pause:before { + content: $ti-icon-map-pin-pause; +} +.#{$ti-prefix}-map-pin-pin:before { + content: $ti-icon-map-pin-pin; +} +.#{$ti-prefix}-map-pin-plus:before { + content: $ti-icon-map-pin-plus; +} +.#{$ti-prefix}-map-pin-question:before { + content: $ti-icon-map-pin-question; +} +.#{$ti-prefix}-map-pin-search:before { + content: $ti-icon-map-pin-search; +} +.#{$ti-prefix}-map-pin-share:before { + content: $ti-icon-map-pin-share; +} +.#{$ti-prefix}-map-pin-star:before { + content: $ti-icon-map-pin-star; +} +.#{$ti-prefix}-map-pin-up:before { + content: $ti-icon-map-pin-up; +} +.#{$ti-prefix}-map-pin-x:before { + content: $ti-icon-map-pin-x; +} +.#{$ti-prefix}-map-pins:before { + content: $ti-icon-map-pins; +} +.#{$ti-prefix}-map-plus:before { + content: $ti-icon-map-plus; +} +.#{$ti-prefix}-map-question:before { + content: $ti-icon-map-question; +} +.#{$ti-prefix}-map-route:before { + content: $ti-icon-map-route; +} +.#{$ti-prefix}-map-search:before { + content: $ti-icon-map-search; +} +.#{$ti-prefix}-map-share:before { + content: $ti-icon-map-share; +} +.#{$ti-prefix}-map-south:before { + content: $ti-icon-map-south; +} +.#{$ti-prefix}-map-star:before { + content: $ti-icon-map-star; +} +.#{$ti-prefix}-map-up:before { + content: $ti-icon-map-up; +} +.#{$ti-prefix}-map-west:before { + content: $ti-icon-map-west; +} +.#{$ti-prefix}-map-x:before { + content: $ti-icon-map-x; +} +.#{$ti-prefix}-markdown:before { + content: $ti-icon-markdown; +} +.#{$ti-prefix}-markdown-off:before { + content: $ti-icon-markdown-off; +} +.#{$ti-prefix}-marquee:before { + content: $ti-icon-marquee; +} +.#{$ti-prefix}-marquee-2:before { + content: $ti-icon-marquee-2; +} +.#{$ti-prefix}-marquee-off:before { + content: $ti-icon-marquee-off; +} +.#{$ti-prefix}-mars:before { + content: $ti-icon-mars; +} +.#{$ti-prefix}-mask:before { + content: $ti-icon-mask; +} +.#{$ti-prefix}-mask-off:before { + content: $ti-icon-mask-off; +} +.#{$ti-prefix}-masks-theater:before { + content: $ti-icon-masks-theater; +} +.#{$ti-prefix}-masks-theater-off:before { + content: $ti-icon-masks-theater-off; +} +.#{$ti-prefix}-massage:before { + content: $ti-icon-massage; +} +.#{$ti-prefix}-matchstick:before { + content: $ti-icon-matchstick; +} +.#{$ti-prefix}-math:before { + content: $ti-icon-math; +} +.#{$ti-prefix}-math-1-divide-2:before { + content: $ti-icon-math-1-divide-2; +} +.#{$ti-prefix}-math-1-divide-3:before { + content: $ti-icon-math-1-divide-3; +} +.#{$ti-prefix}-math-avg:before { + content: $ti-icon-math-avg; +} +.#{$ti-prefix}-math-equal-greater:before { + content: $ti-icon-math-equal-greater; +} +.#{$ti-prefix}-math-equal-lower:before { + content: $ti-icon-math-equal-lower; +} +.#{$ti-prefix}-math-function:before { + content: $ti-icon-math-function; +} +.#{$ti-prefix}-math-function-off:before { + content: $ti-icon-math-function-off; +} +.#{$ti-prefix}-math-function-y:before { + content: $ti-icon-math-function-y; +} +.#{$ti-prefix}-math-greater:before { + content: $ti-icon-math-greater; +} +.#{$ti-prefix}-math-integral:before { + content: $ti-icon-math-integral; +} +.#{$ti-prefix}-math-integral-x:before { + content: $ti-icon-math-integral-x; +} +.#{$ti-prefix}-math-integrals:before { + content: $ti-icon-math-integrals; +} +.#{$ti-prefix}-math-lower:before { + content: $ti-icon-math-lower; +} +.#{$ti-prefix}-math-max:before { + content: $ti-icon-math-max; +} +.#{$ti-prefix}-math-max-min:before { + content: $ti-icon-math-max-min; +} +.#{$ti-prefix}-math-min:before { + content: $ti-icon-math-min; +} +.#{$ti-prefix}-math-not:before { + content: $ti-icon-math-not; +} +.#{$ti-prefix}-math-off:before { + content: $ti-icon-math-off; +} +.#{$ti-prefix}-math-pi:before { + content: $ti-icon-math-pi; +} +.#{$ti-prefix}-math-pi-divide-2:before { + content: $ti-icon-math-pi-divide-2; +} +.#{$ti-prefix}-math-symbols:before { + content: $ti-icon-math-symbols; +} +.#{$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-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; +} +.#{$ti-prefix}-math-x-plus-y:before { + content: $ti-icon-math-x-plus-y; +} +.#{$ti-prefix}-math-xy:before { + content: $ti-icon-math-xy; +} +.#{$ti-prefix}-math-y-minus-y:before { + content: $ti-icon-math-y-minus-y; +} +.#{$ti-prefix}-math-y-plus-y:before { + content: $ti-icon-math-y-plus-y; +} +.#{$ti-prefix}-maximize:before { + content: $ti-icon-maximize; +} +.#{$ti-prefix}-maximize-off:before { + content: $ti-icon-maximize-off; +} +.#{$ti-prefix}-meat:before { + content: $ti-icon-meat; +} +.#{$ti-prefix}-meat-off:before { + content: $ti-icon-meat-off; +} +.#{$ti-prefix}-medal:before { + content: $ti-icon-medal; +} +.#{$ti-prefix}-medal-2:before { + content: $ti-icon-medal-2; +} +.#{$ti-prefix}-medical-cross:before { + content: $ti-icon-medical-cross; +} +.#{$ti-prefix}-medical-cross-circle:before { + content: $ti-icon-medical-cross-circle; +} +.#{$ti-prefix}-medical-cross-filled:before { + content: $ti-icon-medical-cross-filled; +} +.#{$ti-prefix}-medical-cross-off:before { + content: $ti-icon-medical-cross-off; +} +.#{$ti-prefix}-medicine-syrup:before { + content: $ti-icon-medicine-syrup; +} +.#{$ti-prefix}-meeple:before { + content: $ti-icon-meeple; +} +.#{$ti-prefix}-melon:before { + content: $ti-icon-melon; +} +.#{$ti-prefix}-menorah:before { + content: $ti-icon-menorah; +} +.#{$ti-prefix}-menu:before { + content: $ti-icon-menu; +} +.#{$ti-prefix}-menu-2:before { + content: $ti-icon-menu-2; +} +.#{$ti-prefix}-menu-deep:before { + content: $ti-icon-menu-deep; +} +.#{$ti-prefix}-menu-order:before { + content: $ti-icon-menu-order; +} +.#{$ti-prefix}-message:before { + content: $ti-icon-message; +} +.#{$ti-prefix}-message-2:before { + content: $ti-icon-message-2; +} +.#{$ti-prefix}-message-2-bolt:before { + content: $ti-icon-message-2-bolt; +} +.#{$ti-prefix}-message-2-cancel:before { + content: $ti-icon-message-2-cancel; +} +.#{$ti-prefix}-message-2-check:before { + content: $ti-icon-message-2-check; +} +.#{$ti-prefix}-message-2-code:before { + content: $ti-icon-message-2-code; +} +.#{$ti-prefix}-message-2-cog:before { + content: $ti-icon-message-2-cog; +} +.#{$ti-prefix}-message-2-dollar:before { + content: $ti-icon-message-2-dollar; +} +.#{$ti-prefix}-message-2-down:before { + content: $ti-icon-message-2-down; +} +.#{$ti-prefix}-message-2-exclamation:before { + content: $ti-icon-message-2-exclamation; +} +.#{$ti-prefix}-message-2-heart:before { + content: $ti-icon-message-2-heart; +} +.#{$ti-prefix}-message-2-minus:before { + content: $ti-icon-message-2-minus; +} +.#{$ti-prefix}-message-2-off:before { + content: $ti-icon-message-2-off; +} +.#{$ti-prefix}-message-2-pause:before { + content: $ti-icon-message-2-pause; +} +.#{$ti-prefix}-message-2-pin:before { + content: $ti-icon-message-2-pin; +} +.#{$ti-prefix}-message-2-plus:before { + content: $ti-icon-message-2-plus; +} +.#{$ti-prefix}-message-2-question:before { + content: $ti-icon-message-2-question; +} +.#{$ti-prefix}-message-2-search:before { + content: $ti-icon-message-2-search; +} +.#{$ti-prefix}-message-2-share:before { + content: $ti-icon-message-2-share; +} +.#{$ti-prefix}-message-2-star:before { + content: $ti-icon-message-2-star; +} +.#{$ti-prefix}-message-2-up:before { + content: $ti-icon-message-2-up; +} +.#{$ti-prefix}-message-2-x:before { + content: $ti-icon-message-2-x; +} +.#{$ti-prefix}-message-bolt:before { + content: $ti-icon-message-bolt; +} +.#{$ti-prefix}-message-cancel:before { + content: $ti-icon-message-cancel; +} +.#{$ti-prefix}-message-chatbot:before { + content: $ti-icon-message-chatbot; +} +.#{$ti-prefix}-message-check:before { + content: $ti-icon-message-check; +} +.#{$ti-prefix}-message-circle:before { + content: $ti-icon-message-circle; +} +.#{$ti-prefix}-message-circle-2:before { + content: $ti-icon-message-circle-2; +} +.#{$ti-prefix}-message-circle-2-filled:before { + content: $ti-icon-message-circle-2-filled; +} +.#{$ti-prefix}-message-circle-bolt:before { + content: $ti-icon-message-circle-bolt; +} +.#{$ti-prefix}-message-circle-cancel:before { + content: $ti-icon-message-circle-cancel; +} +.#{$ti-prefix}-message-circle-check:before { + content: $ti-icon-message-circle-check; +} +.#{$ti-prefix}-message-circle-code:before { + content: $ti-icon-message-circle-code; +} +.#{$ti-prefix}-message-circle-cog:before { + content: $ti-icon-message-circle-cog; +} +.#{$ti-prefix}-message-circle-dollar:before { + content: $ti-icon-message-circle-dollar; +} +.#{$ti-prefix}-message-circle-down:before { + content: $ti-icon-message-circle-down; +} +.#{$ti-prefix}-message-circle-exclamation:before { + content: $ti-icon-message-circle-exclamation; +} +.#{$ti-prefix}-message-circle-heart:before { + content: $ti-icon-message-circle-heart; +} +.#{$ti-prefix}-message-circle-minus:before { + content: $ti-icon-message-circle-minus; +} +.#{$ti-prefix}-message-circle-off:before { + content: $ti-icon-message-circle-off; +} +.#{$ti-prefix}-message-circle-pause:before { + content: $ti-icon-message-circle-pause; +} +.#{$ti-prefix}-message-circle-pin:before { + content: $ti-icon-message-circle-pin; +} +.#{$ti-prefix}-message-circle-plus:before { + content: $ti-icon-message-circle-plus; +} +.#{$ti-prefix}-message-circle-question:before { + content: $ti-icon-message-circle-question; +} +.#{$ti-prefix}-message-circle-search:before { + content: $ti-icon-message-circle-search; +} +.#{$ti-prefix}-message-circle-share:before { + content: $ti-icon-message-circle-share; +} +.#{$ti-prefix}-message-circle-star:before { + content: $ti-icon-message-circle-star; +} +.#{$ti-prefix}-message-circle-up:before { + content: $ti-icon-message-circle-up; +} +.#{$ti-prefix}-message-circle-x:before { + content: $ti-icon-message-circle-x; +} +.#{$ti-prefix}-message-code:before { + content: $ti-icon-message-code; +} +.#{$ti-prefix}-message-cog:before { + content: $ti-icon-message-cog; +} +.#{$ti-prefix}-message-dollar:before { + content: $ti-icon-message-dollar; +} +.#{$ti-prefix}-message-dots:before { + content: $ti-icon-message-dots; +} +.#{$ti-prefix}-message-down:before { + content: $ti-icon-message-down; +} +.#{$ti-prefix}-message-exclamation:before { + content: $ti-icon-message-exclamation; +} +.#{$ti-prefix}-message-forward:before { + content: $ti-icon-message-forward; +} +.#{$ti-prefix}-message-heart:before { + content: $ti-icon-message-heart; +} +.#{$ti-prefix}-message-language:before { + content: $ti-icon-message-language; +} +.#{$ti-prefix}-message-minus:before { + content: $ti-icon-message-minus; +} +.#{$ti-prefix}-message-off:before { + content: $ti-icon-message-off; +} +.#{$ti-prefix}-message-pause:before { + content: $ti-icon-message-pause; +} +.#{$ti-prefix}-message-pin:before { + content: $ti-icon-message-pin; +} +.#{$ti-prefix}-message-plus:before { + content: $ti-icon-message-plus; +} +.#{$ti-prefix}-message-question:before { + content: $ti-icon-message-question; +} +.#{$ti-prefix}-message-reply:before { + content: $ti-icon-message-reply; +} +.#{$ti-prefix}-message-report:before { + content: $ti-icon-message-report; +} +.#{$ti-prefix}-message-search:before { + content: $ti-icon-message-search; +} +.#{$ti-prefix}-message-share:before { + content: $ti-icon-message-share; +} +.#{$ti-prefix}-message-star:before { + content: $ti-icon-message-star; +} +.#{$ti-prefix}-message-up:before { + content: $ti-icon-message-up; +} +.#{$ti-prefix}-message-x:before { + content: $ti-icon-message-x; +} +.#{$ti-prefix}-messages:before { + content: $ti-icon-messages; +} +.#{$ti-prefix}-messages-off:before { + content: $ti-icon-messages-off; +} +.#{$ti-prefix}-meteor:before { + content: $ti-icon-meteor; +} +.#{$ti-prefix}-meteor-off:before { + content: $ti-icon-meteor-off; +} +.#{$ti-prefix}-meter-cube:before { + content: $ti-icon-meter-cube; +} +.#{$ti-prefix}-meter-square:before { + content: $ti-icon-meter-square; +} +.#{$ti-prefix}-metronome:before { + content: $ti-icon-metronome; +} +.#{$ti-prefix}-michelin-bib-gourmand:before { + content: $ti-icon-michelin-bib-gourmand; +} +.#{$ti-prefix}-michelin-star:before { + content: $ti-icon-michelin-star; +} +.#{$ti-prefix}-michelin-star-green:before { + content: $ti-icon-michelin-star-green; +} +.#{$ti-prefix}-mickey:before { + content: $ti-icon-mickey; +} +.#{$ti-prefix}-mickey-filled:before { + content: $ti-icon-mickey-filled; +} +.#{$ti-prefix}-microphone:before { + content: $ti-icon-microphone; +} +.#{$ti-prefix}-microphone-2:before { + content: $ti-icon-microphone-2; +} +.#{$ti-prefix}-microphone-2-off:before { + content: $ti-icon-microphone-2-off; +} +.#{$ti-prefix}-microphone-filled:before { + content: $ti-icon-microphone-filled; +} +.#{$ti-prefix}-microphone-off:before { + content: $ti-icon-microphone-off; +} +.#{$ti-prefix}-microscope:before { + content: $ti-icon-microscope; +} +.#{$ti-prefix}-microscope-off:before { + content: $ti-icon-microscope-off; +} +.#{$ti-prefix}-microwave:before { + content: $ti-icon-microwave; +} +.#{$ti-prefix}-microwave-filled:before { + content: $ti-icon-microwave-filled; +} +.#{$ti-prefix}-microwave-off:before { + content: $ti-icon-microwave-off; +} +.#{$ti-prefix}-military-award:before { + content: $ti-icon-military-award; +} +.#{$ti-prefix}-military-rank:before { + content: $ti-icon-military-rank; +} +.#{$ti-prefix}-milk:before { + content: $ti-icon-milk; +} +.#{$ti-prefix}-milk-off:before { + content: $ti-icon-milk-off; +} +.#{$ti-prefix}-milkshake:before { + content: $ti-icon-milkshake; +} +.#{$ti-prefix}-minimize:before { + content: $ti-icon-minimize; +} +.#{$ti-prefix}-minus:before { + content: $ti-icon-minus; +} +.#{$ti-prefix}-minus-vertical:before { + content: $ti-icon-minus-vertical; +} +.#{$ti-prefix}-mist:before { + content: $ti-icon-mist; +} +.#{$ti-prefix}-mist-off:before { + content: $ti-icon-mist-off; +} +.#{$ti-prefix}-mobiledata:before { + content: $ti-icon-mobiledata; +} +.#{$ti-prefix}-mobiledata-off:before { + content: $ti-icon-mobiledata-off; +} +.#{$ti-prefix}-moneybag:before { + content: $ti-icon-moneybag; +} +.#{$ti-prefix}-mood-angry:before { + content: $ti-icon-mood-angry; +} +.#{$ti-prefix}-mood-annoyed:before { + content: $ti-icon-mood-annoyed; +} +.#{$ti-prefix}-mood-annoyed-2:before { + content: $ti-icon-mood-annoyed-2; +} +.#{$ti-prefix}-mood-boy:before { + content: $ti-icon-mood-boy; +} +.#{$ti-prefix}-mood-check:before { + content: $ti-icon-mood-check; +} +.#{$ti-prefix}-mood-cog:before { + content: $ti-icon-mood-cog; +} +.#{$ti-prefix}-mood-confuzed:before { + content: $ti-icon-mood-confuzed; +} +.#{$ti-prefix}-mood-confuzed-filled:before { + content: $ti-icon-mood-confuzed-filled; +} +.#{$ti-prefix}-mood-crazy-happy:before { + content: $ti-icon-mood-crazy-happy; +} +.#{$ti-prefix}-mood-cry:before { + content: $ti-icon-mood-cry; +} +.#{$ti-prefix}-mood-dollar:before { + content: $ti-icon-mood-dollar; +} +.#{$ti-prefix}-mood-edit:before { + content: $ti-icon-mood-edit; +} +.#{$ti-prefix}-mood-empty:before { + content: $ti-icon-mood-empty; +} +.#{$ti-prefix}-mood-empty-filled:before { + content: $ti-icon-mood-empty-filled; +} +.#{$ti-prefix}-mood-happy:before { + content: $ti-icon-mood-happy; +} +.#{$ti-prefix}-mood-happy-filled:before { + content: $ti-icon-mood-happy-filled; +} +.#{$ti-prefix}-mood-heart:before { + content: $ti-icon-mood-heart; +} +.#{$ti-prefix}-mood-kid:before { + content: $ti-icon-mood-kid; +} +.#{$ti-prefix}-mood-kid-filled:before { + content: $ti-icon-mood-kid-filled; +} +.#{$ti-prefix}-mood-look-down:before { + content: $ti-icon-mood-look-down; +} +.#{$ti-prefix}-mood-look-left:before { + content: $ti-icon-mood-look-left; +} +.#{$ti-prefix}-mood-look-right:before { + content: $ti-icon-mood-look-right; +} +.#{$ti-prefix}-mood-look-up:before { + content: $ti-icon-mood-look-up; +} +.#{$ti-prefix}-mood-minus:before { + content: $ti-icon-mood-minus; +} +.#{$ti-prefix}-mood-nerd:before { + content: $ti-icon-mood-nerd; +} +.#{$ti-prefix}-mood-nervous:before { + content: $ti-icon-mood-nervous; +} +.#{$ti-prefix}-mood-neutral:before { + content: $ti-icon-mood-neutral; +} +.#{$ti-prefix}-mood-neutral-filled:before { + content: $ti-icon-mood-neutral-filled; +} +.#{$ti-prefix}-mood-off:before { + content: $ti-icon-mood-off; +} +.#{$ti-prefix}-mood-pin:before { + content: $ti-icon-mood-pin; +} +.#{$ti-prefix}-mood-plus:before { + content: $ti-icon-mood-plus; +} +.#{$ti-prefix}-mood-puzzled:before { + content: $ti-icon-mood-puzzled; +} +.#{$ti-prefix}-mood-sad:before { + content: $ti-icon-mood-sad; +} +.#{$ti-prefix}-mood-sad-2:before { + content: $ti-icon-mood-sad-2; +} +.#{$ti-prefix}-mood-sad-dizzy:before { + content: $ti-icon-mood-sad-dizzy; +} +.#{$ti-prefix}-mood-sad-filled:before { + content: $ti-icon-mood-sad-filled; +} +.#{$ti-prefix}-mood-sad-squint:before { + content: $ti-icon-mood-sad-squint; +} +.#{$ti-prefix}-mood-search:before { + content: $ti-icon-mood-search; +} +.#{$ti-prefix}-mood-share:before { + content: $ti-icon-mood-share; +} +.#{$ti-prefix}-mood-sick:before { + content: $ti-icon-mood-sick; +} +.#{$ti-prefix}-mood-silence:before { + content: $ti-icon-mood-silence; +} +.#{$ti-prefix}-mood-sing:before { + content: $ti-icon-mood-sing; +} +.#{$ti-prefix}-mood-smile:before { + content: $ti-icon-mood-smile; +} +.#{$ti-prefix}-mood-smile-beam:before { + content: $ti-icon-mood-smile-beam; +} +.#{$ti-prefix}-mood-smile-dizzy:before { + content: $ti-icon-mood-smile-dizzy; +} +.#{$ti-prefix}-mood-smile-filled:before { + content: $ti-icon-mood-smile-filled; +} +.#{$ti-prefix}-mood-suprised:before { + content: $ti-icon-mood-suprised; +} +.#{$ti-prefix}-mood-tongue:before { + content: $ti-icon-mood-tongue; +} +.#{$ti-prefix}-mood-tongue-wink:before { + content: $ti-icon-mood-tongue-wink; +} +.#{$ti-prefix}-mood-tongue-wink-2:before { + content: $ti-icon-mood-tongue-wink-2; +} +.#{$ti-prefix}-mood-unamused:before { + content: $ti-icon-mood-unamused; +} +.#{$ti-prefix}-mood-up:before { + content: $ti-icon-mood-up; +} +.#{$ti-prefix}-mood-wink:before { + content: $ti-icon-mood-wink; +} +.#{$ti-prefix}-mood-wink-2:before { + content: $ti-icon-mood-wink-2; +} +.#{$ti-prefix}-mood-wrrr:before { + content: $ti-icon-mood-wrrr; +} +.#{$ti-prefix}-mood-x:before { + content: $ti-icon-mood-x; +} +.#{$ti-prefix}-mood-xd:before { + content: $ti-icon-mood-xd; +} +.#{$ti-prefix}-moon:before { + content: $ti-icon-moon; +} +.#{$ti-prefix}-moon-2:before { + content: $ti-icon-moon-2; +} +.#{$ti-prefix}-moon-filled:before { + content: $ti-icon-moon-filled; +} +.#{$ti-prefix}-moon-off:before { + content: $ti-icon-moon-off; +} +.#{$ti-prefix}-moon-stars:before { + content: $ti-icon-moon-stars; +} +.#{$ti-prefix}-moped:before { + content: $ti-icon-moped; +} +.#{$ti-prefix}-motorbike:before { + content: $ti-icon-motorbike; +} +.#{$ti-prefix}-mountain:before { + content: $ti-icon-mountain; +} +.#{$ti-prefix}-mountain-off:before { + content: $ti-icon-mountain-off; +} +.#{$ti-prefix}-mouse:before { + content: $ti-icon-mouse; +} +.#{$ti-prefix}-mouse-2:before { + content: $ti-icon-mouse-2; +} +.#{$ti-prefix}-mouse-filled:before { + content: $ti-icon-mouse-filled; +} +.#{$ti-prefix}-mouse-off:before { + content: $ti-icon-mouse-off; +} +.#{$ti-prefix}-moustache:before { + content: $ti-icon-moustache; +} +.#{$ti-prefix}-movie:before { + content: $ti-icon-movie; +} +.#{$ti-prefix}-movie-off:before { + content: $ti-icon-movie-off; +} +.#{$ti-prefix}-mug:before { + content: $ti-icon-mug; +} +.#{$ti-prefix}-mug-off:before { + content: $ti-icon-mug-off; +} +.#{$ti-prefix}-multiplier-0-5x:before { + content: $ti-icon-multiplier-0-5x; +} +.#{$ti-prefix}-multiplier-1-5x:before { + content: $ti-icon-multiplier-1-5x; +} +.#{$ti-prefix}-multiplier-1x:before { + content: $ti-icon-multiplier-1x; +} +.#{$ti-prefix}-multiplier-2x:before { + content: $ti-icon-multiplier-2x; +} +.#{$ti-prefix}-mushroom:before { + content: $ti-icon-mushroom; +} +.#{$ti-prefix}-mushroom-filled:before { + content: $ti-icon-mushroom-filled; +} +.#{$ti-prefix}-mushroom-off:before { + content: $ti-icon-mushroom-off; +} +.#{$ti-prefix}-music:before { + content: $ti-icon-music; +} +.#{$ti-prefix}-music-bolt:before { + content: $ti-icon-music-bolt; +} +.#{$ti-prefix}-music-cancel:before { + content: $ti-icon-music-cancel; +} +.#{$ti-prefix}-music-check:before { + content: $ti-icon-music-check; +} +.#{$ti-prefix}-music-code:before { + content: $ti-icon-music-code; +} +.#{$ti-prefix}-music-cog:before { + content: $ti-icon-music-cog; +} +.#{$ti-prefix}-music-discount:before { + content: $ti-icon-music-discount; +} +.#{$ti-prefix}-music-dollar:before { + content: $ti-icon-music-dollar; +} +.#{$ti-prefix}-music-down:before { + content: $ti-icon-music-down; +} +.#{$ti-prefix}-music-exclamation:before { + content: $ti-icon-music-exclamation; +} +.#{$ti-prefix}-music-heart:before { + content: $ti-icon-music-heart; +} +.#{$ti-prefix}-music-minus:before { + content: $ti-icon-music-minus; +} +.#{$ti-prefix}-music-off:before { + content: $ti-icon-music-off; +} +.#{$ti-prefix}-music-pause:before { + content: $ti-icon-music-pause; +} +.#{$ti-prefix}-music-pin:before { + content: $ti-icon-music-pin; +} +.#{$ti-prefix}-music-plus:before { + content: $ti-icon-music-plus; +} +.#{$ti-prefix}-music-question:before { + content: $ti-icon-music-question; +} +.#{$ti-prefix}-music-search:before { + content: $ti-icon-music-search; +} +.#{$ti-prefix}-music-share:before { + content: $ti-icon-music-share; +} +.#{$ti-prefix}-music-star:before { + content: $ti-icon-music-star; +} +.#{$ti-prefix}-music-up:before { + content: $ti-icon-music-up; +} +.#{$ti-prefix}-music-x:before { + content: $ti-icon-music-x; +} +.#{$ti-prefix}-navigation:before { + content: $ti-icon-navigation; +} +.#{$ti-prefix}-navigation-bolt:before { + content: $ti-icon-navigation-bolt; +} +.#{$ti-prefix}-navigation-cancel:before { + content: $ti-icon-navigation-cancel; +} +.#{$ti-prefix}-navigation-check:before { + content: $ti-icon-navigation-check; +} +.#{$ti-prefix}-navigation-code:before { + content: $ti-icon-navigation-code; +} +.#{$ti-prefix}-navigation-cog:before { + content: $ti-icon-navigation-cog; +} +.#{$ti-prefix}-navigation-discount:before { + content: $ti-icon-navigation-discount; +} +.#{$ti-prefix}-navigation-dollar:before { + content: $ti-icon-navigation-dollar; +} +.#{$ti-prefix}-navigation-down:before { + content: $ti-icon-navigation-down; +} +.#{$ti-prefix}-navigation-east:before { + content: $ti-icon-navigation-east; +} +.#{$ti-prefix}-navigation-exclamation:before { + content: $ti-icon-navigation-exclamation; +} +.#{$ti-prefix}-navigation-filled:before { + content: $ti-icon-navigation-filled; +} +.#{$ti-prefix}-navigation-heart:before { + content: $ti-icon-navigation-heart; +} +.#{$ti-prefix}-navigation-minus:before { + content: $ti-icon-navigation-minus; +} +.#{$ti-prefix}-navigation-north:before { + content: $ti-icon-navigation-north; +} +.#{$ti-prefix}-navigation-off:before { + content: $ti-icon-navigation-off; +} +.#{$ti-prefix}-navigation-pause:before { + content: $ti-icon-navigation-pause; +} +.#{$ti-prefix}-navigation-pin:before { + content: $ti-icon-navigation-pin; +} +.#{$ti-prefix}-navigation-plus:before { + content: $ti-icon-navigation-plus; +} +.#{$ti-prefix}-navigation-question:before { + content: $ti-icon-navigation-question; +} +.#{$ti-prefix}-navigation-search:before { + content: $ti-icon-navigation-search; +} +.#{$ti-prefix}-navigation-share:before { + content: $ti-icon-navigation-share; +} +.#{$ti-prefix}-navigation-south:before { + content: $ti-icon-navigation-south; +} +.#{$ti-prefix}-navigation-star:before { + content: $ti-icon-navigation-star; +} +.#{$ti-prefix}-navigation-top:before { + content: $ti-icon-navigation-top; +} +.#{$ti-prefix}-navigation-up:before { + content: $ti-icon-navigation-up; +} +.#{$ti-prefix}-navigation-west:before { + content: $ti-icon-navigation-west; +} +.#{$ti-prefix}-navigation-x:before { + content: $ti-icon-navigation-x; +} +.#{$ti-prefix}-needle:before { + content: $ti-icon-needle; +} +.#{$ti-prefix}-needle-thread:before { + content: $ti-icon-needle-thread; +} +.#{$ti-prefix}-network:before { + content: $ti-icon-network; +} +.#{$ti-prefix}-network-off:before { + content: $ti-icon-network-off; +} +.#{$ti-prefix}-new-section:before { + content: $ti-icon-new-section; +} +.#{$ti-prefix}-news:before { + content: $ti-icon-news; +} +.#{$ti-prefix}-news-off:before { + content: $ti-icon-news-off; +} +.#{$ti-prefix}-nfc:before { + content: $ti-icon-nfc; +} +.#{$ti-prefix}-nfc-off:before { + content: $ti-icon-nfc-off; +} +.#{$ti-prefix}-no-copyright:before { + content: $ti-icon-no-copyright; +} +.#{$ti-prefix}-no-creative-commons:before { + content: $ti-icon-no-creative-commons; +} +.#{$ti-prefix}-no-derivatives:before { + content: $ti-icon-no-derivatives; +} +.#{$ti-prefix}-north-star:before { + content: $ti-icon-north-star; +} +.#{$ti-prefix}-note:before { + content: $ti-icon-note; +} +.#{$ti-prefix}-note-off:before { + content: $ti-icon-note-off; +} +.#{$ti-prefix}-notebook:before { + content: $ti-icon-notebook; +} +.#{$ti-prefix}-notebook-off:before { + content: $ti-icon-notebook-off; +} +.#{$ti-prefix}-notes:before { + content: $ti-icon-notes; +} +.#{$ti-prefix}-notes-off:before { + content: $ti-icon-notes-off; +} +.#{$ti-prefix}-notification:before { + content: $ti-icon-notification; +} +.#{$ti-prefix}-notification-off:before { + content: $ti-icon-notification-off; +} +.#{$ti-prefix}-number:before { + content: $ti-icon-number; +} +.#{$ti-prefix}-number-0:before { + content: $ti-icon-number-0; +} +.#{$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-small:before { + content: $ti-icon-number-10-small; +} +.#{$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; +} +.#{$ti-prefix}-number-13-small:before { + content: $ti-icon-number-13-small; +} +.#{$ti-prefix}-number-14-small:before { + content: $ti-icon-number-14-small; +} +.#{$ti-prefix}-number-15-small:before { + content: $ti-icon-number-15-small; +} +.#{$ti-prefix}-number-16-small:before { + content: $ti-icon-number-16-small; +} +.#{$ti-prefix}-number-17-small:before { + content: $ti-icon-number-17-small; +} +.#{$ti-prefix}-number-18-small:before { + content: $ti-icon-number-18-small; +} +.#{$ti-prefix}-number-19-small:before { + content: $ti-icon-number-19-small; +} +.#{$ti-prefix}-number-2:before { + content: $ti-icon-number-2; +} +.#{$ti-prefix}-number-2-small:before { + content: $ti-icon-number-2-small; +} +.#{$ti-prefix}-number-20-small:before { + content: $ti-icon-number-20-small; +} +.#{$ti-prefix}-number-21-small:before { + content: $ti-icon-number-21-small; +} +.#{$ti-prefix}-number-22-small:before { + content: $ti-icon-number-22-small; +} +.#{$ti-prefix}-number-23-small:before { + content: $ti-icon-number-23-small; +} +.#{$ti-prefix}-number-24-small:before { + content: $ti-icon-number-24-small; +} +.#{$ti-prefix}-number-25-small:before { + content: $ti-icon-number-25-small; +} +.#{$ti-prefix}-number-26-small:before { + content: $ti-icon-number-26-small; +} +.#{$ti-prefix}-number-27-small:before { + content: $ti-icon-number-27-small; +} +.#{$ti-prefix}-number-28-small:before { + content: $ti-icon-number-28-small; +} +.#{$ti-prefix}-number-29-small:before { + content: $ti-icon-number-29-small; +} +.#{$ti-prefix}-number-3:before { + content: $ti-icon-number-3; +} +.#{$ti-prefix}-number-3-small:before { + content: $ti-icon-number-3-small; +} +.#{$ti-prefix}-number-4:before { + content: $ti-icon-number-4; +} +.#{$ti-prefix}-number-4-small:before { + content: $ti-icon-number-4-small; +} +.#{$ti-prefix}-number-5:before { + content: $ti-icon-number-5; +} +.#{$ti-prefix}-number-5-small:before { + content: $ti-icon-number-5-small; +} +.#{$ti-prefix}-number-6:before { + content: $ti-icon-number-6; +} +.#{$ti-prefix}-number-6-small:before { + content: $ti-icon-number-6-small; +} +.#{$ti-prefix}-number-7:before { + content: $ti-icon-number-7; +} +.#{$ti-prefix}-number-7-small:before { + content: $ti-icon-number-7-small; +} +.#{$ti-prefix}-number-8:before { + content: $ti-icon-number-8; +} +.#{$ti-prefix}-number-8-small:before { + content: $ti-icon-number-8-small; +} +.#{$ti-prefix}-number-9:before { + content: $ti-icon-number-9; +} +.#{$ti-prefix}-number-9-small:before { + content: $ti-icon-number-9-small; +} +.#{$ti-prefix}-numbers:before { + content: $ti-icon-numbers; +} +.#{$ti-prefix}-nurse:before { + content: $ti-icon-nurse; +} +.#{$ti-prefix}-nut:before { + content: $ti-icon-nut; +} +.#{$ti-prefix}-octagon:before { + content: $ti-icon-octagon; +} +.#{$ti-prefix}-octagon-filled:before { + content: $ti-icon-octagon-filled; +} +.#{$ti-prefix}-octagon-minus:before { + content: $ti-icon-octagon-minus; +} +.#{$ti-prefix}-octagon-minus-2:before { + content: $ti-icon-octagon-minus-2; +} +.#{$ti-prefix}-octagon-off:before { + content: $ti-icon-octagon-off; +} +.#{$ti-prefix}-octagon-plus:before { + content: $ti-icon-octagon-plus; +} +.#{$ti-prefix}-octagon-plus-2:before { + content: $ti-icon-octagon-plus-2; +} +.#{$ti-prefix}-octahedron:before { + content: $ti-icon-octahedron; +} +.#{$ti-prefix}-octahedron-off:before { + content: $ti-icon-octahedron-off; +} +.#{$ti-prefix}-octahedron-plus:before { + content: $ti-icon-octahedron-plus; +} +.#{$ti-prefix}-old:before { + content: $ti-icon-old; +} +.#{$ti-prefix}-olympics:before { + content: $ti-icon-olympics; +} +.#{$ti-prefix}-olympics-off:before { + content: $ti-icon-olympics-off; +} +.#{$ti-prefix}-om:before { + content: $ti-icon-om; +} +.#{$ti-prefix}-omega:before { + content: $ti-icon-omega; +} +.#{$ti-prefix}-outbound:before { + content: $ti-icon-outbound; +} +.#{$ti-prefix}-outlet:before { + content: $ti-icon-outlet; +} +.#{$ti-prefix}-oval:before { + content: $ti-icon-oval; +} +.#{$ti-prefix}-oval-filled:before { + content: $ti-icon-oval-filled; +} +.#{$ti-prefix}-oval-vertical:before { + content: $ti-icon-oval-vertical; +} +.#{$ti-prefix}-oval-vertical-filled:before { + content: $ti-icon-oval-vertical-filled; +} +.#{$ti-prefix}-overline:before { + content: $ti-icon-overline; +} +.#{$ti-prefix}-package:before { + content: $ti-icon-package; +} +.#{$ti-prefix}-package-export:before { + content: $ti-icon-package-export; +} +.#{$ti-prefix}-package-import:before { + content: $ti-icon-package-import; +} +.#{$ti-prefix}-package-off:before { + content: $ti-icon-package-off; +} +.#{$ti-prefix}-packages:before { + content: $ti-icon-packages; +} +.#{$ti-prefix}-pacman:before { + content: $ti-icon-pacman; +} +.#{$ti-prefix}-page-break:before { + content: $ti-icon-page-break; +} +.#{$ti-prefix}-paint:before { + content: $ti-icon-paint; +} +.#{$ti-prefix}-paint-filled:before { + content: $ti-icon-paint-filled; +} +.#{$ti-prefix}-paint-off:before { + content: $ti-icon-paint-off; +} +.#{$ti-prefix}-palette:before { + content: $ti-icon-palette; +} +.#{$ti-prefix}-palette-off:before { + content: $ti-icon-palette-off; +} +.#{$ti-prefix}-panorama-horizontal:before { + content: $ti-icon-panorama-horizontal; +} +.#{$ti-prefix}-panorama-horizontal-off:before { + content: $ti-icon-panorama-horizontal-off; +} +.#{$ti-prefix}-panorama-vertical:before { + content: $ti-icon-panorama-vertical; +} +.#{$ti-prefix}-panorama-vertical-off:before { + content: $ti-icon-panorama-vertical-off; +} +.#{$ti-prefix}-paper-bag:before { + content: $ti-icon-paper-bag; +} +.#{$ti-prefix}-paper-bag-off:before { + content: $ti-icon-paper-bag-off; +} +.#{$ti-prefix}-paperclip:before { + content: $ti-icon-paperclip; +} +.#{$ti-prefix}-parachute:before { + content: $ti-icon-parachute; +} +.#{$ti-prefix}-parachute-off:before { + content: $ti-icon-parachute-off; +} +.#{$ti-prefix}-parentheses:before { + content: $ti-icon-parentheses; +} +.#{$ti-prefix}-parentheses-off:before { + content: $ti-icon-parentheses-off; +} +.#{$ti-prefix}-parking:before { + content: $ti-icon-parking; +} +.#{$ti-prefix}-parking-circle:before { + content: $ti-icon-parking-circle; +} +.#{$ti-prefix}-parking-off:before { + content: $ti-icon-parking-off; +} +.#{$ti-prefix}-password:before { + content: $ti-icon-password; +} +.#{$ti-prefix}-password-fingerprint:before { + content: $ti-icon-password-fingerprint; +} +.#{$ti-prefix}-password-mobile-phone:before { + content: $ti-icon-password-mobile-phone; +} +.#{$ti-prefix}-password-user:before { + content: $ti-icon-password-user; +} +.#{$ti-prefix}-paw:before { + content: $ti-icon-paw; +} +.#{$ti-prefix}-paw-filled:before { + content: $ti-icon-paw-filled; +} +.#{$ti-prefix}-paw-off:before { + content: $ti-icon-paw-off; +} +.#{$ti-prefix}-paywall:before { + content: $ti-icon-paywall; +} +.#{$ti-prefix}-pdf:before { + content: $ti-icon-pdf; +} +.#{$ti-prefix}-peace:before { + content: $ti-icon-peace; +} +.#{$ti-prefix}-pencil:before { + content: $ti-icon-pencil; +} +.#{$ti-prefix}-pencil-bolt:before { + content: $ti-icon-pencil-bolt; +} +.#{$ti-prefix}-pencil-cancel:before { + content: $ti-icon-pencil-cancel; +} +.#{$ti-prefix}-pencil-check:before { + content: $ti-icon-pencil-check; +} +.#{$ti-prefix}-pencil-code:before { + content: $ti-icon-pencil-code; +} +.#{$ti-prefix}-pencil-cog:before { + content: $ti-icon-pencil-cog; +} +.#{$ti-prefix}-pencil-discount:before { + content: $ti-icon-pencil-discount; +} +.#{$ti-prefix}-pencil-dollar:before { + content: $ti-icon-pencil-dollar; +} +.#{$ti-prefix}-pencil-down:before { + content: $ti-icon-pencil-down; +} +.#{$ti-prefix}-pencil-exclamation:before { + content: $ti-icon-pencil-exclamation; +} +.#{$ti-prefix}-pencil-heart:before { + content: $ti-icon-pencil-heart; +} +.#{$ti-prefix}-pencil-minus:before { + content: $ti-icon-pencil-minus; +} +.#{$ti-prefix}-pencil-off:before { + content: $ti-icon-pencil-off; +} +.#{$ti-prefix}-pencil-pause:before { + content: $ti-icon-pencil-pause; +} +.#{$ti-prefix}-pencil-pin:before { + content: $ti-icon-pencil-pin; +} +.#{$ti-prefix}-pencil-plus:before { + content: $ti-icon-pencil-plus; +} +.#{$ti-prefix}-pencil-question:before { + content: $ti-icon-pencil-question; +} +.#{$ti-prefix}-pencil-search:before { + content: $ti-icon-pencil-search; +} +.#{$ti-prefix}-pencil-share:before { + content: $ti-icon-pencil-share; +} +.#{$ti-prefix}-pencil-star:before { + content: $ti-icon-pencil-star; +} +.#{$ti-prefix}-pencil-up:before { + content: $ti-icon-pencil-up; +} +.#{$ti-prefix}-pencil-x:before { + content: $ti-icon-pencil-x; +} +.#{$ti-prefix}-pennant:before { + content: $ti-icon-pennant; +} +.#{$ti-prefix}-pennant-2:before { + content: $ti-icon-pennant-2; +} +.#{$ti-prefix}-pennant-2-filled:before { + content: $ti-icon-pennant-2-filled; +} +.#{$ti-prefix}-pennant-filled:before { + content: $ti-icon-pennant-filled; +} +.#{$ti-prefix}-pennant-off:before { + content: $ti-icon-pennant-off; +} +.#{$ti-prefix}-pentagon:before { + content: $ti-icon-pentagon; +} +.#{$ti-prefix}-pentagon-filled:before { + content: $ti-icon-pentagon-filled; +} +.#{$ti-prefix}-pentagon-number-0:before { + content: $ti-icon-pentagon-number-0; +} +.#{$ti-prefix}-pentagon-number-1:before { + content: $ti-icon-pentagon-number-1; +} +.#{$ti-prefix}-pentagon-number-2:before { + content: $ti-icon-pentagon-number-2; +} +.#{$ti-prefix}-pentagon-number-3:before { + content: $ti-icon-pentagon-number-3; +} +.#{$ti-prefix}-pentagon-number-4:before { + content: $ti-icon-pentagon-number-4; +} +.#{$ti-prefix}-pentagon-number-5:before { + content: $ti-icon-pentagon-number-5; +} +.#{$ti-prefix}-pentagon-number-6:before { + content: $ti-icon-pentagon-number-6; +} +.#{$ti-prefix}-pentagon-number-7:before { + content: $ti-icon-pentagon-number-7; +} +.#{$ti-prefix}-pentagon-number-8:before { + content: $ti-icon-pentagon-number-8; +} +.#{$ti-prefix}-pentagon-number-9:before { + content: $ti-icon-pentagon-number-9; +} +.#{$ti-prefix}-pentagon-off:before { + content: $ti-icon-pentagon-off; +} +.#{$ti-prefix}-pentagon-plus:before { + content: $ti-icon-pentagon-plus; +} +.#{$ti-prefix}-pentagon-x:before { + content: $ti-icon-pentagon-x; +} +.#{$ti-prefix}-pentagram:before { + content: $ti-icon-pentagram; +} +.#{$ti-prefix}-pepper:before { + content: $ti-icon-pepper; +} +.#{$ti-prefix}-pepper-off:before { + content: $ti-icon-pepper-off; +} +.#{$ti-prefix}-percentage:before { + content: $ti-icon-percentage; +} +.#{$ti-prefix}-perfume:before { + content: $ti-icon-perfume; +} +.#{$ti-prefix}-perspective:before { + content: $ti-icon-perspective; +} +.#{$ti-prefix}-perspective-off:before { + content: $ti-icon-perspective-off; +} +.#{$ti-prefix}-phone:before { + content: $ti-icon-phone; +} +.#{$ti-prefix}-phone-call:before { + content: $ti-icon-phone-call; +} +.#{$ti-prefix}-phone-calling:before { + content: $ti-icon-phone-calling; +} +.#{$ti-prefix}-phone-check:before { + content: $ti-icon-phone-check; +} +.#{$ti-prefix}-phone-filled:before { + content: $ti-icon-phone-filled; +} +.#{$ti-prefix}-phone-incoming:before { + content: $ti-icon-phone-incoming; +} +.#{$ti-prefix}-phone-off:before { + content: $ti-icon-phone-off; +} +.#{$ti-prefix}-phone-outgoing:before { + content: $ti-icon-phone-outgoing; +} +.#{$ti-prefix}-phone-pause:before { + content: $ti-icon-phone-pause; +} +.#{$ti-prefix}-phone-plus:before { + content: $ti-icon-phone-plus; +} +.#{$ti-prefix}-phone-x:before { + content: $ti-icon-phone-x; +} +.#{$ti-prefix}-photo:before { + content: $ti-icon-photo; +} +.#{$ti-prefix}-photo-ai:before { + content: $ti-icon-photo-ai; +} +.#{$ti-prefix}-photo-bolt:before { + content: $ti-icon-photo-bolt; +} +.#{$ti-prefix}-photo-cancel:before { + content: $ti-icon-photo-cancel; +} +.#{$ti-prefix}-photo-check:before { + content: $ti-icon-photo-check; +} +.#{$ti-prefix}-photo-circle:before { + content: $ti-icon-photo-circle; +} +.#{$ti-prefix}-photo-circle-minus:before { + content: $ti-icon-photo-circle-minus; +} +.#{$ti-prefix}-photo-circle-plus:before { + content: $ti-icon-photo-circle-plus; +} +.#{$ti-prefix}-photo-code:before { + content: $ti-icon-photo-code; +} +.#{$ti-prefix}-photo-cog:before { + content: $ti-icon-photo-cog; +} +.#{$ti-prefix}-photo-dollar:before { + content: $ti-icon-photo-dollar; +} +.#{$ti-prefix}-photo-down:before { + content: $ti-icon-photo-down; +} +.#{$ti-prefix}-photo-edit:before { + content: $ti-icon-photo-edit; +} +.#{$ti-prefix}-photo-exclamation:before { + content: $ti-icon-photo-exclamation; +} +.#{$ti-prefix}-photo-filled:before { + content: $ti-icon-photo-filled; +} +.#{$ti-prefix}-photo-heart:before { + content: $ti-icon-photo-heart; +} +.#{$ti-prefix}-photo-hexagon:before { + content: $ti-icon-photo-hexagon; +} +.#{$ti-prefix}-photo-minus:before { + content: $ti-icon-photo-minus; +} +.#{$ti-prefix}-photo-off:before { + content: $ti-icon-photo-off; +} +.#{$ti-prefix}-photo-pause:before { + content: $ti-icon-photo-pause; +} +.#{$ti-prefix}-photo-pentagon:before { + content: $ti-icon-photo-pentagon; +} +.#{$ti-prefix}-photo-pin:before { + content: $ti-icon-photo-pin; +} +.#{$ti-prefix}-photo-plus:before { + content: $ti-icon-photo-plus; +} +.#{$ti-prefix}-photo-question:before { + content: $ti-icon-photo-question; +} +.#{$ti-prefix}-photo-scan:before { + content: $ti-icon-photo-scan; +} +.#{$ti-prefix}-photo-search:before { + content: $ti-icon-photo-search; +} +.#{$ti-prefix}-photo-sensor:before { + content: $ti-icon-photo-sensor; +} +.#{$ti-prefix}-photo-sensor-2:before { + content: $ti-icon-photo-sensor-2; +} +.#{$ti-prefix}-photo-sensor-3:before { + content: $ti-icon-photo-sensor-3; +} +.#{$ti-prefix}-photo-share:before { + content: $ti-icon-photo-share; +} +.#{$ti-prefix}-photo-shield:before { + content: $ti-icon-photo-shield; +} +.#{$ti-prefix}-photo-square-rounded:before { + content: $ti-icon-photo-square-rounded; +} +.#{$ti-prefix}-photo-star:before { + content: $ti-icon-photo-star; +} +.#{$ti-prefix}-photo-up:before { + content: $ti-icon-photo-up; +} +.#{$ti-prefix}-photo-video:before { + content: $ti-icon-photo-video; +} +.#{$ti-prefix}-photo-x:before { + content: $ti-icon-photo-x; +} +.#{$ti-prefix}-physotherapist:before { + content: $ti-icon-physotherapist; +} +.#{$ti-prefix}-piano:before { + content: $ti-icon-piano; +} +.#{$ti-prefix}-pick:before { + content: $ti-icon-pick; +} +.#{$ti-prefix}-picture-in-picture:before { + content: $ti-icon-picture-in-picture; +} +.#{$ti-prefix}-picture-in-picture-off:before { + content: $ti-icon-picture-in-picture-off; +} +.#{$ti-prefix}-picture-in-picture-on:before { + content: $ti-icon-picture-in-picture-on; +} +.#{$ti-prefix}-picture-in-picture-top:before { + content: $ti-icon-picture-in-picture-top; +} +.#{$ti-prefix}-pig:before { + content: $ti-icon-pig; +} +.#{$ti-prefix}-pig-money:before { + content: $ti-icon-pig-money; +} +.#{$ti-prefix}-pig-off:before { + content: $ti-icon-pig-off; +} +.#{$ti-prefix}-pilcrow:before { + content: $ti-icon-pilcrow; +} +.#{$ti-prefix}-pilcrow-left:before { + content: $ti-icon-pilcrow-left; +} +.#{$ti-prefix}-pilcrow-right:before { + content: $ti-icon-pilcrow-right; +} +.#{$ti-prefix}-pill:before { + content: $ti-icon-pill; +} +.#{$ti-prefix}-pill-off:before { + content: $ti-icon-pill-off; +} +.#{$ti-prefix}-pills:before { + content: $ti-icon-pills; +} +.#{$ti-prefix}-pin:before { + content: $ti-icon-pin; +} +.#{$ti-prefix}-pin-end:before { + content: $ti-icon-pin-end; +} +.#{$ti-prefix}-pin-filled:before { + content: $ti-icon-pin-filled; +} +.#{$ti-prefix}-pin-invoke:before { + content: $ti-icon-pin-invoke; +} +.#{$ti-prefix}-ping-pong:before { + content: $ti-icon-ping-pong; +} +.#{$ti-prefix}-pinned:before { + content: $ti-icon-pinned; +} +.#{$ti-prefix}-pinned-filled:before { + content: $ti-icon-pinned-filled; +} +.#{$ti-prefix}-pinned-off:before { + content: $ti-icon-pinned-off; +} +.#{$ti-prefix}-pizza:before { + content: $ti-icon-pizza; +} +.#{$ti-prefix}-pizza-off:before { + content: $ti-icon-pizza-off; +} +.#{$ti-prefix}-placeholder:before { + content: $ti-icon-placeholder; +} +.#{$ti-prefix}-plane:before { + content: $ti-icon-plane; +} +.#{$ti-prefix}-plane-arrival:before { + content: $ti-icon-plane-arrival; +} +.#{$ti-prefix}-plane-departure:before { + content: $ti-icon-plane-departure; +} +.#{$ti-prefix}-plane-inflight:before { + content: $ti-icon-plane-inflight; +} +.#{$ti-prefix}-plane-off:before { + content: $ti-icon-plane-off; +} +.#{$ti-prefix}-plane-tilt:before { + content: $ti-icon-plane-tilt; +} +.#{$ti-prefix}-planet:before { + content: $ti-icon-planet; +} +.#{$ti-prefix}-planet-off:before { + content: $ti-icon-planet-off; +} +.#{$ti-prefix}-plant:before { + content: $ti-icon-plant; +} +.#{$ti-prefix}-plant-2:before { + content: $ti-icon-plant-2; +} +.#{$ti-prefix}-plant-2-off:before { + content: $ti-icon-plant-2-off; +} +.#{$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-off:before { + content: $ti-icon-play-card-off; +} +.#{$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; +} +.#{$ti-prefix}-player-eject:before { + content: $ti-icon-player-eject; +} +.#{$ti-prefix}-player-eject-filled:before { + content: $ti-icon-player-eject-filled; +} +.#{$ti-prefix}-player-pause:before { + content: $ti-icon-player-pause; +} +.#{$ti-prefix}-player-pause-filled:before { + content: $ti-icon-player-pause-filled; +} +.#{$ti-prefix}-player-play:before { + content: $ti-icon-player-play; +} +.#{$ti-prefix}-player-play-filled:before { + content: $ti-icon-player-play-filled; +} +.#{$ti-prefix}-player-record:before { + content: $ti-icon-player-record; +} +.#{$ti-prefix}-player-record-filled:before { + content: $ti-icon-player-record-filled; +} +.#{$ti-prefix}-player-skip-back:before { + content: $ti-icon-player-skip-back; +} +.#{$ti-prefix}-player-skip-back-filled:before { + content: $ti-icon-player-skip-back-filled; +} +.#{$ti-prefix}-player-skip-forward:before { + content: $ti-icon-player-skip-forward; +} +.#{$ti-prefix}-player-skip-forward-filled:before { + content: $ti-icon-player-skip-forward-filled; +} +.#{$ti-prefix}-player-stop:before { + content: $ti-icon-player-stop; +} +.#{$ti-prefix}-player-stop-filled:before { + content: $ti-icon-player-stop-filled; +} +.#{$ti-prefix}-player-track-next:before { + content: $ti-icon-player-track-next; +} +.#{$ti-prefix}-player-track-next-filled:before { + content: $ti-icon-player-track-next-filled; +} +.#{$ti-prefix}-player-track-prev:before { + content: $ti-icon-player-track-prev; +} +.#{$ti-prefix}-player-track-prev-filled:before { + content: $ti-icon-player-track-prev-filled; +} +.#{$ti-prefix}-playlist:before { + content: $ti-icon-playlist; +} +.#{$ti-prefix}-playlist-add:before { + content: $ti-icon-playlist-add; +} +.#{$ti-prefix}-playlist-off:before { + content: $ti-icon-playlist-off; +} +.#{$ti-prefix}-playlist-x:before { + content: $ti-icon-playlist-x; +} +.#{$ti-prefix}-playstation-circle:before { + content: $ti-icon-playstation-circle; +} +.#{$ti-prefix}-playstation-square:before { + content: $ti-icon-playstation-square; +} +.#{$ti-prefix}-playstation-triangle:before { + content: $ti-icon-playstation-triangle; +} +.#{$ti-prefix}-playstation-x:before { + content: $ti-icon-playstation-x; +} +.#{$ti-prefix}-plug:before { + content: $ti-icon-plug; +} +.#{$ti-prefix}-plug-connected:before { + content: $ti-icon-plug-connected; +} +.#{$ti-prefix}-plug-connected-x:before { + content: $ti-icon-plug-connected-x; +} +.#{$ti-prefix}-plug-off:before { + content: $ti-icon-plug-off; +} +.#{$ti-prefix}-plug-x:before { + content: $ti-icon-plug-x; +} +.#{$ti-prefix}-plus:before { + content: $ti-icon-plus; +} +.#{$ti-prefix}-plus-equal:before { + content: $ti-icon-plus-equal; +} +.#{$ti-prefix}-plus-minus:before { + content: $ti-icon-plus-minus; +} +.#{$ti-prefix}-png:before { + content: $ti-icon-png; +} +.#{$ti-prefix}-podium:before { + content: $ti-icon-podium; +} +.#{$ti-prefix}-podium-off:before { + content: $ti-icon-podium-off; +} +.#{$ti-prefix}-point:before { + content: $ti-icon-point; +} +.#{$ti-prefix}-point-filled:before { + content: $ti-icon-point-filled; +} +.#{$ti-prefix}-point-off:before { + content: $ti-icon-point-off; +} +.#{$ti-prefix}-pointer:before { + content: $ti-icon-pointer; +} +.#{$ti-prefix}-pointer-bolt:before { + content: $ti-icon-pointer-bolt; +} +.#{$ti-prefix}-pointer-cancel:before { + content: $ti-icon-pointer-cancel; +} +.#{$ti-prefix}-pointer-check:before { + content: $ti-icon-pointer-check; +} +.#{$ti-prefix}-pointer-code:before { + content: $ti-icon-pointer-code; +} +.#{$ti-prefix}-pointer-cog:before { + content: $ti-icon-pointer-cog; +} +.#{$ti-prefix}-pointer-dollar:before { + content: $ti-icon-pointer-dollar; +} +.#{$ti-prefix}-pointer-down:before { + content: $ti-icon-pointer-down; +} +.#{$ti-prefix}-pointer-exclamation:before { + content: $ti-icon-pointer-exclamation; +} +.#{$ti-prefix}-pointer-filled:before { + content: $ti-icon-pointer-filled; +} +.#{$ti-prefix}-pointer-heart:before { + content: $ti-icon-pointer-heart; +} +.#{$ti-prefix}-pointer-minus:before { + content: $ti-icon-pointer-minus; +} +.#{$ti-prefix}-pointer-off:before { + content: $ti-icon-pointer-off; +} +.#{$ti-prefix}-pointer-pause:before { + content: $ti-icon-pointer-pause; +} +.#{$ti-prefix}-pointer-pin:before { + content: $ti-icon-pointer-pin; +} +.#{$ti-prefix}-pointer-plus:before { + content: $ti-icon-pointer-plus; +} +.#{$ti-prefix}-pointer-question:before { + content: $ti-icon-pointer-question; +} +.#{$ti-prefix}-pointer-search:before { + content: $ti-icon-pointer-search; +} +.#{$ti-prefix}-pointer-share:before { + content: $ti-icon-pointer-share; +} +.#{$ti-prefix}-pointer-star:before { + content: $ti-icon-pointer-star; +} +.#{$ti-prefix}-pointer-up:before { + content: $ti-icon-pointer-up; +} +.#{$ti-prefix}-pointer-x:before { + content: $ti-icon-pointer-x; +} +.#{$ti-prefix}-pokeball:before { + content: $ti-icon-pokeball; +} +.#{$ti-prefix}-pokeball-off:before { + content: $ti-icon-pokeball-off; +} +.#{$ti-prefix}-poker-chip:before { + content: $ti-icon-poker-chip; +} +.#{$ti-prefix}-polaroid:before { + content: $ti-icon-polaroid; +} +.#{$ti-prefix}-polaroid-filled:before { + content: $ti-icon-polaroid-filled; +} +.#{$ti-prefix}-polygon:before { + content: $ti-icon-polygon; +} +.#{$ti-prefix}-polygon-off:before { + content: $ti-icon-polygon-off; +} +.#{$ti-prefix}-poo:before { + content: $ti-icon-poo; +} +.#{$ti-prefix}-pool:before { + content: $ti-icon-pool; +} +.#{$ti-prefix}-pool-off:before { + content: $ti-icon-pool-off; +} +.#{$ti-prefix}-power:before { + content: $ti-icon-power; +} +.#{$ti-prefix}-pray:before { + content: $ti-icon-pray; +} +.#{$ti-prefix}-premium-rights:before { + content: $ti-icon-premium-rights; +} +.#{$ti-prefix}-prescription:before { + content: $ti-icon-prescription; +} +.#{$ti-prefix}-presentation:before { + content: $ti-icon-presentation; +} +.#{$ti-prefix}-presentation-analytics:before { + content: $ti-icon-presentation-analytics; +} +.#{$ti-prefix}-presentation-off:before { + content: $ti-icon-presentation-off; +} +.#{$ti-prefix}-printer:before { + content: $ti-icon-printer; +} +.#{$ti-prefix}-printer-off:before { + content: $ti-icon-printer-off; +} +.#{$ti-prefix}-prism:before { + content: $ti-icon-prism; +} +.#{$ti-prefix}-prism-off:before { + content: $ti-icon-prism-off; +} +.#{$ti-prefix}-prism-plus:before { + content: $ti-icon-prism-plus; +} +.#{$ti-prefix}-prison:before { + content: $ti-icon-prison; +} +.#{$ti-prefix}-progress:before { + content: $ti-icon-progress; +} +.#{$ti-prefix}-progress-alert:before { + content: $ti-icon-progress-alert; +} +.#{$ti-prefix}-progress-bolt:before { + content: $ti-icon-progress-bolt; +} +.#{$ti-prefix}-progress-check:before { + content: $ti-icon-progress-check; +} +.#{$ti-prefix}-progress-down:before { + content: $ti-icon-progress-down; +} +.#{$ti-prefix}-progress-help:before { + content: $ti-icon-progress-help; +} +.#{$ti-prefix}-progress-x:before { + content: $ti-icon-progress-x; +} +.#{$ti-prefix}-prompt:before { + content: $ti-icon-prompt; +} +.#{$ti-prefix}-prong:before { + content: $ti-icon-prong; +} +.#{$ti-prefix}-propeller:before { + content: $ti-icon-propeller; +} +.#{$ti-prefix}-propeller-off:before { + content: $ti-icon-propeller-off; +} +.#{$ti-prefix}-protocol:before { + content: $ti-icon-protocol; +} +.#{$ti-prefix}-pumpkin-scary:before { + content: $ti-icon-pumpkin-scary; +} +.#{$ti-prefix}-puzzle:before { + content: $ti-icon-puzzle; +} +.#{$ti-prefix}-puzzle-2:before { + content: $ti-icon-puzzle-2; +} +.#{$ti-prefix}-puzzle-filled:before { + content: $ti-icon-puzzle-filled; +} +.#{$ti-prefix}-puzzle-off:before { + content: $ti-icon-puzzle-off; +} +.#{$ti-prefix}-pyramid:before { + content: $ti-icon-pyramid; +} +.#{$ti-prefix}-pyramid-off:before { + content: $ti-icon-pyramid-off; +} +.#{$ti-prefix}-pyramid-plus:before { + content: $ti-icon-pyramid-plus; +} +.#{$ti-prefix}-qrcode:before { + content: $ti-icon-qrcode; +} +.#{$ti-prefix}-qrcode-off:before { + content: $ti-icon-qrcode-off; +} +.#{$ti-prefix}-question-mark:before { + content: $ti-icon-question-mark; +} +.#{$ti-prefix}-quote:before { + content: $ti-icon-quote; +} +.#{$ti-prefix}-quote-off:before { + content: $ti-icon-quote-off; +} +.#{$ti-prefix}-quotes:before { + content: $ti-icon-quotes; +} +.#{$ti-prefix}-radar:before { + content: $ti-icon-radar; +} +.#{$ti-prefix}-radar-2:before { + content: $ti-icon-radar-2; +} +.#{$ti-prefix}-radar-filled:before { + content: $ti-icon-radar-filled; +} +.#{$ti-prefix}-radar-off:before { + content: $ti-icon-radar-off; +} +.#{$ti-prefix}-radio:before { + content: $ti-icon-radio; +} +.#{$ti-prefix}-radio-off:before { + content: $ti-icon-radio-off; +} +.#{$ti-prefix}-radioactive:before { + content: $ti-icon-radioactive; +} +.#{$ti-prefix}-radioactive-filled:before { + content: $ti-icon-radioactive-filled; +} +.#{$ti-prefix}-radioactive-off:before { + content: $ti-icon-radioactive-off; +} +.#{$ti-prefix}-radius-bottom-left:before { + content: $ti-icon-radius-bottom-left; +} +.#{$ti-prefix}-radius-bottom-right:before { + content: $ti-icon-radius-bottom-right; +} +.#{$ti-prefix}-radius-top-left:before { + content: $ti-icon-radius-top-left; +} +.#{$ti-prefix}-radius-top-right:before { + content: $ti-icon-radius-top-right; +} +.#{$ti-prefix}-rainbow:before { + content: $ti-icon-rainbow; +} +.#{$ti-prefix}-rainbow-off:before { + content: $ti-icon-rainbow-off; +} +.#{$ti-prefix}-rating-12-plus:before { + content: $ti-icon-rating-12-plus; +} +.#{$ti-prefix}-rating-14-plus:before { + content: $ti-icon-rating-14-plus; +} +.#{$ti-prefix}-rating-16-plus:before { + content: $ti-icon-rating-16-plus; +} +.#{$ti-prefix}-rating-18-plus:before { + content: $ti-icon-rating-18-plus; +} +.#{$ti-prefix}-rating-21-plus:before { + content: $ti-icon-rating-21-plus; +} +.#{$ti-prefix}-razor:before { + content: $ti-icon-razor; +} +.#{$ti-prefix}-razor-electric:before { + content: $ti-icon-razor-electric; +} +.#{$ti-prefix}-receipt:before { + content: $ti-icon-receipt; +} +.#{$ti-prefix}-receipt-2:before { + content: $ti-icon-receipt-2; +} +.#{$ti-prefix}-receipt-bitcoin:before { + content: $ti-icon-receipt-bitcoin; +} +.#{$ti-prefix}-receipt-dollar:before { + content: $ti-icon-receipt-dollar; +} +.#{$ti-prefix}-receipt-euro:before { + content: $ti-icon-receipt-euro; +} +.#{$ti-prefix}-receipt-off:before { + content: $ti-icon-receipt-off; +} +.#{$ti-prefix}-receipt-pound:before { + content: $ti-icon-receipt-pound; +} +.#{$ti-prefix}-receipt-refund:before { + content: $ti-icon-receipt-refund; +} +.#{$ti-prefix}-receipt-rupee:before { + content: $ti-icon-receipt-rupee; +} +.#{$ti-prefix}-receipt-tax:before { + content: $ti-icon-receipt-tax; +} +.#{$ti-prefix}-receipt-yen:before { + content: $ti-icon-receipt-yen; +} +.#{$ti-prefix}-receipt-yuan:before { + content: $ti-icon-receipt-yuan; +} +.#{$ti-prefix}-recharging:before { + content: $ti-icon-recharging; +} +.#{$ti-prefix}-record-mail:before { + content: $ti-icon-record-mail; +} +.#{$ti-prefix}-record-mail-off:before { + content: $ti-icon-record-mail-off; +} +.#{$ti-prefix}-rectangle:before { + content: $ti-icon-rectangle; +} +.#{$ti-prefix}-rectangle-filled:before { + content: $ti-icon-rectangle-filled; +} +.#{$ti-prefix}-rectangle-rounded-bottom:before { + content: $ti-icon-rectangle-rounded-bottom; +} +.#{$ti-prefix}-rectangle-rounded-top:before { + content: $ti-icon-rectangle-rounded-top; +} +.#{$ti-prefix}-rectangle-vertical:before { + content: $ti-icon-rectangle-vertical; +} +.#{$ti-prefix}-rectangle-vertical-filled:before { + content: $ti-icon-rectangle-vertical-filled; +} +.#{$ti-prefix}-rectangular-prism:before { + content: $ti-icon-rectangular-prism; +} +.#{$ti-prefix}-rectangular-prism-off:before { + content: $ti-icon-rectangular-prism-off; +} +.#{$ti-prefix}-rectangular-prism-plus:before { + content: $ti-icon-rectangular-prism-plus; +} +.#{$ti-prefix}-recycle:before { + content: $ti-icon-recycle; +} +.#{$ti-prefix}-recycle-off:before { + content: $ti-icon-recycle-off; +} +.#{$ti-prefix}-refresh:before { + content: $ti-icon-refresh; +} +.#{$ti-prefix}-refresh-alert:before { + content: $ti-icon-refresh-alert; +} +.#{$ti-prefix}-refresh-dot:before { + content: $ti-icon-refresh-dot; +} +.#{$ti-prefix}-refresh-off:before { + content: $ti-icon-refresh-off; +} +.#{$ti-prefix}-regex:before { + content: $ti-icon-regex; +} +.#{$ti-prefix}-regex-off:before { + content: $ti-icon-regex-off; +} +.#{$ti-prefix}-registered:before { + content: $ti-icon-registered; +} +.#{$ti-prefix}-relation-many-to-many:before { + content: $ti-icon-relation-many-to-many; +} +.#{$ti-prefix}-relation-many-to-many-filled:before { + content: $ti-icon-relation-many-to-many-filled; +} +.#{$ti-prefix}-relation-one-to-many:before { + content: $ti-icon-relation-one-to-many; +} +.#{$ti-prefix}-relation-one-to-many-filled:before { + content: $ti-icon-relation-one-to-many-filled; +} +.#{$ti-prefix}-relation-one-to-one:before { + content: $ti-icon-relation-one-to-one; +} +.#{$ti-prefix}-relation-one-to-one-filled:before { + content: $ti-icon-relation-one-to-one-filled; +} +.#{$ti-prefix}-reload:before { + content: $ti-icon-reload; +} +.#{$ti-prefix}-reorder:before { + content: $ti-icon-reorder; +} +.#{$ti-prefix}-repeat:before { + content: $ti-icon-repeat; +} +.#{$ti-prefix}-repeat-off:before { + content: $ti-icon-repeat-off; +} +.#{$ti-prefix}-repeat-once:before { + content: $ti-icon-repeat-once; +} +.#{$ti-prefix}-replace:before { + content: $ti-icon-replace; +} +.#{$ti-prefix}-replace-filled:before { + content: $ti-icon-replace-filled; +} +.#{$ti-prefix}-replace-off:before { + content: $ti-icon-replace-off; +} +.#{$ti-prefix}-report:before { + content: $ti-icon-report; +} +.#{$ti-prefix}-report-analytics:before { + content: $ti-icon-report-analytics; +} +.#{$ti-prefix}-report-medical:before { + content: $ti-icon-report-medical; +} +.#{$ti-prefix}-report-money:before { + content: $ti-icon-report-money; +} +.#{$ti-prefix}-report-off:before { + content: $ti-icon-report-off; +} +.#{$ti-prefix}-report-search:before { + content: $ti-icon-report-search; +} +.#{$ti-prefix}-reserved-line:before { + content: $ti-icon-reserved-line; +} +.#{$ti-prefix}-resize:before { + content: $ti-icon-resize; +} +.#{$ti-prefix}-restore:before { + content: $ti-icon-restore; +} +.#{$ti-prefix}-rewind-backward-10:before { + content: $ti-icon-rewind-backward-10; +} +.#{$ti-prefix}-rewind-backward-15:before { + content: $ti-icon-rewind-backward-15; +} +.#{$ti-prefix}-rewind-backward-20:before { + content: $ti-icon-rewind-backward-20; +} +.#{$ti-prefix}-rewind-backward-30:before { + content: $ti-icon-rewind-backward-30; +} +.#{$ti-prefix}-rewind-backward-40:before { + content: $ti-icon-rewind-backward-40; +} +.#{$ti-prefix}-rewind-backward-5:before { + content: $ti-icon-rewind-backward-5; +} +.#{$ti-prefix}-rewind-backward-50:before { + content: $ti-icon-rewind-backward-50; +} +.#{$ti-prefix}-rewind-backward-60:before { + content: $ti-icon-rewind-backward-60; +} +.#{$ti-prefix}-rewind-forward-10:before { + content: $ti-icon-rewind-forward-10; +} +.#{$ti-prefix}-rewind-forward-15:before { + content: $ti-icon-rewind-forward-15; +} +.#{$ti-prefix}-rewind-forward-20:before { + content: $ti-icon-rewind-forward-20; +} +.#{$ti-prefix}-rewind-forward-30:before { + content: $ti-icon-rewind-forward-30; +} +.#{$ti-prefix}-rewind-forward-40:before { + content: $ti-icon-rewind-forward-40; +} +.#{$ti-prefix}-rewind-forward-5:before { + content: $ti-icon-rewind-forward-5; +} +.#{$ti-prefix}-rewind-forward-50:before { + content: $ti-icon-rewind-forward-50; +} +.#{$ti-prefix}-rewind-forward-60:before { + content: $ti-icon-rewind-forward-60; +} +.#{$ti-prefix}-ribbon-health:before { + content: $ti-icon-ribbon-health; +} +.#{$ti-prefix}-rings:before { + content: $ti-icon-rings; +} +.#{$ti-prefix}-ripple:before { + content: $ti-icon-ripple; +} +.#{$ti-prefix}-ripple-off:before { + content: $ti-icon-ripple-off; +} +.#{$ti-prefix}-road:before { + content: $ti-icon-road; +} +.#{$ti-prefix}-road-off:before { + content: $ti-icon-road-off; +} +.#{$ti-prefix}-road-sign:before { + content: $ti-icon-road-sign; +} +.#{$ti-prefix}-robot:before { + content: $ti-icon-robot; +} +.#{$ti-prefix}-robot-face:before { + content: $ti-icon-robot-face; +} +.#{$ti-prefix}-robot-off:before { + content: $ti-icon-robot-off; +} +.#{$ti-prefix}-rocket:before { + content: $ti-icon-rocket; +} +.#{$ti-prefix}-rocket-off:before { + content: $ti-icon-rocket-off; +} +.#{$ti-prefix}-roller-skating:before { + content: $ti-icon-roller-skating; +} +.#{$ti-prefix}-rollercoaster:before { + content: $ti-icon-rollercoaster; +} +.#{$ti-prefix}-rollercoaster-off:before { + content: $ti-icon-rollercoaster-off; +} +.#{$ti-prefix}-rosette:before { + content: $ti-icon-rosette; +} +.#{$ti-prefix}-rosette-discount:before { + content: $ti-icon-rosette-discount; +} +.#{$ti-prefix}-rosette-discount-check:before { + content: $ti-icon-rosette-discount-check; +} +.#{$ti-prefix}-rosette-discount-check-filled:before { + content: $ti-icon-rosette-discount-check-filled; +} +.#{$ti-prefix}-rosette-discount-off:before { + content: $ti-icon-rosette-discount-off; +} +.#{$ti-prefix}-rosette-filled:before { + content: $ti-icon-rosette-filled; +} +.#{$ti-prefix}-rosette-number-0:before { + content: $ti-icon-rosette-number-0; +} +.#{$ti-prefix}-rosette-number-1:before { + content: $ti-icon-rosette-number-1; +} +.#{$ti-prefix}-rosette-number-2:before { + content: $ti-icon-rosette-number-2; +} +.#{$ti-prefix}-rosette-number-3:before { + content: $ti-icon-rosette-number-3; +} +.#{$ti-prefix}-rosette-number-4:before { + content: $ti-icon-rosette-number-4; +} +.#{$ti-prefix}-rosette-number-5:before { + content: $ti-icon-rosette-number-5; +} +.#{$ti-prefix}-rosette-number-6:before { + content: $ti-icon-rosette-number-6; +} +.#{$ti-prefix}-rosette-number-7:before { + content: $ti-icon-rosette-number-7; +} +.#{$ti-prefix}-rosette-number-8:before { + content: $ti-icon-rosette-number-8; +} +.#{$ti-prefix}-rosette-number-9:before { + content: $ti-icon-rosette-number-9; +} +.#{$ti-prefix}-rotate:before { + content: $ti-icon-rotate; +} +.#{$ti-prefix}-rotate-2:before { + content: $ti-icon-rotate-2; +} +.#{$ti-prefix}-rotate-360:before { + content: $ti-icon-rotate-360; +} +.#{$ti-prefix}-rotate-3d:before { + content: $ti-icon-rotate-3d; +} +.#{$ti-prefix}-rotate-clockwise:before { + content: $ti-icon-rotate-clockwise; +} +.#{$ti-prefix}-rotate-clockwise-2:before { + content: $ti-icon-rotate-clockwise-2; +} +.#{$ti-prefix}-rotate-dot:before { + content: $ti-icon-rotate-dot; +} +.#{$ti-prefix}-rotate-rectangle:before { + content: $ti-icon-rotate-rectangle; +} +.#{$ti-prefix}-route:before { + content: $ti-icon-route; +} +.#{$ti-prefix}-route-2:before { + content: $ti-icon-route-2; +} +.#{$ti-prefix}-route-alt-left:before { + content: $ti-icon-route-alt-left; +} +.#{$ti-prefix}-route-alt-right:before { + content: $ti-icon-route-alt-right; +} +.#{$ti-prefix}-route-off:before { + content: $ti-icon-route-off; +} +.#{$ti-prefix}-route-scan:before { + content: $ti-icon-route-scan; +} +.#{$ti-prefix}-route-square:before { + content: $ti-icon-route-square; +} +.#{$ti-prefix}-route-square-2:before { + content: $ti-icon-route-square-2; +} +.#{$ti-prefix}-route-x:before { + content: $ti-icon-route-x; +} +.#{$ti-prefix}-route-x-2:before { + content: $ti-icon-route-x-2; +} +.#{$ti-prefix}-router:before { + content: $ti-icon-router; +} +.#{$ti-prefix}-router-off:before { + content: $ti-icon-router-off; +} +.#{$ti-prefix}-row-insert-bottom:before { + content: $ti-icon-row-insert-bottom; +} +.#{$ti-prefix}-row-insert-top:before { + content: $ti-icon-row-insert-top; +} +.#{$ti-prefix}-row-remove:before { + content: $ti-icon-row-remove; +} +.#{$ti-prefix}-rss:before { + content: $ti-icon-rss; +} +.#{$ti-prefix}-rubber-stamp:before { + content: $ti-icon-rubber-stamp; +} +.#{$ti-prefix}-rubber-stamp-off:before { + content: $ti-icon-rubber-stamp-off; +} +.#{$ti-prefix}-ruler:before { + content: $ti-icon-ruler; +} +.#{$ti-prefix}-ruler-2:before { + content: $ti-icon-ruler-2; +} +.#{$ti-prefix}-ruler-2-off:before { + content: $ti-icon-ruler-2-off; +} +.#{$ti-prefix}-ruler-3:before { + content: $ti-icon-ruler-3; +} +.#{$ti-prefix}-ruler-measure:before { + content: $ti-icon-ruler-measure; +} +.#{$ti-prefix}-ruler-off:before { + content: $ti-icon-ruler-off; +} +.#{$ti-prefix}-run:before { + content: $ti-icon-run; +} +.#{$ti-prefix}-rv-truck:before { + content: $ti-icon-rv-truck; +} +.#{$ti-prefix}-s-turn-down:before { + content: $ti-icon-s-turn-down; +} +.#{$ti-prefix}-s-turn-left:before { + content: $ti-icon-s-turn-left; +} +.#{$ti-prefix}-s-turn-right:before { + content: $ti-icon-s-turn-right; +} +.#{$ti-prefix}-s-turn-up:before { + content: $ti-icon-s-turn-up; +} +.#{$ti-prefix}-sailboat:before { + content: $ti-icon-sailboat; +} +.#{$ti-prefix}-sailboat-2:before { + content: $ti-icon-sailboat-2; +} +.#{$ti-prefix}-sailboat-off:before { + content: $ti-icon-sailboat-off; +} +.#{$ti-prefix}-salad:before { + content: $ti-icon-salad; +} +.#{$ti-prefix}-salt:before { + content: $ti-icon-salt; +} +.#{$ti-prefix}-sandbox:before { + content: $ti-icon-sandbox; +} +.#{$ti-prefix}-satellite:before { + content: $ti-icon-satellite; +} +.#{$ti-prefix}-satellite-off:before { + content: $ti-icon-satellite-off; +} +.#{$ti-prefix}-sausage:before { + content: $ti-icon-sausage; +} +.#{$ti-prefix}-scale:before { + content: $ti-icon-scale; +} +.#{$ti-prefix}-scale-off:before { + content: $ti-icon-scale-off; +} +.#{$ti-prefix}-scale-outline:before { + content: $ti-icon-scale-outline; +} +.#{$ti-prefix}-scale-outline-off:before { + content: $ti-icon-scale-outline-off; +} +.#{$ti-prefix}-scan:before { + content: $ti-icon-scan; +} +.#{$ti-prefix}-scan-eye:before { + content: $ti-icon-scan-eye; +} +.#{$ti-prefix}-scan-position:before { + content: $ti-icon-scan-position; +} +.#{$ti-prefix}-schema:before { + content: $ti-icon-schema; +} +.#{$ti-prefix}-schema-off:before { + content: $ti-icon-schema-off; +} +.#{$ti-prefix}-school:before { + content: $ti-icon-school; +} +.#{$ti-prefix}-school-bell:before { + content: $ti-icon-school-bell; +} +.#{$ti-prefix}-school-off:before { + content: $ti-icon-school-off; +} +.#{$ti-prefix}-scissors:before { + content: $ti-icon-scissors; +} +.#{$ti-prefix}-scissors-off:before { + content: $ti-icon-scissors-off; +} +.#{$ti-prefix}-scooter:before { + content: $ti-icon-scooter; +} +.#{$ti-prefix}-scooter-electric:before { + content: $ti-icon-scooter-electric; +} +.#{$ti-prefix}-scoreboard:before { + content: $ti-icon-scoreboard; +} +.#{$ti-prefix}-screen-share:before { + content: $ti-icon-screen-share; +} +.#{$ti-prefix}-screen-share-off:before { + content: $ti-icon-screen-share-off; +} +.#{$ti-prefix}-screenshot:before { + content: $ti-icon-screenshot; +} +.#{$ti-prefix}-scribble:before { + content: $ti-icon-scribble; +} +.#{$ti-prefix}-scribble-off:before { + content: $ti-icon-scribble-off; +} +.#{$ti-prefix}-script:before { + content: $ti-icon-script; +} +.#{$ti-prefix}-script-minus:before { + content: $ti-icon-script-minus; +} +.#{$ti-prefix}-script-plus:before { + content: $ti-icon-script-plus; +} +.#{$ti-prefix}-script-x:before { + content: $ti-icon-script-x; +} +.#{$ti-prefix}-scuba-diving:before { + content: $ti-icon-scuba-diving; +} +.#{$ti-prefix}-scuba-mask:before { + content: $ti-icon-scuba-mask; +} +.#{$ti-prefix}-scuba-mask-off:before { + content: $ti-icon-scuba-mask-off; +} +.#{$ti-prefix}-sdk:before { + content: $ti-icon-sdk; +} +.#{$ti-prefix}-search:before { + content: $ti-icon-search; +} +.#{$ti-prefix}-search-off:before { + content: $ti-icon-search-off; +} +.#{$ti-prefix}-section:before { + content: $ti-icon-section; +} +.#{$ti-prefix}-section-filled:before { + content: $ti-icon-section-filled; +} +.#{$ti-prefix}-section-sign:before { + content: $ti-icon-section-sign; +} +.#{$ti-prefix}-seeding:before { + content: $ti-icon-seeding; +} +.#{$ti-prefix}-seeding-off:before { + content: $ti-icon-seeding-off; +} +.#{$ti-prefix}-select:before { + content: $ti-icon-select; +} +.#{$ti-prefix}-select-all:before { + content: $ti-icon-select-all; +} +.#{$ti-prefix}-selector:before { + content: $ti-icon-selector; +} +.#{$ti-prefix}-send:before { + content: $ti-icon-send; +} +.#{$ti-prefix}-send-2:before { + content: $ti-icon-send-2; +} +.#{$ti-prefix}-send-off:before { + content: $ti-icon-send-off; +} +.#{$ti-prefix}-seo:before { + content: $ti-icon-seo; +} +.#{$ti-prefix}-separator:before { + content: $ti-icon-separator; +} +.#{$ti-prefix}-separator-horizontal:before { + content: $ti-icon-separator-horizontal; +} +.#{$ti-prefix}-separator-vertical:before { + content: $ti-icon-separator-vertical; +} +.#{$ti-prefix}-server:before { + content: $ti-icon-server; +} +.#{$ti-prefix}-server-2:before { + content: $ti-icon-server-2; +} +.#{$ti-prefix}-server-bolt:before { + content: $ti-icon-server-bolt; +} +.#{$ti-prefix}-server-cog:before { + content: $ti-icon-server-cog; +} +.#{$ti-prefix}-server-off:before { + content: $ti-icon-server-off; +} +.#{$ti-prefix}-servicemark:before { + content: $ti-icon-servicemark; +} +.#{$ti-prefix}-settings:before { + content: $ti-icon-settings; +} +.#{$ti-prefix}-settings-2:before { + content: $ti-icon-settings-2; +} +.#{$ti-prefix}-settings-automation:before { + content: $ti-icon-settings-automation; +} +.#{$ti-prefix}-settings-bolt:before { + content: $ti-icon-settings-bolt; +} +.#{$ti-prefix}-settings-cancel:before { + content: $ti-icon-settings-cancel; +} +.#{$ti-prefix}-settings-check:before { + content: $ti-icon-settings-check; +} +.#{$ti-prefix}-settings-code:before { + content: $ti-icon-settings-code; +} +.#{$ti-prefix}-settings-cog:before { + content: $ti-icon-settings-cog; +} +.#{$ti-prefix}-settings-dollar:before { + content: $ti-icon-settings-dollar; +} +.#{$ti-prefix}-settings-down:before { + content: $ti-icon-settings-down; +} +.#{$ti-prefix}-settings-exclamation:before { + content: $ti-icon-settings-exclamation; +} +.#{$ti-prefix}-settings-filled:before { + content: $ti-icon-settings-filled; +} +.#{$ti-prefix}-settings-heart:before { + content: $ti-icon-settings-heart; +} +.#{$ti-prefix}-settings-minus:before { + content: $ti-icon-settings-minus; +} +.#{$ti-prefix}-settings-off:before { + content: $ti-icon-settings-off; +} +.#{$ti-prefix}-settings-pause:before { + content: $ti-icon-settings-pause; +} +.#{$ti-prefix}-settings-pin:before { + content: $ti-icon-settings-pin; +} +.#{$ti-prefix}-settings-plus:before { + content: $ti-icon-settings-plus; +} +.#{$ti-prefix}-settings-question:before { + content: $ti-icon-settings-question; +} +.#{$ti-prefix}-settings-search:before { + content: $ti-icon-settings-search; +} +.#{$ti-prefix}-settings-share:before { + content: $ti-icon-settings-share; +} +.#{$ti-prefix}-settings-star:before { + content: $ti-icon-settings-star; +} +.#{$ti-prefix}-settings-up:before { + content: $ti-icon-settings-up; +} +.#{$ti-prefix}-settings-x:before { + content: $ti-icon-settings-x; +} +.#{$ti-prefix}-shadow:before { + content: $ti-icon-shadow; +} +.#{$ti-prefix}-shadow-off:before { + content: $ti-icon-shadow-off; +} +.#{$ti-prefix}-shape:before { + content: $ti-icon-shape; +} +.#{$ti-prefix}-shape-2:before { + content: $ti-icon-shape-2; +} +.#{$ti-prefix}-shape-3:before { + content: $ti-icon-shape-3; +} +.#{$ti-prefix}-shape-off:before { + content: $ti-icon-shape-off; +} +.#{$ti-prefix}-share:before { + content: $ti-icon-share; +} +.#{$ti-prefix}-share-2:before { + content: $ti-icon-share-2; +} +.#{$ti-prefix}-share-3:before { + content: $ti-icon-share-3; +} +.#{$ti-prefix}-share-off:before { + content: $ti-icon-share-off; +} +.#{$ti-prefix}-shield:before { + content: $ti-icon-shield; +} +.#{$ti-prefix}-shield-bolt:before { + content: $ti-icon-shield-bolt; +} +.#{$ti-prefix}-shield-cancel:before { + content: $ti-icon-shield-cancel; +} +.#{$ti-prefix}-shield-check:before { + content: $ti-icon-shield-check; +} +.#{$ti-prefix}-shield-check-filled:before { + content: $ti-icon-shield-check-filled; +} +.#{$ti-prefix}-shield-checkered:before { + content: $ti-icon-shield-checkered; +} +.#{$ti-prefix}-shield-checkered-filled:before { + content: $ti-icon-shield-checkered-filled; +} +.#{$ti-prefix}-shield-chevron:before { + content: $ti-icon-shield-chevron; +} +.#{$ti-prefix}-shield-code:before { + content: $ti-icon-shield-code; +} +.#{$ti-prefix}-shield-cog:before { + content: $ti-icon-shield-cog; +} +.#{$ti-prefix}-shield-dollar:before { + content: $ti-icon-shield-dollar; +} +.#{$ti-prefix}-shield-down:before { + content: $ti-icon-shield-down; +} +.#{$ti-prefix}-shield-exclamation:before { + content: $ti-icon-shield-exclamation; +} +.#{$ti-prefix}-shield-filled:before { + content: $ti-icon-shield-filled; +} +.#{$ti-prefix}-shield-half:before { + content: $ti-icon-shield-half; +} +.#{$ti-prefix}-shield-half-filled:before { + content: $ti-icon-shield-half-filled; +} +.#{$ti-prefix}-shield-heart:before { + content: $ti-icon-shield-heart; +} +.#{$ti-prefix}-shield-lock:before { + content: $ti-icon-shield-lock; +} +.#{$ti-prefix}-shield-lock-filled:before { + content: $ti-icon-shield-lock-filled; +} +.#{$ti-prefix}-shield-minus:before { + content: $ti-icon-shield-minus; +} +.#{$ti-prefix}-shield-off:before { + content: $ti-icon-shield-off; +} +.#{$ti-prefix}-shield-pause:before { + content: $ti-icon-shield-pause; +} +.#{$ti-prefix}-shield-pin:before { + content: $ti-icon-shield-pin; +} +.#{$ti-prefix}-shield-plus:before { + content: $ti-icon-shield-plus; +} +.#{$ti-prefix}-shield-question:before { + content: $ti-icon-shield-question; +} +.#{$ti-prefix}-shield-search:before { + content: $ti-icon-shield-search; +} +.#{$ti-prefix}-shield-share:before { + content: $ti-icon-shield-share; +} +.#{$ti-prefix}-shield-star:before { + content: $ti-icon-shield-star; +} +.#{$ti-prefix}-shield-up:before { + content: $ti-icon-shield-up; +} +.#{$ti-prefix}-shield-x:before { + content: $ti-icon-shield-x; +} +.#{$ti-prefix}-ship:before { + content: $ti-icon-ship; +} +.#{$ti-prefix}-ship-off:before { + content: $ti-icon-ship-off; +} +.#{$ti-prefix}-shirt:before { + content: $ti-icon-shirt; +} +.#{$ti-prefix}-shirt-filled:before { + content: $ti-icon-shirt-filled; +} +.#{$ti-prefix}-shirt-off:before { + content: $ti-icon-shirt-off; +} +.#{$ti-prefix}-shirt-sport:before { + content: $ti-icon-shirt-sport; +} +.#{$ti-prefix}-shoe:before { + content: $ti-icon-shoe; +} +.#{$ti-prefix}-shoe-off:before { + content: $ti-icon-shoe-off; +} +.#{$ti-prefix}-shopping-bag:before { + content: $ti-icon-shopping-bag; +} +.#{$ti-prefix}-shopping-bag-check:before { + content: $ti-icon-shopping-bag-check; +} +.#{$ti-prefix}-shopping-bag-discount:before { + content: $ti-icon-shopping-bag-discount; +} +.#{$ti-prefix}-shopping-bag-edit:before { + content: $ti-icon-shopping-bag-edit; +} +.#{$ti-prefix}-shopping-bag-exclamation:before { + content: $ti-icon-shopping-bag-exclamation; +} +.#{$ti-prefix}-shopping-bag-heart:before { + content: $ti-icon-shopping-bag-heart; +} +.#{$ti-prefix}-shopping-bag-minus:before { + content: $ti-icon-shopping-bag-minus; +} +.#{$ti-prefix}-shopping-bag-plus:before { + content: $ti-icon-shopping-bag-plus; +} +.#{$ti-prefix}-shopping-bag-search:before { + content: $ti-icon-shopping-bag-search; +} +.#{$ti-prefix}-shopping-bag-x:before { + content: $ti-icon-shopping-bag-x; +} +.#{$ti-prefix}-shopping-cart:before { + content: $ti-icon-shopping-cart; +} +.#{$ti-prefix}-shopping-cart-bolt:before { + content: $ti-icon-shopping-cart-bolt; +} +.#{$ti-prefix}-shopping-cart-cancel:before { + content: $ti-icon-shopping-cart-cancel; +} +.#{$ti-prefix}-shopping-cart-check:before { + content: $ti-icon-shopping-cart-check; +} +.#{$ti-prefix}-shopping-cart-code:before { + content: $ti-icon-shopping-cart-code; +} +.#{$ti-prefix}-shopping-cart-cog:before { + content: $ti-icon-shopping-cart-cog; +} +.#{$ti-prefix}-shopping-cart-copy:before { + content: $ti-icon-shopping-cart-copy; +} +.#{$ti-prefix}-shopping-cart-discount:before { + content: $ti-icon-shopping-cart-discount; +} +.#{$ti-prefix}-shopping-cart-dollar:before { + content: $ti-icon-shopping-cart-dollar; +} +.#{$ti-prefix}-shopping-cart-down:before { + content: $ti-icon-shopping-cart-down; +} +.#{$ti-prefix}-shopping-cart-exclamation:before { + content: $ti-icon-shopping-cart-exclamation; +} +.#{$ti-prefix}-shopping-cart-filled:before { + content: $ti-icon-shopping-cart-filled; +} +.#{$ti-prefix}-shopping-cart-heart:before { + content: $ti-icon-shopping-cart-heart; +} +.#{$ti-prefix}-shopping-cart-minus:before { + content: $ti-icon-shopping-cart-minus; +} +.#{$ti-prefix}-shopping-cart-off:before { + content: $ti-icon-shopping-cart-off; +} +.#{$ti-prefix}-shopping-cart-pause:before { + content: $ti-icon-shopping-cart-pause; +} +.#{$ti-prefix}-shopping-cart-pin:before { + content: $ti-icon-shopping-cart-pin; +} +.#{$ti-prefix}-shopping-cart-plus:before { + content: $ti-icon-shopping-cart-plus; +} +.#{$ti-prefix}-shopping-cart-question:before { + content: $ti-icon-shopping-cart-question; +} +.#{$ti-prefix}-shopping-cart-search:before { + content: $ti-icon-shopping-cart-search; +} +.#{$ti-prefix}-shopping-cart-share:before { + content: $ti-icon-shopping-cart-share; +} +.#{$ti-prefix}-shopping-cart-star:before { + content: $ti-icon-shopping-cart-star; +} +.#{$ti-prefix}-shopping-cart-up:before { + content: $ti-icon-shopping-cart-up; +} +.#{$ti-prefix}-shopping-cart-x:before { + content: $ti-icon-shopping-cart-x; +} +.#{$ti-prefix}-shovel:before { + content: $ti-icon-shovel; +} +.#{$ti-prefix}-shovel-pitchforks:before { + content: $ti-icon-shovel-pitchforks; +} +.#{$ti-prefix}-shredder:before { + content: $ti-icon-shredder; +} +.#{$ti-prefix}-sign-left:before { + content: $ti-icon-sign-left; +} +.#{$ti-prefix}-sign-left-filled:before { + content: $ti-icon-sign-left-filled; +} +.#{$ti-prefix}-sign-right:before { + content: $ti-icon-sign-right; +} +.#{$ti-prefix}-sign-right-filled:before { + content: $ti-icon-sign-right-filled; +} +.#{$ti-prefix}-signal-2g:before { + content: $ti-icon-signal-2g; +} +.#{$ti-prefix}-signal-3g:before { + content: $ti-icon-signal-3g; +} +.#{$ti-prefix}-signal-4g:before { + content: $ti-icon-signal-4g; +} +.#{$ti-prefix}-signal-4g-plus:before { + content: $ti-icon-signal-4g-plus; +} +.#{$ti-prefix}-signal-5g:before { + content: $ti-icon-signal-5g; +} +.#{$ti-prefix}-signal-6g:before { + content: $ti-icon-signal-6g; +} +.#{$ti-prefix}-signal-e:before { + content: $ti-icon-signal-e; +} +.#{$ti-prefix}-signal-g:before { + content: $ti-icon-signal-g; +} +.#{$ti-prefix}-signal-h:before { + content: $ti-icon-signal-h; +} +.#{$ti-prefix}-signal-h-plus:before { + content: $ti-icon-signal-h-plus; +} +.#{$ti-prefix}-signal-lte:before { + content: $ti-icon-signal-lte; +} +.#{$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-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; +} +.#{$ti-prefix}-skateboarding:before { + content: $ti-icon-skateboarding; +} +.#{$ti-prefix}-skew-x:before { + content: $ti-icon-skew-x; +} +.#{$ti-prefix}-skew-y:before { + content: $ti-icon-skew-y; +} +.#{$ti-prefix}-ski-jumping:before { + content: $ti-icon-ski-jumping; +} +.#{$ti-prefix}-skull:before { + content: $ti-icon-skull; +} +.#{$ti-prefix}-slash:before { + content: $ti-icon-slash; +} +.#{$ti-prefix}-slashes:before { + content: $ti-icon-slashes; +} +.#{$ti-prefix}-sleigh:before { + content: $ti-icon-sleigh; +} +.#{$ti-prefix}-slice:before { + content: $ti-icon-slice; +} +.#{$ti-prefix}-slideshow:before { + content: $ti-icon-slideshow; +} +.#{$ti-prefix}-smart-home:before { + content: $ti-icon-smart-home; +} +.#{$ti-prefix}-smart-home-off:before { + content: $ti-icon-smart-home-off; +} +.#{$ti-prefix}-smoking:before { + content: $ti-icon-smoking; +} +.#{$ti-prefix}-smoking-no:before { + content: $ti-icon-smoking-no; +} +.#{$ti-prefix}-snowboarding:before { + content: $ti-icon-snowboarding; +} +.#{$ti-prefix}-snowflake:before { + content: $ti-icon-snowflake; +} +.#{$ti-prefix}-snowflake-off:before { + content: $ti-icon-snowflake-off; +} +.#{$ti-prefix}-snowman:before { + content: $ti-icon-snowman; +} +.#{$ti-prefix}-soccer-field:before { + content: $ti-icon-soccer-field; +} +.#{$ti-prefix}-social:before { + content: $ti-icon-social; +} +.#{$ti-prefix}-social-off:before { + content: $ti-icon-social-off; +} +.#{$ti-prefix}-sock:before { + content: $ti-icon-sock; +} +.#{$ti-prefix}-sofa:before { + content: $ti-icon-sofa; +} +.#{$ti-prefix}-sofa-off:before { + content: $ti-icon-sofa-off; +} +.#{$ti-prefix}-solar-electricity:before { + content: $ti-icon-solar-electricity; +} +.#{$ti-prefix}-solar-panel:before { + content: $ti-icon-solar-panel; +} +.#{$ti-prefix}-solar-panel-2:before { + content: $ti-icon-solar-panel-2; +} +.#{$ti-prefix}-sort-0-9:before { + content: $ti-icon-sort-0-9; +} +.#{$ti-prefix}-sort-9-0:before { + content: $ti-icon-sort-9-0; +} +.#{$ti-prefix}-sort-a-z:before { + content: $ti-icon-sort-a-z; +} +.#{$ti-prefix}-sort-ascending:before { + content: $ti-icon-sort-ascending; +} +.#{$ti-prefix}-sort-ascending-2:before { + content: $ti-icon-sort-ascending-2; +} +.#{$ti-prefix}-sort-ascending-letters:before { + content: $ti-icon-sort-ascending-letters; +} +.#{$ti-prefix}-sort-ascending-numbers:before { + content: $ti-icon-sort-ascending-numbers; +} +.#{$ti-prefix}-sort-ascending-shapes:before { + content: $ti-icon-sort-ascending-shapes; +} +.#{$ti-prefix}-sort-ascending-small-big:before { + content: $ti-icon-sort-ascending-small-big; +} +.#{$ti-prefix}-sort-descending:before { + content: $ti-icon-sort-descending; +} +.#{$ti-prefix}-sort-descending-2:before { + content: $ti-icon-sort-descending-2; +} +.#{$ti-prefix}-sort-descending-letters:before { + content: $ti-icon-sort-descending-letters; +} +.#{$ti-prefix}-sort-descending-numbers:before { + content: $ti-icon-sort-descending-numbers; +} +.#{$ti-prefix}-sort-descending-shapes:before { + content: $ti-icon-sort-descending-shapes; +} +.#{$ti-prefix}-sort-descending-small-big:before { + content: $ti-icon-sort-descending-small-big; +} +.#{$ti-prefix}-sort-z-a:before { + content: $ti-icon-sort-z-a; +} +.#{$ti-prefix}-sos:before { + content: $ti-icon-sos; +} +.#{$ti-prefix}-soup:before { + content: $ti-icon-soup; +} +.#{$ti-prefix}-soup-filled:before { + content: $ti-icon-soup-filled; +} +.#{$ti-prefix}-soup-off:before { + content: $ti-icon-soup-off; +} +.#{$ti-prefix}-source-code:before { + content: $ti-icon-source-code; +} +.#{$ti-prefix}-space:before { + content: $ti-icon-space; +} +.#{$ti-prefix}-space-off:before { + content: $ti-icon-space-off; +} +.#{$ti-prefix}-spacing-horizontal:before { + content: $ti-icon-spacing-horizontal; +} +.#{$ti-prefix}-spacing-vertical:before { + content: $ti-icon-spacing-vertical; +} +.#{$ti-prefix}-spade:before { + content: $ti-icon-spade; +} +.#{$ti-prefix}-spade-filled:before { + content: $ti-icon-spade-filled; +} +.#{$ti-prefix}-sparkles:before { + content: $ti-icon-sparkles; +} +.#{$ti-prefix}-speakerphone:before { + content: $ti-icon-speakerphone; +} +.#{$ti-prefix}-speedboat:before { + content: $ti-icon-speedboat; +} +.#{$ti-prefix}-sphere:before { + content: $ti-icon-sphere; +} +.#{$ti-prefix}-sphere-off:before { + content: $ti-icon-sphere-off; +} +.#{$ti-prefix}-sphere-plus:before { + content: $ti-icon-sphere-plus; +} +.#{$ti-prefix}-spider:before { + content: $ti-icon-spider; +} +.#{$ti-prefix}-spiral:before { + content: $ti-icon-spiral; +} +.#{$ti-prefix}-spiral-off:before { + content: $ti-icon-spiral-off; +} +.#{$ti-prefix}-sport-billard:before { + content: $ti-icon-sport-billard; +} +.#{$ti-prefix}-spray:before { + content: $ti-icon-spray; +} +.#{$ti-prefix}-spy:before { + content: $ti-icon-spy; +} +.#{$ti-prefix}-spy-off:before { + content: $ti-icon-spy-off; +} +.#{$ti-prefix}-sql:before { + content: $ti-icon-sql; +} +.#{$ti-prefix}-square:before { + content: $ti-icon-square; +} +.#{$ti-prefix}-square-arrow-down:before { + content: $ti-icon-square-arrow-down; +} +.#{$ti-prefix}-square-arrow-down-filled:before { + content: $ti-icon-square-arrow-down-filled; +} +.#{$ti-prefix}-square-arrow-left:before { + content: $ti-icon-square-arrow-left; +} +.#{$ti-prefix}-square-arrow-left-filled:before { + content: $ti-icon-square-arrow-left-filled; +} +.#{$ti-prefix}-square-arrow-right:before { + content: $ti-icon-square-arrow-right; +} +.#{$ti-prefix}-square-arrow-right-filled:before { + content: $ti-icon-square-arrow-right-filled; +} +.#{$ti-prefix}-square-arrow-up:before { + content: $ti-icon-square-arrow-up; +} +.#{$ti-prefix}-square-arrow-up-filled:before { + content: $ti-icon-square-arrow-up-filled; +} +.#{$ti-prefix}-square-asterisk:before { + content: $ti-icon-square-asterisk; +} +.#{$ti-prefix}-square-asterisk-filled:before { + content: $ti-icon-square-asterisk-filled; +} +.#{$ti-prefix}-square-check:before { + content: $ti-icon-square-check; +} +.#{$ti-prefix}-square-check-filled:before { + content: $ti-icon-square-check-filled; +} +.#{$ti-prefix}-square-chevron-down:before { + content: $ti-icon-square-chevron-down; +} +.#{$ti-prefix}-square-chevron-down-filled:before { + content: $ti-icon-square-chevron-down-filled; +} +.#{$ti-prefix}-square-chevron-left:before { + content: $ti-icon-square-chevron-left; +} +.#{$ti-prefix}-square-chevron-left-filled:before { + content: $ti-icon-square-chevron-left-filled; +} +.#{$ti-prefix}-square-chevron-right:before { + content: $ti-icon-square-chevron-right; +} +.#{$ti-prefix}-square-chevron-right-filled:before { + content: $ti-icon-square-chevron-right-filled; +} +.#{$ti-prefix}-square-chevron-up:before { + content: $ti-icon-square-chevron-up; +} +.#{$ti-prefix}-square-chevron-up-filled:before { + content: $ti-icon-square-chevron-up-filled; +} +.#{$ti-prefix}-square-chevrons-down:before { + content: $ti-icon-square-chevrons-down; +} +.#{$ti-prefix}-square-chevrons-down-filled:before { + content: $ti-icon-square-chevrons-down-filled; +} +.#{$ti-prefix}-square-chevrons-left:before { + content: $ti-icon-square-chevrons-left; +} +.#{$ti-prefix}-square-chevrons-left-filled:before { + content: $ti-icon-square-chevrons-left-filled; +} +.#{$ti-prefix}-square-chevrons-right:before { + content: $ti-icon-square-chevrons-right; +} +.#{$ti-prefix}-square-chevrons-right-filled:before { + content: $ti-icon-square-chevrons-right-filled; +} +.#{$ti-prefix}-square-chevrons-up:before { + content: $ti-icon-square-chevrons-up; +} +.#{$ti-prefix}-square-chevrons-up-filled:before { + content: $ti-icon-square-chevrons-up-filled; +} +.#{$ti-prefix}-square-dot:before { + content: $ti-icon-square-dot; +} +.#{$ti-prefix}-square-dot-filled:before { + content: $ti-icon-square-dot-filled; +} +.#{$ti-prefix}-square-f0:before { + content: $ti-icon-square-f0; +} +.#{$ti-prefix}-square-f0-filled:before { + content: $ti-icon-square-f0-filled; +} +.#{$ti-prefix}-square-f1:before { + content: $ti-icon-square-f1; +} +.#{$ti-prefix}-square-f1-filled:before { + content: $ti-icon-square-f1-filled; +} +.#{$ti-prefix}-square-f2:before { + content: $ti-icon-square-f2; +} +.#{$ti-prefix}-square-f2-filled:before { + content: $ti-icon-square-f2-filled; +} +.#{$ti-prefix}-square-f3:before { + content: $ti-icon-square-f3; +} +.#{$ti-prefix}-square-f3-filled:before { + content: $ti-icon-square-f3-filled; +} +.#{$ti-prefix}-square-f4:before { + content: $ti-icon-square-f4; +} +.#{$ti-prefix}-square-f4-filled:before { + content: $ti-icon-square-f4-filled; +} +.#{$ti-prefix}-square-f5:before { + content: $ti-icon-square-f5; +} +.#{$ti-prefix}-square-f5-filled:before { + content: $ti-icon-square-f5-filled; +} +.#{$ti-prefix}-square-f6:before { + content: $ti-icon-square-f6; +} +.#{$ti-prefix}-square-f6-filled:before { + content: $ti-icon-square-f6-filled; +} +.#{$ti-prefix}-square-f7:before { + content: $ti-icon-square-f7; +} +.#{$ti-prefix}-square-f7-filled:before { + content: $ti-icon-square-f7-filled; +} +.#{$ti-prefix}-square-f8:before { + content: $ti-icon-square-f8; +} +.#{$ti-prefix}-square-f8-filled:before { + content: $ti-icon-square-f8-filled; +} +.#{$ti-prefix}-square-f9:before { + content: $ti-icon-square-f9; +} +.#{$ti-prefix}-square-f9-filled:before { + content: $ti-icon-square-f9-filled; +} +.#{$ti-prefix}-square-filled:before { + content: $ti-icon-square-filled; +} +.#{$ti-prefix}-square-forbid:before { + content: $ti-icon-square-forbid; +} +.#{$ti-prefix}-square-forbid-2:before { + content: $ti-icon-square-forbid-2; +} +.#{$ti-prefix}-square-half:before { + content: $ti-icon-square-half; +} +.#{$ti-prefix}-square-key:before { + content: $ti-icon-square-key; +} +.#{$ti-prefix}-square-letter-a:before { + content: $ti-icon-square-letter-a; +} +.#{$ti-prefix}-square-letter-a-filled:before { + content: $ti-icon-square-letter-a-filled; +} +.#{$ti-prefix}-square-letter-b:before { + content: $ti-icon-square-letter-b; +} +.#{$ti-prefix}-square-letter-b-filled:before { + content: $ti-icon-square-letter-b-filled; +} +.#{$ti-prefix}-square-letter-c:before { + content: $ti-icon-square-letter-c; +} +.#{$ti-prefix}-square-letter-c-filled:before { + content: $ti-icon-square-letter-c-filled; +} +.#{$ti-prefix}-square-letter-d:before { + content: $ti-icon-square-letter-d; +} +.#{$ti-prefix}-square-letter-d-filled:before { + content: $ti-icon-square-letter-d-filled; +} +.#{$ti-prefix}-square-letter-e:before { + content: $ti-icon-square-letter-e; +} +.#{$ti-prefix}-square-letter-e-filled:before { + content: $ti-icon-square-letter-e-filled; +} +.#{$ti-prefix}-square-letter-f:before { + content: $ti-icon-square-letter-f; +} +.#{$ti-prefix}-square-letter-f-filled:before { + content: $ti-icon-square-letter-f-filled; +} +.#{$ti-prefix}-square-letter-g:before { + content: $ti-icon-square-letter-g; +} +.#{$ti-prefix}-square-letter-g-filled:before { + content: $ti-icon-square-letter-g-filled; +} +.#{$ti-prefix}-square-letter-h:before { + content: $ti-icon-square-letter-h; +} +.#{$ti-prefix}-square-letter-h-filled:before { + content: $ti-icon-square-letter-h-filled; +} +.#{$ti-prefix}-square-letter-i:before { + content: $ti-icon-square-letter-i; +} +.#{$ti-prefix}-square-letter-i-filled:before { + content: $ti-icon-square-letter-i-filled; +} +.#{$ti-prefix}-square-letter-j:before { + content: $ti-icon-square-letter-j; +} +.#{$ti-prefix}-square-letter-j-filled:before { + content: $ti-icon-square-letter-j-filled; +} +.#{$ti-prefix}-square-letter-k:before { + content: $ti-icon-square-letter-k; +} +.#{$ti-prefix}-square-letter-k-filled:before { + content: $ti-icon-square-letter-k-filled; +} +.#{$ti-prefix}-square-letter-l:before { + content: $ti-icon-square-letter-l; +} +.#{$ti-prefix}-square-letter-l-filled:before { + content: $ti-icon-square-letter-l-filled; +} +.#{$ti-prefix}-square-letter-m:before { + content: $ti-icon-square-letter-m; +} +.#{$ti-prefix}-square-letter-m-filled:before { + content: $ti-icon-square-letter-m-filled; +} +.#{$ti-prefix}-square-letter-n:before { + content: $ti-icon-square-letter-n; +} +.#{$ti-prefix}-square-letter-n-filled:before { + content: $ti-icon-square-letter-n-filled; +} +.#{$ti-prefix}-square-letter-o:before { + content: $ti-icon-square-letter-o; +} +.#{$ti-prefix}-square-letter-o-filled:before { + content: $ti-icon-square-letter-o-filled; +} +.#{$ti-prefix}-square-letter-p:before { + content: $ti-icon-square-letter-p; +} +.#{$ti-prefix}-square-letter-p-filled:before { + content: $ti-icon-square-letter-p-filled; +} +.#{$ti-prefix}-square-letter-q:before { + content: $ti-icon-square-letter-q; +} +.#{$ti-prefix}-square-letter-q-filled:before { + content: $ti-icon-square-letter-q-filled; +} +.#{$ti-prefix}-square-letter-r:before { + content: $ti-icon-square-letter-r; +} +.#{$ti-prefix}-square-letter-r-filled:before { + content: $ti-icon-square-letter-r-filled; +} +.#{$ti-prefix}-square-letter-s:before { + content: $ti-icon-square-letter-s; +} +.#{$ti-prefix}-square-letter-s-filled:before { + content: $ti-icon-square-letter-s-filled; +} +.#{$ti-prefix}-square-letter-t:before { + content: $ti-icon-square-letter-t; +} +.#{$ti-prefix}-square-letter-t-filled:before { + content: $ti-icon-square-letter-t-filled; +} +.#{$ti-prefix}-square-letter-u:before { + content: $ti-icon-square-letter-u; +} +.#{$ti-prefix}-square-letter-u-filled:before { + content: $ti-icon-square-letter-u-filled; +} +.#{$ti-prefix}-square-letter-v:before { + content: $ti-icon-square-letter-v; +} +.#{$ti-prefix}-square-letter-v-filled:before { + content: $ti-icon-square-letter-v-filled; +} +.#{$ti-prefix}-square-letter-w:before { + content: $ti-icon-square-letter-w; +} +.#{$ti-prefix}-square-letter-w-filled:before { + content: $ti-icon-square-letter-w-filled; +} +.#{$ti-prefix}-square-letter-x:before { + content: $ti-icon-square-letter-x; +} +.#{$ti-prefix}-square-letter-x-filled:before { + content: $ti-icon-square-letter-x-filled; +} +.#{$ti-prefix}-square-letter-y:before { + content: $ti-icon-square-letter-y; +} +.#{$ti-prefix}-square-letter-y-filled:before { + content: $ti-icon-square-letter-y-filled; +} +.#{$ti-prefix}-square-letter-z:before { + content: $ti-icon-square-letter-z; +} +.#{$ti-prefix}-square-letter-z-filled:before { + content: $ti-icon-square-letter-z-filled; +} +.#{$ti-prefix}-square-minus:before { + content: $ti-icon-square-minus; +} +.#{$ti-prefix}-square-minus-filled:before { + content: $ti-icon-square-minus-filled; +} +.#{$ti-prefix}-square-number-0:before { + content: $ti-icon-square-number-0; +} +.#{$ti-prefix}-square-number-0-filled:before { + content: $ti-icon-square-number-0-filled; +} +.#{$ti-prefix}-square-number-1:before { + content: $ti-icon-square-number-1; +} +.#{$ti-prefix}-square-number-1-filled:before { + content: $ti-icon-square-number-1-filled; +} +.#{$ti-prefix}-square-number-2:before { + content: $ti-icon-square-number-2; +} +.#{$ti-prefix}-square-number-2-filled:before { + content: $ti-icon-square-number-2-filled; +} +.#{$ti-prefix}-square-number-3:before { + content: $ti-icon-square-number-3; +} +.#{$ti-prefix}-square-number-3-filled:before { + content: $ti-icon-square-number-3-filled; +} +.#{$ti-prefix}-square-number-4:before { + content: $ti-icon-square-number-4; +} +.#{$ti-prefix}-square-number-4-filled:before { + content: $ti-icon-square-number-4-filled; +} +.#{$ti-prefix}-square-number-5:before { + content: $ti-icon-square-number-5; +} +.#{$ti-prefix}-square-number-5-filled:before { + content: $ti-icon-square-number-5-filled; +} +.#{$ti-prefix}-square-number-6:before { + content: $ti-icon-square-number-6; +} +.#{$ti-prefix}-square-number-6-filled:before { + content: $ti-icon-square-number-6-filled; +} +.#{$ti-prefix}-square-number-7:before { + content: $ti-icon-square-number-7; +} +.#{$ti-prefix}-square-number-7-filled:before { + content: $ti-icon-square-number-7-filled; +} +.#{$ti-prefix}-square-number-8:before { + content: $ti-icon-square-number-8; +} +.#{$ti-prefix}-square-number-8-filled:before { + content: $ti-icon-square-number-8-filled; +} +.#{$ti-prefix}-square-number-9:before { + content: $ti-icon-square-number-9; +} +.#{$ti-prefix}-square-number-9-filled:before { + content: $ti-icon-square-number-9-filled; +} +.#{$ti-prefix}-square-off:before { + content: $ti-icon-square-off; +} +.#{$ti-prefix}-square-percentage:before { + content: $ti-icon-square-percentage; +} +.#{$ti-prefix}-square-plus:before { + content: $ti-icon-square-plus; +} +.#{$ti-prefix}-square-plus-2:before { + content: $ti-icon-square-plus-2; +} +.#{$ti-prefix}-square-root:before { + content: $ti-icon-square-root; +} +.#{$ti-prefix}-square-root-2:before { + content: $ti-icon-square-root-2; +} +.#{$ti-prefix}-square-rotated:before { + content: $ti-icon-square-rotated; +} +.#{$ti-prefix}-square-rotated-filled:before { + content: $ti-icon-square-rotated-filled; +} +.#{$ti-prefix}-square-rotated-forbid:before { + content: $ti-icon-square-rotated-forbid; +} +.#{$ti-prefix}-square-rotated-forbid-2:before { + content: $ti-icon-square-rotated-forbid-2; +} +.#{$ti-prefix}-square-rotated-off:before { + content: $ti-icon-square-rotated-off; +} +.#{$ti-prefix}-square-rounded:before { + content: $ti-icon-square-rounded; +} +.#{$ti-prefix}-square-rounded-arrow-down:before { + content: $ti-icon-square-rounded-arrow-down; +} +.#{$ti-prefix}-square-rounded-arrow-down-filled:before { + content: $ti-icon-square-rounded-arrow-down-filled; +} +.#{$ti-prefix}-square-rounded-arrow-left:before { + content: $ti-icon-square-rounded-arrow-left; +} +.#{$ti-prefix}-square-rounded-arrow-left-filled:before { + content: $ti-icon-square-rounded-arrow-left-filled; +} +.#{$ti-prefix}-square-rounded-arrow-right:before { + content: $ti-icon-square-rounded-arrow-right; +} +.#{$ti-prefix}-square-rounded-arrow-right-filled:before { + content: $ti-icon-square-rounded-arrow-right-filled; +} +.#{$ti-prefix}-square-rounded-arrow-up:before { + content: $ti-icon-square-rounded-arrow-up; +} +.#{$ti-prefix}-square-rounded-arrow-up-filled:before { + content: $ti-icon-square-rounded-arrow-up-filled; +} +.#{$ti-prefix}-square-rounded-check:before { + content: $ti-icon-square-rounded-check; +} +.#{$ti-prefix}-square-rounded-check-filled:before { + content: $ti-icon-square-rounded-check-filled; +} +.#{$ti-prefix}-square-rounded-chevron-down:before { + content: $ti-icon-square-rounded-chevron-down; +} +.#{$ti-prefix}-square-rounded-chevron-down-filled:before { + content: $ti-icon-square-rounded-chevron-down-filled; +} +.#{$ti-prefix}-square-rounded-chevron-left:before { + content: $ti-icon-square-rounded-chevron-left; +} +.#{$ti-prefix}-square-rounded-chevron-left-filled:before { + content: $ti-icon-square-rounded-chevron-left-filled; +} +.#{$ti-prefix}-square-rounded-chevron-right:before { + content: $ti-icon-square-rounded-chevron-right; +} +.#{$ti-prefix}-square-rounded-chevron-right-filled:before { + content: $ti-icon-square-rounded-chevron-right-filled; +} +.#{$ti-prefix}-square-rounded-chevron-up:before { + content: $ti-icon-square-rounded-chevron-up; +} +.#{$ti-prefix}-square-rounded-chevron-up-filled:before { + content: $ti-icon-square-rounded-chevron-up-filled; +} +.#{$ti-prefix}-square-rounded-chevrons-down:before { + content: $ti-icon-square-rounded-chevrons-down; +} +.#{$ti-prefix}-square-rounded-chevrons-down-filled:before { + content: $ti-icon-square-rounded-chevrons-down-filled; +} +.#{$ti-prefix}-square-rounded-chevrons-left:before { + content: $ti-icon-square-rounded-chevrons-left; +} +.#{$ti-prefix}-square-rounded-chevrons-left-filled:before { + content: $ti-icon-square-rounded-chevrons-left-filled; +} +.#{$ti-prefix}-square-rounded-chevrons-right:before { + content: $ti-icon-square-rounded-chevrons-right; +} +.#{$ti-prefix}-square-rounded-chevrons-right-filled:before { + content: $ti-icon-square-rounded-chevrons-right-filled; +} +.#{$ti-prefix}-square-rounded-chevrons-up:before { + content: $ti-icon-square-rounded-chevrons-up; +} +.#{$ti-prefix}-square-rounded-chevrons-up-filled:before { + content: $ti-icon-square-rounded-chevrons-up-filled; +} +.#{$ti-prefix}-square-rounded-filled:before { + content: $ti-icon-square-rounded-filled; +} +.#{$ti-prefix}-square-rounded-letter-a:before { + content: $ti-icon-square-rounded-letter-a; +} +.#{$ti-prefix}-square-rounded-letter-a-filled:before { + content: $ti-icon-square-rounded-letter-a-filled; +} +.#{$ti-prefix}-square-rounded-letter-b:before { + content: $ti-icon-square-rounded-letter-b; +} +.#{$ti-prefix}-square-rounded-letter-b-filled:before { + content: $ti-icon-square-rounded-letter-b-filled; +} +.#{$ti-prefix}-square-rounded-letter-c:before { + content: $ti-icon-square-rounded-letter-c; +} +.#{$ti-prefix}-square-rounded-letter-c-filled:before { + content: $ti-icon-square-rounded-letter-c-filled; +} +.#{$ti-prefix}-square-rounded-letter-d:before { + content: $ti-icon-square-rounded-letter-d; +} +.#{$ti-prefix}-square-rounded-letter-d-filled:before { + content: $ti-icon-square-rounded-letter-d-filled; +} +.#{$ti-prefix}-square-rounded-letter-e:before { + content: $ti-icon-square-rounded-letter-e; +} +.#{$ti-prefix}-square-rounded-letter-e-filled:before { + content: $ti-icon-square-rounded-letter-e-filled; +} +.#{$ti-prefix}-square-rounded-letter-f:before { + content: $ti-icon-square-rounded-letter-f; +} +.#{$ti-prefix}-square-rounded-letter-f-filled:before { + content: $ti-icon-square-rounded-letter-f-filled; +} +.#{$ti-prefix}-square-rounded-letter-g:before { + content: $ti-icon-square-rounded-letter-g; +} +.#{$ti-prefix}-square-rounded-letter-g-filled:before { + content: $ti-icon-square-rounded-letter-g-filled; +} +.#{$ti-prefix}-square-rounded-letter-h:before { + content: $ti-icon-square-rounded-letter-h; +} +.#{$ti-prefix}-square-rounded-letter-h-filled:before { + content: $ti-icon-square-rounded-letter-h-filled; +} +.#{$ti-prefix}-square-rounded-letter-i:before { + content: $ti-icon-square-rounded-letter-i; +} +.#{$ti-prefix}-square-rounded-letter-i-filled:before { + content: $ti-icon-square-rounded-letter-i-filled; +} +.#{$ti-prefix}-square-rounded-letter-j:before { + content: $ti-icon-square-rounded-letter-j; +} +.#{$ti-prefix}-square-rounded-letter-j-filled:before { + content: $ti-icon-square-rounded-letter-j-filled; +} +.#{$ti-prefix}-square-rounded-letter-k:before { + content: $ti-icon-square-rounded-letter-k; +} +.#{$ti-prefix}-square-rounded-letter-k-filled:before { + content: $ti-icon-square-rounded-letter-k-filled; +} +.#{$ti-prefix}-square-rounded-letter-l:before { + content: $ti-icon-square-rounded-letter-l; +} +.#{$ti-prefix}-square-rounded-letter-l-filled:before { + content: $ti-icon-square-rounded-letter-l-filled; +} +.#{$ti-prefix}-square-rounded-letter-m:before { + content: $ti-icon-square-rounded-letter-m; +} +.#{$ti-prefix}-square-rounded-letter-m-filled:before { + content: $ti-icon-square-rounded-letter-m-filled; +} +.#{$ti-prefix}-square-rounded-letter-n:before { + content: $ti-icon-square-rounded-letter-n; +} +.#{$ti-prefix}-square-rounded-letter-n-filled:before { + content: $ti-icon-square-rounded-letter-n-filled; +} +.#{$ti-prefix}-square-rounded-letter-o:before { + content: $ti-icon-square-rounded-letter-o; +} +.#{$ti-prefix}-square-rounded-letter-o-filled:before { + content: $ti-icon-square-rounded-letter-o-filled; +} +.#{$ti-prefix}-square-rounded-letter-p:before { + content: $ti-icon-square-rounded-letter-p; +} +.#{$ti-prefix}-square-rounded-letter-p-filled:before { + content: $ti-icon-square-rounded-letter-p-filled; +} +.#{$ti-prefix}-square-rounded-letter-q:before { + content: $ti-icon-square-rounded-letter-q; +} +.#{$ti-prefix}-square-rounded-letter-q-filled:before { + content: $ti-icon-square-rounded-letter-q-filled; +} +.#{$ti-prefix}-square-rounded-letter-r:before { + content: $ti-icon-square-rounded-letter-r; +} +.#{$ti-prefix}-square-rounded-letter-r-filled:before { + content: $ti-icon-square-rounded-letter-r-filled; +} +.#{$ti-prefix}-square-rounded-letter-s:before { + content: $ti-icon-square-rounded-letter-s; +} +.#{$ti-prefix}-square-rounded-letter-s-filled:before { + content: $ti-icon-square-rounded-letter-s-filled; +} +.#{$ti-prefix}-square-rounded-letter-t:before { + content: $ti-icon-square-rounded-letter-t; +} +.#{$ti-prefix}-square-rounded-letter-t-filled:before { + content: $ti-icon-square-rounded-letter-t-filled; +} +.#{$ti-prefix}-square-rounded-letter-u:before { + content: $ti-icon-square-rounded-letter-u; +} +.#{$ti-prefix}-square-rounded-letter-u-filled:before { + content: $ti-icon-square-rounded-letter-u-filled; +} +.#{$ti-prefix}-square-rounded-letter-v:before { + content: $ti-icon-square-rounded-letter-v; +} +.#{$ti-prefix}-square-rounded-letter-v-filled:before { + content: $ti-icon-square-rounded-letter-v-filled; +} +.#{$ti-prefix}-square-rounded-letter-w:before { + content: $ti-icon-square-rounded-letter-w; +} +.#{$ti-prefix}-square-rounded-letter-w-filled:before { + content: $ti-icon-square-rounded-letter-w-filled; +} +.#{$ti-prefix}-square-rounded-letter-x:before { + content: $ti-icon-square-rounded-letter-x; +} +.#{$ti-prefix}-square-rounded-letter-x-filled:before { + content: $ti-icon-square-rounded-letter-x-filled; +} +.#{$ti-prefix}-square-rounded-letter-y:before { + content: $ti-icon-square-rounded-letter-y; +} +.#{$ti-prefix}-square-rounded-letter-y-filled:before { + content: $ti-icon-square-rounded-letter-y-filled; +} +.#{$ti-prefix}-square-rounded-letter-z:before { + content: $ti-icon-square-rounded-letter-z; +} +.#{$ti-prefix}-square-rounded-letter-z-filled:before { + content: $ti-icon-square-rounded-letter-z-filled; +} +.#{$ti-prefix}-square-rounded-minus:before { + content: $ti-icon-square-rounded-minus; +} +.#{$ti-prefix}-square-rounded-minus-2:before { + content: $ti-icon-square-rounded-minus-2; +} +.#{$ti-prefix}-square-rounded-minus-filled:before { + content: $ti-icon-square-rounded-minus-filled; +} +.#{$ti-prefix}-square-rounded-number-0:before { + content: $ti-icon-square-rounded-number-0; +} +.#{$ti-prefix}-square-rounded-number-0-filled:before { + content: $ti-icon-square-rounded-number-0-filled; +} +.#{$ti-prefix}-square-rounded-number-1:before { + content: $ti-icon-square-rounded-number-1; +} +.#{$ti-prefix}-square-rounded-number-1-filled:before { + content: $ti-icon-square-rounded-number-1-filled; +} +.#{$ti-prefix}-square-rounded-number-2:before { + content: $ti-icon-square-rounded-number-2; +} +.#{$ti-prefix}-square-rounded-number-2-filled:before { + content: $ti-icon-square-rounded-number-2-filled; +} +.#{$ti-prefix}-square-rounded-number-3:before { + content: $ti-icon-square-rounded-number-3; +} +.#{$ti-prefix}-square-rounded-number-3-filled:before { + content: $ti-icon-square-rounded-number-3-filled; +} +.#{$ti-prefix}-square-rounded-number-4:before { + content: $ti-icon-square-rounded-number-4; +} +.#{$ti-prefix}-square-rounded-number-4-filled:before { + content: $ti-icon-square-rounded-number-4-filled; +} +.#{$ti-prefix}-square-rounded-number-5:before { + content: $ti-icon-square-rounded-number-5; +} +.#{$ti-prefix}-square-rounded-number-5-filled:before { + content: $ti-icon-square-rounded-number-5-filled; +} +.#{$ti-prefix}-square-rounded-number-6:before { + content: $ti-icon-square-rounded-number-6; +} +.#{$ti-prefix}-square-rounded-number-6-filled:before { + content: $ti-icon-square-rounded-number-6-filled; +} +.#{$ti-prefix}-square-rounded-number-7:before { + content: $ti-icon-square-rounded-number-7; +} +.#{$ti-prefix}-square-rounded-number-7-filled:before { + content: $ti-icon-square-rounded-number-7-filled; +} +.#{$ti-prefix}-square-rounded-number-8:before { + content: $ti-icon-square-rounded-number-8; +} +.#{$ti-prefix}-square-rounded-number-8-filled:before { + content: $ti-icon-square-rounded-number-8-filled; +} +.#{$ti-prefix}-square-rounded-number-9:before { + content: $ti-icon-square-rounded-number-9; +} +.#{$ti-prefix}-square-rounded-number-9-filled:before { + content: $ti-icon-square-rounded-number-9-filled; +} +.#{$ti-prefix}-square-rounded-percentage:before { + content: $ti-icon-square-rounded-percentage; +} +.#{$ti-prefix}-square-rounded-plus:before { + content: $ti-icon-square-rounded-plus; +} +.#{$ti-prefix}-square-rounded-plus-2:before { + content: $ti-icon-square-rounded-plus-2; +} +.#{$ti-prefix}-square-rounded-plus-filled:before { + content: $ti-icon-square-rounded-plus-filled; +} +.#{$ti-prefix}-square-rounded-x:before { + content: $ti-icon-square-rounded-x; +} +.#{$ti-prefix}-square-rounded-x-filled:before { + content: $ti-icon-square-rounded-x-filled; +} +.#{$ti-prefix}-square-toggle:before { + content: $ti-icon-square-toggle; +} +.#{$ti-prefix}-square-toggle-horizontal:before { + content: $ti-icon-square-toggle-horizontal; +} +.#{$ti-prefix}-square-x:before { + content: $ti-icon-square-x; +} +.#{$ti-prefix}-square-x-filled:before { + content: $ti-icon-square-x-filled; +} +.#{$ti-prefix}-squares:before { + content: $ti-icon-squares; +} +.#{$ti-prefix}-squares-diagonal:before { + content: $ti-icon-squares-diagonal; +} +.#{$ti-prefix}-squares-filled:before { + content: $ti-icon-squares-filled; +} +.#{$ti-prefix}-stack:before { + content: $ti-icon-stack; +} +.#{$ti-prefix}-stack-2:before { + content: $ti-icon-stack-2; +} +.#{$ti-prefix}-stack-2-filled:before { + content: $ti-icon-stack-2-filled; +} +.#{$ti-prefix}-stack-3:before { + content: $ti-icon-stack-3; +} +.#{$ti-prefix}-stack-3-filled:before { + content: $ti-icon-stack-3-filled; +} +.#{$ti-prefix}-stack-back:before { + content: $ti-icon-stack-back; +} +.#{$ti-prefix}-stack-backward:before { + content: $ti-icon-stack-backward; +} +.#{$ti-prefix}-stack-filled:before { + content: $ti-icon-stack-filled; +} +.#{$ti-prefix}-stack-forward:before { + content: $ti-icon-stack-forward; +} +.#{$ti-prefix}-stack-front:before { + content: $ti-icon-stack-front; +} +.#{$ti-prefix}-stack-middle:before { + content: $ti-icon-stack-middle; +} +.#{$ti-prefix}-stack-pop:before { + content: $ti-icon-stack-pop; +} +.#{$ti-prefix}-stack-push:before { + content: $ti-icon-stack-push; +} +.#{$ti-prefix}-stairs:before { + content: $ti-icon-stairs; +} +.#{$ti-prefix}-stairs-down:before { + content: $ti-icon-stairs-down; +} +.#{$ti-prefix}-stairs-up:before { + content: $ti-icon-stairs-up; +} +.#{$ti-prefix}-star:before { + content: $ti-icon-star; +} +.#{$ti-prefix}-star-filled:before { + content: $ti-icon-star-filled; +} +.#{$ti-prefix}-star-half:before { + content: $ti-icon-star-half; +} +.#{$ti-prefix}-star-half-filled:before { + content: $ti-icon-star-half-filled; +} +.#{$ti-prefix}-star-off:before { + content: $ti-icon-star-off; +} +.#{$ti-prefix}-stars:before { + content: $ti-icon-stars; +} +.#{$ti-prefix}-stars-filled:before { + content: $ti-icon-stars-filled; +} +.#{$ti-prefix}-stars-off:before { + content: $ti-icon-stars-off; +} +.#{$ti-prefix}-status-change:before { + content: $ti-icon-status-change; +} +.#{$ti-prefix}-steam:before { + content: $ti-icon-steam; +} +.#{$ti-prefix}-steering-wheel:before { + content: $ti-icon-steering-wheel; +} +.#{$ti-prefix}-steering-wheel-off:before { + content: $ti-icon-steering-wheel-off; +} +.#{$ti-prefix}-step-into:before { + content: $ti-icon-step-into; +} +.#{$ti-prefix}-step-out:before { + content: $ti-icon-step-out; +} +.#{$ti-prefix}-stereo-glasses:before { + content: $ti-icon-stereo-glasses; +} +.#{$ti-prefix}-stethoscope:before { + content: $ti-icon-stethoscope; +} +.#{$ti-prefix}-stethoscope-off:before { + content: $ti-icon-stethoscope-off; +} +.#{$ti-prefix}-sticker:before { + content: $ti-icon-sticker; +} +.#{$ti-prefix}-sticker-2:before { + content: $ti-icon-sticker-2; +} +.#{$ti-prefix}-storm:before { + content: $ti-icon-storm; +} +.#{$ti-prefix}-storm-off:before { + content: $ti-icon-storm-off; +} +.#{$ti-prefix}-stretching:before { + content: $ti-icon-stretching; +} +.#{$ti-prefix}-stretching-2:before { + content: $ti-icon-stretching-2; +} +.#{$ti-prefix}-strikethrough:before { + content: $ti-icon-strikethrough; +} +.#{$ti-prefix}-submarine:before { + content: $ti-icon-submarine; +} +.#{$ti-prefix}-subscript:before { + content: $ti-icon-subscript; +} +.#{$ti-prefix}-subtask:before { + content: $ti-icon-subtask; +} +.#{$ti-prefix}-sum:before { + content: $ti-icon-sum; +} +.#{$ti-prefix}-sum-off:before { + content: $ti-icon-sum-off; +} +.#{$ti-prefix}-sun:before { + content: $ti-icon-sun; +} +.#{$ti-prefix}-sun-electricity:before { + content: $ti-icon-sun-electricity; +} +.#{$ti-prefix}-sun-filled:before { + content: $ti-icon-sun-filled; +} +.#{$ti-prefix}-sun-high:before { + content: $ti-icon-sun-high; +} +.#{$ti-prefix}-sun-low:before { + content: $ti-icon-sun-low; +} +.#{$ti-prefix}-sun-moon:before { + content: $ti-icon-sun-moon; +} +.#{$ti-prefix}-sun-off:before { + content: $ti-icon-sun-off; +} +.#{$ti-prefix}-sun-wind:before { + content: $ti-icon-sun-wind; +} +.#{$ti-prefix}-sunglasses:before { + content: $ti-icon-sunglasses; +} +.#{$ti-prefix}-sunrise:before { + content: $ti-icon-sunrise; +} +.#{$ti-prefix}-sunset:before { + content: $ti-icon-sunset; +} +.#{$ti-prefix}-sunset-2:before { + content: $ti-icon-sunset-2; +} +.#{$ti-prefix}-superscript:before { + content: $ti-icon-superscript; +} +.#{$ti-prefix}-svg:before { + content: $ti-icon-svg; +} +.#{$ti-prefix}-swimming:before { + content: $ti-icon-swimming; +} +.#{$ti-prefix}-swipe:before { + content: $ti-icon-swipe; +} +.#{$ti-prefix}-swipe-down:before { + content: $ti-icon-swipe-down; +} +.#{$ti-prefix}-swipe-left:before { + content: $ti-icon-swipe-left; +} +.#{$ti-prefix}-swipe-right:before { + content: $ti-icon-swipe-right; +} +.#{$ti-prefix}-swipe-up:before { + content: $ti-icon-swipe-up; +} +.#{$ti-prefix}-switch:before { + content: $ti-icon-switch; +} +.#{$ti-prefix}-switch-2:before { + content: $ti-icon-switch-2; +} +.#{$ti-prefix}-switch-3:before { + content: $ti-icon-switch-3; +} +.#{$ti-prefix}-switch-horizontal:before { + content: $ti-icon-switch-horizontal; +} +.#{$ti-prefix}-switch-vertical:before { + content: $ti-icon-switch-vertical; +} +.#{$ti-prefix}-sword:before { + content: $ti-icon-sword; +} +.#{$ti-prefix}-sword-off:before { + content: $ti-icon-sword-off; +} +.#{$ti-prefix}-swords:before { + content: $ti-icon-swords; +} +.#{$ti-prefix}-table:before { + content: $ti-icon-table; +} +.#{$ti-prefix}-table-alias:before { + content: $ti-icon-table-alias; +} +.#{$ti-prefix}-table-column:before { + content: $ti-icon-table-column; +} +.#{$ti-prefix}-table-down:before { + content: $ti-icon-table-down; +} +.#{$ti-prefix}-table-export:before { + content: $ti-icon-table-export; +} +.#{$ti-prefix}-table-filled:before { + content: $ti-icon-table-filled; +} +.#{$ti-prefix}-table-heart:before { + content: $ti-icon-table-heart; +} +.#{$ti-prefix}-table-import:before { + content: $ti-icon-table-import; +} +.#{$ti-prefix}-table-minus:before { + content: $ti-icon-table-minus; +} +.#{$ti-prefix}-table-off:before { + content: $ti-icon-table-off; +} +.#{$ti-prefix}-table-options:before { + content: $ti-icon-table-options; +} +.#{$ti-prefix}-table-plus:before { + content: $ti-icon-table-plus; +} +.#{$ti-prefix}-table-row:before { + content: $ti-icon-table-row; +} +.#{$ti-prefix}-table-share:before { + content: $ti-icon-table-share; +} +.#{$ti-prefix}-table-shortcut:before { + content: $ti-icon-table-shortcut; +} +.#{$ti-prefix}-tag:before { + content: $ti-icon-tag; +} +.#{$ti-prefix}-tag-off:before { + content: $ti-icon-tag-off; +} +.#{$ti-prefix}-tag-starred:before { + content: $ti-icon-tag-starred; +} +.#{$ti-prefix}-tags:before { + content: $ti-icon-tags; +} +.#{$ti-prefix}-tags-off:before { + content: $ti-icon-tags-off; +} +.#{$ti-prefix}-tallymark-1:before { + content: $ti-icon-tallymark-1; +} +.#{$ti-prefix}-tallymark-2:before { + content: $ti-icon-tallymark-2; +} +.#{$ti-prefix}-tallymark-3:before { + content: $ti-icon-tallymark-3; +} +.#{$ti-prefix}-tallymark-4:before { + content: $ti-icon-tallymark-4; +} +.#{$ti-prefix}-tallymarks:before { + content: $ti-icon-tallymarks; +} +.#{$ti-prefix}-tank:before { + content: $ti-icon-tank; +} +.#{$ti-prefix}-target:before { + content: $ti-icon-target; +} +.#{$ti-prefix}-target-arrow:before { + content: $ti-icon-target-arrow; +} +.#{$ti-prefix}-target-off:before { + content: $ti-icon-target-off; +} +.#{$ti-prefix}-teapot:before { + content: $ti-icon-teapot; +} +.#{$ti-prefix}-telescope:before { + content: $ti-icon-telescope; +} +.#{$ti-prefix}-telescope-off:before { + content: $ti-icon-telescope-off; +} +.#{$ti-prefix}-temperature:before { + content: $ti-icon-temperature; +} +.#{$ti-prefix}-temperature-celsius:before { + content: $ti-icon-temperature-celsius; +} +.#{$ti-prefix}-temperature-fahrenheit:before { + content: $ti-icon-temperature-fahrenheit; +} +.#{$ti-prefix}-temperature-minus:before { + content: $ti-icon-temperature-minus; +} +.#{$ti-prefix}-temperature-off:before { + content: $ti-icon-temperature-off; +} +.#{$ti-prefix}-temperature-plus:before { + content: $ti-icon-temperature-plus; +} +.#{$ti-prefix}-temperature-snow:before { + content: $ti-icon-temperature-snow; +} +.#{$ti-prefix}-temperature-sun:before { + content: $ti-icon-temperature-sun; +} +.#{$ti-prefix}-template:before { + content: $ti-icon-template; +} +.#{$ti-prefix}-template-off:before { + content: $ti-icon-template-off; +} +.#{$ti-prefix}-tent:before { + content: $ti-icon-tent; +} +.#{$ti-prefix}-tent-off:before { + content: $ti-icon-tent-off; +} +.#{$ti-prefix}-terminal:before { + content: $ti-icon-terminal; +} +.#{$ti-prefix}-terminal-2:before { + content: $ti-icon-terminal-2; +} +.#{$ti-prefix}-test-pipe:before { + content: $ti-icon-test-pipe; +} +.#{$ti-prefix}-test-pipe-2:before { + content: $ti-icon-test-pipe-2; +} +.#{$ti-prefix}-test-pipe-off:before { + content: $ti-icon-test-pipe-off; +} +.#{$ti-prefix}-tex:before { + content: $ti-icon-tex; +} +.#{$ti-prefix}-text-caption:before { + content: $ti-icon-text-caption; +} +.#{$ti-prefix}-text-color:before { + content: $ti-icon-text-color; +} +.#{$ti-prefix}-text-decrease:before { + content: $ti-icon-text-decrease; +} +.#{$ti-prefix}-text-direction-ltr:before { + content: $ti-icon-text-direction-ltr; +} +.#{$ti-prefix}-text-direction-rtl:before { + content: $ti-icon-text-direction-rtl; +} +.#{$ti-prefix}-text-grammar:before { + content: $ti-icon-text-grammar; +} +.#{$ti-prefix}-text-increase:before { + content: $ti-icon-text-increase; +} +.#{$ti-prefix}-text-orientation:before { + content: $ti-icon-text-orientation; +} +.#{$ti-prefix}-text-plus:before { + content: $ti-icon-text-plus; +} +.#{$ti-prefix}-text-recognition:before { + content: $ti-icon-text-recognition; +} +.#{$ti-prefix}-text-resize:before { + content: $ti-icon-text-resize; +} +.#{$ti-prefix}-text-scan-2:before { + content: $ti-icon-text-scan-2; +} +.#{$ti-prefix}-text-size:before { + content: $ti-icon-text-size; +} +.#{$ti-prefix}-text-spellcheck:before { + content: $ti-icon-text-spellcheck; +} +.#{$ti-prefix}-text-wrap:before { + content: $ti-icon-text-wrap; +} +.#{$ti-prefix}-text-wrap-disabled:before { + content: $ti-icon-text-wrap-disabled; +} +.#{$ti-prefix}-texture:before { + content: $ti-icon-texture; +} +.#{$ti-prefix}-theater:before { + content: $ti-icon-theater; +} +.#{$ti-prefix}-thermometer:before { + content: $ti-icon-thermometer; +} +.#{$ti-prefix}-thumb-down:before { + content: $ti-icon-thumb-down; +} +.#{$ti-prefix}-thumb-down-filled:before { + content: $ti-icon-thumb-down-filled; +} +.#{$ti-prefix}-thumb-down-off:before { + content: $ti-icon-thumb-down-off; +} +.#{$ti-prefix}-thumb-up:before { + content: $ti-icon-thumb-up; +} +.#{$ti-prefix}-thumb-up-filled:before { + content: $ti-icon-thumb-up-filled; +} +.#{$ti-prefix}-thumb-up-off:before { + content: $ti-icon-thumb-up-off; +} +.#{$ti-prefix}-tic-tac:before { + content: $ti-icon-tic-tac; +} +.#{$ti-prefix}-ticket:before { + content: $ti-icon-ticket; +} +.#{$ti-prefix}-ticket-off:before { + content: $ti-icon-ticket-off; +} +.#{$ti-prefix}-tie:before { + content: $ti-icon-tie; +} +.#{$ti-prefix}-tilde:before { + content: $ti-icon-tilde; +} +.#{$ti-prefix}-tilt-shift:before { + content: $ti-icon-tilt-shift; +} +.#{$ti-prefix}-tilt-shift-off:before { + content: $ti-icon-tilt-shift-off; +} +.#{$ti-prefix}-time-duration-0:before { + content: $ti-icon-time-duration-0; +} +.#{$ti-prefix}-time-duration-10:before { + content: $ti-icon-time-duration-10; +} +.#{$ti-prefix}-time-duration-15:before { + content: $ti-icon-time-duration-15; +} +.#{$ti-prefix}-time-duration-30:before { + content: $ti-icon-time-duration-30; +} +.#{$ti-prefix}-time-duration-45:before { + content: $ti-icon-time-duration-45; +} +.#{$ti-prefix}-time-duration-5:before { + content: $ti-icon-time-duration-5; +} +.#{$ti-prefix}-time-duration-60:before { + content: $ti-icon-time-duration-60; +} +.#{$ti-prefix}-time-duration-90:before { + content: $ti-icon-time-duration-90; +} +.#{$ti-prefix}-time-duration-off:before { + content: $ti-icon-time-duration-off; +} +.#{$ti-prefix}-timeline:before { + content: $ti-icon-timeline; +} +.#{$ti-prefix}-timeline-event:before { + content: $ti-icon-timeline-event; +} +.#{$ti-prefix}-timeline-event-exclamation:before { + content: $ti-icon-timeline-event-exclamation; +} +.#{$ti-prefix}-timeline-event-filled:before { + content: $ti-icon-timeline-event-filled; +} +.#{$ti-prefix}-timeline-event-minus:before { + content: $ti-icon-timeline-event-minus; +} +.#{$ti-prefix}-timeline-event-plus:before { + content: $ti-icon-timeline-event-plus; +} +.#{$ti-prefix}-timeline-event-text:before { + content: $ti-icon-timeline-event-text; +} +.#{$ti-prefix}-timeline-event-x:before { + content: $ti-icon-timeline-event-x; +} +.#{$ti-prefix}-tir:before { + content: $ti-icon-tir; +} +.#{$ti-prefix}-toggle-left:before { + content: $ti-icon-toggle-left; +} +.#{$ti-prefix}-toggle-right:before { + content: $ti-icon-toggle-right; +} +.#{$ti-prefix}-toilet-paper:before { + content: $ti-icon-toilet-paper; +} +.#{$ti-prefix}-toilet-paper-off:before { + content: $ti-icon-toilet-paper-off; +} +.#{$ti-prefix}-toml:before { + content: $ti-icon-toml; +} +.#{$ti-prefix}-tool:before { + content: $ti-icon-tool; +} +.#{$ti-prefix}-tools:before { + content: $ti-icon-tools; +} +.#{$ti-prefix}-tools-kitchen:before { + content: $ti-icon-tools-kitchen; +} +.#{$ti-prefix}-tools-kitchen-2:before { + content: $ti-icon-tools-kitchen-2; +} +.#{$ti-prefix}-tools-kitchen-2-off:before { + content: $ti-icon-tools-kitchen-2-off; +} +.#{$ti-prefix}-tools-kitchen-3:before { + content: $ti-icon-tools-kitchen-3; +} +.#{$ti-prefix}-tools-kitchen-off:before { + content: $ti-icon-tools-kitchen-off; +} +.#{$ti-prefix}-tools-off:before { + content: $ti-icon-tools-off; +} +.#{$ti-prefix}-tooltip:before { + content: $ti-icon-tooltip; +} +.#{$ti-prefix}-topology-bus:before { + content: $ti-icon-topology-bus; +} +.#{$ti-prefix}-topology-complex:before { + content: $ti-icon-topology-complex; +} +.#{$ti-prefix}-topology-full:before { + content: $ti-icon-topology-full; +} +.#{$ti-prefix}-topology-full-hierarchy:before { + content: $ti-icon-topology-full-hierarchy; +} +.#{$ti-prefix}-topology-ring:before { + content: $ti-icon-topology-ring; +} +.#{$ti-prefix}-topology-ring-2:before { + content: $ti-icon-topology-ring-2; +} +.#{$ti-prefix}-topology-ring-3:before { + content: $ti-icon-topology-ring-3; +} +.#{$ti-prefix}-topology-star:before { + content: $ti-icon-topology-star; +} +.#{$ti-prefix}-topology-star-2:before { + content: $ti-icon-topology-star-2; +} +.#{$ti-prefix}-topology-star-3:before { + content: $ti-icon-topology-star-3; +} +.#{$ti-prefix}-topology-star-ring:before { + content: $ti-icon-topology-star-ring; +} +.#{$ti-prefix}-topology-star-ring-2:before { + content: $ti-icon-topology-star-ring-2; +} +.#{$ti-prefix}-topology-star-ring-3:before { + content: $ti-icon-topology-star-ring-3; +} +.#{$ti-prefix}-torii:before { + content: $ti-icon-torii; +} +.#{$ti-prefix}-tornado:before { + content: $ti-icon-tornado; +} +.#{$ti-prefix}-tournament:before { + content: $ti-icon-tournament; +} +.#{$ti-prefix}-tower:before { + content: $ti-icon-tower; +} +.#{$ti-prefix}-tower-off:before { + content: $ti-icon-tower-off; +} +.#{$ti-prefix}-track:before { + content: $ti-icon-track; +} +.#{$ti-prefix}-tractor:before { + content: $ti-icon-tractor; +} +.#{$ti-prefix}-trademark:before { + content: $ti-icon-trademark; +} +.#{$ti-prefix}-traffic-cone:before { + content: $ti-icon-traffic-cone; +} +.#{$ti-prefix}-traffic-cone-off:before { + content: $ti-icon-traffic-cone-off; +} +.#{$ti-prefix}-traffic-lights:before { + content: $ti-icon-traffic-lights; +} +.#{$ti-prefix}-traffic-lights-off:before { + content: $ti-icon-traffic-lights-off; +} +.#{$ti-prefix}-train:before { + content: $ti-icon-train; +} +.#{$ti-prefix}-transaction-bitcoin:before { + content: $ti-icon-transaction-bitcoin; +} +.#{$ti-prefix}-transaction-dollar:before { + content: $ti-icon-transaction-dollar; +} +.#{$ti-prefix}-transaction-euro:before { + content: $ti-icon-transaction-euro; +} +.#{$ti-prefix}-transaction-pound:before { + content: $ti-icon-transaction-pound; +} +.#{$ti-prefix}-transaction-rupee:before { + content: $ti-icon-transaction-rupee; +} +.#{$ti-prefix}-transaction-yen:before { + content: $ti-icon-transaction-yen; +} +.#{$ti-prefix}-transaction-yuan:before { + content: $ti-icon-transaction-yuan; +} +.#{$ti-prefix}-transfer:before { + content: $ti-icon-transfer; +} +.#{$ti-prefix}-transfer-in:before { + content: $ti-icon-transfer-in; +} +.#{$ti-prefix}-transfer-out:before { + content: $ti-icon-transfer-out; +} +.#{$ti-prefix}-transfer-vertical:before { + content: $ti-icon-transfer-vertical; +} +.#{$ti-prefix}-transform:before { + content: $ti-icon-transform; +} +.#{$ti-prefix}-transform-filled:before { + content: $ti-icon-transform-filled; +} +.#{$ti-prefix}-transform-point:before { + content: $ti-icon-transform-point; +} +.#{$ti-prefix}-transform-point-bottom-left:before { + content: $ti-icon-transform-point-bottom-left; +} +.#{$ti-prefix}-transform-point-bottom-right:before { + content: $ti-icon-transform-point-bottom-right; +} +.#{$ti-prefix}-transform-point-top-left:before { + content: $ti-icon-transform-point-top-left; +} +.#{$ti-prefix}-transform-point-top-right:before { + content: $ti-icon-transform-point-top-right; +} +.#{$ti-prefix}-transition-bottom:before { + content: $ti-icon-transition-bottom; +} +.#{$ti-prefix}-transition-bottom-filled:before { + content: $ti-icon-transition-bottom-filled; +} +.#{$ti-prefix}-transition-left:before { + content: $ti-icon-transition-left; +} +.#{$ti-prefix}-transition-left-filled:before { + content: $ti-icon-transition-left-filled; +} +.#{$ti-prefix}-transition-right:before { + content: $ti-icon-transition-right; +} +.#{$ti-prefix}-transition-right-filled:before { + content: $ti-icon-transition-right-filled; +} +.#{$ti-prefix}-transition-top:before { + content: $ti-icon-transition-top; +} +.#{$ti-prefix}-transition-top-filled:before { + content: $ti-icon-transition-top-filled; +} +.#{$ti-prefix}-trash:before { + content: $ti-icon-trash; +} +.#{$ti-prefix}-trash-filled:before { + content: $ti-icon-trash-filled; +} +.#{$ti-prefix}-trash-off:before { + content: $ti-icon-trash-off; +} +.#{$ti-prefix}-trash-x:before { + content: $ti-icon-trash-x; +} +.#{$ti-prefix}-trash-x-filled:before { + content: $ti-icon-trash-x-filled; +} +.#{$ti-prefix}-treadmill:before { + content: $ti-icon-treadmill; +} +.#{$ti-prefix}-tree:before { + content: $ti-icon-tree; +} +.#{$ti-prefix}-trees:before { + content: $ti-icon-trees; +} +.#{$ti-prefix}-trekking:before { + content: $ti-icon-trekking; +} +.#{$ti-prefix}-trending-down:before { + content: $ti-icon-trending-down; +} +.#{$ti-prefix}-trending-down-2:before { + content: $ti-icon-trending-down-2; +} +.#{$ti-prefix}-trending-down-3:before { + content: $ti-icon-trending-down-3; +} +.#{$ti-prefix}-trending-up:before { + content: $ti-icon-trending-up; +} +.#{$ti-prefix}-trending-up-2:before { + content: $ti-icon-trending-up-2; +} +.#{$ti-prefix}-trending-up-3:before { + content: $ti-icon-trending-up-3; +} +.#{$ti-prefix}-triangle:before { + content: $ti-icon-triangle; +} +.#{$ti-prefix}-triangle-filled:before { + content: $ti-icon-triangle-filled; +} +.#{$ti-prefix}-triangle-inverted:before { + content: $ti-icon-triangle-inverted; +} +.#{$ti-prefix}-triangle-inverted-filled:before { + content: $ti-icon-triangle-inverted-filled; +} +.#{$ti-prefix}-triangle-minus:before { + content: $ti-icon-triangle-minus; +} +.#{$ti-prefix}-triangle-minus-2:before { + content: $ti-icon-triangle-minus-2; +} +.#{$ti-prefix}-triangle-off:before { + content: $ti-icon-triangle-off; +} +.#{$ti-prefix}-triangle-plus:before { + content: $ti-icon-triangle-plus; +} +.#{$ti-prefix}-triangle-plus-2:before { + content: $ti-icon-triangle-plus-2; +} +.#{$ti-prefix}-triangle-square-circle:before { + content: $ti-icon-triangle-square-circle; +} +.#{$ti-prefix}-triangle-square-circle-filled:before { + content: $ti-icon-triangle-square-circle-filled; +} +.#{$ti-prefix}-triangles:before { + content: $ti-icon-triangles; +} +.#{$ti-prefix}-trident:before { + content: $ti-icon-trident; +} +.#{$ti-prefix}-trolley:before { + content: $ti-icon-trolley; +} +.#{$ti-prefix}-trophy:before { + content: $ti-icon-trophy; +} +.#{$ti-prefix}-trophy-filled:before { + content: $ti-icon-trophy-filled; +} +.#{$ti-prefix}-trophy-off:before { + content: $ti-icon-trophy-off; +} +.#{$ti-prefix}-trowel:before { + content: $ti-icon-trowel; +} +.#{$ti-prefix}-truck:before { + content: $ti-icon-truck; +} +.#{$ti-prefix}-truck-delivery:before { + content: $ti-icon-truck-delivery; +} +.#{$ti-prefix}-truck-loading:before { + content: $ti-icon-truck-loading; +} +.#{$ti-prefix}-truck-off:before { + content: $ti-icon-truck-off; +} +.#{$ti-prefix}-truck-return:before { + content: $ti-icon-truck-return; +} +.#{$ti-prefix}-txt:before { + content: $ti-icon-txt; +} +.#{$ti-prefix}-typeface:before { + content: $ti-icon-typeface; +} +.#{$ti-prefix}-typography:before { + content: $ti-icon-typography; +} +.#{$ti-prefix}-typography-off:before { + content: $ti-icon-typography-off; +} +.#{$ti-prefix}-ufo:before { + content: $ti-icon-ufo; +} +.#{$ti-prefix}-ufo-off:before { + content: $ti-icon-ufo-off; +} +.#{$ti-prefix}-umbrella:before { + content: $ti-icon-umbrella; +} +.#{$ti-prefix}-umbrella-filled:before { + content: $ti-icon-umbrella-filled; +} +.#{$ti-prefix}-umbrella-off:before { + content: $ti-icon-umbrella-off; +} +.#{$ti-prefix}-underline:before { + content: $ti-icon-underline; +} +.#{$ti-prefix}-universe:before { + content: $ti-icon-universe; +} +.#{$ti-prefix}-unlink:before { + content: $ti-icon-unlink; +} +.#{$ti-prefix}-upload:before { + content: $ti-icon-upload; +} +.#{$ti-prefix}-urgent:before { + content: $ti-icon-urgent; +} +.#{$ti-prefix}-usb:before { + content: $ti-icon-usb; +} +.#{$ti-prefix}-user:before { + content: $ti-icon-user; +} +.#{$ti-prefix}-user-bolt:before { + content: $ti-icon-user-bolt; +} +.#{$ti-prefix}-user-cancel:before { + content: $ti-icon-user-cancel; +} +.#{$ti-prefix}-user-check:before { + content: $ti-icon-user-check; +} +.#{$ti-prefix}-user-circle:before { + content: $ti-icon-user-circle; +} +.#{$ti-prefix}-user-code:before { + content: $ti-icon-user-code; +} +.#{$ti-prefix}-user-cog:before { + content: $ti-icon-user-cog; +} +.#{$ti-prefix}-user-dollar:before { + content: $ti-icon-user-dollar; +} +.#{$ti-prefix}-user-down:before { + content: $ti-icon-user-down; +} +.#{$ti-prefix}-user-edit:before { + content: $ti-icon-user-edit; +} +.#{$ti-prefix}-user-exclamation:before { + content: $ti-icon-user-exclamation; +} +.#{$ti-prefix}-user-filled:before { + content: $ti-icon-user-filled; +} +.#{$ti-prefix}-user-heart:before { + content: $ti-icon-user-heart; +} +.#{$ti-prefix}-user-hexagon:before { + content: $ti-icon-user-hexagon; +} +.#{$ti-prefix}-user-minus:before { + content: $ti-icon-user-minus; +} +.#{$ti-prefix}-user-off:before { + content: $ti-icon-user-off; +} +.#{$ti-prefix}-user-pause:before { + content: $ti-icon-user-pause; +} +.#{$ti-prefix}-user-pentagon:before { + content: $ti-icon-user-pentagon; +} +.#{$ti-prefix}-user-pin:before { + content: $ti-icon-user-pin; +} +.#{$ti-prefix}-user-plus:before { + content: $ti-icon-user-plus; +} +.#{$ti-prefix}-user-question:before { + content: $ti-icon-user-question; +} +.#{$ti-prefix}-user-scan:before { + content: $ti-icon-user-scan; +} +.#{$ti-prefix}-user-search:before { + content: $ti-icon-user-search; +} +.#{$ti-prefix}-user-share:before { + content: $ti-icon-user-share; +} +.#{$ti-prefix}-user-shield:before { + content: $ti-icon-user-shield; +} +.#{$ti-prefix}-user-square:before { + content: $ti-icon-user-square; +} +.#{$ti-prefix}-user-square-rounded:before { + content: $ti-icon-user-square-rounded; +} +.#{$ti-prefix}-user-star:before { + content: $ti-icon-user-star; +} +.#{$ti-prefix}-user-up:before { + content: $ti-icon-user-up; +} +.#{$ti-prefix}-user-x:before { + content: $ti-icon-user-x; +} +.#{$ti-prefix}-users:before { + content: $ti-icon-users; +} +.#{$ti-prefix}-users-group:before { + content: $ti-icon-users-group; +} +.#{$ti-prefix}-users-minus:before { + content: $ti-icon-users-minus; +} +.#{$ti-prefix}-users-plus:before { + content: $ti-icon-users-plus; +} +.#{$ti-prefix}-uv-index:before { + content: $ti-icon-uv-index; +} +.#{$ti-prefix}-ux-circle:before { + content: $ti-icon-ux-circle; +} +.#{$ti-prefix}-vaccine:before { + content: $ti-icon-vaccine; +} +.#{$ti-prefix}-vaccine-bottle:before { + content: $ti-icon-vaccine-bottle; +} +.#{$ti-prefix}-vaccine-bottle-off:before { + content: $ti-icon-vaccine-bottle-off; +} +.#{$ti-prefix}-vaccine-off:before { + content: $ti-icon-vaccine-off; +} +.#{$ti-prefix}-vacuum-cleaner:before { + content: $ti-icon-vacuum-cleaner; +} +.#{$ti-prefix}-variable:before { + content: $ti-icon-variable; +} +.#{$ti-prefix}-variable-minus:before { + content: $ti-icon-variable-minus; +} +.#{$ti-prefix}-variable-off:before { + content: $ti-icon-variable-off; +} +.#{$ti-prefix}-variable-plus:before { + content: $ti-icon-variable-plus; +} +.#{$ti-prefix}-vector:before { + content: $ti-icon-vector; +} +.#{$ti-prefix}-vector-bezier:before { + content: $ti-icon-vector-bezier; +} +.#{$ti-prefix}-vector-bezier-2:before { + content: $ti-icon-vector-bezier-2; +} +.#{$ti-prefix}-vector-bezier-arc:before { + content: $ti-icon-vector-bezier-arc; +} +.#{$ti-prefix}-vector-bezier-circle:before { + content: $ti-icon-vector-bezier-circle; +} +.#{$ti-prefix}-vector-off:before { + content: $ti-icon-vector-off; +} +.#{$ti-prefix}-vector-spline:before { + content: $ti-icon-vector-spline; +} +.#{$ti-prefix}-vector-triangle:before { + content: $ti-icon-vector-triangle; +} +.#{$ti-prefix}-vector-triangle-off:before { + content: $ti-icon-vector-triangle-off; +} +.#{$ti-prefix}-venus:before { + content: $ti-icon-venus; +} +.#{$ti-prefix}-versions:before { + content: $ti-icon-versions; +} +.#{$ti-prefix}-versions-filled:before { + content: $ti-icon-versions-filled; +} +.#{$ti-prefix}-versions-off:before { + content: $ti-icon-versions-off; +} +.#{$ti-prefix}-video:before { + content: $ti-icon-video; +} +.#{$ti-prefix}-video-minus:before { + content: $ti-icon-video-minus; +} +.#{$ti-prefix}-video-off:before { + content: $ti-icon-video-off; +} +.#{$ti-prefix}-video-plus:before { + content: $ti-icon-video-plus; +} +.#{$ti-prefix}-view-360:before { + content: $ti-icon-view-360; +} +.#{$ti-prefix}-view-360-arrow:before { + content: $ti-icon-view-360-arrow; +} +.#{$ti-prefix}-view-360-number:before { + content: $ti-icon-view-360-number; +} +.#{$ti-prefix}-view-360-off:before { + content: $ti-icon-view-360-off; +} +.#{$ti-prefix}-viewfinder:before { + content: $ti-icon-viewfinder; +} +.#{$ti-prefix}-viewfinder-off:before { + content: $ti-icon-viewfinder-off; +} +.#{$ti-prefix}-viewport-narrow:before { + content: $ti-icon-viewport-narrow; +} +.#{$ti-prefix}-viewport-wide:before { + content: $ti-icon-viewport-wide; +} +.#{$ti-prefix}-vinyl:before { + content: $ti-icon-vinyl; +} +.#{$ti-prefix}-vip:before { + content: $ti-icon-vip; +} +.#{$ti-prefix}-vip-off:before { + content: $ti-icon-vip-off; +} +.#{$ti-prefix}-virus:before { + content: $ti-icon-virus; +} +.#{$ti-prefix}-virus-off:before { + content: $ti-icon-virus-off; +} +.#{$ti-prefix}-virus-search:before { + content: $ti-icon-virus-search; +} +.#{$ti-prefix}-vocabulary:before { + content: $ti-icon-vocabulary; +} +.#{$ti-prefix}-vocabulary-off:before { + content: $ti-icon-vocabulary-off; +} +.#{$ti-prefix}-volcano:before { + content: $ti-icon-volcano; +} +.#{$ti-prefix}-volume:before { + content: $ti-icon-volume; +} +.#{$ti-prefix}-volume-2:before { + content: $ti-icon-volume-2; +} +.#{$ti-prefix}-volume-3:before { + content: $ti-icon-volume-3; +} +.#{$ti-prefix}-volume-off:before { + content: $ti-icon-volume-off; +} +.#{$ti-prefix}-vs:before { + content: $ti-icon-vs; +} +.#{$ti-prefix}-walk:before { + content: $ti-icon-walk; +} +.#{$ti-prefix}-wall:before { + content: $ti-icon-wall; +} +.#{$ti-prefix}-wall-off:before { + content: $ti-icon-wall-off; +} +.#{$ti-prefix}-wallet:before { + content: $ti-icon-wallet; +} +.#{$ti-prefix}-wallet-off:before { + content: $ti-icon-wallet-off; +} +.#{$ti-prefix}-wallpaper:before { + content: $ti-icon-wallpaper; +} +.#{$ti-prefix}-wallpaper-off:before { + content: $ti-icon-wallpaper-off; +} +.#{$ti-prefix}-wand:before { + content: $ti-icon-wand; +} +.#{$ti-prefix}-wand-off:before { + content: $ti-icon-wand-off; +} +.#{$ti-prefix}-wash:before { + content: $ti-icon-wash; +} +.#{$ti-prefix}-wash-dry:before { + content: $ti-icon-wash-dry; +} +.#{$ti-prefix}-wash-dry-1:before { + content: $ti-icon-wash-dry-1; +} +.#{$ti-prefix}-wash-dry-2:before { + content: $ti-icon-wash-dry-2; +} +.#{$ti-prefix}-wash-dry-3:before { + content: $ti-icon-wash-dry-3; +} +.#{$ti-prefix}-wash-dry-a:before { + content: $ti-icon-wash-dry-a; +} +.#{$ti-prefix}-wash-dry-dip:before { + content: $ti-icon-wash-dry-dip; +} +.#{$ti-prefix}-wash-dry-f:before { + content: $ti-icon-wash-dry-f; +} +.#{$ti-prefix}-wash-dry-flat:before { + content: $ti-icon-wash-dry-flat; +} +.#{$ti-prefix}-wash-dry-hang:before { + content: $ti-icon-wash-dry-hang; +} +.#{$ti-prefix}-wash-dry-off:before { + content: $ti-icon-wash-dry-off; +} +.#{$ti-prefix}-wash-dry-p:before { + content: $ti-icon-wash-dry-p; +} +.#{$ti-prefix}-wash-dry-shade:before { + content: $ti-icon-wash-dry-shade; +} +.#{$ti-prefix}-wash-dry-w:before { + content: $ti-icon-wash-dry-w; +} +.#{$ti-prefix}-wash-dryclean:before { + content: $ti-icon-wash-dryclean; +} +.#{$ti-prefix}-wash-dryclean-off:before { + content: $ti-icon-wash-dryclean-off; +} +.#{$ti-prefix}-wash-eco:before { + content: $ti-icon-wash-eco; +} +.#{$ti-prefix}-wash-gentle:before { + content: $ti-icon-wash-gentle; +} +.#{$ti-prefix}-wash-hand:before { + content: $ti-icon-wash-hand; +} +.#{$ti-prefix}-wash-machine:before { + content: $ti-icon-wash-machine; +} +.#{$ti-prefix}-wash-off:before { + content: $ti-icon-wash-off; +} +.#{$ti-prefix}-wash-press:before { + content: $ti-icon-wash-press; +} +.#{$ti-prefix}-wash-temperature-1:before { + content: $ti-icon-wash-temperature-1; +} +.#{$ti-prefix}-wash-temperature-2:before { + content: $ti-icon-wash-temperature-2; +} +.#{$ti-prefix}-wash-temperature-3:before { + content: $ti-icon-wash-temperature-3; +} +.#{$ti-prefix}-wash-temperature-4:before { + content: $ti-icon-wash-temperature-4; +} +.#{$ti-prefix}-wash-temperature-5:before { + content: $ti-icon-wash-temperature-5; +} +.#{$ti-prefix}-wash-temperature-6:before { + content: $ti-icon-wash-temperature-6; +} +.#{$ti-prefix}-wash-tumble-dry:before { + content: $ti-icon-wash-tumble-dry; +} +.#{$ti-prefix}-wash-tumble-off:before { + content: $ti-icon-wash-tumble-off; +} +.#{$ti-prefix}-waterpolo:before { + content: $ti-icon-waterpolo; +} +.#{$ti-prefix}-wave-saw-tool:before { + content: $ti-icon-wave-saw-tool; +} +.#{$ti-prefix}-wave-sine:before { + content: $ti-icon-wave-sine; +} +.#{$ti-prefix}-wave-square:before { + content: $ti-icon-wave-square; +} +.#{$ti-prefix}-waves-electricity:before { + content: $ti-icon-waves-electricity; +} +.#{$ti-prefix}-webhook:before { + content: $ti-icon-webhook; +} +.#{$ti-prefix}-webhook-off:before { + content: $ti-icon-webhook-off; +} +.#{$ti-prefix}-weight:before { + content: $ti-icon-weight; +} +.#{$ti-prefix}-wheel:before { + content: $ti-icon-wheel; +} +.#{$ti-prefix}-wheelchair:before { + content: $ti-icon-wheelchair; +} +.#{$ti-prefix}-wheelchair-off:before { + content: $ti-icon-wheelchair-off; +} +.#{$ti-prefix}-whirl:before { + content: $ti-icon-whirl; +} +.#{$ti-prefix}-wifi:before { + content: $ti-icon-wifi; +} +.#{$ti-prefix}-wifi-0:before { + content: $ti-icon-wifi-0; +} +.#{$ti-prefix}-wifi-1:before { + content: $ti-icon-wifi-1; +} +.#{$ti-prefix}-wifi-2:before { + content: $ti-icon-wifi-2; +} +.#{$ti-prefix}-wifi-off:before { + content: $ti-icon-wifi-off; +} +.#{$ti-prefix}-wind:before { + content: $ti-icon-wind; +} +.#{$ti-prefix}-wind-electricity:before { + content: $ti-icon-wind-electricity; +} +.#{$ti-prefix}-wind-off:before { + content: $ti-icon-wind-off; +} +.#{$ti-prefix}-windmill:before { + content: $ti-icon-windmill; +} +.#{$ti-prefix}-windmill-filled:before { + content: $ti-icon-windmill-filled; +} +.#{$ti-prefix}-windmill-off:before { + content: $ti-icon-windmill-off; +} +.#{$ti-prefix}-window:before { + content: $ti-icon-window; +} +.#{$ti-prefix}-window-maximize:before { + content: $ti-icon-window-maximize; +} +.#{$ti-prefix}-window-minimize:before { + content: $ti-icon-window-minimize; +} +.#{$ti-prefix}-window-off:before { + content: $ti-icon-window-off; +} +.#{$ti-prefix}-windsock:before { + content: $ti-icon-windsock; +} +.#{$ti-prefix}-wiper:before { + content: $ti-icon-wiper; +} +.#{$ti-prefix}-wiper-wash:before { + content: $ti-icon-wiper-wash; +} +.#{$ti-prefix}-woman:before { + content: $ti-icon-woman; +} +.#{$ti-prefix}-woman-filled:before { + content: $ti-icon-woman-filled; +} +.#{$ti-prefix}-wood:before { + content: $ti-icon-wood; +} +.#{$ti-prefix}-world:before { + content: $ti-icon-world; +} +.#{$ti-prefix}-world-bolt:before { + content: $ti-icon-world-bolt; +} +.#{$ti-prefix}-world-cancel:before { + content: $ti-icon-world-cancel; +} +.#{$ti-prefix}-world-check:before { + content: $ti-icon-world-check; +} +.#{$ti-prefix}-world-code:before { + content: $ti-icon-world-code; +} +.#{$ti-prefix}-world-cog:before { + content: $ti-icon-world-cog; +} +.#{$ti-prefix}-world-dollar:before { + content: $ti-icon-world-dollar; +} +.#{$ti-prefix}-world-down:before { + content: $ti-icon-world-down; +} +.#{$ti-prefix}-world-download:before { + content: $ti-icon-world-download; +} +.#{$ti-prefix}-world-exclamation:before { + content: $ti-icon-world-exclamation; +} +.#{$ti-prefix}-world-heart:before { + content: $ti-icon-world-heart; +} +.#{$ti-prefix}-world-latitude:before { + content: $ti-icon-world-latitude; +} +.#{$ti-prefix}-world-longitude:before { + content: $ti-icon-world-longitude; +} +.#{$ti-prefix}-world-minus:before { + content: $ti-icon-world-minus; +} +.#{$ti-prefix}-world-off:before { + content: $ti-icon-world-off; +} +.#{$ti-prefix}-world-pause:before { + content: $ti-icon-world-pause; +} +.#{$ti-prefix}-world-pin:before { + content: $ti-icon-world-pin; +} +.#{$ti-prefix}-world-plus:before { + content: $ti-icon-world-plus; +} +.#{$ti-prefix}-world-question:before { + content: $ti-icon-world-question; +} +.#{$ti-prefix}-world-search:before { + content: $ti-icon-world-search; +} +.#{$ti-prefix}-world-share:before { + content: $ti-icon-world-share; +} +.#{$ti-prefix}-world-star:before { + content: $ti-icon-world-star; +} +.#{$ti-prefix}-world-up:before { + content: $ti-icon-world-up; +} +.#{$ti-prefix}-world-upload:before { + content: $ti-icon-world-upload; +} +.#{$ti-prefix}-world-www:before { + content: $ti-icon-world-www; +} +.#{$ti-prefix}-world-x:before { + content: $ti-icon-world-x; +} +.#{$ti-prefix}-wrecking-ball:before { + content: $ti-icon-wrecking-ball; +} +.#{$ti-prefix}-writing:before { + content: $ti-icon-writing; +} +.#{$ti-prefix}-writing-off:before { + content: $ti-icon-writing-off; +} +.#{$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}-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; +} +.#{$ti-prefix}-xbox-b-filled:before { + content: $ti-icon-xbox-b-filled; +} +.#{$ti-prefix}-xbox-x:before { + content: $ti-icon-xbox-x; +} +.#{$ti-prefix}-xbox-x-filled:before { + content: $ti-icon-xbox-x-filled; +} +.#{$ti-prefix}-xbox-y:before { + content: $ti-icon-xbox-y; +} +.#{$ti-prefix}-xbox-y-filled:before { + content: $ti-icon-xbox-y-filled; +} +.#{$ti-prefix}-xd:before { + content: $ti-icon-xd; +} +.#{$ti-prefix}-xxx:before { + content: $ti-icon-xxx; +} +.#{$ti-prefix}-yin-yang:before { + content: $ti-icon-yin-yang; +} +.#{$ti-prefix}-yin-yang-filled:before { + content: $ti-icon-yin-yang-filled; +} +.#{$ti-prefix}-yoga:before { + content: $ti-icon-yoga; +} +.#{$ti-prefix}-zeppelin:before { + content: $ti-icon-zeppelin; +} +.#{$ti-prefix}-zeppelin-filled:before { + content: $ti-icon-zeppelin-filled; +} +.#{$ti-prefix}-zeppelin-off:before { + content: $ti-icon-zeppelin-off; +} +.#{$ti-prefix}-zip:before { + content: $ti-icon-zip; +} +.#{$ti-prefix}-zodiac-aquarius:before { + content: $ti-icon-zodiac-aquarius; +} +.#{$ti-prefix}-zodiac-aries:before { + content: $ti-icon-zodiac-aries; +} +.#{$ti-prefix}-zodiac-cancer:before { + content: $ti-icon-zodiac-cancer; +} +.#{$ti-prefix}-zodiac-capricorn:before { + content: $ti-icon-zodiac-capricorn; +} +.#{$ti-prefix}-zodiac-gemini:before { + content: $ti-icon-zodiac-gemini; +} +.#{$ti-prefix}-zodiac-leo:before { + content: $ti-icon-zodiac-leo; +} +.#{$ti-prefix}-zodiac-libra:before { + content: $ti-icon-zodiac-libra; +} +.#{$ti-prefix}-zodiac-pisces:before { + content: $ti-icon-zodiac-pisces; +} +.#{$ti-prefix}-zodiac-sagittarius:before { + content: $ti-icon-zodiac-sagittarius; +} +.#{$ti-prefix}-zodiac-scorpio:before { + content: $ti-icon-zodiac-scorpio; +} +.#{$ti-prefix}-zodiac-taurus:before { + content: $ti-icon-zodiac-taurus; +} +.#{$ti-prefix}-zodiac-virgo:before { + content: $ti-icon-zodiac-virgo; +} +.#{$ti-prefix}-zoom:before { + content: $ti-icon-zoom; +} +.#{$ti-prefix}-zoom-cancel:before { + content: $ti-icon-zoom-cancel; +} +.#{$ti-prefix}-zoom-cancel-filled:before { + content: $ti-icon-zoom-cancel-filled; +} +.#{$ti-prefix}-zoom-check:before { + content: $ti-icon-zoom-check; +} +.#{$ti-prefix}-zoom-check-filled:before { + content: $ti-icon-zoom-check-filled; +} +.#{$ti-prefix}-zoom-code:before { + content: $ti-icon-zoom-code; +} +.#{$ti-prefix}-zoom-code-filled:before { + content: $ti-icon-zoom-code-filled; +} +.#{$ti-prefix}-zoom-exclamation:before { + content: $ti-icon-zoom-exclamation; +} +.#{$ti-prefix}-zoom-exclamation-filled:before { + content: $ti-icon-zoom-exclamation-filled; +} +.#{$ti-prefix}-zoom-filled:before { + content: $ti-icon-zoom-filled; +} +.#{$ti-prefix}-zoom-in:before { + content: $ti-icon-zoom-in; +} +.#{$ti-prefix}-zoom-in-area:before { + content: $ti-icon-zoom-in-area; +} +.#{$ti-prefix}-zoom-in-area-filled:before { + content: $ti-icon-zoom-in-area-filled; +} +.#{$ti-prefix}-zoom-in-filled:before { + content: $ti-icon-zoom-in-filled; +} +.#{$ti-prefix}-zoom-money:before { + content: $ti-icon-zoom-money; +} +.#{$ti-prefix}-zoom-money-filled:before { + content: $ti-icon-zoom-money-filled; +} +.#{$ti-prefix}-zoom-out:before { + content: $ti-icon-zoom-out; +} +.#{$ti-prefix}-zoom-out-area:before { + content: $ti-icon-zoom-out-area; +} +.#{$ti-prefix}-zoom-out-area-filled:before { + content: $ti-icon-zoom-out-area-filled; +} +.#{$ti-prefix}-zoom-out-filled:before { + content: $ti-icon-zoom-out-filled; +} +.#{$ti-prefix}-zoom-pan:before { + content: $ti-icon-zoom-pan; +} +.#{$ti-prefix}-zoom-pan-filled:before { + content: $ti-icon-zoom-pan-filled; +} +.#{$ti-prefix}-zoom-question:before { + content: $ti-icon-zoom-question; +} +.#{$ti-prefix}-zoom-question-filled:before { + content: $ti-icon-zoom-question-filled; +} +.#{$ti-prefix}-zoom-replace:before { + content: $ti-icon-zoom-replace; +} +.#{$ti-prefix}-zoom-reset:before { + content: $ti-icon-zoom-reset; +} +.#{$ti-prefix}-zoom-scan:before { + content: $ti-icon-zoom-scan; +} +.#{$ti-prefix}-zoom-scan-filled:before { + content: $ti-icon-zoom-scan-filled; +} +.#{$ti-prefix}-zzz:before { + content: $ti-icon-zzz; +} +.#{$ti-prefix}-zzz-off:before { + content: $ti-icon-zzz-off; +} + +// Aliases +.#{$ti-prefix}-123:before { + content: $ti-icon-number-123; +} +.#{$ti-prefix}-360:before { + content: $ti-icon-view-360-arrow; +} +.#{$ti-prefix}-code-asterix:before { + content: $ti-icon-code-asterisk; +} +.#{$ti-prefix}-discount-2:before { + content: $ti-icon-rosette-discount; +} +.#{$ti-prefix}-discount-2-off:before { + content: $ti-icon-rosette-discount-off; +} +.#{$ti-prefix}-discount-check:before { + content: $ti-icon-rosette-discount-check; +} +.#{$ti-prefix}-hand-rock:before { + content: $ti-icon-hand-love-you; +} +.#{$ti-prefix}-sort-deacending-small-big:before { + content: $ti-icon-sort-descending-small-big; +} +.#{$ti-prefix}-shi-jumping:before { + content: $ti-icon-ski-jumping; +} +.#{$ti-prefix}-box-seam:before { + content: $ti-icon-package; +} +.#{$ti-prefix}-kering:before { + content: $ti-icon-kerning; +} +.#{$ti-prefix}-2fa:before { + content: $ti-icon-auth-2fa; +} +.#{$ti-prefix}-3d-cube-sphere:before { + content: $ti-icon-cube-3d-sphere; +} +.#{$ti-prefix}-3d-cube-sphere-off:before { + content: $ti-icon-cube-3d-sphere-off; +} +.#{$ti-prefix}-3d-rotate:before { + content: $ti-icon-rotate-3d; +} +.#{$ti-prefix}-12-hours:before { + content: $ti-icon-hours-12; +} +.#{$ti-prefix}-24-hours:before { + content: $ti-icon-hours-24; +} +.#{$ti-prefix}-360-view:before { + content: $ti-icon-view-360-number; +} +.#{$ti-prefix}-circle-0:before { + content: $ti-icon-circle-number-0; +} +.#{$ti-prefix}-circle-1:before { + content: $ti-icon-circle-number-1; +} +.#{$ti-prefix}-circle-2:before { + content: $ti-icon-circle-number-2; +} +.#{$ti-prefix}-circle-3:before { + content: $ti-icon-circle-number-3; +} +.#{$ti-prefix}-circle-4:before { + content: $ti-icon-circle-number-4; +} +.#{$ti-prefix}-circle-5:before { + content: $ti-icon-circle-number-5; +} +.#{$ti-prefix}-circle-6:before { + content: $ti-icon-circle-number-6; +} +.#{$ti-prefix}-circle-7:before { + content: $ti-icon-circle-number-7; +} +.#{$ti-prefix}-circle-8:before { + content: $ti-icon-circle-number-8; +} +.#{$ti-prefix}-circle-9:before { + content: $ti-icon-circle-number-9; +} +.#{$ti-prefix}-hexagon-0:before { + content: $ti-icon-hexagon-number-0; +} +.#{$ti-prefix}-hexagon-1:before { + content: $ti-icon-hexagon-number-1; +} +.#{$ti-prefix}-hexagon-2:before { + content: $ti-icon-hexagon-number-2; +} +.#{$ti-prefix}-hexagon-3:before { + content: $ti-icon-hexagon-number-3; +} +.#{$ti-prefix}-hexagon-4:before { + content: $ti-icon-hexagon-number-4; +} +.#{$ti-prefix}-hexagon-5:before { + content: $ti-icon-hexagon-number-5; +} +.#{$ti-prefix}-hexagon-6:before { + content: $ti-icon-hexagon-number-6; +} +.#{$ti-prefix}-hexagon-7:before { + content: $ti-icon-hexagon-number-7; +} +.#{$ti-prefix}-hexagon-8:before { + content: $ti-icon-hexagon-number-8; +} +.#{$ti-prefix}-hexagon-9:before { + content: $ti-icon-hexagon-number-9; +} +.#{$ti-prefix}-square-0:before { + content: $ti-icon-square-number-0; +} +.#{$ti-prefix}-square-1:before { + content: $ti-icon-square-number-1; +} +.#{$ti-prefix}-square-2:before { + content: $ti-icon-square-number-2; +} +.#{$ti-prefix}-square-3:before { + content: $ti-icon-square-number-3; +} +.#{$ti-prefix}-square-4:before { + content: $ti-icon-square-number-4; +} +.#{$ti-prefix}-square-5:before { + content: $ti-icon-square-number-5; +} +.#{$ti-prefix}-square-6:before { + content: $ti-icon-square-number-6; +} +.#{$ti-prefix}-square-7:before { + content: $ti-icon-square-number-7; +} +.#{$ti-prefix}-square-8:before { + content: $ti-icon-square-number-8; +} +.#{$ti-prefix}-square-9:before { + content: $ti-icon-square-number-9; +} +.#{$ti-prefix}-discount-check-filled:before { + content: $ti-icon-rosette-discount-check-filled; +} diff --git a/assets/audio/epicaly-short-113909.mp3 b/assets/audio/epicaly-short-113909.mp3 new file mode 100644 index 0000000000000..5fd64b91becdf Binary files /dev/null and b/assets/audio/epicaly-short-113909.mp3 differ diff --git a/assets/css/academicons.min.css b/assets/css/academicons.min.css new file mode 100644 index 0000000000000..29a4f848aee31 --- /dev/null +++ b/assets/css/academicons.min.css @@ -0,0 +1 @@ + @font-face {font-family: 'Academicons';font-style: normal;font-weight: 400;font-display: block;src:url('../fonts/academicons.eot');src:url('../fonts/academicons.eot') format('embedded-opentype'), url('../fonts/academicons.ttf') format('truetype'), url('../fonts/academicons.woff') format('woff'), url('../fonts/academicons.svg') format('svg');}.ai {font-family: 'Academicons';font-weight: 400;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;}.ai-academia:before {content: "\e9af";}.ai-academia-square:before {content: "\e93d";}.ai-acclaim:before {content: "\e92e";}.ai-acclaim-square:before {content: "\e93a";}.ai-acm:before {content: "\e93c";}.ai-acm-square:before {content: "\e95d";}.ai-acmdl:before {content: "\e96a";}.ai-acmdl-square:before {content: "\e9d3";}.ai-ads:before {content: "\e9cb";}.ai-ads-square:before {content: "\e94a";}.ai-africarxiv:before {content: "\e91b";}.ai-africarxiv-square:before {content: "\e90b";}.ai-archive:before {content: "\e955";}.ai-archive-square:before {content: "\e956";}.ai-arxiv:before {content: "\e974";}.ai-arxiv-square:before {content: "\e9a6";}.ai-biorxiv:before {content: "\e9a2";}.ai-biorxiv-square:before {content: "\e98b";}.ai-ceur:before {content: "\e96d";}.ai-ceur-square:before {content: "\e92f";}.ai-ciencia-vitae:before {content: "\e912";}.ai-ciencia-vitae-square:before {content: "\e913";}.ai-clarivate:before {content: "\e924";}.ai-clarivate-square:before {content: "\e925";}.ai-closed-access:before {content: "\e942";}.ai-closed-access-square:before {content: "\e943";}.ai-conversation:before {content: "\e94c";}.ai-conversation-square:before {content: "\e915";}.ai-coursera:before {content: "\e95f";}.ai-coursera-square:before {content: "\e97f";}.ai-crossref:before {content: "\e918";}.ai-crossref-square:before {content: "\e919";}.ai-cv:before {content: "\e9a5";}.ai-cv-square:before {content: "\e90a";}.ai-datacite:before {content: "\e91c";}.ai-datacite-square:before {content: "\e91d";}.ai-dataverse:before {content: "\e9f7";}.ai-dataverse-square:before {content: "\e9e4";}.ai-dblp:before {content: "\e94f";}.ai-dblp-square:before {content: "\e93f";}.ai-depsy:before {content: "\e97a";}.ai-depsy-square:before {content: "\e94b";}.ai-doi:before {content: "\e97e";}.ai-doi-square:before {content: "\e98f";}.ai-dryad:before {content: "\e97c";}.ai-dryad-square:before {content: "\e98c";}.ai-elsevier:before {content: "\e961";}.ai-elsevier-square:before {content: "\e910";}.ai-figshare:before {content: "\e981";}.ai-figshare-square:before {content: "\e9e7";}.ai-google-scholar:before {content: "\e9d4";}.ai-google-scholar-square:before {content: "\e9f9";}.ai-hal:before {content: "\e92c";}.ai-hal-square:before {content: "\e92d";}.ai-hypothesis:before {content: "\e95a";}.ai-hypothesis-square:before {content: "\e95b";}.ai-ideas-repec:before {content: "\e9ed";}.ai-ideas-repec-square:before {content: "\e9f8";}.ai-ieee:before {content: "\e929";}.ai-ieee-square:before {content: "\e9b9";}.ai-impactstory:before {content: "\e9cf";}.ai-impactstory-square:before {content: "\e9aa";}.ai-inaturalist:before {content: "\e900";}.ai-inaturalist-square:before {content: "\e901";}.ai-inpn:before {content: "\e902";}.ai-inpn-square:before {content: "\e903";}.ai-inspire:before {content: "\e9e9";}.ai-inspire-square:before {content: "\e9fe";}.ai-isidore:before {content: "\e936";}.ai-isidore-square:before {content: "\e954";}.ai-isni:before {content: "\e957";}.ai-isni-square:before {content: "\e958";}.ai-jstor:before {content: "\e938";}.ai-jstor-square:before {content: "\e944";}.ai-lattes:before {content: "\e9b3";}.ai-lattes-square:before {content: "\e99c";}.ai-mathoverflow:before {content: "\e9f6";}.ai-mathoverflow-square:before {content: "\e97b";}.ai-mendeley:before {content: "\e9f0";}.ai-mendeley-square:before {content: "\e9f3";}.ai-moodle:before {content: "\e907";}.ai-moodle-square:before {content: "\e908";}.ai-mtmt:before {content: "\e950";}.ai-mtmt-square:before {content: "\e951";}.ai-nakala:before {content: "\e940";}.ai-nakala-square:before {content: "\e941";}.ai-obp:before {content: "\e92a";}.ai-obp-square:before {content: "\e92b";}.ai-open-access:before {content: "\e939";}.ai-open-access-square:before {content: "\e9f4";}.ai-open-data:before {content: "\e966";}.ai-open-data-square:before {content: "\e967";}.ai-open-materials:before {content: "\e968";}.ai-open-materials-square:before {content: "\e969";}.ai-openedition:before {content: "\e946";}.ai-openedition-square:before {content: "\e947";}.ai-orcid:before {content: "\e9d9";}.ai-orcid-square:before {content: "\e9c3";}.ai-osf:before {content: "\e9ef";}.ai-osf-square:before {content: "\e931";}.ai-overleaf:before {content: "\e914";}.ai-overleaf-square:before {content: "\e98d";}.ai-philpapers:before {content: "\e98a";}.ai-philpapers-square:before {content: "\e96f";}.ai-piazza:before {content: "\e99a";}.ai-piazza-square:before {content: "\e90c";}.ai-preregistered:before {content: "\e906";}.ai-preregistered-square:before {content: "\e96b";}.ai-protocols:before {content: "\e952";}.ai-protocols-square:before {content: "\e953";}.ai-psyarxiv:before {content: "\e90e";}.ai-psyarxiv-square:before {content: "\e90f";}.ai-publons:before {content: "\e937";}.ai-publons-square:before {content: "\e94e";}.ai-pubmed:before {content: "\e99f";}.ai-pubmed-square:before {content: "\e97d";}.ai-pubpeer:before {content: "\e922";}.ai-pubpeer-square:before {content: "\e923";}.ai-researcherid:before {content: "\e91a";}.ai-researcherid-square:before {content: "\e95c";}.ai-researchgate:before {content: "\e95e";}.ai-researchgate-square:before {content: "\e99e";}.ai-ror:before {content: "\e948";}.ai-ror-square:before {content: "\e949";}.ai-sci-hub:before {content: "\e959";}.ai-sci-hub-square:before {content: "\e905";}.ai-scirate:before {content: "\e98e";}.ai-scirate-square:before {content: "\e99d";}.ai-scopus:before {content: "\e91e";}.ai-scopus-square:before {content: "\e91f";}.ai-semantic-scholar:before {content: "\e96e";}.ai-semantic-scholar-square:before {content: "\e96c";}.ai-springer:before {content: "\e928";}.ai-springer-square:before {content: "\e99b";}.ai-ssrn:before {content: "\e916";}.ai-ssrn-square:before {content: "\e917";}.ai-stackoverflow:before {content: "\e920";}.ai-stackoverflow-square:before {content: "\e921";}.ai-viaf:before {content: "\e933";}.ai-viaf-square:before {content: "\e934";}.ai-wiley:before {content: "\e926";}.ai-wiley-square:before {content: "\e927";}.ai-zenodo:before {content: "\e911";}.ai-zotero:before {content: "\e962";}.ai-zotero-square:before {content: "\e932";}.ai-lg {font-size: 1.33333em;line-height: 0.75em;vertical-align: -.0667em;}.ai-xs {font-size: .75em;}.ai-sm {font-size: .875em;}.ai-1x {font-size: 1em;}.ai-2x {font-size: 2em;}.ai-3x {font-size: 3em;}.ai-4x {font-size: 4em;}.ai-5x {font-size: 5em;}.ai-6x {font-size: 6em;}.ai-7x {font-size: 7em;}.ai-8x {font-size: 8em;}.ai-9x {font-size: 9em;}.ai-10x {font-size: 10em;}.ai-fw {text-align: center;width: 1.25em;}.ai-ul {list-style-type: none;margin-left: 2.5em;padding-left: 0;}.ai-ul > li {position: relative;}.ai-li {left: -2em;position: absolute;text-align: center;width: 2em;line-height: inherit;}.ai-border {border: solid 0.08em #eee;border-radius: .1em;padding: .2em .25em .15em;}.ai-pull-left {float: left;}.ai-pull-right {float: right;}.ai.ai-pull-left {margin-right: .3em;}.ai.ai-pull-right {margin-right: .3em;}.ai-stack {display: inline-block;height: 2em;line-height: 2em;position: relative;vertical-align: middle;width: 2.5em;}.ai-stack-1x, .ai-stack-2x {left: 0;position: absolute;text-align: center;width: 100%;}.ai-stack-1x {line-height: inherit;}.ai-stack-2x {font-size: 2em;}.ai-inverse {color: #fff;} diff --git a/assets/css/bootstrap-toc.min.css b/assets/css/bootstrap-toc.min.css new file mode 100644 index 0000000000000..3c6210780b47b --- /dev/null +++ b/assets/css/bootstrap-toc.min.css @@ -0,0 +1,4 @@ +/*! + * Bootstrap Table of Contents v1.0.1 (http://afeld.github.io/bootstrap-toc/) + * Copyright 2015 Aidan Feldman + * Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */nav[data-toggle=toc] .nav>li>a{display:block;padding:4px 20px;font-size:13px;font-weight:500;color:#767676}nav[data-toggle=toc] .nav>li>a:focus,nav[data-toggle=toc] .nav>li>a:hover{padding-left:19px;color:#563d7c;text-decoration:none;background-color:transparent;border-left:1px solid #563d7c}nav[data-toggle=toc] .nav-link.active,nav[data-toggle=toc] .nav-link.active:focus,nav[data-toggle=toc] .nav-link.active:hover{padding-left:18px;font-weight:700;color:#563d7c;background-color:transparent;border-left:2px solid #563d7c}nav[data-toggle=toc] .nav-link+ul{display:none;padding-bottom:10px}nav[data-toggle=toc] .nav .nav>li>a{padding-top:1px;padding-bottom:1px;padding-left:30px;font-size:12px;font-weight:400}nav[data-toggle=toc] .nav .nav>li>a:focus,nav[data-toggle=toc] .nav .nav>li>a:hover{padding-left:29px}nav[data-toggle=toc] .nav .nav>li>.active,nav[data-toggle=toc] .nav .nav>li>.active:focus,nav[data-toggle=toc] .nav .nav>li>.active:hover{padding-left:28px;font-weight:500}nav[data-toggle=toc] .nav-link.active+ul{display:block} \ No newline at end of file diff --git a/assets/css/bootstrap.min.css b/assets/css/bootstrap.min.css new file mode 100644 index 0000000000000..83a71b1f50721 --- /dev/null +++ b/assets/css/bootstrap.min.css @@ -0,0 +1,7 @@ +/*! + * Bootstrap v4.6.2 (https://getbootstrap.com/) + * Copyright 2011-2022 The Bootstrap Authors + * Copyright 2011-2022 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/assets/css/bootstrap.min.css.map b/assets/css/bootstrap.min.css.map new file mode 100644 index 0000000000000..4eb4637915ea3 --- /dev/null +++ b/assets/css/bootstrap.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_reboot.scss","dist/css/bootstrap.css","../../scss/vendor/_rfs.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid-framework.scss","../../scss/_tables.scss","../../scss/mixins/_table-row.scss","../../scss/_forms.scss","../../scss/mixins/_transition.scss","../../scss/mixins/_forms.scss","../../scss/mixins/_gradients.scss","../../scss/_buttons.scss","../../scss/mixins/_buttons.scss","../../scss/_transitions.scss","../../scss/_dropdown.scss","../../scss/mixins/_caret.scss","../../scss/mixins/_nav-divider.scss","../../scss/_button-group.scss","../../scss/_input-group.scss","../../scss/_custom-forms.scss","../../scss/_nav.scss","../../scss/_navbar.scss","../../scss/_card.scss","../../scss/_breadcrumb.scss","../../scss/_pagination.scss","../../scss/mixins/_pagination.scss","../../scss/_badge.scss","../../scss/mixins/_badge.scss","../../scss/_jumbotron.scss","../../scss/_alert.scss","../../scss/mixins/_alert.scss","../../scss/_progress.scss","../../scss/_media.scss","../../scss/_list-group.scss","../../scss/mixins/_list-group.scss","../../scss/_close.scss","../../scss/_toasts.scss","../../scss/_modal.scss","../../scss/_tooltip.scss","../../scss/mixins/_reset-text.scss","../../scss/_popover.scss","../../scss/_carousel.scss","../../scss/mixins/_clearfix.scss","../../scss/_spinners.scss","../../scss/utilities/_align.scss","../../scss/mixins/_background-variant.scss","../../scss/utilities/_background.scss","../../scss/utilities/_borders.scss","../../scss/utilities/_display.scss","../../scss/utilities/_embed.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_float.scss","../../scss/utilities/_interactions.scss","../../scss/utilities/_overflow.scss","../../scss/utilities/_position.scss","../../scss/utilities/_screenreaders.scss","../../scss/mixins/_screen-reader.scss","../../scss/utilities/_shadows.scss","../../scss/utilities/_sizing.scss","../../scss/utilities/_spacing.scss","../../scss/utilities/_stretched-link.scss","../../scss/utilities/_text.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_text-emphasis.scss","../../scss/mixins/_text-hide.scss","../../scss/utilities/_visibility.scss","../../scss/_print.scss"],"names":[],"mappings":"AAAA;;;;;ACAA,MAGI,OAAA,QAAA,SAAA,QAAA,SAAA,QAAA,OAAA,QAAA,MAAA,QAAA,SAAA,QAAA,SAAA,QAAA,QAAA,QAAA,OAAA,QAAA,OAAA,QAAA,QAAA,KAAA,OAAA,QAAA,YAAA,QAIA,UAAA,QAAA,YAAA,QAAA,UAAA,QAAA,OAAA,QAAA,UAAA,QAAA,SAAA,QAAA,QAAA,QAAA,OAAA,QAIA,gBAAA,EAAA,gBAAA,MAAA,gBAAA,MAAA,gBAAA,MAAA,gBAAA,OAKF,yBAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,iBAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBACA,wBAAA,cAAA,CAAA,KAAA,CAAA,MAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,UCCF,ECqBA,QADA,SDjBE,WAAA,WAGF,KACE,YAAA,WACA,YAAA,KACA,yBAAA,KACA,4BAAA,YAMF,QAAA,MAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,IAAA,QACE,QAAA,MAUF,KACE,OAAA,EACA,YAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,iBAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBEqII,UAAA,KFnIJ,YAAA,IACA,YAAA,IACA,MAAA,QACA,WAAA,KACA,iBAAA,KGYF,0CHCE,QAAA,YASF,GACE,WAAA,YACA,OAAA,EACA,SAAA,QAaF,GAAA,GAAA,GAAA,GAAA,GAAA,GACE,WAAA,EACA,cAAA,MAOF,EACE,WAAA,EACA,cAAA,KChBF,0BD2BA,YAEE,gBAAA,UACA,wBAAA,UAAA,OAAA,gBAAA,UAAA,OACA,OAAA,KACA,cAAA,EACA,iCAAA,KAAA,yBAAA,KAGF,QACE,cAAA,KACA,WAAA,OACA,YAAA,QCrBF,GDwBA,GCzBA,GD4BE,WAAA,EACA,cAAA,KAGF,MCxBA,MACA,MAFA,MD6BE,cAAA,EAGF,GACE,YAAA,IAGF,GACE,cAAA,MACA,YAAA,EAGF,WACE,OAAA,EAAA,EAAA,KAGF,ECzBA,OD2BE,YAAA,OAGF,MEII,UAAA,IFKJ,IC9BA,IDgCE,SAAA,SEPE,UAAA,IFSF,YAAA,EACA,eAAA,SAGF,IAAM,OAAA,OACN,IAAM,IAAA,MAON,EACE,MAAA,QACA,gBAAA,KACA,iBAAA,YIhLA,QJmLE,MAAA,QACA,gBAAA,UASJ,2BACE,MAAA,QACA,gBAAA,KI/LA,iCJkME,MAAA,QACA,gBAAA,KC/BJ,KACA,IDuCA,ICtCA,KD0CE,YAAA,cAAA,CAAA,KAAA,CAAA,MAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,UExDE,UAAA,IF4DJ,IAEE,WAAA,EAEA,cAAA,KAEA,SAAA,KAGA,mBAAA,UAQF,OAEE,OAAA,EAAA,EAAA,KAQF,IACE,eAAA,OACA,aAAA,KAGF,IAGE,SAAA,OACA,eAAA,OAQF,MACE,gBAAA,SAGF,QACE,YAAA,OACA,eAAA,OACA,MAAA,QACA,WAAA,KACA,aAAA,OAOF,GAEE,WAAA,QACA,WAAA,qBAQF,MAEE,QAAA,aACA,cAAA,MAMF,OAEE,cAAA,EAQF,iCACE,QAAA,EChFF,ODmFA,MCjFA,SADA,OAEA,SDqFE,OAAA,EACA,YAAA,QEhKE,UAAA,QFkKF,YAAA,QAGF,OCnFA,MDqFE,SAAA,QAGF,OCnFA,ODqFE,eAAA,KGnFF,cH0FE,OAAA,QAMF,OACE,UAAA,OCtFF,cACA,aACA,cD2FA,OAIE,mBAAA,OC1FF,6BACA,4BACA,6BD6FE,sBAKI,OAAA,QC7FN,gCACA,+BACA,gCDiGA,yBAIE,QAAA,EACA,aAAA,KChGF,qBDmGA,kBAEE,WAAA,WACA,QAAA,EAIF,SACE,SAAA,KAEA,OAAA,SAGF,SAME,UAAA,EAEA,QAAA,EACA,OAAA,EACA,OAAA,EAKF,OACE,QAAA,MACA,MAAA,KACA,UAAA,KACA,QAAA,EACA,cAAA,ME9OI,UAAA,OFgPJ,YAAA,QACA,MAAA,QACA,YAAA,OAGF,SACE,eAAA,SG7GF,yCFGA,yCDgHE,OAAA,KG9GF,cHsHE,eAAA,KACA,mBAAA,KGlHF,yCH0HE,mBAAA,KAQF,6BACE,KAAA,QACA,mBAAA,OAOF,OACE,QAAA,aAGF,QACE,QAAA,UACA,OAAA,QAGF,SACE,QAAA,KG/HF,SHqIE,QAAA,eC9HF,IAAK,IAAK,IAAK,IAAK,IAAK,II9VzB,GAAA,GAAA,GAAA,GAAA,GAAA,GAEE,cAAA,MAEA,YAAA,IACA,YAAA,IAIF,IAAA,GHqKM,UAAA,OGpKN,IAAA,GHoKM,UAAA,KGnKN,IAAA,GHmKM,UAAA,QGlKN,IAAA,GHkKM,UAAA,OGjKN,IAAA,GHiKM,UAAA,QGhKN,IAAA,GHgKM,UAAA,KG9JN,MH8JM,UAAA,QG5JJ,YAAA,IAIF,WHwJM,UAAA,KGtJJ,YAAA,IACA,YAAA,IAEF,WHmJM,UAAA,OGjJJ,YAAA,IACA,YAAA,IAEF,WH8IM,UAAA,OG5IJ,YAAA,IACA,YAAA,IAEF,WHyIM,UAAA,OGvIJ,YAAA,IACA,YAAA,IL6BF,GKpBE,WAAA,KACA,cAAA,KACA,OAAA,EACA,WAAA,IAAA,MAAA,eJ6WF,OIrWA,MHkGI,UAAA,OG/FF,YAAA,IJwWF,MIrWA,KAEE,QAAA,KACA,iBAAA,QAQF,eC/EE,aAAA,EACA,WAAA,KDmFF,aCpFE,aAAA,EACA,WAAA,KDsFF,kBACE,QAAA,aADF,mCAII,aAAA,MAUJ,YH2DI,UAAA,IGzDF,eAAA,UAIF,YACE,cAAA,KHoEI,UAAA,QGhEN,mBACE,QAAA,MH+CE,UAAA,OG7CF,MAAA,QAHF,2BAMI,QAAA,aEnHJ,WCIE,UAAA,KAGA,OAAA,KDDF,eACE,QAAA,OACA,iBAAA,KACA,OAAA,IAAA,MAAA,QEEE,cAAA,ODPF,UAAA,KAGA,OAAA,KDcF,QAEE,QAAA,aAGF,YACE,cAAA,MACA,YAAA,EAGF,gBL8HI,UAAA,IK5HF,MAAA,QGvCF,KRmKI,UAAA,MQjKF,MAAA,QACA,UAAA,WAGA,OACE,MAAA,QAKJ,IACE,QAAA,MAAA,MRsJE,UAAA,MQpJF,MAAA,KACA,iBAAA,QDCE,cAAA,MCLJ,QASI,QAAA,ER8IA,UAAA,KQ5IA,YAAA,IVwMJ,IUjME,QAAA,MRqIE,UAAA,MQnIF,MAAA,QAHF,SRsII,UAAA,QQ9HA,MAAA,QACA,WAAA,OAKJ,gBACE,WAAA,MACA,WAAA,OCxCA,WVwhBF,iBAGA,cADA,cADA,cAGA,cW7hBE,MAAA,KACA,cAAA,KACA,aAAA,KACA,aAAA,KACA,YAAA,KCmDE,yBFzCE,WAAA,cACE,UAAA,OEwCJ,yBFzCE,WAAA,cAAA,cACE,UAAA,OEwCJ,yBFzCE,WAAA,cAAA,cAAA,cACE,UAAA,OEwCJ,0BFzCE,WAAA,cAAA,cAAA,cAAA,cACE,UAAA,QA4BN,KCnCA,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,aAAA,MACA,YAAA,MDsCA,YACE,aAAA,EACA,YAAA,EAFF,iBV2hBF,0BUrhBM,cAAA,EACA,aAAA,EGtDJ,KAAA,OAAA,QAAA,QAAA,QAAA,OAAA,OAAA,OAAA,OAAA,OAAA,OAAA,OAAA,ObglBF,UAEqJ,QAAvI,UAAmG,WAAY,WAAY,WAAhH,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UACtG,aAFqJ,QAAvI,UAAmG,WAAY,WAAY,WAAhH,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UACtG,aAFkJ,QAAvI,UAAmG,WAAY,WAAY,WAAhH,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UACnG,aAEqJ,QAAvI,UAAmG,WAAY,WAAY,WAAhH,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UACtG,aanlBI,SAAA,SACA,MAAA,KACA,cAAA,KACA,aAAA,KAsBE,KACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAKE,cFwBN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,UAAA,KEzBM,cFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,cFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEzBM,cFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,cFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,cFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEnBE,UFCJ,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KEGQ,OFbR,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UESQ,OFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,OFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,OFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,OFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,OFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,OFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,OFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,OFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,QFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,QFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,QFbR,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEeI,aAAwB,eAAA,GAAA,MAAA,GAExB,YAAuB,eAAA,GAAA,MAAA,GAGrB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,SAAwB,eAAA,EAAA,MAAA,EAAxB,UAAwB,eAAA,GAAA,MAAA,GAAxB,UAAwB,eAAA,GAAA,MAAA,GAAxB,UAAwB,eAAA,GAAA,MAAA,GAOpB,UFhBV,YAAA,UEgBU,UFhBV,YAAA,WEgBU,UFhBV,YAAA,IEgBU,UFhBV,YAAA,WEgBU,UFhBV,YAAA,WEgBU,UFhBV,YAAA,IEgBU,UFhBV,YAAA,WEgBU,UFhBV,YAAA,WEgBU,UFhBV,YAAA,IEgBU,WFhBV,YAAA,WEgBU,WFhBV,YAAA,WCKE,yBC3BE,QACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAKE,iBFwBN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,UAAA,KEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEnBE,aFCJ,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KEGQ,UFbR,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,WFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,WFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,WFbR,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEeI,gBAAwB,eAAA,GAAA,MAAA,GAExB,eAAuB,eAAA,GAAA,MAAA,GAGrB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAOpB,aFhBV,YAAA,EEgBU,aFhBV,YAAA,UEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,cFhBV,YAAA,WEgBU,cFhBV,YAAA,YCKE,yBC3BE,QACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAKE,iBFwBN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,UAAA,KEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEnBE,aFCJ,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KEGQ,UFbR,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,WFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,WFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,WFbR,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEeI,gBAAwB,eAAA,GAAA,MAAA,GAExB,eAAuB,eAAA,GAAA,MAAA,GAGrB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAOpB,aFhBV,YAAA,EEgBU,aFhBV,YAAA,UEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,cFhBV,YAAA,WEgBU,cFhBV,YAAA,YCKE,yBC3BE,QACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAKE,iBFwBN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,UAAA,KEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEnBE,aFCJ,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KEGQ,UFbR,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,WFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,WFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,WFbR,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEeI,gBAAwB,eAAA,GAAA,MAAA,GAExB,eAAuB,eAAA,GAAA,MAAA,GAGrB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAOpB,aFhBV,YAAA,EEgBU,aFhBV,YAAA,UEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,cFhBV,YAAA,WEgBU,cFhBV,YAAA,YCKE,0BC3BE,QACE,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,UAAA,KAKE,iBFwBN,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,UAAA,KEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IACA,UAAA,IEzBM,iBFwBN,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WACA,UAAA,WEnBE,aFCJ,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,UAAA,KEGQ,UFbR,SAAA,EAAA,EAAA,UAAA,KAAA,EAAA,EAAA,UAIA,UAAA,UESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,UFbR,SAAA,EAAA,EAAA,IAAA,KAAA,EAAA,EAAA,IAIA,UAAA,IESQ,WFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,WFbR,SAAA,EAAA,EAAA,WAAA,KAAA,EAAA,EAAA,WAIA,UAAA,WESQ,WFbR,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAIA,UAAA,KEeI,gBAAwB,eAAA,GAAA,MAAA,GAExB,eAAuB,eAAA,GAAA,MAAA,GAGrB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,YAAwB,eAAA,EAAA,MAAA,EAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAAxB,aAAwB,eAAA,GAAA,MAAA,GAOpB,aFhBV,YAAA,EEgBU,aFhBV,YAAA,UEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,WEgBU,aFhBV,YAAA,IEgBU,cFhBV,YAAA,WEgBU,cFhBV,YAAA,YGnDF,OACE,MAAA,KACA,cAAA,KACA,MAAA,Qd4nDF,Uc/nDA,UAQI,QAAA,OACA,eAAA,IACA,WAAA,IAAA,MAAA,QAVJ,gBAcI,eAAA,OACA,cAAA,IAAA,MAAA,QAfJ,mBAmBI,WAAA,IAAA,MAAA,Qd4nDJ,acnnDA,aAGI,QAAA,MASJ,gBACE,OAAA,IAAA,MAAA,Qd+mDF,mBchnDA,mBAKI,OAAA,IAAA,MAAA,QdgnDJ,yBcrnDA,yBAWM,oBAAA,IdinDN,8BAFA,qBc1mDA,qBd2mDA,2BctmDI,OAAA,EAQJ,yCAEI,iBAAA,gBX/DF,4BW2EI,MAAA,QACA,iBAAA,iBCnFJ,efkrDF,kBADA,kBe7qDM,iBAAA,QfqrDN,2BAFA,kBevrDE,kBfwrDF,wBe5qDQ,aAAA,QZLN,kCYiBM,iBAAA,QALN,qCf+qDF,qCetqDU,iBAAA,QA5BR,iBfwsDF,oBADA,oBensDM,iBAAA,Qf2sDN,6BAFA,oBe7sDE,oBf8sDF,0BelsDQ,aAAA,QZLN,oCYiBM,iBAAA,QALN,uCfqsDF,uCe5rDU,iBAAA,QA5BR,ef8tDF,kBADA,kBeztDM,iBAAA,QfiuDN,2BAFA,kBenuDE,kBfouDF,wBextDQ,aAAA,QZLN,kCYiBM,iBAAA,QALN,qCf2tDF,qCeltDU,iBAAA,QA5BR,YfovDF,eADA,ee/uDM,iBAAA,QfuvDN,wBAFA,eezvDE,ef0vDF,qBe9uDQ,aAAA,QZLN,+BYiBM,iBAAA,QALN,kCfivDF,kCexuDU,iBAAA,QA5BR,ef0wDF,kBADA,kBerwDM,iBAAA,Qf6wDN,2BAFA,kBe/wDE,kBfgxDF,wBepwDQ,aAAA,QZLN,kCYiBM,iBAAA,QALN,qCfuwDF,qCe9vDU,iBAAA,QA5BR,cfgyDF,iBADA,iBe3xDM,iBAAA,QfmyDN,0BAFA,iBeryDE,iBfsyDF,uBe1xDQ,aAAA,QZLN,iCYiBM,iBAAA,QALN,oCf6xDF,oCepxDU,iBAAA,QA5BR,afszDF,gBADA,gBejzDM,iBAAA,QfyzDN,yBAFA,gBe3zDE,gBf4zDF,sBehzDQ,aAAA,QZLN,gCYiBM,iBAAA,QALN,mCfmzDF,mCe1yDU,iBAAA,QA5BR,Yf40DF,eADA,eev0DM,iBAAA,Qf+0DN,wBAFA,eej1DE,efk1DF,qBet0DQ,aAAA,QZLN,+BYiBM,iBAAA,QALN,kCfy0DF,kCeh0DU,iBAAA,QA5BR,cfk2DF,iBADA,iBe71DM,iBAAA,iBZGJ,iCYiBM,iBAAA,iBALN,oCfw1DF,oCe/0DU,iBAAA,iBD8EV,sBAGM,MAAA,KACA,iBAAA,QACA,aAAA,QALN,uBAWM,MAAA,QACA,iBAAA,QACA,aAAA,QAKN,YACE,MAAA,KACA,iBAAA,QdmwDF,ecrwDA,edswDA,qBc/vDI,aAAA,QAPJ,2BAWI,OAAA,EAXJ,oDAgBM,iBAAA,sBXrIJ,uCW4IM,MAAA,KACA,iBAAA,uBFhFJ,4BEiGA,qBAEI,QAAA,MACA,MAAA,KACA,WAAA,KACA,2BAAA,MALH,qCASK,OAAA,GF1GN,4BEiGA,qBAEI,QAAA,MACA,MAAA,KACA,WAAA,KACA,2BAAA,MALH,qCASK,OAAA,GF1GN,4BEiGA,qBAEI,QAAA,MACA,MAAA,KACA,WAAA,KACA,2BAAA,MALH,qCASK,OAAA,GF1GN,6BEiGA,qBAEI,QAAA,MACA,MAAA,KACA,WAAA,KACA,2BAAA,MALH,qCASK,OAAA,GAdV,kBAOQ,QAAA,MACA,MAAA,KACA,WAAA,KACA,2BAAA,MAVR,kCAcU,OAAA,EE7KV,cACE,QAAA,MACA,MAAA,KACA,OAAA,2BACA,QAAA,QAAA,Of0KI,UAAA,KevKJ,YAAA,IACA,YAAA,IACA,MAAA,QACA,iBAAA,KACA,gBAAA,YACA,OAAA,IAAA,MAAA,QRAE,cAAA,OSFE,WAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YAIA,uCDdN,cCeQ,WAAA,MDfR,0BAsBI,iBAAA,YACA,OAAA,EEhBF,oBACE,MAAA,QACA,iBAAA,KACA,aAAA,QACA,QAAA,EAKE,WAAA,EAAA,EAAA,EAAA,MAAA,oBFhBN,yCA+BI,MAAA,QAEA,QAAA,EAjCJ,gCA+BI,MAAA,QAEA,QAAA,EAjCJ,oCA+BI,MAAA,QAEA,QAAA,EAjCJ,qCA+BI,MAAA,QAEA,QAAA,EAjCJ,2BA+BI,MAAA,QAEA,QAAA,EAjCJ,uBAAA,wBA2CI,iBAAA,QAEA,QAAA,EAIJ,8BhB+9DA,wCACA,+BAFA,8BgBz9DI,mBAAA,KAAA,gBAAA,KAAA,WAAA,KAIJ,mCAGI,MAAA,YACA,YAAA,EAAA,EAAA,EAAA,QAJJ,qCAaI,MAAA,QACA,iBAAA,KAKJ,mBhBq9DA,oBgBn9DE,QAAA,MACA,MAAA,KAUF,gBACE,YAAA,oBACA,eAAA,oBACA,cAAA,EfiEE,UAAA,Qe/DF,YAAA,IAGF,mBACE,YAAA,kBACA,eAAA,kBf0EI,UAAA,QexEJ,YAAA,IAGF,mBACE,YAAA,mBACA,eAAA,mBfmEI,UAAA,QejEJ,YAAA,IASF,wBACE,QAAA,MACA,MAAA,KACA,QAAA,QAAA,EACA,cAAA,EfoDI,UAAA,KelDJ,YAAA,IACA,MAAA,QACA,iBAAA,YACA,OAAA,MAAA,YACA,aAAA,IAAA,EAVF,wCAAA,wCAcI,cAAA,EACA,aAAA,EAYJ,iBACE,OAAA,0BACA,QAAA,OAAA,Mf2BI,UAAA,QezBJ,YAAA,IRzIE,cAAA,MQ6IJ,iBACE,OAAA,yBACA,QAAA,MAAA,KfmBI,UAAA,QejBJ,YAAA,IRjJE,cAAA,MQsJJ,8BAAA,0BAGI,OAAA,KAIJ,sBACE,OAAA,KAQF,YACE,cAAA,KAGF,WACE,QAAA,MACA,WAAA,OAQF,UACE,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,aAAA,KACA,YAAA,KAJF,ehB07DA,wBgBl7DI,cAAA,IACA,aAAA,IASJ,YACE,SAAA,SACA,QAAA,MACA,aAAA,QAGF,kBACE,SAAA,SACA,WAAA,MACA,YAAA,ShBi7DF,6CgBp7DA,8CAQI,MAAA,QAIJ,kBACE,cAAA,EAGF,mBACE,QAAA,mBAAA,QAAA,YACA,eAAA,OAAA,YAAA,OACA,aAAA,EACA,aAAA,OAJF,qCAQI,SAAA,OACA,WAAA,EACA,aAAA,SACA,YAAA,EE7MF,gBACE,QAAA,KACA,MAAA,KACA,WAAA,OjBqHA,UAAA,OiBnHA,MAAA,QAGF,eACE,SAAA,SACA,IAAA,KACA,KAAA,EACA,QAAA,EACA,QAAA,KACA,UAAA,KACA,QAAA,OAAA,MACA,WAAA,MjBwHE,UAAA,QiBtHF,YAAA,IACA,MAAA,KACA,iBAAA,mBV9CA,cAAA,OUmDA,8BlB8nEJ,uCkB5nEM,KAAA,IlBkoEN,0BACA,yBkB1qEI,sClBwqEJ,qCkB1nEM,QAAA,MA9CF,uBAAA,mCAoDE,aAAA,QAGE,cAAA,+BACA,iBAAA,gQACA,kBAAA,UACA,oBAAA,MAAA,wBAAA,OACA,gBAAA,sBAAA,sBA3DJ,6BAAA,yCA+DI,aAAA,QACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBAhEJ,yCAAA,6BAyEI,cAAA,eACA,oBAAA,MAAA,OAAA,OA1EJ,2CAAA,+BAmFI,cAAA,qBACA,oBAAA,IAAA,wBAAA,MAAA,wBApFJ,wBAAA,oCA2FE,aAAA,QAGE,cAAA,kCACA,WAAA,+KAAA,MAAA,OAAA,MAAA,CAAA,IAAA,KAAA,SAAA,CAAA,KAAA,gQAAA,OAAA,MAAA,OAAA,CAAA,sBAAA,sBAAA,UA/FJ,8BAAA,0CAmGI,aAAA,QACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBApGJ,6CAAA,yDA4GI,MAAA,QlB0mEiD,2CACzD,0CkBvtEI,uDlBstEJ,sDkBrmEQ,QAAA,MAjHJ,qDAAA,iEAyHI,MAAA,QAzHJ,6DAAA,yEA4HM,aAAA,QA5HN,qEAAA,iFAkIM,aAAA,QC5JN,iBAAA,QD0BA,mEAAA,+EAyIM,WAAA,EAAA,EAAA,EAAA,MAAA,oBAzIN,iFAAA,6FA6IM,aAAA,QA7IN,+CAAA,2DAuJI,aAAA,QAvJJ,qDAAA,iEA4JM,aAAA,QACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBAjJR,kBACE,QAAA,KACA,MAAA,KACA,WAAA,OjBqHA,UAAA,OiBnHA,MAAA,QAGF,iBACE,SAAA,SACA,IAAA,KACA,KAAA,EACA,QAAA,EACA,QAAA,KACA,UAAA,KACA,QAAA,OAAA,MACA,WAAA,MjBwHE,UAAA,QiBtHF,YAAA,IACA,MAAA,KACA,iBAAA,mBV9CA,cAAA,OUmDA,gClB6uEJ,yCkB3uEM,KAAA,IlBivEN,8BACA,6BkBzxEI,0ClBuxEJ,yCkBzuEM,QAAA,MA9CF,yBAAA,qCAoDE,aAAA,QAGE,cAAA,+BACA,iBAAA,2TACA,kBAAA,UACA,oBAAA,MAAA,wBAAA,OACA,gBAAA,sBAAA,sBA3DJ,+BAAA,2CA+DI,aAAA,QACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBAhEJ,2CAAA,+BAyEI,cAAA,eACA,oBAAA,MAAA,OAAA,OA1EJ,6CAAA,iCAmFI,cAAA,qBACA,oBAAA,IAAA,wBAAA,MAAA,wBApFJ,0BAAA,sCA2FE,aAAA,QAGE,cAAA,kCACA,WAAA,+KAAA,MAAA,OAAA,MAAA,CAAA,IAAA,KAAA,SAAA,CAAA,KAAA,2TAAA,OAAA,MAAA,OAAA,CAAA,sBAAA,sBAAA,UA/FJ,gCAAA,4CAmGI,aAAA,QACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBApGJ,+CAAA,2DA4GI,MAAA,QlBytEqD,+CAC7D,8CkBt0EI,2DlBq0EJ,0DkBptEQ,QAAA,MAjHJ,uDAAA,mEAyHI,MAAA,QAzHJ,+DAAA,2EA4HM,aAAA,QA5HN,uEAAA,mFAkIM,aAAA,QC5JN,iBAAA,QD0BA,qEAAA,iFAyIM,WAAA,EAAA,EAAA,EAAA,MAAA,oBAzIN,mFAAA,+FA6IM,aAAA,QA7IN,iDAAA,6DAuJI,aAAA,QAvJJ,uDAAA,mEA4JM,aAAA,QACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBFqFV,aACE,QAAA,YAAA,QAAA,KACA,cAAA,IAAA,KAAA,UAAA,IAAA,KACA,eAAA,OAAA,YAAA,OAHF,yBASI,MAAA,KJ/NA,yBIsNJ,mBAeM,QAAA,YAAA,QAAA,KACA,eAAA,OAAA,YAAA,OACA,cAAA,OAAA,gBAAA,OACA,cAAA,EAlBN,yBAuBM,QAAA,YAAA,QAAA,KACA,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,cAAA,IAAA,KAAA,UAAA,IAAA,KACA,eAAA,OAAA,YAAA,OACA,cAAA,EA3BN,2BAgCM,QAAA,aACA,MAAA,KACA,eAAA,OAlCN,qCAuCM,QAAA,ahB0nEJ,4BgBjqEF,0BA4CM,MAAA,KA5CN,yBAkDM,QAAA,YAAA,QAAA,KACA,eAAA,OAAA,YAAA,OACA,cAAA,OAAA,gBAAA,OACA,MAAA,KACA,aAAA,EAtDN,+BAyDM,SAAA,SACA,kBAAA,EAAA,YAAA,EACA,WAAA,EACA,aAAA,OACA,YAAA,EA7DN,6BAiEM,eAAA,OAAA,YAAA,OACA,cAAA,OAAA,gBAAA,OAlEN,mCAqEM,cAAA,GIjVN,KACE,QAAA,aAEA,YAAA,IACA,MAAA,QACA,WAAA,OAGA,eAAA,OACA,oBAAA,KAAA,iBAAA,KAAA,gBAAA,KAAA,YAAA,KACA,iBAAA,YACA,OAAA,IAAA,MAAA,YCuFA,QAAA,QAAA,OpB4EI,UAAA,KoB1EJ,YAAA,IbxFE,cAAA,OSFE,WAAA,MAAA,KAAA,WAAA,CAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YAIA,uCGdN,KHeQ,WAAA,MdTN,WiBUE,MAAA,QACA,gBAAA,KAjBJ,WAAA,WAsBI,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBAvBJ,cAAA,cA6BI,QAAA,IA7BJ,mCAkCI,OAAA,QAcJ,epBy8EA,wBoBv8EE,eAAA,KASA,aC3DA,MAAA,KFAE,iBAAA,QEEF,aAAA,QlBIA,mBkBAE,MAAA,KFNA,iBAAA,QEQA,aAAA,QAGF,mBAAA,mBAEE,MAAA,KFbA,iBAAA,QEeA,aAAA,QAKE,WAAA,EAAA,EAAA,EAAA,MAAA,oBAKJ,sBAAA,sBAEE,MAAA,KACA,iBAAA,QACA,aAAA,QAOF,kDAAA,kDrBm/EF,mCqBh/EI,MAAA,KACA,iBAAA,QAIA,aAAA,QAEA,wDAAA,wDrBg/EJ,yCqB3+EQ,WAAA,EAAA,EAAA,EAAA,MAAA,oBDQN,eC3DA,MAAA,KFAE,iBAAA,QEEF,aAAA,QlBIA,qBkBAE,MAAA,KFNA,iBAAA,QEQA,aAAA,QAGF,qBAAA,qBAEE,MAAA,KFbA,iBAAA,QEeA,aAAA,QAKE,WAAA,EAAA,EAAA,EAAA,MAAA,qBAKJ,wBAAA,wBAEE,MAAA,KACA,iBAAA,QACA,aAAA,QAOF,oDAAA,oDrBwhFF,qCqBrhFI,MAAA,KACA,iBAAA,QAIA,aAAA,QAEA,0DAAA,0DrBqhFJ,2CqBhhFQ,WAAA,EAAA,EAAA,EAAA,MAAA,qBDQN,aC3DA,MAAA,KFAE,iBAAA,QEEF,aAAA,QlBIA,mBkBAE,MAAA,KFNA,iBAAA,QEQA,aAAA,QAGF,mBAAA,mBAEE,MAAA,KFbA,iBAAA,QEeA,aAAA,QAKE,WAAA,EAAA,EAAA,EAAA,MAAA,mBAKJ,sBAAA,sBAEE,MAAA,KACA,iBAAA,QACA,aAAA,QAOF,kDAAA,kDrB6jFF,mCqB1jFI,MAAA,KACA,iBAAA,QAIA,aAAA,QAEA,wDAAA,wDrB0jFJ,yCqBrjFQ,WAAA,EAAA,EAAA,EAAA,MAAA,mBDQN,UC3DA,MAAA,KFAE,iBAAA,QEEF,aAAA,QlBIA,gBkBAE,MAAA,KFNA,iBAAA,QEQA,aAAA,QAGF,gBAAA,gBAEE,MAAA,KFbA,iBAAA,QEeA,aAAA,QAKE,WAAA,EAAA,EAAA,EAAA,MAAA,oBAKJ,mBAAA,mBAEE,MAAA,KACA,iBAAA,QACA,aAAA,QAOF,+CAAA,+CrBkmFF,gCqB/lFI,MAAA,KACA,iBAAA,QAIA,aAAA,QAEA,qDAAA,qDrB+lFJ,sCqB1lFQ,WAAA,EAAA,EAAA,EAAA,MAAA,oBDQN,aC3DA,MAAA,QFAE,iBAAA,QEEF,aAAA,QlBIA,mBkBAE,MAAA,QFNA,iBAAA,QEQA,aAAA,QAGF,mBAAA,mBAEE,MAAA,QFbA,iBAAA,QEeA,aAAA,QAKE,WAAA,EAAA,EAAA,EAAA,MAAA,oBAKJ,sBAAA,sBAEE,MAAA,QACA,iBAAA,QACA,aAAA,QAOF,kDAAA,kDrBuoFF,mCqBpoFI,MAAA,QACA,iBAAA,QAIA,aAAA,QAEA,wDAAA,wDrBooFJ,yCqB/nFQ,WAAA,EAAA,EAAA,EAAA,MAAA,oBDQN,YC3DA,MAAA,KFAE,iBAAA,QEEF,aAAA,QlBIA,kBkBAE,MAAA,KFNA,iBAAA,QEQA,aAAA,QAGF,kBAAA,kBAEE,MAAA,KFbA,iBAAA,QEeA,aAAA,QAKE,WAAA,EAAA,EAAA,EAAA,MAAA,mBAKJ,qBAAA,qBAEE,MAAA,KACA,iBAAA,QACA,aAAA,QAOF,iDAAA,iDrB4qFF,kCqBzqFI,MAAA,KACA,iBAAA,QAIA,aAAA,QAEA,uDAAA,uDrByqFJ,wCqBpqFQ,WAAA,EAAA,EAAA,EAAA,MAAA,mBDQN,WC3DA,MAAA,QFAE,iBAAA,QEEF,aAAA,QlBIA,iBkBAE,MAAA,QFNA,iBAAA,QEQA,aAAA,QAGF,iBAAA,iBAEE,MAAA,QFbA,iBAAA,QEeA,aAAA,QAKE,WAAA,EAAA,EAAA,EAAA,MAAA,qBAKJ,oBAAA,oBAEE,MAAA,QACA,iBAAA,QACA,aAAA,QAOF,gDAAA,gDrBitFF,iCqB9sFI,MAAA,QACA,iBAAA,QAIA,aAAA,QAEA,sDAAA,sDrB8sFJ,uCqBzsFQ,WAAA,EAAA,EAAA,EAAA,MAAA,qBDQN,UC3DA,MAAA,KFAE,iBAAA,QEEF,aAAA,QlBIA,gBkBAE,MAAA,KFNA,iBAAA,QEQA,aAAA,QAGF,gBAAA,gBAEE,MAAA,KFbA,iBAAA,QEeA,aAAA,QAKE,WAAA,EAAA,EAAA,EAAA,MAAA,kBAKJ,mBAAA,mBAEE,MAAA,KACA,iBAAA,QACA,aAAA,QAOF,+CAAA,+CrBsvFF,gCqBnvFI,MAAA,KACA,iBAAA,QAIA,aAAA,QAEA,qDAAA,qDrBmvFJ,sCqB9uFQ,WAAA,EAAA,EAAA,EAAA,MAAA,kBDcN,qBCPA,MAAA,QACA,aAAA,QlBrDA,2BkBwDE,MAAA,KACA,iBAAA,QACA,aAAA,QAGF,2BAAA,2BAEE,WAAA,EAAA,EAAA,EAAA,MAAA,mBAGF,8BAAA,8BAEE,MAAA,QACA,iBAAA,YAGF,0DAAA,0DrB4uFF,2CqBzuFI,MAAA,KACA,iBAAA,QACA,aAAA,QAEA,gEAAA,gErB4uFJ,iDqBvuFQ,WAAA,EAAA,EAAA,EAAA,MAAA,mBDzBN,uBCPA,MAAA,QACA,aAAA,QlBrDA,6BkBwDE,MAAA,KACA,iBAAA,QACA,aAAA,QAGF,6BAAA,6BAEE,WAAA,EAAA,EAAA,EAAA,MAAA,qBAGF,gCAAA,gCAEE,MAAA,QACA,iBAAA,YAGF,4DAAA,4DrB4wFF,6CqBzwFI,MAAA,KACA,iBAAA,QACA,aAAA,QAEA,kEAAA,kErB4wFJ,mDqBvwFQ,WAAA,EAAA,EAAA,EAAA,MAAA,qBDzBN,qBCPA,MAAA,QACA,aAAA,QlBrDA,2BkBwDE,MAAA,KACA,iBAAA,QACA,aAAA,QAGF,2BAAA,2BAEE,WAAA,EAAA,EAAA,EAAA,MAAA,mBAGF,8BAAA,8BAEE,MAAA,QACA,iBAAA,YAGF,0DAAA,0DrB4yFF,2CqBzyFI,MAAA,KACA,iBAAA,QACA,aAAA,QAEA,gEAAA,gErB4yFJ,iDqBvyFQ,WAAA,EAAA,EAAA,EAAA,MAAA,mBDzBN,kBCPA,MAAA,QACA,aAAA,QlBrDA,wBkBwDE,MAAA,KACA,iBAAA,QACA,aAAA,QAGF,wBAAA,wBAEE,WAAA,EAAA,EAAA,EAAA,MAAA,oBAGF,2BAAA,2BAEE,MAAA,QACA,iBAAA,YAGF,uDAAA,uDrB40FF,wCqBz0FI,MAAA,KACA,iBAAA,QACA,aAAA,QAEA,6DAAA,6DrB40FJ,8CqBv0FQ,WAAA,EAAA,EAAA,EAAA,MAAA,oBDzBN,qBCPA,MAAA,QACA,aAAA,QlBrDA,2BkBwDE,MAAA,QACA,iBAAA,QACA,aAAA,QAGF,2BAAA,2BAEE,WAAA,EAAA,EAAA,EAAA,MAAA,mBAGF,8BAAA,8BAEE,MAAA,QACA,iBAAA,YAGF,0DAAA,0DrB42FF,2CqBz2FI,MAAA,QACA,iBAAA,QACA,aAAA,QAEA,gEAAA,gErB42FJ,iDqBv2FQ,WAAA,EAAA,EAAA,EAAA,MAAA,mBDzBN,oBCPA,MAAA,QACA,aAAA,QlBrDA,0BkBwDE,MAAA,KACA,iBAAA,QACA,aAAA,QAGF,0BAAA,0BAEE,WAAA,EAAA,EAAA,EAAA,MAAA,mBAGF,6BAAA,6BAEE,MAAA,QACA,iBAAA,YAGF,yDAAA,yDrB44FF,0CqBz4FI,MAAA,KACA,iBAAA,QACA,aAAA,QAEA,+DAAA,+DrB44FJ,gDqBv4FQ,WAAA,EAAA,EAAA,EAAA,MAAA,mBDzBN,mBCPA,MAAA,QACA,aAAA,QlBrDA,yBkBwDE,MAAA,QACA,iBAAA,QACA,aAAA,QAGF,yBAAA,yBAEE,WAAA,EAAA,EAAA,EAAA,MAAA,qBAGF,4BAAA,4BAEE,MAAA,QACA,iBAAA,YAGF,wDAAA,wDrB46FF,yCqBz6FI,MAAA,QACA,iBAAA,QACA,aAAA,QAEA,8DAAA,8DrB46FJ,+CqBv6FQ,WAAA,EAAA,EAAA,EAAA,MAAA,qBDzBN,kBCPA,MAAA,QACA,aAAA,QlBrDA,wBkBwDE,MAAA,KACA,iBAAA,QACA,aAAA,QAGF,wBAAA,wBAEE,WAAA,EAAA,EAAA,EAAA,MAAA,kBAGF,2BAAA,2BAEE,MAAA,QACA,iBAAA,YAGF,uDAAA,uDrB48FF,wCqBz8FI,MAAA,KACA,iBAAA,QACA,aAAA,QAEA,6DAAA,6DrB48FJ,8CqBv8FQ,WAAA,EAAA,EAAA,EAAA,MAAA,kBDdR,UACE,YAAA,IACA,MAAA,QACA,gBAAA,KjBzEA,gBiB4EE,MAAA,QACA,gBAAA,UAPJ,gBAAA,gBAYI,gBAAA,UAZJ,mBAAA,mBAiBI,MAAA,QACA,eAAA,KAWJ,mBAAA,QCPE,QAAA,MAAA,KpB4EI,UAAA,QoB1EJ,YAAA,IbxFE,cAAA,MYiGJ,mBAAA,QCXE,QAAA,OAAA,MpB4EI,UAAA,QoB1EJ,YAAA,IbxFE,cAAA,MY0GJ,WACE,QAAA,MACA,MAAA,KAFF,sBAMI,WAAA,MpBs9FJ,6BADA,4BoBh9FA,6BAII,MAAA,KE3IJ,MLgBM,WAAA,QAAA,KAAA,OAIA,uCKpBN,MLqBQ,WAAA,MKrBR,iBAII,QAAA,EAIJ,qBAEI,QAAA,KAIJ,YACE,SAAA,SACA,OAAA,EACA,SAAA,OLDI,WAAA,OAAA,KAAA,KAIA,uCKNN,YLOQ,WAAA,MKPR,kBAOI,MAAA,EACA,OAAA,KLNE,WAAA,MAAA,KAAA,KAIA,uCKNN,kBLOQ,WAAA,MjBonGR,UACA,UAFA,WuBvoGA,QAIE,SAAA,SAGF,iBACE,YAAA,OCoBE,wBACE,QAAA,aACA,YAAA,OACA,eAAA,OACA,QAAA,GAhCJ,WAAA,KAAA,MACA,aAAA,KAAA,MAAA,YACA,cAAA,EACA,YAAA,KAAA,MAAA,YAqDE,8BACE,YAAA,ED1CN,eACE,SAAA,SACA,IAAA,KACA,KAAA,EACA,QAAA,KACA,QAAA,KACA,MAAA,KACA,UAAA,MACA,QAAA,MAAA,EACA,OAAA,QAAA,EAAA,EtB2JI,UAAA,KsBzJJ,MAAA,QACA,WAAA,KACA,WAAA,KACA,iBAAA,KACA,gBAAA,YACA,OAAA,IAAA,MAAA,gBfdE,cAAA,OeuBA,oBACE,MAAA,KACA,KAAA,EAGF,qBACE,MAAA,EACA,KAAA,KXYF,yBWnBA,uBACE,MAAA,KACA,KAAA,EAGF,wBACE,MAAA,EACA,KAAA,MXYF,yBWnBA,uBACE,MAAA,KACA,KAAA,EAGF,wBACE,MAAA,EACA,KAAA,MXYF,yBWnBA,uBACE,MAAA,KACA,KAAA,EAGF,wBACE,MAAA,EACA,KAAA,MXYF,0BWnBA,uBACE,MAAA,KACA,KAAA,EAGF,wBACE,MAAA,EACA,KAAA,MAON,uBAEI,IAAA,KACA,OAAA,KACA,WAAA,EACA,cAAA,QC/BA,gCACE,QAAA,aACA,YAAA,OACA,eAAA,OACA,QAAA,GAzBJ,WAAA,EACA,aAAA,KAAA,MAAA,YACA,cAAA,KAAA,MACA,YAAA,KAAA,MAAA,YA8CE,sCACE,YAAA,EDUN,0BAEI,IAAA,EACA,MAAA,KACA,KAAA,KACA,WAAA,EACA,YAAA,QC7CA,mCACE,QAAA,aACA,YAAA,OACA,eAAA,OACA,QAAA,GAlBJ,WAAA,KAAA,MAAA,YACA,aAAA,EACA,cAAA,KAAA,MAAA,YACA,YAAA,KAAA,MAuCE,yCACE,YAAA,EA7BF,mCDmDE,eAAA,EAKN,yBAEI,IAAA,EACA,MAAA,KACA,KAAA,KACA,WAAA,EACA,aAAA,QC9DA,kCACE,QAAA,aACA,YAAA,OACA,eAAA,OACA,QAAA,GAJF,kCAgBI,QAAA,KAGF,mCACE,QAAA,aACA,aAAA,OACA,eAAA,OACA,QAAA,GA9BN,WAAA,KAAA,MAAA,YACA,aAAA,KAAA,MACA,cAAA,KAAA,MAAA,YAiCE,wCACE,YAAA,EAVA,mCDiDA,eAAA,EAON,oCAAA,kCAAA,mCAAA,iCAKI,MAAA,KACA,OAAA,KAKJ,kBE9GE,OAAA,EACA,OAAA,MAAA,EACA,SAAA,OACA,WAAA,IAAA,MAAA,QFkHF,eACE,QAAA,MACA,MAAA,KACA,QAAA,OAAA,OACA,MAAA,KACA,YAAA,IACA,MAAA,QACA,WAAA,QAEA,YAAA,OACA,iBAAA,YACA,OAAA,EpBrHA,qBAAA,qBoBoIE,MAAA,QACA,gBAAA,KJ/IA,iBAAA,QIoHJ,sBAAA,sBAiCI,MAAA,KACA,gBAAA,KJtJA,iBAAA,QIoHJ,wBAAA,wBAwCI,MAAA,QACA,eAAA,KACA,iBAAA,YAQJ,oBACE,QAAA,MAIF,iBACE,QAAA,MACA,QAAA,MAAA,OACA,cAAA,EtBAI,UAAA,QsBEJ,MAAA,QACA,YAAA,OAIF,oBACE,QAAA,MACA,QAAA,OAAA,OACA,MAAA,QG3LF,W1B63GA,oB0B33GE,SAAA,SACA,QAAA,mBAAA,QAAA,YACA,eAAA,O1Bi4GF,yB0Br4GA,gBAOI,SAAA,SACA,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,K1Bo4GJ,+BGn4GE,sBuBII,QAAA,E1Bs4GN,gCADA,gCADA,+B0Bj5GA,uBAAA,uBAAA,sBAkBM,QAAA,EAMN,aACE,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,cAAA,MAAA,gBAAA,WAHF,0BAMI,MAAA,K1Bu4GJ,wC0Bn4GA,kCAII,YAAA,K1Bo4GJ,4C0Bx4GA,uDlBHI,wBAAA,EACA,2BAAA,ERg5GJ,6C0B94GA,kClBWI,uBAAA,EACA,0BAAA,EkBmBJ,uBACE,cAAA,SACA,aAAA,SAFF,8B1B23GA,yCADA,sC0Bn3GI,YAAA,EAGF,yCACE,aAAA,EAIJ,0CAAA,+BACE,cAAA,QACA,aAAA,QAGF,0CAAA,+BACE,cAAA,OACA,aAAA,OAoBF,oBACE,mBAAA,OAAA,eAAA,OACA,eAAA,MAAA,YAAA,WACA,cAAA,OAAA,gBAAA,OAHF,yB1B62GA,+B0Bt2GI,MAAA,K1B22GJ,iD0Bl3GA,2CAYI,WAAA,K1B22GJ,qD0Bv3GA,gElBrEI,2BAAA,EACA,0BAAA,ERi8GJ,sD0B73GA,2ClBnFI,uBAAA,EACA,wBAAA,EkB0HJ,uB1B21GA,kC0Bx1GI,cAAA,E1B61GJ,4C0Bh2GA,yC1Bk2GA,uDADA,oD0B11GM,SAAA,SACA,KAAA,cACA,eAAA,KCzJN,aACE,SAAA,SACA,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,eAAA,QAAA,YAAA,QACA,MAAA,K3BigHF,0BADA,4B2BrgHA,2B3BogHA,qC2Bz/GI,SAAA,SACA,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,GACA,UAAA,EACA,cAAA,E3B2gHJ,uCADA,yCADA,wCADA,yCADA,2CADA,0CAJA,wCADA,0C2BhhHA,yC3BohHA,kDADA,oDADA,mD2B9/GM,YAAA,K3B4gHN,sEADA,kC2B/hHA,iCA4BI,QAAA,EA5BJ,mDAiCI,QAAA,E3BwgHJ,8C2BziHA,6CnB0CI,uBAAA,EACA,0BAAA,EmB3CJ,0BA4CI,QAAA,YAAA,QAAA,KACA,eAAA,OAAA,YAAA,OA7CJ,8D3BsjHA,qEQ1hHI,wBAAA,EACA,2BAAA,EmB7BJ,+DnB0CI,uBAAA,EACA,0BAAA,ERuhHJ,mFACA,0FAFA,kE2BjkHA,iEnB4BI,wBAAA,EACA,2BAAA,ER6iHJ,gFACA,uFAFA,+D2BzkHA,8DnB4BI,wBAAA,EACA,2BAAA,ERojHJ,oB2BngHA,qBAEE,QAAA,YAAA,QAAA,K3BugHF,yB2BzgHA,0BAQI,SAAA,SACA,QAAA,E3BsgHJ,+B2B/gHA,gCAYM,QAAA,E3B2gHN,8BACA,2CAEA,2CADA,wD2BzhHA,+B3BohHA,4CAEA,4CADA,yD2BjgHI,YAAA,KAIJ,qBAAuB,aAAA,KACvB,oBAAsB,YAAA,KAQtB,kBACE,QAAA,YAAA,QAAA,KACA,eAAA,OAAA,YAAA,OACA,QAAA,QAAA,OACA,cAAA,E1B2DI,UAAA,K0BzDJ,YAAA,IACA,YAAA,IACA,MAAA,QACA,WAAA,OACA,YAAA,OACA,iBAAA,QACA,OAAA,IAAA,MAAA,QnB/GE,cAAA,OR2nHJ,uC2BxhHA,oCAkBI,WAAA,E3B2gHJ,+B2BjgHA,4CAEE,OAAA,yB3BogHF,+B2BjgHA,8B3BqgHA,yCAFA,sDACA,0CAFA,uD2B5/GE,QAAA,MAAA,K1BwBI,UAAA,Q0BtBJ,YAAA,InB5IE,cAAA,MRipHJ,+B2BjgHA,4CAEE,OAAA,0B3BogHF,+B2BjgHA,8B3BqgHA,yCAFA,sDACA,0CAFA,uD2B5/GE,QAAA,OAAA,M1BOI,UAAA,Q0BLJ,YAAA,InB7JE,cAAA,MmBiKJ,+B3BigHA,+B2B//GE,cAAA,Q3BugHF,yEACA,sFAHA,4EACA,yFAGA,wFACA,+E2B//GA,uC3By/GA,oDQvpHI,wBAAA,EACA,2BAAA,EmBwKJ,sC3B0/GA,mDAGA,qEACA,kFAHA,yDACA,sEQvpHI,uBAAA,EACA,0BAAA,EoBxCJ,gBACE,SAAA,SACA,QAAA,EACA,QAAA,MACA,WAAA,OACA,aAAA,OACA,2BAAA,MAAA,aAAA,MAAA,mBAAA,MAGF,uBACE,QAAA,mBAAA,QAAA,YACA,aAAA,KAGF,sBACE,SAAA,SACA,KAAA,EACA,QAAA,GACA,MAAA,KACA,OAAA,QACA,QAAA,EANF,4DASI,MAAA,KACA,aAAA,QT3BA,iBAAA,QSiBJ,0DAoBM,WAAA,EAAA,EAAA,EAAA,MAAA,oBApBN,wEAyBI,aAAA,QAzBJ,0EA6BI,MAAA,KACA,iBAAA,QACA,aAAA,QA/BJ,qDAAA,sDAuCM,MAAA,QAvCN,6DAAA,8DA0CQ,iBAAA,QAUR,sBACE,SAAA,SACA,cAAA,EAEA,eAAA,IAJF,8BASI,SAAA,SACA,IAAA,OACA,KAAA,QACA,QAAA,MACA,MAAA,KACA,OAAA,KACA,eAAA,KACA,QAAA,GACA,iBAAA,KACA,OAAA,IAAA,MAAA,QAlBJ,6BAwBI,SAAA,SACA,IAAA,OACA,KAAA,QACA,QAAA,MACA,MAAA,KACA,OAAA,KACA,QAAA,GACA,WAAA,GAAA,CAAA,IAAA,IAAA,UASJ,+CpBjGI,cAAA,OoBiGJ,4EAOM,iBAAA,iNAPN,mFAaM,aAAA,QT1HF,iBAAA,QS6GJ,kFAkBM,iBAAA,8JAlBN,sFT7GI,iBAAA,mBS6GJ,4FT7GI,iBAAA,mBSiJJ,4CAGI,cAAA,IAHJ,yEAQM,iBAAA,6JARN,mFTjJI,iBAAA,mBSyKJ,eACE,aAAA,QADF,6CAKM,KAAA,SACA,MAAA,QACA,eAAA,IAEA,cAAA,MATN,4CAaM,IAAA,mBACA,KAAA,qBACA,MAAA,iBACA,OAAA,iBACA,iBAAA,QAEA,cAAA,MXlLA,WAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,WAAA,CAAA,kBAAA,KAAA,YAAA,WAAA,UAAA,KAAA,WAAA,CAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YAAA,WAAA,UAAA,KAAA,WAAA,CAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,WAAA,CAAA,kBAAA,KAAA,YAIA,uCW2JN,4CX1JQ,WAAA,MW0JR,0EA0BM,iBAAA,KACA,kBAAA,mBAAA,UAAA,mBA3BN,oFTzKI,iBAAA,mBSsNJ,eACE,QAAA,aACA,MAAA,KACA,OAAA,2BACA,QAAA,QAAA,QAAA,QAAA,O3B5CI,UAAA,K2B+CJ,YAAA,IACA,YAAA,IACA,MAAA,QACA,eAAA,OACA,WAAA,KAAA,+KAAA,MAAA,OAAA,MAAA,CAAA,IAAA,KAAA,UACA,OAAA,IAAA,MAAA,QpBtNE,cAAA,OoByNF,mBAAA,KAAA,gBAAA,KAAA,WAAA,KAfF,qBAkBI,aAAA,QACA,QAAA,EAKE,WAAA,EAAA,EAAA,EAAA,MAAA,oBAxBN,gCAiCM,MAAA,QACA,iBAAA,KAlCN,yBAAA,qCAwCI,OAAA,KACA,cAAA,OACA,iBAAA,KA1CJ,wBA8CI,MAAA,QACA,iBAAA,QA/CJ,2BAoDI,QAAA,KApDJ,8BAyDI,MAAA,YACA,YAAA,EAAA,EAAA,EAAA,QAIJ,kBACE,OAAA,0BACA,YAAA,OACA,eAAA,OACA,aAAA,M3B1GI,UAAA,Q2B8GN,kBACE,OAAA,yBACA,YAAA,MACA,eAAA,MACA,aAAA,K3BlHI,UAAA,Q2B2HN,aACE,SAAA,SACA,QAAA,aACA,MAAA,KACA,OAAA,2BACA,cAAA,EAGF,mBACE,SAAA,SACA,QAAA,EACA,MAAA,KACA,OAAA,2BACA,OAAA,EACA,SAAA,OACA,QAAA,EAPF,4CAUI,aAAA,QACA,WAAA,EAAA,EAAA,EAAA,MAAA,oB5BqoHJ,+C4BhpHA,gDAiBI,iBAAA,QAjBJ,sDAsBM,QAAA,SAtBN,0DA2BI,QAAA,kBAIJ,mBACE,SAAA,SACA,IAAA,EACA,MAAA,EACA,KAAA,EACA,QAAA,EACA,OAAA,2BACA,QAAA,QAAA,OACA,SAAA,OAEA,YAAA,IACA,YAAA,IACA,MAAA,QACA,iBAAA,KACA,OAAA,IAAA,MAAA,QpBlVE,cAAA,OoBoUJ,0BAmBI,SAAA,SACA,IAAA,EACA,MAAA,EACA,OAAA,EACA,QAAA,EACA,QAAA,MACA,OAAA,qBACA,QAAA,QAAA,OACA,YAAA,IACA,MAAA,QACA,QAAA,ST7WA,iBAAA,QS+WA,YAAA,QpBnWA,cAAA,EAAA,OAAA,OAAA,EoB8WJ,cACE,MAAA,KACA,OAAA,OACA,QAAA,EACA,iBAAA,YACA,mBAAA,KAAA,gBAAA,KAAA,WAAA,KALF,oBAQI,QAAA,EARJ,0CAY8B,WAAA,EAAA,EAAA,EAAA,IAAA,IAAA,CAAA,EAAA,EAAA,EAAA,MAAA,oBAZ9B,sCAa8B,WAAA,EAAA,EAAA,EAAA,IAAA,IAAA,CAAA,EAAA,EAAA,EAAA,MAAA,oBAb9B,+BAc8B,WAAA,EAAA,EAAA,EAAA,IAAA,IAAA,CAAA,EAAA,EAAA,EAAA,MAAA,oBAd9B,gCAkBI,OAAA,EAlBJ,oCAsBI,MAAA,KACA,OAAA,KACA,WAAA,QTlZA,iBAAA,QSoZA,OAAA,EpBxYA,cAAA,KSFE,mBAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YAAA,WAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YW8YF,mBAAA,KAAA,WAAA,KX1YE,uCW4WN,oCX3WQ,mBAAA,KAAA,WAAA,MW2WR,2CT1XI,iBAAA,QS0XJ,6CAsCI,MAAA,KACA,OAAA,MACA,MAAA,YACA,OAAA,QACA,iBAAA,QACA,aAAA,YpBzZA,cAAA,KoB8WJ,gCAiDI,MAAA,KACA,OAAA,KT5aA,iBAAA,QS8aA,OAAA,EpBlaA,cAAA,KSFE,gBAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YAAA,WAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YWwaF,gBAAA,KAAA,WAAA,KXpaE,uCW4WN,gCX3WQ,gBAAA,KAAA,WAAA,MW2WR,uCT1XI,iBAAA,QS0XJ,gCAgEI,MAAA,KACA,OAAA,MACA,MAAA,YACA,OAAA,QACA,iBAAA,QACA,aAAA,YpBnbA,cAAA,KoB8WJ,yBA2EI,MAAA,KACA,OAAA,KACA,WAAA,EACA,aAAA,MACA,YAAA,MTzcA,iBAAA,QS2cA,OAAA,EpB/bA,cAAA,KSFE,eAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YAAA,WAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YWqcF,WAAA,KXjcE,uCW4WN,yBX3WQ,eAAA,KAAA,WAAA,MW2WR,gCT1XI,iBAAA,QS0XJ,yBA6FI,MAAA,KACA,OAAA,MACA,MAAA,YACA,OAAA,QACA,iBAAA,YACA,aAAA,YACA,aAAA,MAnGJ,8BAwGI,iBAAA,QpBtdA,cAAA,KoB8WJ,8BA6GI,aAAA,KACA,iBAAA,QpB5dA,cAAA,KoB8WJ,6CAoHM,iBAAA,QApHN,sDAwHM,OAAA,QAxHN,yCA4HM,iBAAA,QA5HN,yCAgIM,OAAA,QAhIN,kCAoIM,iBAAA,QAKN,8B5BgpHA,mBACA,eiB1oIM,WAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YAIA,uCWqfN,8B5BupHE,mBACA,eiB5oIM,WAAA,MYhBR,KACE,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,aAAA,EACA,cAAA,EACA,WAAA,KAGF,UACE,QAAA,MACA,QAAA,MAAA,K1BCA,gBAAA,gB0BGE,gBAAA,KANJ,mBAWI,MAAA,QACA,eAAA,KACA,OAAA,QAQJ,UACE,cAAA,IAAA,MAAA,QADF,oBAII,cAAA,KACA,iBAAA,YACA,OAAA,IAAA,MAAA,YrBbA,uBAAA,OACA,wBAAA,OLZF,0BAAA,0B0B6BI,UAAA,QACA,aAAA,QAAA,QAAA,QAZN,6BAgBM,MAAA,QACA,iBAAA,YACA,aAAA,Y7BmqIN,mC6BrrIA,2BAwBI,MAAA,QACA,iBAAA,KACA,aAAA,QAAA,QAAA,KA1BJ,yBA+BI,WAAA,KrBtCA,uBAAA,EACA,wBAAA,EqBgDJ,qBAEI,WAAA,IACA,OAAA,ErB7DA,cAAA,OqB0DJ,4B7B8pIA,2B6BrpII,MAAA,KACA,iBAAA,Q7B0pIJ,oB6BjpIA,oBAGI,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,WAAA,O7BopIJ,yB6BhpIA,yBAGI,wBAAA,EAAA,WAAA,EACA,kBAAA,EAAA,UAAA,EACA,WAAA,OASJ,uBAEI,QAAA,KAFJ,qBAKI,QAAA,MCzGJ,QACE,SAAA,SACA,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,eAAA,OAAA,YAAA,OACA,cAAA,QAAA,gBAAA,cACA,QAAA,MAAA,KANF,mB9BowIA,yBAAwE,sBAAvB,sBAAvB,sBAAqE,sB8BzvI3F,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,eAAA,OAAA,YAAA,OACA,cAAA,QAAA,gBAAA,cAoBJ,cACE,QAAA,aACA,YAAA,SACA,eAAA,SACA,aAAA,K7B6HI,UAAA,Q6B3HJ,YAAA,QACA,YAAA,O3B1CA,oBAAA,oB2B6CE,gBAAA,KASJ,YACE,QAAA,YAAA,QAAA,KACA,mBAAA,OAAA,eAAA,OACA,aAAA,EACA,cAAA,EACA,WAAA,KALF,sBAQI,cAAA,EACA,aAAA,EATJ,2BAaI,SAAA,OACA,MAAA,KASJ,aACE,QAAA,aACA,YAAA,MACA,eAAA,MAYF,iBACE,wBAAA,KAAA,WAAA,KACA,kBAAA,EAAA,UAAA,EAGA,eAAA,OAAA,YAAA,OAIF,gBACE,QAAA,OAAA,O7B8DI,UAAA,Q6B5DJ,YAAA,EACA,iBAAA,YACA,OAAA,IAAA,MAAA,YtBxGE,cAAA,OLFF,sBAAA,sB2B8GE,gBAAA,KAMJ,qBACE,QAAA,aACA,MAAA,MACA,OAAA,MACA,eAAA,OACA,QAAA,GACA,WAAA,GAAA,CAAA,KAAA,KAAA,UAGF,mBACE,WAAA,KACA,WAAA,KlBtEE,4BkBgFC,6B9BqtIH,mCAA4G,gCAAnC,gCAAnC,gCAAyG,gC8BltIvI,cAAA,EACA,aAAA,GlBjGN,yBkB6FA,kBAoBI,cAAA,IAAA,OAAA,UAAA,IAAA,OACA,cAAA,MAAA,gBAAA,WArBH,8BAwBK,mBAAA,IAAA,eAAA,IAxBL,6CA2BO,SAAA,SA3BP,wCA+BO,cAAA,MACA,aAAA,MAhCP,6B9B8uIH,mCAA4G,gCAAnC,gCAAnC,gCAAyG,gC8BxsIvI,cAAA,OAAA,UAAA,OAtCL,qCAqDK,SAAA,QArDL,mCAyDK,QAAA,sBAAA,QAAA,eAGA,wBAAA,KAAA,WAAA,KA5DL,kCAgEK,QAAA,MlBhJN,4BkBgFC,6B9BkwIH,mCAA4G,gCAAnC,gCAAnC,gCAAyG,gC8B/vIvI,cAAA,EACA,aAAA,GlBjGN,yBkB6FA,kBAoBI,cAAA,IAAA,OAAA,UAAA,IAAA,OACA,cAAA,MAAA,gBAAA,WArBH,8BAwBK,mBAAA,IAAA,eAAA,IAxBL,6CA2BO,SAAA,SA3BP,wCA+BO,cAAA,MACA,aAAA,MAhCP,6B9B2xIH,mCAA4G,gCAAnC,gCAAnC,gCAAyG,gC8BrvIvI,cAAA,OAAA,UAAA,OAtCL,qCAqDK,SAAA,QArDL,mCAyDK,QAAA,sBAAA,QAAA,eAGA,wBAAA,KAAA,WAAA,KA5DL,kCAgEK,QAAA,MlBhJN,4BkBgFC,6B9B+yIH,mCAA4G,gCAAnC,gCAAnC,gCAAyG,gC8B5yIvI,cAAA,EACA,aAAA,GlBjGN,yBkB6FA,kBAoBI,cAAA,IAAA,OAAA,UAAA,IAAA,OACA,cAAA,MAAA,gBAAA,WArBH,8BAwBK,mBAAA,IAAA,eAAA,IAxBL,6CA2BO,SAAA,SA3BP,wCA+BO,cAAA,MACA,aAAA,MAhCP,6B9Bw0IH,mCAA4G,gCAAnC,gCAAnC,gCAAyG,gC8BlyIvI,cAAA,OAAA,UAAA,OAtCL,qCAqDK,SAAA,QArDL,mCAyDK,QAAA,sBAAA,QAAA,eAGA,wBAAA,KAAA,WAAA,KA5DL,kCAgEK,QAAA,MlBhJN,6BkBgFC,6B9B41IH,mCAA4G,gCAAnC,gCAAnC,gCAAyG,gC8Bz1IvI,cAAA,EACA,aAAA,GlBjGN,0BkB6FA,kBAoBI,cAAA,IAAA,OAAA,UAAA,IAAA,OACA,cAAA,MAAA,gBAAA,WArBH,8BAwBK,mBAAA,IAAA,eAAA,IAxBL,6CA2BO,SAAA,SA3BP,wCA+BO,cAAA,MACA,aAAA,MAhCP,6B9Bq3IH,mCAA4G,gCAAnC,gCAAnC,gCAAyG,gC8B/0IvI,cAAA,OAAA,UAAA,OAtCL,qCAqDK,SAAA,QArDL,mCAyDK,QAAA,sBAAA,QAAA,eAGA,wBAAA,KAAA,WAAA,KA5DL,kCAgEK,QAAA,MArEV,eAyBQ,cAAA,IAAA,OAAA,UAAA,IAAA,OACA,cAAA,MAAA,gBAAA,WA1BR,0B9Bo5IA,gCAAmG,6BAAhC,6BAAhC,6BAAgG,6B8B54IzH,cAAA,EACA,aAAA,EATV,2BA6BU,mBAAA,IAAA,eAAA,IA7BV,0CAgCY,SAAA,SAhCZ,qCAoCY,cAAA,MACA,aAAA,MArCZ,0B9Bw6IA,gCAAmG,6BAAhC,6BAAhC,6BAAgG,6B8B73IzH,cAAA,OAAA,UAAA,OA3CV,kCA0DU,SAAA,QA1DV,gCA8DU,QAAA,sBAAA,QAAA,eAGA,wBAAA,KAAA,WAAA,KAjEV,+BAqEU,QAAA,KAaV,4BAEI,MAAA,e3BxNF,kCAAA,kC2B2NI,MAAA,eALN,oCAWM,MAAA,e3BjOJ,0CAAA,0C2BoOM,MAAA,eAdR,6CAkBQ,MAAA,e9B62IR,4CAEA,2CADA,yC8Bh4IA,0CA0BM,MAAA,eA1BN,8BA+BI,MAAA,eACA,aAAA,eAhCJ,mCAoCI,iBAAA,kQApCJ,2BAwCI,MAAA,eAxCJ,6BA0CM,MAAA,e3BhQJ,mCAAA,mC2BmQM,MAAA,eAOR,2BAEI,MAAA,K3B5QF,iCAAA,iC2B+QI,MAAA,KALN,mCAWM,MAAA,qB3BrRJ,yCAAA,yC2BwRM,MAAA,sBAdR,4CAkBQ,MAAA,sB9By2IR,2CAEA,0CADA,wC8B53IA,yCA0BM,MAAA,KA1BN,6BA+BI,MAAA,qBACA,aAAA,qBAhCJ,kCAoCI,iBAAA,wQApCJ,0BAwCI,MAAA,qBAxCJ,4BA0CM,MAAA,K3BpTJ,kCAAA,kC2BuTM,MAAA,KCnUR,MACE,SAAA,SACA,QAAA,YAAA,QAAA,KACA,mBAAA,OAAA,eAAA,OACA,UAAA,EAEA,UAAA,WACA,iBAAA,KACA,gBAAA,WACA,OAAA,IAAA,MAAA,iBvBKE,cAAA,OuBdJ,SAaI,aAAA,EACA,YAAA,EAdJ,kBAkBI,WAAA,QACA,cAAA,QAnBJ,8BAsBM,iBAAA,EvBCF,uBAAA,mBACA,wBAAA,mBuBxBJ,6BA2BM,oBAAA,EvBUF,2BAAA,mBACA,0BAAA,mBuBtCJ,+B/BitJA,+B+B7qJI,WAAA,EAIJ,WAGE,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KAGA,WAAA,IACA,QAAA,QAIF,YACE,cAAA,OAGF,eACE,WAAA,SACA,cAAA,EAGF,sBACE,cAAA,E5BrDA,iB4B0DE,gBAAA,KAFJ,sBAMI,YAAA,QAQJ,aACE,QAAA,OAAA,QACA,cAAA,EAEA,iBAAA,gBACA,cAAA,IAAA,MAAA,iBALF,yBvBhEI,cAAA,mBAAA,mBAAA,EAAA,EuB4EJ,aACE,QAAA,OAAA,QAEA,iBAAA,gBACA,WAAA,IAAA,MAAA,iBAJF,wBvB5EI,cAAA,EAAA,EAAA,mBAAA,mBuB4FJ,kBACE,aAAA,SACA,cAAA,QACA,YAAA,SACA,cAAA,EAGF,mBACE,aAAA,SACA,YAAA,SAIF,kBACE,SAAA,SACA,IAAA,EACA,MAAA,EACA,OAAA,EACA,KAAA,EACA,QAAA,QvB/GE,cAAA,mBuBmHJ,U/B6pJA,iBADA,c+BzpJE,kBAAA,EAAA,YAAA,EACA,MAAA,KAGF,U/B6pJA,cQ9wJI,uBAAA,mBACA,wBAAA,mBuBqHJ,U/B8pJA,iBQtwJI,2BAAA,mBACA,0BAAA,mBuB+GJ,iBAEI,cAAA,KnB/FA,yBmB6FJ,WAMI,QAAA,YAAA,QAAA,KACA,cAAA,IAAA,KAAA,UAAA,IAAA,KACA,aAAA,MACA,YAAA,MATJ,iBAaM,SAAA,EAAA,EAAA,GAAA,KAAA,EAAA,EAAA,GACA,aAAA,KACA,cAAA,EACA,YAAA,MAUN,kBAII,cAAA,KnB3HA,yBmBuHJ,YAQI,QAAA,YAAA,QAAA,KACA,cAAA,IAAA,KAAA,UAAA,IAAA,KATJ,kBAcM,SAAA,EAAA,EAAA,GAAA,KAAA,EAAA,EAAA,GACA,cAAA,EAfN,wBAkBQ,YAAA,EACA,YAAA,EAnBR,mCvBjJI,wBAAA,EACA,2BAAA,ERg0JF,gD+BhrJF,iDA8BY,wBAAA,E/BspJV,gD+BprJF,oDAmCY,2BAAA,EAnCZ,oCvBnII,uBAAA,EACA,0BAAA,ER8zJF,iD+B5rJF,kDA6CY,uBAAA,E/BmpJV,iD+BhsJF,qDAkDY,0BAAA,GAaZ,oBAEI,cAAA,OnBxLA,yBmBsLJ,cAMI,qBAAA,EAAA,kBAAA,EAAA,aAAA,EACA,mBAAA,QAAA,gBAAA,QAAA,WAAA,QACA,QAAA,EACA,OAAA,EATJ,oBAYM,QAAA,aACA,MAAA,MAUN,WACE,gBAAA,KADF,iBAII,SAAA,OAJJ,oCAOM,cAAA,EvBvOF,2BAAA,EACA,0BAAA,EuB+NJ,qCvB9OI,uBAAA,EACA,wBAAA,EuB6OJ,8BvBvPI,cAAA,EuBwQE,cAAA,KC1RN,YACE,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,QAAA,OAAA,KACA,cAAA,KAEA,WAAA,KACA,iBAAA,QxBWE,cAAA,OwBPJ,kCAGI,aAAA,MAHJ,0CAMM,MAAA,KACA,cAAA,MACA,MAAA,QACA,QAAA,IATN,gDAoBI,gBAAA,UApBJ,gDAwBI,gBAAA,KAxBJ,wBA4BI,MAAA,QCvCJ,YACE,QAAA,YAAA,QAAA,K5BGA,aAAA,EACA,WAAA,KGaE,cAAA,OyBZJ,WACE,SAAA,SACA,QAAA,MACA,QAAA,MAAA,OACA,YAAA,KACA,YAAA,KACA,MAAA,QAEA,iBAAA,KACA,OAAA,IAAA,MAAA,QATF,iBAYI,QAAA,EACA,MAAA,QACA,gBAAA,KACA,iBAAA,QACA,aAAA,QAhBJ,iBAoBI,QAAA,EACA,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBAIJ,kCAGM,YAAA,EzBaF,uBAAA,OACA,0BAAA,OyBjBJ,iCzBEI,wBAAA,OACA,2BAAA,OyBHJ,6BAcI,QAAA,EACA,MAAA,KACA,iBAAA,QACA,aAAA,QAjBJ,+BAqBI,MAAA,QACA,eAAA,KAEA,OAAA,KACA,iBAAA,KACA,aAAA,QCvDF,0BACE,QAAA,OAAA,OjCgLE,UAAA,QiC9KF,YAAA,IAKE,iD1BqCF,uBAAA,MACA,0BAAA,M0BjCE,gD1BkBF,wBAAA,MACA,2BAAA,M0BhCF,0BACE,QAAA,OAAA,MjCgLE,UAAA,QiC9KF,YAAA,IAKE,iD1BqCF,uBAAA,MACA,0BAAA,M0BjCE,gD1BkBF,wBAAA,MACA,2BAAA,M2B9BJ,OACE,QAAA,aACA,QAAA,MAAA,KlC6JE,UAAA,IkC3JF,YAAA,IACA,YAAA,EACA,WAAA,OACA,YAAA,OACA,eAAA,S3BKE,cAAA,OSFE,WAAA,MAAA,KAAA,WAAA,CAAA,iBAAA,KAAA,WAAA,CAAA,aAAA,KAAA,WAAA,CAAA,WAAA,KAAA,YAIA,uCkBfN,OlBgBQ,WAAA,MdLN,cAAA,cgCGI,gBAAA,KAdN,aAoBI,QAAA,KAKJ,YACE,SAAA,SACA,IAAA,KAOF,YACE,cAAA,KACA,aAAA,K3BvBE,cAAA,M2BgCF,eCjDA,MAAA,KACA,iBAAA,QjCcA,sBAAA,sBiCVI,MAAA,KACA,iBAAA,QAHI,sBAAA,sBAQJ,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,mBDqCJ,iBCjDA,MAAA,KACA,iBAAA,QjCcA,wBAAA,wBiCVI,MAAA,KACA,iBAAA,QAHI,wBAAA,wBAQJ,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,qBDqCJ,eCjDA,MAAA,KACA,iBAAA,QjCcA,sBAAA,sBiCVI,MAAA,KACA,iBAAA,QAHI,sBAAA,sBAQJ,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,mBDqCJ,YCjDA,MAAA,KACA,iBAAA,QjCcA,mBAAA,mBiCVI,MAAA,KACA,iBAAA,QAHI,mBAAA,mBAQJ,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,oBDqCJ,eCjDA,MAAA,QACA,iBAAA,QjCcA,sBAAA,sBiCVI,MAAA,QACA,iBAAA,QAHI,sBAAA,sBAQJ,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,mBDqCJ,cCjDA,MAAA,KACA,iBAAA,QjCcA,qBAAA,qBiCVI,MAAA,KACA,iBAAA,QAHI,qBAAA,qBAQJ,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,mBDqCJ,aCjDA,MAAA,QACA,iBAAA,QjCcA,oBAAA,oBiCVI,MAAA,QACA,iBAAA,QAHI,oBAAA,oBAQJ,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,qBDqCJ,YCjDA,MAAA,KACA,iBAAA,QjCcA,mBAAA,mBiCVI,MAAA,KACA,iBAAA,QAHI,mBAAA,mBAQJ,QAAA,EACA,WAAA,EAAA,EAAA,EAAA,MAAA,kBCbN,WACE,QAAA,KAAA,KACA,cAAA,KAEA,iBAAA,Q7BcE,cAAA,MI0CA,yByB5DJ,WAQI,QAAA,KAAA,MAIJ,iBACE,cAAA,EACA,aAAA,E7BIE,cAAA,E8BdJ,OACE,SAAA,SACA,QAAA,OAAA,QACA,cAAA,KACA,OAAA,IAAA,MAAA,Y9BUE,cAAA,O8BLJ,eAEE,MAAA,QAIF,YACE,YAAA,IAQF,mBACE,cAAA,KADF,0BAKI,SAAA,SACA,IAAA,EACA,MAAA,EACA,QAAA,EACA,QAAA,OAAA,QACA,MAAA,QAUF,eC/CA,MAAA,QpBKE,iBAAA,QoBHF,aAAA,QAEA,kBACE,iBAAA,QAGF,2BACE,MAAA,QDsCF,iBC/CA,MAAA,QpBKE,iBAAA,QoBHF,aAAA,QAEA,oBACE,iBAAA,QAGF,6BACE,MAAA,QDsCF,eC/CA,MAAA,QpBKE,iBAAA,QoBHF,aAAA,QAEA,kBACE,iBAAA,QAGF,2BACE,MAAA,QDsCF,YC/CA,MAAA,QpBKE,iBAAA,QoBHF,aAAA,QAEA,eACE,iBAAA,QAGF,wBACE,MAAA,QDsCF,eC/CA,MAAA,QpBKE,iBAAA,QoBHF,aAAA,QAEA,kBACE,iBAAA,QAGF,2BACE,MAAA,QDsCF,cC/CA,MAAA,QpBKE,iBAAA,QoBHF,aAAA,QAEA,iBACE,iBAAA,QAGF,0BACE,MAAA,QDsCF,aC/CA,MAAA,QpBKE,iBAAA,QoBHF,aAAA,QAEA,gBACE,iBAAA,QAGF,yBACE,MAAA,QDsCF,YC/CA,MAAA,QpBKE,iBAAA,QoBHF,aAAA,QAEA,eACE,iBAAA,QAGF,wBACE,MAAA,QCRF,wCACE,KAAO,oBAAA,KAAA,EACP,GAAK,oBAAA,EAAA,GAFP,gCACE,KAAO,oBAAA,KAAA,EACP,GAAK,oBAAA,EAAA,GAIT,UACE,QAAA,YAAA,QAAA,KACA,OAAA,KACA,SAAA,OACA,YAAA,EvCwKI,UAAA,OuCtKJ,iBAAA,QhCIE,cAAA,OgCCJ,cACE,QAAA,YAAA,QAAA,KACA,mBAAA,OAAA,eAAA,OACA,cAAA,OAAA,gBAAA,OACA,SAAA,OACA,MAAA,KACA,WAAA,OACA,YAAA,OACA,iBAAA,QvBXI,WAAA,MAAA,IAAA,KAIA,uCuBDN,cvBEQ,WAAA,MuBUR,sBrBYE,iBAAA,iKqBVA,gBAAA,KAAA,KAIA,uBACE,kBAAA,GAAA,OAAA,SAAA,qBAAA,UAAA,GAAA,OAAA,SAAA,qBAGE,uCAJJ,uBAKM,kBAAA,KAAA,UAAA,MC1CR,OACE,QAAA,YAAA,QAAA,KACA,eAAA,MAAA,YAAA,WAGF,YACE,SAAA,EAAA,KAAA,ECFF,YACE,QAAA,YAAA,QAAA,KACA,mBAAA,OAAA,eAAA,OAGA,aAAA,EACA,cAAA,ElCQE,cAAA,OkCEJ,wBACE,MAAA,KACA,MAAA,QACA,WAAA,QvCPA,8BAAA,8BuCWE,QAAA,EACA,MAAA,QACA,gBAAA,KACA,iBAAA,QAVJ,+BAcI,MAAA,QACA,iBAAA,QASJ,iBACE,SAAA,SACA,QAAA,MACA,QAAA,OAAA,QAGA,iBAAA,KACA,OAAA,IAAA,MAAA,iBAPF,6BlCjBI,uBAAA,QACA,wBAAA,QkCgBJ,4BlCHI,2BAAA,QACA,0BAAA,QkCEJ,0BAAA,0BAmBI,MAAA,QACA,eAAA,KACA,iBAAA,KArBJ,wBA0BI,QAAA,EACA,MAAA,KACA,iBAAA,QACA,aAAA,QA7BJ,kCAiCI,iBAAA,EAjCJ,yCAoCM,WAAA,KACA,iBAAA,IAcF,uBACE,mBAAA,IAAA,eAAA,IADF,oDlCtBA,0BAAA,OAZA,wBAAA,EkCkCA,mDlClCA,wBAAA,OAYA,0BAAA,EkCsBA,+CAeM,WAAA,EAfN,yDAmBM,iBAAA,IACA,kBAAA,EApBN,gEAuBQ,YAAA,KACA,kBAAA,I9B3DR,yB8BmCA,0BACE,mBAAA,IAAA,eAAA,IADF,uDlCtBA,0BAAA,OAZA,wBAAA,EkCkCA,sDlClCA,wBAAA,OAYA,0BAAA,EkCsBA,kDAeM,WAAA,EAfN,4DAmBM,iBAAA,IACA,kBAAA,EApBN,mEAuBQ,YAAA,KACA,kBAAA,K9B3DR,yB8BmCA,0BACE,mBAAA,IAAA,eAAA,IADF,uDlCtBA,0BAAA,OAZA,wBAAA,EkCkCA,sDlClCA,wBAAA,OAYA,0BAAA,EkCsBA,kDAeM,WAAA,EAfN,4DAmBM,iBAAA,IACA,kBAAA,EApBN,mEAuBQ,YAAA,KACA,kBAAA,K9B3DR,yB8BmCA,0BACE,mBAAA,IAAA,eAAA,IADF,uDlCtBA,0BAAA,OAZA,wBAAA,EkCkCA,sDlClCA,wBAAA,OAYA,0BAAA,EkCsBA,kDAeM,WAAA,EAfN,4DAmBM,iBAAA,IACA,kBAAA,EApBN,mEAuBQ,YAAA,KACA,kBAAA,K9B3DR,0B8BmCA,0BACE,mBAAA,IAAA,eAAA,IADF,uDlCtBA,0BAAA,OAZA,wBAAA,EkCkCA,sDlClCA,wBAAA,OAYA,0BAAA,EkCsBA,kDAeM,WAAA,EAfN,4DAmBM,iBAAA,IACA,kBAAA,EApBN,mEAuBQ,YAAA,KACA,kBAAA,KAcZ,kBlCnHI,cAAA,EkCmHJ,mCAII,aAAA,EAAA,EAAA,IAJJ,8CAOM,oBAAA,ECzIJ,yBACE,MAAA,QACA,iBAAA,QxCWF,sDAAA,sDwCPM,MAAA,QACA,iBAAA,QAPN,uDAWM,MAAA,KACA,iBAAA,QACA,aAAA,QAbN,2BACE,MAAA,QACA,iBAAA,QxCWF,wDAAA,wDwCPM,MAAA,QACA,iBAAA,QAPN,yDAWM,MAAA,KACA,iBAAA,QACA,aAAA,QAbN,yBACE,MAAA,QACA,iBAAA,QxCWF,sDAAA,sDwCPM,MAAA,QACA,iBAAA,QAPN,uDAWM,MAAA,KACA,iBAAA,QACA,aAAA,QAbN,sBACE,MAAA,QACA,iBAAA,QxCWF,mDAAA,mDwCPM,MAAA,QACA,iBAAA,QAPN,oDAWM,MAAA,KACA,iBAAA,QACA,aAAA,QAbN,yBACE,MAAA,QACA,iBAAA,QxCWF,sDAAA,sDwCPM,MAAA,QACA,iBAAA,QAPN,uDAWM,MAAA,KACA,iBAAA,QACA,aAAA,QAbN,wBACE,MAAA,QACA,iBAAA,QxCWF,qDAAA,qDwCPM,MAAA,QACA,iBAAA,QAPN,sDAWM,MAAA,KACA,iBAAA,QACA,aAAA,QAbN,uBACE,MAAA,QACA,iBAAA,QxCWF,oDAAA,oDwCPM,MAAA,QACA,iBAAA,QAPN,qDAWM,MAAA,KACA,iBAAA,QACA,aAAA,QAbN,sBACE,MAAA,QACA,iBAAA,QxCWF,mDAAA,mDwCPM,MAAA,QACA,iBAAA,QAPN,oDAWM,MAAA,KACA,iBAAA,QACA,aAAA,QChBR,OACE,MAAA,M3CmLI,UAAA,O2CjLJ,YAAA,IACA,YAAA,EACA,MAAA,KACA,YAAA,EAAA,IAAA,EAAA,KACA,QAAA,GzCKA,ayCDE,MAAA,KACA,gBAAA,KzCIF,2CAAA,2CyCCI,QAAA,IAWN,aACE,QAAA,EACA,iBAAA,YACA,OAAA,EAMF,iBACE,eAAA,KCtCF,OAGE,wBAAA,MAAA,WAAA,MACA,UAAA,M5CgLI,UAAA,Q4C7KJ,iBAAA,sBACA,gBAAA,YACA,OAAA,IAAA,MAAA,eACA,WAAA,EAAA,OAAA,OAAA,eACA,QAAA,ErCOE,cAAA,OqClBJ,wBAeI,cAAA,OAfJ,eAmBI,QAAA,EAnBJ,YAuBI,QAAA,MACA,QAAA,EAxBJ,YA4BI,QAAA,KAIJ,cACE,QAAA,YAAA,QAAA,KACA,eAAA,OAAA,YAAA,OACA,QAAA,OAAA,OACA,MAAA,QACA,iBAAA,sBACA,gBAAA,YACA,cAAA,IAAA,MAAA,gBrCZE,uBAAA,mBACA,wBAAA,mBqCeJ,YACE,QAAA,OCtCF,YAEE,SAAA,OAFF,mBAKI,WAAA,OACA,WAAA,KAKJ,OACE,SAAA,MACA,IAAA,EACA,KAAA,EACA,QAAA,KACA,QAAA,KACA,MAAA,KACA,OAAA,KACA,SAAA,OAGA,QAAA,EAOF,cACE,SAAA,SACA,MAAA,KACA,OAAA,MAEA,eAAA,KAGA,0B7B3BI,WAAA,kBAAA,IAAA,SAAA,WAAA,UAAA,IAAA,SAAA,WAAA,UAAA,IAAA,QAAA,CAAA,kBAAA,IAAA,S6B6BF,kBAAA,mBAAA,UAAA,mB7BzBE,uC6BuBJ,0B7BtBM,WAAA,M6B0BN,0BACE,kBAAA,KAAA,UAAA,KAIF,kCACE,kBAAA,YAAA,UAAA,YAIJ,yBACE,QAAA,YAAA,QAAA,KACA,WAAA,kBAFF,wCAKI,WAAA,mBACA,SAAA,O9Cm1LJ,uC8Cz1LA,uCAWI,kBAAA,EAAA,YAAA,EAXJ,qCAeI,WAAA,KAIJ,uBACE,QAAA,YAAA,QAAA,KACA,eAAA,OAAA,YAAA,OACA,WAAA,kBAHF,+BAOI,QAAA,MACA,OAAA,mBACA,OAAA,oBAAA,OAAA,iBAAA,OAAA,YACA,QAAA,GAVJ,+CAeI,mBAAA,OAAA,eAAA,OACA,cAAA,OAAA,gBAAA,OACA,OAAA,KAjBJ,8DAoBM,WAAA,KApBN,uDAwBM,QAAA,KAMN,eACE,SAAA,SACA,QAAA,YAAA,QAAA,KACA,mBAAA,OAAA,eAAA,OACA,MAAA,KAGA,eAAA,KACA,iBAAA,KACA,gBAAA,YACA,OAAA,IAAA,MAAA,etClGE,cAAA,MsCsGF,QAAA,EAIF,gBACE,SAAA,MACA,IAAA,EACA,KAAA,EACA,QAAA,KACA,MAAA,MACA,OAAA,MACA,iBAAA,KAPF,qBAUW,QAAA,EAVX,qBAWW,QAAA,GAKX,cACE,QAAA,YAAA,QAAA,KACA,eAAA,MAAA,YAAA,WACA,cAAA,QAAA,gBAAA,cACA,QAAA,KAAA,KACA,cAAA,IAAA,MAAA,QtCtHE,uBAAA,kBACA,wBAAA,kBsCgHJ,qBASI,QAAA,KAAA,KAEA,OAAA,MAAA,MAAA,MAAA,KAKJ,aACE,cAAA,EACA,YAAA,IAKF,YACE,SAAA,SAGA,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,QAAA,KAIF,cACE,QAAA,YAAA,QAAA,KACA,cAAA,KAAA,UAAA,KACA,eAAA,OAAA,YAAA,OACA,cAAA,IAAA,gBAAA,SACA,QAAA,OACA,WAAA,IAAA,MAAA,QtCzIE,2BAAA,kBACA,0BAAA,kBsCkIJ,gBAaI,OAAA,OAKJ,yBACE,SAAA,SACA,IAAA,QACA,MAAA,KACA,OAAA,KACA,SAAA,OlCvIE,yBkCzBJ,cAuKI,UAAA,MACA,OAAA,QAAA,KAlJJ,yBAsJI,WAAA,oBAtJJ,wCAyJM,WAAA,qBAtIN,uBA2II,WAAA,oBA3IJ,+BA8IM,OAAA,qBACA,OAAA,oBAAA,OAAA,iBAAA,OAAA,YAQJ,UAAY,UAAA,OlCvKV,yBkC2KF,U9C00LA,U8Cx0LE,UAAA,OlC7KA,0BkCkLF,UAAY,UAAA,QC7Od,SACE,SAAA,SACA,QAAA,KACA,QAAA,MACA,OAAA,ECJA,YAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,iBAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBAEA,WAAA,OACA,YAAA,IACA,YAAA,IACA,WAAA,KACA,WAAA,MACA,gBAAA,KACA,YAAA,KACA,eAAA,KACA,eAAA,OACA,WAAA,OACA,YAAA,OACA,aAAA,OACA,WAAA,K/CqKI,UAAA,Q8CzKJ,UAAA,WACA,QAAA,EAXF,cAaW,QAAA,GAbX,gBAgBI,SAAA,SACA,QAAA,MACA,MAAA,MACA,OAAA,MAnBJ,wBAsBM,SAAA,SACA,QAAA,GACA,aAAA,YACA,aAAA,MAKN,mCAAA,gBACE,QAAA,MAAA,EADF,0CAAA,uBAII,OAAA,EAJJ,kDAAA,+BAOM,IAAA,EACA,aAAA,MAAA,MAAA,EACA,iBAAA,KAKN,qCAAA,kBACE,QAAA,EAAA,MADF,4CAAA,yBAII,KAAA,EACA,MAAA,MACA,OAAA,MANJ,oDAAA,iCASM,MAAA,EACA,aAAA,MAAA,MAAA,MAAA,EACA,mBAAA,KAKN,sCAAA,mBACE,QAAA,MAAA,EADF,6CAAA,0BAII,IAAA,EAJJ,qDAAA,kCAOM,OAAA,EACA,aAAA,EAAA,MAAA,MACA,oBAAA,KAKN,oCAAA,iBACE,QAAA,EAAA,MADF,2CAAA,wBAII,MAAA,EACA,MAAA,MACA,OAAA,MANJ,mDAAA,gCASM,KAAA,EACA,aAAA,MAAA,EAAA,MAAA,MACA,kBAAA,KAqBN,eACE,UAAA,MACA,QAAA,OAAA,MACA,MAAA,KACA,WAAA,OACA,iBAAA,KvC9FE,cAAA,OyClBJ,SACE,SAAA,SACA,IAAA,EACA,KAAA,EACA,QAAA,KACA,QAAA,MACA,UAAA,MDLA,YAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,iBAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBAEA,WAAA,OACA,YAAA,IACA,YAAA,IACA,WAAA,KACA,WAAA,MACA,gBAAA,KACA,YAAA,KACA,eAAA,KACA,eAAA,OACA,WAAA,OACA,YAAA,OACA,aAAA,OACA,WAAA,K/CqKI,UAAA,QgDxKJ,UAAA,WACA,iBAAA,KACA,gBAAA,YACA,OAAA,IAAA,MAAA,ezCGE,cAAA,MyClBJ,gBAoBI,SAAA,SACA,QAAA,MACA,MAAA,KACA,OAAA,MACA,OAAA,EAAA,MAxBJ,uBAAA,wBA4BM,SAAA,SACA,QAAA,MACA,QAAA,GACA,aAAA,YACA,aAAA,MAKN,mCAAA,gBACE,cAAA,MADF,0CAAA,uBAII,OAAA,mBAJJ,kDAAA,+BAOM,OAAA,EACA,aAAA,MAAA,MAAA,EACA,iBAAA,gBATN,iDAAA,8BAaM,OAAA,IACA,aAAA,MAAA,MAAA,EACA,iBAAA,KAKN,qCAAA,kBACE,YAAA,MADF,4CAAA,yBAII,KAAA,mBACA,MAAA,MACA,OAAA,KACA,OAAA,MAAA,EAPJ,oDAAA,iCAUM,KAAA,EACA,aAAA,MAAA,MAAA,MAAA,EACA,mBAAA,gBAZN,mDAAA,gCAgBM,KAAA,IACA,aAAA,MAAA,MAAA,MAAA,EACA,mBAAA,KAKN,sCAAA,mBACE,WAAA,MADF,6CAAA,0BAII,IAAA,mBAJJ,qDAAA,kCAOM,IAAA,EACA,aAAA,EAAA,MAAA,MAAA,MACA,oBAAA,gBATN,oDAAA,iCAaM,IAAA,IACA,aAAA,EAAA,MAAA,MAAA,MACA,oBAAA,KAfN,8DAAA,2CAqBI,SAAA,SACA,IAAA,EACA,KAAA,IACA,QAAA,MACA,MAAA,KACA,YAAA,OACA,QAAA,GACA,cAAA,IAAA,MAAA,QAIJ,oCAAA,iBACE,aAAA,MADF,2CAAA,wBAII,MAAA,mBACA,MAAA,MACA,OAAA,KACA,OAAA,MAAA,EAPJ,mDAAA,gCAUM,MAAA,EACA,aAAA,MAAA,EAAA,MAAA,MACA,kBAAA,gBAZN,kDAAA,+BAgBM,MAAA,IACA,aAAA,MAAA,EAAA,MAAA,MACA,kBAAA,KAsBN,gBACE,QAAA,MAAA,OACA,cAAA,EhD0BI,UAAA,KgDvBJ,iBAAA,QACA,cAAA,IAAA,MAAA,QzCnIE,uBAAA,kBACA,wBAAA,kByC4HJ,sBAUI,QAAA,KAIJ,cACE,QAAA,MAAA,OACA,MAAA,QC3JF,UACE,SAAA,SAGF,wBACE,iBAAA,MAAA,aAAA,MAGF,gBACE,SAAA,SACA,MAAA,KACA,SAAA,OCvBA,uBACE,QAAA,MACA,MAAA,KACA,QAAA,GDwBJ,eACE,SAAA,SACA,QAAA,KACA,MAAA,KACA,MAAA,KACA,aAAA,MACA,4BAAA,OAAA,oBAAA,OjClBI,WAAA,kBAAA,IAAA,YAAA,WAAA,UAAA,IAAA,YAAA,WAAA,UAAA,IAAA,WAAA,CAAA,kBAAA,IAAA,YAIA,uCiCQN,ejCPQ,WAAA,MjBg2MR,oBACA,oBkDh1MA,sBAGE,QAAA,MlDk1MF,4BkD/0MA,6CAEE,kBAAA,iBAAA,UAAA,iBlDm1MF,2BkDh1MA,8CAEE,kBAAA,kBAAA,UAAA,kBAQF,8BAEI,QAAA,EACA,oBAAA,QACA,kBAAA,KAAA,UAAA,KlD+0MJ,sDACA,uDkDp1MA,qCAUI,QAAA,EACA,QAAA,EAXJ,0ClD01MA,2CkD10MI,QAAA,EACA,QAAA,EjC5DE,WAAA,QAAA,GAAA,IAIA,uCiCuCN,0ClDk2ME,2CiBx4MM,WAAA,MjB84MR,uBkD70MA,uBAEE,SAAA,SACA,IAAA,EACA,OAAA,EACA,QAAA,EAEA,QAAA,YAAA,QAAA,KACA,eAAA,OAAA,YAAA,OACA,cAAA,OAAA,gBAAA,OACA,MAAA,IACA,QAAA,EACA,MAAA,KACA,WAAA,OACA,WAAA,IACA,OAAA,EACA,QAAA,GjCtFI,WAAA,QAAA,KAAA,KAIA,uCjBs6MJ,uBkDp2MF,uBjCjEQ,WAAA,MjB46MR,6BADA,6BGh7ME,6BAAA,6B+C2FE,MAAA,KACA,gBAAA,KACA,QAAA,EACA,QAAA,GAGJ,uBACE,KAAA,EAKF,uBACE,MAAA,ElDy1MF,4BkDl1MA,4BAEE,QAAA,aACA,MAAA,KACA,OAAA,KACA,WAAA,GAAA,CAAA,KAAA,KAAA,UAEF,4BACE,iBAAA,qMAEF,4BACE,iBAAA,sMASF,qBACE,SAAA,SACA,MAAA,EACA,OAAA,EACA,KAAA,EACA,QAAA,GACA,QAAA,YAAA,QAAA,KACA,cAAA,OAAA,gBAAA,OACA,aAAA,EAEA,aAAA,IACA,YAAA,IACA,WAAA,KAZF,wBAeI,WAAA,YACA,SAAA,EAAA,EAAA,KAAA,KAAA,EAAA,EAAA,KACA,MAAA,KACA,OAAA,IACA,aAAA,IACA,YAAA,IACA,YAAA,OACA,OAAA,QACA,iBAAA,KACA,gBAAA,YAEA,WAAA,KAAA,MAAA,YACA,cAAA,KAAA,MAAA,YACA,QAAA,GjC/JE,WAAA,QAAA,IAAA,KAIA,uCiC+HN,wBjC9HQ,WAAA,MiC8HR,6BAiCI,QAAA,EASJ,kBACE,SAAA,SACA,MAAA,IACA,OAAA,KACA,KAAA,IACA,QAAA,GACA,YAAA,KACA,eAAA,KACA,MAAA,KACA,WAAA,OElMF,kCACE,GAAK,kBAAA,eAAA,UAAA,gBADP,0BACE,GAAK,kBAAA,eAAA,UAAA,gBAGP,gBACE,QAAA,aACA,MAAA,KACA,OAAA,KACA,eAAA,QACA,OAAA,MAAA,MAAA,aACA,mBAAA,YAEA,cAAA,IACA,kBAAA,KAAA,OAAA,SAAA,eAAA,UAAA,KAAA,OAAA,SAAA,eAGF,mBACE,MAAA,KACA,OAAA,KACA,aAAA,KAOF,gCACE,GACE,kBAAA,SAAA,UAAA,SAEF,IACE,QAAA,EACA,kBAAA,KAAA,UAAA,MANJ,wBACE,GACE,kBAAA,SAAA,UAAA,SAEF,IACE,QAAA,EACA,kBAAA,KAAA,UAAA,MAIJ,cACE,QAAA,aACA,MAAA,KACA,OAAA,KACA,eAAA,QACA,iBAAA,aAEA,cAAA,IACA,QAAA,EACA,kBAAA,KAAA,OAAA,SAAA,aAAA,UAAA,KAAA,OAAA,SAAA,aAGF,iBACE,MAAA,KACA,OAAA,KAIA,uCACE,gBpDwiNF,coDtiNI,2BAAA,KAAA,mBAAA,MC3DN,gBAAqB,eAAA,mBACrB,WAAqB,eAAA,cACrB,cAAqB,eAAA,iBACrB,cAAqB,eAAA,iBACrB,mBAAqB,eAAA,sBACrB,gBAAqB,eAAA,mBCFnB,YACE,iBAAA,kBnDUF,mBAAA,mBHunNF,wBADA,wBsD3nNM,iBAAA,kBANJ,cACE,iBAAA,kBnDUF,qBAAA,qBHioNF,0BADA,0BsDroNM,iBAAA,kBANJ,YACE,iBAAA,kBnDUF,mBAAA,mBH2oNF,wBADA,wBsD/oNM,iBAAA,kBANJ,SACE,iBAAA,kBnDUF,gBAAA,gBHqpNF,qBADA,qBsDzpNM,iBAAA,kBANJ,YACE,iBAAA,kBnDUF,mBAAA,mBH+pNF,wBADA,wBsDnqNM,iBAAA,kBANJ,WACE,iBAAA,kBnDUF,kBAAA,kBHyqNF,uBADA,uBsD7qNM,iBAAA,kBANJ,UACE,iBAAA,kBnDUF,iBAAA,iBHmrNF,sBADA,sBsDvrNM,iBAAA,kBANJ,SACE,iBAAA,kBnDUF,gBAAA,gBH6rNF,qBADA,qBsDjsNM,iBAAA,kBCCN,UACE,iBAAA,eAGF,gBACE,iBAAA,sBCXF,QAAkB,OAAA,IAAA,MAAA,kBAClB,YAAkB,WAAA,IAAA,MAAA,kBAClB,cAAkB,aAAA,IAAA,MAAA,kBAClB,eAAkB,cAAA,IAAA,MAAA,kBAClB,aAAkB,YAAA,IAAA,MAAA,kBAElB,UAAmB,OAAA,YACnB,cAAmB,WAAA,YACnB,gBAAmB,aAAA,YACnB,iBAAmB,cAAA,YACnB,eAAmB,YAAA,YAGjB,gBACE,aAAA,kBADF,kBACE,aAAA,kBADF,gBACE,aAAA,kBADF,aACE,aAAA,kBADF,gBACE,aAAA,kBADF,eACE,aAAA,kBADF,cACE,aAAA,kBADF,aACE,aAAA,kBAIJ,cACE,aAAA,eAOF,YACE,cAAA,gBAGF,SACE,cAAA,iBAGF,aACE,uBAAA,iBACA,wBAAA,iBAGF,eACE,wBAAA,iBACA,2BAAA,iBAGF,gBACE,2BAAA,iBACA,0BAAA,iBAGF,cACE,uBAAA,iBACA,0BAAA,iBAGF,YACE,cAAA,gBAGF,gBACE,cAAA,cAGF,cACE,cAAA,gBAGF,WACE,cAAA,YLxEA,iBACE,QAAA,MACA,MAAA,KACA,QAAA,GMOE,QAAwB,QAAA,eAAxB,UAAwB,QAAA,iBAAxB,gBAAwB,QAAA,uBAAxB,SAAwB,QAAA,gBAAxB,SAAwB,QAAA,gBAAxB,aAAwB,QAAA,oBAAxB,cAAwB,QAAA,qBAAxB,QAAwB,QAAA,sBAAA,QAAA,eAAxB,eAAwB,QAAA,6BAAA,QAAA,sB7CiD1B,yB6CjDE,WAAwB,QAAA,eAAxB,aAAwB,QAAA,iBAAxB,mBAAwB,QAAA,uBAAxB,YAAwB,QAAA,gBAAxB,YAAwB,QAAA,gBAAxB,gBAAwB,QAAA,oBAAxB,iBAAwB,QAAA,qBAAxB,WAAwB,QAAA,sBAAA,QAAA,eAAxB,kBAAwB,QAAA,6BAAA,QAAA,uB7CiD1B,yB6CjDE,WAAwB,QAAA,eAAxB,aAAwB,QAAA,iBAAxB,mBAAwB,QAAA,uBAAxB,YAAwB,QAAA,gBAAxB,YAAwB,QAAA,gBAAxB,gBAAwB,QAAA,oBAAxB,iBAAwB,QAAA,qBAAxB,WAAwB,QAAA,sBAAA,QAAA,eAAxB,kBAAwB,QAAA,6BAAA,QAAA,uB7CiD1B,yB6CjDE,WAAwB,QAAA,eAAxB,aAAwB,QAAA,iBAAxB,mBAAwB,QAAA,uBAAxB,YAAwB,QAAA,gBAAxB,YAAwB,QAAA,gBAAxB,gBAAwB,QAAA,oBAAxB,iBAAwB,QAAA,qBAAxB,WAAwB,QAAA,sBAAA,QAAA,eAAxB,kBAAwB,QAAA,6BAAA,QAAA,uB7CiD1B,0B6CjDE,WAAwB,QAAA,eAAxB,aAAwB,QAAA,iBAAxB,mBAAwB,QAAA,uBAAxB,YAAwB,QAAA,gBAAxB,YAAwB,QAAA,gBAAxB,gBAAwB,QAAA,oBAAxB,iBAAwB,QAAA,qBAAxB,WAAwB,QAAA,sBAAA,QAAA,eAAxB,kBAAwB,QAAA,6BAAA,QAAA,uBAU9B,aAEI,cAAqB,QAAA,eAArB,gBAAqB,QAAA,iBAArB,sBAAqB,QAAA,uBAArB,eAAqB,QAAA,gBAArB,eAAqB,QAAA,gBAArB,mBAAqB,QAAA,oBAArB,oBAAqB,QAAA,qBAArB,cAAqB,QAAA,sBAAA,QAAA,eAArB,qBAAqB,QAAA,6BAAA,QAAA,uBCrBzB,kBACE,SAAA,SACA,QAAA,MACA,MAAA,KACA,QAAA,EACA,SAAA,OALF,0BAQI,QAAA,MACA,QAAA,GATJ,yC1D0iOA,wBADA,yBAEA,yBACA,wB0D3hOI,SAAA,SACA,IAAA,EACA,OAAA,EACA,KAAA,EACA,MAAA,KACA,OAAA,KACA,OAAA,EAQF,gCAEI,YAAA,WAFJ,gCAEI,YAAA,OAFJ,+BAEI,YAAA,IAFJ,+BAEI,YAAA,KCzBF,UAAgC,mBAAA,cAAA,eAAA,cAChC,aAAgC,mBAAA,iBAAA,eAAA,iBAChC,kBAAgC,mBAAA,sBAAA,eAAA,sBAChC,qBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,WAA8B,cAAA,eAAA,UAAA,eAC9B,aAA8B,cAAA,iBAAA,UAAA,iBAC9B,mBAA8B,cAAA,uBAAA,UAAA,uBAC9B,WAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,aAA8B,kBAAA,YAAA,UAAA,YAC9B,aAA8B,kBAAA,YAAA,UAAA,YAC9B,eAA8B,kBAAA,YAAA,YAAA,YAC9B,eAA8B,kBAAA,YAAA,YAAA,YAE9B,uBAAoC,cAAA,gBAAA,gBAAA,qBACpC,qBAAoC,cAAA,cAAA,gBAAA,mBACpC,wBAAoC,cAAA,iBAAA,gBAAA,iBACpC,yBAAoC,cAAA,kBAAA,gBAAA,wBACpC,wBAAoC,cAAA,qBAAA,gBAAA,uBAEpC,mBAAiC,eAAA,gBAAA,YAAA,qBACjC,iBAAiC,eAAA,cAAA,YAAA,mBACjC,oBAAiC,eAAA,iBAAA,YAAA,iBACjC,sBAAiC,eAAA,mBAAA,YAAA,mBACjC,qBAAiC,eAAA,kBAAA,YAAA,kBAEjC,qBAAkC,mBAAA,gBAAA,cAAA,qBAClC,mBAAkC,mBAAA,cAAA,cAAA,mBAClC,sBAAkC,mBAAA,iBAAA,cAAA,iBAClC,uBAAkC,mBAAA,kBAAA,cAAA,wBAClC,sBAAkC,mBAAA,qBAAA,cAAA,uBAClC,uBAAkC,mBAAA,kBAAA,cAAA,kBAElC,iBAAgC,oBAAA,eAAA,WAAA,eAChC,kBAAgC,oBAAA,gBAAA,WAAA,qBAChC,gBAAgC,oBAAA,cAAA,WAAA,mBAChC,mBAAgC,oBAAA,iBAAA,WAAA,iBAChC,qBAAgC,oBAAA,mBAAA,WAAA,mBAChC,oBAAgC,oBAAA,kBAAA,WAAA,kB/CYhC,yB+ClDA,aAAgC,mBAAA,cAAA,eAAA,cAChC,gBAAgC,mBAAA,iBAAA,eAAA,iBAChC,qBAAgC,mBAAA,sBAAA,eAAA,sBAChC,wBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,cAA8B,cAAA,eAAA,UAAA,eAC9B,gBAA8B,cAAA,iBAAA,UAAA,iBAC9B,sBAA8B,cAAA,uBAAA,UAAA,uBAC9B,cAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAE9B,0BAAoC,cAAA,gBAAA,gBAAA,qBACpC,wBAAoC,cAAA,cAAA,gBAAA,mBACpC,2BAAoC,cAAA,iBAAA,gBAAA,iBACpC,4BAAoC,cAAA,kBAAA,gBAAA,wBACpC,2BAAoC,cAAA,qBAAA,gBAAA,uBAEpC,sBAAiC,eAAA,gBAAA,YAAA,qBACjC,oBAAiC,eAAA,cAAA,YAAA,mBACjC,uBAAiC,eAAA,iBAAA,YAAA,iBACjC,yBAAiC,eAAA,mBAAA,YAAA,mBACjC,wBAAiC,eAAA,kBAAA,YAAA,kBAEjC,wBAAkC,mBAAA,gBAAA,cAAA,qBAClC,sBAAkC,mBAAA,cAAA,cAAA,mBAClC,yBAAkC,mBAAA,iBAAA,cAAA,iBAClC,0BAAkC,mBAAA,kBAAA,cAAA,wBAClC,yBAAkC,mBAAA,qBAAA,cAAA,uBAClC,0BAAkC,mBAAA,kBAAA,cAAA,kBAElC,oBAAgC,oBAAA,eAAA,WAAA,eAChC,qBAAgC,oBAAA,gBAAA,WAAA,qBAChC,mBAAgC,oBAAA,cAAA,WAAA,mBAChC,sBAAgC,oBAAA,iBAAA,WAAA,iBAChC,wBAAgC,oBAAA,mBAAA,WAAA,mBAChC,uBAAgC,oBAAA,kBAAA,WAAA,mB/CYhC,yB+ClDA,aAAgC,mBAAA,cAAA,eAAA,cAChC,gBAAgC,mBAAA,iBAAA,eAAA,iBAChC,qBAAgC,mBAAA,sBAAA,eAAA,sBAChC,wBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,cAA8B,cAAA,eAAA,UAAA,eAC9B,gBAA8B,cAAA,iBAAA,UAAA,iBAC9B,sBAA8B,cAAA,uBAAA,UAAA,uBAC9B,cAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAE9B,0BAAoC,cAAA,gBAAA,gBAAA,qBACpC,wBAAoC,cAAA,cAAA,gBAAA,mBACpC,2BAAoC,cAAA,iBAAA,gBAAA,iBACpC,4BAAoC,cAAA,kBAAA,gBAAA,wBACpC,2BAAoC,cAAA,qBAAA,gBAAA,uBAEpC,sBAAiC,eAAA,gBAAA,YAAA,qBACjC,oBAAiC,eAAA,cAAA,YAAA,mBACjC,uBAAiC,eAAA,iBAAA,YAAA,iBACjC,yBAAiC,eAAA,mBAAA,YAAA,mBACjC,wBAAiC,eAAA,kBAAA,YAAA,kBAEjC,wBAAkC,mBAAA,gBAAA,cAAA,qBAClC,sBAAkC,mBAAA,cAAA,cAAA,mBAClC,yBAAkC,mBAAA,iBAAA,cAAA,iBAClC,0BAAkC,mBAAA,kBAAA,cAAA,wBAClC,yBAAkC,mBAAA,qBAAA,cAAA,uBAClC,0BAAkC,mBAAA,kBAAA,cAAA,kBAElC,oBAAgC,oBAAA,eAAA,WAAA,eAChC,qBAAgC,oBAAA,gBAAA,WAAA,qBAChC,mBAAgC,oBAAA,cAAA,WAAA,mBAChC,sBAAgC,oBAAA,iBAAA,WAAA,iBAChC,wBAAgC,oBAAA,mBAAA,WAAA,mBAChC,uBAAgC,oBAAA,kBAAA,WAAA,mB/CYhC,yB+ClDA,aAAgC,mBAAA,cAAA,eAAA,cAChC,gBAAgC,mBAAA,iBAAA,eAAA,iBAChC,qBAAgC,mBAAA,sBAAA,eAAA,sBAChC,wBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,cAA8B,cAAA,eAAA,UAAA,eAC9B,gBAA8B,cAAA,iBAAA,UAAA,iBAC9B,sBAA8B,cAAA,uBAAA,UAAA,uBAC9B,cAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAE9B,0BAAoC,cAAA,gBAAA,gBAAA,qBACpC,wBAAoC,cAAA,cAAA,gBAAA,mBACpC,2BAAoC,cAAA,iBAAA,gBAAA,iBACpC,4BAAoC,cAAA,kBAAA,gBAAA,wBACpC,2BAAoC,cAAA,qBAAA,gBAAA,uBAEpC,sBAAiC,eAAA,gBAAA,YAAA,qBACjC,oBAAiC,eAAA,cAAA,YAAA,mBACjC,uBAAiC,eAAA,iBAAA,YAAA,iBACjC,yBAAiC,eAAA,mBAAA,YAAA,mBACjC,wBAAiC,eAAA,kBAAA,YAAA,kBAEjC,wBAAkC,mBAAA,gBAAA,cAAA,qBAClC,sBAAkC,mBAAA,cAAA,cAAA,mBAClC,yBAAkC,mBAAA,iBAAA,cAAA,iBAClC,0BAAkC,mBAAA,kBAAA,cAAA,wBAClC,yBAAkC,mBAAA,qBAAA,cAAA,uBAClC,0BAAkC,mBAAA,kBAAA,cAAA,kBAElC,oBAAgC,oBAAA,eAAA,WAAA,eAChC,qBAAgC,oBAAA,gBAAA,WAAA,qBAChC,mBAAgC,oBAAA,cAAA,WAAA,mBAChC,sBAAgC,oBAAA,iBAAA,WAAA,iBAChC,wBAAgC,oBAAA,mBAAA,WAAA,mBAChC,uBAAgC,oBAAA,kBAAA,WAAA,mB/CYhC,0B+ClDA,aAAgC,mBAAA,cAAA,eAAA,cAChC,gBAAgC,mBAAA,iBAAA,eAAA,iBAChC,qBAAgC,mBAAA,sBAAA,eAAA,sBAChC,wBAAgC,mBAAA,yBAAA,eAAA,yBAEhC,cAA8B,cAAA,eAAA,UAAA,eAC9B,gBAA8B,cAAA,iBAAA,UAAA,iBAC9B,sBAA8B,cAAA,uBAAA,UAAA,uBAC9B,cAA8B,SAAA,EAAA,EAAA,eAAA,KAAA,EAAA,EAAA,eAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,gBAA8B,kBAAA,YAAA,UAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAC9B,kBAA8B,kBAAA,YAAA,YAAA,YAE9B,0BAAoC,cAAA,gBAAA,gBAAA,qBACpC,wBAAoC,cAAA,cAAA,gBAAA,mBACpC,2BAAoC,cAAA,iBAAA,gBAAA,iBACpC,4BAAoC,cAAA,kBAAA,gBAAA,wBACpC,2BAAoC,cAAA,qBAAA,gBAAA,uBAEpC,sBAAiC,eAAA,gBAAA,YAAA,qBACjC,oBAAiC,eAAA,cAAA,YAAA,mBACjC,uBAAiC,eAAA,iBAAA,YAAA,iBACjC,yBAAiC,eAAA,mBAAA,YAAA,mBACjC,wBAAiC,eAAA,kBAAA,YAAA,kBAEjC,wBAAkC,mBAAA,gBAAA,cAAA,qBAClC,sBAAkC,mBAAA,cAAA,cAAA,mBAClC,yBAAkC,mBAAA,iBAAA,cAAA,iBAClC,0BAAkC,mBAAA,kBAAA,cAAA,wBAClC,yBAAkC,mBAAA,qBAAA,cAAA,uBAClC,0BAAkC,mBAAA,kBAAA,cAAA,kBAElC,oBAAgC,oBAAA,eAAA,WAAA,eAChC,qBAAgC,oBAAA,gBAAA,WAAA,qBAChC,mBAAgC,oBAAA,cAAA,WAAA,mBAChC,sBAAgC,oBAAA,iBAAA,WAAA,iBAChC,wBAAgC,oBAAA,mBAAA,WAAA,mBAChC,uBAAgC,oBAAA,kBAAA,WAAA,mBC1ChC,YAAwB,MAAA,eACxB,aAAwB,MAAA,gBACxB,YAAwB,MAAA,ehDoDxB,yBgDtDA,eAAwB,MAAA,eACxB,gBAAwB,MAAA,gBACxB,eAAwB,MAAA,gBhDoDxB,yBgDtDA,eAAwB,MAAA,eACxB,gBAAwB,MAAA,gBACxB,eAAwB,MAAA,gBhDoDxB,yBgDtDA,eAAwB,MAAA,eACxB,gBAAwB,MAAA,gBACxB,eAAwB,MAAA,gBhDoDxB,0BgDtDA,eAAwB,MAAA,eACxB,gBAAwB,MAAA,gBACxB,eAAwB,MAAA,gBCL1B,iBAAyB,oBAAA,cAAA,iBAAA,cAAA,YAAA,cAAzB,kBAAyB,oBAAA,eAAA,iBAAA,eAAA,gBAAA,eAAA,YAAA,eAAzB,kBAAyB,oBAAA,eAAA,iBAAA,eAAA,gBAAA,eAAA,YAAA,eCAzB,eAAsB,SAAA,eAAtB,iBAAsB,SAAA,iBCCtB,iBAAyB,SAAA,iBAAzB,mBAAyB,SAAA,mBAAzB,mBAAyB,SAAA,mBAAzB,gBAAyB,SAAA,gBAAzB,iBAAyB,SAAA,yBAAA,SAAA,iBAK3B,WACE,SAAA,MACA,IAAA,EACA,MAAA,EACA,KAAA,EACA,QAAA,KAGF,cACE,SAAA,MACA,MAAA,EACA,OAAA,EACA,KAAA,EACA,QAAA,KAI4B,2DAD9B,YAEI,SAAA,eAAA,SAAA,OACA,IAAA,EACA,QAAA,MCzBJ,SCEE,SAAA,SACA,MAAA,IACA,OAAA,IACA,QAAA,EACA,OAAA,KACA,SAAA,OACA,KAAA,cACA,YAAA,OACA,OAAA,EAUA,0BAAA,yBAEE,SAAA,OACA,MAAA,KACA,OAAA,KACA,SAAA,QACA,KAAA,KACA,YAAA,OC7BJ,WAAa,WAAA,EAAA,QAAA,OAAA,2BACb,QAAU,WAAA,EAAA,MAAA,KAAA,0BACV,WAAa,WAAA,EAAA,KAAA,KAAA,2BACb,aAAe,WAAA,eCCX,MAAuB,MAAA,cAAvB,MAAuB,MAAA,cAAvB,MAAuB,MAAA,cAAvB,OAAuB,MAAA,eAAvB,QAAuB,MAAA,eAAvB,MAAuB,OAAA,cAAvB,MAAuB,OAAA,cAAvB,MAAuB,OAAA,cAAvB,OAAuB,OAAA,eAAvB,QAAuB,OAAA,eAI3B,QAAU,UAAA,eACV,QAAU,WAAA,eAIV,YAAc,UAAA,gBACd,YAAc,WAAA,gBAEd,QAAU,MAAA,gBACV,QAAU,OAAA,gBCTF,KAAgC,OAAA,YAChC,MpEmgQR,MoEjgQU,WAAA,YAEF,MpEogQR,MoElgQU,aAAA,YAEF,MpEqgQR,MoEngQU,cAAA,YAEF,MpEsgQR,MoEpgQU,YAAA,YAfF,KAAgC,OAAA,iBAChC,MpE2hQR,MoEzhQU,WAAA,iBAEF,MpE4hQR,MoE1hQU,aAAA,iBAEF,MpE6hQR,MoE3hQU,cAAA,iBAEF,MpE8hQR,MoE5hQU,YAAA,iBAfF,KAAgC,OAAA,gBAChC,MpEmjQR,MoEjjQU,WAAA,gBAEF,MpEojQR,MoEljQU,aAAA,gBAEF,MpEqjQR,MoEnjQU,cAAA,gBAEF,MpEsjQR,MoEpjQU,YAAA,gBAfF,KAAgC,OAAA,eAChC,MpE2kQR,MoEzkQU,WAAA,eAEF,MpE4kQR,MoE1kQU,aAAA,eAEF,MpE6kQR,MoE3kQU,cAAA,eAEF,MpE8kQR,MoE5kQU,YAAA,eAfF,KAAgC,OAAA,iBAChC,MpEmmQR,MoEjmQU,WAAA,iBAEF,MpEomQR,MoElmQU,aAAA,iBAEF,MpEqmQR,MoEnmQU,cAAA,iBAEF,MpEsmQR,MoEpmQU,YAAA,iBAfF,KAAgC,OAAA,eAChC,MpE2nQR,MoEznQU,WAAA,eAEF,MpE4nQR,MoE1nQU,aAAA,eAEF,MpE6nQR,MoE3nQU,cAAA,eAEF,MpE8nQR,MoE5nQU,YAAA,eAfF,KAAgC,QAAA,YAChC,MpEmpQR,MoEjpQU,YAAA,YAEF,MpEopQR,MoElpQU,cAAA,YAEF,MpEqpQR,MoEnpQU,eAAA,YAEF,MpEspQR,MoEppQU,aAAA,YAfF,KAAgC,QAAA,iBAChC,MpE2qQR,MoEzqQU,YAAA,iBAEF,MpE4qQR,MoE1qQU,cAAA,iBAEF,MpE6qQR,MoE3qQU,eAAA,iBAEF,MpE8qQR,MoE5qQU,aAAA,iBAfF,KAAgC,QAAA,gBAChC,MpEmsQR,MoEjsQU,YAAA,gBAEF,MpEosQR,MoElsQU,cAAA,gBAEF,MpEqsQR,MoEnsQU,eAAA,gBAEF,MpEssQR,MoEpsQU,aAAA,gBAfF,KAAgC,QAAA,eAChC,MpE2tQR,MoEztQU,YAAA,eAEF,MpE4tQR,MoE1tQU,cAAA,eAEF,MpE6tQR,MoE3tQU,eAAA,eAEF,MpE8tQR,MoE5tQU,aAAA,eAfF,KAAgC,QAAA,iBAChC,MpEmvQR,MoEjvQU,YAAA,iBAEF,MpEovQR,MoElvQU,cAAA,iBAEF,MpEqvQR,MoEnvQU,eAAA,iBAEF,MpEsvQR,MoEpvQU,aAAA,iBAfF,KAAgC,QAAA,eAChC,MpE2wQR,MoEzwQU,YAAA,eAEF,MpE4wQR,MoE1wQU,cAAA,eAEF,MpE6wQR,MoE3wQU,eAAA,eAEF,MpE8wQR,MoE5wQU,aAAA,eAQF,MAAwB,OAAA,kBACxB,OpE4wQR,OoE1wQU,WAAA,kBAEF,OpE6wQR,OoE3wQU,aAAA,kBAEF,OpE8wQR,OoE5wQU,cAAA,kBAEF,OpE+wQR,OoE7wQU,YAAA,kBAfF,MAAwB,OAAA,iBACxB,OpEoyQR,OoElyQU,WAAA,iBAEF,OpEqyQR,OoEnyQU,aAAA,iBAEF,OpEsyQR,OoEpyQU,cAAA,iBAEF,OpEuyQR,OoEryQU,YAAA,iBAfF,MAAwB,OAAA,gBACxB,OpE4zQR,OoE1zQU,WAAA,gBAEF,OpE6zQR,OoE3zQU,aAAA,gBAEF,OpE8zQR,OoE5zQU,cAAA,gBAEF,OpE+zQR,OoE7zQU,YAAA,gBAfF,MAAwB,OAAA,kBACxB,OpEo1QR,OoEl1QU,WAAA,kBAEF,OpEq1QR,OoEn1QU,aAAA,kBAEF,OpEs1QR,OoEp1QU,cAAA,kBAEF,OpEu1QR,OoEr1QU,YAAA,kBAfF,MAAwB,OAAA,gBACxB,OpE42QR,OoE12QU,WAAA,gBAEF,OpE62QR,OoE32QU,aAAA,gBAEF,OpE82QR,OoE52QU,cAAA,gBAEF,OpE+2QR,OoE72QU,YAAA,gBAMN,QAAmB,OAAA,eACnB,SpE+2QJ,SoE72QM,WAAA,eAEF,SpEg3QJ,SoE92QM,aAAA,eAEF,SpEi3QJ,SoE/2QM,cAAA,eAEF,SpEk3QJ,SoEh3QM,YAAA,exDTF,yBwDlDI,QAAgC,OAAA,YAChC,SpEm7QN,SoEj7QQ,WAAA,YAEF,SpEm7QN,SoEj7QQ,aAAA,YAEF,SpEm7QN,SoEj7QQ,cAAA,YAEF,SpEm7QN,SoEj7QQ,YAAA,YAfF,QAAgC,OAAA,iBAChC,SpEs8QN,SoEp8QQ,WAAA,iBAEF,SpEs8QN,SoEp8QQ,aAAA,iBAEF,SpEs8QN,SoEp8QQ,cAAA,iBAEF,SpEs8QN,SoEp8QQ,YAAA,iBAfF,QAAgC,OAAA,gBAChC,SpEy9QN,SoEv9QQ,WAAA,gBAEF,SpEy9QN,SoEv9QQ,aAAA,gBAEF,SpEy9QN,SoEv9QQ,cAAA,gBAEF,SpEy9QN,SoEv9QQ,YAAA,gBAfF,QAAgC,OAAA,eAChC,SpE4+QN,SoE1+QQ,WAAA,eAEF,SpE4+QN,SoE1+QQ,aAAA,eAEF,SpE4+QN,SoE1+QQ,cAAA,eAEF,SpE4+QN,SoE1+QQ,YAAA,eAfF,QAAgC,OAAA,iBAChC,SpE+/QN,SoE7/QQ,WAAA,iBAEF,SpE+/QN,SoE7/QQ,aAAA,iBAEF,SpE+/QN,SoE7/QQ,cAAA,iBAEF,SpE+/QN,SoE7/QQ,YAAA,iBAfF,QAAgC,OAAA,eAChC,SpEkhRN,SoEhhRQ,WAAA,eAEF,SpEkhRN,SoEhhRQ,aAAA,eAEF,SpEkhRN,SoEhhRQ,cAAA,eAEF,SpEkhRN,SoEhhRQ,YAAA,eAfF,QAAgC,QAAA,YAChC,SpEqiRN,SoEniRQ,YAAA,YAEF,SpEqiRN,SoEniRQ,cAAA,YAEF,SpEqiRN,SoEniRQ,eAAA,YAEF,SpEqiRN,SoEniRQ,aAAA,YAfF,QAAgC,QAAA,iBAChC,SpEwjRN,SoEtjRQ,YAAA,iBAEF,SpEwjRN,SoEtjRQ,cAAA,iBAEF,SpEwjRN,SoEtjRQ,eAAA,iBAEF,SpEwjRN,SoEtjRQ,aAAA,iBAfF,QAAgC,QAAA,gBAChC,SpE2kRN,SoEzkRQ,YAAA,gBAEF,SpE2kRN,SoEzkRQ,cAAA,gBAEF,SpE2kRN,SoEzkRQ,eAAA,gBAEF,SpE2kRN,SoEzkRQ,aAAA,gBAfF,QAAgC,QAAA,eAChC,SpE8lRN,SoE5lRQ,YAAA,eAEF,SpE8lRN,SoE5lRQ,cAAA,eAEF,SpE8lRN,SoE5lRQ,eAAA,eAEF,SpE8lRN,SoE5lRQ,aAAA,eAfF,QAAgC,QAAA,iBAChC,SpEinRN,SoE/mRQ,YAAA,iBAEF,SpEinRN,SoE/mRQ,cAAA,iBAEF,SpEinRN,SoE/mRQ,eAAA,iBAEF,SpEinRN,SoE/mRQ,aAAA,iBAfF,QAAgC,QAAA,eAChC,SpEooRN,SoEloRQ,YAAA,eAEF,SpEooRN,SoEloRQ,cAAA,eAEF,SpEooRN,SoEloRQ,eAAA,eAEF,SpEooRN,SoEloRQ,aAAA,eAQF,SAAwB,OAAA,kBACxB,UpEgoRN,UoE9nRQ,WAAA,kBAEF,UpEgoRN,UoE9nRQ,aAAA,kBAEF,UpEgoRN,UoE9nRQ,cAAA,kBAEF,UpEgoRN,UoE9nRQ,YAAA,kBAfF,SAAwB,OAAA,iBACxB,UpEmpRN,UoEjpRQ,WAAA,iBAEF,UpEmpRN,UoEjpRQ,aAAA,iBAEF,UpEmpRN,UoEjpRQ,cAAA,iBAEF,UpEmpRN,UoEjpRQ,YAAA,iBAfF,SAAwB,OAAA,gBACxB,UpEsqRN,UoEpqRQ,WAAA,gBAEF,UpEsqRN,UoEpqRQ,aAAA,gBAEF,UpEsqRN,UoEpqRQ,cAAA,gBAEF,UpEsqRN,UoEpqRQ,YAAA,gBAfF,SAAwB,OAAA,kBACxB,UpEyrRN,UoEvrRQ,WAAA,kBAEF,UpEyrRN,UoEvrRQ,aAAA,kBAEF,UpEyrRN,UoEvrRQ,cAAA,kBAEF,UpEyrRN,UoEvrRQ,YAAA,kBAfF,SAAwB,OAAA,gBACxB,UpE4sRN,UoE1sRQ,WAAA,gBAEF,UpE4sRN,UoE1sRQ,aAAA,gBAEF,UpE4sRN,UoE1sRQ,cAAA,gBAEF,UpE4sRN,UoE1sRQ,YAAA,gBAMN,WAAmB,OAAA,eACnB,YpE0sRF,YoExsRI,WAAA,eAEF,YpE0sRF,YoExsRI,aAAA,eAEF,YpE0sRF,YoExsRI,cAAA,eAEF,YpE0sRF,YoExsRI,YAAA,gBxDTF,yBwDlDI,QAAgC,OAAA,YAChC,SpE4wRN,SoE1wRQ,WAAA,YAEF,SpE4wRN,SoE1wRQ,aAAA,YAEF,SpE4wRN,SoE1wRQ,cAAA,YAEF,SpE4wRN,SoE1wRQ,YAAA,YAfF,QAAgC,OAAA,iBAChC,SpE+xRN,SoE7xRQ,WAAA,iBAEF,SpE+xRN,SoE7xRQ,aAAA,iBAEF,SpE+xRN,SoE7xRQ,cAAA,iBAEF,SpE+xRN,SoE7xRQ,YAAA,iBAfF,QAAgC,OAAA,gBAChC,SpEkzRN,SoEhzRQ,WAAA,gBAEF,SpEkzRN,SoEhzRQ,aAAA,gBAEF,SpEkzRN,SoEhzRQ,cAAA,gBAEF,SpEkzRN,SoEhzRQ,YAAA,gBAfF,QAAgC,OAAA,eAChC,SpEq0RN,SoEn0RQ,WAAA,eAEF,SpEq0RN,SoEn0RQ,aAAA,eAEF,SpEq0RN,SoEn0RQ,cAAA,eAEF,SpEq0RN,SoEn0RQ,YAAA,eAfF,QAAgC,OAAA,iBAChC,SpEw1RN,SoEt1RQ,WAAA,iBAEF,SpEw1RN,SoEt1RQ,aAAA,iBAEF,SpEw1RN,SoEt1RQ,cAAA,iBAEF,SpEw1RN,SoEt1RQ,YAAA,iBAfF,QAAgC,OAAA,eAChC,SpE22RN,SoEz2RQ,WAAA,eAEF,SpE22RN,SoEz2RQ,aAAA,eAEF,SpE22RN,SoEz2RQ,cAAA,eAEF,SpE22RN,SoEz2RQ,YAAA,eAfF,QAAgC,QAAA,YAChC,SpE83RN,SoE53RQ,YAAA,YAEF,SpE83RN,SoE53RQ,cAAA,YAEF,SpE83RN,SoE53RQ,eAAA,YAEF,SpE83RN,SoE53RQ,aAAA,YAfF,QAAgC,QAAA,iBAChC,SpEi5RN,SoE/4RQ,YAAA,iBAEF,SpEi5RN,SoE/4RQ,cAAA,iBAEF,SpEi5RN,SoE/4RQ,eAAA,iBAEF,SpEi5RN,SoE/4RQ,aAAA,iBAfF,QAAgC,QAAA,gBAChC,SpEo6RN,SoEl6RQ,YAAA,gBAEF,SpEo6RN,SoEl6RQ,cAAA,gBAEF,SpEo6RN,SoEl6RQ,eAAA,gBAEF,SpEo6RN,SoEl6RQ,aAAA,gBAfF,QAAgC,QAAA,eAChC,SpEu7RN,SoEr7RQ,YAAA,eAEF,SpEu7RN,SoEr7RQ,cAAA,eAEF,SpEu7RN,SoEr7RQ,eAAA,eAEF,SpEu7RN,SoEr7RQ,aAAA,eAfF,QAAgC,QAAA,iBAChC,SpE08RN,SoEx8RQ,YAAA,iBAEF,SpE08RN,SoEx8RQ,cAAA,iBAEF,SpE08RN,SoEx8RQ,eAAA,iBAEF,SpE08RN,SoEx8RQ,aAAA,iBAfF,QAAgC,QAAA,eAChC,SpE69RN,SoE39RQ,YAAA,eAEF,SpE69RN,SoE39RQ,cAAA,eAEF,SpE69RN,SoE39RQ,eAAA,eAEF,SpE69RN,SoE39RQ,aAAA,eAQF,SAAwB,OAAA,kBACxB,UpEy9RN,UoEv9RQ,WAAA,kBAEF,UpEy9RN,UoEv9RQ,aAAA,kBAEF,UpEy9RN,UoEv9RQ,cAAA,kBAEF,UpEy9RN,UoEv9RQ,YAAA,kBAfF,SAAwB,OAAA,iBACxB,UpE4+RN,UoE1+RQ,WAAA,iBAEF,UpE4+RN,UoE1+RQ,aAAA,iBAEF,UpE4+RN,UoE1+RQ,cAAA,iBAEF,UpE4+RN,UoE1+RQ,YAAA,iBAfF,SAAwB,OAAA,gBACxB,UpE+/RN,UoE7/RQ,WAAA,gBAEF,UpE+/RN,UoE7/RQ,aAAA,gBAEF,UpE+/RN,UoE7/RQ,cAAA,gBAEF,UpE+/RN,UoE7/RQ,YAAA,gBAfF,SAAwB,OAAA,kBACxB,UpEkhSN,UoEhhSQ,WAAA,kBAEF,UpEkhSN,UoEhhSQ,aAAA,kBAEF,UpEkhSN,UoEhhSQ,cAAA,kBAEF,UpEkhSN,UoEhhSQ,YAAA,kBAfF,SAAwB,OAAA,gBACxB,UpEqiSN,UoEniSQ,WAAA,gBAEF,UpEqiSN,UoEniSQ,aAAA,gBAEF,UpEqiSN,UoEniSQ,cAAA,gBAEF,UpEqiSN,UoEniSQ,YAAA,gBAMN,WAAmB,OAAA,eACnB,YpEmiSF,YoEjiSI,WAAA,eAEF,YpEmiSF,YoEjiSI,aAAA,eAEF,YpEmiSF,YoEjiSI,cAAA,eAEF,YpEmiSF,YoEjiSI,YAAA,gBxDTF,yBwDlDI,QAAgC,OAAA,YAChC,SpEqmSN,SoEnmSQ,WAAA,YAEF,SpEqmSN,SoEnmSQ,aAAA,YAEF,SpEqmSN,SoEnmSQ,cAAA,YAEF,SpEqmSN,SoEnmSQ,YAAA,YAfF,QAAgC,OAAA,iBAChC,SpEwnSN,SoEtnSQ,WAAA,iBAEF,SpEwnSN,SoEtnSQ,aAAA,iBAEF,SpEwnSN,SoEtnSQ,cAAA,iBAEF,SpEwnSN,SoEtnSQ,YAAA,iBAfF,QAAgC,OAAA,gBAChC,SpE2oSN,SoEzoSQ,WAAA,gBAEF,SpE2oSN,SoEzoSQ,aAAA,gBAEF,SpE2oSN,SoEzoSQ,cAAA,gBAEF,SpE2oSN,SoEzoSQ,YAAA,gBAfF,QAAgC,OAAA,eAChC,SpE8pSN,SoE5pSQ,WAAA,eAEF,SpE8pSN,SoE5pSQ,aAAA,eAEF,SpE8pSN,SoE5pSQ,cAAA,eAEF,SpE8pSN,SoE5pSQ,YAAA,eAfF,QAAgC,OAAA,iBAChC,SpEirSN,SoE/qSQ,WAAA,iBAEF,SpEirSN,SoE/qSQ,aAAA,iBAEF,SpEirSN,SoE/qSQ,cAAA,iBAEF,SpEirSN,SoE/qSQ,YAAA,iBAfF,QAAgC,OAAA,eAChC,SpEosSN,SoElsSQ,WAAA,eAEF,SpEosSN,SoElsSQ,aAAA,eAEF,SpEosSN,SoElsSQ,cAAA,eAEF,SpEosSN,SoElsSQ,YAAA,eAfF,QAAgC,QAAA,YAChC,SpEutSN,SoErtSQ,YAAA,YAEF,SpEutSN,SoErtSQ,cAAA,YAEF,SpEutSN,SoErtSQ,eAAA,YAEF,SpEutSN,SoErtSQ,aAAA,YAfF,QAAgC,QAAA,iBAChC,SpE0uSN,SoExuSQ,YAAA,iBAEF,SpE0uSN,SoExuSQ,cAAA,iBAEF,SpE0uSN,SoExuSQ,eAAA,iBAEF,SpE0uSN,SoExuSQ,aAAA,iBAfF,QAAgC,QAAA,gBAChC,SpE6vSN,SoE3vSQ,YAAA,gBAEF,SpE6vSN,SoE3vSQ,cAAA,gBAEF,SpE6vSN,SoE3vSQ,eAAA,gBAEF,SpE6vSN,SoE3vSQ,aAAA,gBAfF,QAAgC,QAAA,eAChC,SpEgxSN,SoE9wSQ,YAAA,eAEF,SpEgxSN,SoE9wSQ,cAAA,eAEF,SpEgxSN,SoE9wSQ,eAAA,eAEF,SpEgxSN,SoE9wSQ,aAAA,eAfF,QAAgC,QAAA,iBAChC,SpEmySN,SoEjySQ,YAAA,iBAEF,SpEmySN,SoEjySQ,cAAA,iBAEF,SpEmySN,SoEjySQ,eAAA,iBAEF,SpEmySN,SoEjySQ,aAAA,iBAfF,QAAgC,QAAA,eAChC,SpEszSN,SoEpzSQ,YAAA,eAEF,SpEszSN,SoEpzSQ,cAAA,eAEF,SpEszSN,SoEpzSQ,eAAA,eAEF,SpEszSN,SoEpzSQ,aAAA,eAQF,SAAwB,OAAA,kBACxB,UpEkzSN,UoEhzSQ,WAAA,kBAEF,UpEkzSN,UoEhzSQ,aAAA,kBAEF,UpEkzSN,UoEhzSQ,cAAA,kBAEF,UpEkzSN,UoEhzSQ,YAAA,kBAfF,SAAwB,OAAA,iBACxB,UpEq0SN,UoEn0SQ,WAAA,iBAEF,UpEq0SN,UoEn0SQ,aAAA,iBAEF,UpEq0SN,UoEn0SQ,cAAA,iBAEF,UpEq0SN,UoEn0SQ,YAAA,iBAfF,SAAwB,OAAA,gBACxB,UpEw1SN,UoEt1SQ,WAAA,gBAEF,UpEw1SN,UoEt1SQ,aAAA,gBAEF,UpEw1SN,UoEt1SQ,cAAA,gBAEF,UpEw1SN,UoEt1SQ,YAAA,gBAfF,SAAwB,OAAA,kBACxB,UpE22SN,UoEz2SQ,WAAA,kBAEF,UpE22SN,UoEz2SQ,aAAA,kBAEF,UpE22SN,UoEz2SQ,cAAA,kBAEF,UpE22SN,UoEz2SQ,YAAA,kBAfF,SAAwB,OAAA,gBACxB,UpE83SN,UoE53SQ,WAAA,gBAEF,UpE83SN,UoE53SQ,aAAA,gBAEF,UpE83SN,UoE53SQ,cAAA,gBAEF,UpE83SN,UoE53SQ,YAAA,gBAMN,WAAmB,OAAA,eACnB,YpE43SF,YoE13SI,WAAA,eAEF,YpE43SF,YoE13SI,aAAA,eAEF,YpE43SF,YoE13SI,cAAA,eAEF,YpE43SF,YoE13SI,YAAA,gBxDTF,0BwDlDI,QAAgC,OAAA,YAChC,SpE87SN,SoE57SQ,WAAA,YAEF,SpE87SN,SoE57SQ,aAAA,YAEF,SpE87SN,SoE57SQ,cAAA,YAEF,SpE87SN,SoE57SQ,YAAA,YAfF,QAAgC,OAAA,iBAChC,SpEi9SN,SoE/8SQ,WAAA,iBAEF,SpEi9SN,SoE/8SQ,aAAA,iBAEF,SpEi9SN,SoE/8SQ,cAAA,iBAEF,SpEi9SN,SoE/8SQ,YAAA,iBAfF,QAAgC,OAAA,gBAChC,SpEo+SN,SoEl+SQ,WAAA,gBAEF,SpEo+SN,SoEl+SQ,aAAA,gBAEF,SpEo+SN,SoEl+SQ,cAAA,gBAEF,SpEo+SN,SoEl+SQ,YAAA,gBAfF,QAAgC,OAAA,eAChC,SpEu/SN,SoEr/SQ,WAAA,eAEF,SpEu/SN,SoEr/SQ,aAAA,eAEF,SpEu/SN,SoEr/SQ,cAAA,eAEF,SpEu/SN,SoEr/SQ,YAAA,eAfF,QAAgC,OAAA,iBAChC,SpE0gTN,SoExgTQ,WAAA,iBAEF,SpE0gTN,SoExgTQ,aAAA,iBAEF,SpE0gTN,SoExgTQ,cAAA,iBAEF,SpE0gTN,SoExgTQ,YAAA,iBAfF,QAAgC,OAAA,eAChC,SpE6hTN,SoE3hTQ,WAAA,eAEF,SpE6hTN,SoE3hTQ,aAAA,eAEF,SpE6hTN,SoE3hTQ,cAAA,eAEF,SpE6hTN,SoE3hTQ,YAAA,eAfF,QAAgC,QAAA,YAChC,SpEgjTN,SoE9iTQ,YAAA,YAEF,SpEgjTN,SoE9iTQ,cAAA,YAEF,SpEgjTN,SoE9iTQ,eAAA,YAEF,SpEgjTN,SoE9iTQ,aAAA,YAfF,QAAgC,QAAA,iBAChC,SpEmkTN,SoEjkTQ,YAAA,iBAEF,SpEmkTN,SoEjkTQ,cAAA,iBAEF,SpEmkTN,SoEjkTQ,eAAA,iBAEF,SpEmkTN,SoEjkTQ,aAAA,iBAfF,QAAgC,QAAA,gBAChC,SpEslTN,SoEplTQ,YAAA,gBAEF,SpEslTN,SoEplTQ,cAAA,gBAEF,SpEslTN,SoEplTQ,eAAA,gBAEF,SpEslTN,SoEplTQ,aAAA,gBAfF,QAAgC,QAAA,eAChC,SpEymTN,SoEvmTQ,YAAA,eAEF,SpEymTN,SoEvmTQ,cAAA,eAEF,SpEymTN,SoEvmTQ,eAAA,eAEF,SpEymTN,SoEvmTQ,aAAA,eAfF,QAAgC,QAAA,iBAChC,SpE4nTN,SoE1nTQ,YAAA,iBAEF,SpE4nTN,SoE1nTQ,cAAA,iBAEF,SpE4nTN,SoE1nTQ,eAAA,iBAEF,SpE4nTN,SoE1nTQ,aAAA,iBAfF,QAAgC,QAAA,eAChC,SpE+oTN,SoE7oTQ,YAAA,eAEF,SpE+oTN,SoE7oTQ,cAAA,eAEF,SpE+oTN,SoE7oTQ,eAAA,eAEF,SpE+oTN,SoE7oTQ,aAAA,eAQF,SAAwB,OAAA,kBACxB,UpE2oTN,UoEzoTQ,WAAA,kBAEF,UpE2oTN,UoEzoTQ,aAAA,kBAEF,UpE2oTN,UoEzoTQ,cAAA,kBAEF,UpE2oTN,UoEzoTQ,YAAA,kBAfF,SAAwB,OAAA,iBACxB,UpE8pTN,UoE5pTQ,WAAA,iBAEF,UpE8pTN,UoE5pTQ,aAAA,iBAEF,UpE8pTN,UoE5pTQ,cAAA,iBAEF,UpE8pTN,UoE5pTQ,YAAA,iBAfF,SAAwB,OAAA,gBACxB,UpEirTN,UoE/qTQ,WAAA,gBAEF,UpEirTN,UoE/qTQ,aAAA,gBAEF,UpEirTN,UoE/qTQ,cAAA,gBAEF,UpEirTN,UoE/qTQ,YAAA,gBAfF,SAAwB,OAAA,kBACxB,UpEosTN,UoElsTQ,WAAA,kBAEF,UpEosTN,UoElsTQ,aAAA,kBAEF,UpEosTN,UoElsTQ,cAAA,kBAEF,UpEosTN,UoElsTQ,YAAA,kBAfF,SAAwB,OAAA,gBACxB,UpEutTN,UoErtTQ,WAAA,gBAEF,UpEutTN,UoErtTQ,aAAA,gBAEF,UpEutTN,UoErtTQ,cAAA,gBAEF,UpEutTN,UoErtTQ,YAAA,gBAMN,WAAmB,OAAA,eACnB,YpEqtTF,YoEntTI,WAAA,eAEF,YpEqtTF,YoEntTI,aAAA,eAEF,YpEqtTF,YoEntTI,cAAA,eAEF,YpEqtTF,YoEntTI,YAAA,gBCjEN,uBAEI,SAAA,SACA,IAAA,EACA,MAAA,EACA,OAAA,EACA,KAAA,EACA,QAAA,EAEA,eAAA,KACA,QAAA,GAEA,iBAAA,cCVJ,gBAAkB,YAAA,cAAA,CAAA,KAAA,CAAA,MAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,oBAIlB,cAAiB,WAAA,kBACjB,WAAiB,YAAA,iBACjB,aAAiB,YAAA,iBACjB,eCTE,SAAA,OACA,cAAA,SACA,YAAA,ODeE,WAAwB,WAAA,eACxB,YAAwB,WAAA,gBACxB,aAAwB,WAAA,iB1DqCxB,yB0DvCA,cAAwB,WAAA,eACxB,eAAwB,WAAA,gBACxB,gBAAwB,WAAA,kB1DqCxB,yB0DvCA,cAAwB,WAAA,eACxB,eAAwB,WAAA,gBACxB,gBAAwB,WAAA,kB1DqCxB,yB0DvCA,cAAwB,WAAA,eACxB,eAAwB,WAAA,gBACxB,gBAAwB,WAAA,kB1DqCxB,0B0DvCA,cAAwB,WAAA,eACxB,eAAwB,WAAA,gBACxB,gBAAwB,WAAA,kBAM5B,gBAAmB,eAAA,oBACnB,gBAAmB,eAAA,oBACnB,iBAAmB,eAAA,qBAInB,mBAAuB,YAAA,cACvB,qBAAuB,YAAA,kBACvB,oBAAuB,YAAA,cACvB,kBAAuB,YAAA,cACvB,oBAAuB,YAAA,iBACvB,aAAuB,WAAA,iBAIvB,YAAc,MAAA,eEvCZ,cACE,MAAA,kBrEUF,qBAAA,qBqELM,MAAA,kBANN,gBACE,MAAA,kBrEUF,uBAAA,uBqELM,MAAA,kBANN,cACE,MAAA,kBrEUF,qBAAA,qBqELM,MAAA,kBANN,WACE,MAAA,kBrEUF,kBAAA,kBqELM,MAAA,kBANN,cACE,MAAA,kBrEUF,qBAAA,qBqELM,MAAA,kBANN,aACE,MAAA,kBrEUF,oBAAA,oBqELM,MAAA,kBANN,YACE,MAAA,kBrEUF,mBAAA,mBqELM,MAAA,kBANN,WACE,MAAA,kBrEUF,kBAAA,kBqELM,MAAA,kBFuCR,WAAa,MAAA,kBACb,YAAc,MAAA,kBAEd,eAAiB,MAAA,yBACjB,eAAiB,MAAA,+BAIjB,WGvDE,KAAA,CAAA,CAAA,EAAA,EACA,MAAA,YACA,YAAA,KACA,iBAAA,YACA,OAAA,EHuDF,sBAAwB,gBAAA,eAExB,YACE,WAAA,qBACA,UAAA,qBAKF,YAAc,MAAA,kBIjEd,SACE,WAAA,kBAGF,WACE,WAAA,iBCAA,a5EOF,ECigUE,QADA,S2EjgUI,YAAA,eAEA,WAAA,eAGF,YAEI,gBAAA,UASJ,mBACE,QAAA,KAAA,YAAA,I5E8LN,I4E/KM,YAAA,mB3Eg/TJ,W2E9+TE,IAEE,OAAA,IAAA,MAAA,QACA,kBAAA,M3Eg/TJ,I2E7+TE,GAEE,kBAAA,M3E++TJ,GACA,G2E7+TE,EAGE,QAAA,EACA,OAAA,EAGF,G3E2+TF,G2Ez+TI,iBAAA,MAQF,MACE,KAAA,G5EnCN,K4EsCM,UAAA,gBAEF,WACE,UAAA,gB7CrEN,Q6C0EM,QAAA,KxCtFN,OwCyFM,OAAA,IAAA,MAAA,K7D1FN,O6D8FM,gBAAA,mBADF,U3Eq+TF,U2Eh+TM,iBAAA,e3Eo+TN,mBc9hUF,mB6DiEQ,OAAA,IAAA,MAAA,kB7DoBR,Y6DfM,MAAA,Q3Ei+TJ,wBAFA,ee5kUA,ef6kUA,qB2E19TM,aAAA,Q7DTR,sB6DcM,MAAA,QACA,aAAA","sourcesContent":["/*!\n * Bootstrap v4.6.2 (https://getbootstrap.com/)\n * Copyright 2011-2022 The Bootstrap Authors\n * Copyright 2011-2022 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"code\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"input-group\";\n@import \"custom-forms\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"jumbotron\";\n@import \"alert\";\n@import \"progress\";\n@import \"media\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"utilities\";\n@import \"print\";\n",":root {\n // Custom variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$color}: #{$value};\n }\n\n @each $bp, $value in $grid-breakpoints {\n --breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --font-family-sans-serif: #{inspect($font-family-sans-serif)};\n --font-family-monospace: #{inspect($font-family-monospace)};\n}\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n//\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `

    `-`

    ` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

    `s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,\n // making it impossible to interact with the content\n -ms-overflow-style: scrollbar;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Set the cursor for non-`

    + `}setSearch(e){this._inputRef.value&&(this._prevValue=e,this._inputRef.value.value=e)}focusSearch(){requestAnimationFrame((()=>this._inputRef.value.focus()))}_handleInput(e){const t=e.target;this.handleChange(t.value)}_handleKeyup(e){const t=e.target;t.value!==this._prevValue&&this.handleChange(t.value)}handleChange(e){this._prevValue=e,this.dispatchEvent(new CustomEvent("change",{detail:{search:e},bubbles:!1,composed:!1}))}selectParent(e){this.dispatchEvent(new CustomEvent("setParent",{detail:{parent:e},bubbles:!0,composed:!0}))}firstUpdated(){this.focusSearch()}_close(){this.dispatchEvent(new CustomEvent("close",{bubbles:!0,composed:!0}))}};NinjaHeader.styles=css` + :host { + flex: 1; + position: relative; + } + .search { + padding: 1.25em; + flex-grow: 1; + flex-shrink: 0; + margin: 0px; + border: none; + appearance: none; + font-size: 1.125em; + background: transparent; + caret-color: var(--ninja-accent-color); + color: #ffffff; + outline: none; + font-family: var(--ninja-font-family); + } + .search::placeholder { + color: var(--ninja-placeholder-color); + } + .breadcrumb-list { + padding: 1em 4em 0 1em; + display: flex; + flex-direction: row; + align-items: stretch; + justify-content: flex-start; + flex: initial; + } + + .breadcrumb { + background: var(--ninja-secondary-background-color); + text-align: center; + line-height: 1.2em; + border-radius: var(--ninja-key-border-radius); + border: 0; + cursor: pointer; + padding: 0.1em 0.5em; + color: var(--ninja-secondary-text-color); + margin-right: 0.5em; + outline: none; + font-family: var(--ninja-font-family); + } + + .search-wrapper { + display: flex; + border-bottom: var(--ninja-separate-border); + background: #000000; + } + `,__decorate([property()],NinjaHeader.prototype,"placeholder",void 0),__decorate([property({type:Boolean})],NinjaHeader.prototype,"hideBreadcrumbs",void 0),__decorate([property()],NinjaHeader.prototype,"breadcrumbHome",void 0),__decorate([property({type:Array})],NinjaHeader.prototype,"breadcrumbs",void 0),NinjaHeader=__decorate([customElement("ninja-header")],NinjaHeader);export{NinjaHeader}; \ No newline at end of file diff --git a/assets/js/search/ninja-keys.min.js b/assets/js/search/ninja-keys.min.js new file mode 100644 index 0000000000000..60b697017c239 --- /dev/null +++ b/assets/js/search/ninja-keys.min.js @@ -0,0 +1,39 @@ +/** + * Minified by jsDelivr using Terser v5.19.2. + * Original file: /npm/@deepdub/ninja-keys@1.2.11/dist/ninja-keys.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +var __decorate=this&&this.__decorate||function(e,t,i,s){var o,a=arguments.length,n=a<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,s);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(n=(a<3?o(n):a>3?o(t,i,n):o(t,i))||n);return a>3&&n&&Object.defineProperty(t,i,n),n};import{LitElement,html}from"./lit/index.min.js";import{customElement,property,state}from"./lit/decorators.min.js";import{repeat}from"./lit/directives/repeat.min.js";import{live}from"./lit/directives/live.min.js";import{createRef,ref}from"./lit-html/directives/ref.min.js";import{classMap}from"./lit/directives/class-map.min.js";import hotkeys from"./hotkeys-js/hotkeys.esm.min.js";import"./ninja-header.min.js";import"./ninja-action.min.js";import{footerHtml}from"./ninja-footer.min.js";import{baseStyles}from"./base-styles.min.js";import{commandScore}from"./command-score.min.js";let NinjaKeys=class extends LitElement{constructor(){super(...arguments),this._ignorePrefixesSplit=null,this.placeholder="Type a command or search...",this.disableHotkeys=!1,this.hideBreadcrumbs=!1,this.ignorePrefixes="",this.openHotkey="cmd+k,ctrl+k",this.navigationUpHotkey="up,shift+tab",this.navigationDownHotkey="down,tab",this.closeHotkey="esc",this.goBackHotkey="backspace",this.selectHotkey="enter",this.hotKeysJoinedView=!1,this.noAutoLoadMdIcons=!1,this.numRecentActions=0,this.data=[],this.visible=!1,this._bump=!0,this._actionMatches=[],this._search="",this._headerRef=createRef(),this._wrapperRef=createRef()}open(e={}){var t,i,s;this._bump=!0,this.visible=!0,this._headerRef.value.focusSearch(),this._actionMatches.length>0&&(this._selected=this._actionMatches[0]),this.setParent(e.parent),null===(t=this._headerRef.value)||void 0===t||t.setSearch(null!==(i=e.search)&&void 0!==i?i:""),this._search=null!==(s=e.search)&&void 0!==s?s:"",setTimeout((()=>{var e,t;null===(t=null===(e=this._wrapperRef.value)||void 0===e?void 0:e.querySelector(".actions-list"))||void 0===t||t.scrollTo({top:0})}),0)}close(){this._bump=!1,this.visible=!1}setParent(e){this._currentRoot=e||void 0,this._selected=void 0,this._search="",this._headerRef.value.setSearch("")}get breadcrumbs(){var e;const t=[];let i=null===(e=this._selected)||void 0===e?void 0:e.parent;if(i)for(t.push(i);i;){const e=[].find((e=>e.id===i));(null==e?void 0:e.parent)&&t.push(e.parent),i=e?e.parent:void 0}return t.reverse()}connectedCallback(){super.connectedCallback(),this.noAutoLoadMdIcons||document.fonts.load("24px Material Icons","apps").then((()=>{})),this._registerInternalHotkeys()}disconnectedCallback(){super.disconnectedCallback(),this._unregisterInternalHotkeys()}_registerInternalHotkeys(){this.openHotkey&&hotkeys(this.openHotkey,(e=>{e.preventDefault(),this.visible?this.close():this.open()})),this.selectHotkey&&hotkeys(this.selectHotkey,(e=>{this.visible&&(e.preventDefault(),this._actionSelected(this._actionMatches[this._selectedIndex]))})),this.goBackHotkey&&hotkeys(this.goBackHotkey,(e=>{this.visible&&(this._search||(e.preventDefault(),this._goBack()))})),this.navigationDownHotkey&&hotkeys(this.navigationDownHotkey,(e=>{this.visible&&(e.preventDefault(),this._selectedIndex>=this._actionMatches.length-1?this._selected=this._actionMatches[0]:this._selected=this._actionMatches[this._selectedIndex+1])})),this.navigationUpHotkey&&hotkeys(this.navigationUpHotkey,(e=>{this.visible&&(e.preventDefault(),0===this._selectedIndex?this._selected=this._actionMatches[this._actionMatches.length-1]:this._selected=this._actionMatches[this._selectedIndex-1])})),this.closeHotkey&&hotkeys(this.closeHotkey,(()=>{this.visible&&this.close()}))}_unregisterInternalHotkeys(){this.openHotkey&&hotkeys.unbind(this.openHotkey),this.selectHotkey&&hotkeys.unbind(this.selectHotkey),this.goBackHotkey&&hotkeys.unbind(this.goBackHotkey),this.navigationDownHotkey&&hotkeys.unbind(this.navigationDownHotkey),this.navigationUpHotkey&&hotkeys.unbind(this.navigationUpHotkey),this.closeHotkey&&hotkeys.unbind(this.closeHotkey)}_actionFocused(e,t){this._selected=e,t.target.ensureInView()}_onTransitionEnd(){this._bump=!1}_goBack(){const e=this.breadcrumbs.length>1?this.breadcrumbs[this.breadcrumbs.length-2]:void 0;this.setParent(e)}render(){var e,t,i,s;const o={bump:this._bump,"modal-content":!0},a={visible:this.visible,modal:!0,isLoadingItems:!1};let n=this._search;null!==(e=this._ignorePrefixesSplit)&&void 0!==e||(this._ignorePrefixesSplit=""!==this.ignorePrefixes?this.ignorePrefixes.split(","):[]),null===(t=this._ignorePrefixesSplit)||void 0===t||t.some((e=>!!n.startsWith(e)&&(n=n.substring(e.length),!0))),n=n.trim();const r={},c=[];let ps=new DOMParser();(this._currentRoot?null!==(s=null===(i=this.data.find((e=>e.id===this._currentRoot)))||void 0===i?void 0:i.children)&&void 0!==s?s:[]:this.data).forEach(((e,t)=>{var i;if("loading"===e)return void(a.isLoadingItems=!0);if("function"==typeof e){const s=this.data.find((e=>e.id===this._currentRoot));return null===(i=s.children)||void 0===i||i.splice(t,1,"loading"),a.isLoadingItems=!0,void e().then((e=>{var i;null===(i=s.children)||void 0===i||i.splice(t,1,...e),this.render()}))}const rr=ps.parseFromString(e.title,'text/html');const rs=rr.body.textContent.trim()||"";const s=commandScore(rs+" "+e.description,n);(!this._currentRoot&&n||e.parent===this._currentRoot)&&(r[e.title]=s.indices,s.score>0&&c.push({score:s.score,item:e}))}));const h=(n?c.sort(((e,t)=>e.score===t.score?e.item.title.localeCompare(t.item.title):t.score-e.score)):c).map((e=>e.item)).reduce(((e,t)=>e.set(t.section,[...e.get(t.section)||[],t])),new Map);this._actionMatches=[...h.values()].flat(),this._actionMatches.length>0&&-1===this._selectedIndex&&(this._selected=this._actionMatches[0]),0===this._actionMatches.length&&(this._selected=void 0);const d=!this._currentRoot&&0!==this.numRecentActions&&!n,l=e=>html` ${repeat(e,(e=>e.id),((e,t)=>{var i;const s=d?0===t?html`
    Recently Used
    `:this.numRecentActions===t?html`
    Other Commands
    `:"":"";return html`${s}this._actionFocused(e,t)} + @actionsSelected=${e=>this._actionSelected(e.detail)} + .action=${e} + .matchIndices=${r[e.title]} + >`}))}`,p=[];return h.forEach(((e,t)=>{const i=t?html`
    ${t}
    `:void 0;p.push(html`${i}${l(e)}`)})),html` +
    +
    + this.setParent(e.detail.parent)} + @close=${this.close} + > + + + ${footerHtml} +
    +
    + `}get _selectedIndex(){return this._selected?this._actionMatches.indexOf(this._selected):-1}_actionSelected(e){var t;if(this.dispatchEvent(new CustomEvent("selected",{detail:{search:this._search,action:e},bubbles:!0,composed:!0})),e){if(e.children&&(null===(t=e.children)||void 0===t?void 0:t.length)>0&&(this._currentRoot=e.id,this._search=""),this._headerRef.value.setSearch(""),this._headerRef.value.focusSearch(),e.handler){const t=e.handler(e);(null==t?void 0:t.keepOpen)||this.close()}this._bump=!0}}async _handleInput(e){this._search=e.detail.search,await this.updateComplete,this._selected=this._actionMatches[0],this.dispatchEvent(new CustomEvent("change",{detail:{search:this._search,actions:this._actionMatches},bubbles:!0,composed:!0}))}_overlayClick(e){var t;(null===(t=e.target)||void 0===t?void 0:t.classList.contains("modal"))&&this.close()}};NinjaKeys.styles=[baseStyles],__decorate([property({type:String})],NinjaKeys.prototype,"placeholder",void 0),__decorate([property({type:Boolean})],NinjaKeys.prototype,"disableHotkeys",void 0),__decorate([property({type:Boolean})],NinjaKeys.prototype,"hideBreadcrumbs",void 0),__decorate([property({type:String})],NinjaKeys.prototype,"ignorePrefixes",void 0),__decorate([property()],NinjaKeys.prototype,"openHotkey",void 0),__decorate([property()],NinjaKeys.prototype,"navigationUpHotkey",void 0),__decorate([property()],NinjaKeys.prototype,"navigationDownHotkey",void 0),__decorate([property()],NinjaKeys.prototype,"closeHotkey",void 0),__decorate([property()],NinjaKeys.prototype,"goBackHotkey",void 0),__decorate([property()],NinjaKeys.prototype,"selectHotkey",void 0),__decorate([property({type:Boolean})],NinjaKeys.prototype,"hotKeysJoinedView",void 0),__decorate([property({type:Boolean})],NinjaKeys.prototype,"noAutoLoadMdIcons",void 0),__decorate([property({type:Number})],NinjaKeys.prototype,"numRecentActions",void 0),__decorate([property({type:Array,hasChanged:()=>!0})],NinjaKeys.prototype,"data",void 0),__decorate([state()],NinjaKeys.prototype,"visible",void 0),__decorate([state()],NinjaKeys.prototype,"_bump",void 0),__decorate([state()],NinjaKeys.prototype,"_actionMatches",void 0),__decorate([state()],NinjaKeys.prototype,"_search",void 0),__decorate([state()],NinjaKeys.prototype,"_currentRoot",void 0),__decorate([state()],NinjaKeys.prototype,"breadcrumbs",null),__decorate([state()],NinjaKeys.prototype,"_selected",void 0),NinjaKeys=__decorate([customElement("ninja-keys")],NinjaKeys);export{NinjaKeys}; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/custom-element.min.js b/assets/js/search/reactive-element/decorators/custom-element.min.js new file mode 100644 index 0000000000000..b8e9f276b530c --- /dev/null +++ b/assets/js/search/reactive-element/decorators/custom-element.min.js @@ -0,0 +1,12 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/custom-element.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +const e=e=>(t,n)=>{void 0!==n?n.addInitializer((()=>{customElements.define(e,t)})):customElements.define(e,t)};export{e as customElement};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/event-options.min.js b/assets/js/search/reactive-element/decorators/event-options.min.js new file mode 100644 index 0000000000000..efc0dbfcd42c0 --- /dev/null +++ b/assets/js/search/reactive-element/decorators/event-options.min.js @@ -0,0 +1,12 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/event-options.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +function t(t){return(n,e)=>{const o="function"==typeof n?n:n[e];Object.assign(o,t)}}export{t as eventOptions};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/property.min.js b/assets/js/search/reactive-element/decorators/property.min.js new file mode 100644 index 0000000000000..2979d6fdb2031 --- /dev/null +++ b/assets/js/search/reactive-element/decorators/property.min.js @@ -0,0 +1,22 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/property.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +const t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s=Symbol(),i=new WeakMap;class r{constructor(t,e,i){if(this._$cssResult$=!0,i!==s)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=i.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&i.set(s,t))}return t}toString(){return this.cssText}}const o=t=>new r("string"==typeof t?t:t+"",void 0,s),n=(s,i)=>{if(e)s.adoptedStyleSheets=i.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of i){const i=document.createElement("style"),r=t.litNonce;void 0!==r&&i.setAttribute("nonce",r),i.textContent=e.cssText,s.appendChild(i)}},a=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return o(e)})(t):t +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */;const{is:h,defineProperty:c,getOwnPropertyDescriptor:l,getOwnPropertyNames:p,getOwnPropertySymbols:d,getPrototypeOf:u}=Object,f=globalThis,y=f.trustedTypes,E=y?y.emptyScript:"",_=f.reactiveElementPolyfillSupport,m=(t,e)=>t,S={toAttribute(t,e){switch(e){case Boolean:t=t?E:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let s=t;switch(e){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t)}catch(t){s=null}}return s}},$=(t,e)=>!h(t,e),g={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:$};Symbol.metadata??=Symbol("metadata"),f.litPropertyMetadata??=new WeakMap;class P extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=g){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const s=Symbol(),i=this.getPropertyDescriptor(t,s,e);void 0!==i&&c(this.prototype,t,i)}}static getPropertyDescriptor(t,e,s){const{get:i,set:r}=l(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return i?.call(this)},set(e){const o=i?.call(this);r.call(this,e),this.requestUpdate(t,o,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??g}static _$Ei(){if(this.hasOwnProperty(m("elementProperties")))return;const t=u(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,e=[...p(t),...d(t)];for(const s of e)this.createProperty(s,t[s])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,s]of e)this.elementProperties.set(t,s)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const s=this._$Eu(t,e);void 0!==s&&this._$Eh.set(s,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const t of s)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const s=e.attribute;return!1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const s of e.keys())this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return n(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$EC(t,e){const s=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,s);if(void 0!==i&&!0===s.reflect){const r=(void 0!==s.converter?.toAttribute?s.converter:S).toAttribute(e,s.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,e){const s=this.constructor,i=s._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=s.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:S;this._$Em=i,this[i]=r.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,s){if(void 0!==t){if(s??=this.constructor.getPropertyOptions(t),!(s.hasChanged??$)(this[t],e))return;this.P(t,e,s)}!1===this.isUpdatePending&&(this._$ES=this._$ET())}P(t,e,s){this._$AL.has(t)||this._$AL.set(t,e),!0===s.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,s]of t)!0!==s.wrapped||this._$AL.has(e)||void 0===this[e]||this.P(e,this[e],s)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU()}updated(t){}firstUpdated(t){}}P.elementStyles=[],P.shadowRootOptions={mode:"open"},P[m("elementProperties")]=new Map,P[m("finalized")]=new Map,_?.({ReactiveElement:P}),(f.reactiveElementVersions??=[]).push("2.0.4"); +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */const b={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:$},v=(t=b,e,s)=>{const{kind:i,metadata:r}=s;let o=globalThis.litPropertyMetadata.get(r);if(void 0===o&&globalThis.litPropertyMetadata.set(r,o=new Map),o.set(s.name,t),"accessor"===i){const{name:i}=s;return{set(s){const r=e.get.call(this);e.set.call(this,s),this.requestUpdate(i,r,t)},init(e){return void 0!==e&&this.P(i,void 0,t),e}}}if("setter"===i){const{name:i}=s;return function(s){const r=this[i];e.call(this,s),this.requestUpdate(i,r,t)}}throw Error("Unsupported decorator location: "+i)};function w(t){return(e,s)=>"object"==typeof s?v(t,e,s):((t,e,s)=>{const i=e.hasOwnProperty(s);return e.constructor.createProperty(s,i?{...t,wrapped:!0}:t),i?Object.getOwnPropertyDescriptor(e,s):void 0})(t,e,s)}export{w as property,v as standardProperty};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/query-all.min.js b/assets/js/search/reactive-element/decorators/query-all.min.js new file mode 100644 index 0000000000000..dc2f0b760b96b --- /dev/null +++ b/assets/js/search/reactive-element/decorators/query-all.min.js @@ -0,0 +1,17 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/query-all.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +let e;function t(t){return(r,o)=>((e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,r),r))(r,o,{get(){return(this.renderRoot??(e??=document.createDocumentFragment())).querySelectorAll(t)}})}export{t as queryAll};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/query-assigned-elements.min.js b/assets/js/search/reactive-element/decorators/query-assigned-elements.min.js new file mode 100644 index 0000000000000..52a06db6a9d04 --- /dev/null +++ b/assets/js/search/reactive-element/decorators/query-assigned-elements.min.js @@ -0,0 +1,17 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/query-assigned-elements.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +/** + * @license + * Copyright 2021 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +function e(e){return(t,r)=>{const{slot:n,selector:o}=e??{},s="slot"+(n?`[name=${n}]`:":not([name])");return((e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,r),r))(t,r,{get(){const t=this.renderRoot?.querySelector(s),r=t?.assignedElements(e)??[];return void 0===o?r:r.filter((e=>e.matches(o)))}})}}export{e as queryAssignedElements};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/query-assigned-nodes.min.js b/assets/js/search/reactive-element/decorators/query-assigned-nodes.min.js new file mode 100644 index 0000000000000..9a51d5314756b --- /dev/null +++ b/assets/js/search/reactive-element/decorators/query-assigned-nodes.min.js @@ -0,0 +1,17 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/query-assigned-nodes.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +function e(e){return(t,o)=>{const{slot:r}=e??{},n="slot"+(r?`[name=${r}]`:":not([name])");return((e,t,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,o),o))(t,o,{get(){const t=this.renderRoot?.querySelector(n);return t?.assignedNodes(e)??[]}})}}export{e as queryAssignedNodes};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/query-async.min.js b/assets/js/search/reactive-element/decorators/query-async.min.js new file mode 100644 index 0000000000000..bb1db85f23d04 --- /dev/null +++ b/assets/js/search/reactive-element/decorators/query-async.min.js @@ -0,0 +1,17 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/query-async.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +function e(e){return(t,r)=>((e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,r),r))(t,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}export{e as queryAsync};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/query.min.js b/assets/js/search/reactive-element/decorators/query.min.js new file mode 100644 index 0000000000000..711e44d7ce112 --- /dev/null +++ b/assets/js/search/reactive-element/decorators/query.min.js @@ -0,0 +1,17 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/query.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +const e=(e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&"object"!=typeof t&&Object.defineProperty(e,t,r),r) +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */;function t(t,r){return(n,o,l)=>{const u=e=>e.renderRoot?.querySelector(t)??null;if(r){const{get:t,set:r}="object"==typeof o?n:l??(()=>{const e=Symbol();return{get(){return this[e]},set(t){this[e]=t}}})();return e(n,o,{get(){let e=t.call(this);return void 0===e&&(e=u(this),(null!==e||this.hasUpdated)&&r.call(this,e)),e}})}return e(n,o,{get(){return u(this)}})}}export{t as query};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/decorators/state.min.js b/assets/js/search/reactive-element/decorators/state.min.js new file mode 100644 index 0000000000000..9f046cf0ef15a --- /dev/null +++ b/assets/js/search/reactive-element/decorators/state.min.js @@ -0,0 +1,27 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/decorators/state.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +const t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s=Symbol(),i=new WeakMap;class r{constructor(t,e,i){if(this._$cssResult$=!0,i!==s)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=i.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&i.set(s,t))}return t}toString(){return this.cssText}}const o=t=>new r("string"==typeof t?t:t+"",void 0,s),n=(s,i)=>{if(e)s.adoptedStyleSheets=i.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of i){const i=document.createElement("style"),r=t.litNonce;void 0!==r&&i.setAttribute("nonce",r),i.textContent=e.cssText,s.appendChild(i)}},a=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return o(e)})(t):t +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */;const{is:h,defineProperty:c,getOwnPropertyDescriptor:l,getOwnPropertyNames:d,getOwnPropertySymbols:p,getPrototypeOf:u}=Object,f=globalThis,y=f.trustedTypes,E=y?y.emptyScript:"",_=f.reactiveElementPolyfillSupport,m=(t,e)=>t,S={toAttribute(t,e){switch(e){case Boolean:t=t?E:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let s=t;switch(e){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t)}catch(t){s=null}}return s}},$=(t,e)=>!h(t,e),g={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:$};Symbol.metadata??=Symbol("metadata"),f.litPropertyMetadata??=new WeakMap;class b extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=g){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const s=Symbol(),i=this.getPropertyDescriptor(t,s,e);void 0!==i&&c(this.prototype,t,i)}}static getPropertyDescriptor(t,e,s){const{get:i,set:r}=l(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return i?.call(this)},set(e){const o=i?.call(this);r.call(this,e),this.requestUpdate(t,o,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??g}static _$Ei(){if(this.hasOwnProperty(m("elementProperties")))return;const t=u(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,e=[...d(t),...p(t)];for(const s of e)this.createProperty(s,t[s])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,s]of e)this.elementProperties.set(t,s)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const s=this._$Eu(t,e);void 0!==s&&this._$Eh.set(s,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const t of s)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const s=e.attribute;return!1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const s of e.keys())this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return n(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$EC(t,e){const s=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,s);if(void 0!==i&&!0===s.reflect){const r=(void 0!==s.converter?.toAttribute?s.converter:S).toAttribute(e,s.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,e){const s=this.constructor,i=s._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=s.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:S;this._$Em=i,this[i]=r.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,s){if(void 0!==t){if(s??=this.constructor.getPropertyOptions(t),!(s.hasChanged??$)(this[t],e))return;this.P(t,e,s)}!1===this.isUpdatePending&&(this._$ES=this._$ET())}P(t,e,s){this._$AL.has(t)||this._$AL.set(t,e),!0===s.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,s]of t)!0!==s.wrapped||this._$AL.has(e)||void 0===this[e]||this.P(e,this[e],s)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU()}updated(t){}firstUpdated(t){}}b.elementStyles=[],b.shadowRootOptions={mode:"open"},b[m("elementProperties")]=new Map,b[m("finalized")]=new Map,_?.({ReactiveElement:b}),(f.reactiveElementVersions??=[]).push("2.0.4"); +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */const P={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:$},v=(t=P,e,s)=>{const{kind:i,metadata:r}=s;let o=globalThis.litPropertyMetadata.get(r);if(void 0===o&&globalThis.litPropertyMetadata.set(r,o=new Map),o.set(s.name,t),"accessor"===i){const{name:i}=s;return{set(s){const r=e.get.call(this);e.set.call(this,s),this.requestUpdate(i,r,t)},init(e){return void 0!==e&&this.P(i,void 0,t),e}}}if("setter"===i){const{name:i}=s;return function(s){const r=this[i];e.call(this,s),this.requestUpdate(i,r,t)}}throw Error("Unsupported decorator location: "+i)};function w(t){return(e,s)=>"object"==typeof s?v(t,e,s):((t,e,s)=>{const i=e.hasOwnProperty(s);return e.constructor.createProperty(s,i?{...t,wrapped:!0}:t),i?Object.getOwnPropertyDescriptor(e,s):void 0})(t,e,s) +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */}function U(t){return w({...t,state:!0,attribute:!1})}export{U as state};export default null; \ No newline at end of file diff --git a/assets/js/search/reactive-element/reactive-element.min.js b/assets/js/search/reactive-element/reactive-element.min.js new file mode 100644 index 0000000000000..f17fbbe16831f --- /dev/null +++ b/assets/js/search/reactive-element/reactive-element.min.js @@ -0,0 +1,17 @@ +/** + * Bundled by jsDelivr using Rollup v2.79.1 and Terser v5.19.2. + * Original file: /npm/@lit/reactive-element@2.0.4/reactive-element.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +/** + * @license + * Copyright 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */ +const t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s=Symbol(),i=new WeakMap;class r{constructor(t,e,i){if(this._$cssResult$=!0,i!==s)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=i.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&i.set(s,t))}return t}toString(){return this.cssText}}const o=t=>new r("string"==typeof t?t:t+"",void 0,s),n=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,s,i)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[i+1]),t[0]);return new r(i,t,s)},a=(s,i)=>{if(e)s.adoptedStyleSheets=i.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of i){const i=document.createElement("style"),r=t.litNonce;void 0!==r&&i.setAttribute("nonce",r),i.textContent=e.cssText,s.appendChild(i)}},h=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return o(e)})(t):t +/** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: BSD-3-Clause + */;const{is:c,defineProperty:l,getOwnPropertyDescriptor:p,getOwnPropertyNames:d,getOwnPropertySymbols:u,getPrototypeOf:f}=Object,y=globalThis,S=y.trustedTypes,E=S?S.emptyScript:"",$=y.reactiveElementPolyfillSupport,_=(t,e)=>t,m={toAttribute(t,e){switch(e){case Boolean:t=t?E:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let s=t;switch(e){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t)}catch(t){s=null}}return s}},g=(t,e)=>!c(t,e),b={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:g};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;class v extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=b){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const s=Symbol(),i=this.getPropertyDescriptor(t,s,e);void 0!==i&&l(this.prototype,t,i)}}static getPropertyDescriptor(t,e,s){const{get:i,set:r}=p(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return i?.call(this)},set(e){const o=i?.call(this);r.call(this,e),this.requestUpdate(t,o,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??b}static _$Ei(){if(this.hasOwnProperty(_("elementProperties")))return;const t=f(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(_("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(_("properties"))){const t=this.properties,e=[...d(t),...u(t)];for(const s of e)this.createProperty(s,t[s])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,s]of e)this.elementProperties.set(t,s)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const s=this._$Eu(t,e);void 0!==s&&this._$Eh.set(s,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const t of s)e.unshift(h(t))}else void 0!==t&&e.push(h(t));return e}static _$Eu(t,e){const s=e.attribute;return!1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const s of e.keys())this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return a(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$EC(t,e){const s=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,s);if(void 0!==i&&!0===s.reflect){const r=(void 0!==s.converter?.toAttribute?s.converter:m).toAttribute(e,s.type);this._$Em=t,null==r?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,e){const s=this.constructor,i=s._$Eh.get(t);if(void 0!==i&&this._$Em!==i){const t=s.getPropertyOptions(i),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=i,this[i]=r.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,s){if(void 0!==t){if(s??=this.constructor.getPropertyOptions(t),!(s.hasChanged??g)(this[t],e))return;this.P(t,e,s)}!1===this.isUpdatePending&&(this._$ES=this._$ET())}P(t,e,s){this._$AL.has(t)||this._$AL.set(t,e),!0===s.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,s]of t)!0!==s.wrapped||this._$AL.has(e)||void 0===this[e]||this.P(e,this[e],s)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU()}updated(t){}firstUpdated(t){}}v.elementStyles=[],v.shadowRootOptions={mode:"open"},v[_("elementProperties")]=new Map,v[_("finalized")]=new Map,$?.({ReactiveElement:v}),(y.reactiveElementVersions??=[]).push("2.0.4");export{r as CSSResult,v as ReactiveElement,a as adoptStyles,n as css,m as defaultConverter,h as getCompatibleStyle,g as notEqual,e as supportsAdoptingStyleSheets,o as unsafeCSS};export default null; \ No newline at end of file diff --git a/assets/js/shortcut-key.js b/assets/js/shortcut-key.js new file mode 100644 index 0000000000000..a872bd23880cf --- /dev/null +++ b/assets/js/shortcut-key.js @@ -0,0 +1,11 @@ +// Check if the user is on a Mac and update the shortcut key for search accordingly +document.addEventListener("readystatechange", () => { + if (document.readyState === "interactive") { + let isMac = navigator.platform.toUpperCase().indexOf("MAC") >= 0; + let shortcutKeyElement = document.querySelector("#search-toggle .nav-link"); + if (shortcutKeyElement && isMac) { + // use the unicode for command key + shortcutKeyElement.innerHTML = '⌘ k '; + } + } +}); diff --git a/assets/js/tabs.min.js b/assets/js/tabs.min.js new file mode 100644 index 0000000000000..0c86ebe763eea --- /dev/null +++ b/assets/js/tabs.min.js @@ -0,0 +1,5 @@ +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.jekyllTabs=t():e.jekyllTabs=t()}(self,(()=>(()=>{"use strict";var e={973:(e,t,o)=>{o.r(t),o.d(t,{addClass:()=>r,createElementFromHTML:()=>s,findElementsWithTextContent:()=>n,getChildPosition:()=>a});const a=e=>{const t=e.parentNode;for(let o=0;o{const o=document.querySelectorAll(e),a=[];for(let e=0;e{const t=document.createElement("template");return t.innerHTML=e.trim(),t.content.firstChild},r=(e,t,o)=>{e.className=e.className?`${e.className} ${t}`:t,setTimeout((()=>{e.className=e.className.replace(t,"").trim()}),o)}},39:(e,t,o)=>{o.r(t),o.d(t,{activateTabFromUrl:()=>d,addCopyToClipboardButtons:()=>u,appendToastMessageHTML:()=>b,copyToClipboard:()=>c,handleTabClicked:()=>i,removeActiveClasses:()=>l,syncTabsWithSameLabels:()=>y,updateUrlWithActiveTab:()=>p});const{getChildPosition:a,createElementFromHTML:n,findElementsWithTextContent:s,addClass:r}=o(973),l=e=>{const t=e.querySelectorAll("ul > li");Array.prototype.forEach.call(t,(e=>{e.classList.remove("active")}))},i=e=>{const t=e.parentNode,o=t.parentNode,n=a(t);if(t.className.includes("active"))return;const s=o.getAttribute("data-tab");if(!s)return;const r=document.getElementById(s);l(o),l(r),r.querySelectorAll("ul.tab-content > li")[n].classList.add("active"),t.classList.add("active")},c=(e,t)=>{if(navigator.clipboard&&window.isSecureContext)navigator.clipboard.writeText(e);else{const t=document.createElement("textarea");t.value=e,t.style.position="absolute",t.style.left="-999999px",document.body.prepend(t),t.select();try{document.execCommand("copy")}catch(e){console.error(e)}finally{t.remove()}}"function"==typeof t&&t()},d=()=>{var e;const t=null===(e=window.location.hash)||void 0===e?void 0:e.substring(1);if(!t)return;const o=document.getElementById(t);if(!o)return;const a=new URLSearchParams(window.location.search).get("active_tab");if(!a)return;const n=o.querySelector("li#"+a+" > a");n&&i(n)},p=e=>{const t=e.parentNode,o=t.parentNode,a=new URLSearchParams(window.location.search);a.set("active_tab",t.id);const n=window.location.pathname+"?"+a.toString()+"#"+o.id;history.replaceState(null,"",n)},u=({buttonHTML:e,showToastMessageOnCopy:t,toastDuration:o})=>{const a=document.querySelectorAll("ul.tab-content > li pre");for(let s=0;s{m(o)}),i.addEventListener("click",(()=>{c(r.innerText,d)}))}},b=e=>{const t=document.createElement("div");t.id="jekyll-tabs-copy-to-clipboard-message",t.textContent=e,document.getElementsByTagName("body")[0].appendChild(t)},m=e=>{r(document.getElementById("jekyll-tabs-copy-to-clipboard-message"),"show",e)},y=e=>{const t=s("a",e.textContent);for(let o=0;o{for(var a in t)o.o(t,a)&&!o.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{o.r(a),o.d(a,{init:()=>i});const{activateTabFromUrl:e,updateUrlWithActiveTab:t,handleTabClicked:n,addCopyToClipboardButtons:s,syncTabsWithSameLabels:r,appendToastMessageHTML:l}=o(39),i=(o={})=>{const a={syncTabsWithSameLabels:!1,activateTabFromUrl:!1,addCopyToClipboardButtons:!1,copyToClipboardSettings:{buttonHTML:"",showToastMessageOnCopy:!1,toastMessage:"Code copied to clipboard",toastDuration:3e3}},i=Object.assign(Object.assign(Object.assign({},a),o),{copyToClipboardSettings:Object.assign(Object.assign({},a.copyToClipboardSettings),o.copyToClipboardSettings)}),c=document.querySelectorAll("ul.tab > li > a");if(Array.prototype.forEach.call(c,(e=>{e.addEventListener("click",(o=>{o.preventDefault(),n(e),i.activateTabFromUrl&&t(e),i.syncTabsWithSameLabels&&r(e)}),!1)})),i.addCopyToClipboardButtons){const e=i.copyToClipboardSettings;s(e),e.showToastMessageOnCopy&&l(e.toastMessage)}i.activateTabFromUrl&&e()}})(),a})())); + +window.addEventListener('load', function () { + jekyllTabs.init(); +}); \ No newline at end of file diff --git a/assets/js/theme.js b/assets/js/theme.js index f6c9cdf715a4d..9fa1db7629707 100644 --- a/assets/js/theme.js +++ b/assets/js/theme.js @@ -1,64 +1,252 @@ -// Has to be in the head tag, otherwise a flicker effect will occur. - -let toggleTheme = (theme) => { - if (theme == "dark") { - setTheme("light"); - } else { - setTheme("dark"); - } -} - - -let setTheme = (theme) => { - transTheme(); - setHighlight(theme); - - if (theme) { - document.documentElement.setAttribute("data-theme", theme); - } - else { - document.documentElement.removeAttribute("data-theme"); - } - localStorage.setItem("theme", theme); - - // Updates the background of medium-zoom overlay. - if (typeof medium_zoom !== 'undefined') { - medium_zoom.update({ - background: getComputedStyle(document.documentElement) - .getPropertyValue('--global-bg-color') + 'ee', // + 'ee' for trasparency. - }) - } -}; - -let setHighlight = (theme) => { - if (theme == "dark") { - document.getElementById("highlight_theme_light").media = "none"; - document.getElementById("highlight_theme_dark").media = ""; - } else { - document.getElementById("highlight_theme_dark").media = "none"; - document.getElementById("highlight_theme_light").media = ""; - } -} - - -let transTheme = () => { - document.documentElement.classList.add("transition"); - window.setTimeout(() => { - document.documentElement.classList.remove("transition"); - }, 500) -} - - -let initTheme = (theme) => { - if (theme == null || theme == 'null') { - const userPref = window.matchMedia; - if (userPref && userPref('(prefers-color-scheme: dark)').matches) { - theme = 'dark'; - } - } - - setTheme(theme); -} - - -initTheme(localStorage.getItem("theme")); +// Has to be in the head tag, otherwise a flicker effect will occur. + +// Toggle through light, dark, and system theme settings. +let toggleThemeSetting = () => { + let themeSetting = determineThemeSetting(); + if (themeSetting == "system") { + setThemeSetting("light"); + } else if (themeSetting == "light") { + setThemeSetting("dark"); + } else { + setThemeSetting("system"); + } +}; + +// Change the theme setting and apply the theme. +let setThemeSetting = (themeSetting) => { + localStorage.setItem("theme", themeSetting); + + document.documentElement.setAttribute("data-theme-setting", themeSetting); + + applyTheme(); +}; + +// Apply the computed dark or light theme to the website. +let applyTheme = () => { + let theme = determineComputedTheme(); + + transTheme(); + setHighlight(theme); + setGiscusTheme(theme); + setSearchTheme(theme); + + // if mermaid is not defined, do nothing + if (typeof mermaid !== "undefined") { + setMermaidTheme(theme); + } + + // if diff2html is not defined, do nothing + if (typeof Diff2HtmlUI !== "undefined") { + setDiff2htmlTheme(theme); + } + + // if echarts is not defined, do nothing + if (typeof echarts !== "undefined") { + setEchartsTheme(theme); + } + + // if vegaEmbed is not defined, do nothing + if (typeof vegaEmbed !== "undefined") { + setVegaLiteTheme(theme); + } + + document.documentElement.setAttribute("data-theme", theme); + + // Add class to tables. + let tables = document.getElementsByTagName("table"); + for (let i = 0; i < tables.length; i++) { + if (theme == "dark") { + tables[i].classList.add("table-dark"); + } else { + tables[i].classList.remove("table-dark"); + } + } + + // Set jupyter notebooks themes. + let jupyterNotebooks = document.getElementsByClassName("jupyter-notebook-iframe-container"); + for (let i = 0; i < jupyterNotebooks.length; i++) { + let bodyElement = jupyterNotebooks[i].getElementsByTagName("iframe")[0].contentWindow.document.body; + if (theme == "dark") { + bodyElement.setAttribute("data-jp-theme-light", "false"); + bodyElement.setAttribute("data-jp-theme-name", "JupyterLab Dark"); + } else { + bodyElement.setAttribute("data-jp-theme-light", "true"); + bodyElement.setAttribute("data-jp-theme-name", "JupyterLab Light"); + } + } + + // Updates the background of medium-zoom overlay. + if (typeof medium_zoom !== "undefined") { + medium_zoom.update({ + background: getComputedStyle(document.documentElement).getPropertyValue("--global-bg-color") + "ee", // + 'ee' for trasparency. + }); + } +}; + +let setHighlight = (theme) => { + if (theme == "dark") { + document.getElementById("highlight_theme_light").media = "none"; + document.getElementById("highlight_theme_dark").media = ""; + } else { + document.getElementById("highlight_theme_dark").media = "none"; + document.getElementById("highlight_theme_light").media = ""; + } +}; + +let setGiscusTheme = (theme) => { + function sendMessage(message) { + const iframe = document.querySelector("iframe.giscus-frame"); + if (!iframe) return; + iframe.contentWindow.postMessage({ giscus: message }, "https://giscus.app"); + } + + sendMessage({ + setConfig: { + theme: theme, + }, + }); +}; + +let addMermaidZoom = (records, observer) => { + var svgs = d3.selectAll(".mermaid svg"); + svgs.each(function () { + var svg = d3.select(this); + svg.html("" + svg.html() + ""); + var inner = svg.select("g"); + var zoom = d3.zoom().on("zoom", function (event) { + inner.attr("transform", event.transform); + }); + svg.call(zoom); + }); + observer.disconnect(); +}; + +let setMermaidTheme = (theme) => { + if (theme == "light") { + // light theme name in mermaid is 'default' + // https://mermaid.js.org/config/theming.html#available-themes + theme = "default"; + } + + /* Re-render the SVG, based on https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/_includes/mermaid.html */ + document.querySelectorAll(".mermaid").forEach((elem) => { + // Get the code block content from previous element, since it is the mermaid code itself as defined in Markdown, but it is hidden + let svgCode = elem.previousSibling.childNodes[0].innerHTML; + elem.removeAttribute("data-processed"); + elem.innerHTML = svgCode; + }); + + mermaid.initialize({ theme: theme }); + window.mermaid.init(undefined, document.querySelectorAll(".mermaid")); + + const observable = document.querySelector(".mermaid svg"); + if (observable !== null) { + var observer = new MutationObserver(addMermaidZoom); + const observerOptions = { childList: true }; + observer.observe(observable, observerOptions); + } +}; + +let setDiff2htmlTheme = (theme) => { + document.querySelectorAll(".diff2html").forEach((elem) => { + // Get the code block content from previous element, since it is the diff code itself as defined in Markdown, but it is hidden + let textData = elem.previousSibling.childNodes[0].innerHTML; + elem.innerHTML = ""; + const configuration = { colorScheme: theme, drawFileList: true, highlight: true, matching: "lines" }; + const diff2htmlUi = new Diff2HtmlUI(elem, textData, configuration); + diff2htmlUi.draw(); + }); +}; + +let setEchartsTheme = (theme) => { + document.querySelectorAll(".echarts").forEach((elem) => { + // Get the code block content from previous element, since it is the echarts code itself as defined in Markdown, but it is hidden + let jsonData = elem.previousSibling.childNodes[0].innerHTML; + echarts.dispose(elem); + + if (theme === "dark") { + var chart = echarts.init(elem, "dark-fresh-cut"); + } else { + var chart = echarts.init(elem); + } + + chart.setOption(JSON.parse(jsonData)); + }); +}; + +let setVegaLiteTheme = (theme) => { + document.querySelectorAll(".vega-lite").forEach((elem) => { + // Get the code block content from previous element, since it is the vega lite code itself as defined in Markdown, but it is hidden + let jsonData = elem.previousSibling.childNodes[0].innerHTML; + elem.innerHTML = ""; + if (theme === "dark") { + vegaEmbed(elem, JSON.parse(jsonData), { theme: "dark" }); + } else { + vegaEmbed(elem, JSON.parse(jsonData)); + } + }); +}; + +let setSearchTheme = (theme) => { + const ninjaKeys = document.querySelector("ninja-keys"); + if (!ninjaKeys) return; + + if (theme === "dark") { + ninjaKeys.classList.add("dark"); + } else { + ninjaKeys.classList.remove("dark"); + } +}; + +let transTheme = () => { + document.documentElement.classList.add("transition"); + window.setTimeout(() => { + document.documentElement.classList.remove("transition"); + }, 500); +}; + +// Determine the expected state of the theme toggle, which can be "dark", "light", or +// "system". Default is "system". +let determineThemeSetting = () => { + let themeSetting = localStorage.getItem("theme"); + if (themeSetting != "dark" && themeSetting != "light" && themeSetting != "system") { + themeSetting = "system"; + } + return themeSetting; +}; + +// Determine the computed theme, which can be "dark" or "light". If the theme setting is +// "system", the computed theme is determined based on the user's system preference. +let determineComputedTheme = () => { + let themeSetting = determineThemeSetting(); + if (themeSetting == "system") { + const userPref = window.matchMedia; + if (userPref && userPref("(prefers-color-scheme: dark)").matches) { + return "dark"; + } else { + return "light"; + } + } else { + return themeSetting; + } +}; + +let initTheme = () => { + let themeSetting = determineThemeSetting(); + + setThemeSetting(themeSetting); + + // Add event listener to the theme toggle button. + document.addEventListener("DOMContentLoaded", function () { + const mode_toggle = document.getElementById("light-toggle"); + + mode_toggle.addEventListener("click", function () { + toggleThemeSetting(); + }); + }); + + // Add event listener to the system theme preference change. + window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", ({ matches }) => { + applyTheme(); + }); +}; diff --git a/assets/js/typograms.js b/assets/js/typograms.js new file mode 100644 index 0000000000000..ba5327ee97206 --- /dev/null +++ b/assets/js/typograms.js @@ -0,0 +1,1322 @@ +// based on the original typograms code from https://github.com/google/typograms/blob/main/src/typograms.js +// only moved the css to its own file (_sass/_typograms.scss) and commented the last line of the file +const ratio = 2; + +function grid(width, height) { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + + const vertical = document.createElementNS("http://www.w3.org/2000/svg", "line"); + vertical.setAttribute("x1", 15); + vertical.setAttribute("y1", 0); + vertical.setAttribute("x2", 15); + vertical.setAttribute("y2", 54); + vertical.setAttribute("class", "center"); + //result.appendChild(vertical); + + const horizontal = document.createElementNS("http://www.w3.org/2000/svg", "line"); + horizontal.setAttribute("x1", 0); + horizontal.setAttribute("y1", 30); + horizontal.setAttribute("x2", 30); + horizontal.setAttribute("y2", 54); + horizontal.setAttribute("class", "center"); + //result.appendChild(horizontal); + + for (let i = 0; i <= width * 30; i += 3) { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", i); + line.setAttribute("y1", 0); + line.setAttribute("x2", i); + line.setAttribute("y2", 54 * height); + line.setAttribute("class", "grid"); + result.appendChild(line); + } + + for (let i = 0; i <= height * 54; i += 3) { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 0); + line.setAttribute("y1", i); + line.setAttribute("x2", 30 * width); + line.setAttribute("y2", i); + line.setAttribute("class", "grid"); + result.appendChild(line); + } + + return result; +} + +const glyphs = {}; + +glyphs["|"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + if (right == "_") { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "18"); + line.setAttribute("y1", "51"); + line.setAttribute("x2", "30"); + line.setAttribute("y2", "51"); + line.setAttribute("class", "part"); + result.appendChild(line); + } + if (left == "_") { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "0"); + line.setAttribute("y1", "51"); + line.setAttribute("x2", "12"); + line.setAttribute("y2", "51"); + line.setAttribute("class", "part"); + result.appendChild(line); + } + if (topRight == "_") { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "12"); + line.setAttribute("y1", "-3"); + line.setAttribute("x2", "30"); + line.setAttribute("y2", "-3"); + line.setAttribute("class", "part"); + result.appendChild(line); + } + if (topLeft == "_") { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "0"); + line.setAttribute("y1", "-3"); + line.setAttribute("x2", "18"); + line.setAttribute("y2", "-3"); + line.setAttribute("class", "part"); + result.appendChild(line); + } + // const leg = && ; + // const head = && ; + //console.log(!(bottomLeft == "/" && bottomRight == "\\")); + //console.log(!(topRight == "/" && topLeft == "\\")); + result.appendChild( + cross([ + !(topRight == "/" && topLeft == "\\"), // top + ["-"].includes(right), // right + !(bottomLeft == "/" && bottomRight == "\\"), // bottom + ["-"].includes(left), // left + topRight == "/", // topRight + bottomRight == "\\", // bottomRight + bottomLeft == "/", // bottomLeft + topLeft == "\\", // topLeft + ]) + ); + return result; +}; + +glyphs["-"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + return cross([ + ["|"].includes(top), // top + true, // right + ["|"].includes(bottom), // bottom + true, // left + false, // topRight + false, // bottomRight + false, // bottomLeft + false, // topLeft + ]); +}; + +glyphs["~"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "9"); + line.setAttribute("y1", "27"); + line.setAttribute("x2", "24"); + line.setAttribute("y2", "27"); + line.setAttribute("class", "part"); + result.appendChild(line); + return result; +}; + +glyphs["_"] = (around) => { + const line = glyphs["-"](around); + line.setAttribute("transform", "translate(0 24)"); + return line; +}; + +glyphs[":"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "15"); + line.setAttribute("y1", "0"); + line.setAttribute("x2", "15"); + line.setAttribute("y2", "60"); + line.setAttribute("class", "part"); + line.setAttribute("style", "stroke-dasharray: 15; stroke-dashoffset: 0;"); + result.appendChild(line); + if (top == "+") { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "15"); + line.setAttribute("y1", "-24"); + line.setAttribute("x2", "15"); + line.setAttribute("y2", "-15"); + line.setAttribute("class", "part"); + result.appendChild(line); + } + if (bottom == "+") { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", "15"); + line.setAttribute("y1", "60"); + line.setAttribute("x2", "15"); + line.setAttribute("y2", "78"); + line.setAttribute("class", "part"); + result.appendChild(line); + } + return result; +}; + +glyphs["="] = (around) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const first = document.createElementNS("http://www.w3.org/2000/svg", "line"); + first.setAttribute("x1", "0"); + first.setAttribute("y1", "21"); + first.setAttribute("x2", "30"); + first.setAttribute("y2", "21"); + first.setAttribute("class", "part"); + result.appendChild(first); + const second = document.createElementNS("http://www.w3.org/2000/svg", "line"); + second.setAttribute("x1", "0"); + second.setAttribute("y1", "30"); + second.setAttribute("x2", "30"); + second.setAttribute("y2", "30"); + second.setAttribute("class", "part"); + result.appendChild(second); + return result; +}; + +glyphs["*"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const circle = document.createElementNS("http://www.w3.org/2000/svg", "circle"); + circle.setAttribute("cx", "0"); + circle.setAttribute("cy", "0"); + circle.setAttribute("r", "21"); + circle.setAttribute("stroke", "none"); + circle.setAttribute("transform", "translate(15, 27)"); + result.appendChild(circle); + + result.appendChild( + cross([ + ["+", "|"].includes(top), + ["+", "-"].includes(right), + ["+", "|"].includes(bottom), + ["+", "-"].includes(left), + ["/"].includes(topRight), + ["\\"].includes(bottomRight), + ["/"].includes(bottomLeft), + ["\\"].includes(topLeft), + ]) + ); + + return result; +}; + +glyphs["o"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const circle = document.createElementNS("http://www.w3.org/2000/svg", "circle"); + circle.setAttribute("cx", "0"); + circle.setAttribute("cy", "0"); + circle.setAttribute("r", "18"); + circle.setAttribute("stroke-width", "6"); + circle.setAttribute("fill", "none"); + circle.setAttribute("stroke", "var(--global-text-color)"); + circle.setAttribute("transform", "translate(15, 27)"); + result.appendChild(circle); + + const connectors = cross([ + ["+", "|"].includes(top), + ["+", "-"].includes(right), + ["+", "|"].includes(bottom), + ["+", "-"].includes(left), + ["/"].includes(topRight), + ["\\"].includes(bottomRight), + ["/"].includes(bottomLeft), + ["\\"].includes(topLeft), + ]); + + result.appendChild(connectors); + + const inner = document.createElementNS("http://www.w3.org/2000/svg", "circle"); + inner.setAttribute("cx", "0"); + inner.setAttribute("cy", "0"); + inner.setAttribute("r", "15"); + inner.setAttribute("fill", "white"); + inner.setAttribute("opacity", "100%"); + inner.setAttribute("transform", "translate(15, 27)"); + result.appendChild(inner); + + return result; +}; + +glyphs["/"] = (around) => { + const [top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft] = around; + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + result.appendChild( + cross([ + ["|"].includes(top), // top + false, // right + ["|"].includes(bottom), // bottom + false, // left + true, // topRight + false, // bottomRight + true, // bottomLeft + false, // topLeft + ]) + ); + if (right == "\\") { + const tip = cross([ + false, + false, + false, + false, + false, + false, + true, // bottomLeft + false, + ]); + tip.setAttribute("transform", "translate(30 -54)"); + tip.setAttribute("clip-path", "polygon(-3 0, 0 0, 0 54, -3 54)"); + result.appendChild(tip); + } + if (left == "\\") { + const tip = cross([ + false, + false, + false, + false, + true, // topRight + false, + false, // bottomLeft + false, + ]); + tip.setAttribute("transform", "translate(-30 54)"); + tip.setAttribute("clip-path", "polygon(15 -6, 33 -6, 33 6, 15 6)"); + result.appendChild(tip); + } + + if (right == "_") { + const line = glyphs["_"](around); + result.appendChild(line); + } + + return result; +}; + +glyphs["\\"] = (around) => { + const [top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft] = around; + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + result.appendChild( + cross([ + ["|"].includes(top), // top + false, // right + ["|"].includes(bottom), // bottom + false, // left + false, // topRight + true, // bottomRight + false, // bottomLeft + true, // topLeft + ]) + ); + if (left == "/") { + const tip = cross([ + false, + false, + false, + false, + false, + true, // bottomRight + false, + false, + ]); + tip.setAttribute("transform", "translate(-30 -54)"); + tip.setAttribute("clip-path", "polygon(15 0, 30 0, 30 54, 15 54)"); + result.appendChild(tip); + } + if (right == "/") { + const tip = cross([false, false, false, false, false, false, false, true]); + tip.setAttribute("transform", "translate(30 54)"); + tip.setAttribute("clip-path", "polygon(-3 0, 0 0, 0 6, -3 6)"); + result.appendChild(tip); + } + + if (left == "_") { + const line = glyphs["_"](around); + result.appendChild(line); + } + + return result; +}; + +glyphs["#"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const polygon = document.createElementNS("http://www.w3.org/2000/svg", "polygon"); + const points = [ + [0, 0], + [42, 0], + [42, 42], + [0, 42], + ]; + polygon.setAttribute("points", points.map(([x, y]) => `${x},${y}`).join(" ")); + polygon.setAttribute("transform", "translate(-6, 6)"); + result.appendChild(polygon); + + result.appendChild( + cross([ + ["+", "|"].includes(top), + ["+", "-"].includes(right), + ["+", "|"].includes(bottom), + ["+", "-"].includes(left), + ["/"].includes(topRight), + ["\\"].includes(bottomRight), + ["/"].includes(bottomLeft), + ["\\"].includes(topLeft), + ]) + ); + + return result; +}; + +glyphs["+"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const r = ["*", "#", "-", "+", "~", ">", ".", "'", "`"].includes(right); + const l = ["*", "#", "-", "+", "~", "<", ".", "'", "`"].includes(left); + const t = ["*", "#", "|", "+", ".", "`", "^"].includes(top); + const b = ["*", "#", "|", "+", "'", "`", "v"].includes(bottom); + const tR = ["/", "*", "#"].includes(topRight); + const bR = ["\\", "*", "#"].includes(bottomRight); + const tL = ["\\", "*", "#"].includes(topLeft); + const bL = ["/", "*", "#"].includes(bottomLeft); + + // cross + result.appendChild(cross([t, r, b, l, tR, bR, bL, tL])); + + // center + if ((l || r) && (b || t)) { + const center = document.createElementNS("http://www.w3.org/2000/svg", "polygon"); + center.setAttribute("points", "0,0 6,0 6,6 0,6"); + center.setAttribute("transform", "translate(-3 -3) translate(15 27)"); + result.appendChild(center); + } + + // tip + if (tR || tL) { + const center = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + tL, // bottomRight + tR, // bottomLeft + false, // topLeft + ]); + center.setAttribute("clip-path", "polygon(0 -3, 30 -3, 30 0, 0 0)"); + result.appendChild(center); + } + + if (bR || bL) { + const center = cross([ + false, // top + false, // right + false, // bottom + false, // left + bL, // topRight + false, // bottomRight + false, // bottomLeft + bR, // topLeft + ]); + center.setAttribute("clip-path", "polygon(0 27, 15 27, 15 30, 0 30)"); + result.appendChild(center); + } + + if (bL || tL) { + const center = cross([ + false, // top + false, // right + false, // bottom + false, // left + bL && bR, // topRight + tL && tR, // bottomRight + false, // bottomLeft + false, // topLeft + ]); + center.setAttribute("clip-path", "polygon(-3 0, 0 0, 0 54, -3 54)"); + result.appendChild(center); + } + + if (bR || tR) { + const center = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + false, // bottomRight + tR && tL, // bottomLeft + bR && bL, // topLeft + ]); + //console.log(center); + center.setAttribute("clip-path", "polygon(15 0, 30 0, 30 54, 15 54)"); + result.appendChild(center); + } + + if (r || l) { + const center = cross([ + false, // top + false, // right + false, // bottom + false, // left + r || bL, // topRight + tL, // bottomRight + tR, // bottomLeft + l || bR, // topLeft + ]); + center.setAttribute("clip-path", "polygon(-3 24, 30 24, 30 30, -3 30)"); + result.appendChild(center); + } + return result; +}; + +glyphs["."] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + + // top-right + if ((right == "-" || right == "+") && (bottom == "|" || bottom == "'" || bottom == "`" || bottom == "+")) { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 30 24 + A 18 18, 0, 0, 0, 12 42 + L 12 54 + L 18 54 + L 18 42 + A 12 12, 0, 0, 1, 30 30 + Z` + ); + result.appendChild(path); + } + + // top-left + if ((left == "-" || left == "+") && (bottom == "|" || bottom == "'" || bottom == "`" || bottom == "+")) { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 0 24 + A 18 18, 0, 0, 1, 18 42 + L 18 54 + L 12 54 + L 12 42 + A 12 12, 0, 0, 0, 0 30 + Z` + ); + result.appendChild(path); + } + + // top-right + if ((right == "-" || right == "+") && (top == "|" || top == "." || top == "+")) { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 30 30 + A 18 18, 0, 0, 1, 12 12 + L 12 0 + L 18 0 + L 18 12 + A 12 12, 0, 0, 0, 30 24 + Z` + ); + result.appendChild(path); + } + + // bottom-left + if ((left == "-" || left == "+") && (top == "|" || top == "." || top == "+")) { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 0 30 + A 18 18, 0, 0, 0, 18 12 + L 18 0 + L 12 0 + L 12 12 + A 12 12, 0, 0, 1, 0 24 + Z` + ); + result.appendChild(path); + } + + // bottom right-topRight + if (right == "-" && topRight == "/") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 30 30 + A 12 12, 0, 0, 1, 18 18 + L 18 15 + L 24 15 + L 24 18 + A 6 6, 0, 0, 0, 30 24 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + true, // topRight + false, // bottomRight + false, // bottomLeft + false, // topLeft + ]); + line.setAttribute("clip-path", "polygon(15px -10px, 30px -10px, 30px 30px, 2px 15px)"); + result.appendChild(line); + } + + // right-topLeft + if (right == "-" && topLeft == "\\") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M -3 0 + A 60 60, 0, 0, 0, 30 30 + L 30 24 + A 60 60, 0, 0, 1, 0 -6 + Z` + ); + result.appendChild(path); + } + + // left-topRight + if (left == "-" && topRight == "/") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 0 30 + A 60 60, 0, 0, 0, 33 0 + L 30 -6 + A 60 60, 0, 0, 1, 0 24 + Z` + ); + result.appendChild(path); + } + + // bottom left-topLeft + if (left == "-" && topLeft == "\\") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 0 30 + A 12 12, 0, 0, 0, 12 18 + L 12 15 + L 6 15 + L 6 18 + A 6 6, 0, 0, 1, 0 24 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + false, // bottomRight + false, // bottomLeft + true, // topLeft + ]); + line.setAttribute("clip-path", "polygon(-3 -3, 12 -3, 12 18, -3 18)"); + result.appendChild(line); + } + + // bottom-topRight + if (bottom == "|" && topRight == "/") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 12 54 + A 120 120, 0, 0, 1, 30 -6 + L 37 -6 + A 120 120, 0, 0, 0, 18 54 + Z` + ); + result.appendChild(path); + } + + // top-bottomRight + if (top == "|" && bottomRight == "\\") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 30 60 + A 120 120, 0, 0, 1, 12 0 + L 18 0 + A 120 120, 0, 0, 0, 37 60 + Z` + ); + result.appendChild(path); + } + + // top-bottomLeft + if (top == "|" && bottomLeft == "/") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 0 60 + A 120 120, 0, 0, 0, 18 0 + L 12 0 + A 120 120, 0, 0, 1, -7 60 + Z` + ); + result.appendChild(path); + } + + // bottom-topLeft + if (bottom == "|" && topLeft == "\\") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 12 54 + A 120 120, 0, 0, 0, -7 -6 + L 0 -6 + A 120 120, 0, 0, 1, 18 54 + Z` + ); + result.appendChild(path); + } + + // right-bottomLeft + if (right == "-" && bottomLeft == "/") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 0 48 + A 42 42, 0, 0, 1, 30 24 + L 30 30 + A 42 42, 0, 0, 0, 6 48 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + false, // bottomRight + true, // bottomLeft + false, // topLeft + ]); + line.setAttribute("clip-path", "polygon(-3 15, 12 15, 12 30, -3 30)"); + result.appendChild(line); + } + + // left-bottomRight + if (left == "-" && bottomRight == "\\") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 0 24 + A 42 42, 0, 0, 1, 30 48 + L 24 48 + A 42 42, 0, 0, 0, 0 30 + Z` + ); + + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + true, // bottomRight + false, // bottomLeft + false, // topLeft + ]); + line.setAttribute("clip-path", "polygon(-3 15, 12 15, 21 30, -3 30)"); + result.appendChild(line); + } + + // left-bottomLeft + if (left == "-" && bottomLeft == "/") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 0 24 + A 12 12, 0, 0, 1, 12 39 + L 6 39 + A 6 6, 0, 0, 0, 0 30 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + false, // bottomRight + true, // bottomLeft + false, // topLeft + ]); + line.setAttribute("clip-path", "polygon(-3 6, 12 6, 12 30, -3 30)"); + result.appendChild(line); + } + + // right-bottomRight + if (right == "-" && bottomRight == "\\") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 30 24 + A 12 12, 0, 0, 0, 18 39 + L 24 39 + A 6 6, 0, 0, 1, 30 30 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + true, // bottomRight + false, // bottomLeft + false, // topLeft + ]); + line.setAttribute("clip-path", "polygon(3 6, 18 6, 18 30, 3 30)"); + result.appendChild(line); + } + + // bottomLeft-bottomRight + if (bottomLeft == "/" && bottomRight == "\\") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 3 42 + A 15 15, 0, 0, 1, 27 42 + L 25 51 + A 9 9, 0, 0, 0, 5 51 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + true, // bottomRight + true, // bottomLeft + false, // topLeft + ]); + line.setAttribute("clip-path", "polygon(-3 15, 33 15, 33 30, -3 30)"); + result.appendChild(line); + } + + // topLeft-topRight + if (topLeft == "\\" && topRight == "/") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 3 12 + A 15 15, 0, 0, 0, 27 12 + L 22 9 + A 9 9, 0, 0, 1, 8 9 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + true, // topRight + false, // bottomRight + false, // bottomLeft + true, // topLeft + ]); + line.setAttribute("clip-path", "polygon(-3 -3, 33 -3, 33 12, -3 12)"); + result.appendChild(line); + } + + // topRight-bottomRight + if (topRight == "/" && bottomRight == "\\") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 22 9 + A 30 30, 0, 0, 0, 22 45 + L 28 45 + A 30 30, 0, 0, 1, 28 9 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + true, // topRight + true, // bottomRight + false, // bottomLeft + false, // topLeft + ]); + line.setAttribute("clip-path", "polygon(6 -3, 33 -3, 33 57, 6 57)"); + result.appendChild(line); + } + + // topLeft-bottomLeft + if (topLeft == "\\" && bottomLeft == "/") { + const path = document.createElementNS("http://www.w3.org/2000/svg", "path"); + path.setAttribute( + "d", + ` + M 8 9 + A 30 30, 0, 0, 1, 8 45 + L 2 45 + A 30 30, 0, 0, 0, 2 9 + Z` + ); + result.appendChild(path); + const line = cross([ + false, // top + false, // right + false, // bottom + false, // left + false, // topRight + false, // bottomRight + true, // bottomLeft + true, // topLeft + ]); + line.setAttribute("clip-path", "polygon(-3 -3, 9 -3, 9 57, -3 57)"); + result.appendChild(line); + } + + return result; +}; + +const alias = { + "┌": "+", + "┐": "+", + "└": "+", + "┘": "+", + "─": "-", + "►": ">", + "'": ".", + "`": ".", + V: "v", +}; + +for (const [key, value] of Object.entries(alias)) { + glyphs[key] = (around) => { + return glyphs[value](around); + }; +} + +glyphs[">"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const arrow = document.createElementNS("http://www.w3.org/2000/svg", "polygon"); + arrow.setAttribute("points", "0,0 42,18 0,36"); + let reach = 0; + if (right == "*" || right == "o" || right == "#") { + reach -= 18; + } + arrow.setAttribute("transform", `translate(${reach} 9)`); + result.appendChild(arrow); + return result; + const center = document.createElementNS("http://www.w3.org/2000/svg", "polygon"); + center.setAttribute("points", "-3,0 6,0 6,6 -3,6"); + center.setAttribute("transform", "translate(15 24)"); + result.appendChild(center); + result.appendChild( + cross([ + false, // top + false, // right + false, // bottom + ["-", "+"].includes(left), // left + false, // topRight + false, // bottomRight + ["/"].includes(bottomLeft), // bottomLeft + ["\\"].includes(topLeft), // topLeft + ]) + ); + return result; +}; + +glyphs["<"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const arrow = document.createElementNS("http://www.w3.org/2000/svg", "polygon"); + arrow.setAttribute("points", "0,0 42,18 0,36"); + let reach = 30; + if (left == "*" || left == "o" || left == "#") { + reach += 18; + } + arrow.setAttribute("transform", `translate(${reach} 9) translate(0 36) rotate(180)`); + result.appendChild(arrow); + return result; + //const center = document.createElementNS( + // "http://www.w3.org/2000/svg", "polygon"); + //center.setAttribute("points", "0,0 9,0 9,6 0,6"); + //center.setAttribute("transform", "translate(9 24)"); + //result.appendChild(center); + result.appendChild( + cross([ + false, // top + ["-", "+"].includes(right), // right + false, // bottom + false, // left + ["/"].includes(topRight), // topRight + ["\\"].includes(bottomRight), // bottomRight + false, // bottomLeft + false, // topLeft + ]) + ); + return result; +}; + +glyphs["v"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const arrow = document.createElementNS("http://www.w3.org/2000/svg", "polygon"); + arrow.setAttribute("points", "0,0 42,18 0,36"); + let reach = 36; + if (bottom == " ") { + reach = 12; + } else if (bottom == "_") { + reach += 18; + } else if (bottom == "*" || bottom == "o" || bottom == "#") { + reach -= 18; + } + if (topRight == "/") { + arrow.setAttribute("transform", `translate(-36 33) rotate(${90 + 22.5}, 42, 18)`); + } else if (topLeft == "\\") { + arrow.setAttribute("transform", `translate(-18 33) rotate(${90 - 22.5}, 42, 18)`); + } else { + arrow.setAttribute("transform", `translate(33 ${reach}) rotate(90)`); + } + result.appendChild(arrow); + result.appendChild( + cross([ + ["|", "+"].includes(top), // top + false, // right + ["|", "+"].includes(top), // bottom + false, // left + ["/"].includes(topRight), // topRight + false, // bottomRight + false, // bottomLeft + ["\\"].includes(topLeft), // topLeft + ]) + ); + return result; +}; + +glyphs["^"] = ([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) => { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const arrow = document.createElementNS("http://www.w3.org/2000/svg", "polygon"); + arrow.setAttribute("points", "0,0 42,18 0,36"); + let reach = 42; + if (top == "-") { + reach -= 15; + } + if (bottomLeft == "/") { + arrow.setAttribute("transform", `translate(-18 -15) rotate(${-45 - 22.5}, 42, 18)`); + } else if (bottomRight == "\\") { + arrow.setAttribute("transform", `translate(-36 -15) rotate(${-90 - 22.5}, 42, 18)`); + } else { + arrow.setAttribute("transform", `translate(-3 ${reach}) rotate(-90)`); + } + result.appendChild(arrow); + result.appendChild( + cross([ + false, // top + false, // right + ["+", "|"].includes(bottom), // bottom + false, // left + false, // topRight + ["\\"].includes(bottomRight), // bottomRight + ["/"].includes(bottomLeft), // bottomLeft + false, // topLeft + ]) + ); + return result; +}; + +function cross([top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]) { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + if (top) { + // { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 15); + line.setAttribute("y1", 0); + line.setAttribute("x2", 15); + line.setAttribute("y2", 27); + line.setAttribute("class", "part"); + result.appendChild(line); + } + + if (right) { + //{ + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 15); + line.setAttribute("y1", 27); + line.setAttribute("x2", 30); + line.setAttribute("y2", 27); + line.setAttribute("class", "part"); + result.appendChild(line); + } + + if (bottom) { + //{ + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 15); + line.setAttribute("y1", 27); + line.setAttribute("x2", 15); + line.setAttribute("y2", 54); + line.setAttribute("class", "part"); + result.appendChild(line); + } + + if (left) { + //{ + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 0); + line.setAttribute("y1", 27); + line.setAttribute("x2", 15); + line.setAttribute("y2", 27); + line.setAttribute("class", "part"); + result.appendChild(line); + } + + const diagonal = document.createElementNS("http://www.w3.org/2000/svg", "polygon"); + + diagonal.setAttribute( + "points", + [ + [0, 0], + [20.6, 0], + [20.6, 3], + [0, 3], + ] + .map(([x, y]) => `${x},${y}`) + .join(" ") + ); + + if (topRight) { + //{ + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 30); + line.setAttribute("y1", 0); + line.setAttribute("x2", 15); + line.setAttribute("y2", 27); + line.setAttribute("class", "part"); + // line.setAttribute("transform", "scale(1, 1)"); + // line.setAttribute("clip-path", "polygon(-6 -6, 15 -6, 15 30, -6 30)"); + // line.setAttribute("stroke-linecap", "square !important"); + result.appendChild(line); + //const mask = document.createElementNS( + // "http://www.w3.org/2000/svg", "polygon"); + //mask.setAttribute("points", "0 0, 15 0, 15 18, 0 18"); + //result.appendChild(mask); + //console.log("hi"); + } + + if (bottomRight) { + //{ + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 15); + line.setAttribute("y1", 27); + line.setAttribute("x2", 30); + line.setAttribute("y2", 54); + line.setAttribute("class", "part"); + result.appendChild(line); + } + + if (bottomLeft) { + // { + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 15); + line.setAttribute("y1", 27); + line.setAttribute("x2", 0); + line.setAttribute("y2", 54); + line.setAttribute("class", "part"); + result.appendChild(line); + } + + if (topLeft) { + //{ + const line = document.createElementNS("http://www.w3.org/2000/svg", "line"); + line.setAttribute("x1", 0); + line.setAttribute("y1", 0); + line.setAttribute("x2", 15); + line.setAttribute("y2", 27); + line.setAttribute("class", "part"); + result.appendChild(line); + } + + return result; +} + +function text(char, reserved) { + const g = document.createElementNS("http://www.w3.org/2000/svg", "g"); + const result = document.createElementNS("http://www.w3.org/2000/svg", "text"); + //result.setAttribute("xml:space", "preserve"); + //result.setAttributeNS("http://www.w3.org/XML/1998/namespace", "xml:space", "preserve"); + const value = document.createTextNode(char); + result.appendChild(value); + if (reserved) { + result.setAttribute("class", "reserved"); + } + const translation = [ + [15, 24], + //[1.5, 1.5 * ratio] + ]; + result.setAttribute("transform", translation.map(([x, y]) => `translate(${x}, ${y})`).join(" ")); + g.appendChild(result); + return g; +} + +function render(diagram) { + const result = document.createElementNS("http://www.w3.org/2000/svg", "g"); + + for (let y = 0; y < diagram.length; y++) { + for (let x = 0; x < diagram[y].length; x++) { + const char = diagram[y][x]; + + if (char == " " || char == '"') { + continue; + } + + let reserved = glyphs[char]; + + const g = document.createElementNS("http://www.w3.org/2000/svg", "g"); + + let str = false; + for (let i = 0; i < x; i++) { + if (diagram[y][i] == '"') { + str = !str; + } + } + + const neighbors = around(diagram, [x, y]); + + if (char.match(/[A-Za-z0-9]/)) { + const [, right, , left] = neighbors; + // We special case "v", which is a down arrow, and also a text character. + str = str || left.match(/[A-Za-uw-z0-9]/) || right.match(/[A-Za-uw-z0-9]/); + } + + reserved = reserved && !str; + + if (reserved) { + g.appendChild(glyphs[char](neighbors)); + } + + g.appendChild(text(char, reserved)); + + g.setAttribute("transform", `translate(${x * 30} ${y * 54})`); + result.appendChild(g); + } + } + return result; +} + +function create(source, zoom, debug) { + const diagram = source.split("\n").map((line) => line.trimEnd().split("")); + + diagram.shift(); + diagram.splice(-1); + + let width = 0; + const height = diagram.length; + + for (let y = 0; y < diagram.length; y++) { + for (let x = 0; x < diagram[y].length; x++) { + if (diagram[y].length > width) { + width = diagram[x].length; + } + } + } + + var svg = document.createElementNS("http://www.w3.org/2000/svg", "svg"); + svg.setAttribute("width", width * 30 * zoom); + svg.setAttribute("height", height * 54 * zoom); + svg.setAttribute("debug", debug); + const padding = 0; + + svg.setAttribute("viewBox", `${-padding} ${-padding} ${width * 30 + 2 * padding} ${height * 54 + 2 * padding}`); + svg.setAttribute("class", "debug"); + svg.appendChild(render(diagram)); + + if (debug) { + svg.appendChild(grid(width, height)); + } + + return svg; +} + +function around(diagram, [x, y]) { + let left = " "; + let top = " "; + let right = " "; + let bottom = " "; + let topRight = " "; + let bottomRight = " "; + let bottomLeft = " "; + let topLeft = " "; + if (y > 0) { + top = diagram[y - 1][x] || " "; + } + if (x < diagram[y].length - 1) { + right = diagram[y][x + 1] || " "; + } + if (y < diagram.length - 1) { + bottom = diagram[y + 1][x] || " "; + } + if (x > 0) { + left = diagram[y][x - 1] || " "; + } + if (y > 0 && x < diagram[y - 1].length - 1) { + // console.log(`@${diagram[y][x]}: ${diagram[y - 1][x + 1]}`); + topRight = diagram[y - 1][x + 1] || " "; + } + //if (diagram[y][x] == ".") { + //console.log(`${diagram[y][x]}}: ${(y + 1) < (diagram.length)}`); + //console.log(diagram[y + 1]); + //throw new Error("hi"); + //} + if (y + 1 < diagram.length && x < diagram[y + 1].length) { + bottomRight = diagram[y + 1][x + 1] || " "; + //console.log(diagram[y + 1]); + //console.log(`${diagram[y][x]}: ${x} ${y} ${bottomRight}`); + //throw new Error("hi"); + } + if (y < diagram.length - 1 && x > 0) { + bottomLeft = diagram[y + 1][x - 1] || " "; + } + if (y > 0 && x > 0) { + topLeft = diagram[y - 1][x - 1] || " "; + } + return [top, right, bottom, left, topRight, bottomRight, bottomLeft, topLeft]; + //.map((el) => alias[el] ? alias[el] : el); +} + +// module.exports = create; diff --git a/assets/js/vanilla-back-to-top.min.js b/assets/js/vanilla-back-to-top.min.js new file mode 100644 index 0000000000000..ea7968bbcb488 --- /dev/null +++ b/assets/js/vanilla-back-to-top.min.js @@ -0,0 +1 @@ +"use strict";function addBackToTop(){function o(){t()>=z?R&&(D.className="",R=!1):R||(D.className="hidden",R=!0)}function t(){return E.scrollTop||A&&document.documentElement.scrollTop||0}function e(o){E.scrollTop=o,A&&(document.documentElement.scrollTop=o)}var n,i,d,r,c=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=c.backgroundColor,s=void 0===a?"#000":a,l=c.cornerOffset,u=void 0===l?20:l,m=c.diameter,p=void 0===m?56:m,h=c.ease,b=void 0===h?function(o){return.5*(1-Math.cos(Math.PI*o))}:h,v=c.id,f=void 0===v?"back-to-top":v,x=c.innerHTML,g=void 0===x?'':x,w=c.onClickScrollTo,y=void 0===w?0:w,k=c.scrollContainer,E=void 0===k?document.body:k,T=c.scrollDuration,C=void 0===T?100:T,M=c.showWhenScrollTopIs,z=void 0===M?1:M,L=c.size,B=void 0===L?p:L,H=c.textColor,I=void 0===H?"#fff":H,N=c.zIndex,S=void 0===N?1:N,q=E===document.body,A=q&&document.documentElement;n=Math.round(.35*B),i=Math.round(.2*B),d="#"+f+"{background:"+s+";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;bottom:"+u+"px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26);color:"+I+";cursor:pointer;display:block;height:"+B+"px;opacity:1;outline:0;position:fixed;right:"+u+"px;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-transition:bottom .2s,opacity .2s;-o-transition:bottom .2s,opacity .2s;-moz-transition:bottom .2s,opacity .2s;transition:bottom .2s,opacity .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:"+B+"px;z-index:"+S+"}#"+f+" svg{display:block;fill:currentColor;height:"+n+"px;margin:"+i+"px auto 0;width:"+n+"px}#"+f+".hidden{bottom:-"+B+"px;opacity:0}",(r=document.createElement("style")).appendChild(document.createTextNode(d)),document.head.insertAdjacentElement("afterbegin",r);var D=function(){var o=document.createElement("div");return o.id=f,o.className="hidden",o.innerHTML=g,o.addEventListener("click",function(o){o.preventDefault(),function(){var o="function"==typeof y?y():y,n=window,i=n.performance,d=n.requestAnimationFrame;if(C<=0||void 0===i||void 0===d)return e(o);var r=i.now(),c=t(),a=c-o;d(function o(t){var n=Math.min((t-r)/C,1);e(c-Math.round(b(n)*a)),n<1&&d(o)})}()}),document.body.appendChild(o),o}(),R=!0;(q?window:E).addEventListener("scroll",o),o()}window.addEventListener("load",function(){var o=document.getElementById("back-to-top"),t=document.querySelector(".sticky-bottom"),e=document.querySelector(".fixed-bottom");o&&window.addEventListener("scroll",function(){if(t){var n=t.getBoundingClientRect();window.scrollY+window.innerHeight>document.body.scrollHeight-n.height?(o.style.position="fixed",o.style.bottom=n.height+15+"px"):(o.style.position="fixed",o.style.bottom="15px")}if(e){var i=e.getBoundingClientRect();o.style.position="fixed",o.style.bottom=i.height+15+"px"}})}); \ No newline at end of file diff --git a/assets/js/zoom.js b/assets/js/zoom.js index c8610d6118ddb..299b886932287 100644 --- a/assets/js/zoom.js +++ b/assets/js/zoom.js @@ -1,8 +1,6 @@ // Initialize medium zoom. -$(document).ready(function() { - medium_zoom = mediumZoom('[data-zoomable]', { - margin: 100, - background: getComputedStyle(document.documentElement) - .getPropertyValue('--global-bg-color') + 'ee', // + 'ee' for trasparency. - }) +$(document).ready(function () { + medium_zoom = mediumZoom("[data-zoomable]", { + background: getComputedStyle(document.documentElement).getPropertyValue("--global-bg-color") + "ee", // + 'ee' for trasparency. + }); }); diff --git a/assets/json/resume.json b/assets/json/resume.json new file mode 100644 index 0000000000000..5ab5ecac0d857 --- /dev/null +++ b/assets/json/resume.json @@ -0,0 +1,200 @@ +{ + "basics": { + "name": "Albert Einstein", + "label": "Scientist", + "image": "", + "email": "albert@einstein.de", + "phone": "(912) 123-4567", + "url": "https://alshedivat.github.io/al-folio/", + "summary": "A German-born theoretical physicist, widely ranked among the greatest and most influential scientists of all time", + "location": { + "address": "2712 Broadway St", + "postalCode": "CA 94115", + "city": "San Francisco", + "countryCode": "US", + "region": "California" + }, + "profiles": [ + { + "network": "Twitter", + "username": "AlbertEinstein", + "url": "https://twitter.com/AlbertEinstein" + } + ] + }, + "work": [ + { + "name": "Institute for Advanced Study, Princeton University", + "position": "Professor of Theoretical Physics", + "url": "https://example.com", + "startDate": "1933-01-01", + "endDate": "1955-01-01", + "summary": "Teaching at Palmer Physical Laboratory (now 302 Frist Campus Center). While not a professor at Princeton, I associated with the physics professors and continued to give lectures on campus.", + "highlights": ["Relativity"] + } + ], + "volunteer": [ + { + "organization": "People's Climate March", + "location": "Zurich, Switzerland", + "position": "Lead Organizer", + "url": "https://example.com", + "startDate": "2014-04-01", + "endDate": "2015-07-01", + "summary": "Lead organizer for the New York City branch of the People's Climate March, the largest climate march in history.", + "highlights": ["Awarded 'Climate Hero' award by Greenpeace for my efforts organizing the march.", "Men of the year 2014 by Time magazine"] + } + ], + "education": [ + { + "institution": "University of Zurich, Zurich, Switzerland", + "location": "Zurich, Switzerland", + "url": "https://www.uzh.ch/", + "area": "Software Development", + "studyType": "PhD", + "startDate": "1905-01-01", + "endDate": "1905-01-01", + "score": "10", + "courses": ["Theory of Relativity"] + } + ], + "awards": [ + { + "title": "Nobel Prize in Physics", + "date": "1921-11-01", + "awarder": "Royal Swedish Academy of Sciences", + "url": "https://www.nobelprize.org/prizes/physics/1921/einstein/biographical/", + "summary": "The Nobel Prizes are five separate prizes that, according to Alfred Nobel's will of 1895, are awarded to 'those who, during the preceding year, have conferred the greatest benefit to humankind.'" + } + ], + "certificates": [ + { + "name": "Machine Learning", + "date": "2018-01-01", + "issuer": "Stanford University", + "url": "https://example.com", + "icon": "fa-solid fa-location-dot" + }, + { + "name": "Quantum Computing", + "date": "2018-01-01", + "issuer": "Stanford University", + "url": "https://example.com", + "icon": "fa-solid fa-tag" + }, + { + "name": "Quantum Information", + "date": "2018-01-01", + "issuer": "Stanford University", + "url": "https://example.com", + "icon": "fa-solid fa-envelope" + }, + { + "name": "Quantum Cryptography", + "date": "2018-01-01", + "issuer": "Stanford University", + "url": "https://example.com", + "icon": "fa-solid fa-hashtag" + }, + { + "name": "Quantum Communication", + "date": "2018-01-01", + "issuer": "Stanford University", + "url": "https://example.com", + "icon": "fa-solid fa-calendar" + }, + { + "name": "Quantum Teleportation", + "date": "2018-01-01", + "issuer": "Stanford University", + "url": "https://example.com", + "icon": "fa-solid fa-clipboard-check" + } + ], + "publications": [ + { + "name": "Zur Elektrody/namik bewegter Körper", + "publisher": "Annalen der Physik", + "releaseDate": "1905-06-30", + "url": "https://en.wikisource.org/wiki/Translation:On_the_Electrodynamics_of_Moving_Bodies", + "summary": "It concerned an interpretation of the Michelson–Morley experiment and the properties of light and time. Special relativity incorporates the principle that the speed of light is the same for all inertial observers regardless of the state of motion of the source." + }, + { + "name": "Über einen die Erzeugung und Verwandlung des Lichtes betreffenden heuristischen Gesichtspunkt", + "publisher": "Annalen der Physik", + "releaseDate": "1905-03-18", + "url": "https://de.wikisource.org/wiki/Über_einen_die_Erzeugung_und_Verwandlung_des_Lichtes_betreffenden_heuristischen_Gesichtspunkt", + "summary": "In the second paper, he applied the quantum theory to light to explain the photoelectric effect. In particular, he used the idea of light quanta (photons) to explain experimental results, but stressed the importance of the experimental results. The importance of his work on the photoelectric effect earned him the Nobel Prize in Physics in 1921." + }, + { + "name": "Die Grundlage der allgemeinen Relativitätstheorie", + "publisher": "Annalen der Physik", + "releaseDate": "1916-03-20", + "url": "https://de.wikisource.org/wiki/Die_Grundlage_der_allgemeinen_Relativitätstheorie", + "summary": "The publication of the theory of general relativity made him internationally famous. He was professor of physics at the universities of Zurich (1909–1911) and Prague (1911–1912), before he returned to ETH Zurich (1912–1914)." + } + ], + "skills": [ + { + "name": "Physics", + "level": "Master", + "icon": "fa-solid fa-hashtag", + "keywords": [ + "Quantum Mechanics", + "Quantum Computing", + "Quantum Information", + "Quantum Cryptography", + "Quantum Communication", + "Quantum Teleportation" + ] + } + ], + "languages": [ + { + "language": "German", + "fluency": "Native speaker", + "icon": "" + }, + { + "language": "English", + "fluency": "Fluent", + "icon": "" + } + ], + "interests": [ + { + "name": "Physics", + "icon": "fa-solid fa-tag", + "keywords": [ + "Quantum Mechanics", + "Quantum Computing", + "Quantum Information", + "Quantum Cryptography", + "Quantum Communication", + "Quantum Teleportation" + ] + } + ], + "references": [ + { + "name": "Professor John Doe", + "icon": "fa-solid fa-laptop", + "reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D" + }, + { + "name": "Professor John Doe", + "icon": "fa-solid fa-thumbtack", + "reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D" + } + ], + "projects": [ + { + "name": "Quantum Computing", + "summary": "Quantum computing is the use of quantum-mechanical phenomena such as superposition and entanglement to perform computation. Computers that perform quantum computations are known as quantum computers.", + "highlights": ["Quantum Teleportation", "Quantum Cryptography"], + "startDate": "2018-01-01", + "endDate": "2018-01-01", + "url": "https://example.com" + } + ] +} diff --git a/assets/json/table_data.json b/assets/json/table_data.json new file mode 100644 index 0000000000000..a44a088a99534 --- /dev/null +++ b/assets/json/table_data.json @@ -0,0 +1,128 @@ +[ + { + "id": 0, + "name": "Item 0", + "price": "$0", + "amount": 3 + }, + { + "id": 1, + "name": "Item 1", + "price": "$1", + "amount": 4 + }, + { + "id": 2, + "name": "Item 2", + "price": "$2", + "amount": 8 + }, + { + "id": 3, + "name": "Item 3", + "price": "$3", + "amount": 2 + }, + { + "id": 4, + "name": "Item 4", + "price": "$4", + "amount": 90 + }, + { + "id": 5, + "name": "Item 5", + "price": "$5", + "amount": 2 + }, + { + "id": 6, + "name": "Item 6", + "price": "$6", + "amount": 3 + }, + { + "id": 7, + "name": "Item 7", + "price": "$7", + "amount": 7 + }, + { + "id": 8, + "name": "Item 8", + "price": "$8", + "amount": 39 + }, + { + "id": 9, + "name": "Item 9", + "price": "$9", + "amount": 78 + }, + { + "id": 10, + "name": "Item 10", + "price": "$10", + "amount": 30 + }, + { + "id": 11, + "name": "Item 11", + "price": "$11", + "amount": 32 + }, + { + "id": 12, + "name": "Item 12", + "price": "$12", + "amount": 12 + }, + { + "id": 13, + "name": "Item 13", + "price": "$13", + "amount": 76 + }, + { + "id": 14, + "name": "Item 14", + "price": "$14", + "amount": 10 + }, + { + "id": 15, + "name": "Item 15", + "price": "$15", + "amount": 9 + }, + { + "id": 16, + "name": "Item 16", + "price": "$16", + "amount": 8 + }, + { + "id": 17, + "name": "Item 17", + "price": "$17", + "amount": 1 + }, + { + "id": 18, + "name": "Item 18", + "price": "$18", + "amount": 99 + }, + { + "id": 19, + "name": "Item 19", + "price": "$19", + "amount": 100 + }, + { + "id": 20, + "name": "Item 20", + "price": "$20", + "amount": 109 + } +] diff --git a/assets/jupyter/blog.ipynb b/assets/jupyter/blog.ipynb new file mode 100755 index 0000000000000..bc870dcd161e9 --- /dev/null +++ b/assets/jupyter/blog.ipynb @@ -0,0 +1,48 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "sys.version_info(major=3, minor=6, micro=2, releaselevel='final', serial=0)" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import sys\n", + "sys.version_info" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.6.2" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/assets/plotly/demo.html b/assets/plotly/demo.html new file mode 100644 index 0000000000000..b78329e9750b0 --- /dev/null +++ b/assets/plotly/demo.html @@ -0,0 +1,71 @@ + + + +
    +
    + + \ No newline at end of file diff --git a/assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4 b/assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4 new file mode 100644 index 0000000000000..c4c55d783ba14 Binary files /dev/null and b/assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4 differ diff --git a/assets/video/tutorial_al_folio.mp4 b/assets/video/tutorial_al_folio.mp4 new file mode 100644 index 0000000000000..5774ab27d6479 Binary files /dev/null and b/assets/video/tutorial_al_folio.mp4 differ diff --git a/assets/webfonts/fa-brands-400.ttf b/assets/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000000000..08362f3424c69 Binary files /dev/null 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 new file mode 100644 index 0000000000000..d84512f3897d3 Binary files /dev/null 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 new file mode 100644 index 0000000000000..7f9b53c1df781 Binary files /dev/null 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 new file mode 100644 index 0000000000000..452b49c0407e7 Binary files /dev/null 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 new file mode 100644 index 0000000000000..e7e2ecfa34115 Binary files /dev/null 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 new file mode 100644 index 0000000000000..fec1fae77d486 Binary files /dev/null and b/assets/webfonts/fa-solid-900.woff2 differ diff --git a/assets/webfonts/fa-v4compatibility.ttf b/assets/webfonts/fa-v4compatibility.ttf new file mode 100644 index 0000000000000..577b7a00cfa76 Binary files /dev/null and b/assets/webfonts/fa-v4compatibility.ttf differ diff --git a/assets/webfonts/fa-v4compatibility.woff2 b/assets/webfonts/fa-v4compatibility.woff2 new file mode 100644 index 0000000000000..73931680d3a50 Binary files /dev/null and b/assets/webfonts/fa-v4compatibility.woff2 differ diff --git a/bin/deploy b/bin/deploy index 135f008a028ae..c72abbcc64746 100755 --- a/bin/deploy +++ b/bin/deploy @@ -18,8 +18,6 @@ while [[ $# > 0 ]]; do exit 0 ;; -u|--user) - SRC_BRANCH="source" - DEPLOY_BRANCH="master" ;; -s|--src) SRC_BRANCH="$2" @@ -97,11 +95,17 @@ export JEKYLL_ENV=production # Build site bundle exec jekyll build +# Purge unused css +purgecss -c purgecss.config.js + # Delete and move files find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name 'CNAME' ! -name '.gitignore' -exec rm -rf {} \; mv _site/* . rm -R _site/ +# Create `.nojekyll` file (bypass GitHub Pages Jekyll processing) +touch .nojekyll + # Push to DEPLOY_BRANCH git add -fA git commit --allow-empty -m "$(git log -1 --pretty=%B) [ci skip]" diff --git a/bin/entry_point.sh b/bin/entry_point.sh new file mode 100755 index 0000000000000..cdd6f0f7b8065 --- /dev/null +++ b/bin/entry_point.sh @@ -0,0 +1,34 @@ +#!/bin/bash + +CONFIG_FILE=_config.yml + +# Function to manage Gemfile.lock +manage_gemfile_lock() { + git config --global --add safe.directory '*' + if command -v git &> /dev/null && [ -f Gemfile.lock ]; then + if git ls-files --error-unmatch Gemfile.lock &> /dev/null; then + echo "Gemfile.lock is tracked by git, keeping it intact" + git restore Gemfile.lock 2>/dev/null || true + else + echo "Gemfile.lock is not tracked by git, removing it" + rm Gemfile.lock + fi + fi +} + +start_jekyll() { + manage_gemfile_lock + bundle exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling & +} + +start_jekyll + +while true; do + inotifywait -q -e modify,move,create,delete $CONFIG_FILE + if [ $? -eq 0 ]; then + echo "Change detected to $CONFIG_FILE, restarting Jekyll" + jekyll_pid=$(pgrep -f jekyll) + kill -KILL $jekyll_pid + start_jekyll + fi +done diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index 082e2e381cd69..0000000000000 --- a/blog/index.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -layout: default -title: blog -pagination: - enabled: true - collection: posts - permalink: /page/:num/ - per_page: 5 - sort_field: date - sort_reverse: true - trail: - before: 1 # The number of links before the current page - after: 3 # The number of links after the current page ---- - -
    - -
    -

    {{ site.blog_name }}

    -

    {{ site.blog_description }}

    -
    - - -
    - - {% include pagination.html %} - -
    diff --git a/docker-compose-slim.yml b/docker-compose-slim.yml new file mode 100644 index 0000000000000..3bd4f467791bf --- /dev/null +++ b/docker-compose-slim.yml @@ -0,0 +1,12 @@ +# this file uses prebuilt image in dockerhub +services: + jekyll: + image: amirpourmand/al-folio:slim + #build: . + ports: + - 8080:8080 + - 35729:35729 + volumes: + - .:/srv/jekyll + environment: + - JEKYLL_ENV=development diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000000000..a9bc8b817055b --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,12 @@ +# this file uses prebuilt image in dockerhub +services: + jekyll: + image: amirpourmand/al-folio:latest + build: . + ports: + - 8080:8080 + - 35729:35729 + volumes: + - .:/srv/jekyll + environment: + - JEKYLL_ENV=development diff --git a/lighthouse_results/desktop/alshedivat_github_io_al_folio_.html b/lighthouse_results/desktop/alshedivat_github_io_al_folio_.html new file mode 100644 index 0000000000000..69b2bd14406ef --- /dev/null +++ b/lighthouse_results/desktop/alshedivat_github_io_al_folio_.html @@ -0,0 +1,266 @@ + + + + + + + + Lighthouse Report + + + + + +
    + + + + + + diff --git a/lighthouse_results/desktop/pagespeed.svg b/lighthouse_results/desktop/pagespeed.svg new file mode 100644 index 0000000000000..04697996a766f --- /dev/null +++ b/lighthouse_results/desktop/pagespeed.svg @@ -0,0 +1 @@ +95Performance100Accessibility100Best Practices100SEONAPWA0-4950-8990-100 \ No newline at end of file diff --git a/lighthouse_results/mobile/alshedivat_github_io_al_folio_.html b/lighthouse_results/mobile/alshedivat_github_io_al_folio_.html new file mode 100644 index 0000000000000..5d52a5a3a1154 --- /dev/null +++ b/lighthouse_results/mobile/alshedivat_github_io_al_folio_.html @@ -0,0 +1,266 @@ + + + + + + + + Lighthouse Report + + + + + +
    + + + + + + diff --git a/lighthouse_results/mobile/pagespeed.svg b/lighthouse_results/mobile/pagespeed.svg new file mode 100644 index 0000000000000..2cf0256810d63 --- /dev/null +++ b/lighthouse_results/mobile/pagespeed.svg @@ -0,0 +1 @@ +92Performance100Accessibility100Best Practices100SEONAPWA0-4950-8990-100 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000000000..4a690276e4eaa --- /dev/null +++ b/package-lock.json @@ -0,0 +1,94 @@ +{ + "name": "master", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "devDependencies": { + "@shopify/prettier-plugin-liquid": "1.4.0", + "prettier": "3.1.1" + } + }, + "node_modules/@shopify/liquid-html-parser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@shopify/liquid-html-parser/-/liquid-html-parser-2.0.0.tgz", + "integrity": "sha512-1jqA50g2/WFTnnBnaiaNVammkJLIkt+z2QU2stFN2ljnYR28ln3q0VqlXqGNS0uRojEFaVNYrJl95IzAmjP5bQ==", + "dev": true, + "dependencies": { + "line-column": "^1.0.2", + "ohm-js": "^16.3.0" + } + }, + "node_modules/@shopify/prettier-plugin-liquid": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.4.0.tgz", + "integrity": "sha512-Fd0QiPi0bpSapUG0plri1+bLew9j//Q0MFKkBjkIG4RTJC76dycVysf5Dy7JvbvIjSJ4YFxaT0PBW5v9O7JItQ==", + "dev": true, + "dependencies": { + "@shopify/liquid-html-parser": "^2.0.0", + "html-styles": "^1.0.0" + }, + "peerDependencies": { + "prettier": "^2.0.0 || ^3.0.0" + } + }, + "node_modules/html-styles": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/html-styles/-/html-styles-1.0.0.tgz", + "integrity": "sha512-cDl5dcj73oI4Hy0DSUNh54CAwslNLJRCCoO+RNkVo+sBrjA/0+7E/xzvj3zH/GxbbBLGJhE0hBe1eg+0FINC6w==", + "dev": true + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", + "dev": true, + "dependencies": { + "isarray": "1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/line-column": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/line-column/-/line-column-1.0.2.tgz", + "integrity": "sha512-Ktrjk5noGYlHsVnYWh62FLVs4hTb8A3e+vucNZMgPeAOITdshMSgv4cCZQeRDjm7+goqmo6+liZwTXo+U3sVww==", + "dev": true, + "dependencies": { + "isarray": "^1.0.0", + "isobject": "^2.0.0" + } + }, + "node_modules/ohm-js": { + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/ohm-js/-/ohm-js-16.6.0.tgz", + "integrity": "sha512-X9P4koSGa7swgVQ0gt71UCYtkAQGOjciJPJAz74kDxWt8nXbH5HrDOQG6qBDH7SR40ktNv4x61BwpTDE9q4lRA==", + "dev": true, + "engines": { + "node": ">=0.12.1" + } + }, + "node_modules/prettier": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", + "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", + "dev": true, + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000000000..dc4c51ab7c854 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "devDependencies": { + "@shopify/prettier-plugin-liquid": "1.4.0", + "prettier": "3.1.1" + } +} diff --git a/purgecss.config.js b/purgecss.config.js new file mode 100644 index 0000000000000..2add9d2f73898 --- /dev/null +++ b/purgecss.config.js @@ -0,0 +1,6 @@ +module.exports = { + content: ["_site/**/*.html", "_site/**/*.js"], + css: ["_site/assets/css/*.css"], + output: "_site/assets/css/", + skippedContentGlobs: ["_site/assets/**/*.html"], +}; diff --git a/readme_preview/al-folio-preview.png b/readme_preview/al-folio-preview.png new file mode 100644 index 0000000000000..e9acedb05340d Binary files /dev/null and b/readme_preview/al-folio-preview.png differ diff --git a/readme_preview/blog.png b/readme_preview/blog.png new file mode 100644 index 0000000000000..0f36828541c8b Binary files /dev/null and b/readme_preview/blog.png differ diff --git a/readme_preview/code.png b/readme_preview/code.png new file mode 100644 index 0000000000000..6dd6f84de0969 Binary files /dev/null and b/readme_preview/code.png differ diff --git a/readme_preview/cv.png b/readme_preview/cv.png new file mode 100644 index 0000000000000..b92c9f08d17ff Binary files /dev/null and b/readme_preview/cv.png differ diff --git a/readme_preview/dark.png b/readme_preview/dark.png new file mode 100644 index 0000000000000..311479ceaecd0 Binary files /dev/null and b/readme_preview/dark.png differ diff --git a/readme_preview/distill.png b/readme_preview/distill.png new file mode 100644 index 0000000000000..99d7847f17b4d Binary files /dev/null and b/readme_preview/distill.png differ diff --git a/readme_preview/jupyter.png b/readme_preview/jupyter.png new file mode 100644 index 0000000000000..889091870a3dc Binary files /dev/null and b/readme_preview/jupyter.png differ diff --git a/readme_preview/light.png b/readme_preview/light.png new file mode 100644 index 0000000000000..985686a3f5066 Binary files /dev/null and b/readme_preview/light.png differ diff --git a/readme_preview/math.png b/readme_preview/math.png new file mode 100644 index 0000000000000..7f41e3eece27c Binary files /dev/null and b/readme_preview/math.png differ diff --git a/readme_preview/people.png b/readme_preview/people.png new file mode 100644 index 0000000000000..3e3687c2597df Binary files /dev/null and b/readme_preview/people.png differ diff --git a/assets/img/photos-screenshot.png b/readme_preview/photos-screenshot.png similarity index 100% rename from assets/img/photos-screenshot.png rename to readme_preview/photos-screenshot.png diff --git a/readme_preview/projects.png b/readme_preview/projects.png new file mode 100644 index 0000000000000..375a898100586 Binary files /dev/null and b/readme_preview/projects.png differ diff --git a/readme_preview/publications.png b/readme_preview/publications.png new file mode 100644 index 0000000000000..f1d0068ee41bc Binary files /dev/null and b/readme_preview/publications.png differ diff --git a/readme_preview/repositories.png b/readme_preview/repositories.png new file mode 100644 index 0000000000000..e1a7ac9577d59 Binary files /dev/null and b/readme_preview/repositories.png differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000..f43bea86b54e6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +nbconvert