From b9aeaabbfbd508f125603ba64a088b01c37b5749 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 21 Dec 2023 01:15:09 -0700 Subject: [PATCH] Initial Commit Bringing Documentation into Gitea --- .../Playbooks/Windows/Hyper-V/Deploy-VM.md | 43 + .../Docker/Docker Compose/ActivePieces.md | 70 + .../Docker/Docker Compose/Adguard-Home.md | 30 + .../Docker/Docker Compose/Authelia.md | 45 + .../Custom Containers/Git Repo Updater.md | 99 + .../Docker/Docker Compose/Dashy.md | 59 + .../Docker/Docker Compose/Docusaurus.md | 34 + .../Docker/Docker Compose/Frigate.md | 49 + .../Docker/Docker Compose/Gitea.md | 58 + .../Docker/Docker Compose/HomeAssistant.md | 37 + .../Docker/Docker Compose/Homepage-Docker.md | 41 + .../Docker/Docker Compose/IT-Tools.md | 26 + .../Docker/Docker Compose/Kopia.md | 43 + .../Docker/Docker Compose/NGINX.md | 34 + .../Docker/Docker Compose/Nextcloud.md | 65 + .../Docker/Docker Compose/Niltalk.md | 45 + .../Docker/Docker Compose/Node-Red.md | 29 + .../Docker/Docker Compose/Ntfy.md | 34 + .../Docker/Docker Compose/OnlyOffice-ee.md | 63 + .../Docker/Docker Compose/Password Pusher.md | 32 + .../Docker/Docker Compose/Pi-Hole.md | 41 + .../Docker/Docker Compose/RocketChat.md | 93 + .../Docker/Docker Compose/SearX.md | 29 + .../Docker/Docker Compose/Snipe-IT.md | 102 + .../Docker/Docker Compose/Traefik.md | 111 + .../Docker/Docker Compose/Unifi-Controller.md | 41 + .../Docker/Docker Compose/UptimeKuma.md | 33 + .../Docker/Docker Compose/VaultWarden.md | 43 + .../Docker/Docker Compose/Wordpress.md | 49 + .../Docker/Docker Networking.md | 5 + .../Kubernetes/Deploy Generic K8S.md | 187 + .../Kubernetes/Minikube/Ansible Minikube.md | 140 + .../Kubernetes/OKD (OpenShift)/Placeholder.md | 2 + .../RKE2 Playbooks/1-provision-vm.yml.md | 32 + .../2-create-initial-controlplane.yml.md | 48 + .../3A-deploy-additional-controlplane.yml.md | 48 + .../3B-deploy-worker-node.yml.md | 38 + .../Custom Credential Types/WinRM.md | 28 + .../AWX Operator/Credentials/Overview.md | 36 + .../AWX Operator/Inventories/Overview.md | 39 + .../AWX Operator/Projects/Overview.md | 16 + .../AWX Operator/RKE2 Ansible AWX.md | 100 + .../AWX Operator/Templates/Overview.md | 21 + .../Rancher RKE2/AWX Operator/awx.png | Bin 0 -> 124625 bytes .../Rancher RKE2/Rancher RKE2 Cluster.md | 136 + .../Portainer/Deploy Portainer.md | 31 + General Scripts/Bash/Git Repo Updater.md | 75 + General Scripts/Batch/placeholder.md | 3 + General Scripts/Powershell/placeholder.md | 3 + .../20GbE Cluster Networking.md | 16 + Homelab Networking/IP Addresses.md | 25 + Homelab Networking/Tuya Smart Lights.md | 25 + Virtualization Documentation/Harvester.md | 56 + .../OpenStack/Canonical OpenStack.md | 84 + Windows Server/Change Windows Edition.md | 66 + ...Convert SSL Certificates into PFX Files.md | 23 + .../Deploying Failover Cluster Host.md | 136 + .../Microsoft Exchange/placeholder.md | 3 + assets/favicon.png | Bin 0 -> 8365 bytes schema.json | 166 + schema/assets/fonts.json | 7050 +++++++++ schema/assets/icons.json | 12668 ++++++++++++++++ schema/extensions.json | 18 + schema/extensions/markdown.json | 148 + schema/extensions/pymdownx.json | 733 + schema/extra.json | 422 + schema/nav.json | 34 + schema/plugins.json | 131 + schema/plugins/blog.json | 365 + schema/plugins/external/gen-files.json | 29 + schema/plugins/external/git-authors.json | 41 + schema/plugins/external/git-committers.json | 45 + .../plugins/external/git-revision-date.json | 42 + schema/plugins/external/literate-nav.json | 37 + schema/plugins/external/macros.json | 72 + schema/plugins/external/minify.json | 76 + schema/plugins/external/redirects.json | 51 + schema/plugins/external/section-index.json | 19 + schema/plugins/group.json | 29 + schema/plugins/info.json | 49 + schema/plugins/meta.json | 37 + schema/plugins/offline.json | 31 + schema/plugins/optimize.json | 120 + schema/plugins/privacy.json | 112 + schema/plugins/projects.json | 82 + schema/plugins/search.json | 192 + schema/plugins/social.json | 143 + schema/plugins/tags.json | 93 + schema/plugins/typeset.json | 31 + schema/theme.json | 990 ++ 90 files changed, 26956 insertions(+) create mode 100644 Ansible Documentation/Playbooks/Windows/Hyper-V/Deploy-VM.md create mode 100644 Container Documentation/Docker/Docker Compose/ActivePieces.md create mode 100644 Container Documentation/Docker/Docker Compose/Adguard-Home.md create mode 100644 Container Documentation/Docker/Docker Compose/Authelia.md create mode 100644 Container Documentation/Docker/Docker Compose/Custom Containers/Git Repo Updater.md create mode 100644 Container Documentation/Docker/Docker Compose/Dashy.md create mode 100644 Container Documentation/Docker/Docker Compose/Docusaurus.md create mode 100644 Container Documentation/Docker/Docker Compose/Frigate.md create mode 100644 Container Documentation/Docker/Docker Compose/Gitea.md create mode 100644 Container Documentation/Docker/Docker Compose/HomeAssistant.md create mode 100644 Container Documentation/Docker/Docker Compose/Homepage-Docker.md create mode 100644 Container Documentation/Docker/Docker Compose/IT-Tools.md create mode 100644 Container Documentation/Docker/Docker Compose/Kopia.md create mode 100644 Container Documentation/Docker/Docker Compose/NGINX.md create mode 100644 Container Documentation/Docker/Docker Compose/Nextcloud.md create mode 100644 Container Documentation/Docker/Docker Compose/Niltalk.md create mode 100644 Container Documentation/Docker/Docker Compose/Node-Red.md create mode 100644 Container Documentation/Docker/Docker Compose/Ntfy.md create mode 100644 Container Documentation/Docker/Docker Compose/OnlyOffice-ee.md create mode 100644 Container Documentation/Docker/Docker Compose/Password Pusher.md create mode 100644 Container Documentation/Docker/Docker Compose/Pi-Hole.md create mode 100644 Container Documentation/Docker/Docker Compose/RocketChat.md create mode 100644 Container Documentation/Docker/Docker Compose/SearX.md create mode 100644 Container Documentation/Docker/Docker Compose/Snipe-IT.md create mode 100644 Container Documentation/Docker/Docker Compose/Traefik.md create mode 100644 Container Documentation/Docker/Docker Compose/Unifi-Controller.md create mode 100644 Container Documentation/Docker/Docker Compose/UptimeKuma.md create mode 100644 Container Documentation/Docker/Docker Compose/VaultWarden.md create mode 100644 Container Documentation/Docker/Docker Compose/Wordpress.md create mode 100644 Container Documentation/Docker/Docker Networking.md create mode 100644 Container Documentation/Kubernetes/Deploy Generic K8S.md create mode 100644 Container Documentation/Kubernetes/Minikube/Ansible Minikube.md create mode 100644 Container Documentation/Kubernetes/OKD (OpenShift)/Placeholder.md create mode 100644 Container Documentation/Kubernetes/RKE2 Playbooks/1-provision-vm.yml.md create mode 100644 Container Documentation/Kubernetes/RKE2 Playbooks/2-create-initial-controlplane.yml.md create mode 100644 Container Documentation/Kubernetes/RKE2 Playbooks/3A-deploy-additional-controlplane.yml.md create mode 100644 Container Documentation/Kubernetes/RKE2 Playbooks/3B-deploy-worker-node.yml.md create mode 100644 Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Credentials/Custom Credential Types/WinRM.md create mode 100644 Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Credentials/Overview.md create mode 100644 Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Inventories/Overview.md create mode 100644 Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Projects/Overview.md create mode 100644 Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/RKE2 Ansible AWX.md create mode 100644 Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Templates/Overview.md create mode 100644 Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/awx.png create mode 100644 Container Documentation/Kubernetes/Rancher RKE2/Rancher RKE2 Cluster.md create mode 100644 Container Documentation/Portainer/Deploy Portainer.md create mode 100644 General Scripts/Bash/Git Repo Updater.md create mode 100644 General Scripts/Batch/placeholder.md create mode 100644 General Scripts/Powershell/placeholder.md create mode 100644 Homelab Networking/20GbE Cluster Networking.md create mode 100644 Homelab Networking/IP Addresses.md create mode 100644 Homelab Networking/Tuya Smart Lights.md create mode 100644 Virtualization Documentation/Harvester.md create mode 100644 Virtualization Documentation/OpenStack/Canonical OpenStack.md create mode 100644 Windows Server/Change Windows Edition.md create mode 100644 Windows Server/Convert SSL Certificates into PFX Files.md create mode 100644 Windows Server/Deploying Failover Cluster Host.md create mode 100644 Windows Server/Microsoft Exchange/placeholder.md create mode 100644 assets/favicon.png create mode 100644 schema.json create mode 100644 schema/assets/fonts.json create mode 100644 schema/assets/icons.json create mode 100644 schema/extensions.json create mode 100644 schema/extensions/markdown.json create mode 100644 schema/extensions/pymdownx.json create mode 100644 schema/extra.json create mode 100644 schema/nav.json create mode 100644 schema/plugins.json create mode 100644 schema/plugins/blog.json create mode 100644 schema/plugins/external/gen-files.json create mode 100644 schema/plugins/external/git-authors.json create mode 100644 schema/plugins/external/git-committers.json create mode 100644 schema/plugins/external/git-revision-date.json create mode 100644 schema/plugins/external/literate-nav.json create mode 100644 schema/plugins/external/macros.json create mode 100644 schema/plugins/external/minify.json create mode 100644 schema/plugins/external/redirects.json create mode 100644 schema/plugins/external/section-index.json create mode 100644 schema/plugins/group.json create mode 100644 schema/plugins/info.json create mode 100644 schema/plugins/meta.json create mode 100644 schema/plugins/offline.json create mode 100644 schema/plugins/optimize.json create mode 100644 schema/plugins/privacy.json create mode 100644 schema/plugins/projects.json create mode 100644 schema/plugins/search.json create mode 100644 schema/plugins/social.json create mode 100644 schema/plugins/tags.json create mode 100644 schema/plugins/typeset.json create mode 100644 schema/theme.json diff --git a/Ansible Documentation/Playbooks/Windows/Hyper-V/Deploy-VM.md b/Ansible Documentation/Playbooks/Windows/Hyper-V/Deploy-VM.md new file mode 100644 index 0000000..45ecf4a --- /dev/null +++ b/Ansible Documentation/Playbooks/Windows/Hyper-V/Deploy-VM.md @@ -0,0 +1,43 @@ +### Deploy-VM +**Purpose**: Deploy an Ubuntu Server 20.04 Virtual Machine to Hyper-V from an ISO image located at a pre-defined location. +```jsx title="Playbooks/Windows/Hyper-V/Deploy-VM.yml" +--- +- name: Deploy Hyper-V Guest VM + hosts: all + gather_facts: no + + tasks: + - name: Set the randomized Hyper-V Guest VM Name Variable + set_fact: + vm_name_fact: "{{ vm_name }}" + + - name: Create VM folder + ansible.windows.win_file: + path: "{{ vm_folder }}" + state: directory + + - name: Create Guest VM + ansible.windows.win_shell: | + New-VM -Name "{{ vm_name_fact }}" -MemoryStartupBytes "{{ vm_memory }}" -NewVHDPath "{{ vm_folder }}\\{{ vm_name_fact }}.vhdx" -NewVHDSizeBytes "{{ vm_storage }}" -Path "{{ vm_folder }}" -Generation 2 + register: vm_creation_result + + - name: Attach ISO to VM + ansible.windows.win_shell: | + Add-VMDvdDrive -VMName "{{ vm_name_fact }}" -Path "{{ iso_path }}" + when: vm_creation_result is changed + + - name: Configure VM to boot from DVD + ansible.windows.win_shell: | + Set-VMFirmware -VMName "{{ vm_name_fact }}" -FirstBootDevice (Get-VMDvdDrive -VMName "{{ vm_name }}") + when: vm_creation_result is changed + + - name: Disable VM Secure Boot + ansible.windows.win_shell: | + Set-VMFirmware -VMName "{{ vm_name_fact }}" -EnableSecureBoot Off + when: vm_creation_result is changed + + - name: Start Guest VM + ansible.windows.win_shell: | + Start-VM -Name "{{ vm_name_fact }}" + when: vm_creation_result is changed +``` \ No newline at end of file diff --git a/Container Documentation/Docker/Docker Compose/ActivePieces.md b/Container Documentation/Docker/Docker Compose/ActivePieces.md new file mode 100644 index 0000000..dcdb482 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/ActivePieces.md @@ -0,0 +1,70 @@ +**Purpose**: Self-hosted open-source no-code business automation tool. + +```jsx title="docker-compose.yml" +version: '3.0' +services: + activepieces: + image: activepieces/activepieces:0.3.11 + container_name: activepieces + restart: unless-stopped + privileged: true + ports: + - '8080:80' + environment: + - 'POSTGRES_DB=${AP_POSTGRES_DATABASE}' + - 'POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD}' + - 'POSTGRES_USER=${AP_POSTGRES_USERNAME}' + env_file: stack.env + depends_on: + - postgres + - redis + networks: + docker_network: + ipv4_address: 192.168.5.62 + postgres: + image: 'postgres:14.4' + container_name: postgres + restart: unless-stopped + environment: + - 'POSTGRES_DB=${AP_POSTGRES_DATABASE}' + - 'POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD}' + - 'POSTGRES_USER=${AP_POSTGRES_USERNAME}' + volumes: + - /srv/containers/activepieces/postgresql:/var/lib/postgresql/data' + networks: + docker_network: + ipv4_address: 192.168.5.61 + redis: + image: 'redis:7.0.7' + container_name: redis + restart: unless-stopped + volumes: + - /srv/containers/activepieces/redis:/data' + networks: + docker_network: + ipv4_address: 192.168.5.60 +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +AP_ENGINE_EXECUTABLE_PATH=dist/packages/engine/main.js +AP_ENCRYPTION_KEY=e81f8754faa04acaa7b13caa5d2c6a5a +AP_JWT_SECRET=REDACTED #BE SURE TO SET THIS WITH A VALID JWT SECRET > REFER TO OFFICIAL DOCUMENTATION +AP_ENVIRONMENT=prod +AP_FRONTEND_URL=https://ap.cyberstrawberry.net +AP_NODE_EXECUTABLE_PATH=/usr/local/bin/node +AP_POSTGRES_DATABASE=activepieces +AP_POSTGRES_HOST=192.168.5.61 +AP_POSTGRES_PORT=5432 +AP_POSTGRES_USERNAME=postgres +AP_POSTGRES_PASSWORD=REDACTED #USE A SECURE SHORT PASSWORD > ENSURE ITS NOT TOO LONG FOR POSTGRESQL +AP_REDIS_HOST=redis +AP_REDIS_PORT=6379 +AP_SANDBOX_RUN_TIME_SECONDS=600 +AP_TELEMETRY_ENABLED=true +``` diff --git a/Container Documentation/Docker/Docker Compose/Adguard-Home.md b/Container Documentation/Docker/Docker Compose/Adguard-Home.md new file mode 100644 index 0000000..99a89ea --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Adguard-Home.md @@ -0,0 +1,30 @@ +**Purpose**: AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it will cover ALL your home devices, and you don’t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network. + +```jsx title="docker-compose.yml" +version: '3' + +services: + app: + image: adguard/adguardhome + ports: + - 3000:3000 + - 53:53 + - 80:80 + volumes: + - /srv/containers/adguard_home/workingdir:/opt/adguardhome/work + - /srv/containers/adguard_home/config:/opt/adguardhome/conf + restart: always + networks: + docker_network: + ipv4_address: 192.168.5.189 +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Authelia.md b/Container Documentation/Docker/Docker Compose/Authelia.md new file mode 100644 index 0000000..3978073 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Authelia.md @@ -0,0 +1,45 @@ +**Purpose**: Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies. + +```jsx title="docker-compose.yml" +services: + authelia: + image: authelia/authelia + container_name: authelia + volumes: + - /mnt/authelia/config:/config + networks: + docker_network: + ipv4_address: 192.168.5.159 + expose: + - 9091 + restart: unless-stopped + healthcheck: + disable: true + environment: + - TZ=America/Denver + + redis: + image: redis:alpine + container_name: redis + volumes: + - /mnt/authelia/redis:/data + networks: + docker_network: + ipv4_address: 192.168.5.158 + expose: + - 6379 + restart: unless-stopped + environment: + - TZ=America/Denver + +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Custom Containers/Git Repo Updater.md b/Container Documentation/Docker/Docker Compose/Custom Containers/Git Repo Updater.md new file mode 100644 index 0000000..750ef00 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Custom Containers/Git Repo Updater.md @@ -0,0 +1,99 @@ +**Purpose**: Docker container running Ubuntu Minimal 22.04 that automates much of the script mentioned in the [Git Repo Updater](https://docs.cyberstrawberry.net/General%20Scripts/Bash/Git%20Repo%20Updater) document. It offers the additional benefits of checking for updates every 5 seconds instead of every 60 seconds. It also accepts environment variables to provide credentials and notification settings. + +### Deployment +You can find the current up-to-date Gitea repository that includes the `docker-compose.yml` and `.env` files that you need to deploy everything [here](https://git.cyberstrawberry.net/container-registry/-/packages/container/git-repo-updater/latest) +```jsx title="docker-compose.yml" +version: '3.3' +services: + git-repo-updater: + privileged: true + container_name: git-repo-updater + environment: + - REPO_URL=${REPO_URL} + - COPY_DIR=${COPY_DIR} + - NTFY_URL=${NTFY_URL} + - GIT_USERNAME=${GIT_USERNAME} + - GIT_PASSWORD=${GIT_PASSWORD} + - TZ=America/Denver + image: git.cyberstrawberry.net/container-registry/git-repo-updater:latest + volumes: + #This folder is where the repository will be downloaded and updated - it needs a unique folder name. + - ${TEMP_DIR}:/root/Repo_Watcher/repo + #This is where you want the git repository data to be copied to (e.g. a server's data folder) + - ${DESTINATION}:/DATA + restart: always +``` + +```jsx title=".env" +REPO_URL=https://git.cyberstrawberry.net/cyberstrawberry/placeholder.git +NTFY_URL=https://ntfy.cyberstrawberry.net/git-repo-updater +TEMP_DIR=/srv/containers/git-repo-updater/REPO-NAME +DESTINATION=/srv/containers/server-name/data +GIT_USERNAME=nicole.rappe +GIT_PASSWORD=USE-AN-APP-PASSWORD +``` +### Build / Development +If you want to learn how the container was assembled, the related build files are located [here](https://git.cyberstrawberry.net/container-registry/git-repo-updater) +```jsx title="Dockerfile" +FROM ubuntu:latest + +# Install necessary packages +RUN apt-get update && \ + apt-get install -y git curl rsync + +# Add script +COPY repo_watcher.sh /root/Repo_Watcher/repo_watcher.sh + +# Make script executable +RUN chmod +x /root/Repo_Watcher/repo_watcher.sh + +# Start script +CMD ["/bin/bash", "-c", "/root/Repo_Watcher/repo_watcher.sh"] +``` + +```jsx title="repo_watcher.sh" +#!/bin/bash + +while true; do + # Set Git credentials + git config --global credential.helper 'store --file /tmp/git-credentials' + echo "url=$REPO_URL" > /tmp/git-credentials + echo "username=$GIT_USERNAME" >> /tmp/git-credentials + echo "password=$GIT_PASSWORD" >> /tmp/git-credentials + + # Navigate to the watcher directory + cd /root/Repo_Watcher + + # Clone the repo if it doesn't exist + if [ -z "$(find /root/Repo_Watcher/repo -maxdepth 1 -mindepth 1 -type f -o -type d 2>/dev/null)" ]; then + curl -d "Repository $REPO_URL doesn't exist locally - Downloading..." $NTFY_URL + echo "Repository $REPO_URL doesn't exist locally - Downloading..." + git clone $REPO_URL repo + cd repo + rsync -av --delete --exclude '.git/' ./ /DATA + fi + + cd repo + + # Fetch the latest changes + git fetch origin main + + # Check if the local repository is behind the remote + LOCAL=$(git rev-parse @) + REMOTE=$(git rev-parse @{u}) + BASE=$(git merge-base @ @{u}) + + if [ $LOCAL = $REMOTE ]; then + echo "Repository Up-to-Date" + else + curl -d "$REPO_URL Automatically Pulling Updates..." $NTFY_URL + echo "Pulling Updates from Repository..." + git pull origin main + rsync -av --delete --exclude '.git/' ./ /DATA + fi + + # Wait for 5 seconds before the next iteration + sleep 5 + +done +``` \ No newline at end of file diff --git a/Container Documentation/Docker/Docker Compose/Dashy.md b/Container Documentation/Docker/Docker Compose/Dashy.md new file mode 100644 index 0000000..584ba0d --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Dashy.md @@ -0,0 +1,59 @@ +**Purpose**: A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! + +```jsx title="docker-compose.yml" +version: "3.8" +services: + dashy: + container_name: Dashy + + # Pull latest image from DockerHub + image: lissy93/dashy + + # Set port that web service will be served on. Keep container port as 80 + ports: + - 4000:80 + + labels: + - "traefik.enable=true" + - "traefik.http.routers.dashy.rule=Host(`dashboard.cyberstrawberry.net`)" + - "traefik.http.routers.dashy.entrypoints=websecure" + - "traefik.http.routers.dashy.tls.certresolver=myresolver" + - "traefik.http.services.dashy.loadbalancer.server.port=80" + + # Set any environmental variables + environment: + - NODE_ENV=production + - UID=1000 + - GID=1000 + + # Pass in your config file below, by specifying the path on your host machine + volumes: + - /srv/Containers/Dashy/conf.yml:/app/public/conf.yml + - /srv/Containers/Dashy/item-icons:/app/public/item-icons + + # Specify restart policy + restart: unless-stopped + + # Configure healthchecks + healthcheck: + test: ['CMD', 'node', '/app/services/healthcheck'] + interval: 1m30s + timeout: 10s + retries: 3 + start_period: 40s + + # Connect container to Docker_Network + networks: + docker_network: + ipv4_address: 192.168.5.57 +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Docusaurus.md b/Container Documentation/Docker/Docker Compose/Docusaurus.md new file mode 100644 index 0000000..9c4e637 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Docusaurus.md @@ -0,0 +1,34 @@ +**Purpose**: An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more. + +```jsx title="docker-compose.yml" +version: "3" + +services: + docusaurus: + image: awesometic/docusaurus + container_name: docusaurus + environment: + - TARGET_UID=1000 + - TARGET_GID=1000 + - AUTO_UPDATE=true + - WEBSITE_NAME=docusaurus + - TEMPLATE=classic + - TZ=America/Denver + restart: always + volumes: + - /srv/containers/docusaurus:/docusaurus + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro + ports: + - "80:80" + networks: + docker_network: + ipv4_address: 192.168.5.72 +networks: + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Frigate.md b/Container Documentation/Docker/Docker Compose/Frigate.md new file mode 100644 index 0000000..1f0e072 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Frigate.md @@ -0,0 +1,49 @@ +**Purpose**: A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. + +```jsx title="docker-compose.yml" +version: "3.9" +services: + frigate: + container_name: frigate + privileged: true # this may not be necessary for all setups + restart: unless-stopped + image: blakeblackshear/frigate:stable + shm_size: "256mb" # update for your cameras based on calculation above +# devices: +# - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions +# - /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux +# - /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware + volumes: + - /etc/localtime:/etc/localtime:ro + - /mnt/1TB_STORAGE/frigate/config.yml:/config/config.yml:ro + - /mnt/1TB_STORAGE/frigate/media:/media/frigate + - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear + target: /tmp/cache + tmpfs: + size: 4000000000 + ports: + - "5000:5000" + - "1935:1935" # RTMP feeds + environment: + FRIGATE_RTSP_PASSWORD: ${FRIGATE_RTSP_PASSWORD} + networks: + docker_network: + ipv4_address: 192.168.5.201 + + mqtt: + container_name: mqtt + image: eclipse-mosquitto:1.6 + ports: + - "1883:1883" + networks: + docker_network: + ipv4_address: 192.168.5.202 + +networks: + docker_network: + external: true +``` + +```jsx title=".env" +FRIGATE_RTSP_PASSWORD=SomethingSecure101 +``` diff --git a/Container Documentation/Docker/Docker Compose/Gitea.md b/Container Documentation/Docker/Docker Compose/Gitea.md new file mode 100644 index 0000000..320271b --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Gitea.md @@ -0,0 +1,58 @@ +**Purpose**: Gitea is a painless self-hosted all-in-one software development service, it includes Git hosting, code review, team collaboration, package registry and CI/CD. It is similar to GitHub, Bitbucket and GitLab. Gitea was forked from Gogs originally and almost all the code has been changed. + +```jsx title="docker-compose.yml" +version: "3" + +services: + server: + image: gitea/gitea:latest + container_name: gitea + privileged: true + environment: + - USER_UID=1000 + - USER_GID=1000 + - TZ=America/Denver + restart: always + volumes: + - /srv/containers/gitea:/data +# - /etc/timezone:/etc/timezone:ro +# - /etc/localtime:/etc/localtime:ro + ports: + - "3000:3000" + - "222:22" + networks: + docker_network: + ipv4_address: 192.168.5.70 +# labels: +# - "traefik.enable=true" +# - "traefik.http.routers.deeptree-gitea.rule=Host(`git.domain.xyz`)" +# - "traefik.http.routers.deeptree-gitea.entrypoints=websecure" +# - "traefik.http.routers.deeptree-gitea.tls.certresolver=myresolver" +# - "traefik.http.services.deeptree-gitea.loadbalancer.server.port=3000" + depends_on: + - postgres + + postgres: + image: postgres:12-alpine + ports: + - 5432:5432 + volumes: + - /srv/containers/gitea/db:/var/lib/postgresql/data + environment: + - POSTGRES_DB=gitea + - POSTGRES_USER=gitea + - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} + - TZ=America/Denver + restart: always + networks: + docker_network: + ipv4_address: 192.168.5.71 + +networks: + docker_network: + external: true +``` + +```jsx title=".env" +POSTGRES_PASSWORD=SomethingSecure +``` diff --git a/Container Documentation/Docker/Docker Compose/HomeAssistant.md b/Container Documentation/Docker/Docker Compose/HomeAssistant.md new file mode 100644 index 0000000..c5afe1e --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/HomeAssistant.md @@ -0,0 +1,37 @@ +**Purpose**: Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. + +```jsx title="docker-compose.yml" +version: '3' +services: + homeassistant: + container_name: homeassistant + image: "ghcr.io/home-assistant/home-assistant:stable" + environment: + - TZ=America/Denver + volumes: + - /srv/containers/Home-Assistant-Core:/config + - /etc/localtime:/etc/localtime:ro + restart: always + privileged: true + ports: + - 8123:8123 + networks: + docker_network: + ipv4_address: 192.168.5.252 + labels: + - "traefik.enable=true" + - "traefik.http.routers.homeassistant.rule=Host(`automation.cyberstrawberry.net`)" + - "traefik.http.routers.homeassistant.entrypoints=websecure" + - "traefik.http.routers.homeassistant.tls.certresolver=myresolver" + - "traefik.http.services.homeassistant.loadbalancer.server.port=8123" +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Homepage-Docker.md b/Container Documentation/Docker/Docker Compose/Homepage-Docker.md new file mode 100644 index 0000000..1fe2377 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Homepage-Docker.md @@ -0,0 +1,41 @@ +**Purpose**: A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. + +```jsx title="docker-compose.yml" +version: '3.8' +services: + homepage: + image: ghcr.io/benphelps/homepage:latest + container_name: homepage + volumes: + - /srv/containers/homepage-docker:/config + - /srv/containers/homepage-docker/icons:/app/public/icons + - /var/run/docker.sock:/var/run/docker.sock + ports: + - 80:80 + - 443:443 + - 3000:3000 + environment: + - PUID=1000 + - PGID=1000 + - TZ=America/Denver + dns: + - 192.168.3.10 + - 192.168.3.11 + restart: unless-stopped + extra_hosts: + - "rancher.cyberstrawberry.net:192.168.3.21" + networks: + docker_network: + ipv4_address: 192.168.5.44 + +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/IT-Tools.md b/Container Documentation/Docker/Docker Compose/IT-Tools.md new file mode 100644 index 0000000..71b4156 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/IT-Tools.md @@ -0,0 +1,26 @@ +**Purpose**: Collection of handy online tools for developers, with great UX. + +```jsx title="docker-compose.yml" +version: "3" + +services: + server: + image: corentinth/it-tools:latest + container_name: it-tools + environment: + - TZ=America/Denver + restart: always + ports: + - "80:80" + networks: + docker_network: + ipv4_address: 192.168.5.16 + +networks: + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Kopia.md b/Container Documentation/Docker/Docker Compose/Kopia.md new file mode 100644 index 0000000..cac0c08 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Kopia.md @@ -0,0 +1,43 @@ +**Purpose**: Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included. + +```jsx title="docker-compose.yml" +version: '3.7' +services: + kopia: + image: kopia/kopia:latest + hostname: kopia-backup + user: root + restart: always + ports: + - 51515:51515 + environment: + - KOPIA_PASSWORD=${KOPIA_ENRYPTION_PASSWORD} + - TZ=America/Denver + privileged: true + volumes: + - /srv/containers/kopia/config:/app/config + - /srv/containers/kopia/cache:/app/cache + - /srv/containers/kopia/cache:/app/logs + - /srv:/srv + - /usr/share/zoneinfo:/usr/share/zoneinfo + entrypoint: ["/bin/kopia", "server", "start", "--insecure", "--timezone=America/Denver", "--address=0.0.0.0:51515", "--override-username=${KOPIA_SERVER_USERNAME}", "--server-username=${KOPIA_SERVER_USERNAME}", "--server-password=${KOPIA_SERVER_PASSWORD}", "--disable-csrf-token-checks"] + + networks: + docker_network: + ipv4_address: 192.168.5.14 +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` +:::note Credentials: +Your username will be `kopia@kopia-backup` and the password will be the value you set for `--server-password` in the entrypoint section of the compose file. The `KOPIA_PASSWORD:` is used by the backup repository, such as Backblaze B2, to encrypt/decrypt the backed-up data, and must be updated in the compose file if the repository is changed / updated. +::: + +```jsx title=".env" +KOPIA_ENRYPTION_PASSWORD=PasswordUsedToEncryptDataOnBackblazeB2 +KOPIA_SERVER_PASSWORD=ThisIsUsedToLogIntoKopiaWebUI +KOPIA_SERVER_USERNAME=kopia@kopia-backup +``` diff --git a/Container Documentation/Docker/Docker Compose/NGINX.md b/Container Documentation/Docker/Docker Compose/NGINX.md new file mode 100644 index 0000000..60eb3e1 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/NGINX.md @@ -0,0 +1,34 @@ +**Purpose**: NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. + +```jsx title="docker-compose.yml" +--- +version: "2.1" +services: + nginx: + image: lscr.io/linuxserver/nginx:latest + container_name: nginx + environment: + - PUID=1000 + - PGID=1000 + - TZ=America/Denver + volumes: + - /srv/containers/nginx-portfolio-website:/config + ports: + - 80:80 + - 443:443 + restart: unless-stopped + networks: + docker_network: + ipv4_address: 192.168.5.12 + +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Nextcloud.md b/Container Documentation/Docker/Docker Compose/Nextcloud.md new file mode 100644 index 0000000..dfdfe02 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Nextcloud.md @@ -0,0 +1,65 @@ +**Purpose**: Deploy a Nextcloud and PostgreSQL database together. + +```jsx title="docker-compose.yml" +version: "2.1" +services: + app: + image: nextcloud:apache + labels: + - "traefik.enable=true" + - "traefik.http.routers.nextcloud.rule=Host(`cloud.cyberstrawberry.net`)" + - "traefik.http.routers.nextcloud.entrypoints=websecure" + - "traefik.http.routers.nextcloud.tls.certresolver=letsencrypt" + - "traefik.http.services.nextcloud.loadbalancer.server.port=80" + environment: + - TZ=${TZ} + - POSTGRES_DB=${POSTGRES_DB} + - POSTGRES_USER=${POSTGRES_USER} + - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} + - POSTGRES_HOST=${POSTGRES_HOST} + - OVERWRITEPROTOCOL=https + - NEXTCLOUD_ADMIN_USER=${NEXTCLOUD_ADMIN_USER} + - NEXTCLOUD_ADMIN_PASSWORD=${NEXTCLOUD_ADMIN_PASSWORD} + - NEXTCLOUD_TRUSTED_DOMAINS=${NEXTCLOUD_TRUSTED_DOMAINS} + volumes: + - /mnt/nextcloud/app:/config + - /mnt/nextcloud/data:/data + ports: + - 443:443 + - 80:80 + restart: always + depends_on: + - db + networks: + docker_network: + ipv4_address: 192.168.3.11 + db: + image: postgres:12-alpine + environment: + - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} + - POSTGRES_USER=${POSTGRES_USER} + - POSTGRES_DB=${POSTGRES_DB} + volumes: + - /mnt/nextcloud/db:/var/lib/postgresql/data + ports: + - 5432:5432 + restart: always + networks: + docker_network: + ipv4_address: 192.168.3.12 + +networks: + docker_network: + external: true +``` + +```jsx title=".env" +TZ=America/Denver +POSTGRES_PASSWORD=SomeSecurePassword +POSTGRES_USER=ncadmin +POSTGRES_HOST=192.168.3.10 +POSTGRES_DB=nextcloud +NEXTCLOUD_ADMIN_USER=admin +NEXTCLOUD_ADMIN_PASSWORD=SomeSuperSecurePassword +NEXTCLOUD_TRUSTED_DOMAINS=cloud.cyberstrawberry.net +``` diff --git a/Container Documentation/Docker/Docker Compose/Niltalk.md b/Container Documentation/Docker/Docker Compose/Niltalk.md new file mode 100644 index 0000000..8090e63 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Niltalk.md @@ -0,0 +1,45 @@ +**Purpose**: Niltalk is a web based disposable chat server. It allows users to create password protected disposable, ephemeral chatrooms and invite peers to chat rooms. + +```jsx title="docker-compose.yml" +version: "3.7" + +services: + redis: + image: redis:alpine + volumes: + - /srv/niltalk + restart: unless-stopped + networks: + docker_network: + ipv4_address: 192.168.5.196 + + niltalk: + image: kailashnadh/niltalk:latest + ports: + - "9000:9000" + depends_on: + - redis + restart: unless-stopped + networks: + docker_network: + ipv4_address: 192.168.5.197 + labels: + - "traefik.enable=true" + - "traefik.http.routers.niltalk.rule=Host(`temp.cyberstrawberry.net`)" + - "traefik.http.routers.niltalk.entrypoints=websecure" + - "traefik.http.routers.niltalk.tls.certresolver=myresolver" + - "traefik.http.services.niltalk.loadbalancer.server.port=9000" +networks: + default: + external: + name: docker_network + docker_network: + external: true + +volumes: + niltalk-data: +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Node-Red.md b/Container Documentation/Docker/Docker Compose/Node-Red.md new file mode 100644 index 0000000..737026e --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Node-Red.md @@ -0,0 +1,29 @@ +**Purpose**: Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. + +```jsx title="docker-compose.yml" +version: "3.7" + +services: + node-red: + image: nodered/node-red:latest + environment: + - TZ=America/Denver + ports: + - "1880:1880" + networks: + docker_network: + ipv4_address: 192.168.5.92 + volumes: + - /srv/containers/node-red:/data +networks: + default: + external: + name: docker_network + docker_network: + external: true + +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Ntfy.md b/Container Documentation/Docker/Docker Compose/Ntfy.md new file mode 100644 index 0000000..1cafcb2 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Ntfy.md @@ -0,0 +1,34 @@ +**Purpose**: ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software. + +```jsx title="docker-compose.yml" +version: "2.1" +services: + ntfy: + image: binwiederhier/ntfy + container_name: ntfy + command: + - serve + environment: + - TZ=America/Denver # optional: Change to your desired timezone + #user: UID:GID # optional: Set custom user/group or uid/gid + volumes: + - /srv/containers/ntfy/cache:/var/cache/ntfy + - /srv/containers/ntfy/etc:/etc/ntfy + ports: + - 80:80 + restart: unless-stopped + networks: + docker_network: + ipv4_address: 192.168.5.45 + +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/OnlyOffice-ee.md b/Container Documentation/Docker/Docker Compose/OnlyOffice-ee.md new file mode 100644 index 0000000..3439082 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/OnlyOffice-ee.md @@ -0,0 +1,63 @@ +**Purpose**: ONLYOFFICE offers a secure online office suite highly compatible with MS Office formats. Generally used with Nextcloud to edit documents directly within the web browser. + +```jsx title="docker-compose.yml" +version: '3' + +services: + app: + image: onlyoffice/documentserver-ee + ports: + - 80:80 + - 443:443 + volumes: + - /srv/containers/onlyoffice/DocumentServer/logs:/var/log/onlyoffice + - /srv/containers/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data + - /srv/containers/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice + - /srv/containers/onlyoffice/DocumentServer/db:/var/lib/postgresql + - /srv/containers/onlyoffice/DocumentServer/fonts:/usr/share/fonts/truetype/custom + - /srv/containers/onlyoffice/DocumentServer/forgotten:/var/lib/onlyoffice/documentserver/App_Data/cache/files/forgotten + - /srv/containers/onlyoffice/DocumentServer/rabbitmq:/var/lib/rabbitmq + - /srv/containers/onlyoffice/DocumentServer/redis:/var/lib/redis + labels: + - "traefik.enable=true" + - "traefik.http.routers.cyberstrawberry-onlyoffice.rule=Host(`office.cyberstrawberry.net`)" + - "traefik.http.routers.cyberstrawberry-onlyoffice.entrypoints=websecure" + - "traefik.http.routers.cyberstrawberry-onlyoffice.tls.certresolver=myresolver" + - "traefik.http.services.cyberstrawberry-onlyoffice.loadbalancer.server.port=80" + - "traefik.http.routers.cyberstrawberry-onlyoffice.middlewares=onlyoffice-headers" + - "traefik.http.middlewares.onlyoffice-headers.headers.customrequestheaders.X-Forwarded-Proto=https" + #- "traefik.http.middlewares.onlyoffice-headers.headers.accessControlAllowOrigin=*" + environment: + - JWT_ENABLED=true + - JWT_SECRET=REDACTED #SET THIS TO SOMETHING SECURE + restart: always + networks: + docker_network: + ipv4_address: 192.168.5.143 +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` +:::tip +If you wish to use this in a non-commercial homelab environment without limits, [this script](https://wiki.muwahhid.ru/ru/Unraid/Docker/Onlyoffice-Document-Server) does an endless trial without functionality limits. +``` +docker stop office-document-server-ee +docker rm office-document-server-ee +rm -r /mnt/user/appdata/onlyoffice/DocumentServer +sleep 5 + +``` + +Docker Run Method: +``` +docker run -d --name='office-document-server-ee' --net='bridge' -e TZ="Europe/Moscow" -e HOST_OS="Unraid" -e 'JWT_ENABLED'='true' -e 'JWT_SECRET'='mySecret' -p '8082:80/tcp' -p '4432:443/tcp' -v '/mnt/user/appdata/onlyoffice/DocumentServer/logs':'/var/log/onlyoffice':'rw' -v '/mnt/user/appdata/onlyoffice/DocumentServer/data':'/var/www/onlyoffice/Data':'rw' -v '/mnt/user/appdata/onlyoffice/DocumentServer/lib':'/var/lib/onlyoffice':'rw' -v '/mnt/user/appdata/onlyoffice/DocumentServer/db':'/var/lib/postgresql':'rw' -v '/mnt/user/appdata/onlyoffice/DocumentServer/fonts':'/usr/share/fonts/truetype/custom':'rw' -v '/mnt/user/appdata/onlyoffice/DocumentServer/forgotten':'/var/lib/onlyoffice/documentserver/App_Data/cache/files/forgotten':'rw' -v '/mnt/user/appdata/onlyoffice/DocumentServer/rabbitmq':'/var/lib/rabbitmq':'rw' -v '/mnt/user/appdata/onlyoffice/DocumentServer/redis':'/var/lib/redis':'rw' 'onlyoffice/documentserver-ee' +``` +::: + diff --git a/Container Documentation/Docker/Docker Compose/Password Pusher.md b/Container Documentation/Docker/Docker Compose/Password Pusher.md new file mode 100644 index 0000000..50647a1 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Password Pusher.md @@ -0,0 +1,32 @@ +**Purpose**: An application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed. Track who, what and when. + +```jsx title="docker-compose.yml" +version: '3' + +services: + passwordpusher: + image: pglombardo/pwpush-ephemeral:release + expose: + - 5100 + restart: always + environment: + # Read Documention on how to generate a master key, then put it below + - PWPUSH_MASTER_KEY=${PWPUSH_MASTER_KEY} + networks: + docker_network: + ipv4_address: 192.168.5.170 + labels: + - "traefik.enable=true" + - "traefik.http.routers.passwordpusher.rule=Host(`pw.domain.com`)" + - "traefik.http.routers.passwordpusher.entrypoints=websecure" + - "traefik.http.routers.passwordpusher.tls.certresolver=letsencrypt" + - "traefik.http.services.passwordpusher.loadbalancer.server.port=5100" + +networks: + docker_network: + external: true +``` + +```jsx title=".env" +PWPUSH_MASTER_KEY= # Read Documention on how to generate a master key, then put it here +``` diff --git a/Container Documentation/Docker/Docker Compose/Pi-Hole.md b/Container Documentation/Docker/Docker Compose/Pi-Hole.md new file mode 100644 index 0000000..36c0429 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Pi-Hole.md @@ -0,0 +1,41 @@ +**Purpose**: Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. + +```jsx title="docker-compose.yml" +version: "3" + +# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ +services: + pihole: + container_name: pihole + image: pihole/pihole:latest + # For DHCP it is recommended to remove these ports and instead add: network_mode: "host" + ports: + - "53:53/tcp" + - "53:53/udp" + - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server + - "80:80/tcp" + environment: + TZ: 'America/Denver' + WEBPASSWORD: 'REDACTED' #USE A SECURE PASSWORD HERE + # Volumes store your data between container upgrades + volumes: + - /srv/containers/pihole/app:/etc/pihole + - /srv/containers/pihole/etc-dnsmasq.d:/etc/dnsmasq.d + # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities +# cap_add: +# - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed + restart: always + networks: + docker_network: + ipv4_address: 192.168.5.190 +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/RocketChat.md b/Container Documentation/Docker/Docker Compose/RocketChat.md new file mode 100644 index 0000000..c2328ce --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/RocketChat.md @@ -0,0 +1,93 @@ +**Purpose**: Deploy a RocketChat and MongoDB database together. + +```jsx title="docker-compose.yml" +services: + rocketchat: + image: registry.rocket.chat/rocketchat/rocket.chat:${RELEASE:-latest} + restart: always +# labels: +# traefik.enable: "true" +# traefik.http.routers.rocketchat.rule: Host(`${DOMAIN:-}`) +# traefik.http.routers.rocketchat.tls: "true" +# traefik.http.routers.rocketchat.entrypoints: https +# traefik.http.routers.rocketchat.tls.certresolver: le + environment: + MONGO_URL: "${MONGO_URL:-\ + mongodb://${MONGODB_ADVERTISED_HOSTNAME:-rc_mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ + ${MONGODB_DATABASE:-rocketchat}?replicaSet=${MONGODB_REPLICA_SET_NAME:-rs0}}" + MONGO_OPLOG_URL: "${MONGO_OPLOG_URL:\ + -mongodb://${MONGODB_ADVERTISED_HOSTNAME:-rc_mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ + local?replicaSet=${MONGODB_REPLICA_SET_NAME:-rs0}}" + ROOT_URL: ${ROOT_URL:-http://localhost:${HOST_PORT:-3000}} + PORT: ${PORT:-3000} + DEPLOY_METHOD: docker + DEPLOY_PLATFORM: ${DEPLOY_PLATFORM:-} + REG_TOKEN: ${REG_TOKEN:-} + depends_on: + - rc_mongodb + expose: + - ${PORT:-3000} + dns: + - 1.1.1.1 + - 1.0.0.1 + - 8.8.8.8 + - 8.8.4.4 + ports: + - "${BIND_IP:-0.0.0.0}:${HOST_PORT:-3000}:${PORT:-3000}" + networks: + docker_network: + ipv4_address: 192.168.5.2 + + rc_mongodb: + image: docker.io/bitnami/mongodb:${MONGODB_VERSION:-5.0} + restart: always + volumes: + - /srv/deeptree/rocket.chat/mongodb:/bitnami/mongodb + environment: + MONGODB_REPLICA_SET_MODE: primary + MONGODB_REPLICA_SET_NAME: ${MONGODB_REPLICA_SET_NAME:-rs0} + MONGODB_PORT_NUMBER: ${MONGODB_PORT_NUMBER:-27017} + MONGODB_INITIAL_PRIMARY_HOST: ${MONGODB_INITIAL_PRIMARY_HOST:-rc_mongodb} + MONGODB_INITIAL_PRIMARY_PORT_NUMBER: ${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017} + MONGODB_ADVERTISED_HOSTNAME: ${MONGODB_ADVERTISED_HOSTNAME:-rc_mongodb} + MONGODB_ENABLE_JOURNAL: ${MONGODB_ENABLE_JOURNAL:-true} + ALLOW_EMPTY_PASSWORD: ${ALLOW_EMPTY_PASSWORD:-yes} + networks: + docker_network: + ipv4_address: 192.168.5.3 + +networks: + docker__network: + external: true +``` + +```jsx title=".env" +TZ=America/Denver +RELEASE=6.3.0 +PORT=3000 #Redundant - Can be Removed +MONGODB_VERSION=6.0 +MONGODB_INITIAL_PRIMARY_HOST=rc_mongodb #Redundant - Can be Removed +MONGODB_ADVERTISED_HOSTNAME=rc_mongodb #Redundant - Can be Removed +``` +## Reverse Proxy Configuration +```jsx title="nginx.conf" +# Rocket.Chat Server +server { + listen 443 ssl; + server_name rocketchat.domain.net; + error_log /var/log/nginx/new_rocketchat_error.log; + client_max_body_size 500M; + location / { + proxy_pass http://192.168.5.2:3000; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_set_header Host $http_host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto https; + proxy_set_header X-Nginx-Proxy true; + proxy_redirect off; + } +} +``` diff --git a/Container Documentation/Docker/Docker Compose/SearX.md b/Container Documentation/Docker/Docker Compose/SearX.md new file mode 100644 index 0000000..128ec75 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/SearX.md @@ -0,0 +1,29 @@ +**Purpose**: Deploys a SearX Meta Search Engine Server + +```jsx title="docker-compose.yml" +version: '3' +services: + searx: + image: searx/searx:latest + ports: + - 8080:8080 + volumes: + - /srv/containers/searx/:/etc/searx + restart: always + labels: + - "traefik.enable=true" + - "traefik.http.routers.searx.rule=Host(`searx.cyberstrawberry.net`)" + - "traefik.http.routers.searx.entrypoints=websecure" + - "traefik.http.routers.searx.tls.certresolver=letsencrypt" + - "traefik.http.services.searx.loadbalancer.server.port=8080" + networks: + docker_network: + ipv4_address: 192.168.5.124 +networks: + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Snipe-IT.md b/Container Documentation/Docker/Docker Compose/Snipe-IT.md new file mode 100644 index 0000000..3f9cddf --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Snipe-IT.md @@ -0,0 +1,102 @@ +**Purpose**: A free open source IT asset/license management system. + +!!! warning + The Snipe-IT container will attempt to launch after the MariaDB container starts, but MariaDB takes a while set itself up before it can accept connections; as a result, Snipe-IT will fail to initialize the database. Just wait about 30 seconds after deploying the stack, then restart the Snipe-IT container to initialize the database. You will know it worked if you see notes about data being `Migrated`. + +```jsx title="docker-compose.yml" +version: '3.7' + +services: + snipeit: + image: snipe/snipe-it + ports: + - "8000:80" + depends_on: + - db + env_file: + - stack.env + volumes: + - ${DATA_LOCATION}/snipeit:/var/lib/snipeit + networks: + docker_network: + ipv4_address: 192.168.5.50 + + redis: + image: redis:6.2.5-buster + ports: + - "6379:6379" + env_file: + - stack.env + networks: + docker_network: + ipv4_address: 192.168.5.51 + + db: + image: mariadb:10.5 + ports: + - "3306:3306" + env_file: + - stack.env + volumes: + - ${DATA_LOCATION}/mariadb:/var/lib/mysql + networks: + docker_network: + ipv4_address: 192.168.5.52 + + mailhog: + image: mailhog/mailhog:v1.0.1 + ports: + # - 1025:1025 + - "8025:8025" + env_file: + - stack.env + networks: + docker_network: + ipv4_address: 192.168.5.53 + +networks: + docker_network: + external: true +``` + +```jsx title=".env" +APP_ENV=production +APP_DEBUG=false +APP_KEY=base64:SomethingSecure +APP_URL=https://assets.bunny-lab.io +APP_TIMEZONE='America/Denver' +APP_LOCALE=en +MAX_RESULTS=500 +PRIVATE_FILESYSTEM_DISK=local +PUBLIC_FILESYSTEM_DISK=local_public +DB_CONNECTION=mysql +DB_HOST=db +DB_DATABASE=snipedb +DB_USERNAME=snipeuser +DB_PASSWORD=SomethingSecure +DB_PREFIX=null +DB_DUMP_PATH='/usr/bin' +DB_CHARSET=utf8mb4 +DB_COLLATION=utf8mb4_unicode_ci +IMAGE_LIB=gd +MYSQL_DATABASE=snipedb +MYSQL_USER=snipeuser +MYSQL_PASSWORD=SomethingSecure +MYSQL_ROOT_PASSWORD=SomethingSecure +REDIS_HOST=redis +REDIS_PASSWORD=SomethingSecure +REDIS_PORT=6379 +MAIL_DRIVER=smtp +MAIL_HOST=mail.deeptree.tech +MAIL_PORT=587 +MAIL_USERNAME=assets@bunny-lab.io +MAIL_PASSWORD=SomethingSecure +MAIL_ENCRYPTION=starttls +MAIL_FROM_ADDR=assets@bunny-lab.io +MAIL_FROM_NAME='Bunny Lab Asset Management' +MAIL_REPLYTO_ADDR=assets@bunny-lab.io +MAIL_REPLYTO_NAME='Bunny Lab Asset Management' +MAIL_AUTO_EMBED_METHOD='attachment' +DATA_LOCATION=/srv/containers/snipe-it +APP_TRUSTED_PROXIES=192.168.5.29 +``` diff --git a/Container Documentation/Docker/Docker Compose/Traefik.md b/Container Documentation/Docker/Docker Compose/Traefik.md new file mode 100644 index 0000000..d7a6803 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Traefik.md @@ -0,0 +1,111 @@ +**Purpose**: Deploy a Traefik Reverse Proxy + +```jsx title="docker-compose.yml" +version: "3.3" +services: + traefik: + image: "traefik:latest" + restart: always + container_name: "traefik" + ulimits: + nofile: + soft: 65536 + hard: 65536 + labels: + - "traefik.http.routers.traefik-proxy.middlewares=my-buffering" + - "traefik.http.middlewares.my-buffering.buffering.maxRequestBodyBytes=104857600" + - "traefik.http.middlewares.my-buffering.buffering.maxResponseBodyBytes=104857600" + - "traefik.http.middlewares.my-buffering.buffering.memRequestBodyBytes=2097152" + - "traefik.http.middlewares.my-buffering.buffering.memResponseBodyBytes=2097152" + - "traefik.http.middlewares.my-buffering.buffering.retryExpression=IsNetworkError() && Attempts() <= 2" + command: + # Globals + - "--log.level=ERROR" + - "--api.insecure=true" + - "--global.sendAnonymousUsage=false" + # Docker +# - "--providers.docker=true" +# - "--providers.docker.exposedbydefault=false" + # File Provider + - "--providers.file.directory=/etc/traefik/dynamic" + - "--providers.file.watch=true" + # Entrypoints + - "--entrypoints.web.address=:80" + - "--entrypoints.websecure.address=:443" + - "--entrypoints.web.http.redirections.entrypoint.to=websecure" #Redirect HTTP to HTTPS + - "--entrypoints.web.http.redirections.entrypoint.scheme=https" #Redirect HTTP to HTTPS + - "--entrypoints.web.http.redirections.entrypoint.permanent=true" #Redirect HTTP to HTTPS + # LetsEncrypt +# - "--certificatesresolvers.myresolver.acme.tlschallenge=true" + - "--certificatesresolvers.myresolver.acme.dnschallenge=true" #TEMPORARY CHANGE + - "--certificatesresolvers.myresolver.acme.dnschallenge.provider=cloudflare" #TEMPORARY CHANGE + - "--certificatesresolvers.myresolver.acme.email=cyberstrawberry101@gmail.com" + - "--certificatesresolvers.myresolver.acme.storage=/letsencrypt/acme.json" +# labels: +# # API +# - "traefik.enable=true" +# # Global http --> https +# - "traefik.http.routers.http-catchall.rule=hostregexp(`{host:[a-z-.]+}`)" +# - "traefik.http.routers.http-catchall.entrypoints=web" +# - "traefik.http.routers.http-catchall.middlewares=redirect-to-https" +# - "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https" + ports: + - "80:80" + - "443:443" + - "8080:8080" + volumes: + - "/srv/containers/traefik/letsencrypt:/letsencrypt" + - "/srv/containers/traefik/config:/etc/traefik" + - "/var/run/docker.sock:/var/run/docker.sock:ro" + - "/srv/containers/traefik/cloudflare:/cloudflare" + networks: + docker_network: + ipv4_address: 192.168.5.29 + environment: + - CF_API_EMAIL=cyberstrawberry101@gmail.com + - CF_API_KEY=REDACTED + extra_hosts: + - "flask.cyberstrawberry.local:192.168.3.21" + - "searx.cyberstrawberry.local:192.168.3.21" + - "heimdall.cyberstrawberry.local:192.168.3.21" + - "status.cyberstrawberry.local:192.168.3.21" + - "rancher.cyberstrawberry.local:192.168.3.21" + - "trilium.blockaderunners.local:192.168.3.21" + - "pw.cyberstrawberry.local:192.168.3.22" + - "remote.cyberstrawberry.local:192.168.5.43" + - "cluster-cloud.cyberstrawberry.local:192.168.3.22" + - "searx.blockaderunners.local:192.168.3.22" + - "searx.deeptree-labs.local:192.168.3.22" + - "cyberstrawberry.local:192.168.3.22" + - "storage.cyberstrawberry.local:192.168.3.22" + - "cloud.cyberstrawberry.local:192.168.5.146" + - "cloud.blockaderunners.local:192.168.5.90" + - "docs.blockaderunners.local:192.168.5.212" + - "status.blockaderunners.local:192.168.5.13" + - "blockaderunners.local:192.168.5.219" + - "office.cyberstrawberry.local:192.168.5.143" + - "git.deeptree.local:192.168.5.166" + - "pw.deeptree.local:192.168.5.170" + - "status.deeptree.local:192.168.5.211" + - "temp.cyberstrawberry.local:192.168.5.197" + - "drop.cyberstrawberry.local:192.168.5.14" + - "vault.cyberstrawberry.local:192.168.3.22" + - "bitwarden.cyberstrawberry.local:192.168.5.141" + - "chat.cyberstrawberry.local:192.168.3.22" + - "trilium.cyberstrawberry.local:192.168.3.22" + - "node-red.cyberstrawberry.local:192.168.3.21" + - "homelab.cyberstrawberry.local:192.168.3.22" + - "awx.cyberstrawberry.local:192.168.3.21" + - "git.cyberstrawberry.local:192.168.3.21" + - "lab.cyberstrawberry.local:192.168.5.44" +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Unifi-Controller.md b/Container Documentation/Docker/Docker Compose/Unifi-Controller.md new file mode 100644 index 0000000..ca997cf --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Unifi-Controller.md @@ -0,0 +1,41 @@ +**Purpose**: The UniFi® Controller is a wireless network management software solution from Ubiquiti Networks™. It allows you to manage multiple wireless networks using a web browser. + +```jsx title="docker-compose.yml" +version: "2.1" +services: + controller: + image: lscr.io/linuxserver/unifi-controller:latest + container_name: controller + environment: + - PUID=1000 + - PGID=1000 + #- MEM_LIMIT=1024 #optional + #- MEM_STARTUP=1024 #optional + volumes: + - /srv/containers/unifi-controller:/config + ports: + - 8443:8443 + - 3478:3478/udp + - 10001:10001/udp + - 8080:8080 + - 1900:1900/udp #optional + - 8843:8843 #optional + - 8880:8880 #optional + - 6789:6789 #optional + - 5514:5514/udp #optional + restart: always + networks: + docker_network: + ipv4_address: 192.168.5.140 +# ipv4_address: 192.168.3.140 +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/UptimeKuma.md b/Container Documentation/Docker/Docker Compose/UptimeKuma.md new file mode 100644 index 0000000..639d314 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/UptimeKuma.md @@ -0,0 +1,33 @@ +**Purpose**: Deploy Uptime Kuma uptime monitor to monitor services in the homelab and send notifications to various services. + +```jsx title="docker-compose.yml" +version: '3' +services: + uptimekuma: + image: louislam/uptime-kuma + ports: + - 3001:3001 + volumes: + - /mnt/uptimekuma:/app/data + - /var/run/docker.sock:/var/run/docker.sock + environment: + # Allow status page to exist within an iframe + - UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN=1 + restart: always + labels: + - "traefik.enable=true" + - "traefik.http.routers.uptime-kuma.rule=Host(`status.cyberstrawberry.net`)" + - "traefik.http.routers.uptime-kuma.entrypoints=websecure" + - "traefik.http.routers.uptime-kuma.tls.certresolver=letsencrypt" + - "traefik.http.services.uptime-kuma.loadbalancer.server.port=3001" + networks: + docker_network: + ipv4_address: 192.168.5.211 +networks: + docker_network: + external: true +``` + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/VaultWarden.md b/Container Documentation/Docker/Docker Compose/VaultWarden.md new file mode 100644 index 0000000..214e530 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/VaultWarden.md @@ -0,0 +1,43 @@ +**Purpose**: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. + +```jsx title="docker-compose.yml" +--- +version: "2.1" +services: + vaultwarden: + image: vaultwarden/server:latest + container_name: vaultwarden + environment: + - TZ=America/Denver + - INVITATIONS_ALLOWED=false + - SIGNUPS_ALLOWED=false + - WEBSOCKET_ENABLED=false + - ADMIN_TOKEN=REDACTED #PUT A REALLY REALLY REALLY SECURE PASSWORD HERE + volumes: + - /srv/containers/vaultwarden:/data + ports: + - 80:80 + restart: always + networks: + docker_network: + ipv4_address: 192.168.5.15 +# labels: +# - "traefik.enable=true" +# - "traefik.http.routers.vaultwarden.rule=Host(`vault.grymmweeper.com`)" +# - "traefik.http.routers.vaultwarden.entrypoints=web" +# - "traefik.http.routers.vaultwarden.tls.certresolver=letsencrypt" +# - "traefik.http.services.vaultwarden.loadbalancer.server.port=80" +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` +:::caution +It is **CRITICAL** that you never share the `ADMIN_TOKEN` with anyone. It allows you to log into the instance at https://vault.example.com/admin to add users, delete users, make changes system wide, etc. +::: + +```jsx title=".env" +Not Applicable +``` diff --git a/Container Documentation/Docker/Docker Compose/Wordpress.md b/Container Documentation/Docker/Docker Compose/Wordpress.md new file mode 100644 index 0000000..86b8ae1 --- /dev/null +++ b/Container Documentation/Docker/Docker Compose/Wordpress.md @@ -0,0 +1,49 @@ +**Purpose**: At its core, WordPress is the simplest, most popular way to create your own website or blog. In fact, WordPress powers over 43.3% of all the websites on the Internet. Yes – more than one in four websites that you visit are likely powered by WordPress. + +```jsx title="docker-compose.yml" +version: '3.7' +services: + wordpress: + image: wordpress:latest + restart: always + ports: + - 80:80 + environment: + WORDPRESS_DB_HOST: 192.168.5.216 + WORDPRESS_DB_USER: wordpress + WORDPRESS_DB_PASSWORD: ${WORDPRESS_DB_PASSWORD} + WORDPRESS_DB_NAME: wordpress + volumes: + - /srv/Containers/WordPress/Server:/var/www/html + networks: + docker_network: + ipv4_address: 192.168.5.217 + depends_on: + - db + db: + image: lscr.io/linuxserver/mariadb + restart: always + ports: + - 3306:3306 + environment: + MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD} + MYSQL_DATABASE: wordpress + MYSQL_USER: wordpress + REMOTE_SQL: http://URL1/your.sql,https://URL2/your.sql + volumes: + - /srv/Containers/WordPress/DB:/config + networks: + docker_network: + ipv4_address: 192.168.5.216 +networks: + default: + external: + name: docker_network + docker_network: + external: true +``` + +```jsx title=".env" +WORDPRESS_DB_PASSWORD=SecurePassword101 +MYSQL_ROOT_PASSWORD=SecurePassword202 +``` diff --git a/Container Documentation/Docker/Docker Networking.md b/Container Documentation/Docker/Docker Networking.md new file mode 100644 index 0000000..aaf2b72 --- /dev/null +++ b/Container Documentation/Docker/Docker Networking.md @@ -0,0 +1,5 @@ +### Configure Docker Network +We want to use a dedicated subnet / network specifically for containers, so they don't trample over the **SERVER** and **LAN** networks. If you are unsure of the name of the network adapter, in this case `eth0`, just type `ipaddr` in the terminal to list the network interfaces to locate it. +``` +docker network create -d macvlan --subnet=192.168.5.0/24 --gateway=192.168.5.1 -o parent=eth0 docker_network +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/Deploy Generic K8S.md b/Container Documentation/Kubernetes/Deploy Generic K8S.md new file mode 100644 index 0000000..45f89cb --- /dev/null +++ b/Container Documentation/Kubernetes/Deploy Generic K8S.md @@ -0,0 +1,187 @@ +# Deploy Generic Kubernetes +The instructions outlined below assume you are deploying the environment using Ansible Playbooks either via Ansible's CLI or AWX. + +### Deploy K8S User +```jsx title="01-deploy-k8s-user.yml" +- hosts: 'controller-nodes, worker-nodes' + become: yes + + tasks: + - name: create the k8sadmin user account + user: name=k8sadmin append=yes state=present createhome=yes shell=/bin/bash + + - name: allow 'k8sadmin' to use sudo without needing a password + lineinfile: + dest: /etc/sudoers + line: 'k8sadmin ALL=(ALL) NOPASSWD: ALL' + validate: 'visudo -cf %s' + + - name: set up authorized keys for the k8sadmin user + authorized_key: user=k8sadmin key="{{item}}" + with_file: + - ~/.ssh/id_rsa.pub +``` + +### Install K8S +```jsx title="02-install-k8s.yml" +--- +- hosts: "controller-nodes, worker-nodes" + remote_user: nicole + become: yes + become_method: sudo + become_user: root + gather_facts: yes + connection: ssh + + tasks: + - name: Create containerd config file + file: + path: "/etc/modules-load.d/containerd.conf" + state: "touch" + + - name: Add conf for containerd + blockinfile: + path: "/etc/modules-load.d/containerd.conf" + block: | + overlay + br_netfilter + + - name: modprobe + shell: | + sudo modprobe overlay + sudo modprobe br_netfilter + + + - name: Set system configurations for Kubernetes networking + file: + path: "/etc/sysctl.d/99-kubernetes-cri.conf" + state: "touch" + + - name: Add conf for containerd + blockinfile: + path: "/etc/sysctl.d/99-kubernetes-cri.conf" + block: | + net.bridge.bridge-nf-call-iptables = 1 + net.ipv4.ip_forward = 1 + net.bridge.bridge-nf-call-ip6tables = 1 + + - name: Apply new settings + command: sudo sysctl --system + + - name: install containerd + shell: | + sudo apt-get update && sudo apt-get install -y containerd + sudo mkdir -p /etc/containerd + sudo containerd config default | sudo tee /etc/containerd/config.toml + sudo systemctl restart containerd + + - name: disable swap + shell: | + sudo swapoff -a + sudo sed -i '/ swap / s/^\(.*\)$/#\1/g' /etc/fstab + + - name: install and configure dependencies + shell: | + sudo apt-get update && sudo apt-get install -y apt-transport-https curl + curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - + + - name: Create kubernetes repo file + file: + path: "/etc/apt/sources.list.d/kubernetes.list" + state: "touch" + + - name: Add K8s Source + blockinfile: + path: "/etc/apt/sources.list.d/kubernetes.list" + block: | + deb https://apt.kubernetes.io/ kubernetes-xenial main + + - name: Install Kubernetes + shell: | + sudo apt-get update + sudo apt-get install -y kubelet=1.20.1-00 kubeadm=1.20.1-00 kubectl=1.20.1-00 + sudo apt-mark hold kubelet kubeadm kubectl +``` + +### Configure ControlPlanes +```jsx title="03-configure-controllers.yml" +- hosts: controller-nodes + become: yes + + tasks: + - name: Initialize the K8S Cluster + shell: kubeadm init --pod-network-cidr=10.244.0.0/16 + args: + chdir: $HOME + creates: cluster_initialized.txt + + - name: Create .kube directory + become: yes + become_user: k8sadmin + file: + path: /home/k8sadmin/.kube + state: directory + mode: 0755 + + - name: Copy admin.conf to user's kube config + copy: + src: /etc/kubernetes/admin.conf + dest: /home/k8sadmin/.kube/config + remote_src: yes + owner: k8sadmin + + - name: Install the Pod Network + become: yes + become_user: k8sadmin + shell: kubectl apply -f https://docs.projectcalico.org/manifests/calico.yaml + args: + chdir: $HOME + + - name: Get the token for joining the worker nodes + become: yes + become_user: k8sadmin + shell: kubeadm token create --print-join-command + register: kubernetes_join_command + + - name: Output Join Command to the Screen + debug: + msg: "{{ kubernetes_join_command.stdout }}" + + - name: Copy join command to local file. + become: yes + local_action: copy content="{{ kubernetes_join_command.stdout_lines[0] }}" dest="/tmp/kubernetes_join_command" mode=0777 +``` + +### Join Worker Node(s) +```jsx title="04-join-worker-nodes.yml" +- hosts: worker-nodes + become: yes + gather_facts: yes + + tasks: + - name: Copy join command from Ansible host to the worker nodes. + become: yes + copy: + src: /tmp/kubernetes_join_command + dest: /tmp/kubernetes_join_command + mode: 0777 + + - name: Join the Worker nodes to the cluster. + become: yes + command: sh /tmp/kubernetes_join_command + register: joined_or_not +``` + +### Host Inventory File Template +```jsx title="hosts" +[controller-nodes] +k8s-ctrlr-01 ansible_host=192.168.3.6 ansible_user=nicole + +[worker-nodes] +k8s-node-01 ansible_host=192.168.3.4 ansible_user=nicole +k8s-node-02 ansible_host=192.168.3.5 ansible_user=nicole + +[all:vars] +ansible_become_user=root +ansible_become_method=sudo +``` diff --git a/Container Documentation/Kubernetes/Minikube/Ansible Minikube.md b/Container Documentation/Kubernetes/Minikube/Ansible Minikube.md new file mode 100644 index 0000000..9d86504 --- /dev/null +++ b/Container Documentation/Kubernetes/Minikube/Ansible Minikube.md @@ -0,0 +1,140 @@ +# AWX Operator on Minikube Cluster +Minikube Cluster based deployment of Ansible AWX. (Ansible Tower) +:::note Prerequisites +This document assumes you are running **Ubuntu Server 20.04** or later. +::: + +## Install Minikube Cluster +### Update the Ubuntu Server +``` +sudo apt update +sudo apt upgrade -y +sudo apt autoremove -y +``` + +### Download and Install Minikube (Ubuntu Server) +Additional Documentation: https://minikube.sigs.k8s.io/docs/start/ +``` +curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb +sudo dpkg -i minikube_latest_amd64.deb + +# Download Docker and Common Tools +sudo apt install docker.io nfs-common iptables nano htop -y + +# Configure Docker User +sudo usermod -aG docker nicole +``` +:::caution +Be sure to change the `nicole` username in the `sudo usermod -aG docker nicole` command to whatever your local username is. +::: +### Fully Logout then sign back in to the server +``` +exit +``` +### Validate that permissions allow you to run docker commands while non-root +``` +docker ps +``` + +### Initialize Minikube Cluster +Additional Documentation: https://github.com/ansible/awx-operator +``` +minikube start --driver=docker +minikube kubectl -- get nodes +minikube kubectl -- get pods -A +``` + +### Make sure Minikube Cluster Automatically Starts on Boot +```jsx title="/etc/systemd/system/minikube.service" +[Unit] +Description=Minikube service +After=network.target + +[Service] +Type=oneshot +RemainAfterExit=yes +User=nicole +ExecStart=/usr/bin/minikube start --driver=docker +ExecStop=/usr/bin/minikube stop + +[Install] +WantedBy=multi-user.target +``` +:::caution +Be sure to change the `nicole` username in the `User=nicole` line of the config to whatever your local username is. +::: +:::info +You can remove the `--addons=ingress` if you plan on running AWX behind an existing reverse proxy using a "**NodePort**" connection. +::: +### Restart Service Daemon and Enable/Start Minikube Automatic Startup +``` +sudo systemctl daemon-reload +sudo systemctl enable minikube +sudo systemctl start minikube +``` + +### Make command alias for `kubectl` +Be sure to add the following to the bottom of your existing profile file noted below. +```jsx title="~/.bashrc" +... +alias kubectl="minikube kubectl --" +``` +:::tip +If this is a virtual machine, now would be the best time to take a checkpoint / snapshot of the VM before moving forward, in case you need to perform rollbacks of the server(s) if you accidentally misconfigure something. +::: + +## Make AWX Operator Kustomization File: +Find the latest tag version here: https://github.com/ansible/awx-operator/releases +```jsx title="kustomization.yml" +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - github.com/ansible/awx-operator/config/default?ref=2.4.0 + - awx.yml +images: + - name: quay.io/ansible/awx-operator + newTag: 2.4.0 +namespace: awx +``` +```jsx title="awx.yml" +apiVersion: awx.ansible.com/v1beta1 +kind: AWX +metadata: + name: awx + +--- +apiVersion: v1 +kind: Service +metadata: + name: awx-service + namespace: awx +spec: + type: NodePort + ports: + - port: 80 + targetPort: 80 + nodePort: 30080 # Choose an available port in the range of 30000-32767 + selector: + app.kubernetes.io/name: awx-web +``` +### Apply Configuration File +Run from the same directory as the `awx-operator.yaml` file. +``` +kubectl apply -k . +``` +:::info +If you get any errors, especially ones relating to "CRD"s, wait 30 seconds, and try re-running the `kubectl apply -k .` command to fully apply the `awx.yml` configuration file to bootstrap the awx deployment. +::: + +### View Logs / Track Deployment Progress +``` +kubectl logs -n awx awx-operator-controller-manager -c awx-manager +``` +### Get AWX WebUI Address +``` +minikube service -n awx awx-service --url +``` +### Get WebUI Password: +``` +kubectl get secret awx-demo-admin-password -o jsonpath="{.data.password}" | base64 --decode ; echo +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/OKD (OpenShift)/Placeholder.md b/Container Documentation/Kubernetes/OKD (OpenShift)/Placeholder.md new file mode 100644 index 0000000..69ae9f5 --- /dev/null +++ b/Container Documentation/Kubernetes/OKD (OpenShift)/Placeholder.md @@ -0,0 +1,2 @@ +# Placeholder +Placeholder \ No newline at end of file diff --git a/Container Documentation/Kubernetes/RKE2 Playbooks/1-provision-vm.yml.md b/Container Documentation/Kubernetes/RKE2 Playbooks/1-provision-vm.yml.md new file mode 100644 index 0000000..e1070b5 --- /dev/null +++ b/Container Documentation/Kubernetes/RKE2 Playbooks/1-provision-vm.yml.md @@ -0,0 +1,32 @@ +# 1-provision-vm.yml +```jsx title="1-provision-vm.yml" +--- +- name: Ubuntu Server-Based Cluster Deployment + hosts: all + become: yes + tasks: + - name: Fetch updates + apt: + update_cache: yes + + - name: Install packages + apt: + name: + - nfs-common + - iptables + - nano + - htop + state: present + update_cache: yes + + - name: Upgrade all packages + apt: + upgrade: dist + + - name: Autoremove unused packages + apt: + autoremove: yes + + - name: Reboot the VM + reboot: +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/RKE2 Playbooks/2-create-initial-controlplane.yml.md b/Container Documentation/Kubernetes/RKE2 Playbooks/2-create-initial-controlplane.yml.md new file mode 100644 index 0000000..b77b346 --- /dev/null +++ b/Container Documentation/Kubernetes/RKE2 Playbooks/2-create-initial-controlplane.yml.md @@ -0,0 +1,48 @@ +# 2-create-initial-controlplane.yml + +```jsx title="2-create-initial-controlplane.yml" +--- +- name: Deploy Rancher on a Kubernetes cluster + hosts: your_target_host + become: true + gather_facts: yes + tasks: + - name: Download and install the RKE2 server deployment script + ansible.builtin.shell: | + curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=server sh - + + - name: Enable and start the RKE2 server service + ansible.builtin.systemd: + name: rke2-server + enabled: yes + state: started + + - name: Create symlink for kubectl + ansible.builtin.command: | + ln -s $(find /var/lib/rancher/rke2/data/ -name kubectl) /usr/local/bin/kubectl + + - name: Temporarily export the Kubeconfig + ansible.builtin.shell: | + export KUBECONFIG=/etc/rancher/rke2/rke2.yaml + + - name: Install Helm + ansible.builtin.shell: | + curl -#L https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash + + - name: Add Helm repos for Rancher and Jetstack + ansible.builtin.shell: | + helm repo add rancher-latest https://releases.rancher.com/server-charts/latest + helm repo add jetstack https://charts.jetstack.io + + - name: Install Cert-Manager CRDs + ansible.builtin.shell: | + kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.crds.yaml + + - name: Install Jetstack cert-manager via Helm + ansible.builtin.shell: | + helm upgrade -i cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace + + - name: Install Rancher via Helm + ansible.builtin.shell: | + helm upgrade -i rancher rancher-latest/rancher --create-namespace --namespace cattle-system --set hostname=rancher.cyberstrawberry.net --set bootstrapPassword=bootStrapAllTheThings --set replicas=1 +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/RKE2 Playbooks/3A-deploy-additional-controlplane.yml.md b/Container Documentation/Kubernetes/RKE2 Playbooks/3A-deploy-additional-controlplane.yml.md new file mode 100644 index 0000000..8de1894 --- /dev/null +++ b/Container Documentation/Kubernetes/RKE2 Playbooks/3A-deploy-additional-controlplane.yml.md @@ -0,0 +1,48 @@ +# 3A-deploy-additional-controlplane.yml + +```jsx title="3A-deploy-additional-controlplane.yml" +--- +- name: RKE2 Kubernetes Cluster Deployment + hosts: all + become: yes + tasks: + - name: Download and install RKE2 server + shell: "curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=server sh -" + + - name: Symlink the Kubectl Management Command + command: "ln -s {{ item }} /usr/local/bin/kubectl" + args: + creates: "/usr/local/bin/kubectl" + with_items: + - "{{ find_kubectl.stdout }}" + vars: + find_kubectl: + cmd: "find /var/lib/rancher/rke2/data/ -name kubectl" + + - name: Create Rancher-Kubernetes-specific config directory + file: + path: "/etc/rancher/rke2/" + state: directory + + - name: Inject IP of Primary Cluster Host (First Node) into Config File + lineinfile: + path: "/etc/rancher/rke2/config.yaml" + line: "server: https://192.168.3.21:9345" + + - name: Get the node token from the first node in the cluster + shell: "cat /var/lib/rancher/rke2/server/node-token" + register: node_token + run_once: true + when: "'first_node' in group_names" + + - name: Inject the Primary Cluster Host trust token into the config file + lineinfile: + path: "/etc/rancher/rke2/config.yaml" + line: "token: {{ node_token.stdout }}" + + - name: Enable and start the RKE2 server service + systemd: + name: rke2-server.service + state: started + enabled: yes +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/RKE2 Playbooks/3B-deploy-worker-node.yml.md b/Container Documentation/Kubernetes/RKE2 Playbooks/3B-deploy-worker-node.yml.md new file mode 100644 index 0000000..0d10a18 --- /dev/null +++ b/Container Documentation/Kubernetes/RKE2 Playbooks/3B-deploy-worker-node.yml.md @@ -0,0 +1,38 @@ +# 3B-deploy-worker-node.yml + +```jsx title="3B-deploy-worker-node.yml" +--- +- name: RKE2 Kubernetes Worker Node Deployment + hosts: all + become: yes + tasks: + - name: Download and install RKE2 agent + shell: "curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent sh -" + + - name: Create Rancher-Kubernetes-specific config directory + file: + path: "/etc/rancher/rke2/" + state: directory + + - name: Inject IP of Primary Cluster Host (First Node) into Config File + lineinfile: + path: "/etc/rancher/rke2/config.yaml" + line: "server: https://192.168.3.21:9345" + + - name: Get the node token from the first node in the cluster + shell: "cat /var/lib/rancher/rke2/server/node-token" + register: node_token + run_once: true + delegate_to: first_node_host + + - name: Inject the Primary Cluster Host trust token into the config file + lineinfile: + path: "/etc/rancher/rke2/config.yaml" + line: "token: {{ node_token.stdout }}" + + - name: Enable and start the RKE2 agent service + systemd: + name: rke2-agent.service + state: started + enabled: yes +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Credentials/Custom Credential Types/WinRM.md b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Credentials/Custom Credential Types/WinRM.md new file mode 100644 index 0000000..74b88dd --- /dev/null +++ b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Credentials/Custom Credential Types/WinRM.md @@ -0,0 +1,28 @@ +# WinRM (Kerberos) +**Name**: "Kerberos WinRM" + +```jsx title="Input Configuration" +fields: + - id: username + type: string + label: Username + - id: password + type: string + label: Password + secret: true + - id: krb_realm + type: string + label: Kerberos Realm (Domain) +required: + - username + - password + - krb_realm +``` + +```jsx title="Injector Configuration" +extra_vars: + ansible_user: '{{ username }}' + ansible_password: '{{ password }}' + ansible_winrm_transport: kerberos + ansible_winrm_kerberos_realm: '{{ krb_realm }}' +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Credentials/Overview.md b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Credentials/Overview.md new file mode 100644 index 0000000..7c59c05 --- /dev/null +++ b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Credentials/Overview.md @@ -0,0 +1,36 @@ +--- +sidebar_position: 1 +--- +# AWX Credential Types +When interacting with devices via Ansible Playbooks, you need to provide the playbook with credentials to connect to the device with. Examples are domain credentials for Windows devices, and local sudo user credentials for Linux. + +## Windows-based Credentials +### NTLM +NTLM-based authentication is not exactly the most secure method of remotely running playbooks on Windows devices, but it is still encrypted using SSL certificates created by the device itself when provisioned correctly to enable WinRM functionality. +```jsx title="(NTLM) nicole.rappe@MOONGATE.LOCAL" +Credential Type: Machine +Username: nicole.rappe@MOONGATE.LOCAL +Password: +Privilege Escalation Method: runas +Privilege Escalation Username: nicole.rappe@MOONGATE.LOCAL +``` +### Kerberos +Kerberos-based authentication is generally considered the most secure method of authentication with Windows devices, but can be trickier to set up since it requires additional setup inside of AWX in the cluster for it to function properly. At this time, there is no working Kerberos documentation. +```jsx title="(Kerberos WinRM) nicole.rappe" +Credential Type: Kerberos WinRM +Username: nicole.rappe +Password: +Kerberos Realm (Domain): MOONGATE.LOCAL +``` +## Linux-based Credentials +```jsx title="(LINUX) nicole" +Credential Type: Machine +Username: nicole +Password: +Privilege Escalation Method: sudo +Privilege Escalation Username: root +``` + +:::note +`WinRM / Kerberos` based credentials do not currently work as-expected. At this time, use either `Linux` or `NTLM` based credentials. +::: diff --git a/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Inventories/Overview.md b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Inventories/Overview.md new file mode 100644 index 0000000..eb49949 --- /dev/null +++ b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Inventories/Overview.md @@ -0,0 +1,39 @@ +# Host Inventories +When you are deploying playbooks, you target hosts that exist in "Inventories". These inventories consist of a list of hosts and their corresponding IP addresses, as well as any host-specific variables that may be necessary to declare to run the playbook. + +```jsx title="(NTLM) MOON-HOST-01" +Name: (NTLM) MOON-HOST-01 +Host(s): MOON-HOST-01 @ 192.168.3.4 + +Variables: +--- +ansible_connection: winrm +ansible_winrm_kerberos_delegation: false +ansible_port: 5986 +ansible_winrm_transport: ntlm +ansible_winrm_server_cert_validation: ignore +``` + +```jsx title="(NTLM) CyberStrawberry - Windows Hosts" +Name: (NTLM) CyberStrawberry - Windows Hosts +Host(s): MOON-HOST-01 @ 192.168.3.4 +Host(s): MOON-HOST-02 @ 192.168.3.5 + +Variables: +--- +ansible_connection: winrm +ansible_winrm_kerberos_delegation: false +ansible_port: 5986 +ansible_winrm_transport: ntlm +ansible_winrm_server_cert_validation: ignore +``` + +```jsx title="(LINUX) Unsorted Devices" +Name: (LINUX) Unsorted Devices +Host(s): CLSTR-COMPUTE-01 @ 192.168.3.50 +Host(s): CLSTR-COMPUTE-02 @ 192.168.3.51 + +Variables: +--- +None +``` diff --git a/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Projects/Overview.md b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Projects/Overview.md new file mode 100644 index 0000000..e23d385 --- /dev/null +++ b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Projects/Overview.md @@ -0,0 +1,16 @@ +# AWX Projects +When you want to run playbooks on host devices in your inventory files, you need to host the playbooks in a "Project". Projects can be as simple as a connection to Gitea/Github to store playbooks in a repository. + +```jsx title="Ansible Playbooks (Gitea)" +Name: Ansible Playbooks (Gitea) +Source Control Type: Git +Source Control URL: https://git.cyberstrawberry.net/nicole.rappe/ansible.git +Source Control Credential: CyberStrawberry Gitea +``` + +```jsx title="Resources > Credentials > CyberStrawberry Gitea" +Name: CyberStrawberry Gitea +Credential Type: Source Control +Username: nicole.rappe +Password: #If you use MFA on Gitea/Github, use an App Password instead for the project. +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/RKE2 Ansible AWX.md b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/RKE2 Ansible AWX.md new file mode 100644 index 0000000..09d85dd --- /dev/null +++ b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/RKE2 Ansible AWX.md @@ -0,0 +1,100 @@ +--- +sidebar_position: 1 +--- +# Deploy AWX on RKE2 Cluster +Deploying a Rancher RKE2 Cluster based Ansible AWX server may be considered overkill for a homelab, however the configuration seen below allows you to scale the needs of the cluster over time and gives you more experience with a more enterprise-ready cluster. +![Ansible AWX WebUI](awx.png) +:::note Prerequisites +This document assumes you are running **Ubuntu Server 20.04** or later with at least 8GB of memory and 4 CPU cores. +::: +## Deploy Rancher RKE2 Cluster +You will need to follow the [Rancher RKE2 Cluster Deployment](https://docs.cyberstrawberry.net/Container%20Documentation/Kubernetes/Rancher%20RKE2/Rancher%20RKE2%20Cluster) + guide in order to initially set up the cluster itself. After this phase, you can focus on the Ansible AWX-specific aspects of the deployment. If you are only deploying AWX in a small environment, a single ControlPlane node is all you need to set up AWX. +:::tip + +If this is a virtual machine, after deploying the RKE2 cluster and validating it functions, now would be the best time to take a checkpoint / snapshot of the VM before moving forward, in case you need to perform rollbacks of the server(s) if you accidentally misconfigure something. +::: +## Server Configuration +The AWX deployment will consist of 3 yaml files that configure the containers for AWX as well as the NGINX ingress networking-side of things. You will need all of them in the same folder for the deployment to be successful. For the purpose of this example, we will put all of them into a folder located at `/awx`. +### Make the deployment folder +``` +mkdir -p /awx +cd /awx +``` +### Run a command to adjust open file limits in Ubuntu Server (just-in-case) +``` +ulimit -n 4096 +``` +### Create the AWX deployment configuration files +You will need to create these files all in the same directory using the content of the examples below. Be sure to replace values such as the `spec.host=ansible.cyberstrawberry.net` in the `awx-ingress.yml` file to a hostname you can point a DNS server / record to. +```jsx title="nano /awx/kustomization.yml" +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - github.com/ansible/awx-operator/config/default?ref=2.4.0 + - awx.yml + - awx-ingress.yml +images: + - name: quay.io/ansible/awx-operator + newTag: 2.4.0 +namespace: awx +``` +```jsx title="nano /awx/awx.yml" +apiVersion: awx.ansible.com/v1beta1 +kind: AWX +metadata: + name: awx +spec: + service_type: ClusterIP +``` +```jsx title="nano /awx/awx-ingress.yml" +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: awx-ingress +spec: + rules: + - host: ansible.cyberstrawberry.net + http: + paths: + - pathType: Prefix + path: "/" + backend: + service: + name: awx-service + port: + number: 80 +``` +## Deploy AWX using Kustomize +Now it is time to tell Rancher / Kubernetes to read the configuration files using Kustomize (built-in to newer versions of Kubernetes) to deploy AWX into the cluster. Be sure that you are still in the `/awx` folder before running this command. **Be Patient: ** The AWX deployment process can take a while. Go grab a cup of coffee and use the commands in the [Troubleshooting](https://docs.cyberstrawberry.net/Container%20Documentation/Kubernetes/Rancher%20RKE2/RKE2%20Ansible%20AWX#troubleshooting) + section if you want to track the progress more directly. +``` +kubectl apply -k . +``` +:::caution +If you get any errors mentioning "**CRD**" in the output, re-run the `kubectl apply -k .` command a second time after waiting about 10 seconds. The second time the error should be gone. +::: +## Access the WebUI behind Ingress Controller +After you have deployed AWX into the cluster, it will not be immediately accessible to the host's network (such as your home computer) unless you set up a DNS record pointing to it. In the example above, you would have an `A` or `CNAME` DNS record pointing to the internal IP address of the Rancher RKE2 Cluster host. The RKE2 Cluster will translate `ansible.cyberstrawberry.net` to the AWX web-service container(s) automatically. SSL certificates are not covered in this documentation, but suffice to say, the can be configured on another reverse proxy such as Traefik or via Cert-Manager / JetStack. The process of setting this up goes outside the scope of this document. +- AWX WebUI: https://ansible.cyberstrawberry.net +### Retrieving the Auto-Generated Admin Password +AWX will generate its own secure password the first time you set up AWX. This password is stored as a *secret* in Kubernetes. You can navigate to the WebUI of Rancher in the RKE2 Cluster as long as you have a DNS record matching the hostname you assigned to Rancher the first time you signed in. +- Rancher WebUI: https://awx-cluster.cyberstrawberry.net +- Alternatively, you can try running the following command to pull the admin password / secret automatically +``` +kubectl get secret awx-admin-password -o jsonpath="{.data.password}" | base64 --decode ; echo +``` +## Troubleshooting +You may wish to want to track the deployment process to verify that it is actually doing something. There are a few Kubernetes commands that can assist with this listed below. +### Show the container deployment progress for AWX +``` +kubectl get pods -n awx +``` +### AWX-Manager Deployment Logs +You may want to track the internal logs of the `awx-manager` container which is responsible for the majority of the automated deployment of AWX. You can do so by running the command below. +``` +kubectl logs -n awx awx-operator-controller-manager-6c58d59d97-qj2n2 -c awx-manager +``` +:::note +The `-6c58d59d97-qj2n2` noted at the end of the Kubernetes "Pod" mentioned in the command above is randomized. You will need to change it based on the name shown when running the `kubectl get pods -n awx` command. +::: \ No newline at end of file diff --git a/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Templates/Overview.md b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Templates/Overview.md new file mode 100644 index 0000000..f56f1cb --- /dev/null +++ b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/Templates/Overview.md @@ -0,0 +1,21 @@ +# Templates +Templates are basically pre-constructed groups of devices, playbooks, and credentials that perform a specific kind of task against a predefined group of hosts or device inventory. + +```jsx title="Deploy Hyper-V VM" +Name: Deploy Hyper-V VM +Inventory: (NTLM) MOON-HOST-01 +Playbook: playbooks/Windows/Hyper-V/Deploy-VM.yml +Credentials: (NTLM) nicole.rappe@MOONGATE.local +Execution Environment: AWX EE (latest) +Project: Ansible Playbooks (Gitea) + +Variables: +--- +random_number: "{{ lookup('password', '/dev/null chars=digits length=4') }}" +random_letters: "{{ lookup('password', '/dev/null chars=ascii_uppercase length=4') }}" +vm_name: "NEXUS-TEST-{{ random_number }}{{ random_letters }}" +vm_memory: "8589934592" #Measured in Bytes (e.g. 8GB) +vm_storage: "68719476736" #Measured in Bytes (e.g. 64GB) +iso_path: "C:\\ubuntu-22.04-live-server-amd64.iso" +vm_folder: "C:\\Virtual Machines\\{{ vm_name_fact }}" +``` \ No newline at end of file diff --git a/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/awx.png b/Container Documentation/Kubernetes/Rancher RKE2/AWX Operator/awx.png new file mode 100644 index 0000000000000000000000000000000000000000..233ac1de27d5d8ce7169b641ee25361b0209232d GIT binary patch literal 124625 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 CUx+mT literal 0 HcmV?d00001 diff --git a/Container Documentation/Kubernetes/Rancher RKE2/Rancher RKE2 Cluster.md b/Container Documentation/Kubernetes/Rancher RKE2/Rancher RKE2 Cluster.md new file mode 100644 index 0000000..050198b --- /dev/null +++ b/Container Documentation/Kubernetes/Rancher RKE2/Rancher RKE2 Cluster.md @@ -0,0 +1,136 @@ +# Deploy RKE2 Cluster +Deploying a Rancher RKE2 Cluster is fairly straightforward. Just run the commands in-order and pay attention to which steps apply to all machines in the cluster, the controlplanes, and the workers. + +!!! note "Prerequisites" + This document assumes you are running **Ubuntu Server 20.04** or later. + +## All Cluster Nodes +### Run Updates +You will need to run these commands on every server that participates in the cluster then perform a reboot of the server **PRIOR** to moving onto the next section. +``` sh +sudo apt update && sudo apt upgrade -y +sudo apt install nfs-common iptables nano htop -y +``` + +### Reboot the Node +``` sh +sudo apt autoremove -y +sudo reboot +``` +!!! tip + If this is a virtual machine, now would be the best time to take a checkpoint / snapshot of the VM before moving forward, in case you need to perform rollbacks of the server(s) if you accidentally misconfigure something. +## Initial ControlPlane Node +When you are starting a brand new cluster, you need to create what is referred to as the "Initial ControlPlane". This node is responsible for bootstrapping the entire cluster together in the beginning, and will eventually assist in handling container workloads and orchestrating operations in the cluster. +!!! warning + You only want to follow the instructions for the **initial** controlplane once. Running it on another machine to create additional controlplanes will cause the cluster to try to set up two different clusters, wrecking havok. Instead, follow the instructions in the next section to add redundant controlplanes. + +### Download the Run Server Deployment Script +``` +curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=server sh - +``` +### Enable & Configure Services +``` sh +# Start and Enable the Kubernetes Service +systemctl enable rke2-server.service +systemctl start rke2-server.service + +# Symlink the Kubectl Management Command +ln -s $(find /var/lib/rancher/rke2/data/ -name kubectl) /usr/local/bin/kubectl + +# Temporarily Export the Kubeconfig to manage the cluster from CLI +export KUBECONFIG=/etc/rancher/rke2/rke2.yaml + +# Check that the Cluster Node is Running and Ready +kubectl get node +``` +### Install Helm, Rancher, CertManager, Jetstack, Rancher, and Longhorn +``` sh +# Install Helm +curl -#L https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash + +# Install Necessary Helm Repositories +helm repo add rancher-latest https://releases.rancher.com/server-charts/latest +helm repo add jetstack https://charts.jetstack.io +helm repo add longhorn https://charts.longhorn.io +helm repo update + +# Install Cert-Manager via Helm +kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.crds.yaml + +# Install Jetstack via Helm +helm upgrade -i cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace + +# Install Rancher via Helm +helm upgrade -i rancher rancher-latest/rancher --create-namespace --namespace cattle-system --set hostname=rancher.cyberstrawberry.net --set bootstrapPassword=bootStrapAllTheThings --set replicas=1 + +# Install Longhorn via Helm +helm upgrade -i longhorn longhorn/longhorn --namespace longhorn-system --create-namespace +``` + +!!! note + Be sure to write down the "*bootstrapPassword*" variable for when you log into Rancher later. In this example, the password is `bootStrapAllTheThings`. + Also be sure to adjust the "*hostname*" variable to reflect the FQDN of the cluster. This is important for the last step where you adjust DNS. The example given is `rancher.cyberstrawberry.net`. + +## Create Additional ControlPlane Node(s) +This is the part where you can add additional controlplane nodes to add additional redundancy to the RKE2 Cluster. This is important for high-availability environments. + +### Download the Server Deployment Script +``` sh +curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=server sh - +``` +### Configure and Connect to Initial ControlPlane Node +``` sh +# Symlink the Kubectl Management Command +ln -s $(find /var/lib/rancher/rke2/data/ -name kubectl) /usr/local/bin/kubectl + +# Manually Create a Rancher-Kubernetes-Specific Config File +mkdir -p /etc/rancher/rke2/ + +# Inject IP of Initial ControlPlane Node into Config File +echo "server: https://192.168.3.21:9345" > /etc/rancher/rke2/config.yaml + +# Inject the Initial ControlPlane Node trust token into the config file +# You can get the token by running the following command on the first node in the cluster: `cat /var/lib/rancher/rke2/server/node-token` +echo "token: K10aa0632863da4ae4e2ccede0ca6a179f510a0eee0d6d6eb53dca96050048f055e::server:3b130ceebfbb7ed851cd990fe55e6f3a" >> /etc/rancher/rke2/config.yaml + +# Start and Enable the Kubernetes Service +systemctl enable rke2-server.service +systemctl start rke2-server.service +``` +!!! note + Be sure to change the IP address of the initial controlplane node provided in the example above to match your environment. + +## Add Worker Node(s) +Worker nodes are the bread-and-butter of a Kubernetes cluster. They handle running container workloads, and acting as storage for the cluster (this can be configured to varying degrees based on your needs). + +### Download the Server Worker Script +``` sh +curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent sh - +``` +### Configure and Connect to RKE2 Cluster +``` sh +# Manually Create a Rancher-Kubernetes-Specific Config File +mkdir -p /etc/rancher/rke2/ + +# Inject IP of Initial ControlPlane Node into Config File +echo "server: https://192.168.3.21:9345" > /etc/rancher/rke2/config.yaml + +# Inject the Initial ControlPlane Node trust token into the config file +# You can get the token by running the following command on the first node in the cluster: `cat /var/lib/rancher/rke2/server/node-token` +echo "token: K10aa0632863da4ae4e2ccede0ca6a179f510a0eee0d6d6eb53dca96050048f055e::server:3b130ceebfbb7ed851cd990fe55e6f3a" >> /etc/rancher/rke2/config.yaml + +# Start and Enable the Kubernetes Service** +systemctl enable rke2-agent.service +systemctl start rke2-agent.service +``` + +## DNS Server Record +You will need to set up some kind of DNS server record to point the FQDN of the cluster (e.g. `rancher.cyberstrawberry.net`) to the IP address of the Initial ControlPlane. This can be achieved in a number of ways, such as editing the Windows `HOSTS` file, Linux's `/etc/resolv.conf` file, a Windows DNS Server "A" Record, or an NGINX/Traefik Reverse Proxy. + +Once you have added the DNS record, you should be able to access the login page for the Rancher RKE2 Kubernetes cluster. Use the `bootstrapPassword` mentioned previously to log in, then change it immediately from the user management area of Rancher. + +| TYPE OF ACCESS | FQDN | IP ADDRESS | +| -------------- | ------------------------------------- | ------------ | +| HOST FILE | rancher.cyberstrawberry.net | 192.168.3.21 | +| REVERSE PROXY | http://rancher.cyberstrawberry.net:80 | 192.168.5.29 | +| DNS RECORD | A Record: rancher.cyberstrawberry.net | 192.168.3.21 | \ No newline at end of file diff --git a/Container Documentation/Portainer/Deploy Portainer.md b/Container Documentation/Portainer/Deploy Portainer.md new file mode 100644 index 0000000..fc3e947 --- /dev/null +++ b/Container Documentation/Portainer/Deploy Portainer.md @@ -0,0 +1,31 @@ +### Update The Package Manager +We need to update the server before installing Docker +```jsx title="Ubuntu Server" +sudo apt update +sudo apt upgrade +``` +```jsx title="Rocky Linux" +sudo dnf check-update +``` + + +### Deploy Docker +Install Docker then deploy Portainer +```jsx title="Ubuntu Server" +sudo apt install docker.io +docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/containers/portainer:/data portainer/portainer-ee:latest +``` +```jsx title="Rocky Linux" +sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo +sudo dnf install docker-ce docker-ce-cli containerd.io +sudo systemctl start docker +sudo systemctl enable docker +docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/containers/portainer:/data portainer/portainer-ee:latest +``` + + +### Configure Docker Network +We want to use a dedicated subnet / network specifically for containers, so they don't trample over the **SERVER** and **LAN** networks. If you are unsure of the name of the network adapter, in this case `eth0`, just type `ipaddr` in the terminal to list the network interfaces to locate it. +``` +docker network create -d macvlan --subnet=192.168.5.0/24 --gateway=192.168.5.1 -o parent=eth0 docker_network +``` \ No newline at end of file diff --git a/General Scripts/Bash/Git Repo Updater.md b/General Scripts/Bash/Git Repo Updater.md new file mode 100644 index 0000000..11822d5 --- /dev/null +++ b/General Scripts/Bash/Git Repo Updater.md @@ -0,0 +1,75 @@ +**Purpose**: This script runs on a cronjob and automatically pulls down changes from a git repository somewhere (such as Gitea) and copies the changes to a specific directory within the server, such as for [Docusaurus](https://docs.cyberstrawberry.net/Container%20Documentation/Docker/Docker%20Compose/Docusaurus). This can be extremely useful for other things like dynamically updating an [NGINX](https://docs.cyberstrawberry.net/Container%20Documentation/Docker/Docker%20Compose/NGINX) website from a git repository as well. + +# Create the Bash script +``` +mkdir -p ~/Repo_Watcher +cd ~/Repo_Watcher +touch repo_watcher.sh +chmod +x repo_watcher.sh +nano repo_watcher.sh +``` +### Populate the bash script +Be sure to substitute the values for where you are running the script from and storing the repository data, as this is used as a sort of "cache" on the server running the script and saves bandwidth, and helps keep the script generalized. +```jsx title="repo_watcher.sh" +# Navigate to the watcher directory, this is where you will store a repo and watch it for changes +cd /home/nicole/Repo_Watcher/traefik-config + +# Fetch the latest changes from remote without applying them +git fetch origin main + +# Check if the local repository is behind the remote +LOCAL=$(git rev-parse @) +REMOTE=$(git rev-parse @{u}) +BASE=$(git merge-base @ @{u}) + +if [ $LOCAL = $REMOTE ]; then + echo "Up-to-date" +elif [ $LOCAL = $BASE ]; then + echo "Need to pull" + git pull origin main + rsync -av --delete /home/nicole/Repo_Watcher/traefik-config/dynamic-config.yml /srv/containers/traefik/config/dynamic/dynamic-config.yml + curl -d "Traefik Config Pulled from Gitea" https://ntfy.cyberstrawberry.net/d097b0ee-985d-4d3a-985f-58f99532e019 +elif [ $REMOTE = $BASE ]; then + echo "Need to push" +else + echo "Data diverged" +fi +``` +### Pull the Repository Once +``` +# Store the GitHub credentials for later use when querying the repository for changes and pulling +cd ~/Repo_Watcher +git config --global credential.helper store +git clone https://git.cyberstrawberry.net/cyberstrawberry/traefik-config.git +# Enter your username and password if prompted. +``` +### Configure Crontab +You will need to set up a crontab to ensure that the script runs on a schedule to check for updates and push them into whatever server you are operating. +``` +# Download Updates and Install Cron and Rsync (If you are using an "Ubuntu Minimal" Install) +sudo apt update && sudo apt upgrade -y +sudo apt install cron rsync +sudo systemctl enable cron + +# Make sure cron is running +sudo systemctl status cron + +# Configure Cronjob +sudo crontab -e +``` + +```jsx title="sudo crontab -e" +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat +# | | | | | +# * * * * * command to be executed +* * * * * bash /home/nicole/Repo_Watcher/repo_watcher.sh && chown -R nicole:nicole /srv/containers/traefik/config/dynamic/dynamic-config.yml +``` + +:::caution +The moment you save the crontab file, it will start running the script every minute. You need to be careful to test the script's functionality prior to scheduling it to automatically run to prevent unintended consequences. +::: diff --git a/General Scripts/Batch/placeholder.md b/General Scripts/Batch/placeholder.md new file mode 100644 index 0000000..352bb53 --- /dev/null +++ b/General Scripts/Batch/placeholder.md @@ -0,0 +1,3 @@ +# Overview +### Purpose +Placeholder \ No newline at end of file diff --git a/General Scripts/Powershell/placeholder.md b/General Scripts/Powershell/placeholder.md new file mode 100644 index 0000000..352bb53 --- /dev/null +++ b/General Scripts/Powershell/placeholder.md @@ -0,0 +1,3 @@ +# Overview +### Purpose +Placeholder \ No newline at end of file diff --git a/Homelab Networking/20GbE Cluster Networking.md b/Homelab Networking/20GbE Cluster Networking.md new file mode 100644 index 0000000..3d6d2ec --- /dev/null +++ b/Homelab Networking/20GbE Cluster Networking.md @@ -0,0 +1,16 @@ +### IP Addresses +Documented IP addresses / MAC addresses of physical servers, containers, virtual machines, and IoT devices on the homelab network. + +## Subnets +### SERVER Network (192.168.3.0/24) + +| **Hostname / Description** | **Network Interface(s)** | **IP Address** | **Status** | Link Speed | +| :--- | :--- | :--- | :--- | :--- | +| MOON-HOST-01 | moon-host-01-nic1 | 192.168.102.10 | Active | 10GbE Full Duplex | +| MOON-HOST-01 | moon-host-01-nic2 | 192.168.102.20 | Broken | 10GbE Full Duplex | +| MOON-HOST-02 | moon-host-02-nic1 | 192.168.102.30 | Active | 10GbE Full Duplex | +| MOON-HOST-02 | moon-host-02-nic2 | 192.168.102.40 | Broken | 10GbE Full Duplex | +| MOON-STORAGE-01 | lagg2 (ix0) | 192.168.102.50, 192.168.102.60, 192.168.102.70, 192.168.102.80 | Broken | 10GbE Full Duplex | +| MOON-STORAGE-01 | lagg2 (ix1) | 192.168.102.50, 192.168.102.60, 192.168.102.70, 192.168.102.80 | Broken | 10GbE Full Duplex | +| MOON-STORAGE-01 | lagg2 (ix2) | 192.168.102.50, 192.168.102.60, 192.168.102.70, 192.168.102.80 | Active | 10GbE Full Duplex | +| MOON-STORAGE-01 | lagg2 (ix3) | 192.168.102.50, 192.168.102.60, 192.168.102.70, 192.168.102.80 | Active | 10GbE Full Duplex | \ No newline at end of file diff --git a/Homelab Networking/IP Addresses.md b/Homelab Networking/IP Addresses.md new file mode 100644 index 0000000..6fee0e8 --- /dev/null +++ b/Homelab Networking/IP Addresses.md @@ -0,0 +1,25 @@ +### IP Addresses +Documented IP addresses / MAC addresses of physical servers, containers, virtual machines, and IoT devices on the homelab network. + +## Subnets +### SERVER Network (192.168.3.0/24) + +| **IP Address** | **Description** | **MAC Address** | +| :--- | :--- | :--- | +| 192.168.3.10 | NEXUS-DC-01 | 00:00:00:00:00:00 | +| 192.168.3.11 | NEXUS-DC-02| 00:00:00:00:00:00 | + +### DOCKER Network (192.168.5.0/24) +| **Description** | **IP Address** | **MAC Address** | +| :--- | :--- | :--- | +| PLACEHOLDER | 192.168.5.0/24 | 00:00:00:00:00:00 | + +### LAN Network (10.0.0.0/24) +| **Description** | **IP Address** | **MAC Address** | +| :--- | :--- | :--- | +| PLACEHOLDER | 10.0.0.0/24 | 00:00:00:00:00:00 | + +### VPN Network (192.168.7.0/24) +| **Description** | **IP Address** | **MAC Address** | +| :--- | :--- | :--- | +| PLACEHOLDER | 192.168.7.0/24 | 00:00:00:00:00:00 | \ No newline at end of file diff --git a/Homelab Networking/Tuya Smart Lights.md b/Homelab Networking/Tuya Smart Lights.md new file mode 100644 index 0000000..d315061 --- /dev/null +++ b/Homelab Networking/Tuya Smart Lights.md @@ -0,0 +1,25 @@ +### pfSense DHCP Reservations for Tuya-Based Smart Devices +| **Description** | **IP Address** | **MAC Address** | **Hostname** | **Device ID** | **Local Key** | +| :--- | :--- | :--- | :--- | :--- | :--- | +| Bottom of Stairs | 10.0.0.200 | bc:dd:c2:90:72:bf | ESP\_9072BF | 50316010bcddc29072bf | 5c92ba765b22a96f | +| Right Monitor | 10.0.0.201 | bc:dd:c2:90:1a:ef | ESP\_901AEF | 50316010bcddc2901aef | ea4852cf67fbff52 | +| Downstairs Light | 10.0.0.202 | bc:dd:c2:8f:e4:c4 | ESP\_8FE4C4 | 74160333bcddc28fe4c4 | c207fffba7143bdb | +| Right TV Light | 10.0.0.203 | b4:e6:2d:4b:c3:fe | ESP\_4BC3FE | 36087764b4e62d4bc3fe | 9e807e03a398a31c | +| Nightstand | 10.0.0.204 | b4:e6:2d:4b:c3:cb | ESP\_4BC3CB | 36087764b4e62d4bc3cb | 739fca9d40634ad5 | +| Top of Stairs | 10.0.0.205 | bc:dd:c2:90:4e:d9 | ESP\_904ED9 | 50316010bcddc2904ed9 | 23452028cfe464c0 | +| Bathroom | 10.0.0.206 | 2c:f4:32:22:04:21 | ESP\_220421 | 105480752cf432220421 | 03099191b6ab585e | +| Front Porch | 10.0.0.207 | bc:dd:c2:94:7a:ae | ESP\_947AAE | 50316010bcddc2947aae | 18d074fa9ff47087 | +| Left Monitor | 10.0.0.208 | 2c:f4:32:21:af:1a | ESP\_21AF1A | 105480752cf43221af1a | aef4f6067548c3a9 | +| Puppy Nook | 10.0.0.209 | cc:50:e3:fe:aa:2b | ESP\_FEAA2B | 76380710cc50e3feaa2b | 7c881c27da5079b6 | +| TV | 10.0.0.210 | cc:50:e3:78:ba:b9 | ESP\_78BAB9 | 35138222cc50e378bab9 | 89b366574278e990 | +| Left TV Light | 10.0.0.211 | cc:50:e3:78:91:6d | ESP\_78916D | 10548075cc50e378916d | a2d0aeb1ad676b9f | +| Bedroom Light | 10.0.0.212 | bc:dd:c2:90:76:45 | | 50316010bcddc2907645 | d73b0af93d1bf2da | +| Garden Water Pump | 10.0.0.213 | 98:f4:ab:ef:7c:2c | | 2182401498f4abef7c2c | 4715733dd7850f00 | +| wifi Water Timer | 10.0.0.214 | | | eb54e6ae7c7536a4bbawyw | 2a72efa9b2f36437 | +| Tech Room Light Strips | 10.0.0.215 | | | eb7dd0deaab376a2ffsqwl | 2a72efa9b2f36437 | +| Irrigation Hub | 10.0.0.216 | 10:d5:61:5a:b1:6b | | eb3b374a82a993d252j7v9 | 2a72efa9b2f36437 | +| Front Lawn Sprinkler | | | | ebace67e93f8fde4ccdv7p | 2a72efa9b2f36437 | + +### Misc Color Profile Notes: +- **1 NAME 3 4 0 255 2 5 1500 8000** +- 20 NAME 22 23 29 1000 21 24 2700 6500 diff --git a/Virtualization Documentation/Harvester.md b/Virtualization Documentation/Harvester.md new file mode 100644 index 0000000..01f5987 --- /dev/null +++ b/Virtualization Documentation/Harvester.md @@ -0,0 +1,56 @@ +--- +sidebar_position: 1 +--- + +# Deploy Rancher Harvester Cluster +Rancher Harvester is an awesome tool that acts like a self-hosted cloud VDI provider, similar to AWS, Linode, and other online cloud compute platforms. In most scenarios, you will deploy "Rancher" in addition to Harvester to orchestrate the deployment, management, and rolling upgrades of a Kubernetes Cluster. You can also just run standalone Virtual Machines, similar to Hyper-V, RHEV, oVirt, Bhyve, XenServer, XCP-NG, and VMware ESXi. + +:::note Prerequisites +This document assumes your bare-metal host has at least 32GB of Memory, 200GB of Disk Space, and 8 processor cores. See [Recommended System Requirements](https://docs.harvesterhci.io/v1.1/install/requirements) +::: + +## First Harvester Node +### Download Installer ISO +You will need to navigate to the Rancher Harvester GitHub to download the [latest ISO release of Harvester](https://releases.rancher.com/harvester/v1.1.2/harvester-v1.1.2-amd64.iso), currently **v1.1.2**. Then image it onto a USB flashdrive using a tool like [Rufus](https://github.com/pbatard/rufus/releases/download/v4.2/rufus-4.2p.exe). Proceed to boot the bare-metal server from the USB drive to begin the Harvester installation process. +### Begin Setup Process +You will be waiting a few minutes while the server boots from the USB drive, but you will eventually land on a page where it asks you to set up various values to use for networking and the cluster itself. +The values seen below are examples and represent how my homelab is configured. +- **Management Interface(s)**: `eno1,eno2,eno3,eno4` +- **Network Bond Mode**: `Active-Backup` +- **IP Address**: `192.168.3.254/24` *<---- **Note:** Be sure to add CIDR Notation*. +- **Gateway**: `192.168.3.1` +- **DNS Server(s)**: `1.1.1.1,1.0.0.1,8.8.8.8,8.8.4.4` +- **Cluster VIP (Virtual IP)**: `192.168.3.251` *<---- **Note**: See "VIRTUAL IP CONFIGURATION" note below.* +- **Cluster Node Token**: `19-USED-when-JOINING-more-NODES-to-EXISTING-cluster-55` +- **NTP Server(s)**: `0.suse.pool.ntp.org` + +:::caution Virtual IP Configuration +The VIP assigned to the first node in the cluster will act as a proxy to the built-in load-balancing system. It is important that you do not create a second node with the same VIP (Could cause instability in existing cluster), or use an existing VIP as the Node IP address of a new Harvester Cluster Node. +::: +:::tip +Based on your preference, it would be good to assign the device a static DHCP reservation, or use numbers counting down from **.254** (e.g. `192.168.3.254`, `192.168.3.253`, `192.168.3.252`, etc...) +::: + +### Wait for Installation to Complete +The installation process will take quite some time, but when it is finished, the Harvester Node will reboot and take you to a splash screen with the Harvester logo, with indicators as to what the VIP and Management Interface IPs are configured as, and whether or not the associated systems are operational and ready. **Be patient until both statuses say `READY`**. If after 15 minutes the status has still not changed to `READY` both for fields, see the note below. +:::caution Issues with `rancher-harvester-repo` Image +During my initial deployment efforts with Harvester v.1.1.2, I noticed that the Harvester Node never came online. That was because something bugged-out during installation and the `rancher-harvester-repo` image was not properly installed prior to node initialization. This will effectively soft-lock the node unless you reinstall the node from scratch, as the Docker Hub Registry that Harvester is looking for to finish the deployment does not exist anymore and depends on the local image bundled with the installer ISO. + +If this happens, you unfortunately need to start over and reinstall Harvester and hope that it works the second time around. No other workarounds are currently known at this time on version 1.1.2. +::: + +## Additional Harvester Nodes +If you work in a production environment, you will want more than one Harvester node to allow live-migrations, high-availability, and better load-balancing in the Harvester Cluster. The section below will outline the steps necessary to create additional Harvester nodes, join them to the existing Harvester cluster, and validate that they are functioning without issues. +### Installation Process +Not Documented Yet +### Joining Node to Existing Cluster +Not Documented Yet + +## Installing Rancher +If you plan on using Harvester for more than just running Virtual Machines (e.g. Containers), you will want to deploy Rancher inside of the Harvester Cluster in order or orchestrate the deployment, management, and rolling upgrades of various forms of Kubernetes Clusters (RKE2 Suggested). The steps below will go over the process of deploying a High-Availability Rancher environment to "adopt" Harvester as a VDI/compute platform for deploying the Kubernetes Cluster. +### Provision ControlPlane Node(s) VMs on Harvester +Not Documented Yet +### Adopt Harvester as Cluster Target +Not Documented Yet +### Deploy Production Kubernetes Cluster to Harvester +Not Documented Yet diff --git a/Virtualization Documentation/OpenStack/Canonical OpenStack.md b/Virtualization Documentation/OpenStack/Canonical OpenStack.md new file mode 100644 index 0000000..9823376 --- /dev/null +++ b/Virtualization Documentation/OpenStack/Canonical OpenStack.md @@ -0,0 +1,84 @@ +--- +sidebar_position: 2 +--- + +# Canonical OpenStack +OpenStack is basically a virtual machine hypervisor that is HA and cluster-friendly. This particular variant is deployed via Canonical's MiniStack environment using SNAP. It will deploy OpenStack onto a single node, which can later be expanded to additional nodes. You can also use something like OpenShift to deploy a Kubernetes Cluster onto OpenStack automatically via its various APIs. + +**Reference Documentation**: +- https://discourse.ubuntu.com/t/single-node-guided/35765 +- https://microstack.run/docs/single-node-guided + +:::note Prerequisites +This document assumes your bare-metal host server is running Ubuntu 22.04 LTS, has at least 16GB of Memory (**32GB for Multi-Node Deployments**), two network interfaces (one for management, one for remote VM access), 200GB of Disk Space for the root filesystem, another 200GB disk for Ceph distributed storage, and 4 processor cores. See [Single-Node Mode System Requirements](https://ubuntu.com/openstack/install) +::: + +:::note Assumed Networking on the First Cluster Node +- **eth0** = 192.168.3.5 +- **eth1** = 192.168.5.200 +::: + +### Update APT then install upgrades +``` +sudo apt update && sudo apt upgrade -y && sudo apt install htop ncdu iptables nano -y +``` +:::tip +At this time, it would be a good idea to take a checkpoint/snapshot of the server (if it is a virtual machine). This gives you a starting point to come back to as you troubleshoot inevitable deployment issues. +::: +### Update SNAP then install OpenStack SNAP +``` +sudo snap refresh +sudo snap install openstack --channel 2023.1 +``` +### Install & Configure Dependencies +Sunbeam can generate a script to ensure that the machine has all of the required dependencies installed and is configured correctly for use in MicroStack. +``` +sunbeam prepare-node-script | bash -x && newgrp snap_daemon +sudo reboot +``` +### Bootstrapping +Deploy the OpenStack cloud using the cluster bootstrap command. +``` +sunbeam cluster bootstrap +``` +:::caution +If you get an "Unable to connect to websocket" error, run `sudo snap restart lxd`. +[Known Bug Report](https://bugs.launchpad.net/snap-openstack/+bug/2033400) +::: +:::note Bootstrap Variables: +- Management networks shared by hosts = `192.168.3.0/24` +- MetalLB address allocation range (supports multiple ranges, comma separated) (10.20.21.10-10.20.21.20): `192.168.3.50-192.168.3.60` +::: + +### Cloud Initialization: +- nicole@moon-stack-01:~$ `sunbeam configure --openrc demo-openrc` +- Local or remote access to VMs [local/remote] (local): `remote` +- CIDR of network to use for external networking (10.20.20.0/24): `192.168.5.0/24` +- IP address of default gateway for external network (192.168.5.1): +- Populate OpenStack cloud with demo user, default images, flavors etc [y/n] (y): +- Username to use for access to OpenStack (demo): `nicole` +- Password to use for access to OpenStack (Vb********): `` +- Network range to use for project network (192.168.122.0/24): +- List of nameservers guests should use for DNS resolution (192.168.3.11 192.168.3.10): +- Enable ping and SSH access to instances? [y/n] (y): +- Start of IP allocation range for external network (192.168.5.2): `192.168.5.201` +- End of IP allocation range for external network (192.168.5.254): `192.168.5.251` +- Network type for access to external network [flat/vlan] (flat): +- Free network interface that will be configured for external traffic: `eth1` +- WARNING: Interface eth1 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: y + +### Pull Down / Generate the Dashboard URL +``` +sunbeam openrc > admin-openrc +sunbeam dashboard-url +``` + +### Launch a Test VM: +Verify the cloud by launching a VM called ‘test’ based on the ‘ubuntu’ image (Ubuntu 22.04 LTS). +``` +sunbeam launch ubuntu --name test +``` +:::note Sample output: +Launching an OpenStack instance ... +Access instance with `ssh -i /home/ubuntu/.config/openstack/sunbeam ubuntu@10.20.20.200` +::: \ No newline at end of file diff --git a/Windows Server/Change Windows Edition.md b/Windows Server/Change Windows Edition.md new file mode 100644 index 0000000..3218b0f --- /dev/null +++ b/Windows Server/Change Windows Edition.md @@ -0,0 +1,66 @@ +# Changing Windows Editions +### Changing Editions: +Windows Server: `DISM /ONLINE /set-edition:serverstandard /productkey:AAAAA-BBBBB-CCCCC-DDDDD-EEEEE /AcceptEula` + +Windows (Home/Pro): `DISM /ONLINE /set-edition:professional /productkey:AAAAA-BBBBB-CCCCC-DDDDD-EEEEE /AcceptEula` + +### Force Activation / Edition Switcher: +`irm https://massgrave.dev/get | iex` + +## Generic Install Keys +### Windows 10 +| Windows Edition | RTM Generic Key (Retail) | [**KMS Client Setup Key**](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/jj612867(v%3dws.11)) | +| :--- | :--- | :--- | +| Windows 10 Home | YTMG3-N6DKC-DKB77-7M9GH-8HVX7 | TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 | +| Windows 10 Home N | 4CPRK-NM3K3-X6XXQ-RXX86-WXCHW | 3KHY7-WNT83-DGQKR-F7HPR-844BM | +| Windows 10 Home Single Language | BT79Q-G7N6G-PGBYW-4YWX6-6F4BT | 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH | +| Windows 10 Pro | VK7JG-NPHTM-C97JM-9MPGT-3V66T | W269N-WFGWX-YVC9B-4J6C9-T83GX | +| Windows 10 Pro N | 2B87N-8KFHP-DKV6R-Y2C8J-PKCKT | MH37W-N47XK-V7XM9-C7227-GCQG9 | +| Windows 10 Pro for Workstations | DXG7C-N36C4-C4HTG-X4T3X-2YV77 | NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J | +| Windows 10 Pro N for Workstations | WYPNQ-8C467-V2W6J-TX4WX-WT2RQ | 9FNHH-K3HBT-3W4TD-6383H-6XYWF | +| Windows 10 S | 3NF4D-GF9GY-63VKH-QRC3V-7QW8P | | +| Windows 10 Education | YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY | NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 | +| Windows 10 Education N | 84NGF-MHBT6-FXBX8-QWJK7-DRR8H | 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ | +| Windows 10 Pro Education | 8PTT6-RNW4C-6V7J2-C2D3X-MHBPB | 6TP4R-GNPTD-KYYHQ-7B7DP-J447Y | +| Windows 10 Pro Education N | GJTYN-HDMQY-FRR76-HVGC7-QPF8P | YVWGF-BXNMC-HTQYQ-CPQ99-66QFC | +| Windows 10 Enterprise | XGVPP-NMH47-7TTHJ-W3FW7-8HV2C | NPPR9-FWDCX-D2C8J-H872K-2YT43 | +| Windows 10 Enterprise G | | YYVX9-NTFWV-6MDM3-9PT4T-4M68B | +| Windows 10 Enterprise G N | FW7NV-4T673-HF4VX-9X4MM-B4H4T | 44RPN-FTY23-9VTTB-MP9BX-T84FV | +| Windows 10 Enterprise N | WGGHN-J84D6-QYCPR-T7PJ7-X766F | DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 | +| Windows 10 Enterprise S | NK96Y-D9CD8-W44CQ-R8YTK-DYJWX | FWN7H-PF93Q-4GGP8-M8RF3-MDWWW | +| Windows 10 Enterprise 2015 LTSB | | WNMTR-4C88C-JK8YV-HQ7T2-76DF9 | +| Windows 10 Enterprise 2015 LTSB N | | 2F77B-TNFGY-69QQF-B8YKP-D69TJ | +| Windows 10 Enterprise LTSB 2016 | | DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ | +| Windows 10 Enterprise N LTSB 2016 | RW7WN-FMT44-KRGBK-G44WK-QV7YK | QFFDN-GRT3P-VKWWX-X7T3R-8B639 | +| Windows 10 Enterprise LTSC 2019 | | M7XTQ-FN8P6-TTKYV-9D4CC-J462D | +| Windows 10 Enterprise N LTSC 2019 | | 92NFX-8DJQP-P6BBQ-THF9C-7CG2H | +| Windows 10 Home | 37GNV-YCQVD-38XP9-T848R-FC2HD | | | +| Windows 10 Home N | 33CY4-NPKCC-V98JP-42G8W-VH636 | | | +| Windows 10 Pro | NF6HC-QH89W-F8WYV-WWXV4-WFG6P | | | +| Windows 10 Pro N | NH7W7-BMC3R-4W9XT-94B6D-TCQG3 | | | +| Windows 10 SL | NTRHT-XTHTG-GBWCG-4MTMP-HH64C | | | +| Windows 10 CHN SL | 7B6NC-V3438-TRQG7-8TCCX-H6DDY | | | +| Windows 10 Home | 46J3N-RY6B3-BJFDY-VBFT9-V22HG | | | +| Windows 10 Home N | PGGM7-N77TC-KVR98-D82KJ-DGPHV | | | +| Windows 10 Pro | RHGJR-N7FVY-Q3B8F-KBQ6V-46YP4 | | | +| Windows 10 Pro N | 2KMWQ-NRH27-DV92J-J9GGT-TJF9R | | | +| Windows 10 SL | GH37Y-TNG7X-PP2TK-CMRMT-D3WV4 | | | +| Windows 10 CHN SL | 68WP7-N2JMW-B676K-WR24Q-9D7YC | | | + + +### Windows Server +| Windows Edition | RTM Generic Key (Retail) | [**KMS Client Setup Key**](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/jj612867(v%3dws.11)) | +| :--- | :--- | :--- | +| Windows Server 2016 Datacenter | | CB7KF-BWN84-R7R2Y-793K2-8XDDG | +| Windows Server 2016 Standard | | WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY | +| Windows Server 2016 Essentials | | JCKRF-N37P4-C2D82-9YXRT-4M63B | +| Windows Server 2019 Datacenter | | WMDGN-G9PQG-XVVXX-R3X43-63DFG | +| Windows Server 2019 Standard | | N69G4-B89J2-4G8F4-WWYCC-J464C | +| Windows Server 2019 Essentials | | WVDHN-86M7X-466P6-VHXV7-YY726 | +| Windows Server 2022 Standard | | VDYBN-27WPP-V4HQT-9VMD4-VMK7H | +| Windows Server 2022 Datacenter Azure | | NTBV8-9K7Q8-V27C6-M2BTV-KHMXV | +| Windows Server 2022 Datacenter | | WX4NM-KYWYW-QJJR4-XV3QB-6VM33 | + +## Additional Reference Documentation: +https://www.tenforums.com/tutorials/95922-generic-product-keys-install-windows-10-editions.html +[https://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys](https://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys) \ No newline at end of file diff --git a/Windows Server/Convert SSL Certificates into PFX Files.md b/Windows Server/Convert SSL Certificates into PFX Files.md new file mode 100644 index 0000000..078ec78 --- /dev/null +++ b/Windows Server/Convert SSL Certificates into PFX Files.md @@ -0,0 +1,23 @@ +**Purpose**: Sometimes you may find that you need to convert a `.crt` or `.pem` certificate file into a `.pfx` file that Microsoft IIS Server Manager can import for something like Exchange Server or another custom IIS-based server. + +# Download the Certificate Files +This step will vary based on how you are obtaining the certificates. The primary thing to focus on is making sure you have the certificate file and the private key. +```jsx title="Certificate Folder Structure" +certificate.crt +certificate.pem +gd-g2_iis_intermediates.p7b +private.key +``` + +# Convert using OpenSSL +You will need a linux machine such as Ubuntu 22.04LTS, or to download the Windows equivelant of OpenSSL in order to run the necessary commands to convert and package the files into a `.pfx` file that IIS Server Manager can use. +:::note +You need to make sure that all of the certificate files as well as private key are in the same folder (to keep things simple) during the conversion process. **It will prompt you to enter a password for the PFX file, choose anything you want.** +::: +```jsx title="OpenSSL Conversion Command" +openssl pkcs12 -export -out IIS-Certificate.pfx -inkey private.key -in gd-g2_iis_intermediates.p7b -in certificate.crt +``` + +:::tip +You can rename the files anything you want for organizational purposes. Afterall, they are just plaintext files. For example, you could rename `gd-g2_iis_intermediates.p7b` to `intermediate.bundle` and it would still work without issue in the command. During the import phase in IIS Server Manager, you can check a box to enable Exporting the certificate, effectively reverse-engineering it back into a certificate and private key. +::: \ No newline at end of file diff --git a/Windows Server/Deploying Failover Cluster Host.md b/Windows Server/Deploying Failover Cluster Host.md new file mode 100644 index 0000000..2cb753b --- /dev/null +++ b/Windows Server/Deploying Failover Cluster Host.md @@ -0,0 +1,136 @@ +# Deploy Additional Failover Cluster Node +Deploying a Windows Server Node into the Hyper-V Failover Cluster is an essential part of rebuilding and expanding the backbone of my homelab. The documentation below goes over the process of setting up a bare-metal host from scratch and integrating it into the Hyper-V Failover Cluster. + +!!! note "Prerequisites" + This document assumes you are have installed and are running a bare-metal Hewlett-Packard Enterprise server running iLO (Integrated Lights Out) with the latest build of **Windows Server 2022 Datacenter (Desktop Experience)**. Windows will prompt you that your build is expired if it is too old. + + Download the newest build ISO of Windows Server 2022 at the [Microsoft Evaluation Center](https://go.microsoft.com/fwlink/p/?linkid=2195686&clcid=0x409&culture=en-us&country=us) + +!!! info "Assumption that Cluster Already Exists" + This document also assumes that you are adding an additional server node to an existing Hyper-V Failover Cluster. This document does not outline the exact process of setting up a Hyper-V Failover Cluster from-scratch, setting up a domain, DNS server, etc. Those are assumed to already exist in the environment. +## Preparation +### Enable Remote Desktop +The first thing you will want to do is get remote access via Remote Desktop. This will enable higher resolution, faster response times with the GUI, and the ability to transfer files to and from the server more easily. + +- Connect to the server via the iLO Remote Console +- Login using your `Administrator` credentials you created during the operating system installation +- Open **Server Manager** + * Navigate to "Local Server" + * Under "Remote Management" + * Click on "Disabled" + * Un-check: "Allow Remote Connections to this Computer" +!!! warning "Disable NLA (Network Level Authentication)" + Ensure that "Allow Connections only from computers running Remote Desktop with Network Level Authentication" is un-checked. This is important because if you are running a Hyper-V Failover Cluster, if the domain controller(s) are not running, you may be effectively locked out from using Remote Desktop to access the failover cluster's nodes, forcing you to use iLO or a physical console into the server to log in and bootstrap the cluster's Guest VMs online. + + This step can be disregarded if the domain controller(s) exist outside of the Hyper-V Failover Cluster. + +- Locate the (*current*) DHCP-issued IP address of the server for Remote Desktop + * You will want to use Remote Desktop for the next stage of deployment to transfer an ISO file to the server + * Log into the server with Remote Desktop using the `Administrator` credentials you created when initially installing the operating system + * You can use `ipconfig /all` to locate the current DHCP-issued IP address +### Provision Server Role & Domain Join +You will want to rename the computer so it has the correct naming scheme before installing any server roles or domain joining it. The general naming convention is `MOON-NODE-<0#>`. Use a domain administrator credential for the join command when prompted. Restart the computer to finalize the changes. +**Increment the hostname number based on the existing servers in the cluster / homelab.** + +``` powershell +# Rename the server +Rename-Computer MOON-NODE-01 + +# Domain-join the server +Add-Computer MOONGATE.local + +# Install Hyper-V server role +Install-WindowsFeature -Name Hyper-V -IncludeManagementTools + +# Install the Failover Clustering feature +Install-WindowsFeature -Name Failover-Clustering -IncludeManagementTools + +# Restart the server to apply all pending configurations +Restart-Computer +``` + +## Failover Cluster Configuration +### Configure Cluster SET Networking +You will need to start off by configuring a Switch Embedded Teaming (SET) team. This is the backbone that the server will use for all Guest VM traffic as well as remote-desktop access to the server node itself. You will need to rename the network adapters to make management easier. + +- Navigate to "Network Connections" then "Change Adapter Options" + * Rename the network adapters with simpler names. e.g. (`Embedded LOM 1 Port 1` becomes `Port_1`) + * For the sake of demonstration, assume there are 4 NICs (`Port_1`, `Port_2`, `Port_3`, and `Port_4`) + +!!! warning "10GbE Network Adapters" + Be sure to leave the dual 10GbE network adapters out of the renaming work. They will be used later with the iSCSI Initiator. + +``` powershell +# Switch Embedded Teaming (SET) team +New-VMSwitch -Name Cluster_SET -NetAdapterName Port_1, Port_2, Port_3, Port_4 -EnableEmbeddedTeaming $true +``` +### Configure Static IP Address +You may be booted out of the Remote Desktop session at this time due to how the network team changed the configuration. Leverage iLO to remotely access the server again to configure a static IP address on the new `vEthernet (Cluster_SET)` NIC using the following configuration. **While in the NIC Properties, disable IPv6.** + +| IP ADDRESS | SUBNET MASK | GATEWAY | PRIMARY DNS | SECONDARY DNS | +| ----------- | ------------- | ----------- | ------------ | ------------- | +| 192.168.3.5 | 255.255.255.0 | 192.168.3.1 | 192.168.3.10 | 192.168.3.11 | + +### Configure Static IP Addresses for 10GbE Networking +You will now want to set up the network adapters for the 10GbE iSCSI back-end. Configure both of the `Intel(R) Ethernet Controller x540-AT2` 10GbE NICs and change their IP addresses to match the table below. Rename the NICs to match a `NIC1` and `NIC2` naming scheme. Also disable IPv6. +!!! warning + Make sure that you test that each interface can ping their respective iSCSI target by performing a ping using the IP address in the "ISCSI PING IP" column of the table. If it fails to successfully ping, swap the IP addresses of the 10GbE NICs until it succeeds. + +| IP Address | Subnet Mask | Gateway | Primary DNS | Secondary DNS | iSCSI Ping IP | +| --------------- | ------------- | ------------- | ------------ | ------------- | --------------- | +| 192.168.102.200 | 255.255.255.0 | | 192.168.3.10 | 192.168.3.11 | 192.168.102.100 | +| 192.168.104.200 | 255.255.255.0 | | 192.168.3.10 | 192.168.3.11 | 192.168.104.100 | + +### Configure iSCSI Initiator to Connect to TrueNAS Core Server +At this point, now that we have verified that the 10GbE NICs can ping their respective iSCSI target server IP addresses, we can add them to the iSCSI Initiator in Server Manager which will allow us to mount the cluster storage for the Hyper-V Failover Cluster. + +- Open **Server Manager** + * Click on the "Tools" dropdown menu + * Click on "iSCSI Initiator" + * You will be prompted to start the Microsoft iSCSI service. Click on "Yes" to proceed. + * Click on the "Discovery" tab + * Click the "Discover Portal" button + * Enter the IP addresses of the "iSCSI Ping IP(s)" from the previous section. Leave the port as "3260". + * Navigate to the [TrueNAS Core server](https://storage.cyberstrawberry.net) and add the "Initiator Name" seen on the "Configuration" tab to the `Sharing > iSCSI > Initiator Groups` > "Hyper-V Failover Cluster Hosts" + * Example Initiator Name: `iqn.1991-05.com.microsoft:moon-node-01.moongate.local` + * This is not explicitly documented at this time and is different from lab to lab in regards to the iSCSI implementation + * Click the "Targets" tab to go back to the main page + * Click the "Refresh" button to display available iSCSI Targets + * Click on the first iSCSI Target `failover-cluster-storage` then click the "Connect" button + * Check the "Enable Multi-Path" checkbox + * Click the "Advanced" button + * Click the "OK" button + * Repeat the connection process seen above for all remaining iSCSI Targets + * Close out of the iSCSI Initiator window + * Navigate to "Disk Management" to bring the iSCSI drives "Online" + +## Initialize and Join to Existing Failover-Cluster +### Validate Server is Ready to Join Cluster +Now it is time to set up the Failover Cluster itself so we can join the server to the existing cluster. + +- Open **Server Manager** + * Click on the "Tools" dropdown menu + * Click on "Failover Cluster Manager" + * Click the "Validate Configuration" button in the middle of the window that appears + * Click "Next" + * Enter Server Name: `MOON-NODE-01.moongate.local` + * Click the "Add" button, then "Next" + * Ensure "Run All Tests (Recommended)" is selected, then click "Next", then click "Next" to start. +### Join Server to Failover Cluster +* On the left-hand side, right-click on the "Failover Cluster Manager" in the tree + * Click on "Connect to Cluster" + * Enter `MOON-CLUSTER.moongate.local` + * Click "OK" +* Expand "MOON-CLUSTER.moongate.local" on the left-hand tree + * Right-click on "Nodes" + * Click "Add Node..." + * Click "Next" + * Enter Server Name: `MOON-NODE-01.moongate.local` + * Click the "Add" button, then "Next" + * Ensure that "Run Configuration Validation Tests" radio box is checked, then click "Next" + * Validate that the node was successfully added to the Hyper-V Failover Cluster +## Cleanup & Final Touches +### Activate Windows Server +You will need to change the edition from "**Windows Server 2022 Datacenter Evaluation**" to "**Windows Server 2022 Datacenter**". This will ensure that the server does not randomly reboot itself. If you have a license, you can install it now. Otherwise, you can force-activate using the [Changing Windows Edition](https://docs.cyberstrawberry.net/mkdocs-material/homelab/Windows%20Server/Change%20Windows%20Edition/) documentation. +### Run Windows Updates +Ensure that you run all available Windows Updates before delegating guest VM roles to the new server in the failover cluster. This ensures you are up-to-date before you become reliant on the server for production operations. \ No newline at end of file diff --git a/Windows Server/Microsoft Exchange/placeholder.md b/Windows Server/Microsoft Exchange/placeholder.md new file mode 100644 index 0000000..352bb53 --- /dev/null +++ b/Windows Server/Microsoft Exchange/placeholder.md @@ -0,0 +1,3 @@ +# Overview +### Purpose +Placeholder \ No newline at end of file diff --git a/assets/favicon.png b/assets/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..6771c11c78523f71e951b1a35f944723fcfa4640 GIT binary patch literal 8365 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 aryPom7kDjgulMUe0|q*#+KrmdQU3#By#spy literal 0 HcmV?d00001 diff --git a/schema.json b/schema.json new file mode 100644 index 0000000..f1677d4 --- /dev/null +++ b/schema.json @@ -0,0 +1,166 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Material for MkDocs", + "markdownDescription": "Configuration", + "type": "object", + "properties": { + "INHERIT": { + "title": "Inherit from configuration", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance", + "pattern": "\\.yml$" + }, + "site_name": { + "title": "Site name, used in header, title and drawer", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_name", + "type": "string" + }, + "site_url": { + "title": "Site URL", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_url", + "type": "string" + }, + "site_author": { + "title": "Site author, used in document head", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_author", + "type": "string" + }, + "site_description": { + "title": "Site description, used in document head and in social cards", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_description", + "type": "string" + }, + "repo_name": { + "title": "Repository name, used in header", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository-name", + "type": "string" + }, + "repo_url": { + "title": "Repository URL", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository", + "type": "string" + }, + "edit_uri": { + "title": "Path from repository root to directory containing Markdown", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#edit_uri", + "type": "string" + }, + "copyright": { + "title": "Copyright, used in footer", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#copyright-notice", + "type": "string" + }, + "docs_dir": { + "title": "Directory containing the Markdown sources", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#docs_dir", + "type": "string", + "default": "docs" + }, + "site_dir": { + "title": "Directory containing the HTML output", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_dir", + "type": "string", + "default": "site" + }, + "use_directory_urls": { + "title": "Pages are located in their own directories", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#use_directory_urls", + "type": "boolean", + "default": false + }, + "extra_templates": { + "title": "Additional HTML files to include", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#extra_templates", + "type": "array", + "items": { + "title": "Path to HTML file", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#extra_templates", + "pattern": "\\.html$" + }, + "uniqueItems": true, + "minItems": 1 + }, + "extra_css": { + "title": "Additional CSS files to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-css", + "type": "array", + "items": { + "title": "Path to CSS file", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-css", + "pattern": "\\.css($|\\?)" + }, + "uniqueItems": true, + "minItems": 1 + }, + "extra_javascript": { + "title": "Additional JavaScript files to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript", + "type": "array", + "items": { + "title": "Path to JavaScript file", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript", + "pattern": "\\.m?js($|\\?)" + }, + "uniqueItems": true, + "minItems": 1 + }, + "hooks": { + "title": "Hooks", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#hooks", + "type": "array", + "items": { + "title": "Path to Python file", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#hooks", + "pattern": "\\.py$" + }, + "uniqueItems": true, + "minItems": 1 + }, + "strict": { + "title": "Strict mode", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#strict", + "type": "boolean", + "default": false + }, + "dev_addr": { + "title": "Development IP Address", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#dev_addr", + "type": "string", + "default": "127.0.0.1:8000" + }, + "remote_branch": { + "title": "Remote branch to deploy to", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#remote_branch", + "type": "string", + "default": "gh-pages" + }, + "remote_name": { + "title": "Remote origin to deploy to", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#remote_name", + "type": "string", + "default": "origin" + }, + "theme": { + "$ref": "schema/theme.json" + }, + "plugins": { + "$ref": "schema/plugins.json" + }, + "markdown_extensions": { + "$ref": "schema/extensions.json" + }, + "extra": { + "$ref": "schema/extra.json" + }, + "nav": { + "$ref": "schema/nav.json" + }, + "watch": { + "items": { + "title": "Path to watch for changes", + "type": "string" + }, + "type": "array" + } + }, + "additionalProperties": false +} diff --git a/schema/assets/fonts.json b/schema/assets/fonts.json new file mode 100644 index 0000000..7953c29 --- /dev/null +++ b/schema/assets/fonts.json @@ -0,0 +1,7050 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Google Fonts", + "markdownDescription": "https://fonts.google.com/", + "type": "string", + "oneOf": [ + { + "title": "ABeeZee", + "markdownDescription": "https://fonts.google.com/specimen/ABeeZee", + "enum": [ + "ABeeZee" + ] + }, + { + "title": "Abel", + "markdownDescription": "https://fonts.google.com/specimen/Abel", + "enum": [ + "Abel" + ] + }, + { + "title": "Abhaya Libre", + "markdownDescription": "https://fonts.google.com/specimen/Abhaya+Libre", + "enum": [ + "Abhaya Libre" + ] + }, + { + "title": "Abril Fatface", + "markdownDescription": "https://fonts.google.com/specimen/Abril+Fatface", + "enum": [ + "Abril Fatface" + ] + }, + { + "title": "Aclonica", + "markdownDescription": "https://fonts.google.com/specimen/Aclonica", + "enum": [ + "Aclonica" + ] + }, + { + "title": "Acme", + "markdownDescription": "https://fonts.google.com/specimen/Acme", + "enum": [ + "Acme" + ] + }, + { + "title": "Actor", + "markdownDescription": "https://fonts.google.com/specimen/Actor", + "enum": [ + "Actor" + ] + }, + { + "title": "Adamina", + "markdownDescription": "https://fonts.google.com/specimen/Adamina", + "enum": [ + "Adamina" + ] + }, + { + "title": "Advent Pro", + "markdownDescription": "https://fonts.google.com/specimen/Advent+Pro", + "enum": [ + "Advent Pro" + ] + }, + { + "title": "Aguafina Script", + "markdownDescription": "https://fonts.google.com/specimen/Aguafina+Script", + "enum": [ + "Aguafina Script" + ] + }, + { + "title": "Akronim", + "markdownDescription": "https://fonts.google.com/specimen/Akronim", + "enum": [ + "Akronim" + ] + }, + { + "title": "Aladin", + "markdownDescription": "https://fonts.google.com/specimen/Aladin", + "enum": [ + "Aladin" + ] + }, + { + "title": "Alata", + "markdownDescription": "https://fonts.google.com/specimen/Alata", + "enum": [ + "Alata" + ] + }, + { + "title": "Alatsi", + "markdownDescription": "https://fonts.google.com/specimen/Alatsi", + "enum": [ + "Alatsi" + ] + }, + { + "title": "Aldrich", + "markdownDescription": "https://fonts.google.com/specimen/Aldrich", + "enum": [ + "Aldrich" + ] + }, + { + "title": "Alef", + "markdownDescription": "https://fonts.google.com/specimen/Alef", + "enum": [ + "Alef" + ] + }, + { + "title": "Alegreya", + "markdownDescription": "https://fonts.google.com/specimen/Alegreya", + "enum": [ + "Alegreya" + ] + }, + { + "title": "Alegreya SC", + "markdownDescription": "https://fonts.google.com/specimen/Alegreya+SC", + "enum": [ + "Alegreya SC" + ] + }, + { + "title": "Alegreya Sans", + "markdownDescription": "https://fonts.google.com/specimen/Alegreya+Sans", + "enum": [ + "Alegreya Sans" + ] + }, + { + "title": "Alegreya Sans SC", + "markdownDescription": "https://fonts.google.com/specimen/Alegreya+Sans+SC", + "enum": [ + "Alegreya Sans SC" + ] + }, + { + "title": "Aleo", + "markdownDescription": "https://fonts.google.com/specimen/Aleo", + "enum": [ + "Aleo" + ] + }, + { + "title": "Alex Brush", + "markdownDescription": "https://fonts.google.com/specimen/Alex+Brush", + "enum": [ + "Alex Brush" + ] + }, + { + "title": "Alfa Slab One", + "markdownDescription": "https://fonts.google.com/specimen/Alfa+Slab+One", + "enum": [ + "Alfa Slab One" + ] + }, + { + "title": "Alice", + "markdownDescription": "https://fonts.google.com/specimen/Alice", + "enum": [ + "Alice" + ] + }, + { + "title": "Alike", + "markdownDescription": "https://fonts.google.com/specimen/Alike", + "enum": [ + "Alike" + ] + }, + { + "title": "Alike Angular", + "markdownDescription": "https://fonts.google.com/specimen/Alike+Angular", + "enum": [ + "Alike Angular" + ] + }, + { + "title": "Allan", + "markdownDescription": "https://fonts.google.com/specimen/Allan", + "enum": [ + "Allan" + ] + }, + { + "title": "Allerta", + "markdownDescription": "https://fonts.google.com/specimen/Allerta", + "enum": [ + "Allerta" + ] + }, + { + "title": "Allerta Stencil", + "markdownDescription": "https://fonts.google.com/specimen/Allerta+Stencil", + "enum": [ + "Allerta Stencil" + ] + }, + { + "title": "Allura", + "markdownDescription": "https://fonts.google.com/specimen/Allura", + "enum": [ + "Allura" + ] + }, + { + "title": "Almarai", + "markdownDescription": "https://fonts.google.com/specimen/Almarai", + "enum": [ + "Almarai" + ] + }, + { + "title": "Almendra", + "markdownDescription": "https://fonts.google.com/specimen/Almendra", + "enum": [ + "Almendra" + ] + }, + { + "title": "Almendra Display", + "markdownDescription": "https://fonts.google.com/specimen/Almendra+Display", + "enum": [ + "Almendra Display" + ] + }, + { + "title": "Almendra SC", + "markdownDescription": "https://fonts.google.com/specimen/Almendra+SC", + "enum": [ + "Almendra SC" + ] + }, + { + "title": "Amarante", + "markdownDescription": "https://fonts.google.com/specimen/Amarante", + "enum": [ + "Amarante" + ] + }, + { + "title": "Amaranth", + "markdownDescription": "https://fonts.google.com/specimen/Amaranth", + "enum": [ + "Amaranth" + ] + }, + { + "title": "Amatic SC", + "markdownDescription": "https://fonts.google.com/specimen/Amatic+SC", + "enum": [ + "Amatic SC" + ] + }, + { + "title": "Amethysta", + "markdownDescription": "https://fonts.google.com/specimen/Amethysta", + "enum": [ + "Amethysta" + ] + }, + { + "title": "Amiko", + "markdownDescription": "https://fonts.google.com/specimen/Amiko", + "enum": [ + "Amiko" + ] + }, + { + "title": "Amiri", + "markdownDescription": "https://fonts.google.com/specimen/Amiri", + "enum": [ + "Amiri" + ] + }, + { + "title": "Amita", + "markdownDescription": "https://fonts.google.com/specimen/Amita", + "enum": [ + "Amita" + ] + }, + { + "title": "Anaheim", + "markdownDescription": "https://fonts.google.com/specimen/Anaheim", + "enum": [ + "Anaheim" + ] + }, + { + "title": "Andada", + "markdownDescription": "https://fonts.google.com/specimen/Andada", + "enum": [ + "Andada" + ] + }, + { + "title": "Andika", + "markdownDescription": "https://fonts.google.com/specimen/Andika", + "enum": [ + "Andika" + ] + }, + { + "title": "Angkor", + "markdownDescription": "https://fonts.google.com/specimen/Angkor", + "enum": [ + "Angkor" + ] + }, + { + "title": "Annie Use Your Telescope", + "markdownDescription": "https://fonts.google.com/specimen/Annie+Use+Your+Telescope", + "enum": [ + "Annie Use Your Telescope" + ] + }, + { + "title": "Anonymous Pro", + "markdownDescription": "https://fonts.google.com/specimen/Anonymous+Pro", + "enum": [ + "Anonymous Pro" + ] + }, + { + "title": "Antic", + "markdownDescription": "https://fonts.google.com/specimen/Antic", + "enum": [ + "Antic" + ] + }, + { + "title": "Antic Didone", + "markdownDescription": "https://fonts.google.com/specimen/Antic+Didone", + "enum": [ + "Antic Didone" + ] + }, + { + "title": "Antic Slab", + "markdownDescription": "https://fonts.google.com/specimen/Antic+Slab", + "enum": [ + "Antic Slab" + ] + }, + { + "title": "Anton", + "markdownDescription": "https://fonts.google.com/specimen/Anton", + "enum": [ + "Anton" + ] + }, + { + "title": "Arapey", + "markdownDescription": "https://fonts.google.com/specimen/Arapey", + "enum": [ + "Arapey" + ] + }, + { + "title": "Arbutus", + "markdownDescription": "https://fonts.google.com/specimen/Arbutus", + "enum": [ + "Arbutus" + ] + }, + { + "title": "Arbutus Slab", + "markdownDescription": "https://fonts.google.com/specimen/Arbutus+Slab", + "enum": [ + "Arbutus Slab" + ] + }, + { + "title": "Architects Daughter", + "markdownDescription": "https://fonts.google.com/specimen/Architects+Daughter", + "enum": [ + "Architects Daughter" + ] + }, + { + "title": "Archivo", + "markdownDescription": "https://fonts.google.com/specimen/Archivo", + "enum": [ + "Archivo" + ] + }, + { + "title": "Archivo Black", + "markdownDescription": "https://fonts.google.com/specimen/Archivo+Black", + "enum": [ + "Archivo Black" + ] + }, + { + "title": "Archivo Narrow", + "markdownDescription": "https://fonts.google.com/specimen/Archivo+Narrow", + "enum": [ + "Archivo Narrow" + ] + }, + { + "title": "Aref Ruqaa", + "markdownDescription": "https://fonts.google.com/specimen/Aref+Ruqaa", + "enum": [ + "Aref Ruqaa" + ] + }, + { + "title": "Arima Madurai", + "markdownDescription": "https://fonts.google.com/specimen/Arima+Madurai", + "enum": [ + "Arima Madurai" + ] + }, + { + "title": "Arimo", + "markdownDescription": "https://fonts.google.com/specimen/Arimo", + "enum": [ + "Arimo" + ] + }, + { + "title": "Arizonia", + "markdownDescription": "https://fonts.google.com/specimen/Arizonia", + "enum": [ + "Arizonia" + ] + }, + { + "title": "Armata", + "markdownDescription": "https://fonts.google.com/specimen/Armata", + "enum": [ + "Armata" + ] + }, + { + "title": "Arsenal", + "markdownDescription": "https://fonts.google.com/specimen/Arsenal", + "enum": [ + "Arsenal" + ] + }, + { + "title": "Artifika", + "markdownDescription": "https://fonts.google.com/specimen/Artifika", + "enum": [ + "Artifika" + ] + }, + { + "title": "Arvo", + "markdownDescription": "https://fonts.google.com/specimen/Arvo", + "enum": [ + "Arvo" + ] + }, + { + "title": "Arya", + "markdownDescription": "https://fonts.google.com/specimen/Arya", + "enum": [ + "Arya" + ] + }, + { + "title": "Asap", + "markdownDescription": "https://fonts.google.com/specimen/Asap", + "enum": [ + "Asap" + ] + }, + { + "title": "Asap Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Asap+Condensed", + "enum": [ + "Asap Condensed" + ] + }, + { + "title": "Asar", + "markdownDescription": "https://fonts.google.com/specimen/Asar", + "enum": [ + "Asar" + ] + }, + { + "title": "Asset", + "markdownDescription": "https://fonts.google.com/specimen/Asset", + "enum": [ + "Asset" + ] + }, + { + "title": "Assistant", + "markdownDescription": "https://fonts.google.com/specimen/Assistant", + "enum": [ + "Assistant" + ] + }, + { + "title": "Astloch", + "markdownDescription": "https://fonts.google.com/specimen/Astloch", + "enum": [ + "Astloch" + ] + }, + { + "title": "Asul", + "markdownDescription": "https://fonts.google.com/specimen/Asul", + "enum": [ + "Asul" + ] + }, + { + "title": "Athiti", + "markdownDescription": "https://fonts.google.com/specimen/Athiti", + "enum": [ + "Athiti" + ] + }, + { + "title": "Atma", + "markdownDescription": "https://fonts.google.com/specimen/Atma", + "enum": [ + "Atma" + ] + }, + { + "title": "Atomic Age", + "markdownDescription": "https://fonts.google.com/specimen/Atomic+Age", + "enum": [ + "Atomic Age" + ] + }, + { + "title": "Aubrey", + "markdownDescription": "https://fonts.google.com/specimen/Aubrey", + "enum": [ + "Aubrey" + ] + }, + { + "title": "Audiowide", + "markdownDescription": "https://fonts.google.com/specimen/Audiowide", + "enum": [ + "Audiowide" + ] + }, + { + "title": "Autour One", + "markdownDescription": "https://fonts.google.com/specimen/Autour+One", + "enum": [ + "Autour One" + ] + }, + { + "title": "Average", + "markdownDescription": "https://fonts.google.com/specimen/Average", + "enum": [ + "Average" + ] + }, + { + "title": "Average Sans", + "markdownDescription": "https://fonts.google.com/specimen/Average+Sans", + "enum": [ + "Average Sans" + ] + }, + { + "title": "Averia Gruesa Libre", + "markdownDescription": "https://fonts.google.com/specimen/Averia+Gruesa+Libre", + "enum": [ + "Averia Gruesa Libre" + ] + }, + { + "title": "Averia Libre", + "markdownDescription": "https://fonts.google.com/specimen/Averia+Libre", + "enum": [ + "Averia Libre" + ] + }, + { + "title": "Averia Sans Libre", + "markdownDescription": "https://fonts.google.com/specimen/Averia+Sans+Libre", + "enum": [ + "Averia Sans Libre" + ] + }, + { + "title": "Averia Serif Libre", + "markdownDescription": "https://fonts.google.com/specimen/Averia+Serif+Libre", + "enum": [ + "Averia Serif Libre" + ] + }, + { + "title": "B612", + "markdownDescription": "https://fonts.google.com/specimen/B612", + "enum": [ + "B612" + ] + }, + { + "title": "B612 Mono", + "markdownDescription": "https://fonts.google.com/specimen/B612+Mono", + "enum": [ + "B612 Mono" + ] + }, + { + "title": "Bad Script", + "markdownDescription": "https://fonts.google.com/specimen/Bad+Script", + "enum": [ + "Bad Script" + ] + }, + { + "title": "Bahiana", + "markdownDescription": "https://fonts.google.com/specimen/Bahiana", + "enum": [ + "Bahiana" + ] + }, + { + "title": "Bahianita", + "markdownDescription": "https://fonts.google.com/specimen/Bahianita", + "enum": [ + "Bahianita" + ] + }, + { + "title": "Bai Jamjuree", + "markdownDescription": "https://fonts.google.com/specimen/Bai+Jamjuree", + "enum": [ + "Bai Jamjuree" + ] + }, + { + "title": "Baloo 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+2", + "enum": [ + "Baloo 2" + ] + }, + { + "title": "Baloo Bhai 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Bhai+2", + "enum": [ + "Baloo Bhai 2" + ] + }, + { + "title": "Baloo Bhaina 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Bhaina+2", + "enum": [ + "Baloo Bhaina 2" + ] + }, + { + "title": "Baloo Chettan 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Chettan+2", + "enum": [ + "Baloo Chettan 2" + ] + }, + { + "title": "Baloo Da 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Da+2", + "enum": [ + "Baloo Da 2" + ] + }, + { + "title": "Baloo Paaji 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Paaji+2", + "enum": [ + "Baloo Paaji 2" + ] + }, + { + "title": "Baloo Tamma 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Tamma+2", + "enum": [ + "Baloo Tamma 2" + ] + }, + { + "title": "Baloo Tammudu 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Tammudu+2", + "enum": [ + "Baloo Tammudu 2" + ] + }, + { + "title": "Baloo Thambi 2", + "markdownDescription": "https://fonts.google.com/specimen/Baloo+Thambi+2", + "enum": [ + "Baloo Thambi 2" + ] + }, + { + "title": "Balsamiq Sans", + "markdownDescription": "https://fonts.google.com/specimen/Balsamiq+Sans", + "enum": [ + "Balsamiq Sans" + ] + }, + { + "title": "Balthazar", + "markdownDescription": "https://fonts.google.com/specimen/Balthazar", + "enum": [ + "Balthazar" + ] + }, + { + "title": "Bangers", + "markdownDescription": "https://fonts.google.com/specimen/Bangers", + "enum": [ + "Bangers" + ] + }, + { + "title": "Barlow", + "markdownDescription": "https://fonts.google.com/specimen/Barlow", + "enum": [ + "Barlow" + ] + }, + { + "title": "Barlow Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Barlow+Condensed", + "enum": [ + "Barlow Condensed" + ] + }, + { + "title": "Barlow Semi Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Barlow+Semi+Condensed", + "enum": [ + "Barlow Semi Condensed" + ] + }, + { + "title": "Barriecito", + "markdownDescription": "https://fonts.google.com/specimen/Barriecito", + "enum": [ + "Barriecito" + ] + }, + { + "title": "Barrio", + "markdownDescription": "https://fonts.google.com/specimen/Barrio", + "enum": [ + "Barrio" + ] + }, + { + "title": "Basic", + "markdownDescription": "https://fonts.google.com/specimen/Basic", + "enum": [ + "Basic" + ] + }, + { + "title": "Baskervville", + "markdownDescription": "https://fonts.google.com/specimen/Baskervville", + "enum": [ + "Baskervville" + ] + }, + { + "title": "Battambang", + "markdownDescription": "https://fonts.google.com/specimen/Battambang", + "enum": [ + "Battambang" + ] + }, + { + "title": "Baumans", + "markdownDescription": "https://fonts.google.com/specimen/Baumans", + "enum": [ + "Baumans" + ] + }, + { + "title": "Bayon", + "markdownDescription": "https://fonts.google.com/specimen/Bayon", + "enum": [ + "Bayon" + ] + }, + { + "title": "Be Vietnam", + "markdownDescription": "https://fonts.google.com/specimen/Be+Vietnam", + "enum": [ + "Be Vietnam" + ] + }, + { + "title": "Bebas Neue", + "markdownDescription": "https://fonts.google.com/specimen/Bebas+Neue", + "enum": [ + "Bebas Neue" + ] + }, + { + "title": "Belgrano", + "markdownDescription": "https://fonts.google.com/specimen/Belgrano", + "enum": [ + "Belgrano" + ] + }, + { + "title": "Bellefair", + "markdownDescription": "https://fonts.google.com/specimen/Bellefair", + "enum": [ + "Bellefair" + ] + }, + { + "title": "Belleza", + "markdownDescription": "https://fonts.google.com/specimen/Belleza", + "enum": [ + "Belleza" + ] + }, + { + "title": "Bellota", + "markdownDescription": "https://fonts.google.com/specimen/Bellota", + "enum": [ + "Bellota" + ] + }, + { + "title": "Bellota Text", + "markdownDescription": "https://fonts.google.com/specimen/Bellota+Text", + "enum": [ + "Bellota Text" + ] + }, + { + "title": "BenchNine", + "markdownDescription": "https://fonts.google.com/specimen/BenchNine", + "enum": [ + "BenchNine" + ] + }, + { + "title": "Bentham", + "markdownDescription": "https://fonts.google.com/specimen/Bentham", + "enum": [ + "Bentham" + ] + }, + { + "title": "Berkshire Swash", + "markdownDescription": "https://fonts.google.com/specimen/Berkshire+Swash", + "enum": [ + "Berkshire Swash" + ] + }, + { + "title": "Beth Ellen", + "markdownDescription": "https://fonts.google.com/specimen/Beth+Ellen", + "enum": [ + "Beth Ellen" + ] + }, + { + "title": "Bevan", + "markdownDescription": "https://fonts.google.com/specimen/Bevan", + "enum": [ + "Bevan" + ] + }, + { + "title": "Big Shoulders Display", + "markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Display", + "enum": [ + "Big Shoulders Display" + ] + }, + { + "title": "Big Shoulders Text", + "markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Text", + "enum": [ + "Big Shoulders Text" + ] + }, + { + "title": "Bigelow Rules", + "markdownDescription": "https://fonts.google.com/specimen/Bigelow+Rules", + "enum": [ + "Bigelow Rules" + ] + }, + { + "title": "Bigshot One", + "markdownDescription": "https://fonts.google.com/specimen/Bigshot+One", + "enum": [ + "Bigshot One" + ] + }, + { + "title": "Bilbo", + "markdownDescription": "https://fonts.google.com/specimen/Bilbo", + "enum": [ + "Bilbo" + ] + }, + { + "title": "Bilbo Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Bilbo+Swash+Caps", + "enum": [ + "Bilbo Swash Caps" + ] + }, + { + "title": "BioRhyme", + "markdownDescription": "https://fonts.google.com/specimen/BioRhyme", + "enum": [ + "BioRhyme" + ] + }, + { + "title": "BioRhyme Expanded", + "markdownDescription": "https://fonts.google.com/specimen/BioRhyme+Expanded", + "enum": [ + "BioRhyme Expanded" + ] + }, + { + "title": "Biryani", + "markdownDescription": "https://fonts.google.com/specimen/Biryani", + "enum": [ + "Biryani" + ] + }, + { + "title": "Bitter", + "markdownDescription": "https://fonts.google.com/specimen/Bitter", + "enum": [ + "Bitter" + ] + }, + { + "title": "Black And White Picture", + "markdownDescription": "https://fonts.google.com/specimen/Black+And+White+Picture", + "enum": [ + "Black And White Picture" + ] + }, + { + "title": "Black Han Sans", + "markdownDescription": "https://fonts.google.com/specimen/Black+Han+Sans", + "enum": [ + "Black Han Sans" + ] + }, + { + "title": "Black Ops One", + "markdownDescription": "https://fonts.google.com/specimen/Black+Ops+One", + "enum": [ + "Black Ops One" + ] + }, + { + "title": "Blinker", + "markdownDescription": "https://fonts.google.com/specimen/Blinker", + "enum": [ + "Blinker" + ] + }, + { + "title": "Bokor", + "markdownDescription": "https://fonts.google.com/specimen/Bokor", + "enum": [ + "Bokor" + ] + }, + { + "title": "Bonbon", + "markdownDescription": "https://fonts.google.com/specimen/Bonbon", + "enum": [ + "Bonbon" + ] + }, + { + "title": "Boogaloo", + "markdownDescription": "https://fonts.google.com/specimen/Boogaloo", + "enum": [ + "Boogaloo" + ] + }, + { + "title": "Bowlby One", + "markdownDescription": "https://fonts.google.com/specimen/Bowlby+One", + "enum": [ + "Bowlby One" + ] + }, + { + "title": "Bowlby One SC", + "markdownDescription": "https://fonts.google.com/specimen/Bowlby+One+SC", + "enum": [ + "Bowlby One SC" + ] + }, + { + "title": "Brawler", + "markdownDescription": "https://fonts.google.com/specimen/Brawler", + "enum": [ + "Brawler" + ] + }, + { + "title": "Bree Serif", + "markdownDescription": "https://fonts.google.com/specimen/Bree+Serif", + "enum": [ + "Bree Serif" + ] + }, + { + "title": "Bubblegum Sans", + "markdownDescription": "https://fonts.google.com/specimen/Bubblegum+Sans", + "enum": [ + "Bubblegum Sans" + ] + }, + { + "title": "Bubbler One", + "markdownDescription": "https://fonts.google.com/specimen/Bubbler+One", + "enum": [ + "Bubbler One" + ] + }, + { + "title": "Buda", + "markdownDescription": "https://fonts.google.com/specimen/Buda", + "enum": [ + "Buda" + ] + }, + { + "title": "Buenard", + "markdownDescription": "https://fonts.google.com/specimen/Buenard", + "enum": [ + "Buenard" + ] + }, + { + "title": "Bungee", + "markdownDescription": "https://fonts.google.com/specimen/Bungee", + "enum": [ + "Bungee" + ] + }, + { + "title": "Bungee Hairline", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Hairline", + "enum": [ + "Bungee Hairline" + ] + }, + { + "title": "Bungee Inline", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Inline", + "enum": [ + "Bungee Inline" + ] + }, + { + "title": "Bungee Outline", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Outline", + "enum": [ + "Bungee Outline" + ] + }, + { + "title": "Bungee Shade", + "markdownDescription": "https://fonts.google.com/specimen/Bungee+Shade", + "enum": [ + "Bungee Shade" + ] + }, + { + "title": "Butcherman", + "markdownDescription": "https://fonts.google.com/specimen/Butcherman", + "enum": [ + "Butcherman" + ] + }, + { + "title": "Butterfly Kids", + "markdownDescription": "https://fonts.google.com/specimen/Butterfly+Kids", + "enum": [ + "Butterfly Kids" + ] + }, + { + "title": "Cabin", + "markdownDescription": "https://fonts.google.com/specimen/Cabin", + "enum": [ + "Cabin" + ] + }, + { + "title": "Cabin Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Cabin+Condensed", + "enum": [ + "Cabin Condensed" + ] + }, + { + "title": "Cabin Sketch", + "markdownDescription": "https://fonts.google.com/specimen/Cabin+Sketch", + "enum": [ + "Cabin Sketch" + ] + }, + { + "title": "Caesar Dressing", + "markdownDescription": "https://fonts.google.com/specimen/Caesar+Dressing", + "enum": [ + "Caesar Dressing" + ] + }, + { + "title": "Cagliostro", + "markdownDescription": "https://fonts.google.com/specimen/Cagliostro", + "enum": [ + "Cagliostro" + ] + }, + { + "title": "Cairo", + "markdownDescription": "https://fonts.google.com/specimen/Cairo", + "enum": [ + "Cairo" + ] + }, + { + "title": "Caladea", + "markdownDescription": "https://fonts.google.com/specimen/Caladea", + "enum": [ + "Caladea" + ] + }, + { + "title": "Calistoga", + "markdownDescription": "https://fonts.google.com/specimen/Calistoga", + "enum": [ + "Calistoga" + ] + }, + { + "title": "Calligraffitti", + "markdownDescription": "https://fonts.google.com/specimen/Calligraffitti", + "enum": [ + "Calligraffitti" + ] + }, + { + "title": "Cambay", + "markdownDescription": "https://fonts.google.com/specimen/Cambay", + "enum": [ + "Cambay" + ] + }, + { + "title": "Cambo", + "markdownDescription": "https://fonts.google.com/specimen/Cambo", + "enum": [ + "Cambo" + ] + }, + { + "title": "Candal", + "markdownDescription": "https://fonts.google.com/specimen/Candal", + "enum": [ + "Candal" + ] + }, + { + "title": "Cantarell", + "markdownDescription": "https://fonts.google.com/specimen/Cantarell", + "enum": [ + "Cantarell" + ] + }, + { + "title": "Cantata One", + "markdownDescription": "https://fonts.google.com/specimen/Cantata+One", + "enum": [ + "Cantata One" + ] + }, + { + "title": "Cantora One", + "markdownDescription": "https://fonts.google.com/specimen/Cantora+One", + "enum": [ + "Cantora One" + ] + }, + { + "title": "Capriola", + "markdownDescription": "https://fonts.google.com/specimen/Capriola", + "enum": [ + "Capriola" + ] + }, + { + "title": "Cardo", + "markdownDescription": "https://fonts.google.com/specimen/Cardo", + "enum": [ + "Cardo" + ] + }, + { + "title": "Carme", + "markdownDescription": "https://fonts.google.com/specimen/Carme", + "enum": [ + "Carme" + ] + }, + { + "title": "Carrois Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Carrois+Gothic", + "enum": [ + "Carrois Gothic" + ] + }, + { + "title": "Carrois Gothic SC", + "markdownDescription": "https://fonts.google.com/specimen/Carrois+Gothic+SC", + "enum": [ + "Carrois Gothic SC" + ] + }, + { + "title": "Carter One", + "markdownDescription": "https://fonts.google.com/specimen/Carter+One", + "enum": [ + "Carter One" + ] + }, + { + "title": "Catamaran", + "markdownDescription": "https://fonts.google.com/specimen/Catamaran", + "enum": [ + "Catamaran" + ] + }, + { + "title": "Caudex", + "markdownDescription": "https://fonts.google.com/specimen/Caudex", + "enum": [ + "Caudex" + ] + }, + { + "title": "Caveat", + "markdownDescription": "https://fonts.google.com/specimen/Caveat", + "enum": [ + "Caveat" + ] + }, + { + "title": "Caveat Brush", + "markdownDescription": "https://fonts.google.com/specimen/Caveat+Brush", + "enum": [ + "Caveat Brush" + ] + }, + { + "title": "Cedarville Cursive", + "markdownDescription": "https://fonts.google.com/specimen/Cedarville+Cursive", + "enum": [ + "Cedarville Cursive" + ] + }, + { + "title": "Ceviche One", + "markdownDescription": "https://fonts.google.com/specimen/Ceviche+One", + "enum": [ + "Ceviche One" + ] + }, + { + "title": "Chakra Petch", + "markdownDescription": "https://fonts.google.com/specimen/Chakra+Petch", + "enum": [ + "Chakra Petch" + ] + }, + { + "title": "Changa", + "markdownDescription": "https://fonts.google.com/specimen/Changa", + "enum": [ + "Changa" + ] + }, + { + "title": "Changa One", + "markdownDescription": "https://fonts.google.com/specimen/Changa+One", + "enum": [ + "Changa One" + ] + }, + { + "title": "Chango", + "markdownDescription": "https://fonts.google.com/specimen/Chango", + "enum": [ + "Chango" + ] + }, + { + "title": "Charm", + "markdownDescription": "https://fonts.google.com/specimen/Charm", + "enum": [ + "Charm" + ] + }, + { + "title": "Charmonman", + "markdownDescription": "https://fonts.google.com/specimen/Charmonman", + "enum": [ + "Charmonman" + ] + }, + { + "title": "Chathura", + "markdownDescription": "https://fonts.google.com/specimen/Chathura", + "enum": [ + "Chathura" + ] + }, + { + "title": "Chau Philomene One", + "markdownDescription": "https://fonts.google.com/specimen/Chau+Philomene+One", + "enum": [ + "Chau Philomene One" + ] + }, + { + "title": "Chela One", + "markdownDescription": "https://fonts.google.com/specimen/Chela+One", + "enum": [ + "Chela One" + ] + }, + { + "title": "Chelsea Market", + "markdownDescription": "https://fonts.google.com/specimen/Chelsea+Market", + "enum": [ + "Chelsea Market" + ] + }, + { + "title": "Chenla", + "markdownDescription": "https://fonts.google.com/specimen/Chenla", + "enum": [ + "Chenla" + ] + }, + { + "title": "Cherry Cream Soda", + "markdownDescription": "https://fonts.google.com/specimen/Cherry+Cream+Soda", + "enum": [ + "Cherry Cream Soda" + ] + }, + { + "title": "Cherry Swash", + "markdownDescription": "https://fonts.google.com/specimen/Cherry+Swash", + "enum": [ + "Cherry Swash" + ] + }, + { + "title": "Chewy", + "markdownDescription": "https://fonts.google.com/specimen/Chewy", + "enum": [ + "Chewy" + ] + }, + { + "title": "Chicle", + "markdownDescription": "https://fonts.google.com/specimen/Chicle", + "enum": [ + "Chicle" + ] + }, + { + "title": "Chilanka", + "markdownDescription": "https://fonts.google.com/specimen/Chilanka", + "enum": [ + "Chilanka" + ] + }, + { + "title": "Chivo", + "markdownDescription": "https://fonts.google.com/specimen/Chivo", + "enum": [ + "Chivo" + ] + }, + { + "title": "Chonburi", + "markdownDescription": "https://fonts.google.com/specimen/Chonburi", + "enum": [ + "Chonburi" + ] + }, + { + "title": "Cinzel", + "markdownDescription": "https://fonts.google.com/specimen/Cinzel", + "enum": [ + "Cinzel" + ] + }, + { + "title": "Cinzel Decorative", + "markdownDescription": "https://fonts.google.com/specimen/Cinzel+Decorative", + "enum": [ + "Cinzel Decorative" + ] + }, + { + "title": "Clicker Script", + "markdownDescription": "https://fonts.google.com/specimen/Clicker+Script", + "enum": [ + "Clicker Script" + ] + }, + { + "title": "Coda", + "markdownDescription": "https://fonts.google.com/specimen/Coda", + "enum": [ + "Coda" + ] + }, + { + "title": "Coda Caption", + "markdownDescription": "https://fonts.google.com/specimen/Coda+Caption", + "enum": [ + "Coda Caption" + ] + }, + { + "title": "Codystar", + "markdownDescription": "https://fonts.google.com/specimen/Codystar", + "enum": [ + "Codystar" + ] + }, + { + "title": "Coiny", + "markdownDescription": "https://fonts.google.com/specimen/Coiny", + "enum": [ + "Coiny" + ] + }, + { + "title": "Combo", + "markdownDescription": "https://fonts.google.com/specimen/Combo", + "enum": [ + "Combo" + ] + }, + { + "title": "Comfortaa", + "markdownDescription": "https://fonts.google.com/specimen/Comfortaa", + "enum": [ + "Comfortaa" + ] + }, + { + "title": "Comic Neue", + "markdownDescription": "https://fonts.google.com/specimen/Comic+Neue", + "enum": [ + "Comic Neue" + ] + }, + { + "title": "Coming Soon", + "markdownDescription": "https://fonts.google.com/specimen/Coming+Soon", + "enum": [ + "Coming Soon" + ] + }, + { + "title": "Concert One", + "markdownDescription": "https://fonts.google.com/specimen/Concert+One", + "enum": [ + "Concert One" + ] + }, + { + "title": "Condiment", + "markdownDescription": "https://fonts.google.com/specimen/Condiment", + "enum": [ + "Condiment" + ] + }, + { + "title": "Content", + "markdownDescription": "https://fonts.google.com/specimen/Content", + "enum": [ + "Content" + ] + }, + { + "title": "Contrail One", + "markdownDescription": "https://fonts.google.com/specimen/Contrail+One", + "enum": [ + "Contrail One" + ] + }, + { + "title": "Convergence", + "markdownDescription": "https://fonts.google.com/specimen/Convergence", + "enum": [ + "Convergence" + ] + }, + { + "title": "Cookie", + "markdownDescription": "https://fonts.google.com/specimen/Cookie", + "enum": [ + "Cookie" + ] + }, + { + "title": "Copse", + "markdownDescription": "https://fonts.google.com/specimen/Copse", + "enum": [ + "Copse" + ] + }, + { + "title": "Corben", + "markdownDescription": "https://fonts.google.com/specimen/Corben", + "enum": [ + "Corben" + ] + }, + { + "title": "Cormorant", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant", + "enum": [ + "Cormorant" + ] + }, + { + "title": "Cormorant Garamond", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+Garamond", + "enum": [ + "Cormorant Garamond" + ] + }, + { + "title": "Cormorant Infant", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+Infant", + "enum": [ + "Cormorant Infant" + ] + }, + { + "title": "Cormorant SC", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+SC", + "enum": [ + "Cormorant SC" + ] + }, + { + "title": "Cormorant Unicase", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+Unicase", + "enum": [ + "Cormorant Unicase" + ] + }, + { + "title": "Cormorant Upright", + "markdownDescription": "https://fonts.google.com/specimen/Cormorant+Upright", + "enum": [ + "Cormorant Upright" + ] + }, + { + "title": "Courgette", + "markdownDescription": "https://fonts.google.com/specimen/Courgette", + "enum": [ + "Courgette" + ] + }, + { + "title": "Courier Prime", + "markdownDescription": "https://fonts.google.com/specimen/Courier+Prime", + "enum": [ + "Courier Prime" + ] + }, + { + "title": "Cousine", + "markdownDescription": "https://fonts.google.com/specimen/Cousine", + "enum": [ + "Cousine" + ] + }, + { + "title": "Coustard", + "markdownDescription": "https://fonts.google.com/specimen/Coustard", + "enum": [ + "Coustard" + ] + }, + { + "title": "Covered By Your Grace", + "markdownDescription": "https://fonts.google.com/specimen/Covered+By+Your+Grace", + "enum": [ + "Covered By Your Grace" + ] + }, + { + "title": "Crafty Girls", + "markdownDescription": "https://fonts.google.com/specimen/Crafty+Girls", + "enum": [ + "Crafty Girls" + ] + }, + { + "title": "Creepster", + "markdownDescription": "https://fonts.google.com/specimen/Creepster", + "enum": [ + "Creepster" + ] + }, + { + "title": "Crete Round", + "markdownDescription": "https://fonts.google.com/specimen/Crete+Round", + "enum": [ + "Crete Round" + ] + }, + { + "title": "Crimson Pro", + "markdownDescription": "https://fonts.google.com/specimen/Crimson+Pro", + "enum": [ + "Crimson Pro" + ] + }, + { + "title": "Crimson Text", + "markdownDescription": "https://fonts.google.com/specimen/Crimson+Text", + "enum": [ + "Crimson Text" + ] + }, + { + "title": "Croissant One", + "markdownDescription": "https://fonts.google.com/specimen/Croissant+One", + "enum": [ + "Croissant One" + ] + }, + { + "title": "Crushed", + "markdownDescription": "https://fonts.google.com/specimen/Crushed", + "enum": [ + "Crushed" + ] + }, + { + "title": "Cuprum", + "markdownDescription": "https://fonts.google.com/specimen/Cuprum", + "enum": [ + "Cuprum" + ] + }, + { + "title": "Cute Font", + "markdownDescription": "https://fonts.google.com/specimen/Cute+Font", + "enum": [ + "Cute Font" + ] + }, + { + "title": "Cutive", + "markdownDescription": "https://fonts.google.com/specimen/Cutive", + "enum": [ + "Cutive" + ] + }, + { + "title": "Cutive Mono", + "markdownDescription": "https://fonts.google.com/specimen/Cutive+Mono", + "enum": [ + "Cutive Mono" + ] + }, + { + "title": "DM Mono", + "markdownDescription": "https://fonts.google.com/specimen/DM+Mono", + "enum": [ + "DM Mono" + ] + }, + { + "title": "DM Sans", + "markdownDescription": "https://fonts.google.com/specimen/DM+Sans", + "enum": [ + "DM Sans" + ] + }, + { + "title": "DM Serif Display", + "markdownDescription": "https://fonts.google.com/specimen/DM+Serif+Display", + "enum": [ + "DM Serif Display" + ] + }, + { + "title": "DM Serif Text", + "markdownDescription": "https://fonts.google.com/specimen/DM+Serif+Text", + "enum": [ + "DM Serif Text" + ] + }, + { + "title": "Damion", + "markdownDescription": "https://fonts.google.com/specimen/Damion", + "enum": [ + "Damion" + ] + }, + { + "title": "Dancing Script", + "markdownDescription": "https://fonts.google.com/specimen/Dancing+Script", + "enum": [ + "Dancing Script" + ] + }, + { + "title": "Dangrek", + "markdownDescription": "https://fonts.google.com/specimen/Dangrek", + "enum": [ + "Dangrek" + ] + }, + { + "title": "Darker Grotesque", + "markdownDescription": "https://fonts.google.com/specimen/Darker+Grotesque", + "enum": [ + "Darker Grotesque" + ] + }, + { + "title": "David Libre", + "markdownDescription": "https://fonts.google.com/specimen/David+Libre", + "enum": [ + "David Libre" + ] + }, + { + "title": "Dawning of a New Day", + "markdownDescription": "https://fonts.google.com/specimen/Dawning+of+a+New+Day", + "enum": [ + "Dawning of a New Day" + ] + }, + { + "title": "Days One", + "markdownDescription": "https://fonts.google.com/specimen/Days+One", + "enum": [ + "Days One" + ] + }, + { + "title": "Dekko", + "markdownDescription": "https://fonts.google.com/specimen/Dekko", + "enum": [ + "Dekko" + ] + }, + { + "title": "Delius", + "markdownDescription": "https://fonts.google.com/specimen/Delius", + "enum": [ + "Delius" + ] + }, + { + "title": "Delius Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Delius+Swash+Caps", + "enum": [ + "Delius Swash Caps" + ] + }, + { + "title": "Delius Unicase", + "markdownDescription": "https://fonts.google.com/specimen/Delius+Unicase", + "enum": [ + "Delius Unicase" + ] + }, + { + "title": "Della Respira", + "markdownDescription": "https://fonts.google.com/specimen/Della+Respira", + "enum": [ + "Della Respira" + ] + }, + { + "title": "Denk One", + "markdownDescription": "https://fonts.google.com/specimen/Denk+One", + "enum": [ + "Denk One" + ] + }, + { + "title": "Devonshire", + "markdownDescription": "https://fonts.google.com/specimen/Devonshire", + "enum": [ + "Devonshire" + ] + }, + { + "title": "Dhurjati", + "markdownDescription": "https://fonts.google.com/specimen/Dhurjati", + "enum": [ + "Dhurjati" + ] + }, + { + "title": "Didact Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Didact+Gothic", + "enum": [ + "Didact Gothic" + ] + }, + { + "title": "Diplomata", + "markdownDescription": "https://fonts.google.com/specimen/Diplomata", + "enum": [ + "Diplomata" + ] + }, + { + "title": "Diplomata SC", + "markdownDescription": "https://fonts.google.com/specimen/Diplomata+SC", + "enum": [ + "Diplomata SC" + ] + }, + { + "title": "Do Hyeon", + "markdownDescription": "https://fonts.google.com/specimen/Do+Hyeon", + "enum": [ + "Do Hyeon" + ] + }, + { + "title": "Dokdo", + "markdownDescription": "https://fonts.google.com/specimen/Dokdo", + "enum": [ + "Dokdo" + ] + }, + { + "title": "Domine", + "markdownDescription": "https://fonts.google.com/specimen/Domine", + "enum": [ + "Domine" + ] + }, + { + "title": "Donegal One", + "markdownDescription": "https://fonts.google.com/specimen/Donegal+One", + "enum": [ + "Donegal One" + ] + }, + { + "title": "Doppio One", + "markdownDescription": "https://fonts.google.com/specimen/Doppio+One", + "enum": [ + "Doppio One" + ] + }, + { + "title": "Dorsa", + "markdownDescription": "https://fonts.google.com/specimen/Dorsa", + "enum": [ + "Dorsa" + ] + }, + { + "title": "Dosis", + "markdownDescription": "https://fonts.google.com/specimen/Dosis", + "enum": [ + "Dosis" + ] + }, + { + "title": "Dr Sugiyama", + "markdownDescription": "https://fonts.google.com/specimen/Dr+Sugiyama", + "enum": [ + "Dr Sugiyama" + ] + }, + { + "title": "Duru Sans", + "markdownDescription": "https://fonts.google.com/specimen/Duru+Sans", + "enum": [ + "Duru Sans" + ] + }, + { + "title": "Dynalight", + "markdownDescription": "https://fonts.google.com/specimen/Dynalight", + "enum": [ + "Dynalight" + ] + }, + { + "title": "EB Garamond", + "markdownDescription": "https://fonts.google.com/specimen/EB+Garamond", + "enum": [ + "EB Garamond" + ] + }, + { + "title": "Eagle Lake", + "markdownDescription": "https://fonts.google.com/specimen/Eagle+Lake", + "enum": [ + "Eagle Lake" + ] + }, + { + "title": "East Sea Dokdo", + "markdownDescription": "https://fonts.google.com/specimen/East+Sea+Dokdo", + "enum": [ + "East Sea Dokdo" + ] + }, + { + "title": "Eater", + "markdownDescription": "https://fonts.google.com/specimen/Eater", + "enum": [ + "Eater" + ] + }, + { + "title": "Economica", + "markdownDescription": "https://fonts.google.com/specimen/Economica", + "enum": [ + "Economica" + ] + }, + { + "title": "Eczar", + "markdownDescription": "https://fonts.google.com/specimen/Eczar", + "enum": [ + "Eczar" + ] + }, + { + "title": "El Messiri", + "markdownDescription": "https://fonts.google.com/specimen/El+Messiri", + "enum": [ + "El Messiri" + ] + }, + { + "title": "Electrolize", + "markdownDescription": "https://fonts.google.com/specimen/Electrolize", + "enum": [ + "Electrolize" + ] + }, + { + "title": "Elsie", + "markdownDescription": "https://fonts.google.com/specimen/Elsie", + "enum": [ + "Elsie" + ] + }, + { + "title": "Elsie Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Elsie+Swash+Caps", + "enum": [ + "Elsie Swash Caps" + ] + }, + { + "title": "Emblema One", + "markdownDescription": "https://fonts.google.com/specimen/Emblema+One", + "enum": [ + "Emblema One" + ] + }, + { + "title": "Emilys Candy", + "markdownDescription": "https://fonts.google.com/specimen/Emilys+Candy", + "enum": [ + "Emilys Candy" + ] + }, + { + "title": "Encode Sans", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans", + "enum": [ + "Encode Sans" + ] + }, + { + "title": "Encode Sans Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Condensed", + "enum": [ + "Encode Sans Condensed" + ] + }, + { + "title": "Encode Sans Expanded", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Expanded", + "enum": [ + "Encode Sans Expanded" + ] + }, + { + "title": "Encode Sans Semi Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Semi+Condensed", + "enum": [ + "Encode Sans Semi Condensed" + ] + }, + { + "title": "Encode Sans Semi Expanded", + "markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Semi+Expanded", + "enum": [ + "Encode Sans Semi Expanded" + ] + }, + { + "title": "Engagement", + "markdownDescription": "https://fonts.google.com/specimen/Engagement", + "enum": [ + "Engagement" + ] + }, + { + "title": "Englebert", + "markdownDescription": "https://fonts.google.com/specimen/Englebert", + "enum": [ + "Englebert" + ] + }, + { + "title": "Enriqueta", + "markdownDescription": "https://fonts.google.com/specimen/Enriqueta", + "enum": [ + "Enriqueta" + ] + }, + { + "title": "Epilogue", + "markdownDescription": "https://fonts.google.com/specimen/Epilogue", + "enum": [ + "Epilogue" + ] + }, + { + "title": "Erica One", + "markdownDescription": "https://fonts.google.com/specimen/Erica+One", + "enum": [ + "Erica One" + ] + }, + { + "title": "Esteban", + "markdownDescription": "https://fonts.google.com/specimen/Esteban", + "enum": [ + "Esteban" + ] + }, + { + "title": "Euphoria Script", + "markdownDescription": "https://fonts.google.com/specimen/Euphoria+Script", + "enum": [ + "Euphoria Script" + ] + }, + { + "title": "Ewert", + "markdownDescription": "https://fonts.google.com/specimen/Ewert", + "enum": [ + "Ewert" + ] + }, + { + "title": "Exo", + "markdownDescription": "https://fonts.google.com/specimen/Exo", + "enum": [ + "Exo" + ] + }, + { + "title": "Exo 2", + "markdownDescription": "https://fonts.google.com/specimen/Exo+2", + "enum": [ + "Exo 2" + ] + }, + { + "title": "Expletus Sans", + "markdownDescription": "https://fonts.google.com/specimen/Expletus+Sans", + "enum": [ + "Expletus Sans" + ] + }, + { + "title": "Fahkwang", + "markdownDescription": "https://fonts.google.com/specimen/Fahkwang", + "enum": [ + "Fahkwang" + ] + }, + { + "title": "Fanwood Text", + "markdownDescription": "https://fonts.google.com/specimen/Fanwood+Text", + "enum": [ + "Fanwood Text" + ] + }, + { + "title": "Farro", + "markdownDescription": "https://fonts.google.com/specimen/Farro", + "enum": [ + "Farro" + ] + }, + { + "title": "Farsan", + "markdownDescription": "https://fonts.google.com/specimen/Farsan", + "enum": [ + "Farsan" + ] + }, + { + "title": "Fascinate", + "markdownDescription": "https://fonts.google.com/specimen/Fascinate", + "enum": [ + "Fascinate" + ] + }, + { + "title": "Fascinate Inline", + "markdownDescription": "https://fonts.google.com/specimen/Fascinate+Inline", + "enum": [ + "Fascinate Inline" + ] + }, + { + "title": "Faster One", + "markdownDescription": "https://fonts.google.com/specimen/Faster+One", + "enum": [ + "Faster One" + ] + }, + { + "title": "Fasthand", + "markdownDescription": "https://fonts.google.com/specimen/Fasthand", + "enum": [ + "Fasthand" + ] + }, + { + "title": "Fauna One", + "markdownDescription": "https://fonts.google.com/specimen/Fauna+One", + "enum": [ + "Fauna One" + ] + }, + { + "title": "Faustina", + "markdownDescription": "https://fonts.google.com/specimen/Faustina", + "enum": [ + "Faustina" + ] + }, + { + "title": "Federant", + "markdownDescription": "https://fonts.google.com/specimen/Federant", + "enum": [ + "Federant" + ] + }, + { + "title": "Federo", + "markdownDescription": "https://fonts.google.com/specimen/Federo", + "enum": [ + "Federo" + ] + }, + { + "title": "Felipa", + "markdownDescription": "https://fonts.google.com/specimen/Felipa", + "enum": [ + "Felipa" + ] + }, + { + "title": "Fenix", + "markdownDescription": "https://fonts.google.com/specimen/Fenix", + "enum": [ + "Fenix" + ] + }, + { + "title": "Finger Paint", + "markdownDescription": "https://fonts.google.com/specimen/Finger+Paint", + "enum": [ + "Finger Paint" + ] + }, + { + "title": "Fira Code", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Code", + "enum": [ + "Fira Code" + ] + }, + { + "title": "Fira Mono", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Mono", + "enum": [ + "Fira Mono" + ] + }, + { + "title": "Fira Sans", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Sans", + "enum": [ + "Fira Sans" + ] + }, + { + "title": "Fira Sans Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Sans+Condensed", + "enum": [ + "Fira Sans Condensed" + ] + }, + { + "title": "Fira Sans Extra Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Fira+Sans+Extra+Condensed", + "enum": [ + "Fira Sans Extra Condensed" + ] + }, + { + "title": "Fjalla One", + "markdownDescription": "https://fonts.google.com/specimen/Fjalla+One", + "enum": [ + "Fjalla One" + ] + }, + { + "title": "Fjord One", + "markdownDescription": "https://fonts.google.com/specimen/Fjord+One", + "enum": [ + "Fjord One" + ] + }, + { + "title": "Flamenco", + "markdownDescription": "https://fonts.google.com/specimen/Flamenco", + "enum": [ + "Flamenco" + ] + }, + { + "title": "Flavors", + "markdownDescription": "https://fonts.google.com/specimen/Flavors", + "enum": [ + "Flavors" + ] + }, + { + "title": "Fondamento", + "markdownDescription": "https://fonts.google.com/specimen/Fondamento", + "enum": [ + "Fondamento" + ] + }, + { + "title": "Fontdiner Swanky", + "markdownDescription": "https://fonts.google.com/specimen/Fontdiner+Swanky", + "enum": [ + "Fontdiner Swanky" + ] + }, + { + "title": "Forum", + "markdownDescription": "https://fonts.google.com/specimen/Forum", + "enum": [ + "Forum" + ] + }, + { + "title": "Francois One", + "markdownDescription": "https://fonts.google.com/specimen/Francois+One", + "enum": [ + "Francois One" + ] + }, + { + "title": "Frank Ruhl Libre", + "markdownDescription": "https://fonts.google.com/specimen/Frank+Ruhl+Libre", + "enum": [ + "Frank Ruhl Libre" + ] + }, + { + "title": "Freckle Face", + "markdownDescription": "https://fonts.google.com/specimen/Freckle+Face", + "enum": [ + "Freckle Face" + ] + }, + { + "title": "Fredericka the Great", + "markdownDescription": "https://fonts.google.com/specimen/Fredericka+the+Great", + "enum": [ + "Fredericka the Great" + ] + }, + { + "title": "Fredoka One", + "markdownDescription": "https://fonts.google.com/specimen/Fredoka+One", + "enum": [ + "Fredoka One" + ] + }, + { + "title": "Freehand", + "markdownDescription": "https://fonts.google.com/specimen/Freehand", + "enum": [ + "Freehand" + ] + }, + { + "title": "Fresca", + "markdownDescription": "https://fonts.google.com/specimen/Fresca", + "enum": [ + "Fresca" + ] + }, + { + "title": "Frijole", + "markdownDescription": "https://fonts.google.com/specimen/Frijole", + "enum": [ + "Frijole" + ] + }, + { + "title": "Fruktur", + "markdownDescription": "https://fonts.google.com/specimen/Fruktur", + "enum": [ + "Fruktur" + ] + }, + { + "title": "Fugaz One", + "markdownDescription": "https://fonts.google.com/specimen/Fugaz+One", + "enum": [ + "Fugaz One" + ] + }, + { + "title": "GFS Didot", + "markdownDescription": "https://fonts.google.com/specimen/GFS+Didot", + "enum": [ + "GFS Didot" + ] + }, + { + "title": "GFS Neohellenic", + "markdownDescription": "https://fonts.google.com/specimen/GFS+Neohellenic", + "enum": [ + "GFS Neohellenic" + ] + }, + { + "title": "Gabriela", + "markdownDescription": "https://fonts.google.com/specimen/Gabriela", + "enum": [ + "Gabriela" + ] + }, + { + "title": "Gaegu", + "markdownDescription": "https://fonts.google.com/specimen/Gaegu", + "enum": [ + "Gaegu" + ] + }, + { + "title": "Gafata", + "markdownDescription": "https://fonts.google.com/specimen/Gafata", + "enum": [ + "Gafata" + ] + }, + { + "title": "Galada", + "markdownDescription": "https://fonts.google.com/specimen/Galada", + "enum": [ + "Galada" + ] + }, + { + "title": "Galdeano", + "markdownDescription": "https://fonts.google.com/specimen/Galdeano", + "enum": [ + "Galdeano" + ] + }, + { + "title": "Galindo", + "markdownDescription": "https://fonts.google.com/specimen/Galindo", + "enum": [ + "Galindo" + ] + }, + { + "title": "Gamja Flower", + "markdownDescription": "https://fonts.google.com/specimen/Gamja+Flower", + "enum": [ + "Gamja Flower" + ] + }, + { + "title": "Gayathri", + "markdownDescription": "https://fonts.google.com/specimen/Gayathri", + "enum": [ + "Gayathri" + ] + }, + { + "title": "Gelasio", + "markdownDescription": "https://fonts.google.com/specimen/Gelasio", + "enum": [ + "Gelasio" + ] + }, + { + "title": "Gentium Basic", + "markdownDescription": "https://fonts.google.com/specimen/Gentium+Basic", + "enum": [ + "Gentium Basic" + ] + }, + { + "title": "Gentium Book Basic", + "markdownDescription": "https://fonts.google.com/specimen/Gentium+Book+Basic", + "enum": [ + "Gentium Book Basic" + ] + }, + { + "title": "Geo", + "markdownDescription": "https://fonts.google.com/specimen/Geo", + "enum": [ + "Geo" + ] + }, + { + "title": "Geostar", + "markdownDescription": "https://fonts.google.com/specimen/Geostar", + "enum": [ + "Geostar" + ] + }, + { + "title": "Geostar Fill", + "markdownDescription": "https://fonts.google.com/specimen/Geostar+Fill", + "enum": [ + "Geostar Fill" + ] + }, + { + "title": "Germania One", + "markdownDescription": "https://fonts.google.com/specimen/Germania+One", + "enum": [ + "Germania One" + ] + }, + { + "title": "Gidugu", + "markdownDescription": "https://fonts.google.com/specimen/Gidugu", + "enum": [ + "Gidugu" + ] + }, + { + "title": "Gilda Display", + "markdownDescription": "https://fonts.google.com/specimen/Gilda+Display", + "enum": [ + "Gilda Display" + ] + }, + { + "title": "Girassol", + "markdownDescription": "https://fonts.google.com/specimen/Girassol", + "enum": [ + "Girassol" + ] + }, + { + "title": "Give You Glory", + "markdownDescription": "https://fonts.google.com/specimen/Give+You+Glory", + "enum": [ + "Give You Glory" + ] + }, + { + "title": "Glass Antiqua", + "markdownDescription": "https://fonts.google.com/specimen/Glass+Antiqua", + "enum": [ + "Glass Antiqua" + ] + }, + { + "title": "Glegoo", + "markdownDescription": "https://fonts.google.com/specimen/Glegoo", + "enum": [ + "Glegoo" + ] + }, + { + "title": "Gloria Hallelujah", + "markdownDescription": "https://fonts.google.com/specimen/Gloria+Hallelujah", + "enum": [ + "Gloria Hallelujah" + ] + }, + { + "title": "Goblin One", + "markdownDescription": "https://fonts.google.com/specimen/Goblin+One", + "enum": [ + "Goblin One" + ] + }, + { + "title": "Gochi Hand", + "markdownDescription": "https://fonts.google.com/specimen/Gochi+Hand", + "enum": [ + "Gochi Hand" + ] + }, + { + "title": "Gorditas", + "markdownDescription": "https://fonts.google.com/specimen/Gorditas", + "enum": [ + "Gorditas" + ] + }, + { + "title": "Gothic A1", + "markdownDescription": "https://fonts.google.com/specimen/Gothic+A1", + "enum": [ + "Gothic A1" + ] + }, + { + "title": "Gotu", + "markdownDescription": "https://fonts.google.com/specimen/Gotu", + "enum": [ + "Gotu" + ] + }, + { + "title": "Goudy Bookletter 1911", + "markdownDescription": "https://fonts.google.com/specimen/Goudy+Bookletter+1911", + "enum": [ + "Goudy Bookletter 1911" + ] + }, + { + "title": "Graduate", + "markdownDescription": "https://fonts.google.com/specimen/Graduate", + "enum": [ + "Graduate" + ] + }, + { + "title": "Grand Hotel", + "markdownDescription": "https://fonts.google.com/specimen/Grand+Hotel", + "enum": [ + "Grand Hotel" + ] + }, + { + "title": "Grandstander", + "markdownDescription": "https://fonts.google.com/specimen/Grandstander", + "enum": [ + "Grandstander" + ] + }, + { + "title": "Gravitas One", + "markdownDescription": "https://fonts.google.com/specimen/Gravitas+One", + "enum": [ + "Gravitas One" + ] + }, + { + "title": "Great Vibes", + "markdownDescription": "https://fonts.google.com/specimen/Great+Vibes", + "enum": [ + "Great Vibes" + ] + }, + { + "title": "Grenze", + "markdownDescription": "https://fonts.google.com/specimen/Grenze", + "enum": [ + "Grenze" + ] + }, + { + "title": "Grenze Gotisch", + "markdownDescription": "https://fonts.google.com/specimen/Grenze+Gotisch", + "enum": [ + "Grenze Gotisch" + ] + }, + { + "title": "Griffy", + "markdownDescription": "https://fonts.google.com/specimen/Griffy", + "enum": [ + "Griffy" + ] + }, + { + "title": "Gruppo", + "markdownDescription": "https://fonts.google.com/specimen/Gruppo", + "enum": [ + "Gruppo" + ] + }, + { + "title": "Gudea", + "markdownDescription": "https://fonts.google.com/specimen/Gudea", + "enum": [ + "Gudea" + ] + }, + { + "title": "Gugi", + "markdownDescription": "https://fonts.google.com/specimen/Gugi", + "enum": [ + "Gugi" + ] + }, + { + "title": "Gupter", + "markdownDescription": "https://fonts.google.com/specimen/Gupter", + "enum": [ + "Gupter" + ] + }, + { + "title": "Gurajada", + "markdownDescription": "https://fonts.google.com/specimen/Gurajada", + "enum": [ + "Gurajada" + ] + }, + { + "title": "Habibi", + "markdownDescription": "https://fonts.google.com/specimen/Habibi", + "enum": [ + "Habibi" + ] + }, + { + "title": "Halant", + "markdownDescription": "https://fonts.google.com/specimen/Halant", + "enum": [ + "Halant" + ] + }, + { + "title": "Hammersmith One", + "markdownDescription": "https://fonts.google.com/specimen/Hammersmith+One", + "enum": [ + "Hammersmith One" + ] + }, + { + "title": "Hanalei", + "markdownDescription": "https://fonts.google.com/specimen/Hanalei", + "enum": [ + "Hanalei" + ] + }, + { + "title": "Hanalei Fill", + "markdownDescription": "https://fonts.google.com/specimen/Hanalei+Fill", + "enum": [ + "Hanalei Fill" + ] + }, + { + "title": "Handlee", + "markdownDescription": "https://fonts.google.com/specimen/Handlee", + "enum": [ + "Handlee" + ] + }, + { + "title": "Hanuman", + "markdownDescription": "https://fonts.google.com/specimen/Hanuman", + "enum": [ + "Hanuman" + ] + }, + { + "title": "Happy Monkey", + "markdownDescription": "https://fonts.google.com/specimen/Happy+Monkey", + "enum": [ + "Happy Monkey" + ] + }, + { + "title": "Harmattan", + "markdownDescription": "https://fonts.google.com/specimen/Harmattan", + "enum": [ + "Harmattan" + ] + }, + { + "title": "Headland One", + "markdownDescription": "https://fonts.google.com/specimen/Headland+One", + "enum": [ + "Headland One" + ] + }, + { + "title": "Heebo", + "markdownDescription": "https://fonts.google.com/specimen/Heebo", + "enum": [ + "Heebo" + ] + }, + { + "title": "Henny Penny", + "markdownDescription": "https://fonts.google.com/specimen/Henny+Penny", + "enum": [ + "Henny Penny" + ] + }, + { + "title": "Hepta Slab", + "markdownDescription": "https://fonts.google.com/specimen/Hepta+Slab", + "enum": [ + "Hepta Slab" + ] + }, + { + "title": "Herr Von Muellerhoff", + "markdownDescription": "https://fonts.google.com/specimen/Herr+Von+Muellerhoff", + "enum": [ + "Herr Von Muellerhoff" + ] + }, + { + "title": "Hi Melody", + "markdownDescription": "https://fonts.google.com/specimen/Hi+Melody", + "enum": [ + "Hi Melody" + ] + }, + { + "title": "Hind", + "markdownDescription": "https://fonts.google.com/specimen/Hind", + "enum": [ + "Hind" + ] + }, + { + "title": "Hind Guntur", + "markdownDescription": "https://fonts.google.com/specimen/Hind+Guntur", + "enum": [ + "Hind Guntur" + ] + }, + { + "title": "Hind Madurai", + "markdownDescription": "https://fonts.google.com/specimen/Hind+Madurai", + "enum": [ + "Hind Madurai" + ] + }, + { + "title": "Hind Siliguri", + "markdownDescription": "https://fonts.google.com/specimen/Hind+Siliguri", + "enum": [ + "Hind Siliguri" + ] + }, + { + "title": "Hind Vadodara", + "markdownDescription": "https://fonts.google.com/specimen/Hind+Vadodara", + "enum": [ + "Hind Vadodara" + ] + }, + { + "title": "Holtwood One SC", + "markdownDescription": "https://fonts.google.com/specimen/Holtwood+One+SC", + "enum": [ + "Holtwood One SC" + ] + }, + { + "title": "Homemade Apple", + "markdownDescription": "https://fonts.google.com/specimen/Homemade+Apple", + "enum": [ + "Homemade Apple" + ] + }, + { + "title": "Homenaje", + "markdownDescription": "https://fonts.google.com/specimen/Homenaje", + "enum": [ + "Homenaje" + ] + }, + { + "title": "IBM Plex Mono", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Mono", + "enum": [ + "IBM Plex Mono" + ] + }, + { + "title": "IBM Plex Sans", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans", + "enum": [ + "IBM Plex Sans" + ] + }, + { + "title": "IBM Plex Sans Condensed", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+Condensed", + "enum": [ + "IBM Plex Sans Condensed" + ] + }, + { + "title": "IBM Plex Serif", + "markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Serif", + "enum": [ + "IBM Plex Serif" + ] + }, + { + "title": "IM Fell DW Pica", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+DW+Pica", + "enum": [ + "IM Fell DW Pica" + ] + }, + { + "title": "IM Fell DW Pica SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+DW+Pica+SC", + "enum": [ + "IM Fell DW Pica SC" + ] + }, + { + "title": "IM Fell Double Pica", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Double+Pica", + "enum": [ + "IM Fell Double Pica" + ] + }, + { + "title": "IM Fell Double Pica SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Double+Pica+SC", + "enum": [ + "IM Fell Double Pica SC" + ] + }, + { + "title": "IM Fell English", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+English", + "enum": [ + "IM Fell English" + ] + }, + { + "title": "IM Fell English SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+English+SC", + "enum": [ + "IM Fell English SC" + ] + }, + { + "title": "IM Fell French Canon", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+French+Canon", + "enum": [ + "IM Fell French Canon" + ] + }, + { + "title": "IM Fell French Canon SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+French+Canon+SC", + "enum": [ + "IM Fell French Canon SC" + ] + }, + { + "title": "IM Fell Great Primer", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Great+Primer", + "enum": [ + "IM Fell Great Primer" + ] + }, + { + "title": "IM Fell Great Primer SC", + "markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Great+Primer+SC", + "enum": [ + "IM Fell Great Primer SC" + ] + }, + { + "title": "Ibarra Real Nova", + "markdownDescription": "https://fonts.google.com/specimen/Ibarra+Real+Nova", + "enum": [ + "Ibarra Real Nova" + ] + }, + { + "title": "Iceberg", + "markdownDescription": "https://fonts.google.com/specimen/Iceberg", + "enum": [ + "Iceberg" + ] + }, + { + "title": "Iceland", + "markdownDescription": "https://fonts.google.com/specimen/Iceland", + "enum": [ + "Iceland" + ] + }, + { + "title": "Imprima", + "markdownDescription": "https://fonts.google.com/specimen/Imprima", + "enum": [ + "Imprima" + ] + }, + { + "title": "Inconsolata", + "markdownDescription": "https://fonts.google.com/specimen/Inconsolata", + "enum": [ + "Inconsolata" + ] + }, + { + "title": "Inder", + "markdownDescription": "https://fonts.google.com/specimen/Inder", + "enum": [ + "Inder" + ] + }, + { + "title": "Indie Flower", + "markdownDescription": "https://fonts.google.com/specimen/Indie+Flower", + "enum": [ + "Indie Flower" + ] + }, + { + "title": "Inika", + "markdownDescription": "https://fonts.google.com/specimen/Inika", + "enum": [ + "Inika" + ] + }, + { + "title": "Inknut Antiqua", + "markdownDescription": "https://fonts.google.com/specimen/Inknut+Antiqua", + "enum": [ + "Inknut Antiqua" + ] + }, + { + "title": "Inria Sans", + "markdownDescription": "https://fonts.google.com/specimen/Inria+Sans", + "enum": [ + "Inria Sans" + ] + }, + { + "title": "Inria Serif", + "markdownDescription": "https://fonts.google.com/specimen/Inria+Serif", + "enum": [ + "Inria Serif" + ] + }, + { + "title": "Inter", + "markdownDescription": "https://fonts.google.com/specimen/Inter", + "enum": [ + "Inter" + ] + }, + { + "title": "Irish Grover", + "markdownDescription": "https://fonts.google.com/specimen/Irish+Grover", + "enum": [ + "Irish Grover" + ] + }, + { + "title": "Istok Web", + "markdownDescription": "https://fonts.google.com/specimen/Istok+Web", + "enum": [ + "Istok Web" + ] + }, + { + "title": "Italiana", + "markdownDescription": "https://fonts.google.com/specimen/Italiana", + "enum": [ + "Italiana" + ] + }, + { + "title": "Italianno", + "markdownDescription": "https://fonts.google.com/specimen/Italianno", + "enum": [ + "Italianno" + ] + }, + { + "title": "Itim", + "markdownDescription": "https://fonts.google.com/specimen/Itim", + "enum": [ + "Itim" + ] + }, + { + "title": "Jacques Francois", + "markdownDescription": "https://fonts.google.com/specimen/Jacques+Francois", + "enum": [ + "Jacques Francois" + ] + }, + { + "title": "Jacques Francois Shadow", + "markdownDescription": "https://fonts.google.com/specimen/Jacques+Francois+Shadow", + "enum": [ + "Jacques Francois Shadow" + ] + }, + { + "title": "Jaldi", + "markdownDescription": "https://fonts.google.com/specimen/Jaldi", + "enum": [ + "Jaldi" + ] + }, + { + "title": "Jim Nightshade", + "markdownDescription": "https://fonts.google.com/specimen/Jim+Nightshade", + "enum": [ + "Jim Nightshade" + ] + }, + { + "title": "Jockey One", + "markdownDescription": "https://fonts.google.com/specimen/Jockey+One", + "enum": [ + "Jockey One" + ] + }, + { + "title": "Jolly Lodger", + "markdownDescription": "https://fonts.google.com/specimen/Jolly+Lodger", + "enum": [ + "Jolly Lodger" + ] + }, + { + "title": "Jomhuria", + "markdownDescription": "https://fonts.google.com/specimen/Jomhuria", + "enum": [ + "Jomhuria" + ] + }, + { + "title": "Jomolhari", + "markdownDescription": "https://fonts.google.com/specimen/Jomolhari", + "enum": [ + "Jomolhari" + ] + }, + { + "title": "Josefin Sans", + "markdownDescription": "https://fonts.google.com/specimen/Josefin+Sans", + "enum": [ + "Josefin Sans" + ] + }, + { + "title": "Josefin Slab", + "markdownDescription": "https://fonts.google.com/specimen/Josefin+Slab", + "enum": [ + "Josefin Slab" + ] + }, + { + "title": "Jost", + "markdownDescription": "https://fonts.google.com/specimen/Jost", + "enum": [ + "Jost" + ] + }, + { + "title": "Joti One", + "markdownDescription": "https://fonts.google.com/specimen/Joti+One", + "enum": [ + "Joti One" + ] + }, + { + "title": "Jua", + "markdownDescription": "https://fonts.google.com/specimen/Jua", + "enum": [ + "Jua" + ] + }, + { + "title": "Judson", + "markdownDescription": "https://fonts.google.com/specimen/Judson", + "enum": [ + "Judson" + ] + }, + { + "title": "Julee", + "markdownDescription": "https://fonts.google.com/specimen/Julee", + "enum": [ + "Julee" + ] + }, + { + "title": "Julius Sans One", + "markdownDescription": "https://fonts.google.com/specimen/Julius+Sans+One", + "enum": [ + "Julius Sans One" + ] + }, + { + "title": "Junge", + "markdownDescription": "https://fonts.google.com/specimen/Junge", + "enum": [ + "Junge" + ] + }, + { + "title": "Jura", + "markdownDescription": "https://fonts.google.com/specimen/Jura", + "enum": [ + "Jura" + ] + }, + { + "title": "Just Another Hand", + "markdownDescription": "https://fonts.google.com/specimen/Just+Another+Hand", + "enum": [ + "Just Another Hand" + ] + }, + { + "title": "Just Me Again Down Here", + "markdownDescription": "https://fonts.google.com/specimen/Just+Me+Again+Down+Here", + "enum": [ + "Just Me Again Down Here" + ] + }, + { + "title": "K2D", + "markdownDescription": "https://fonts.google.com/specimen/K2D", + "enum": [ + "K2D" + ] + }, + { + "title": "Kadwa", + "markdownDescription": "https://fonts.google.com/specimen/Kadwa", + "enum": [ + "Kadwa" + ] + }, + { + "title": "Kalam", + "markdownDescription": "https://fonts.google.com/specimen/Kalam", + "enum": [ + "Kalam" + ] + }, + { + "title": "Kameron", + "markdownDescription": "https://fonts.google.com/specimen/Kameron", + "enum": [ + "Kameron" + ] + }, + { + "title": "Kanit", + "markdownDescription": "https://fonts.google.com/specimen/Kanit", + "enum": [ + "Kanit" + ] + }, + { + "title": "Kantumruy", + "markdownDescription": "https://fonts.google.com/specimen/Kantumruy", + "enum": [ + "Kantumruy" + ] + }, + { + "title": "Karla", + "markdownDescription": "https://fonts.google.com/specimen/Karla", + "enum": [ + "Karla" + ] + }, + { + "title": "Karma", + "markdownDescription": "https://fonts.google.com/specimen/Karma", + "enum": [ + "Karma" + ] + }, + { + "title": "Katibeh", + "markdownDescription": "https://fonts.google.com/specimen/Katibeh", + "enum": [ + "Katibeh" + ] + }, + { + "title": "Kaushan Script", + "markdownDescription": "https://fonts.google.com/specimen/Kaushan+Script", + "enum": [ + "Kaushan Script" + ] + }, + { + "title": "Kavivanar", + "markdownDescription": "https://fonts.google.com/specimen/Kavivanar", + "enum": [ + "Kavivanar" + ] + }, + { + "title": "Kavoon", + "markdownDescription": "https://fonts.google.com/specimen/Kavoon", + "enum": [ + "Kavoon" + ] + }, + { + "title": "Kdam Thmor", + "markdownDescription": "https://fonts.google.com/specimen/Kdam+Thmor", + "enum": [ + "Kdam Thmor" + ] + }, + { + "title": "Keania One", + "markdownDescription": "https://fonts.google.com/specimen/Keania+One", + "enum": [ + "Keania One" + ] + }, + { + "title": "Kelly Slab", + "markdownDescription": "https://fonts.google.com/specimen/Kelly+Slab", + "enum": [ + "Kelly Slab" + ] + }, + { + "title": "Kenia", + "markdownDescription": "https://fonts.google.com/specimen/Kenia", + "enum": [ + "Kenia" + ] + }, + { + "title": "Khand", + "markdownDescription": "https://fonts.google.com/specimen/Khand", + "enum": [ + "Khand" + ] + }, + { + "title": "Khmer", + "markdownDescription": "https://fonts.google.com/specimen/Khmer", + "enum": [ + "Khmer" + ] + }, + { + "title": "Khula", + "markdownDescription": "https://fonts.google.com/specimen/Khula", + "enum": [ + "Khula" + ] + }, + { + "title": "Kirang Haerang", + "markdownDescription": "https://fonts.google.com/specimen/Kirang+Haerang", + "enum": [ + "Kirang Haerang" + ] + }, + { + "title": "Kite One", + "markdownDescription": "https://fonts.google.com/specimen/Kite+One", + "enum": [ + "Kite One" + ] + }, + { + "title": "Knewave", + "markdownDescription": "https://fonts.google.com/specimen/Knewave", + "enum": [ + "Knewave" + ] + }, + { + "title": "KoHo", + "markdownDescription": "https://fonts.google.com/specimen/KoHo", + "enum": [ + "KoHo" + ] + }, + { + "title": "Kodchasan", + "markdownDescription": "https://fonts.google.com/specimen/Kodchasan", + "enum": [ + "Kodchasan" + ] + }, + { + "title": "Kosugi", + "markdownDescription": "https://fonts.google.com/specimen/Kosugi", + "enum": [ + "Kosugi" + ] + }, + { + "title": "Kosugi Maru", + "markdownDescription": "https://fonts.google.com/specimen/Kosugi+Maru", + "enum": [ + "Kosugi Maru" + ] + }, + { + "title": "Kotta One", + "markdownDescription": "https://fonts.google.com/specimen/Kotta+One", + "enum": [ + "Kotta One" + ] + }, + { + "title": "Koulen", + "markdownDescription": "https://fonts.google.com/specimen/Koulen", + "enum": [ + "Koulen" + ] + }, + { + "title": "Kranky", + "markdownDescription": "https://fonts.google.com/specimen/Kranky", + "enum": [ + "Kranky" + ] + }, + { + "title": "Kreon", + "markdownDescription": "https://fonts.google.com/specimen/Kreon", + "enum": [ + "Kreon" + ] + }, + { + "title": "Kristi", + "markdownDescription": "https://fonts.google.com/specimen/Kristi", + "enum": [ + "Kristi" + ] + }, + { + "title": "Krona One", + "markdownDescription": "https://fonts.google.com/specimen/Krona+One", + "enum": [ + "Krona One" + ] + }, + { + "title": "Krub", + "markdownDescription": "https://fonts.google.com/specimen/Krub", + "enum": [ + "Krub" + ] + }, + { + "title": "Kufam", + "markdownDescription": "https://fonts.google.com/specimen/Kufam", + "enum": [ + "Kufam" + ] + }, + { + "title": "Kulim Park", + "markdownDescription": "https://fonts.google.com/specimen/Kulim+Park", + "enum": [ + "Kulim Park" + ] + }, + { + "title": "Kumar One", + "markdownDescription": "https://fonts.google.com/specimen/Kumar+One", + "enum": [ + "Kumar One" + ] + }, + { + "title": "Kumar One Outline", + "markdownDescription": "https://fonts.google.com/specimen/Kumar+One+Outline", + "enum": [ + "Kumar One Outline" + ] + }, + { + "title": "Kumbh Sans", + "markdownDescription": "https://fonts.google.com/specimen/Kumbh+Sans", + "enum": [ + "Kumbh Sans" + ] + }, + { + "title": "Kurale", + "markdownDescription": "https://fonts.google.com/specimen/Kurale", + "enum": [ + "Kurale" + ] + }, + { + "title": "La Belle Aurore", + "markdownDescription": "https://fonts.google.com/specimen/La+Belle+Aurore", + "enum": [ + "La Belle Aurore" + ] + }, + { + "title": "Lacquer", + "markdownDescription": "https://fonts.google.com/specimen/Lacquer", + "enum": [ + "Lacquer" + ] + }, + { + "title": "Laila", + "markdownDescription": "https://fonts.google.com/specimen/Laila", + "enum": [ + "Laila" + ] + }, + { + "title": "Lakki Reddy", + "markdownDescription": "https://fonts.google.com/specimen/Lakki+Reddy", + "enum": [ + "Lakki Reddy" + ] + }, + { + "title": "Lalezar", + "markdownDescription": "https://fonts.google.com/specimen/Lalezar", + "enum": [ + "Lalezar" + ] + }, + { + "title": "Lancelot", + "markdownDescription": "https://fonts.google.com/specimen/Lancelot", + "enum": [ + "Lancelot" + ] + }, + { + "title": "Lateef", + "markdownDescription": "https://fonts.google.com/specimen/Lateef", + "enum": [ + "Lateef" + ] + }, + { + "title": "Lato", + "markdownDescription": "https://fonts.google.com/specimen/Lato", + "enum": [ + "Lato" + ] + }, + { + "title": "League Script", + "markdownDescription": "https://fonts.google.com/specimen/League+Script", + "enum": [ + "League Script" + ] + }, + { + "title": "Leckerli One", + "markdownDescription": "https://fonts.google.com/specimen/Leckerli+One", + "enum": [ + "Leckerli One" + ] + }, + { + "title": "Ledger", + "markdownDescription": "https://fonts.google.com/specimen/Ledger", + "enum": [ + "Ledger" + ] + }, + { + "title": "Lekton", + "markdownDescription": "https://fonts.google.com/specimen/Lekton", + "enum": [ + "Lekton" + ] + }, + { + "title": "Lemon", + "markdownDescription": "https://fonts.google.com/specimen/Lemon", + "enum": [ + "Lemon" + ] + }, + { + "title": "Lemonada", + "markdownDescription": "https://fonts.google.com/specimen/Lemonada", + "enum": [ + "Lemonada" + ] + }, + { + "title": "Lexend Deca", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Deca", + "enum": [ + "Lexend Deca" + ] + }, + { + "title": "Lexend Exa", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Exa", + "enum": [ + "Lexend Exa" + ] + }, + { + "title": "Lexend Giga", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Giga", + "enum": [ + "Lexend Giga" + ] + }, + { + "title": "Lexend Mega", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Mega", + "enum": [ + "Lexend Mega" + ] + }, + { + "title": "Lexend Peta", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Peta", + "enum": [ + "Lexend Peta" + ] + }, + { + "title": "Lexend Tera", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Tera", + "enum": [ + "Lexend Tera" + ] + }, + { + "title": "Lexend Zetta", + "markdownDescription": "https://fonts.google.com/specimen/Lexend+Zetta", + "enum": [ + "Lexend Zetta" + ] + }, + { + "title": "Libre Barcode 128", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+128", + "enum": [ + "Libre Barcode 128" + ] + }, + { + "title": "Libre Barcode 128 Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+128+Text", + "enum": [ + "Libre Barcode 128 Text" + ] + }, + { + "title": "Libre Barcode 39", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39", + "enum": [ + "Libre Barcode 39" + ] + }, + { + "title": "Libre Barcode 39 Extended", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Extended", + "enum": [ + "Libre Barcode 39 Extended" + ] + }, + { + "title": "Libre Barcode 39 Extended Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Extended+Text", + "enum": [ + "Libre Barcode 39 Extended Text" + ] + }, + { + "title": "Libre Barcode 39 Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Text", + "enum": [ + "Libre Barcode 39 Text" + ] + }, + { + "title": "Libre Baskerville", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Baskerville", + "enum": [ + "Libre Baskerville" + ] + }, + { + "title": "Libre Caslon Display", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Caslon+Display", + "enum": [ + "Libre Caslon Display" + ] + }, + { + "title": "Libre Caslon Text", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Caslon+Text", + "enum": [ + "Libre Caslon Text" + ] + }, + { + "title": "Libre Franklin", + "markdownDescription": "https://fonts.google.com/specimen/Libre+Franklin", + "enum": [ + "Libre Franklin" + ] + }, + { + "title": "Life Savers", + "markdownDescription": "https://fonts.google.com/specimen/Life+Savers", + "enum": [ + "Life Savers" + ] + }, + { + "title": "Lilita One", + "markdownDescription": "https://fonts.google.com/specimen/Lilita+One", + "enum": [ + "Lilita One" + ] + }, + { + "title": "Lily Script One", + "markdownDescription": "https://fonts.google.com/specimen/Lily+Script+One", + "enum": [ + "Lily Script One" + ] + }, + { + "title": "Limelight", + "markdownDescription": "https://fonts.google.com/specimen/Limelight", + "enum": [ + "Limelight" + ] + }, + { + "title": "Linden Hill", + "markdownDescription": "https://fonts.google.com/specimen/Linden+Hill", + "enum": [ + "Linden Hill" + ] + }, + { + "title": "Literata", + "markdownDescription": "https://fonts.google.com/specimen/Literata", + "enum": [ + "Literata" + ] + }, + { + "title": "Liu Jian Mao Cao", + "markdownDescription": "https://fonts.google.com/specimen/Liu+Jian+Mao+Cao", + "enum": [ + "Liu Jian Mao Cao" + ] + }, + { + "title": "Livvic", + "markdownDescription": "https://fonts.google.com/specimen/Livvic", + "enum": [ + "Livvic" + ] + }, + { + "title": "Lobster", + "markdownDescription": "https://fonts.google.com/specimen/Lobster", + "enum": [ + "Lobster" + ] + }, + { + "title": "Lobster Two", + "markdownDescription": "https://fonts.google.com/specimen/Lobster+Two", + "enum": [ + "Lobster Two" + ] + }, + { + "title": "Londrina Outline", + "markdownDescription": "https://fonts.google.com/specimen/Londrina+Outline", + "enum": [ + "Londrina Outline" + ] + }, + { + "title": "Londrina Shadow", + "markdownDescription": "https://fonts.google.com/specimen/Londrina+Shadow", + "enum": [ + "Londrina Shadow" + ] + }, + { + "title": "Londrina Sketch", + "markdownDescription": "https://fonts.google.com/specimen/Londrina+Sketch", + "enum": [ + "Londrina Sketch" + ] + }, + { + "title": "Londrina Solid", + "markdownDescription": "https://fonts.google.com/specimen/Londrina+Solid", + "enum": [ + "Londrina Solid" + ] + }, + { + "title": "Long Cang", + "markdownDescription": "https://fonts.google.com/specimen/Long+Cang", + "enum": [ + "Long Cang" + ] + }, + { + "title": "Lora", + "markdownDescription": "https://fonts.google.com/specimen/Lora", + "enum": [ + "Lora" + ] + }, + { + "title": "Love Ya Like A Sister", + "markdownDescription": "https://fonts.google.com/specimen/Love+Ya+Like+A+Sister", + "enum": [ + "Love Ya Like A Sister" + ] + }, + { + "title": "Loved by the King", + "markdownDescription": "https://fonts.google.com/specimen/Loved+by+the+King", + "enum": [ + "Loved by the King" + ] + }, + { + "title": "Lovers Quarrel", + "markdownDescription": "https://fonts.google.com/specimen/Lovers+Quarrel", + "enum": [ + "Lovers Quarrel" + ] + }, + { + "title": "Luckiest Guy", + "markdownDescription": "https://fonts.google.com/specimen/Luckiest+Guy", + "enum": [ + "Luckiest Guy" + ] + }, + { + "title": "Lusitana", + "markdownDescription": "https://fonts.google.com/specimen/Lusitana", + "enum": [ + "Lusitana" + ] + }, + { + "title": "Lustria", + "markdownDescription": "https://fonts.google.com/specimen/Lustria", + "enum": [ + "Lustria" + ] + }, + { + "title": "M PLUS 1p", + "markdownDescription": "https://fonts.google.com/specimen/M+PLUS+1p", + "enum": [ + "M PLUS 1p" + ] + }, + { + "title": "M PLUS Rounded 1c", + "markdownDescription": "https://fonts.google.com/specimen/M+PLUS+Rounded+1c", + "enum": [ + "M PLUS Rounded 1c" + ] + }, + { + "title": "Ma Shan Zheng", + "markdownDescription": "https://fonts.google.com/specimen/Ma+Shan+Zheng", + "enum": [ + "Ma Shan Zheng" + ] + }, + { + "title": "Macondo", + "markdownDescription": "https://fonts.google.com/specimen/Macondo", + "enum": [ + "Macondo" + ] + }, + { + "title": "Macondo Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Macondo+Swash+Caps", + "enum": [ + "Macondo Swash Caps" + ] + }, + { + "title": "Mada", + "markdownDescription": "https://fonts.google.com/specimen/Mada", + "enum": [ + "Mada" + ] + }, + { + "title": "Magra", + "markdownDescription": "https://fonts.google.com/specimen/Magra", + "enum": [ + "Magra" + ] + }, + { + "title": "Maiden Orange", + "markdownDescription": "https://fonts.google.com/specimen/Maiden+Orange", + "enum": [ + "Maiden Orange" + ] + }, + { + "title": "Maitree", + "markdownDescription": "https://fonts.google.com/specimen/Maitree", + "enum": [ + "Maitree" + ] + }, + { + "title": "Major Mono Display", + "markdownDescription": "https://fonts.google.com/specimen/Major+Mono+Display", + "enum": [ + "Major Mono Display" + ] + }, + { + "title": "Mako", + "markdownDescription": "https://fonts.google.com/specimen/Mako", + "enum": [ + "Mako" + ] + }, + { + "title": "Mali", + "markdownDescription": "https://fonts.google.com/specimen/Mali", + "enum": [ + "Mali" + ] + }, + { + "title": "Mallanna", + "markdownDescription": "https://fonts.google.com/specimen/Mallanna", + "enum": [ + "Mallanna" + ] + }, + { + "title": "Mandali", + "markdownDescription": "https://fonts.google.com/specimen/Mandali", + "enum": [ + "Mandali" + ] + }, + { + "title": "Manjari", + "markdownDescription": "https://fonts.google.com/specimen/Manjari", + "enum": [ + "Manjari" + ] + }, + { + "title": "Manrope", + "markdownDescription": "https://fonts.google.com/specimen/Manrope", + "enum": [ + "Manrope" + ] + }, + { + "title": "Mansalva", + "markdownDescription": "https://fonts.google.com/specimen/Mansalva", + "enum": [ + "Mansalva" + ] + }, + { + "title": "Manuale", + "markdownDescription": "https://fonts.google.com/specimen/Manuale", + "enum": [ + "Manuale" + ] + }, + { + "title": "Marcellus", + "markdownDescription": "https://fonts.google.com/specimen/Marcellus", + "enum": [ + "Marcellus" + ] + }, + { + "title": "Marcellus SC", + "markdownDescription": "https://fonts.google.com/specimen/Marcellus+SC", + "enum": [ + "Marcellus SC" + ] + }, + { + "title": "Marck Script", + "markdownDescription": "https://fonts.google.com/specimen/Marck+Script", + "enum": [ + "Marck Script" + ] + }, + { + "title": "Margarine", + "markdownDescription": "https://fonts.google.com/specimen/Margarine", + "enum": [ + "Margarine" + ] + }, + { + "title": "Markazi Text", + "markdownDescription": "https://fonts.google.com/specimen/Markazi+Text", + "enum": [ + "Markazi Text" + ] + }, + { + "title": "Marko One", + "markdownDescription": "https://fonts.google.com/specimen/Marko+One", + "enum": [ + "Marko One" + ] + }, + { + "title": "Marmelad", + "markdownDescription": "https://fonts.google.com/specimen/Marmelad", + "enum": [ + "Marmelad" + ] + }, + { + "title": "Martel", + "markdownDescription": "https://fonts.google.com/specimen/Martel", + "enum": [ + "Martel" + ] + }, + { + "title": "Martel Sans", + "markdownDescription": "https://fonts.google.com/specimen/Martel+Sans", + "enum": [ + "Martel Sans" + ] + }, + { + "title": "Marvel", + "markdownDescription": "https://fonts.google.com/specimen/Marvel", + "enum": [ + "Marvel" + ] + }, + { + "title": "Mate", + "markdownDescription": "https://fonts.google.com/specimen/Mate", + "enum": [ + "Mate" + ] + }, + { + "title": "Mate SC", + "markdownDescription": "https://fonts.google.com/specimen/Mate+SC", + "enum": [ + "Mate SC" + ] + }, + { + "title": "Material Icons", + "markdownDescription": "https://fonts.google.com/specimen/Material+Icons", + "enum": [ + "Material Icons" + ] + }, + { + "title": "Maven Pro", + "markdownDescription": "https://fonts.google.com/specimen/Maven+Pro", + "enum": [ + "Maven Pro" + ] + }, + { + "title": "McLaren", + "markdownDescription": "https://fonts.google.com/specimen/McLaren", + "enum": [ + "McLaren" + ] + }, + { + "title": "Meddon", + "markdownDescription": "https://fonts.google.com/specimen/Meddon", + "enum": [ + "Meddon" + ] + }, + { + "title": "MedievalSharp", + "markdownDescription": "https://fonts.google.com/specimen/MedievalSharp", + "enum": [ + "MedievalSharp" + ] + }, + { + "title": "Medula One", + "markdownDescription": "https://fonts.google.com/specimen/Medula+One", + "enum": [ + "Medula One" + ] + }, + { + "title": "Meera Inimai", + "markdownDescription": "https://fonts.google.com/specimen/Meera+Inimai", + "enum": [ + "Meera Inimai" + ] + }, + { + "title": "Megrim", + "markdownDescription": "https://fonts.google.com/specimen/Megrim", + "enum": [ + "Megrim" + ] + }, + { + "title": "Meie Script", + "markdownDescription": "https://fonts.google.com/specimen/Meie+Script", + "enum": [ + "Meie Script" + ] + }, + { + "title": "Merienda", + "markdownDescription": "https://fonts.google.com/specimen/Merienda", + "enum": [ + "Merienda" + ] + }, + { + "title": "Merienda One", + "markdownDescription": "https://fonts.google.com/specimen/Merienda+One", + "enum": [ + "Merienda One" + ] + }, + { + "title": "Merriweather", + "markdownDescription": "https://fonts.google.com/specimen/Merriweather", + "enum": [ + "Merriweather" + ] + }, + { + "title": "Merriweather Sans", + "markdownDescription": "https://fonts.google.com/specimen/Merriweather+Sans", + "enum": [ + "Merriweather Sans" + ] + }, + { + "title": "Metal", + "markdownDescription": "https://fonts.google.com/specimen/Metal", + "enum": [ + "Metal" + ] + }, + { + "title": "Metal Mania", + "markdownDescription": "https://fonts.google.com/specimen/Metal+Mania", + "enum": [ + "Metal Mania" + ] + }, + { + "title": "Metamorphous", + "markdownDescription": "https://fonts.google.com/specimen/Metamorphous", + "enum": [ + "Metamorphous" + ] + }, + { + "title": "Metrophobic", + "markdownDescription": "https://fonts.google.com/specimen/Metrophobic", + "enum": [ + "Metrophobic" + ] + }, + { + "title": "Michroma", + "markdownDescription": "https://fonts.google.com/specimen/Michroma", + "enum": [ + "Michroma" + ] + }, + { + "title": "Milonga", + "markdownDescription": "https://fonts.google.com/specimen/Milonga", + "enum": [ + "Milonga" + ] + }, + { + "title": "Miltonian", + "markdownDescription": "https://fonts.google.com/specimen/Miltonian", + "enum": [ + "Miltonian" + ] + }, + { + "title": "Miltonian Tattoo", + "markdownDescription": "https://fonts.google.com/specimen/Miltonian+Tattoo", + "enum": [ + "Miltonian Tattoo" + ] + }, + { + "title": "Mina", + "markdownDescription": "https://fonts.google.com/specimen/Mina", + "enum": [ + "Mina" + ] + }, + { + "title": "Miniver", + "markdownDescription": "https://fonts.google.com/specimen/Miniver", + "enum": [ + "Miniver" + ] + }, + { + "title": "Miriam Libre", + "markdownDescription": "https://fonts.google.com/specimen/Miriam+Libre", + "enum": [ + "Miriam Libre" + ] + }, + { + "title": "Mirza", + "markdownDescription": "https://fonts.google.com/specimen/Mirza", + "enum": [ + "Mirza" + ] + }, + { + "title": "Miss Fajardose", + "markdownDescription": "https://fonts.google.com/specimen/Miss+Fajardose", + "enum": [ + "Miss Fajardose" + ] + }, + { + "title": "Mitr", + "markdownDescription": "https://fonts.google.com/specimen/Mitr", + "enum": [ + "Mitr" + ] + }, + { + "title": "Modak", + "markdownDescription": "https://fonts.google.com/specimen/Modak", + "enum": [ + "Modak" + ] + }, + { + "title": "Modern Antiqua", + "markdownDescription": "https://fonts.google.com/specimen/Modern+Antiqua", + "enum": [ + "Modern Antiqua" + ] + }, + { + "title": "Mogra", + "markdownDescription": "https://fonts.google.com/specimen/Mogra", + "enum": [ + "Mogra" + ] + }, + { + "title": "Molengo", + "markdownDescription": "https://fonts.google.com/specimen/Molengo", + "enum": [ + "Molengo" + ] + }, + { + "title": "Molle", + "markdownDescription": "https://fonts.google.com/specimen/Molle", + "enum": [ + "Molle" + ] + }, + { + "title": "Monda", + "markdownDescription": "https://fonts.google.com/specimen/Monda", + "enum": [ + "Monda" + ] + }, + { + "title": "Monofett", + "markdownDescription": "https://fonts.google.com/specimen/Monofett", + "enum": [ + "Monofett" + ] + }, + { + "title": "Monoton", + "markdownDescription": "https://fonts.google.com/specimen/Monoton", + "enum": [ + "Monoton" + ] + }, + { + "title": "Monsieur La Doulaise", + "markdownDescription": "https://fonts.google.com/specimen/Monsieur+La+Doulaise", + "enum": [ + "Monsieur La Doulaise" + ] + }, + { + "title": "Montaga", + "markdownDescription": "https://fonts.google.com/specimen/Montaga", + "enum": [ + "Montaga" + ] + }, + { + "title": "Montez", + "markdownDescription": "https://fonts.google.com/specimen/Montez", + "enum": [ + "Montez" + ] + }, + { + "title": "Montserrat", + "markdownDescription": "https://fonts.google.com/specimen/Montserrat", + "enum": [ + "Montserrat" + ] + }, + { + "title": "Montserrat Alternates", + "markdownDescription": "https://fonts.google.com/specimen/Montserrat+Alternates", + "enum": [ + "Montserrat Alternates" + ] + }, + { + "title": "Montserrat Subrayada", + "markdownDescription": "https://fonts.google.com/specimen/Montserrat+Subrayada", + "enum": [ + "Montserrat Subrayada" + ] + }, + { + "title": "Moul", + "markdownDescription": "https://fonts.google.com/specimen/Moul", + "enum": [ + "Moul" + ] + }, + { + "title": "Moulpali", + "markdownDescription": "https://fonts.google.com/specimen/Moulpali", + "enum": [ + "Moulpali" + ] + }, + { + "title": "Mountains of Christmas", + "markdownDescription": "https://fonts.google.com/specimen/Mountains+of+Christmas", + "enum": [ + "Mountains of Christmas" + ] + }, + { + "title": "Mouse Memoirs", + "markdownDescription": "https://fonts.google.com/specimen/Mouse+Memoirs", + "enum": [ + "Mouse Memoirs" + ] + }, + { + "title": "Mr Bedfort", + "markdownDescription": "https://fonts.google.com/specimen/Mr+Bedfort", + "enum": [ + "Mr Bedfort" + ] + }, + { + "title": "Mr Dafoe", + "markdownDescription": "https://fonts.google.com/specimen/Mr+Dafoe", + "enum": [ + "Mr Dafoe" + ] + }, + { + "title": "Mr De Haviland", + "markdownDescription": "https://fonts.google.com/specimen/Mr+De+Haviland", + "enum": [ + "Mr De Haviland" + ] + }, + { + "title": "Mrs Saint Delafield", + "markdownDescription": "https://fonts.google.com/specimen/Mrs+Saint+Delafield", + "enum": [ + "Mrs Saint Delafield" + ] + }, + { + "title": "Mrs Sheppards", + "markdownDescription": "https://fonts.google.com/specimen/Mrs+Sheppards", + "enum": [ + "Mrs Sheppards" + ] + }, + { + "title": "Mukta", + "markdownDescription": "https://fonts.google.com/specimen/Mukta", + "enum": [ + "Mukta" + ] + }, + { + "title": "Mukta Mahee", + "markdownDescription": "https://fonts.google.com/specimen/Mukta+Mahee", + "enum": [ + "Mukta Mahee" + ] + }, + { + "title": "Mukta Malar", + "markdownDescription": "https://fonts.google.com/specimen/Mukta+Malar", + "enum": [ + "Mukta Malar" + ] + }, + { + "title": "Mukta Vaani", + "markdownDescription": "https://fonts.google.com/specimen/Mukta+Vaani", + "enum": [ + "Mukta Vaani" + ] + }, + { + "title": "Mulish", + "markdownDescription": "https://fonts.google.com/specimen/Mulish", + "enum": [ + "Mulish" + ] + }, + { + "title": "MuseoModerno", + "markdownDescription": "https://fonts.google.com/specimen/MuseoModerno", + "enum": [ + "MuseoModerno" + ] + }, + { + "title": "Mystery Quest", + "markdownDescription": "https://fonts.google.com/specimen/Mystery+Quest", + "enum": [ + "Mystery Quest" + ] + }, + { + "title": "NTR", + "markdownDescription": "https://fonts.google.com/specimen/NTR", + "enum": [ + "NTR" + ] + }, + { + "title": "Nanum Brush Script", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Brush+Script", + "enum": [ + "Nanum Brush Script" + ] + }, + { + "title": "Nanum Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Gothic", + "enum": [ + "Nanum Gothic" + ] + }, + { + "title": "Nanum Gothic Coding", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Gothic+Coding", + "enum": [ + "Nanum Gothic Coding" + ] + }, + { + "title": "Nanum Myeongjo", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Myeongjo", + "enum": [ + "Nanum Myeongjo" + ] + }, + { + "title": "Nanum Pen Script", + "markdownDescription": "https://fonts.google.com/specimen/Nanum+Pen+Script", + "enum": [ + "Nanum Pen Script" + ] + }, + { + "title": "Neucha", + "markdownDescription": "https://fonts.google.com/specimen/Neucha", + "enum": [ + "Neucha" + ] + }, + { + "title": "Neuton", + "markdownDescription": "https://fonts.google.com/specimen/Neuton", + "enum": [ + "Neuton" + ] + }, + { + "title": "New Rocker", + "markdownDescription": "https://fonts.google.com/specimen/New+Rocker", + "enum": [ + "New Rocker" + ] + }, + { + "title": "News Cycle", + "markdownDescription": "https://fonts.google.com/specimen/News+Cycle", + "enum": [ + "News Cycle" + ] + }, + { + "title": "Niconne", + "markdownDescription": "https://fonts.google.com/specimen/Niconne", + "enum": [ + "Niconne" + ] + }, + { + "title": "Niramit", + "markdownDescription": "https://fonts.google.com/specimen/Niramit", + "enum": [ + "Niramit" + ] + }, + { + "title": "Nixie One", + "markdownDescription": "https://fonts.google.com/specimen/Nixie+One", + "enum": [ + "Nixie One" + ] + }, + { + "title": "Nobile", + "markdownDescription": "https://fonts.google.com/specimen/Nobile", + "enum": [ + "Nobile" + ] + }, + { + "title": "Nokora", + "markdownDescription": "https://fonts.google.com/specimen/Nokora", + "enum": [ + "Nokora" + ] + }, + { + "title": "Norican", + "markdownDescription": "https://fonts.google.com/specimen/Norican", + "enum": [ + "Norican" + ] + }, + { + "title": "Nosifer", + "markdownDescription": "https://fonts.google.com/specimen/Nosifer", + "enum": [ + "Nosifer" + ] + }, + { + "title": "Notable", + "markdownDescription": "https://fonts.google.com/specimen/Notable", + "enum": [ + "Notable" + ] + }, + { + "title": "Nothing You Could Do", + "markdownDescription": "https://fonts.google.com/specimen/Nothing+You+Could+Do", + "enum": [ + "Nothing You Could Do" + ] + }, + { + "title": "Noticia Text", + "markdownDescription": "https://fonts.google.com/specimen/Noticia+Text", + "enum": [ + "Noticia Text" + ] + }, + { + "title": "Noto Sans", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans", + "enum": [ + "Noto Sans" + ] + }, + { + "title": "Noto Sans HK", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+HK", + "enum": [ + "Noto Sans HK" + ] + }, + { + "title": "Noto Sans JP", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+JP", + "enum": [ + "Noto Sans JP" + ] + }, + { + "title": "Noto Sans KR", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+KR", + "enum": [ + "Noto Sans KR" + ] + }, + { + "title": "Noto Sans SC", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+SC", + "enum": [ + "Noto Sans SC" + ] + }, + { + "title": "Noto Sans TC", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+TC", + "enum": [ + "Noto Sans TC" + ] + }, + { + "title": "Noto Serif", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif", + "enum": [ + "Noto Serif" + ] + }, + { + "title": "Noto Serif JP", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+JP", + "enum": [ + "Noto Serif JP" + ] + }, + { + "title": "Noto Serif KR", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+KR", + "enum": [ + "Noto Serif KR" + ] + }, + { + "title": "Noto Serif SC", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+SC", + "enum": [ + "Noto Serif SC" + ] + }, + { + "title": "Noto Serif TC", + "markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+TC", + "enum": [ + "Noto Serif TC" + ] + }, + { + "title": "Nova Cut", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Cut", + "enum": [ + "Nova Cut" + ] + }, + { + "title": "Nova Flat", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Flat", + "enum": [ + "Nova Flat" + ] + }, + { + "title": "Nova Mono", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Mono", + "enum": [ + "Nova Mono" + ] + }, + { + "title": "Nova Oval", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Oval", + "enum": [ + "Nova Oval" + ] + }, + { + "title": "Nova Round", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Round", + "enum": [ + "Nova Round" + ] + }, + { + "title": "Nova Script", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Script", + "enum": [ + "Nova Script" + ] + }, + { + "title": "Nova Slim", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Slim", + "enum": [ + "Nova Slim" + ] + }, + { + "title": "Nova Square", + "markdownDescription": "https://fonts.google.com/specimen/Nova+Square", + "enum": [ + "Nova Square" + ] + }, + { + "title": "Numans", + "markdownDescription": "https://fonts.google.com/specimen/Numans", + "enum": [ + "Numans" + ] + }, + { + "title": "Nunito", + "markdownDescription": "https://fonts.google.com/specimen/Nunito", + "enum": [ + "Nunito" + ] + }, + { + "title": "Nunito Sans", + "markdownDescription": "https://fonts.google.com/specimen/Nunito+Sans", + "enum": [ + "Nunito Sans" + ] + }, + { + "title": "Odibee Sans", + "markdownDescription": "https://fonts.google.com/specimen/Odibee+Sans", + "enum": [ + "Odibee Sans" + ] + }, + { + "title": "Odor Mean Chey", + "markdownDescription": "https://fonts.google.com/specimen/Odor+Mean+Chey", + "enum": [ + "Odor Mean Chey" + ] + }, + { + "title": "Offside", + "markdownDescription": "https://fonts.google.com/specimen/Offside", + "enum": [ + "Offside" + ] + }, + { + "title": "Old Standard TT", + "markdownDescription": "https://fonts.google.com/specimen/Old+Standard+TT", + "enum": [ + "Old Standard TT" + ] + }, + { + "title": "Oldenburg", + "markdownDescription": "https://fonts.google.com/specimen/Oldenburg", + "enum": [ + "Oldenburg" + ] + }, + { + "title": "Oleo Script", + "markdownDescription": "https://fonts.google.com/specimen/Oleo+Script", + "enum": [ + "Oleo Script" + ] + }, + { + "title": "Oleo Script Swash Caps", + "markdownDescription": "https://fonts.google.com/specimen/Oleo+Script+Swash+Caps", + "enum": [ + "Oleo Script Swash Caps" + ] + }, + { + "title": "Open Sans", + "markdownDescription": "https://fonts.google.com/specimen/Open+Sans", + "enum": [ + "Open Sans" + ] + }, + { + "title": "Open Sans Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Open+Sans+Condensed", + "enum": [ + "Open Sans Condensed" + ] + }, + { + "title": "Oranienbaum", + "markdownDescription": "https://fonts.google.com/specimen/Oranienbaum", + "enum": [ + "Oranienbaum" + ] + }, + { + "title": "Orbitron", + "markdownDescription": "https://fonts.google.com/specimen/Orbitron", + "enum": [ + "Orbitron" + ] + }, + { + "title": "Oregano", + "markdownDescription": "https://fonts.google.com/specimen/Oregano", + "enum": [ + "Oregano" + ] + }, + { + "title": "Orienta", + "markdownDescription": "https://fonts.google.com/specimen/Orienta", + "enum": [ + "Orienta" + ] + }, + { + "title": "Original Surfer", + "markdownDescription": "https://fonts.google.com/specimen/Original+Surfer", + "enum": [ + "Original Surfer" + ] + }, + { + "title": "Oswald", + "markdownDescription": "https://fonts.google.com/specimen/Oswald", + "enum": [ + "Oswald" + ] + }, + { + "title": "Over the Rainbow", + "markdownDescription": "https://fonts.google.com/specimen/Over+the+Rainbow", + "enum": [ + "Over the Rainbow" + ] + }, + { + "title": "Overlock", + "markdownDescription": "https://fonts.google.com/specimen/Overlock", + "enum": [ + "Overlock" + ] + }, + { + "title": "Overlock SC", + "markdownDescription": "https://fonts.google.com/specimen/Overlock+SC", + "enum": [ + "Overlock SC" + ] + }, + { + "title": "Overpass", + "markdownDescription": "https://fonts.google.com/specimen/Overpass", + "enum": [ + "Overpass" + ] + }, + { + "title": "Overpass Mono", + "markdownDescription": "https://fonts.google.com/specimen/Overpass+Mono", + "enum": [ + "Overpass Mono" + ] + }, + { + "title": "Ovo", + "markdownDescription": "https://fonts.google.com/specimen/Ovo", + "enum": [ + "Ovo" + ] + }, + { + "title": "Oxanium", + "markdownDescription": "https://fonts.google.com/specimen/Oxanium", + "enum": [ + "Oxanium" + ] + }, + { + "title": "Oxygen", + "markdownDescription": "https://fonts.google.com/specimen/Oxygen", + "enum": [ + "Oxygen" + ] + }, + { + "title": "Oxygen Mono", + "markdownDescription": "https://fonts.google.com/specimen/Oxygen+Mono", + "enum": [ + "Oxygen Mono" + ] + }, + { + "title": "PT Mono", + "markdownDescription": "https://fonts.google.com/specimen/PT+Mono", + "enum": [ + "PT Mono" + ] + }, + { + "title": "PT Sans", + "markdownDescription": "https://fonts.google.com/specimen/PT+Sans", + "enum": [ + "PT Sans" + ] + }, + { + "title": "PT Sans Caption", + "markdownDescription": "https://fonts.google.com/specimen/PT+Sans+Caption", + "enum": [ + "PT Sans Caption" + ] + }, + { + "title": "PT Sans Narrow", + "markdownDescription": "https://fonts.google.com/specimen/PT+Sans+Narrow", + "enum": [ + "PT Sans Narrow" + ] + }, + { + "title": "PT Serif", + "markdownDescription": "https://fonts.google.com/specimen/PT+Serif", + "enum": [ + "PT Serif" + ] + }, + { + "title": "PT Serif Caption", + "markdownDescription": "https://fonts.google.com/specimen/PT+Serif+Caption", + "enum": [ + "PT Serif Caption" + ] + }, + { + "title": "Pacifico", + "markdownDescription": "https://fonts.google.com/specimen/Pacifico", + "enum": [ + "Pacifico" + ] + }, + { + "title": "Padauk", + "markdownDescription": "https://fonts.google.com/specimen/Padauk", + "enum": [ + "Padauk" + ] + }, + { + "title": "Palanquin", + "markdownDescription": "https://fonts.google.com/specimen/Palanquin", + "enum": [ + "Palanquin" + ] + }, + { + "title": "Palanquin Dark", + "markdownDescription": "https://fonts.google.com/specimen/Palanquin+Dark", + "enum": [ + "Palanquin Dark" + ] + }, + { + "title": "Pangolin", + "markdownDescription": "https://fonts.google.com/specimen/Pangolin", + "enum": [ + "Pangolin" + ] + }, + { + "title": "Paprika", + "markdownDescription": "https://fonts.google.com/specimen/Paprika", + "enum": [ + "Paprika" + ] + }, + { + "title": "Parisienne", + "markdownDescription": "https://fonts.google.com/specimen/Parisienne", + "enum": [ + "Parisienne" + ] + }, + { + "title": "Passero One", + "markdownDescription": "https://fonts.google.com/specimen/Passero+One", + "enum": [ + "Passero One" + ] + }, + { + "title": "Passion One", + "markdownDescription": "https://fonts.google.com/specimen/Passion+One", + "enum": [ + "Passion One" + ] + }, + { + "title": "Pathway Gothic One", + "markdownDescription": "https://fonts.google.com/specimen/Pathway+Gothic+One", + "enum": [ + "Pathway Gothic One" + ] + }, + { + "title": "Patrick Hand", + "markdownDescription": "https://fonts.google.com/specimen/Patrick+Hand", + "enum": [ + "Patrick Hand" + ] + }, + { + "title": "Patrick Hand SC", + "markdownDescription": "https://fonts.google.com/specimen/Patrick+Hand+SC", + "enum": [ + "Patrick Hand SC" + ] + }, + { + "title": "Pattaya", + "markdownDescription": "https://fonts.google.com/specimen/Pattaya", + "enum": [ + "Pattaya" + ] + }, + { + "title": "Patua One", + "markdownDescription": "https://fonts.google.com/specimen/Patua+One", + "enum": [ + "Patua One" + ] + }, + { + "title": "Pavanam", + "markdownDescription": "https://fonts.google.com/specimen/Pavanam", + "enum": [ + "Pavanam" + ] + }, + { + "title": "Paytone One", + "markdownDescription": "https://fonts.google.com/specimen/Paytone+One", + "enum": [ + "Paytone One" + ] + }, + { + "title": "Peddana", + "markdownDescription": "https://fonts.google.com/specimen/Peddana", + "enum": [ + "Peddana" + ] + }, + { + "title": "Peralta", + "markdownDescription": "https://fonts.google.com/specimen/Peralta", + "enum": [ + "Peralta" + ] + }, + { + "title": "Permanent Marker", + "markdownDescription": "https://fonts.google.com/specimen/Permanent+Marker", + "enum": [ + "Permanent Marker" + ] + }, + { + "title": "Petit Formal Script", + "markdownDescription": "https://fonts.google.com/specimen/Petit+Formal+Script", + "enum": [ + "Petit Formal Script" + ] + }, + { + "title": "Petrona", + "markdownDescription": "https://fonts.google.com/specimen/Petrona", + "enum": [ + "Petrona" + ] + }, + { + "title": "Philosopher", + "markdownDescription": "https://fonts.google.com/specimen/Philosopher", + "enum": [ + "Philosopher" + ] + }, + { + "title": "Piazzolla", + "markdownDescription": "https://fonts.google.com/specimen/Piazzolla", + "enum": [ + "Piazzolla" + ] + }, + { + "title": "Piedra", + "markdownDescription": "https://fonts.google.com/specimen/Piedra", + "enum": [ + "Piedra" + ] + }, + { + "title": "Pinyon Script", + "markdownDescription": "https://fonts.google.com/specimen/Pinyon+Script", + "enum": [ + "Pinyon Script" + ] + }, + { + "title": "Pirata One", + "markdownDescription": "https://fonts.google.com/specimen/Pirata+One", + "enum": [ + "Pirata One" + ] + }, + { + "title": "Plaster", + "markdownDescription": "https://fonts.google.com/specimen/Plaster", + "enum": [ + "Plaster" + ] + }, + { + "title": "Play", + "markdownDescription": "https://fonts.google.com/specimen/Play", + "enum": [ + "Play" + ] + }, + { + "title": "Playball", + "markdownDescription": "https://fonts.google.com/specimen/Playball", + "enum": [ + "Playball" + ] + }, + { + "title": "Playfair Display", + "markdownDescription": "https://fonts.google.com/specimen/Playfair+Display", + "enum": [ + "Playfair Display" + ] + }, + { + "title": "Playfair Display SC", + "markdownDescription": "https://fonts.google.com/specimen/Playfair+Display+SC", + "enum": [ + "Playfair Display SC" + ] + }, + { + "title": "Podkova", + "markdownDescription": "https://fonts.google.com/specimen/Podkova", + "enum": [ + "Podkova" + ] + }, + { + "title": "Poiret One", + "markdownDescription": "https://fonts.google.com/specimen/Poiret+One", + "enum": [ + "Poiret One" + ] + }, + { + "title": "Poller One", + "markdownDescription": "https://fonts.google.com/specimen/Poller+One", + "enum": [ + "Poller One" + ] + }, + { + "title": "Poly", + "markdownDescription": "https://fonts.google.com/specimen/Poly", + "enum": [ + "Poly" + ] + }, + { + "title": "Pompiere", + "markdownDescription": "https://fonts.google.com/specimen/Pompiere", + "enum": [ + "Pompiere" + ] + }, + { + "title": "Pontano Sans", + "markdownDescription": "https://fonts.google.com/specimen/Pontano+Sans", + "enum": [ + "Pontano Sans" + ] + }, + { + "title": "Poor Story", + "markdownDescription": "https://fonts.google.com/specimen/Poor+Story", + "enum": [ + "Poor Story" + ] + }, + { + "title": "Poppins", + "markdownDescription": "https://fonts.google.com/specimen/Poppins", + "enum": [ + "Poppins" + ] + }, + { + "title": "Port Lligat Sans", + "markdownDescription": "https://fonts.google.com/specimen/Port+Lligat+Sans", + "enum": [ + "Port Lligat Sans" + ] + }, + { + "title": "Port Lligat Slab", + "markdownDescription": "https://fonts.google.com/specimen/Port+Lligat+Slab", + "enum": [ + "Port Lligat Slab" + ] + }, + { + "title": "Pragati Narrow", + "markdownDescription": "https://fonts.google.com/specimen/Pragati+Narrow", + "enum": [ + "Pragati Narrow" + ] + }, + { + "title": "Prata", + "markdownDescription": "https://fonts.google.com/specimen/Prata", + "enum": [ + "Prata" + ] + }, + { + "title": "Preahvihear", + "markdownDescription": "https://fonts.google.com/specimen/Preahvihear", + "enum": [ + "Preahvihear" + ] + }, + { + "title": "Press Start 2P", + "markdownDescription": "https://fonts.google.com/specimen/Press+Start+2P", + "enum": [ + "Press Start 2P" + ] + }, + { + "title": "Pridi", + "markdownDescription": "https://fonts.google.com/specimen/Pridi", + "enum": [ + "Pridi" + ] + }, + { + "title": "Princess Sofia", + "markdownDescription": "https://fonts.google.com/specimen/Princess+Sofia", + "enum": [ + "Princess Sofia" + ] + }, + { + "title": "Prociono", + "markdownDescription": "https://fonts.google.com/specimen/Prociono", + "enum": [ + "Prociono" + ] + }, + { + "title": "Prompt", + "markdownDescription": "https://fonts.google.com/specimen/Prompt", + "enum": [ + "Prompt" + ] + }, + { + "title": "Prosto One", + "markdownDescription": "https://fonts.google.com/specimen/Prosto+One", + "enum": [ + "Prosto One" + ] + }, + { + "title": "Proza Libre", + "markdownDescription": "https://fonts.google.com/specimen/Proza+Libre", + "enum": [ + "Proza Libre" + ] + }, + { + "title": "Public Sans", + "markdownDescription": "https://fonts.google.com/specimen/Public+Sans", + "enum": [ + "Public Sans" + ] + }, + { + "title": "Puritan", + "markdownDescription": "https://fonts.google.com/specimen/Puritan", + "enum": [ + "Puritan" + ] + }, + { + "title": "Purple Purse", + "markdownDescription": "https://fonts.google.com/specimen/Purple+Purse", + "enum": [ + "Purple Purse" + ] + }, + { + "title": "Quando", + "markdownDescription": "https://fonts.google.com/specimen/Quando", + "enum": [ + "Quando" + ] + }, + { + "title": "Quantico", + "markdownDescription": "https://fonts.google.com/specimen/Quantico", + "enum": [ + "Quantico" + ] + }, + { + "title": "Quattrocento", + "markdownDescription": "https://fonts.google.com/specimen/Quattrocento", + "enum": [ + "Quattrocento" + ] + }, + { + "title": "Quattrocento Sans", + "markdownDescription": "https://fonts.google.com/specimen/Quattrocento+Sans", + "enum": [ + "Quattrocento Sans" + ] + }, + { + "title": "Questrial", + "markdownDescription": "https://fonts.google.com/specimen/Questrial", + "enum": [ + "Questrial" + ] + }, + { + "title": "Quicksand", + "markdownDescription": "https://fonts.google.com/specimen/Quicksand", + "enum": [ + "Quicksand" + ] + }, + { + "title": "Quintessential", + "markdownDescription": "https://fonts.google.com/specimen/Quintessential", + "enum": [ + "Quintessential" + ] + }, + { + "title": "Qwigley", + "markdownDescription": "https://fonts.google.com/specimen/Qwigley", + "enum": [ + "Qwigley" + ] + }, + { + "title": "Racing Sans One", + "markdownDescription": "https://fonts.google.com/specimen/Racing+Sans+One", + "enum": [ + "Racing Sans One" + ] + }, + { + "title": "Radley", + "markdownDescription": "https://fonts.google.com/specimen/Radley", + "enum": [ + "Radley" + ] + }, + { + "title": "Rajdhani", + "markdownDescription": "https://fonts.google.com/specimen/Rajdhani", + "enum": [ + "Rajdhani" + ] + }, + { + "title": "Rakkas", + "markdownDescription": "https://fonts.google.com/specimen/Rakkas", + "enum": [ + "Rakkas" + ] + }, + { + "title": "Raleway", + "markdownDescription": "https://fonts.google.com/specimen/Raleway", + "enum": [ + "Raleway" + ] + }, + { + "title": "Raleway Dots", + "markdownDescription": "https://fonts.google.com/specimen/Raleway+Dots", + "enum": [ + "Raleway Dots" + ] + }, + { + "title": "Ramabhadra", + "markdownDescription": "https://fonts.google.com/specimen/Ramabhadra", + "enum": [ + "Ramabhadra" + ] + }, + { + "title": "Ramaraja", + "markdownDescription": "https://fonts.google.com/specimen/Ramaraja", + "enum": [ + "Ramaraja" + ] + }, + { + "title": "Rambla", + "markdownDescription": "https://fonts.google.com/specimen/Rambla", + "enum": [ + "Rambla" + ] + }, + { + "title": "Rammetto One", + "markdownDescription": "https://fonts.google.com/specimen/Rammetto+One", + "enum": [ + "Rammetto One" + ] + }, + { + "title": "Ranchers", + "markdownDescription": "https://fonts.google.com/specimen/Ranchers", + "enum": [ + "Ranchers" + ] + }, + { + "title": "Rancho", + "markdownDescription": "https://fonts.google.com/specimen/Rancho", + "enum": [ + "Rancho" + ] + }, + { + "title": "Ranga", + "markdownDescription": "https://fonts.google.com/specimen/Ranga", + "enum": [ + "Ranga" + ] + }, + { + "title": "Rasa", + "markdownDescription": "https://fonts.google.com/specimen/Rasa", + "enum": [ + "Rasa" + ] + }, + { + "title": "Rationale", + "markdownDescription": "https://fonts.google.com/specimen/Rationale", + "enum": [ + "Rationale" + ] + }, + { + "title": "Ravi Prakash", + "markdownDescription": "https://fonts.google.com/specimen/Ravi+Prakash", + "enum": [ + "Ravi Prakash" + ] + }, + { + "title": "Recursive", + "markdownDescription": "https://fonts.google.com/specimen/Recursive", + "enum": [ + "Recursive" + ] + }, + { + "title": "Red Hat Display", + "markdownDescription": "https://fonts.google.com/specimen/Red+Hat+Display", + "enum": [ + "Red Hat Display" + ] + }, + { + "title": "Red Hat Text", + "markdownDescription": "https://fonts.google.com/specimen/Red+Hat+Text", + "enum": [ + "Red Hat Text" + ] + }, + { + "title": "Red Rose", + "markdownDescription": "https://fonts.google.com/specimen/Red+Rose", + "enum": [ + "Red Rose" + ] + }, + { + "title": "Redressed", + "markdownDescription": "https://fonts.google.com/specimen/Redressed", + "enum": [ + "Redressed" + ] + }, + { + "title": "Reem Kufi", + "markdownDescription": "https://fonts.google.com/specimen/Reem+Kufi", + "enum": [ + "Reem Kufi" + ] + }, + { + "title": "Reenie Beanie", + "markdownDescription": "https://fonts.google.com/specimen/Reenie+Beanie", + "enum": [ + "Reenie Beanie" + ] + }, + { + "title": "Revalia", + "markdownDescription": "https://fonts.google.com/specimen/Revalia", + "enum": [ + "Revalia" + ] + }, + { + "title": "Rhodium Libre", + "markdownDescription": "https://fonts.google.com/specimen/Rhodium+Libre", + "enum": [ + "Rhodium Libre" + ] + }, + { + "title": "Ribeye", + "markdownDescription": "https://fonts.google.com/specimen/Ribeye", + "enum": [ + "Ribeye" + ] + }, + { + "title": "Ribeye Marrow", + "markdownDescription": "https://fonts.google.com/specimen/Ribeye+Marrow", + "enum": [ + "Ribeye Marrow" + ] + }, + { + "title": "Righteous", + "markdownDescription": "https://fonts.google.com/specimen/Righteous", + "enum": [ + "Righteous" + ] + }, + { + "title": "Risque", + "markdownDescription": "https://fonts.google.com/specimen/Risque", + "enum": [ + "Risque" + ] + }, + { + "title": "Roboto", + "markdownDescription": "https://fonts.google.com/specimen/Roboto", + "enum": [ + "Roboto" + ] + }, + { + "title": "Roboto Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Roboto+Condensed", + "enum": [ + "Roboto Condensed" + ] + }, + { + "title": "Roboto Mono", + "markdownDescription": "https://fonts.google.com/specimen/Roboto+Mono", + "enum": [ + "Roboto Mono" + ] + }, + { + "title": "Roboto Slab", + "markdownDescription": "https://fonts.google.com/specimen/Roboto+Slab", + "enum": [ + "Roboto Slab" + ] + }, + { + "title": "Rochester", + "markdownDescription": "https://fonts.google.com/specimen/Rochester", + "enum": [ + "Rochester" + ] + }, + { + "title": "Rock Salt", + "markdownDescription": "https://fonts.google.com/specimen/Rock+Salt", + "enum": [ + "Rock Salt" + ] + }, + { + "title": "Rokkitt", + "markdownDescription": "https://fonts.google.com/specimen/Rokkitt", + "enum": [ + "Rokkitt" + ] + }, + { + "title": "Romanesco", + "markdownDescription": "https://fonts.google.com/specimen/Romanesco", + "enum": [ + "Romanesco" + ] + }, + { + "title": "Ropa Sans", + "markdownDescription": "https://fonts.google.com/specimen/Ropa+Sans", + "enum": [ + "Ropa Sans" + ] + }, + { + "title": "Rosario", + "markdownDescription": "https://fonts.google.com/specimen/Rosario", + "enum": [ + "Rosario" + ] + }, + { + "title": "Rosarivo", + "markdownDescription": "https://fonts.google.com/specimen/Rosarivo", + "enum": [ + "Rosarivo" + ] + }, + { + "title": "Rouge Script", + "markdownDescription": "https://fonts.google.com/specimen/Rouge+Script", + "enum": [ + "Rouge Script" + ] + }, + { + "title": "Rowdies", + "markdownDescription": "https://fonts.google.com/specimen/Rowdies", + "enum": [ + "Rowdies" + ] + }, + { + "title": "Rozha One", + "markdownDescription": "https://fonts.google.com/specimen/Rozha+One", + "enum": [ + "Rozha One" + ] + }, + { + "title": "Rubik", + "markdownDescription": "https://fonts.google.com/specimen/Rubik", + "enum": [ + "Rubik" + ] + }, + { + "title": "Rubik Mono One", + "markdownDescription": "https://fonts.google.com/specimen/Rubik+Mono+One", + "enum": [ + "Rubik Mono One" + ] + }, + { + "title": "Ruda", + "markdownDescription": "https://fonts.google.com/specimen/Ruda", + "enum": [ + "Ruda" + ] + }, + { + "title": "Rufina", + "markdownDescription": "https://fonts.google.com/specimen/Rufina", + "enum": [ + "Rufina" + ] + }, + { + "title": "Ruge Boogie", + "markdownDescription": "https://fonts.google.com/specimen/Ruge+Boogie", + "enum": [ + "Ruge Boogie" + ] + }, + { + "title": "Ruluko", + "markdownDescription": "https://fonts.google.com/specimen/Ruluko", + "enum": [ + "Ruluko" + ] + }, + { + "title": "Rum Raisin", + "markdownDescription": "https://fonts.google.com/specimen/Rum+Raisin", + "enum": [ + "Rum Raisin" + ] + }, + { + "title": "Ruslan Display", + "markdownDescription": "https://fonts.google.com/specimen/Ruslan+Display", + "enum": [ + "Ruslan Display" + ] + }, + { + "title": "Russo One", + "markdownDescription": "https://fonts.google.com/specimen/Russo+One", + "enum": [ + "Russo One" + ] + }, + { + "title": "Ruthie", + "markdownDescription": "https://fonts.google.com/specimen/Ruthie", + "enum": [ + "Ruthie" + ] + }, + { + "title": "Rye", + "markdownDescription": "https://fonts.google.com/specimen/Rye", + "enum": [ + "Rye" + ] + }, + { + "title": "Sacramento", + "markdownDescription": "https://fonts.google.com/specimen/Sacramento", + "enum": [ + "Sacramento" + ] + }, + { + "title": "Sahitya", + "markdownDescription": "https://fonts.google.com/specimen/Sahitya", + "enum": [ + "Sahitya" + ] + }, + { + "title": "Sail", + "markdownDescription": "https://fonts.google.com/specimen/Sail", + "enum": [ + "Sail" + ] + }, + { + "title": "Saira", + "markdownDescription": "https://fonts.google.com/specimen/Saira", + "enum": [ + "Saira" + ] + }, + { + "title": "Saira Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Saira+Condensed", + "enum": [ + "Saira Condensed" + ] + }, + { + "title": "Saira Extra Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Saira+Extra+Condensed", + "enum": [ + "Saira Extra Condensed" + ] + }, + { + "title": "Saira Semi Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Saira+Semi+Condensed", + "enum": [ + "Saira Semi Condensed" + ] + }, + { + "title": "Saira Stencil One", + "markdownDescription": "https://fonts.google.com/specimen/Saira+Stencil+One", + "enum": [ + "Saira Stencil One" + ] + }, + { + "title": "Salsa", + "markdownDescription": "https://fonts.google.com/specimen/Salsa", + "enum": [ + "Salsa" + ] + }, + { + "title": "Sanchez", + "markdownDescription": "https://fonts.google.com/specimen/Sanchez", + "enum": [ + "Sanchez" + ] + }, + { + "title": "Sancreek", + "markdownDescription": "https://fonts.google.com/specimen/Sancreek", + "enum": [ + "Sancreek" + ] + }, + { + "title": "Sansita", + "markdownDescription": "https://fonts.google.com/specimen/Sansita", + "enum": [ + "Sansita" + ] + }, + { + "title": "Sansita Swashed", + "markdownDescription": "https://fonts.google.com/specimen/Sansita+Swashed", + "enum": [ + "Sansita Swashed" + ] + }, + { + "title": "Sarabun", + "markdownDescription": "https://fonts.google.com/specimen/Sarabun", + "enum": [ + "Sarabun" + ] + }, + { + "title": "Sarala", + "markdownDescription": "https://fonts.google.com/specimen/Sarala", + "enum": [ + "Sarala" + ] + }, + { + "title": "Sarina", + "markdownDescription": "https://fonts.google.com/specimen/Sarina", + "enum": [ + "Sarina" + ] + }, + { + "title": "Sarpanch", + "markdownDescription": "https://fonts.google.com/specimen/Sarpanch", + "enum": [ + "Sarpanch" + ] + }, + { + "title": "Satisfy", + "markdownDescription": "https://fonts.google.com/specimen/Satisfy", + "enum": [ + "Satisfy" + ] + }, + { + "title": "Sawarabi Gothic", + "markdownDescription": "https://fonts.google.com/specimen/Sawarabi+Gothic", + "enum": [ + "Sawarabi Gothic" + ] + }, + { + "title": "Sawarabi Mincho", + "markdownDescription": "https://fonts.google.com/specimen/Sawarabi+Mincho", + "enum": [ + "Sawarabi Mincho" + ] + }, + { + "title": "Scada", + "markdownDescription": "https://fonts.google.com/specimen/Scada", + "enum": [ + "Scada" + ] + }, + { + "title": "Scheherazade", + "markdownDescription": "https://fonts.google.com/specimen/Scheherazade", + "enum": [ + "Scheherazade" + ] + }, + { + "title": "Schoolbell", + "markdownDescription": "https://fonts.google.com/specimen/Schoolbell", + "enum": [ + "Schoolbell" + ] + }, + { + "title": "Scope One", + "markdownDescription": "https://fonts.google.com/specimen/Scope+One", + "enum": [ + "Scope One" + ] + }, + { + "title": "Seaweed Script", + "markdownDescription": "https://fonts.google.com/specimen/Seaweed+Script", + "enum": [ + "Seaweed Script" + ] + }, + { + "title": "Secular One", + "markdownDescription": "https://fonts.google.com/specimen/Secular+One", + "enum": [ + "Secular One" + ] + }, + { + "title": "Sedgwick Ave", + "markdownDescription": "https://fonts.google.com/specimen/Sedgwick+Ave", + "enum": [ + "Sedgwick Ave" + ] + }, + { + "title": "Sedgwick Ave Display", + "markdownDescription": "https://fonts.google.com/specimen/Sedgwick+Ave+Display", + "enum": [ + "Sedgwick Ave Display" + ] + }, + { + "title": "Sen", + "markdownDescription": "https://fonts.google.com/specimen/Sen", + "enum": [ + "Sen" + ] + }, + { + "title": "Sevillana", + "markdownDescription": "https://fonts.google.com/specimen/Sevillana", + "enum": [ + "Sevillana" + ] + }, + { + "title": "Seymour One", + "markdownDescription": "https://fonts.google.com/specimen/Seymour+One", + "enum": [ + "Seymour One" + ] + }, + { + "title": "Shadows Into Light", + "markdownDescription": "https://fonts.google.com/specimen/Shadows+Into+Light", + "enum": [ + "Shadows Into Light" + ] + }, + { + "title": "Shadows Into Light Two", + "markdownDescription": "https://fonts.google.com/specimen/Shadows+Into+Light+Two", + "enum": [ + "Shadows Into Light Two" + ] + }, + { + "title": "Shanti", + "markdownDescription": "https://fonts.google.com/specimen/Shanti", + "enum": [ + "Shanti" + ] + }, + { + "title": "Share", + "markdownDescription": "https://fonts.google.com/specimen/Share", + "enum": [ + "Share" + ] + }, + { + "title": "Share Tech", + "markdownDescription": "https://fonts.google.com/specimen/Share+Tech", + "enum": [ + "Share Tech" + ] + }, + { + "title": "Share Tech Mono", + "markdownDescription": "https://fonts.google.com/specimen/Share+Tech+Mono", + "enum": [ + "Share Tech Mono" + ] + }, + { + "title": "Shojumaru", + "markdownDescription": "https://fonts.google.com/specimen/Shojumaru", + "enum": [ + "Shojumaru" + ] + }, + { + "title": "Short Stack", + "markdownDescription": "https://fonts.google.com/specimen/Short+Stack", + "enum": [ + "Short Stack" + ] + }, + { + "title": "Shrikhand", + "markdownDescription": "https://fonts.google.com/specimen/Shrikhand", + "enum": [ + "Shrikhand" + ] + }, + { + "title": "Siemreap", + "markdownDescription": "https://fonts.google.com/specimen/Siemreap", + "enum": [ + "Siemreap" + ] + }, + { + "title": "Sigmar One", + "markdownDescription": "https://fonts.google.com/specimen/Sigmar+One", + "enum": [ + "Sigmar One" + ] + }, + { + "title": "Signika", + "markdownDescription": "https://fonts.google.com/specimen/Signika", + "enum": [ + "Signika" + ] + }, + { + "title": "Signika Negative", + "markdownDescription": "https://fonts.google.com/specimen/Signika+Negative", + "enum": [ + "Signika Negative" + ] + }, + { + "title": "Simonetta", + "markdownDescription": "https://fonts.google.com/specimen/Simonetta", + "enum": [ + "Simonetta" + ] + }, + { + "title": "Single Day", + "markdownDescription": "https://fonts.google.com/specimen/Single+Day", + "enum": [ + "Single Day" + ] + }, + { + "title": "Sintony", + "markdownDescription": "https://fonts.google.com/specimen/Sintony", + "enum": [ + "Sintony" + ] + }, + { + "title": "Sirin Stencil", + "markdownDescription": "https://fonts.google.com/specimen/Sirin+Stencil", + "enum": [ + "Sirin Stencil" + ] + }, + { + "title": "Six Caps", + "markdownDescription": "https://fonts.google.com/specimen/Six+Caps", + "enum": [ + "Six Caps" + ] + }, + { + "title": "Skranji", + "markdownDescription": "https://fonts.google.com/specimen/Skranji", + "enum": [ + "Skranji" + ] + }, + { + "title": "Slabo 13px", + "markdownDescription": "https://fonts.google.com/specimen/Slabo+13px", + "enum": [ + "Slabo 13px" + ] + }, + { + "title": "Slabo 27px", + "markdownDescription": "https://fonts.google.com/specimen/Slabo+27px", + "enum": [ + "Slabo 27px" + ] + }, + { + "title": "Slackey", + "markdownDescription": "https://fonts.google.com/specimen/Slackey", + "enum": [ + "Slackey" + ] + }, + { + "title": "Smokum", + "markdownDescription": "https://fonts.google.com/specimen/Smokum", + "enum": [ + "Smokum" + ] + }, + { + "title": "Smythe", + "markdownDescription": "https://fonts.google.com/specimen/Smythe", + "enum": [ + "Smythe" + ] + }, + { + "title": "Sniglet", + "markdownDescription": "https://fonts.google.com/specimen/Sniglet", + "enum": [ + "Sniglet" + ] + }, + { + "title": "Snippet", + "markdownDescription": "https://fonts.google.com/specimen/Snippet", + "enum": [ + "Snippet" + ] + }, + { + "title": "Snowburst One", + "markdownDescription": "https://fonts.google.com/specimen/Snowburst+One", + "enum": [ + "Snowburst One" + ] + }, + { + "title": "Sofadi One", + "markdownDescription": "https://fonts.google.com/specimen/Sofadi+One", + "enum": [ + "Sofadi One" + ] + }, + { + "title": "Sofia", + "markdownDescription": "https://fonts.google.com/specimen/Sofia", + "enum": [ + "Sofia" + ] + }, + { + "title": "Solway", + "markdownDescription": "https://fonts.google.com/specimen/Solway", + "enum": [ + "Solway" + ] + }, + { + "title": "Song Myung", + "markdownDescription": "https://fonts.google.com/specimen/Song+Myung", + "enum": [ + "Song Myung" + ] + }, + { + "title": "Sonsie One", + "markdownDescription": "https://fonts.google.com/specimen/Sonsie+One", + "enum": [ + "Sonsie One" + ] + }, + { + "title": "Sora", + "markdownDescription": "https://fonts.google.com/specimen/Sora", + "enum": [ + "Sora" + ] + }, + { + "title": "Sorts Mill Goudy", + "markdownDescription": "https://fonts.google.com/specimen/Sorts+Mill+Goudy", + "enum": [ + "Sorts Mill Goudy" + ] + }, + { + "title": "Source Code Pro", + "markdownDescription": "https://fonts.google.com/specimen/Source+Code+Pro", + "enum": [ + "Source Code Pro" + ] + }, + { + "title": "Source Sans Pro", + "markdownDescription": "https://fonts.google.com/specimen/Source+Sans+Pro", + "enum": [ + "Source Sans Pro" + ] + }, + { + "title": "Source Serif Pro", + "markdownDescription": "https://fonts.google.com/specimen/Source+Serif+Pro", + "enum": [ + "Source Serif Pro" + ] + }, + { + "title": "Space Mono", + "markdownDescription": "https://fonts.google.com/specimen/Space+Mono", + "enum": [ + "Space Mono" + ] + }, + { + "title": "Spartan", + "markdownDescription": "https://fonts.google.com/specimen/Spartan", + "enum": [ + "Spartan" + ] + }, + { + "title": "Special Elite", + "markdownDescription": "https://fonts.google.com/specimen/Special+Elite", + "enum": [ + "Special Elite" + ] + }, + { + "title": "Spectral", + "markdownDescription": "https://fonts.google.com/specimen/Spectral", + "enum": [ + "Spectral" + ] + }, + { + "title": "Spectral SC", + "markdownDescription": "https://fonts.google.com/specimen/Spectral+SC", + "enum": [ + "Spectral SC" + ] + }, + { + "title": "Spicy Rice", + "markdownDescription": "https://fonts.google.com/specimen/Spicy+Rice", + "enum": [ + "Spicy Rice" + ] + }, + { + "title": "Spinnaker", + "markdownDescription": "https://fonts.google.com/specimen/Spinnaker", + "enum": [ + "Spinnaker" + ] + }, + { + "title": "Spirax", + "markdownDescription": "https://fonts.google.com/specimen/Spirax", + "enum": [ + "Spirax" + ] + }, + { + "title": "Squada One", + "markdownDescription": "https://fonts.google.com/specimen/Squada+One", + "enum": [ + "Squada One" + ] + }, + { + "title": "Sree Krushnadevaraya", + "markdownDescription": "https://fonts.google.com/specimen/Sree+Krushnadevaraya", + "enum": [ + "Sree Krushnadevaraya" + ] + }, + { + "title": "Sriracha", + "markdownDescription": "https://fonts.google.com/specimen/Sriracha", + "enum": [ + "Sriracha" + ] + }, + { + "title": "Srisakdi", + "markdownDescription": "https://fonts.google.com/specimen/Srisakdi", + "enum": [ + "Srisakdi" + ] + }, + { + "title": "Staatliches", + "markdownDescription": "https://fonts.google.com/specimen/Staatliches", + "enum": [ + "Staatliches" + ] + }, + { + "title": "Stalemate", + "markdownDescription": "https://fonts.google.com/specimen/Stalemate", + "enum": [ + "Stalemate" + ] + }, + { + "title": "Stalinist One", + "markdownDescription": "https://fonts.google.com/specimen/Stalinist+One", + "enum": [ + "Stalinist One" + ] + }, + { + "title": "Stardos Stencil", + "markdownDescription": "https://fonts.google.com/specimen/Stardos+Stencil", + "enum": [ + "Stardos Stencil" + ] + }, + { + "title": "Stint Ultra Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Stint+Ultra+Condensed", + "enum": [ + "Stint Ultra Condensed" + ] + }, + { + "title": "Stint Ultra Expanded", + "markdownDescription": "https://fonts.google.com/specimen/Stint+Ultra+Expanded", + "enum": [ + "Stint Ultra Expanded" + ] + }, + { + "title": "Stoke", + "markdownDescription": "https://fonts.google.com/specimen/Stoke", + "enum": [ + "Stoke" + ] + }, + { + "title": "Strait", + "markdownDescription": "https://fonts.google.com/specimen/Strait", + "enum": [ + "Strait" + ] + }, + { + "title": "Stylish", + "markdownDescription": "https://fonts.google.com/specimen/Stylish", + "enum": [ + "Stylish" + ] + }, + { + "title": "Sue Ellen Francisco", + "markdownDescription": "https://fonts.google.com/specimen/Sue+Ellen+Francisco", + "enum": [ + "Sue Ellen Francisco" + ] + }, + { + "title": "Suez One", + "markdownDescription": "https://fonts.google.com/specimen/Suez+One", + "enum": [ + "Suez One" + ] + }, + { + "title": "Sulphur Point", + "markdownDescription": "https://fonts.google.com/specimen/Sulphur+Point", + "enum": [ + "Sulphur Point" + ] + }, + { + "title": "Sumana", + "markdownDescription": "https://fonts.google.com/specimen/Sumana", + "enum": [ + "Sumana" + ] + }, + { + "title": "Sunflower", + "markdownDescription": "https://fonts.google.com/specimen/Sunflower", + "enum": [ + "Sunflower" + ] + }, + { + "title": "Sunshiney", + "markdownDescription": "https://fonts.google.com/specimen/Sunshiney", + "enum": [ + "Sunshiney" + ] + }, + { + "title": "Supermercado One", + "markdownDescription": "https://fonts.google.com/specimen/Supermercado+One", + "enum": [ + "Supermercado One" + ] + }, + { + "title": "Sura", + "markdownDescription": "https://fonts.google.com/specimen/Sura", + "enum": [ + "Sura" + ] + }, + { + "title": "Suranna", + "markdownDescription": "https://fonts.google.com/specimen/Suranna", + "enum": [ + "Suranna" + ] + }, + { + "title": "Suravaram", + "markdownDescription": "https://fonts.google.com/specimen/Suravaram", + "enum": [ + "Suravaram" + ] + }, + { + "title": "Suwannaphum", + "markdownDescription": "https://fonts.google.com/specimen/Suwannaphum", + "enum": [ + "Suwannaphum" + ] + }, + { + "title": "Swanky and Moo Moo", + "markdownDescription": "https://fonts.google.com/specimen/Swanky+and+Moo+Moo", + "enum": [ + "Swanky and Moo Moo" + ] + }, + { + "title": "Syncopate", + "markdownDescription": "https://fonts.google.com/specimen/Syncopate", + "enum": [ + "Syncopate" + ] + }, + { + "title": "Syne", + "markdownDescription": "https://fonts.google.com/specimen/Syne", + "enum": [ + "Syne" + ] + }, + { + "title": "Tajawal", + "markdownDescription": "https://fonts.google.com/specimen/Tajawal", + "enum": [ + "Tajawal" + ] + }, + { + "title": "Tangerine", + "markdownDescription": "https://fonts.google.com/specimen/Tangerine", + "enum": [ + "Tangerine" + ] + }, + { + "title": "Taprom", + "markdownDescription": "https://fonts.google.com/specimen/Taprom", + "enum": [ + "Taprom" + ] + }, + { + "title": "Tauri", + "markdownDescription": "https://fonts.google.com/specimen/Tauri", + "enum": [ + "Tauri" + ] + }, + { + "title": "Taviraj", + "markdownDescription": "https://fonts.google.com/specimen/Taviraj", + "enum": [ + "Taviraj" + ] + }, + { + "title": "Teko", + "markdownDescription": "https://fonts.google.com/specimen/Teko", + "enum": [ + "Teko" + ] + }, + { + "title": "Telex", + "markdownDescription": "https://fonts.google.com/specimen/Telex", + "enum": [ + "Telex" + ] + }, + { + "title": "Tenali Ramakrishna", + "markdownDescription": "https://fonts.google.com/specimen/Tenali+Ramakrishna", + "enum": [ + "Tenali Ramakrishna" + ] + }, + { + "title": "Tenor Sans", + "markdownDescription": "https://fonts.google.com/specimen/Tenor+Sans", + "enum": [ + "Tenor Sans" + ] + }, + { + "title": "Text Me One", + "markdownDescription": "https://fonts.google.com/specimen/Text+Me+One", + "enum": [ + "Text Me One" + ] + }, + { + "title": "Thasadith", + "markdownDescription": "https://fonts.google.com/specimen/Thasadith", + "enum": [ + "Thasadith" + ] + }, + { + "title": "The Girl Next Door", + "markdownDescription": "https://fonts.google.com/specimen/The+Girl+Next+Door", + "enum": [ + "The Girl Next Door" + ] + }, + { + "title": "Tienne", + "markdownDescription": "https://fonts.google.com/specimen/Tienne", + "enum": [ + "Tienne" + ] + }, + { + "title": "Tillana", + "markdownDescription": "https://fonts.google.com/specimen/Tillana", + "enum": [ + "Tillana" + ] + }, + { + "title": "Timmana", + "markdownDescription": "https://fonts.google.com/specimen/Timmana", + "enum": [ + "Timmana" + ] + }, + { + "title": "Tinos", + "markdownDescription": "https://fonts.google.com/specimen/Tinos", + "enum": [ + "Tinos" + ] + }, + { + "title": "Titan One", + "markdownDescription": "https://fonts.google.com/specimen/Titan+One", + "enum": [ + "Titan One" + ] + }, + { + "title": "Titillium Web", + "markdownDescription": "https://fonts.google.com/specimen/Titillium+Web", + "enum": [ + "Titillium Web" + ] + }, + { + "title": "Tomorrow", + "markdownDescription": "https://fonts.google.com/specimen/Tomorrow", + "enum": [ + "Tomorrow" + ] + }, + { + "title": "Trade Winds", + "markdownDescription": "https://fonts.google.com/specimen/Trade+Winds", + "enum": [ + "Trade Winds" + ] + }, + { + "title": "Trirong", + "markdownDescription": "https://fonts.google.com/specimen/Trirong", + "enum": [ + "Trirong" + ] + }, + { + "title": "Trocchi", + "markdownDescription": "https://fonts.google.com/specimen/Trocchi", + "enum": [ + "Trocchi" + ] + }, + { + "title": "Trochut", + "markdownDescription": "https://fonts.google.com/specimen/Trochut", + "enum": [ + "Trochut" + ] + }, + { + "title": "Trykker", + "markdownDescription": "https://fonts.google.com/specimen/Trykker", + "enum": [ + "Trykker" + ] + }, + { + "title": "Tulpen One", + "markdownDescription": "https://fonts.google.com/specimen/Tulpen+One", + "enum": [ + "Tulpen One" + ] + }, + { + "title": "Turret Road", + "markdownDescription": "https://fonts.google.com/specimen/Turret+Road", + "enum": [ + "Turret Road" + ] + }, + { + "title": "Ubuntu", + "markdownDescription": "https://fonts.google.com/specimen/Ubuntu", + "enum": [ + "Ubuntu" + ] + }, + { + "title": "Ubuntu Condensed", + "markdownDescription": "https://fonts.google.com/specimen/Ubuntu+Condensed", + "enum": [ + "Ubuntu Condensed" + ] + }, + { + "title": "Ubuntu Mono", + "markdownDescription": "https://fonts.google.com/specimen/Ubuntu+Mono", + "enum": [ + "Ubuntu Mono" + ] + }, + { + "title": "Ultra", + "markdownDescription": "https://fonts.google.com/specimen/Ultra", + "enum": [ + "Ultra" + ] + }, + { + "title": "Uncial Antiqua", + "markdownDescription": "https://fonts.google.com/specimen/Uncial+Antiqua", + "enum": [ + "Uncial Antiqua" + ] + }, + { + "title": "Underdog", + "markdownDescription": "https://fonts.google.com/specimen/Underdog", + "enum": [ + "Underdog" + ] + }, + { + "title": "Unica One", + "markdownDescription": "https://fonts.google.com/specimen/Unica+One", + "enum": [ + "Unica One" + ] + }, + { + "title": "UnifrakturCook", + "markdownDescription": "https://fonts.google.com/specimen/UnifrakturCook", + "enum": [ + "UnifrakturCook" + ] + }, + { + "title": "UnifrakturMaguntia", + "markdownDescription": "https://fonts.google.com/specimen/UnifrakturMaguntia", + "enum": [ + "UnifrakturMaguntia" + ] + }, + { + "title": "Unkempt", + "markdownDescription": "https://fonts.google.com/specimen/Unkempt", + "enum": [ + "Unkempt" + ] + }, + { + "title": "Unlock", + "markdownDescription": "https://fonts.google.com/specimen/Unlock", + "enum": [ + "Unlock" + ] + }, + { + "title": "Unna", + "markdownDescription": "https://fonts.google.com/specimen/Unna", + "enum": [ + "Unna" + ] + }, + { + "title": "VT323", + "markdownDescription": "https://fonts.google.com/specimen/VT323", + "enum": [ + "VT323" + ] + }, + { + "title": "Vampiro One", + "markdownDescription": "https://fonts.google.com/specimen/Vampiro+One", + "enum": [ + "Vampiro One" + ] + }, + { + "title": "Varela", + "markdownDescription": "https://fonts.google.com/specimen/Varela", + "enum": [ + "Varela" + ] + }, + { + "title": "Varela Round", + "markdownDescription": "https://fonts.google.com/specimen/Varela+Round", + "enum": [ + "Varela Round" + ] + }, + { + "title": "Varta", + "markdownDescription": "https://fonts.google.com/specimen/Varta", + "enum": [ + "Varta" + ] + }, + { + "title": "Vast Shadow", + "markdownDescription": "https://fonts.google.com/specimen/Vast+Shadow", + "enum": [ + "Vast Shadow" + ] + }, + { + "title": "Vesper Libre", + "markdownDescription": "https://fonts.google.com/specimen/Vesper+Libre", + "enum": [ + "Vesper Libre" + ] + }, + { + "title": "Viaoda Libre", + "markdownDescription": "https://fonts.google.com/specimen/Viaoda+Libre", + "enum": [ + "Viaoda Libre" + ] + }, + { + "title": "Vibes", + "markdownDescription": "https://fonts.google.com/specimen/Vibes", + "enum": [ + "Vibes" + ] + }, + { + "title": "Vibur", + "markdownDescription": "https://fonts.google.com/specimen/Vibur", + "enum": [ + "Vibur" + ] + }, + { + "title": "Vidaloka", + "markdownDescription": "https://fonts.google.com/specimen/Vidaloka", + "enum": [ + "Vidaloka" + ] + }, + { + "title": "Viga", + "markdownDescription": "https://fonts.google.com/specimen/Viga", + "enum": [ + "Viga" + ] + }, + { + "title": "Voces", + "markdownDescription": "https://fonts.google.com/specimen/Voces", + "enum": [ + "Voces" + ] + }, + { + "title": "Volkhov", + "markdownDescription": "https://fonts.google.com/specimen/Volkhov", + "enum": [ + "Volkhov" + ] + }, + { + "title": "Vollkorn", + "markdownDescription": "https://fonts.google.com/specimen/Vollkorn", + "enum": [ + "Vollkorn" + ] + }, + { + "title": "Vollkorn SC", + "markdownDescription": "https://fonts.google.com/specimen/Vollkorn+SC", + "enum": [ + "Vollkorn SC" + ] + }, + { + "title": "Voltaire", + "markdownDescription": "https://fonts.google.com/specimen/Voltaire", + "enum": [ + "Voltaire" + ] + }, + { + "title": "Waiting for the Sunrise", + "markdownDescription": "https://fonts.google.com/specimen/Waiting+for+the+Sunrise", + "enum": [ + "Waiting for the Sunrise" + ] + }, + { + "title": "Wallpoet", + "markdownDescription": "https://fonts.google.com/specimen/Wallpoet", + "enum": [ + "Wallpoet" + ] + }, + { + "title": "Walter Turncoat", + "markdownDescription": "https://fonts.google.com/specimen/Walter+Turncoat", + "enum": [ + "Walter Turncoat" + ] + }, + { + "title": "Warnes", + "markdownDescription": "https://fonts.google.com/specimen/Warnes", + "enum": [ + "Warnes" + ] + }, + { + "title": "Wellfleet", + "markdownDescription": "https://fonts.google.com/specimen/Wellfleet", + "enum": [ + "Wellfleet" + ] + }, + { + "title": "Wendy One", + "markdownDescription": "https://fonts.google.com/specimen/Wendy+One", + "enum": [ + "Wendy One" + ] + }, + { + "title": "Wire One", + "markdownDescription": "https://fonts.google.com/specimen/Wire+One", + "enum": [ + "Wire One" + ] + }, + { + "title": "Work Sans", + "markdownDescription": "https://fonts.google.com/specimen/Work+Sans", + "enum": [ + "Work Sans" + ] + }, + { + "title": "Yanone Kaffeesatz", + "markdownDescription": "https://fonts.google.com/specimen/Yanone+Kaffeesatz", + "enum": [ + "Yanone Kaffeesatz" + ] + }, + { + "title": "Yantramanav", + "markdownDescription": "https://fonts.google.com/specimen/Yantramanav", + "enum": [ + "Yantramanav" + ] + }, + { + "title": "Yatra One", + "markdownDescription": "https://fonts.google.com/specimen/Yatra+One", + "enum": [ + "Yatra One" + ] + }, + { + "title": "Yellowtail", + "markdownDescription": "https://fonts.google.com/specimen/Yellowtail", + "enum": [ + "Yellowtail" + ] + }, + { + "title": "Yeon Sung", + "markdownDescription": "https://fonts.google.com/specimen/Yeon+Sung", + "enum": [ + "Yeon Sung" + ] + }, + { + "title": "Yeseva One", + "markdownDescription": "https://fonts.google.com/specimen/Yeseva+One", + "enum": [ + "Yeseva One" + ] + }, + { + "title": "Yesteryear", + "markdownDescription": "https://fonts.google.com/specimen/Yesteryear", + "enum": [ + "Yesteryear" + ] + }, + { + "title": "Yrsa", + "markdownDescription": "https://fonts.google.com/specimen/Yrsa", + "enum": [ + "Yrsa" + ] + }, + { + "title": "ZCOOL KuaiLe", + "markdownDescription": "https://fonts.google.com/specimen/ZCOOL+KuaiLe", + "enum": [ + "ZCOOL KuaiLe" + ] + }, + { + "title": "ZCOOL QingKe HuangYou", + "markdownDescription": "https://fonts.google.com/specimen/ZCOOL+QingKe+HuangYou", + "enum": [ + "ZCOOL QingKe HuangYou" + ] + }, + { + "title": "ZCOOL XiaoWei", + "markdownDescription": "https://fonts.google.com/specimen/ZCOOL+XiaoWei", + "enum": [ + "ZCOOL XiaoWei" + ] + }, + { + "title": "Zeyada", + "markdownDescription": "https://fonts.google.com/specimen/Zeyada", + "enum": [ + "Zeyada" + ] + }, + { + "title": "Zhi Mang Xing", + "markdownDescription": "https://fonts.google.com/specimen/Zhi+Mang+Xing", + "enum": [ + "Zhi Mang Xing" + ] + }, + { + "title": "Zilla Slab", + "markdownDescription": "https://fonts.google.com/specimen/Zilla+Slab", + "enum": [ + "Zilla Slab" + ] + }, + { + "title": "Zilla Slab Highlight", + "markdownDescription": "https://fonts.google.com/specimen/Zilla+Slab+Highlight", + "enum": [ + "Zilla Slab Highlight" + ] + } + ] +} \ No newline at end of file diff --git a/schema/assets/icons.json b/schema/assets/icons.json new file mode 100644 index 0000000..907d854 --- /dev/null +++ b/schema/assets/icons.json @@ -0,0 +1,12668 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Icon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#search", + "type": "string", + "enum": [ + "fontawesome/brands/42-group", + "fontawesome/brands/500px", + "fontawesome/brands/accessible-icon", + "fontawesome/brands/accusoft", + "fontawesome/brands/adn", + "fontawesome/brands/adversal", + "fontawesome/brands/affiliatetheme", + "fontawesome/brands/airbnb", + "fontawesome/brands/algolia", + "fontawesome/brands/alipay", + "fontawesome/brands/amazon-pay", + "fontawesome/brands/amazon", + "fontawesome/brands/amilia", + "fontawesome/brands/android", + "fontawesome/brands/angellist", + "fontawesome/brands/angrycreative", + "fontawesome/brands/angular", + "fontawesome/brands/app-store-ios", + "fontawesome/brands/app-store", + "fontawesome/brands/apper", + "fontawesome/brands/apple-pay", + "fontawesome/brands/apple", + "fontawesome/brands/artstation", + "fontawesome/brands/asymmetrik", + "fontawesome/brands/atlassian", + "fontawesome/brands/audible", + "fontawesome/brands/autoprefixer", + "fontawesome/brands/avianex", + "fontawesome/brands/aviato", + "fontawesome/brands/aws", + "fontawesome/brands/bandcamp", + "fontawesome/brands/battle-net", + "fontawesome/brands/behance", + "fontawesome/brands/bilibili", + "fontawesome/brands/bimobject", + "fontawesome/brands/bitbucket", + "fontawesome/brands/bitcoin", + "fontawesome/brands/bity", + "fontawesome/brands/black-tie", + "fontawesome/brands/blackberry", + "fontawesome/brands/blogger-b", + "fontawesome/brands/blogger", + "fontawesome/brands/bluetooth-b", + "fontawesome/brands/bluetooth", + "fontawesome/brands/bootstrap", + "fontawesome/brands/bots", + "fontawesome/brands/btc", + "fontawesome/brands/buffer", + "fontawesome/brands/buromobelexperte", + "fontawesome/brands/buy-n-large", + "fontawesome/brands/buysellads", + "fontawesome/brands/canadian-maple-leaf", + "fontawesome/brands/cc-amazon-pay", + "fontawesome/brands/cc-amex", + "fontawesome/brands/cc-apple-pay", + "fontawesome/brands/cc-diners-club", + "fontawesome/brands/cc-discover", + "fontawesome/brands/cc-jcb", + "fontawesome/brands/cc-mastercard", + "fontawesome/brands/cc-paypal", + "fontawesome/brands/cc-stripe", + "fontawesome/brands/cc-visa", + "fontawesome/brands/centercode", + "fontawesome/brands/centos", + "fontawesome/brands/chrome", + "fontawesome/brands/chromecast", + "fontawesome/brands/cloudflare", + "fontawesome/brands/cloudscale", + "fontawesome/brands/cloudsmith", + "fontawesome/brands/cloudversify", + "fontawesome/brands/cmplid", + "fontawesome/brands/codepen", + "fontawesome/brands/codiepie", + "fontawesome/brands/confluence", + "fontawesome/brands/connectdevelop", + "fontawesome/brands/contao", + "fontawesome/brands/cotton-bureau", + "fontawesome/brands/cpanel", + "fontawesome/brands/creative-commons-by", + "fontawesome/brands/creative-commons-nc-eu", + "fontawesome/brands/creative-commons-nc-jp", + "fontawesome/brands/creative-commons-nc", + "fontawesome/brands/creative-commons-nd", + "fontawesome/brands/creative-commons-pd-alt", + "fontawesome/brands/creative-commons-pd", + "fontawesome/brands/creative-commons-remix", + "fontawesome/brands/creative-commons-sa", + "fontawesome/brands/creative-commons-sampling-plus", + "fontawesome/brands/creative-commons-sampling", + "fontawesome/brands/creative-commons-share", + "fontawesome/brands/creative-commons-zero", + "fontawesome/brands/creative-commons", + "fontawesome/brands/critical-role", + "fontawesome/brands/css3-alt", + "fontawesome/brands/css3", + "fontawesome/brands/cuttlefish", + "fontawesome/brands/d-and-d-beyond", + "fontawesome/brands/d-and-d", + "fontawesome/brands/dailymotion", + "fontawesome/brands/dashcube", + "fontawesome/brands/debian", + "fontawesome/brands/deezer", + "fontawesome/brands/delicious", + "fontawesome/brands/deploydog", + "fontawesome/brands/deskpro", + "fontawesome/brands/dev", + "fontawesome/brands/deviantart", + "fontawesome/brands/dhl", + "fontawesome/brands/diaspora", + "fontawesome/brands/digg", + "fontawesome/brands/digital-ocean", + "fontawesome/brands/discord", + "fontawesome/brands/discourse", + "fontawesome/brands/dochub", + "fontawesome/brands/docker", + "fontawesome/brands/draft2digital", + "fontawesome/brands/dribbble", + "fontawesome/brands/dropbox", + "fontawesome/brands/drupal", + "fontawesome/brands/dyalog", + "fontawesome/brands/earlybirds", + "fontawesome/brands/ebay", + "fontawesome/brands/edge-legacy", + "fontawesome/brands/edge", + "fontawesome/brands/elementor", + "fontawesome/brands/ello", + "fontawesome/brands/ember", + "fontawesome/brands/empire", + "fontawesome/brands/envira", + "fontawesome/brands/erlang", + "fontawesome/brands/ethereum", + "fontawesome/brands/etsy", + "fontawesome/brands/evernote", + "fontawesome/brands/expeditedssl", + "fontawesome/brands/facebook-f", + "fontawesome/brands/facebook-messenger", + "fontawesome/brands/facebook", + "fontawesome/brands/fantasy-flight-games", + "fontawesome/brands/fedex", + "fontawesome/brands/fedora", + "fontawesome/brands/figma", + "fontawesome/brands/firefox-browser", + "fontawesome/brands/firefox", + "fontawesome/brands/first-order-alt", + "fontawesome/brands/first-order", + "fontawesome/brands/firstdraft", + "fontawesome/brands/flickr", + "fontawesome/brands/flipboard", + "fontawesome/brands/fly", + "fontawesome/brands/font-awesome", + "fontawesome/brands/fonticons-fi", + "fontawesome/brands/fonticons", + "fontawesome/brands/fort-awesome-alt", + "fontawesome/brands/fort-awesome", + "fontawesome/brands/forumbee", + "fontawesome/brands/foursquare", + "fontawesome/brands/free-code-camp", + "fontawesome/brands/freebsd", + "fontawesome/brands/fulcrum", + "fontawesome/brands/galactic-republic", + "fontawesome/brands/galactic-senate", + "fontawesome/brands/get-pocket", + "fontawesome/brands/gg-circle", + "fontawesome/brands/gg", + "fontawesome/brands/git-alt", + "fontawesome/brands/git", + "fontawesome/brands/github-alt", + "fontawesome/brands/github", + "fontawesome/brands/gitkraken", + "fontawesome/brands/gitlab", + "fontawesome/brands/gitter", + "fontawesome/brands/glide-g", + "fontawesome/brands/glide", + "fontawesome/brands/gofore", + "fontawesome/brands/golang", + "fontawesome/brands/goodreads-g", + "fontawesome/brands/goodreads", + "fontawesome/brands/google-drive", + "fontawesome/brands/google-pay", + "fontawesome/brands/google-play", + "fontawesome/brands/google-plus-g", + "fontawesome/brands/google-plus", + "fontawesome/brands/google-wallet", + "fontawesome/brands/google", + "fontawesome/brands/gratipay", + "fontawesome/brands/grav", + "fontawesome/brands/gripfire", + "fontawesome/brands/grunt", + "fontawesome/brands/guilded", + "fontawesome/brands/gulp", + "fontawesome/brands/hacker-news", + "fontawesome/brands/hackerrank", + "fontawesome/brands/hashnode", + "fontawesome/brands/hips", + "fontawesome/brands/hire-a-helper", + "fontawesome/brands/hive", + "fontawesome/brands/hooli", + "fontawesome/brands/hornbill", + "fontawesome/brands/hotjar", + "fontawesome/brands/houzz", + "fontawesome/brands/html5", + "fontawesome/brands/hubspot", + "fontawesome/brands/ideal", + "fontawesome/brands/imdb", + "fontawesome/brands/instagram", + "fontawesome/brands/instalod", + "fontawesome/brands/intercom", + "fontawesome/brands/internet-explorer", + "fontawesome/brands/invision", + "fontawesome/brands/ioxhost", + "fontawesome/brands/itch-io", + "fontawesome/brands/itunes-note", + "fontawesome/brands/itunes", + "fontawesome/brands/java", + "fontawesome/brands/jedi-order", + "fontawesome/brands/jenkins", + "fontawesome/brands/jira", + "fontawesome/brands/joget", + "fontawesome/brands/joomla", + "fontawesome/brands/js", + "fontawesome/brands/jsfiddle", + "fontawesome/brands/kaggle", + "fontawesome/brands/keybase", + "fontawesome/brands/keycdn", + "fontawesome/brands/kickstarter-k", + "fontawesome/brands/kickstarter", + "fontawesome/brands/korvue", + "fontawesome/brands/laravel", + "fontawesome/brands/lastfm", + "fontawesome/brands/leanpub", + "fontawesome/brands/less", + "fontawesome/brands/line", + "fontawesome/brands/linkedin-in", + "fontawesome/brands/linkedin", + "fontawesome/brands/linode", + "fontawesome/brands/linux", + "fontawesome/brands/lyft", + "fontawesome/brands/magento", + "fontawesome/brands/mailchimp", + "fontawesome/brands/mandalorian", + "fontawesome/brands/markdown", + "fontawesome/brands/mastodon", + "fontawesome/brands/maxcdn", + "fontawesome/brands/mdb", + "fontawesome/brands/medapps", + "fontawesome/brands/medium", + "fontawesome/brands/medrt", + "fontawesome/brands/meetup", + "fontawesome/brands/megaport", + "fontawesome/brands/mendeley", + "fontawesome/brands/meta", + "fontawesome/brands/microblog", + "fontawesome/brands/microsoft", + "fontawesome/brands/mix", + "fontawesome/brands/mixcloud", + "fontawesome/brands/mixer", + "fontawesome/brands/mizuni", + "fontawesome/brands/modx", + "fontawesome/brands/monero", + "fontawesome/brands/napster", + "fontawesome/brands/neos", + "fontawesome/brands/nfc-directional", + "fontawesome/brands/nfc-symbol", + "fontawesome/brands/nimblr", + "fontawesome/brands/node-js", + "fontawesome/brands/node", + "fontawesome/brands/npm", + "fontawesome/brands/ns8", + "fontawesome/brands/nutritionix", + "fontawesome/brands/octopus-deploy", + "fontawesome/brands/odnoklassniki", + "fontawesome/brands/odysee", + "fontawesome/brands/old-republic", + "fontawesome/brands/opencart", + "fontawesome/brands/openid", + "fontawesome/brands/opera", + "fontawesome/brands/optin-monster", + "fontawesome/brands/orcid", + "fontawesome/brands/osi", + "fontawesome/brands/padlet", + "fontawesome/brands/page4", + "fontawesome/brands/pagelines", + "fontawesome/brands/palfed", + "fontawesome/brands/patreon", + "fontawesome/brands/paypal", + "fontawesome/brands/perbyte", + "fontawesome/brands/periscope", + "fontawesome/brands/phabricator", + "fontawesome/brands/phoenix-framework", + "fontawesome/brands/phoenix-squadron", + "fontawesome/brands/php", + "fontawesome/brands/pied-piper-alt", + "fontawesome/brands/pied-piper-hat", + "fontawesome/brands/pied-piper-pp", + "fontawesome/brands/pied-piper", + "fontawesome/brands/pinterest-p", + "fontawesome/brands/pinterest", + "fontawesome/brands/pix", + "fontawesome/brands/playstation", + "fontawesome/brands/product-hunt", + "fontawesome/brands/pushed", + "fontawesome/brands/python", + "fontawesome/brands/qq", + "fontawesome/brands/quinscape", + "fontawesome/brands/quora", + "fontawesome/brands/r-project", + "fontawesome/brands/raspberry-pi", + "fontawesome/brands/ravelry", + "fontawesome/brands/react", + "fontawesome/brands/reacteurope", + "fontawesome/brands/readme", + "fontawesome/brands/rebel", + "fontawesome/brands/red-river", + "fontawesome/brands/reddit-alien", + "fontawesome/brands/reddit", + "fontawesome/brands/redhat", + "fontawesome/brands/renren", + "fontawesome/brands/replyd", + "fontawesome/brands/researchgate", + "fontawesome/brands/resolving", + "fontawesome/brands/rev", + "fontawesome/brands/rocketchat", + "fontawesome/brands/rockrms", + "fontawesome/brands/rust", + "fontawesome/brands/safari", + "fontawesome/brands/salesforce", + "fontawesome/brands/sass", + "fontawesome/brands/schlix", + "fontawesome/brands/screenpal", + "fontawesome/brands/scribd", + "fontawesome/brands/searchengin", + "fontawesome/brands/sellcast", + "fontawesome/brands/sellsy", + "fontawesome/brands/servicestack", + "fontawesome/brands/shirtsinbulk", + "fontawesome/brands/shopify", + "fontawesome/brands/shopware", + "fontawesome/brands/simplybuilt", + "fontawesome/brands/sistrix", + "fontawesome/brands/sith", + "fontawesome/brands/sitrox", + "fontawesome/brands/sketch", + "fontawesome/brands/skyatlas", + "fontawesome/brands/skype", + "fontawesome/brands/slack", + "fontawesome/brands/slideshare", + "fontawesome/brands/snapchat", + "fontawesome/brands/soundcloud", + "fontawesome/brands/sourcetree", + "fontawesome/brands/space-awesome", + "fontawesome/brands/speakap", + "fontawesome/brands/speaker-deck", + "fontawesome/brands/spotify", + "fontawesome/brands/square-behance", + "fontawesome/brands/square-dribbble", + "fontawesome/brands/square-facebook", + "fontawesome/brands/square-font-awesome-stroke", + "fontawesome/brands/square-font-awesome", + "fontawesome/brands/square-git", + "fontawesome/brands/square-github", + "fontawesome/brands/square-gitlab", + "fontawesome/brands/square-google-plus", + "fontawesome/brands/square-hacker-news", + "fontawesome/brands/square-instagram", + "fontawesome/brands/square-js", + "fontawesome/brands/square-lastfm", + "fontawesome/brands/square-odnoklassniki", + "fontawesome/brands/square-pied-piper", + "fontawesome/brands/square-pinterest", + "fontawesome/brands/square-reddit", + "fontawesome/brands/square-snapchat", + "fontawesome/brands/square-steam", + "fontawesome/brands/square-threads", + "fontawesome/brands/square-tumblr", + "fontawesome/brands/square-twitter", + "fontawesome/brands/square-viadeo", + "fontawesome/brands/square-vimeo", + "fontawesome/brands/square-whatsapp", + "fontawesome/brands/square-x-twitter", + "fontawesome/brands/square-xing", + "fontawesome/brands/square-youtube", + "fontawesome/brands/squarespace", + "fontawesome/brands/stack-exchange", + "fontawesome/brands/stack-overflow", + "fontawesome/brands/stackpath", + "fontawesome/brands/staylinked", + "fontawesome/brands/steam-symbol", + "fontawesome/brands/steam", + "fontawesome/brands/sticker-mule", + "fontawesome/brands/strava", + "fontawesome/brands/stripe-s", + "fontawesome/brands/stripe", + "fontawesome/brands/stubber", + "fontawesome/brands/studiovinari", + "fontawesome/brands/stumbleupon-circle", + "fontawesome/brands/stumbleupon", + "fontawesome/brands/superpowers", + "fontawesome/brands/supple", + "fontawesome/brands/suse", + "fontawesome/brands/swift", + "fontawesome/brands/symfony", + "fontawesome/brands/teamspeak", + "fontawesome/brands/telegram", + "fontawesome/brands/tencent-weibo", + "fontawesome/brands/the-red-yeti", + "fontawesome/brands/themeco", + "fontawesome/brands/themeisle", + "fontawesome/brands/think-peaks", + "fontawesome/brands/threads", + "fontawesome/brands/tiktok", + "fontawesome/brands/trade-federation", + "fontawesome/brands/trello", + "fontawesome/brands/tumblr", + "fontawesome/brands/twitch", + "fontawesome/brands/twitter", + "fontawesome/brands/typo3", + "fontawesome/brands/uber", + "fontawesome/brands/ubuntu", + "fontawesome/brands/uikit", + "fontawesome/brands/umbraco", + "fontawesome/brands/uncharted", + "fontawesome/brands/uniregistry", + "fontawesome/brands/unity", + "fontawesome/brands/unsplash", + "fontawesome/brands/untappd", + "fontawesome/brands/ups", + "fontawesome/brands/usb", + "fontawesome/brands/usps", + "fontawesome/brands/ussunnah", + "fontawesome/brands/vaadin", + "fontawesome/brands/viacoin", + "fontawesome/brands/viadeo", + "fontawesome/brands/viber", + "fontawesome/brands/vimeo-v", + "fontawesome/brands/vimeo", + "fontawesome/brands/vine", + "fontawesome/brands/vk", + "fontawesome/brands/vnv", + "fontawesome/brands/vuejs", + "fontawesome/brands/watchman-monitoring", + "fontawesome/brands/waze", + "fontawesome/brands/weebly", + "fontawesome/brands/weibo", + "fontawesome/brands/weixin", + "fontawesome/brands/whatsapp", + "fontawesome/brands/whmcs", + "fontawesome/brands/wikipedia-w", + "fontawesome/brands/windows", + "fontawesome/brands/wirsindhandwerk", + "fontawesome/brands/wix", + "fontawesome/brands/wizards-of-the-coast", + "fontawesome/brands/wodu", + "fontawesome/brands/wolf-pack-battalion", + "fontawesome/brands/wordpress-simple", + "fontawesome/brands/wordpress", + "fontawesome/brands/wpbeginner", + "fontawesome/brands/wpexplorer", + "fontawesome/brands/wpforms", + "fontawesome/brands/wpressr", + "fontawesome/brands/x-twitter", + "fontawesome/brands/xbox", + "fontawesome/brands/xing", + "fontawesome/brands/y-combinator", + "fontawesome/brands/yahoo", + "fontawesome/brands/yammer", + "fontawesome/brands/yandex-international", + "fontawesome/brands/yandex", + "fontawesome/brands/yarn", + "fontawesome/brands/yelp", + "fontawesome/brands/yoast", + "fontawesome/brands/youtube", + "fontawesome/brands/zhihu", + "fontawesome/regular/address-book", + "fontawesome/regular/address-card", + "fontawesome/regular/bell-slash", + "fontawesome/regular/bell", + "fontawesome/regular/bookmark", + "fontawesome/regular/building", + "fontawesome/regular/calendar-check", + "fontawesome/regular/calendar-days", + "fontawesome/regular/calendar-minus", + "fontawesome/regular/calendar-plus", + "fontawesome/regular/calendar-xmark", + "fontawesome/regular/calendar", + "fontawesome/regular/chart-bar", + "fontawesome/regular/chess-bishop", + "fontawesome/regular/chess-king", + "fontawesome/regular/chess-knight", + "fontawesome/regular/chess-pawn", + "fontawesome/regular/chess-queen", + "fontawesome/regular/chess-rook", + "fontawesome/regular/circle-check", + "fontawesome/regular/circle-dot", + "fontawesome/regular/circle-down", + "fontawesome/regular/circle-left", + "fontawesome/regular/circle-pause", + "fontawesome/regular/circle-play", + "fontawesome/regular/circle-question", + "fontawesome/regular/circle-right", + "fontawesome/regular/circle-stop", + "fontawesome/regular/circle-up", + "fontawesome/regular/circle-user", + "fontawesome/regular/circle-xmark", + "fontawesome/regular/circle", + "fontawesome/regular/clipboard", + "fontawesome/regular/clock", + "fontawesome/regular/clone", + "fontawesome/regular/closed-captioning", + "fontawesome/regular/comment-dots", + "fontawesome/regular/comment", + "fontawesome/regular/comments", + "fontawesome/regular/compass", + "fontawesome/regular/copy", + "fontawesome/regular/copyright", + "fontawesome/regular/credit-card", + "fontawesome/regular/envelope-open", + "fontawesome/regular/envelope", + "fontawesome/regular/eye-slash", + "fontawesome/regular/eye", + "fontawesome/regular/face-angry", + "fontawesome/regular/face-dizzy", + "fontawesome/regular/face-flushed", + "fontawesome/regular/face-frown-open", + "fontawesome/regular/face-frown", + "fontawesome/regular/face-grimace", + "fontawesome/regular/face-grin-beam-sweat", + "fontawesome/regular/face-grin-beam", + "fontawesome/regular/face-grin-hearts", + "fontawesome/regular/face-grin-squint-tears", + "fontawesome/regular/face-grin-squint", + "fontawesome/regular/face-grin-stars", + "fontawesome/regular/face-grin-tears", + "fontawesome/regular/face-grin-tongue-squint", + "fontawesome/regular/face-grin-tongue-wink", + "fontawesome/regular/face-grin-tongue", + "fontawesome/regular/face-grin-wide", + "fontawesome/regular/face-grin-wink", + "fontawesome/regular/face-grin", + "fontawesome/regular/face-kiss-beam", + "fontawesome/regular/face-kiss-wink-heart", + "fontawesome/regular/face-kiss", + "fontawesome/regular/face-laugh-beam", + "fontawesome/regular/face-laugh-squint", + "fontawesome/regular/face-laugh-wink", + "fontawesome/regular/face-laugh", + "fontawesome/regular/face-meh-blank", + "fontawesome/regular/face-meh", + "fontawesome/regular/face-rolling-eyes", + "fontawesome/regular/face-sad-cry", + "fontawesome/regular/face-sad-tear", + "fontawesome/regular/face-smile-beam", + "fontawesome/regular/face-smile-wink", + "fontawesome/regular/face-smile", + "fontawesome/regular/face-surprise", + "fontawesome/regular/face-tired", + "fontawesome/regular/file-audio", + "fontawesome/regular/file-code", + "fontawesome/regular/file-excel", + "fontawesome/regular/file-image", + "fontawesome/regular/file-lines", + "fontawesome/regular/file-pdf", + "fontawesome/regular/file-powerpoint", + "fontawesome/regular/file-video", + "fontawesome/regular/file-word", + "fontawesome/regular/file-zipper", + "fontawesome/regular/file", + "fontawesome/regular/flag", + "fontawesome/regular/floppy-disk", + "fontawesome/regular/folder-closed", + "fontawesome/regular/folder-open", + "fontawesome/regular/folder", + "fontawesome/regular/font-awesome", + "fontawesome/regular/futbol", + "fontawesome/regular/gem", + "fontawesome/regular/hand-back-fist", + "fontawesome/regular/hand-lizard", + "fontawesome/regular/hand-peace", + "fontawesome/regular/hand-point-down", + "fontawesome/regular/hand-point-left", + "fontawesome/regular/hand-point-right", + "fontawesome/regular/hand-point-up", + "fontawesome/regular/hand-pointer", + "fontawesome/regular/hand-scissors", + "fontawesome/regular/hand-spock", + "fontawesome/regular/hand", + "fontawesome/regular/handshake", + "fontawesome/regular/hard-drive", + "fontawesome/regular/heart", + "fontawesome/regular/hospital", + "fontawesome/regular/hourglass-half", + "fontawesome/regular/hourglass", + "fontawesome/regular/id-badge", + "fontawesome/regular/id-card", + "fontawesome/regular/image", + "fontawesome/regular/images", + "fontawesome/regular/keyboard", + "fontawesome/regular/lemon", + "fontawesome/regular/life-ring", + "fontawesome/regular/lightbulb", + "fontawesome/regular/map", + "fontawesome/regular/message", + "fontawesome/regular/money-bill-1", + "fontawesome/regular/moon", + "fontawesome/regular/newspaper", + "fontawesome/regular/note-sticky", + "fontawesome/regular/object-group", + "fontawesome/regular/object-ungroup", + "fontawesome/regular/paper-plane", + "fontawesome/regular/paste", + "fontawesome/regular/pen-to-square", + "fontawesome/regular/rectangle-list", + "fontawesome/regular/rectangle-xmark", + "fontawesome/regular/registered", + "fontawesome/regular/share-from-square", + "fontawesome/regular/snowflake", + "fontawesome/regular/square-caret-down", + "fontawesome/regular/square-caret-left", + "fontawesome/regular/square-caret-right", + "fontawesome/regular/square-caret-up", + "fontawesome/regular/square-check", + "fontawesome/regular/square-full", + "fontawesome/regular/square-minus", + "fontawesome/regular/square-plus", + "fontawesome/regular/square", + "fontawesome/regular/star-half-stroke", + "fontawesome/regular/star-half", + "fontawesome/regular/star", + "fontawesome/regular/sun", + "fontawesome/regular/thumbs-down", + "fontawesome/regular/thumbs-up", + "fontawesome/regular/trash-can", + "fontawesome/regular/user", + "fontawesome/regular/window-maximize", + "fontawesome/regular/window-minimize", + "fontawesome/regular/window-restore", + "fontawesome/solid/0", + "fontawesome/solid/1", + "fontawesome/solid/2", + "fontawesome/solid/3", + "fontawesome/solid/4", + "fontawesome/solid/5", + "fontawesome/solid/6", + "fontawesome/solid/7", + "fontawesome/solid/8", + "fontawesome/solid/9", + "fontawesome/solid/a", + "fontawesome/solid/address-book", + "fontawesome/solid/address-card", + "fontawesome/solid/align-center", + "fontawesome/solid/align-justify", + "fontawesome/solid/align-left", + "fontawesome/solid/align-right", + "fontawesome/solid/anchor-circle-check", + "fontawesome/solid/anchor-circle-exclamation", + "fontawesome/solid/anchor-circle-xmark", + "fontawesome/solid/anchor-lock", + "fontawesome/solid/anchor", + "fontawesome/solid/angle-down", + "fontawesome/solid/angle-left", + "fontawesome/solid/angle-right", + "fontawesome/solid/angle-up", + "fontawesome/solid/angles-down", + "fontawesome/solid/angles-left", + "fontawesome/solid/angles-right", + "fontawesome/solid/angles-up", + "fontawesome/solid/ankh", + "fontawesome/solid/apple-whole", + "fontawesome/solid/archway", + "fontawesome/solid/arrow-down-1-9", + "fontawesome/solid/arrow-down-9-1", + "fontawesome/solid/arrow-down-a-z", + "fontawesome/solid/arrow-down-long", + "fontawesome/solid/arrow-down-short-wide", + "fontawesome/solid/arrow-down-up-across-line", + "fontawesome/solid/arrow-down-up-lock", + "fontawesome/solid/arrow-down-wide-short", + "fontawesome/solid/arrow-down-z-a", + "fontawesome/solid/arrow-down", + "fontawesome/solid/arrow-left-long", + "fontawesome/solid/arrow-left", + "fontawesome/solid/arrow-pointer", + "fontawesome/solid/arrow-right-arrow-left", + "fontawesome/solid/arrow-right-from-bracket", + "fontawesome/solid/arrow-right-long", + "fontawesome/solid/arrow-right-to-bracket", + "fontawesome/solid/arrow-right-to-city", + "fontawesome/solid/arrow-right", + "fontawesome/solid/arrow-rotate-left", + "fontawesome/solid/arrow-rotate-right", + "fontawesome/solid/arrow-trend-down", + "fontawesome/solid/arrow-trend-up", + "fontawesome/solid/arrow-turn-down", + "fontawesome/solid/arrow-turn-up", + "fontawesome/solid/arrow-up-1-9", + "fontawesome/solid/arrow-up-9-1", + "fontawesome/solid/arrow-up-a-z", + "fontawesome/solid/arrow-up-from-bracket", + "fontawesome/solid/arrow-up-from-ground-water", + "fontawesome/solid/arrow-up-from-water-pump", + "fontawesome/solid/arrow-up-long", + "fontawesome/solid/arrow-up-right-dots", + "fontawesome/solid/arrow-up-right-from-square", + "fontawesome/solid/arrow-up-short-wide", + "fontawesome/solid/arrow-up-wide-short", + "fontawesome/solid/arrow-up-z-a", + "fontawesome/solid/arrow-up", + "fontawesome/solid/arrows-down-to-line", + "fontawesome/solid/arrows-down-to-people", + "fontawesome/solid/arrows-left-right-to-line", + "fontawesome/solid/arrows-left-right", + "fontawesome/solid/arrows-rotate", + "fontawesome/solid/arrows-spin", + "fontawesome/solid/arrows-split-up-and-left", + "fontawesome/solid/arrows-to-circle", + "fontawesome/solid/arrows-to-dot", + "fontawesome/solid/arrows-to-eye", + "fontawesome/solid/arrows-turn-right", + "fontawesome/solid/arrows-turn-to-dots", + "fontawesome/solid/arrows-up-down-left-right", + "fontawesome/solid/arrows-up-down", + "fontawesome/solid/arrows-up-to-line", + "fontawesome/solid/asterisk", + "fontawesome/solid/at", + "fontawesome/solid/atom", + "fontawesome/solid/audio-description", + "fontawesome/solid/austral-sign", + "fontawesome/solid/award", + "fontawesome/solid/b", + "fontawesome/solid/baby-carriage", + "fontawesome/solid/baby", + "fontawesome/solid/backward-fast", + "fontawesome/solid/backward-step", + "fontawesome/solid/backward", + "fontawesome/solid/bacon", + "fontawesome/solid/bacteria", + "fontawesome/solid/bacterium", + "fontawesome/solid/bag-shopping", + "fontawesome/solid/bahai", + "fontawesome/solid/baht-sign", + "fontawesome/solid/ban-smoking", + "fontawesome/solid/ban", + "fontawesome/solid/bandage", + "fontawesome/solid/bangladeshi-taka-sign", + "fontawesome/solid/barcode", + "fontawesome/solid/bars-progress", + "fontawesome/solid/bars-staggered", + "fontawesome/solid/bars", + "fontawesome/solid/baseball-bat-ball", + "fontawesome/solid/baseball", + "fontawesome/solid/basket-shopping", + "fontawesome/solid/basketball", + "fontawesome/solid/bath", + "fontawesome/solid/battery-empty", + "fontawesome/solid/battery-full", + "fontawesome/solid/battery-half", + "fontawesome/solid/battery-quarter", + "fontawesome/solid/battery-three-quarters", + "fontawesome/solid/bed-pulse", + "fontawesome/solid/bed", + "fontawesome/solid/beer-mug-empty", + "fontawesome/solid/bell-concierge", + "fontawesome/solid/bell-slash", + "fontawesome/solid/bell", + "fontawesome/solid/bezier-curve", + "fontawesome/solid/bicycle", + "fontawesome/solid/binoculars", + "fontawesome/solid/biohazard", + "fontawesome/solid/bitcoin-sign", + "fontawesome/solid/blender-phone", + "fontawesome/solid/blender", + "fontawesome/solid/blog", + "fontawesome/solid/bold", + "fontawesome/solid/bolt-lightning", + "fontawesome/solid/bolt", + "fontawesome/solid/bomb", + "fontawesome/solid/bone", + "fontawesome/solid/bong", + "fontawesome/solid/book-atlas", + "fontawesome/solid/book-bible", + "fontawesome/solid/book-bookmark", + "fontawesome/solid/book-journal-whills", + "fontawesome/solid/book-medical", + "fontawesome/solid/book-open-reader", + "fontawesome/solid/book-open", + "fontawesome/solid/book-quran", + "fontawesome/solid/book-skull", + "fontawesome/solid/book-tanakh", + "fontawesome/solid/book", + "fontawesome/solid/bookmark", + "fontawesome/solid/border-all", + "fontawesome/solid/border-none", + "fontawesome/solid/border-top-left", + "fontawesome/solid/bore-hole", + "fontawesome/solid/bottle-droplet", + "fontawesome/solid/bottle-water", + "fontawesome/solid/bowl-food", + "fontawesome/solid/bowl-rice", + "fontawesome/solid/bowling-ball", + "fontawesome/solid/box-archive", + "fontawesome/solid/box-open", + "fontawesome/solid/box-tissue", + "fontawesome/solid/box", + "fontawesome/solid/boxes-packing", + "fontawesome/solid/boxes-stacked", + "fontawesome/solid/braille", + "fontawesome/solid/brain", + "fontawesome/solid/brazilian-real-sign", + "fontawesome/solid/bread-slice", + "fontawesome/solid/bridge-circle-check", + "fontawesome/solid/bridge-circle-exclamation", + "fontawesome/solid/bridge-circle-xmark", + "fontawesome/solid/bridge-lock", + "fontawesome/solid/bridge-water", + "fontawesome/solid/bridge", + "fontawesome/solid/briefcase-medical", + "fontawesome/solid/briefcase", + "fontawesome/solid/broom-ball", + "fontawesome/solid/broom", + "fontawesome/solid/brush", + "fontawesome/solid/bucket", + "fontawesome/solid/bug-slash", + "fontawesome/solid/bug", + "fontawesome/solid/bugs", + "fontawesome/solid/building-circle-arrow-right", + "fontawesome/solid/building-circle-check", + "fontawesome/solid/building-circle-exclamation", + "fontawesome/solid/building-circle-xmark", + "fontawesome/solid/building-columns", + "fontawesome/solid/building-flag", + "fontawesome/solid/building-lock", + "fontawesome/solid/building-ngo", + "fontawesome/solid/building-shield", + "fontawesome/solid/building-un", + "fontawesome/solid/building-user", + "fontawesome/solid/building-wheat", + "fontawesome/solid/building", + "fontawesome/solid/bullhorn", + "fontawesome/solid/bullseye", + "fontawesome/solid/burger", + "fontawesome/solid/burst", + "fontawesome/solid/bus-simple", + "fontawesome/solid/bus", + "fontawesome/solid/business-time", + "fontawesome/solid/c", + "fontawesome/solid/cable-car", + "fontawesome/solid/cake-candles", + "fontawesome/solid/calculator", + "fontawesome/solid/calendar-check", + "fontawesome/solid/calendar-day", + "fontawesome/solid/calendar-days", + "fontawesome/solid/calendar-minus", + "fontawesome/solid/calendar-plus", + "fontawesome/solid/calendar-week", + "fontawesome/solid/calendar-xmark", + "fontawesome/solid/calendar", + "fontawesome/solid/camera-retro", + "fontawesome/solid/camera-rotate", + "fontawesome/solid/camera", + "fontawesome/solid/campground", + "fontawesome/solid/candy-cane", + "fontawesome/solid/cannabis", + "fontawesome/solid/capsules", + "fontawesome/solid/car-battery", + "fontawesome/solid/car-burst", + "fontawesome/solid/car-on", + "fontawesome/solid/car-rear", + "fontawesome/solid/car-side", + "fontawesome/solid/car-tunnel", + "fontawesome/solid/car", + "fontawesome/solid/caravan", + "fontawesome/solid/caret-down", + "fontawesome/solid/caret-left", + "fontawesome/solid/caret-right", + "fontawesome/solid/caret-up", + "fontawesome/solid/carrot", + "fontawesome/solid/cart-arrow-down", + "fontawesome/solid/cart-flatbed-suitcase", + "fontawesome/solid/cart-flatbed", + "fontawesome/solid/cart-plus", + "fontawesome/solid/cart-shopping", + "fontawesome/solid/cash-register", + "fontawesome/solid/cat", + "fontawesome/solid/cedi-sign", + "fontawesome/solid/cent-sign", + "fontawesome/solid/certificate", + "fontawesome/solid/chair", + "fontawesome/solid/chalkboard-user", + "fontawesome/solid/chalkboard", + "fontawesome/solid/champagne-glasses", + "fontawesome/solid/charging-station", + "fontawesome/solid/chart-area", + "fontawesome/solid/chart-bar", + "fontawesome/solid/chart-column", + "fontawesome/solid/chart-gantt", + "fontawesome/solid/chart-line", + "fontawesome/solid/chart-pie", + "fontawesome/solid/chart-simple", + "fontawesome/solid/check-double", + "fontawesome/solid/check-to-slot", + "fontawesome/solid/check", + "fontawesome/solid/cheese", + "fontawesome/solid/chess-bishop", + "fontawesome/solid/chess-board", + "fontawesome/solid/chess-king", + "fontawesome/solid/chess-knight", + "fontawesome/solid/chess-pawn", + "fontawesome/solid/chess-queen", + "fontawesome/solid/chess-rook", + "fontawesome/solid/chess", + "fontawesome/solid/chevron-down", + "fontawesome/solid/chevron-left", + "fontawesome/solid/chevron-right", + "fontawesome/solid/chevron-up", + "fontawesome/solid/child-combatant", + "fontawesome/solid/child-dress", + "fontawesome/solid/child-reaching", + "fontawesome/solid/child", + "fontawesome/solid/children", + "fontawesome/solid/church", + "fontawesome/solid/circle-arrow-down", + "fontawesome/solid/circle-arrow-left", + "fontawesome/solid/circle-arrow-right", + "fontawesome/solid/circle-arrow-up", + "fontawesome/solid/circle-check", + "fontawesome/solid/circle-chevron-down", + "fontawesome/solid/circle-chevron-left", + "fontawesome/solid/circle-chevron-right", + "fontawesome/solid/circle-chevron-up", + "fontawesome/solid/circle-dollar-to-slot", + "fontawesome/solid/circle-dot", + "fontawesome/solid/circle-down", + "fontawesome/solid/circle-exclamation", + "fontawesome/solid/circle-h", + "fontawesome/solid/circle-half-stroke", + "fontawesome/solid/circle-info", + "fontawesome/solid/circle-left", + "fontawesome/solid/circle-minus", + "fontawesome/solid/circle-nodes", + "fontawesome/solid/circle-notch", + "fontawesome/solid/circle-pause", + "fontawesome/solid/circle-play", + "fontawesome/solid/circle-plus", + "fontawesome/solid/circle-question", + "fontawesome/solid/circle-radiation", + "fontawesome/solid/circle-right", + "fontawesome/solid/circle-stop", + "fontawesome/solid/circle-up", + "fontawesome/solid/circle-user", + "fontawesome/solid/circle-xmark", + "fontawesome/solid/circle", + "fontawesome/solid/city", + "fontawesome/solid/clapperboard", + "fontawesome/solid/clipboard-check", + "fontawesome/solid/clipboard-list", + "fontawesome/solid/clipboard-question", + "fontawesome/solid/clipboard-user", + "fontawesome/solid/clipboard", + "fontawesome/solid/clock-rotate-left", + "fontawesome/solid/clock", + "fontawesome/solid/clone", + "fontawesome/solid/closed-captioning", + "fontawesome/solid/cloud-arrow-down", + "fontawesome/solid/cloud-arrow-up", + "fontawesome/solid/cloud-bolt", + "fontawesome/solid/cloud-meatball", + "fontawesome/solid/cloud-moon-rain", + "fontawesome/solid/cloud-moon", + "fontawesome/solid/cloud-rain", + "fontawesome/solid/cloud-showers-heavy", + "fontawesome/solid/cloud-showers-water", + "fontawesome/solid/cloud-sun-rain", + "fontawesome/solid/cloud-sun", + "fontawesome/solid/cloud", + "fontawesome/solid/clover", + "fontawesome/solid/code-branch", + "fontawesome/solid/code-commit", + "fontawesome/solid/code-compare", + "fontawesome/solid/code-fork", + "fontawesome/solid/code-merge", + "fontawesome/solid/code-pull-request", + "fontawesome/solid/code", + "fontawesome/solid/coins", + "fontawesome/solid/colon-sign", + "fontawesome/solid/comment-dollar", + "fontawesome/solid/comment-dots", + "fontawesome/solid/comment-medical", + "fontawesome/solid/comment-slash", + "fontawesome/solid/comment-sms", + "fontawesome/solid/comment", + "fontawesome/solid/comments-dollar", + "fontawesome/solid/comments", + "fontawesome/solid/compact-disc", + "fontawesome/solid/compass-drafting", + "fontawesome/solid/compass", + "fontawesome/solid/compress", + "fontawesome/solid/computer-mouse", + "fontawesome/solid/computer", + "fontawesome/solid/cookie-bite", + "fontawesome/solid/cookie", + "fontawesome/solid/copy", + "fontawesome/solid/copyright", + "fontawesome/solid/couch", + "fontawesome/solid/cow", + "fontawesome/solid/credit-card", + "fontawesome/solid/crop-simple", + "fontawesome/solid/crop", + "fontawesome/solid/cross", + "fontawesome/solid/crosshairs", + "fontawesome/solid/crow", + "fontawesome/solid/crown", + "fontawesome/solid/crutch", + "fontawesome/solid/cruzeiro-sign", + "fontawesome/solid/cube", + "fontawesome/solid/cubes-stacked", + "fontawesome/solid/cubes", + "fontawesome/solid/d", + "fontawesome/solid/database", + "fontawesome/solid/delete-left", + "fontawesome/solid/democrat", + "fontawesome/solid/desktop", + "fontawesome/solid/dharmachakra", + "fontawesome/solid/diagram-next", + "fontawesome/solid/diagram-predecessor", + "fontawesome/solid/diagram-project", + "fontawesome/solid/diagram-successor", + "fontawesome/solid/diamond-turn-right", + "fontawesome/solid/diamond", + "fontawesome/solid/dice-d20", + "fontawesome/solid/dice-d6", + "fontawesome/solid/dice-five", + "fontawesome/solid/dice-four", + "fontawesome/solid/dice-one", + "fontawesome/solid/dice-six", + "fontawesome/solid/dice-three", + "fontawesome/solid/dice-two", + "fontawesome/solid/dice", + "fontawesome/solid/disease", + "fontawesome/solid/display", + "fontawesome/solid/divide", + "fontawesome/solid/dna", + "fontawesome/solid/dog", + "fontawesome/solid/dollar-sign", + "fontawesome/solid/dolly", + "fontawesome/solid/dong-sign", + "fontawesome/solid/door-closed", + "fontawesome/solid/door-open", + "fontawesome/solid/dove", + "fontawesome/solid/down-left-and-up-right-to-center", + "fontawesome/solid/down-long", + "fontawesome/solid/download", + "fontawesome/solid/dragon", + "fontawesome/solid/draw-polygon", + "fontawesome/solid/droplet-slash", + "fontawesome/solid/droplet", + "fontawesome/solid/drum-steelpan", + "fontawesome/solid/drum", + "fontawesome/solid/drumstick-bite", + "fontawesome/solid/dumbbell", + "fontawesome/solid/dumpster-fire", + "fontawesome/solid/dumpster", + "fontawesome/solid/dungeon", + "fontawesome/solid/e", + "fontawesome/solid/ear-deaf", + "fontawesome/solid/ear-listen", + "fontawesome/solid/earth-africa", + "fontawesome/solid/earth-americas", + "fontawesome/solid/earth-asia", + "fontawesome/solid/earth-europe", + "fontawesome/solid/earth-oceania", + "fontawesome/solid/egg", + "fontawesome/solid/eject", + "fontawesome/solid/elevator", + "fontawesome/solid/ellipsis-vertical", + "fontawesome/solid/ellipsis", + "fontawesome/solid/envelope-circle-check", + "fontawesome/solid/envelope-open-text", + "fontawesome/solid/envelope-open", + "fontawesome/solid/envelope", + "fontawesome/solid/envelopes-bulk", + "fontawesome/solid/equals", + "fontawesome/solid/eraser", + "fontawesome/solid/ethernet", + "fontawesome/solid/euro-sign", + "fontawesome/solid/exclamation", + "fontawesome/solid/expand", + "fontawesome/solid/explosion", + "fontawesome/solid/eye-dropper", + "fontawesome/solid/eye-low-vision", + "fontawesome/solid/eye-slash", + "fontawesome/solid/eye", + "fontawesome/solid/f", + "fontawesome/solid/face-angry", + "fontawesome/solid/face-dizzy", + "fontawesome/solid/face-flushed", + "fontawesome/solid/face-frown-open", + "fontawesome/solid/face-frown", + "fontawesome/solid/face-grimace", + "fontawesome/solid/face-grin-beam-sweat", + "fontawesome/solid/face-grin-beam", + "fontawesome/solid/face-grin-hearts", + "fontawesome/solid/face-grin-squint-tears", + "fontawesome/solid/face-grin-squint", + "fontawesome/solid/face-grin-stars", + "fontawesome/solid/face-grin-tears", + "fontawesome/solid/face-grin-tongue-squint", + "fontawesome/solid/face-grin-tongue-wink", + "fontawesome/solid/face-grin-tongue", + "fontawesome/solid/face-grin-wide", + "fontawesome/solid/face-grin-wink", + "fontawesome/solid/face-grin", + "fontawesome/solid/face-kiss-beam", + "fontawesome/solid/face-kiss-wink-heart", + "fontawesome/solid/face-kiss", + "fontawesome/solid/face-laugh-beam", + "fontawesome/solid/face-laugh-squint", + "fontawesome/solid/face-laugh-wink", + "fontawesome/solid/face-laugh", + "fontawesome/solid/face-meh-blank", + "fontawesome/solid/face-meh", + "fontawesome/solid/face-rolling-eyes", + "fontawesome/solid/face-sad-cry", + "fontawesome/solid/face-sad-tear", + "fontawesome/solid/face-smile-beam", + "fontawesome/solid/face-smile-wink", + "fontawesome/solid/face-smile", + "fontawesome/solid/face-surprise", + "fontawesome/solid/face-tired", + "fontawesome/solid/fan", + "fontawesome/solid/faucet-drip", + "fontawesome/solid/faucet", + "fontawesome/solid/fax", + "fontawesome/solid/feather-pointed", + "fontawesome/solid/feather", + "fontawesome/solid/ferry", + "fontawesome/solid/file-arrow-down", + "fontawesome/solid/file-arrow-up", + "fontawesome/solid/file-audio", + "fontawesome/solid/file-circle-check", + "fontawesome/solid/file-circle-exclamation", + "fontawesome/solid/file-circle-minus", + "fontawesome/solid/file-circle-plus", + "fontawesome/solid/file-circle-question", + "fontawesome/solid/file-circle-xmark", + "fontawesome/solid/file-code", + "fontawesome/solid/file-contract", + "fontawesome/solid/file-csv", + "fontawesome/solid/file-excel", + "fontawesome/solid/file-export", + "fontawesome/solid/file-image", + "fontawesome/solid/file-import", + "fontawesome/solid/file-invoice-dollar", + "fontawesome/solid/file-invoice", + "fontawesome/solid/file-lines", + "fontawesome/solid/file-medical", + "fontawesome/solid/file-pdf", + "fontawesome/solid/file-pen", + "fontawesome/solid/file-powerpoint", + "fontawesome/solid/file-prescription", + "fontawesome/solid/file-shield", + "fontawesome/solid/file-signature", + "fontawesome/solid/file-video", + "fontawesome/solid/file-waveform", + "fontawesome/solid/file-word", + "fontawesome/solid/file-zipper", + "fontawesome/solid/file", + "fontawesome/solid/fill-drip", + "fontawesome/solid/fill", + "fontawesome/solid/film", + "fontawesome/solid/filter-circle-dollar", + "fontawesome/solid/filter-circle-xmark", + "fontawesome/solid/filter", + "fontawesome/solid/fingerprint", + "fontawesome/solid/fire-burner", + "fontawesome/solid/fire-extinguisher", + "fontawesome/solid/fire-flame-curved", + "fontawesome/solid/fire-flame-simple", + "fontawesome/solid/fire", + "fontawesome/solid/fish-fins", + "fontawesome/solid/fish", + "fontawesome/solid/flag-checkered", + "fontawesome/solid/flag-usa", + "fontawesome/solid/flag", + "fontawesome/solid/flask-vial", + "fontawesome/solid/flask", + "fontawesome/solid/floppy-disk", + "fontawesome/solid/florin-sign", + "fontawesome/solid/folder-closed", + "fontawesome/solid/folder-minus", + "fontawesome/solid/folder-open", + "fontawesome/solid/folder-plus", + "fontawesome/solid/folder-tree", + "fontawesome/solid/folder", + "fontawesome/solid/font-awesome", + "fontawesome/solid/font", + "fontawesome/solid/football", + "fontawesome/solid/forward-fast", + "fontawesome/solid/forward-step", + "fontawesome/solid/forward", + "fontawesome/solid/franc-sign", + "fontawesome/solid/frog", + "fontawesome/solid/futbol", + "fontawesome/solid/g", + "fontawesome/solid/gamepad", + "fontawesome/solid/gas-pump", + "fontawesome/solid/gauge-high", + "fontawesome/solid/gauge-simple-high", + "fontawesome/solid/gauge-simple", + "fontawesome/solid/gauge", + "fontawesome/solid/gavel", + "fontawesome/solid/gear", + "fontawesome/solid/gears", + "fontawesome/solid/gem", + "fontawesome/solid/genderless", + "fontawesome/solid/ghost", + "fontawesome/solid/gift", + "fontawesome/solid/gifts", + "fontawesome/solid/glass-water-droplet", + "fontawesome/solid/glass-water", + "fontawesome/solid/glasses", + "fontawesome/solid/globe", + "fontawesome/solid/golf-ball-tee", + "fontawesome/solid/gopuram", + "fontawesome/solid/graduation-cap", + "fontawesome/solid/greater-than-equal", + "fontawesome/solid/greater-than", + "fontawesome/solid/grip-lines-vertical", + "fontawesome/solid/grip-lines", + "fontawesome/solid/grip-vertical", + "fontawesome/solid/grip", + "fontawesome/solid/group-arrows-rotate", + "fontawesome/solid/guarani-sign", + "fontawesome/solid/guitar", + "fontawesome/solid/gun", + "fontawesome/solid/h", + "fontawesome/solid/hammer", + "fontawesome/solid/hamsa", + "fontawesome/solid/hand-back-fist", + "fontawesome/solid/hand-dots", + "fontawesome/solid/hand-fist", + "fontawesome/solid/hand-holding-dollar", + "fontawesome/solid/hand-holding-droplet", + "fontawesome/solid/hand-holding-hand", + "fontawesome/solid/hand-holding-heart", + "fontawesome/solid/hand-holding-medical", + "fontawesome/solid/hand-holding", + "fontawesome/solid/hand-lizard", + "fontawesome/solid/hand-middle-finger", + "fontawesome/solid/hand-peace", + "fontawesome/solid/hand-point-down", + "fontawesome/solid/hand-point-left", + "fontawesome/solid/hand-point-right", + "fontawesome/solid/hand-point-up", + "fontawesome/solid/hand-pointer", + "fontawesome/solid/hand-scissors", + "fontawesome/solid/hand-sparkles", + "fontawesome/solid/hand-spock", + "fontawesome/solid/hand", + "fontawesome/solid/handcuffs", + "fontawesome/solid/hands-asl-interpreting", + "fontawesome/solid/hands-bound", + "fontawesome/solid/hands-bubbles", + "fontawesome/solid/hands-clapping", + "fontawesome/solid/hands-holding-child", + "fontawesome/solid/hands-holding-circle", + "fontawesome/solid/hands-holding", + "fontawesome/solid/hands-praying", + "fontawesome/solid/hands", + "fontawesome/solid/handshake-angle", + "fontawesome/solid/handshake-simple-slash", + "fontawesome/solid/handshake-simple", + "fontawesome/solid/handshake-slash", + "fontawesome/solid/handshake", + "fontawesome/solid/hanukiah", + "fontawesome/solid/hard-drive", + "fontawesome/solid/hashtag", + "fontawesome/solid/hat-cowboy-side", + "fontawesome/solid/hat-cowboy", + "fontawesome/solid/hat-wizard", + "fontawesome/solid/head-side-cough-slash", + "fontawesome/solid/head-side-cough", + "fontawesome/solid/head-side-mask", + "fontawesome/solid/head-side-virus", + "fontawesome/solid/heading", + "fontawesome/solid/headphones-simple", + "fontawesome/solid/headphones", + "fontawesome/solid/headset", + "fontawesome/solid/heart-circle-bolt", + "fontawesome/solid/heart-circle-check", + "fontawesome/solid/heart-circle-exclamation", + "fontawesome/solid/heart-circle-minus", + "fontawesome/solid/heart-circle-plus", + "fontawesome/solid/heart-circle-xmark", + "fontawesome/solid/heart-crack", + "fontawesome/solid/heart-pulse", + "fontawesome/solid/heart", + "fontawesome/solid/helicopter-symbol", + "fontawesome/solid/helicopter", + "fontawesome/solid/helmet-safety", + "fontawesome/solid/helmet-un", + "fontawesome/solid/highlighter", + "fontawesome/solid/hill-avalanche", + "fontawesome/solid/hill-rockslide", + "fontawesome/solid/hippo", + "fontawesome/solid/hockey-puck", + "fontawesome/solid/holly-berry", + "fontawesome/solid/horse-head", + "fontawesome/solid/horse", + "fontawesome/solid/hospital-user", + "fontawesome/solid/hospital", + "fontawesome/solid/hot-tub-person", + "fontawesome/solid/hotdog", + "fontawesome/solid/hotel", + "fontawesome/solid/hourglass-end", + "fontawesome/solid/hourglass-half", + "fontawesome/solid/hourglass-start", + "fontawesome/solid/hourglass", + "fontawesome/solid/house-chimney-crack", + "fontawesome/solid/house-chimney-medical", + "fontawesome/solid/house-chimney-user", + "fontawesome/solid/house-chimney-window", + "fontawesome/solid/house-chimney", + "fontawesome/solid/house-circle-check", + "fontawesome/solid/house-circle-exclamation", + "fontawesome/solid/house-circle-xmark", + "fontawesome/solid/house-crack", + "fontawesome/solid/house-fire", + "fontawesome/solid/house-flag", + "fontawesome/solid/house-flood-water-circle-arrow-right", + "fontawesome/solid/house-flood-water", + "fontawesome/solid/house-laptop", + "fontawesome/solid/house-lock", + "fontawesome/solid/house-medical-circle-check", + "fontawesome/solid/house-medical-circle-exclamation", + "fontawesome/solid/house-medical-circle-xmark", + "fontawesome/solid/house-medical-flag", + "fontawesome/solid/house-medical", + "fontawesome/solid/house-signal", + "fontawesome/solid/house-tsunami", + "fontawesome/solid/house-user", + "fontawesome/solid/house", + "fontawesome/solid/hryvnia-sign", + "fontawesome/solid/hurricane", + "fontawesome/solid/i-cursor", + "fontawesome/solid/i", + "fontawesome/solid/ice-cream", + "fontawesome/solid/icicles", + "fontawesome/solid/icons", + "fontawesome/solid/id-badge", + "fontawesome/solid/id-card-clip", + "fontawesome/solid/id-card", + "fontawesome/solid/igloo", + "fontawesome/solid/image-portrait", + "fontawesome/solid/image", + "fontawesome/solid/images", + "fontawesome/solid/inbox", + "fontawesome/solid/indent", + "fontawesome/solid/indian-rupee-sign", + "fontawesome/solid/industry", + "fontawesome/solid/infinity", + "fontawesome/solid/info", + "fontawesome/solid/italic", + "fontawesome/solid/j", + "fontawesome/solid/jar-wheat", + "fontawesome/solid/jar", + "fontawesome/solid/jedi", + "fontawesome/solid/jet-fighter-up", + "fontawesome/solid/jet-fighter", + "fontawesome/solid/joint", + "fontawesome/solid/jug-detergent", + "fontawesome/solid/k", + "fontawesome/solid/kaaba", + "fontawesome/solid/key", + "fontawesome/solid/keyboard", + "fontawesome/solid/khanda", + "fontawesome/solid/kip-sign", + "fontawesome/solid/kit-medical", + "fontawesome/solid/kitchen-set", + "fontawesome/solid/kiwi-bird", + "fontawesome/solid/l", + "fontawesome/solid/land-mine-on", + "fontawesome/solid/landmark-dome", + "fontawesome/solid/landmark-flag", + "fontawesome/solid/landmark", + "fontawesome/solid/language", + "fontawesome/solid/laptop-code", + "fontawesome/solid/laptop-file", + "fontawesome/solid/laptop-medical", + "fontawesome/solid/laptop", + "fontawesome/solid/lari-sign", + "fontawesome/solid/layer-group", + "fontawesome/solid/leaf", + "fontawesome/solid/left-long", + "fontawesome/solid/left-right", + "fontawesome/solid/lemon", + "fontawesome/solid/less-than-equal", + "fontawesome/solid/less-than", + "fontawesome/solid/life-ring", + "fontawesome/solid/lightbulb", + "fontawesome/solid/lines-leaning", + "fontawesome/solid/link-slash", + "fontawesome/solid/link", + "fontawesome/solid/lira-sign", + "fontawesome/solid/list-check", + "fontawesome/solid/list-ol", + "fontawesome/solid/list-ul", + "fontawesome/solid/list", + "fontawesome/solid/litecoin-sign", + "fontawesome/solid/location-arrow", + "fontawesome/solid/location-crosshairs", + "fontawesome/solid/location-dot", + "fontawesome/solid/location-pin-lock", + "fontawesome/solid/location-pin", + "fontawesome/solid/lock-open", + "fontawesome/solid/lock", + "fontawesome/solid/locust", + "fontawesome/solid/lungs-virus", + "fontawesome/solid/lungs", + "fontawesome/solid/m", + "fontawesome/solid/magnet", + "fontawesome/solid/magnifying-glass-arrow-right", + "fontawesome/solid/magnifying-glass-chart", + "fontawesome/solid/magnifying-glass-dollar", + "fontawesome/solid/magnifying-glass-location", + "fontawesome/solid/magnifying-glass-minus", + "fontawesome/solid/magnifying-glass-plus", + "fontawesome/solid/magnifying-glass", + "fontawesome/solid/manat-sign", + "fontawesome/solid/map-location-dot", + "fontawesome/solid/map-location", + "fontawesome/solid/map-pin", + "fontawesome/solid/map", + "fontawesome/solid/marker", + "fontawesome/solid/mars-and-venus-burst", + "fontawesome/solid/mars-and-venus", + "fontawesome/solid/mars-double", + "fontawesome/solid/mars-stroke-right", + "fontawesome/solid/mars-stroke-up", + "fontawesome/solid/mars-stroke", + "fontawesome/solid/mars", + "fontawesome/solid/martini-glass-citrus", + "fontawesome/solid/martini-glass-empty", + "fontawesome/solid/martini-glass", + "fontawesome/solid/mask-face", + "fontawesome/solid/mask-ventilator", + "fontawesome/solid/mask", + "fontawesome/solid/masks-theater", + "fontawesome/solid/mattress-pillow", + "fontawesome/solid/maximize", + "fontawesome/solid/medal", + "fontawesome/solid/memory", + "fontawesome/solid/menorah", + "fontawesome/solid/mercury", + "fontawesome/solid/message", + "fontawesome/solid/meteor", + "fontawesome/solid/microchip", + "fontawesome/solid/microphone-lines-slash", + "fontawesome/solid/microphone-lines", + "fontawesome/solid/microphone-slash", + "fontawesome/solid/microphone", + "fontawesome/solid/microscope", + "fontawesome/solid/mill-sign", + "fontawesome/solid/minimize", + "fontawesome/solid/minus", + "fontawesome/solid/mitten", + "fontawesome/solid/mobile-button", + "fontawesome/solid/mobile-retro", + "fontawesome/solid/mobile-screen-button", + "fontawesome/solid/mobile-screen", + "fontawesome/solid/mobile", + "fontawesome/solid/money-bill-1-wave", + "fontawesome/solid/money-bill-1", + "fontawesome/solid/money-bill-transfer", + "fontawesome/solid/money-bill-trend-up", + "fontawesome/solid/money-bill-wave", + "fontawesome/solid/money-bill-wheat", + "fontawesome/solid/money-bill", + "fontawesome/solid/money-bills", + "fontawesome/solid/money-check-dollar", + "fontawesome/solid/money-check", + "fontawesome/solid/monument", + "fontawesome/solid/moon", + "fontawesome/solid/mortar-pestle", + "fontawesome/solid/mosque", + "fontawesome/solid/mosquito-net", + "fontawesome/solid/mosquito", + "fontawesome/solid/motorcycle", + "fontawesome/solid/mound", + "fontawesome/solid/mountain-city", + "fontawesome/solid/mountain-sun", + "fontawesome/solid/mountain", + "fontawesome/solid/mug-hot", + "fontawesome/solid/mug-saucer", + "fontawesome/solid/music", + "fontawesome/solid/n", + "fontawesome/solid/naira-sign", + "fontawesome/solid/network-wired", + "fontawesome/solid/neuter", + "fontawesome/solid/newspaper", + "fontawesome/solid/not-equal", + "fontawesome/solid/notdef", + "fontawesome/solid/note-sticky", + "fontawesome/solid/notes-medical", + "fontawesome/solid/o", + "fontawesome/solid/object-group", + "fontawesome/solid/object-ungroup", + "fontawesome/solid/oil-can", + "fontawesome/solid/oil-well", + "fontawesome/solid/om", + "fontawesome/solid/otter", + "fontawesome/solid/outdent", + "fontawesome/solid/p", + "fontawesome/solid/pager", + "fontawesome/solid/paint-roller", + "fontawesome/solid/paintbrush", + "fontawesome/solid/palette", + "fontawesome/solid/pallet", + "fontawesome/solid/panorama", + "fontawesome/solid/paper-plane", + "fontawesome/solid/paperclip", + "fontawesome/solid/parachute-box", + "fontawesome/solid/paragraph", + "fontawesome/solid/passport", + "fontawesome/solid/paste", + "fontawesome/solid/pause", + "fontawesome/solid/paw", + "fontawesome/solid/peace", + "fontawesome/solid/pen-clip", + "fontawesome/solid/pen-fancy", + "fontawesome/solid/pen-nib", + "fontawesome/solid/pen-ruler", + "fontawesome/solid/pen-to-square", + "fontawesome/solid/pen", + "fontawesome/solid/pencil", + "fontawesome/solid/people-arrows", + "fontawesome/solid/people-carry-box", + "fontawesome/solid/people-group", + "fontawesome/solid/people-line", + "fontawesome/solid/people-pulling", + "fontawesome/solid/people-robbery", + "fontawesome/solid/people-roof", + "fontawesome/solid/pepper-hot", + "fontawesome/solid/percent", + "fontawesome/solid/person-arrow-down-to-line", + "fontawesome/solid/person-arrow-up-from-line", + "fontawesome/solid/person-biking", + "fontawesome/solid/person-booth", + "fontawesome/solid/person-breastfeeding", + "fontawesome/solid/person-burst", + "fontawesome/solid/person-cane", + "fontawesome/solid/person-chalkboard", + "fontawesome/solid/person-circle-check", + "fontawesome/solid/person-circle-exclamation", + "fontawesome/solid/person-circle-minus", + "fontawesome/solid/person-circle-plus", + "fontawesome/solid/person-circle-question", + "fontawesome/solid/person-circle-xmark", + "fontawesome/solid/person-digging", + "fontawesome/solid/person-dots-from-line", + "fontawesome/solid/person-dress-burst", + "fontawesome/solid/person-dress", + "fontawesome/solid/person-drowning", + "fontawesome/solid/person-falling-burst", + "fontawesome/solid/person-falling", + "fontawesome/solid/person-half-dress", + "fontawesome/solid/person-harassing", + "fontawesome/solid/person-hiking", + "fontawesome/solid/person-military-pointing", + "fontawesome/solid/person-military-rifle", + "fontawesome/solid/person-military-to-person", + "fontawesome/solid/person-praying", + "fontawesome/solid/person-pregnant", + "fontawesome/solid/person-rays", + "fontawesome/solid/person-rifle", + "fontawesome/solid/person-running", + "fontawesome/solid/person-shelter", + "fontawesome/solid/person-skating", + "fontawesome/solid/person-skiing-nordic", + "fontawesome/solid/person-skiing", + "fontawesome/solid/person-snowboarding", + "fontawesome/solid/person-swimming", + "fontawesome/solid/person-through-window", + "fontawesome/solid/person-walking-arrow-loop-left", + "fontawesome/solid/person-walking-arrow-right", + "fontawesome/solid/person-walking-dashed-line-arrow-right", + "fontawesome/solid/person-walking-luggage", + "fontawesome/solid/person-walking-with-cane", + "fontawesome/solid/person-walking", + "fontawesome/solid/person", + "fontawesome/solid/peseta-sign", + "fontawesome/solid/peso-sign", + "fontawesome/solid/phone-flip", + "fontawesome/solid/phone-slash", + "fontawesome/solid/phone-volume", + "fontawesome/solid/phone", + "fontawesome/solid/photo-film", + "fontawesome/solid/piggy-bank", + "fontawesome/solid/pills", + "fontawesome/solid/pizza-slice", + "fontawesome/solid/place-of-worship", + "fontawesome/solid/plane-arrival", + "fontawesome/solid/plane-circle-check", + "fontawesome/solid/plane-circle-exclamation", + "fontawesome/solid/plane-circle-xmark", + "fontawesome/solid/plane-departure", + "fontawesome/solid/plane-lock", + "fontawesome/solid/plane-slash", + "fontawesome/solid/plane-up", + "fontawesome/solid/plane", + "fontawesome/solid/plant-wilt", + "fontawesome/solid/plate-wheat", + "fontawesome/solid/play", + "fontawesome/solid/plug-circle-bolt", + "fontawesome/solid/plug-circle-check", + "fontawesome/solid/plug-circle-exclamation", + "fontawesome/solid/plug-circle-minus", + "fontawesome/solid/plug-circle-plus", + "fontawesome/solid/plug-circle-xmark", + "fontawesome/solid/plug", + "fontawesome/solid/plus-minus", + "fontawesome/solid/plus", + "fontawesome/solid/podcast", + "fontawesome/solid/poo-storm", + "fontawesome/solid/poo", + "fontawesome/solid/poop", + "fontawesome/solid/power-off", + "fontawesome/solid/prescription-bottle-medical", + "fontawesome/solid/prescription-bottle", + "fontawesome/solid/prescription", + "fontawesome/solid/print", + "fontawesome/solid/pump-medical", + "fontawesome/solid/pump-soap", + "fontawesome/solid/puzzle-piece", + "fontawesome/solid/q", + "fontawesome/solid/qrcode", + "fontawesome/solid/question", + "fontawesome/solid/quote-left", + "fontawesome/solid/quote-right", + "fontawesome/solid/r", + "fontawesome/solid/radiation", + "fontawesome/solid/radio", + "fontawesome/solid/rainbow", + "fontawesome/solid/ranking-star", + "fontawesome/solid/receipt", + "fontawesome/solid/record-vinyl", + "fontawesome/solid/rectangle-ad", + "fontawesome/solid/rectangle-list", + "fontawesome/solid/rectangle-xmark", + "fontawesome/solid/recycle", + "fontawesome/solid/registered", + "fontawesome/solid/repeat", + "fontawesome/solid/reply-all", + "fontawesome/solid/reply", + "fontawesome/solid/republican", + "fontawesome/solid/restroom", + "fontawesome/solid/retweet", + "fontawesome/solid/ribbon", + "fontawesome/solid/right-from-bracket", + "fontawesome/solid/right-left", + "fontawesome/solid/right-long", + "fontawesome/solid/right-to-bracket", + "fontawesome/solid/ring", + "fontawesome/solid/road-barrier", + "fontawesome/solid/road-bridge", + "fontawesome/solid/road-circle-check", + "fontawesome/solid/road-circle-exclamation", + "fontawesome/solid/road-circle-xmark", + "fontawesome/solid/road-lock", + "fontawesome/solid/road-spikes", + "fontawesome/solid/road", + "fontawesome/solid/robot", + "fontawesome/solid/rocket", + "fontawesome/solid/rotate-left", + "fontawesome/solid/rotate-right", + "fontawesome/solid/rotate", + "fontawesome/solid/route", + "fontawesome/solid/rss", + "fontawesome/solid/ruble-sign", + "fontawesome/solid/rug", + "fontawesome/solid/ruler-combined", + "fontawesome/solid/ruler-horizontal", + "fontawesome/solid/ruler-vertical", + "fontawesome/solid/ruler", + "fontawesome/solid/rupee-sign", + "fontawesome/solid/rupiah-sign", + "fontawesome/solid/s", + "fontawesome/solid/sack-dollar", + "fontawesome/solid/sack-xmark", + "fontawesome/solid/sailboat", + "fontawesome/solid/satellite-dish", + "fontawesome/solid/satellite", + "fontawesome/solid/scale-balanced", + "fontawesome/solid/scale-unbalanced-flip", + "fontawesome/solid/scale-unbalanced", + "fontawesome/solid/school-circle-check", + "fontawesome/solid/school-circle-exclamation", + "fontawesome/solid/school-circle-xmark", + "fontawesome/solid/school-flag", + "fontawesome/solid/school-lock", + "fontawesome/solid/school", + "fontawesome/solid/scissors", + "fontawesome/solid/screwdriver-wrench", + "fontawesome/solid/screwdriver", + "fontawesome/solid/scroll-torah", + "fontawesome/solid/scroll", + "fontawesome/solid/sd-card", + "fontawesome/solid/section", + "fontawesome/solid/seedling", + "fontawesome/solid/server", + "fontawesome/solid/shapes", + "fontawesome/solid/share-from-square", + "fontawesome/solid/share-nodes", + "fontawesome/solid/share", + "fontawesome/solid/sheet-plastic", + "fontawesome/solid/shekel-sign", + "fontawesome/solid/shield-cat", + "fontawesome/solid/shield-dog", + "fontawesome/solid/shield-halved", + "fontawesome/solid/shield-heart", + "fontawesome/solid/shield-virus", + "fontawesome/solid/shield", + "fontawesome/solid/ship", + "fontawesome/solid/shirt", + "fontawesome/solid/shoe-prints", + "fontawesome/solid/shop-lock", + "fontawesome/solid/shop-slash", + "fontawesome/solid/shop", + "fontawesome/solid/shower", + "fontawesome/solid/shrimp", + "fontawesome/solid/shuffle", + "fontawesome/solid/shuttle-space", + "fontawesome/solid/sign-hanging", + "fontawesome/solid/signal", + "fontawesome/solid/signature", + "fontawesome/solid/signs-post", + "fontawesome/solid/sim-card", + "fontawesome/solid/sink", + "fontawesome/solid/sitemap", + "fontawesome/solid/skull-crossbones", + "fontawesome/solid/skull", + "fontawesome/solid/slash", + "fontawesome/solid/sleigh", + "fontawesome/solid/sliders", + "fontawesome/solid/smog", + "fontawesome/solid/smoking", + "fontawesome/solid/snowflake", + "fontawesome/solid/snowman", + "fontawesome/solid/snowplow", + "fontawesome/solid/soap", + "fontawesome/solid/socks", + "fontawesome/solid/solar-panel", + "fontawesome/solid/sort-down", + "fontawesome/solid/sort-up", + "fontawesome/solid/sort", + "fontawesome/solid/spa", + "fontawesome/solid/spaghetti-monster-flying", + "fontawesome/solid/spell-check", + "fontawesome/solid/spider", + "fontawesome/solid/spinner", + "fontawesome/solid/splotch", + "fontawesome/solid/spoon", + "fontawesome/solid/spray-can-sparkles", + "fontawesome/solid/spray-can", + "fontawesome/solid/square-arrow-up-right", + "fontawesome/solid/square-caret-down", + "fontawesome/solid/square-caret-left", + "fontawesome/solid/square-caret-right", + "fontawesome/solid/square-caret-up", + "fontawesome/solid/square-check", + "fontawesome/solid/square-envelope", + "fontawesome/solid/square-full", + "fontawesome/solid/square-h", + "fontawesome/solid/square-minus", + "fontawesome/solid/square-nfi", + "fontawesome/solid/square-parking", + "fontawesome/solid/square-pen", + "fontawesome/solid/square-person-confined", + "fontawesome/solid/square-phone-flip", + "fontawesome/solid/square-phone", + "fontawesome/solid/square-plus", + "fontawesome/solid/square-poll-horizontal", + "fontawesome/solid/square-poll-vertical", + "fontawesome/solid/square-root-variable", + "fontawesome/solid/square-rss", + "fontawesome/solid/square-share-nodes", + "fontawesome/solid/square-up-right", + "fontawesome/solid/square-virus", + "fontawesome/solid/square-xmark", + "fontawesome/solid/square", + "fontawesome/solid/staff-snake", + "fontawesome/solid/stairs", + "fontawesome/solid/stamp", + "fontawesome/solid/stapler", + "fontawesome/solid/star-and-crescent", + "fontawesome/solid/star-half-stroke", + "fontawesome/solid/star-half", + "fontawesome/solid/star-of-david", + "fontawesome/solid/star-of-life", + "fontawesome/solid/star", + "fontawesome/solid/sterling-sign", + "fontawesome/solid/stethoscope", + "fontawesome/solid/stop", + "fontawesome/solid/stopwatch-20", + "fontawesome/solid/stopwatch", + "fontawesome/solid/store-slash", + "fontawesome/solid/store", + "fontawesome/solid/street-view", + "fontawesome/solid/strikethrough", + "fontawesome/solid/stroopwafel", + "fontawesome/solid/subscript", + "fontawesome/solid/suitcase-medical", + "fontawesome/solid/suitcase-rolling", + "fontawesome/solid/suitcase", + "fontawesome/solid/sun-plant-wilt", + "fontawesome/solid/sun", + "fontawesome/solid/superscript", + "fontawesome/solid/swatchbook", + "fontawesome/solid/synagogue", + "fontawesome/solid/syringe", + "fontawesome/solid/t", + "fontawesome/solid/table-cells-large", + "fontawesome/solid/table-cells", + "fontawesome/solid/table-columns", + "fontawesome/solid/table-list", + "fontawesome/solid/table-tennis-paddle-ball", + "fontawesome/solid/table", + "fontawesome/solid/tablet-button", + "fontawesome/solid/tablet-screen-button", + "fontawesome/solid/tablet", + "fontawesome/solid/tablets", + "fontawesome/solid/tachograph-digital", + "fontawesome/solid/tag", + "fontawesome/solid/tags", + "fontawesome/solid/tape", + "fontawesome/solid/tarp-droplet", + "fontawesome/solid/tarp", + "fontawesome/solid/taxi", + "fontawesome/solid/teeth-open", + "fontawesome/solid/teeth", + "fontawesome/solid/temperature-arrow-down", + "fontawesome/solid/temperature-arrow-up", + "fontawesome/solid/temperature-empty", + "fontawesome/solid/temperature-full", + "fontawesome/solid/temperature-half", + "fontawesome/solid/temperature-high", + "fontawesome/solid/temperature-low", + "fontawesome/solid/temperature-quarter", + "fontawesome/solid/temperature-three-quarters", + "fontawesome/solid/tenge-sign", + "fontawesome/solid/tent-arrow-down-to-line", + "fontawesome/solid/tent-arrow-left-right", + "fontawesome/solid/tent-arrow-turn-left", + "fontawesome/solid/tent-arrows-down", + "fontawesome/solid/tent", + "fontawesome/solid/tents", + "fontawesome/solid/terminal", + "fontawesome/solid/text-height", + "fontawesome/solid/text-slash", + "fontawesome/solid/text-width", + "fontawesome/solid/thermometer", + "fontawesome/solid/thumbs-down", + "fontawesome/solid/thumbs-up", + "fontawesome/solid/thumbtack", + "fontawesome/solid/ticket-simple", + "fontawesome/solid/ticket", + "fontawesome/solid/timeline", + "fontawesome/solid/toggle-off", + "fontawesome/solid/toggle-on", + "fontawesome/solid/toilet-paper-slash", + "fontawesome/solid/toilet-paper", + "fontawesome/solid/toilet-portable", + "fontawesome/solid/toilet", + "fontawesome/solid/toilets-portable", + "fontawesome/solid/toolbox", + "fontawesome/solid/tooth", + "fontawesome/solid/torii-gate", + "fontawesome/solid/tornado", + "fontawesome/solid/tower-broadcast", + "fontawesome/solid/tower-cell", + "fontawesome/solid/tower-observation", + "fontawesome/solid/tractor", + "fontawesome/solid/trademark", + "fontawesome/solid/traffic-light", + "fontawesome/solid/trailer", + "fontawesome/solid/train-subway", + "fontawesome/solid/train-tram", + "fontawesome/solid/train", + "fontawesome/solid/transgender", + "fontawesome/solid/trash-arrow-up", + "fontawesome/solid/trash-can-arrow-up", + "fontawesome/solid/trash-can", + "fontawesome/solid/trash", + "fontawesome/solid/tree-city", + "fontawesome/solid/tree", + "fontawesome/solid/triangle-exclamation", + "fontawesome/solid/trophy", + "fontawesome/solid/trowel-bricks", + "fontawesome/solid/trowel", + "fontawesome/solid/truck-arrow-right", + "fontawesome/solid/truck-droplet", + "fontawesome/solid/truck-fast", + "fontawesome/solid/truck-field-un", + "fontawesome/solid/truck-field", + "fontawesome/solid/truck-front", + "fontawesome/solid/truck-medical", + "fontawesome/solid/truck-monster", + "fontawesome/solid/truck-moving", + "fontawesome/solid/truck-pickup", + "fontawesome/solid/truck-plane", + "fontawesome/solid/truck-ramp-box", + "fontawesome/solid/truck", + "fontawesome/solid/tty", + "fontawesome/solid/turkish-lira-sign", + "fontawesome/solid/turn-down", + "fontawesome/solid/turn-up", + "fontawesome/solid/tv", + "fontawesome/solid/u", + "fontawesome/solid/umbrella-beach", + "fontawesome/solid/umbrella", + "fontawesome/solid/underline", + "fontawesome/solid/universal-access", + "fontawesome/solid/unlock-keyhole", + "fontawesome/solid/unlock", + "fontawesome/solid/up-down-left-right", + "fontawesome/solid/up-down", + "fontawesome/solid/up-long", + "fontawesome/solid/up-right-and-down-left-from-center", + "fontawesome/solid/up-right-from-square", + "fontawesome/solid/upload", + "fontawesome/solid/user-astronaut", + "fontawesome/solid/user-check", + "fontawesome/solid/user-clock", + "fontawesome/solid/user-doctor", + "fontawesome/solid/user-gear", + "fontawesome/solid/user-graduate", + "fontawesome/solid/user-group", + "fontawesome/solid/user-injured", + "fontawesome/solid/user-large-slash", + "fontawesome/solid/user-large", + "fontawesome/solid/user-lock", + "fontawesome/solid/user-minus", + "fontawesome/solid/user-ninja", + "fontawesome/solid/user-nurse", + "fontawesome/solid/user-pen", + "fontawesome/solid/user-plus", + "fontawesome/solid/user-secret", + "fontawesome/solid/user-shield", + "fontawesome/solid/user-slash", + "fontawesome/solid/user-tag", + "fontawesome/solid/user-tie", + "fontawesome/solid/user-xmark", + "fontawesome/solid/user", + "fontawesome/solid/users-between-lines", + "fontawesome/solid/users-gear", + "fontawesome/solid/users-line", + "fontawesome/solid/users-rays", + "fontawesome/solid/users-rectangle", + "fontawesome/solid/users-slash", + "fontawesome/solid/users-viewfinder", + "fontawesome/solid/users", + "fontawesome/solid/utensils", + "fontawesome/solid/v", + "fontawesome/solid/van-shuttle", + "fontawesome/solid/vault", + "fontawesome/solid/vector-square", + "fontawesome/solid/venus-double", + "fontawesome/solid/venus-mars", + "fontawesome/solid/venus", + "fontawesome/solid/vest-patches", + "fontawesome/solid/vest", + "fontawesome/solid/vial-circle-check", + "fontawesome/solid/vial-virus", + "fontawesome/solid/vial", + "fontawesome/solid/vials", + "fontawesome/solid/video-slash", + "fontawesome/solid/video", + "fontawesome/solid/vihara", + "fontawesome/solid/virus-covid-slash", + "fontawesome/solid/virus-covid", + "fontawesome/solid/virus-slash", + "fontawesome/solid/virus", + "fontawesome/solid/viruses", + "fontawesome/solid/voicemail", + "fontawesome/solid/volcano", + "fontawesome/solid/volleyball", + "fontawesome/solid/volume-high", + "fontawesome/solid/volume-low", + "fontawesome/solid/volume-off", + "fontawesome/solid/volume-xmark", + "fontawesome/solid/vr-cardboard", + "fontawesome/solid/w", + "fontawesome/solid/walkie-talkie", + "fontawesome/solid/wallet", + "fontawesome/solid/wand-magic-sparkles", + "fontawesome/solid/wand-magic", + "fontawesome/solid/wand-sparkles", + "fontawesome/solid/warehouse", + "fontawesome/solid/water-ladder", + "fontawesome/solid/water", + "fontawesome/solid/wave-square", + "fontawesome/solid/weight-hanging", + "fontawesome/solid/weight-scale", + "fontawesome/solid/wheat-awn-circle-exclamation", + "fontawesome/solid/wheat-awn", + "fontawesome/solid/wheelchair-move", + "fontawesome/solid/wheelchair", + "fontawesome/solid/whiskey-glass", + "fontawesome/solid/wifi", + "fontawesome/solid/wind", + "fontawesome/solid/window-maximize", + "fontawesome/solid/window-minimize", + "fontawesome/solid/window-restore", + "fontawesome/solid/wine-bottle", + "fontawesome/solid/wine-glass-empty", + "fontawesome/solid/wine-glass", + "fontawesome/solid/won-sign", + "fontawesome/solid/worm", + "fontawesome/solid/wrench", + "fontawesome/solid/x-ray", + "fontawesome/solid/x", + "fontawesome/solid/xmark", + "fontawesome/solid/xmarks-lines", + "fontawesome/solid/y", + "fontawesome/solid/yen-sign", + "fontawesome/solid/yin-yang", + "fontawesome/solid/z", + "logo", + "material/ab-testing", + "material/abacus", + "material/abjad-arabic", + "material/abjad-hebrew", + "material/abugida-devanagari", + "material/abugida-thai", + "material/access-point-check", + "material/access-point-minus", + "material/access-point-network-off", + "material/access-point-network", + "material/access-point-off", + "material/access-point-plus", + "material/access-point-remove", + "material/access-point", + "material/account-alert-outline", + "material/account-alert", + "material/account-arrow-down-outline", + "material/account-arrow-down", + "material/account-arrow-left-outline", + "material/account-arrow-left", + "material/account-arrow-right-outline", + "material/account-arrow-right", + "material/account-arrow-up-outline", + "material/account-arrow-up", + "material/account-badge-outline", + "material/account-badge", + "material/account-box-multiple-outline", + "material/account-box-multiple", + "material/account-box-outline", + "material/account-box", + "material/account-cancel-outline", + "material/account-cancel", + "material/account-card-outline", + "material/account-card", + "material/account-cash-outline", + "material/account-cash", + "material/account-check-outline", + "material/account-check", + "material/account-child-circle", + "material/account-child-outline", + "material/account-child", + "material/account-circle-outline", + "material/account-circle", + "material/account-clock-outline", + "material/account-clock", + "material/account-cog-outline", + "material/account-cog", + "material/account-convert-outline", + "material/account-convert", + "material/account-cowboy-hat-outline", + "material/account-cowboy-hat", + "material/account-credit-card-outline", + "material/account-credit-card", + "material/account-details-outline", + "material/account-details", + "material/account-edit-outline", + "material/account-edit", + "material/account-eye-outline", + "material/account-eye", + "material/account-filter-outline", + "material/account-filter", + "material/account-group-outline", + "material/account-group", + "material/account-hard-hat-outline", + "material/account-hard-hat", + "material/account-heart-outline", + "material/account-heart", + "material/account-injury-outline", + "material/account-injury", + "material/account-key-outline", + "material/account-key", + "material/account-lock-open-outline", + "material/account-lock-open", + "material/account-lock-outline", + "material/account-lock", + "material/account-minus-outline", + "material/account-minus", + "material/account-multiple-check-outline", + "material/account-multiple-check", + "material/account-multiple-minus-outline", + "material/account-multiple-minus", + "material/account-multiple-outline", + "material/account-multiple-plus-outline", + "material/account-multiple-plus", + "material/account-multiple-remove-outline", + "material/account-multiple-remove", + "material/account-multiple", + "material/account-music-outline", + "material/account-music", + "material/account-network-off-outline", + "material/account-network-off", + "material/account-network-outline", + "material/account-network", + "material/account-off-outline", + "material/account-off", + "material/account-outline", + "material/account-plus-outline", + "material/account-plus", + "material/account-question-outline", + "material/account-question", + "material/account-reactivate-outline", + "material/account-reactivate", + "material/account-remove-outline", + "material/account-remove", + "material/account-school-outline", + "material/account-school", + "material/account-search-outline", + "material/account-search", + "material/account-settings-outline", + "material/account-settings", + "material/account-star-outline", + "material/account-star", + "material/account-supervisor-circle-outline", + "material/account-supervisor-circle", + "material/account-supervisor-outline", + "material/account-supervisor", + "material/account-switch-outline", + "material/account-switch", + "material/account-sync-outline", + "material/account-sync", + "material/account-tag-outline", + "material/account-tag", + "material/account-tie-hat-outline", + "material/account-tie-hat", + "material/account-tie-outline", + "material/account-tie-voice-off-outline", + "material/account-tie-voice-off", + "material/account-tie-voice-outline", + "material/account-tie-voice", + "material/account-tie-woman", + "material/account-tie", + "material/account-voice-off", + "material/account-voice", + "material/account-wrench-outline", + "material/account-wrench", + "material/account", + "material/adjust", + "material/advertisements-off", + "material/advertisements", + "material/air-conditioner", + "material/air-filter", + "material/air-horn", + "material/air-humidifier-off", + "material/air-humidifier", + "material/air-purifier-off", + "material/air-purifier", + "material/airbag", + "material/airballoon-outline", + "material/airballoon", + "material/airplane-alert", + "material/airplane-check", + "material/airplane-clock", + "material/airplane-cog", + "material/airplane-edit", + "material/airplane-landing", + "material/airplane-marker", + "material/airplane-minus", + "material/airplane-off", + "material/airplane-plus", + "material/airplane-remove", + "material/airplane-search", + "material/airplane-settings", + "material/airplane-takeoff", + "material/airplane", + "material/airport", + "material/alarm-bell", + "material/alarm-check", + "material/alarm-light-off-outline", + "material/alarm-light-off", + "material/alarm-light-outline", + "material/alarm-light", + "material/alarm-multiple", + "material/alarm-note-off", + "material/alarm-note", + "material/alarm-off", + "material/alarm-panel-outline", + "material/alarm-panel", + "material/alarm-plus", + "material/alarm-snooze", + "material/alarm", + "material/album", + "material/alert-box-outline", + "material/alert-box", + "material/alert-circle-check-outline", + "material/alert-circle-check", + "material/alert-circle-outline", + "material/alert-circle", + "material/alert-decagram-outline", + "material/alert-decagram", + "material/alert-minus-outline", + "material/alert-minus", + "material/alert-octagon-outline", + "material/alert-octagon", + "material/alert-octagram-outline", + "material/alert-octagram", + "material/alert-outline", + "material/alert-plus-outline", + "material/alert-plus", + "material/alert-remove-outline", + "material/alert-remove", + "material/alert-rhombus-outline", + "material/alert-rhombus", + "material/alert", + "material/alien-outline", + "material/alien", + "material/align-horizontal-center", + "material/align-horizontal-distribute", + "material/align-horizontal-left", + "material/align-horizontal-right", + "material/align-vertical-bottom", + "material/align-vertical-center", + "material/align-vertical-distribute", + "material/align-vertical-top", + "material/all-inclusive-box-outline", + "material/all-inclusive-box", + "material/all-inclusive", + "material/allergy", + "material/alpha-a-box-outline", + "material/alpha-a-box", + "material/alpha-a-circle-outline", + "material/alpha-a-circle", + "material/alpha-a", + "material/alpha-b-box-outline", + "material/alpha-b-box", + "material/alpha-b-circle-outline", + "material/alpha-b-circle", + "material/alpha-b", + "material/alpha-c-box-outline", + "material/alpha-c-box", + "material/alpha-c-circle-outline", + "material/alpha-c-circle", + "material/alpha-c", + "material/alpha-d-box-outline", + "material/alpha-d-box", + "material/alpha-d-circle-outline", + "material/alpha-d-circle", + "material/alpha-d", + "material/alpha-e-box-outline", + "material/alpha-e-box", + "material/alpha-e-circle-outline", + "material/alpha-e-circle", + "material/alpha-e", + "material/alpha-f-box-outline", + "material/alpha-f-box", + "material/alpha-f-circle-outline", + "material/alpha-f-circle", + "material/alpha-f", + "material/alpha-g-box-outline", + "material/alpha-g-box", + "material/alpha-g-circle-outline", + "material/alpha-g-circle", + "material/alpha-g", + "material/alpha-h-box-outline", + "material/alpha-h-box", + "material/alpha-h-circle-outline", + "material/alpha-h-circle", + "material/alpha-h", + "material/alpha-i-box-outline", + "material/alpha-i-box", + "material/alpha-i-circle-outline", + "material/alpha-i-circle", + "material/alpha-i", + "material/alpha-j-box-outline", + "material/alpha-j-box", + "material/alpha-j-circle-outline", + "material/alpha-j-circle", + "material/alpha-j", + "material/alpha-k-box-outline", + "material/alpha-k-box", + "material/alpha-k-circle-outline", + "material/alpha-k-circle", + "material/alpha-k", + "material/alpha-l-box-outline", + "material/alpha-l-box", + "material/alpha-l-circle-outline", + "material/alpha-l-circle", + "material/alpha-l", + "material/alpha-m-box-outline", + "material/alpha-m-box", + "material/alpha-m-circle-outline", + "material/alpha-m-circle", + "material/alpha-m", + "material/alpha-n-box-outline", + "material/alpha-n-box", + "material/alpha-n-circle-outline", + "material/alpha-n-circle", + "material/alpha-n", + "material/alpha-o-box-outline", + "material/alpha-o-box", + "material/alpha-o-circle-outline", + "material/alpha-o-circle", + "material/alpha-o", + "material/alpha-p-box-outline", + "material/alpha-p-box", + "material/alpha-p-circle-outline", + "material/alpha-p-circle", + "material/alpha-p", + "material/alpha-q-box-outline", + "material/alpha-q-box", + "material/alpha-q-circle-outline", + "material/alpha-q-circle", + "material/alpha-q", + "material/alpha-r-box-outline", + "material/alpha-r-box", + "material/alpha-r-circle-outline", + "material/alpha-r-circle", + "material/alpha-r", + "material/alpha-s-box-outline", + "material/alpha-s-box", + "material/alpha-s-circle-outline", + "material/alpha-s-circle", + "material/alpha-s", + "material/alpha-t-box-outline", + "material/alpha-t-box", + "material/alpha-t-circle-outline", + "material/alpha-t-circle", + "material/alpha-t", + "material/alpha-u-box-outline", + "material/alpha-u-box", + "material/alpha-u-circle-outline", + "material/alpha-u-circle", + "material/alpha-u", + "material/alpha-v-box-outline", + "material/alpha-v-box", + "material/alpha-v-circle-outline", + "material/alpha-v-circle", + "material/alpha-v", + "material/alpha-w-box-outline", + "material/alpha-w-box", + "material/alpha-w-circle-outline", + "material/alpha-w-circle", + "material/alpha-w", + "material/alpha-x-box-outline", + "material/alpha-x-box", + "material/alpha-x-circle-outline", + "material/alpha-x-circle", + "material/alpha-x", + "material/alpha-y-box-outline", + "material/alpha-y-box", + "material/alpha-y-circle-outline", + "material/alpha-y-circle", + "material/alpha-y", + "material/alpha-z-box-outline", + "material/alpha-z-box", + "material/alpha-z-circle-outline", + "material/alpha-z-circle", + "material/alpha-z", + "material/alpha", + "material/alphabet-aurebesh", + "material/alphabet-cyrillic", + "material/alphabet-greek", + "material/alphabet-latin", + "material/alphabet-piqad", + "material/alphabet-tengwar", + "material/alphabetical-off", + "material/alphabetical-variant-off", + "material/alphabetical-variant", + "material/alphabetical", + "material/altimeter", + "material/ambulance", + "material/ammunition", + "material/ampersand", + "material/amplifier-off", + "material/amplifier", + "material/anchor", + "material/android-studio", + "material/android", + "material/angle-acute", + "material/angle-obtuse", + "material/angle-right", + "material/angular", + "material/angularjs", + "material/animation-outline", + "material/animation-play-outline", + "material/animation-play", + "material/animation", + "material/ansible", + "material/antenna", + "material/anvil", + "material/apache-kafka", + "material/api-off", + "material/api", + "material/apple-finder", + "material/apple-icloud", + "material/apple-ios", + "material/apple-keyboard-caps", + "material/apple-keyboard-command", + "material/apple-keyboard-control", + "material/apple-keyboard-option", + "material/apple-keyboard-shift", + "material/apple-safari", + "material/apple", + "material/application-array-outline", + "material/application-array", + "material/application-braces-outline", + "material/application-braces", + "material/application-brackets-outline", + "material/application-brackets", + "material/application-cog-outline", + "material/application-cog", + "material/application-edit-outline", + "material/application-edit", + "material/application-export", + "material/application-import", + "material/application-outline", + "material/application-parentheses-outline", + "material/application-parentheses", + "material/application-settings-outline", + "material/application-settings", + "material/application-variable-outline", + "material/application-variable", + "material/application", + "material/approximately-equal-box", + "material/approximately-equal", + "material/apps-box", + "material/apps", + "material/arch", + "material/archive-alert-outline", + "material/archive-alert", + "material/archive-arrow-down-outline", + "material/archive-arrow-down", + "material/archive-arrow-up-outline", + "material/archive-arrow-up", + "material/archive-cancel-outline", + "material/archive-cancel", + "material/archive-check-outline", + "material/archive-check", + "material/archive-clock-outline", + "material/archive-clock", + "material/archive-cog-outline", + "material/archive-cog", + "material/archive-edit-outline", + "material/archive-edit", + "material/archive-eye-outline", + "material/archive-eye", + "material/archive-lock-open-outline", + "material/archive-lock-open", + "material/archive-lock-outline", + "material/archive-lock", + "material/archive-marker-outline", + "material/archive-marker", + "material/archive-minus-outline", + "material/archive-minus", + "material/archive-music-outline", + "material/archive-music", + "material/archive-off-outline", + "material/archive-off", + "material/archive-outline", + "material/archive-plus-outline", + "material/archive-plus", + "material/archive-refresh-outline", + "material/archive-refresh", + "material/archive-remove-outline", + "material/archive-remove", + "material/archive-search-outline", + "material/archive-search", + "material/archive-settings-outline", + "material/archive-settings", + "material/archive-star-outline", + "material/archive-star", + "material/archive-sync-outline", + "material/archive-sync", + "material/archive", + "material/arm-flex-outline", + "material/arm-flex", + "material/arrange-bring-forward", + "material/arrange-bring-to-front", + "material/arrange-send-backward", + "material/arrange-send-to-back", + "material/arrow-all", + "material/arrow-bottom-left-bold-box-outline", + "material/arrow-bottom-left-bold-box", + "material/arrow-bottom-left-bold-outline", + "material/arrow-bottom-left-thick", + "material/arrow-bottom-left-thin-circle-outline", + "material/arrow-bottom-left-thin", + "material/arrow-bottom-left", + "material/arrow-bottom-right-bold-box-outline", + "material/arrow-bottom-right-bold-box", + "material/arrow-bottom-right-bold-outline", + "material/arrow-bottom-right-thick", + "material/arrow-bottom-right-thin-circle-outline", + "material/arrow-bottom-right-thin", + "material/arrow-bottom-right", + "material/arrow-collapse-all", + "material/arrow-collapse-down", + "material/arrow-collapse-horizontal", + "material/arrow-collapse-left", + "material/arrow-collapse-right", + "material/arrow-collapse-up", + "material/arrow-collapse-vertical", + "material/arrow-collapse", + "material/arrow-decision-auto-outline", + "material/arrow-decision-auto", + "material/arrow-decision-outline", + "material/arrow-decision", + "material/arrow-down-bold-box-outline", + "material/arrow-down-bold-box", + "material/arrow-down-bold-circle-outline", + "material/arrow-down-bold-circle", + "material/arrow-down-bold-hexagon-outline", + "material/arrow-down-bold-outline", + "material/arrow-down-bold", + "material/arrow-down-box", + "material/arrow-down-circle-outline", + "material/arrow-down-circle", + "material/arrow-down-drop-circle-outline", + "material/arrow-down-drop-circle", + "material/arrow-down-left-bold", + "material/arrow-down-left", + "material/arrow-down-right-bold", + "material/arrow-down-right", + "material/arrow-down-thick", + "material/arrow-down-thin-circle-outline", + "material/arrow-down-thin", + "material/arrow-down", + "material/arrow-expand-all", + "material/arrow-expand-down", + "material/arrow-expand-horizontal", + "material/arrow-expand-left", + "material/arrow-expand-right", + "material/arrow-expand-up", + "material/arrow-expand-vertical", + "material/arrow-expand", + "material/arrow-horizontal-lock", + "material/arrow-left-bold-box-outline", + "material/arrow-left-bold-box", + "material/arrow-left-bold-circle-outline", + "material/arrow-left-bold-circle", + "material/arrow-left-bold-hexagon-outline", + "material/arrow-left-bold-outline", + "material/arrow-left-bold", + "material/arrow-left-bottom-bold", + "material/arrow-left-bottom", + "material/arrow-left-box", + "material/arrow-left-circle-outline", + "material/arrow-left-circle", + "material/arrow-left-drop-circle-outline", + "material/arrow-left-drop-circle", + "material/arrow-left-right-bold-outline", + "material/arrow-left-right-bold", + "material/arrow-left-right", + "material/arrow-left-thick", + "material/arrow-left-thin-circle-outline", + "material/arrow-left-thin", + "material/arrow-left-top-bold", + "material/arrow-left-top", + "material/arrow-left", + "material/arrow-projectile-multiple", + "material/arrow-projectile", + "material/arrow-right-bold-box-outline", + "material/arrow-right-bold-box", + "material/arrow-right-bold-circle-outline", + "material/arrow-right-bold-circle", + "material/arrow-right-bold-hexagon-outline", + "material/arrow-right-bold-outline", + "material/arrow-right-bold", + "material/arrow-right-bottom-bold", + "material/arrow-right-bottom", + "material/arrow-right-box", + "material/arrow-right-circle-outline", + "material/arrow-right-circle", + "material/arrow-right-drop-circle-outline", + "material/arrow-right-drop-circle", + "material/arrow-right-thick", + "material/arrow-right-thin-circle-outline", + "material/arrow-right-thin", + "material/arrow-right-top-bold", + "material/arrow-right-top", + "material/arrow-right", + "material/arrow-split-horizontal", + "material/arrow-split-vertical", + "material/arrow-top-left-bold-box-outline", + "material/arrow-top-left-bold-box", + "material/arrow-top-left-bold-outline", + "material/arrow-top-left-bottom-right-bold", + "material/arrow-top-left-bottom-right", + "material/arrow-top-left-thick", + "material/arrow-top-left-thin-circle-outline", + "material/arrow-top-left-thin", + "material/arrow-top-left", + "material/arrow-top-right-bold-box-outline", + "material/arrow-top-right-bold-box", + "material/arrow-top-right-bold-outline", + "material/arrow-top-right-bottom-left-bold", + "material/arrow-top-right-bottom-left", + "material/arrow-top-right-thick", + "material/arrow-top-right-thin-circle-outline", + "material/arrow-top-right-thin", + "material/arrow-top-right", + "material/arrow-u-down-left-bold", + "material/arrow-u-down-left", + "material/arrow-u-down-right-bold", + "material/arrow-u-down-right", + "material/arrow-u-left-bottom-bold", + "material/arrow-u-left-bottom", + "material/arrow-u-left-top-bold", + "material/arrow-u-left-top", + "material/arrow-u-right-bottom-bold", + "material/arrow-u-right-bottom", + "material/arrow-u-right-top-bold", + "material/arrow-u-right-top", + "material/arrow-u-up-left-bold", + "material/arrow-u-up-left", + "material/arrow-u-up-right-bold", + "material/arrow-u-up-right", + "material/arrow-up-bold-box-outline", + "material/arrow-up-bold-box", + "material/arrow-up-bold-circle-outline", + "material/arrow-up-bold-circle", + "material/arrow-up-bold-hexagon-outline", + "material/arrow-up-bold-outline", + "material/arrow-up-bold", + "material/arrow-up-box", + "material/arrow-up-circle-outline", + "material/arrow-up-circle", + "material/arrow-up-down-bold-outline", + "material/arrow-up-down-bold", + "material/arrow-up-down", + "material/arrow-up-drop-circle-outline", + "material/arrow-up-drop-circle", + "material/arrow-up-left-bold", + "material/arrow-up-left", + "material/arrow-up-right-bold", + "material/arrow-up-right", + "material/arrow-up-thick", + "material/arrow-up-thin-circle-outline", + "material/arrow-up-thin", + "material/arrow-up", + "material/arrow-vertical-lock", + "material/artboard", + "material/artstation", + "material/aspect-ratio", + "material/assistant", + "material/asterisk-circle-outline", + "material/asterisk", + "material/at", + "material/atlassian", + "material/atm", + "material/atom-variant", + "material/atom", + "material/attachment-check", + "material/attachment-lock", + "material/attachment-minus", + "material/attachment-off", + "material/attachment-plus", + "material/attachment-remove", + "material/attachment", + "material/atv", + "material/audio-input-rca", + "material/audio-input-stereo-minijack", + "material/audio-input-xlr", + "material/audio-video-off", + "material/audio-video", + "material/augmented-reality", + "material/aurora", + "material/auto-download", + "material/auto-fix", + "material/auto-mode", + "material/auto-upload", + "material/autorenew-off", + "material/autorenew", + "material/av-timer", + "material/awning-outline", + "material/awning", + "material/aws", + "material/axe-battle", + "material/axe", + "material/axis-arrow-info", + "material/axis-arrow-lock", + "material/axis-arrow", + "material/axis-lock", + "material/axis-x-arrow-lock", + "material/axis-x-arrow", + "material/axis-x-rotate-clockwise", + "material/axis-x-rotate-counterclockwise", + "material/axis-x-y-arrow-lock", + "material/axis-y-arrow-lock", + "material/axis-y-arrow", + "material/axis-y-rotate-clockwise", + "material/axis-y-rotate-counterclockwise", + "material/axis-z-arrow-lock", + "material/axis-z-arrow", + "material/axis-z-rotate-clockwise", + "material/axis-z-rotate-counterclockwise", + "material/axis", + "material/babel", + "material/baby-bottle-outline", + "material/baby-bottle", + "material/baby-buggy-off", + "material/baby-buggy", + "material/baby-carriage-off", + "material/baby-carriage", + "material/baby-face-outline", + "material/baby-face", + "material/baby", + "material/backburger", + "material/backspace-outline", + "material/backspace-reverse-outline", + "material/backspace-reverse", + "material/backspace", + "material/backup-restore", + "material/bacteria-outline", + "material/bacteria", + "material/badge-account-alert-outline", + "material/badge-account-alert", + "material/badge-account-horizontal-outline", + "material/badge-account-horizontal", + "material/badge-account-outline", + "material/badge-account", + "material/badminton", + "material/bag-carry-on-check", + "material/bag-carry-on-off", + "material/bag-carry-on", + "material/bag-checked", + "material/bag-personal-off-outline", + "material/bag-personal-off", + "material/bag-personal-outline", + "material/bag-personal-tag-outline", + "material/bag-personal-tag", + "material/bag-personal", + "material/bag-suitcase-off-outline", + "material/bag-suitcase-off", + "material/bag-suitcase-outline", + "material/bag-suitcase", + "material/baguette", + "material/balcony", + "material/balloon", + "material/ballot-outline", + "material/ballot-recount-outline", + "material/ballot-recount", + "material/ballot", + "material/bandage", + "material/bank-check", + "material/bank-circle-outline", + "material/bank-circle", + "material/bank-minus", + "material/bank-off-outline", + "material/bank-off", + "material/bank-outline", + "material/bank-plus", + "material/bank-remove", + "material/bank-transfer-in", + "material/bank-transfer-out", + "material/bank-transfer", + "material/bank", + "material/barcode-off", + "material/barcode-scan", + "material/barcode", + "material/barley-off", + "material/barley", + "material/barn", + "material/barrel-outline", + "material/barrel", + "material/baseball-bat", + "material/baseball-diamond-outline", + "material/baseball-diamond", + "material/baseball-outline", + "material/baseball", + "material/bash", + "material/basket-check-outline", + "material/basket-check", + "material/basket-fill", + "material/basket-minus-outline", + "material/basket-minus", + "material/basket-off-outline", + "material/basket-off", + "material/basket-outline", + "material/basket-plus-outline", + "material/basket-plus", + "material/basket-remove-outline", + "material/basket-remove", + "material/basket-unfill", + "material/basket", + "material/basketball-hoop-outline", + "material/basketball-hoop", + "material/basketball", + "material/bat", + "material/bathtub-outline", + "material/bathtub", + "material/battery-10-bluetooth", + "material/battery-10", + "material/battery-20-bluetooth", + "material/battery-20", + "material/battery-30-bluetooth", + "material/battery-30", + "material/battery-40-bluetooth", + "material/battery-40", + "material/battery-50-bluetooth", + "material/battery-50", + "material/battery-60-bluetooth", + "material/battery-60", + "material/battery-70-bluetooth", + "material/battery-70", + "material/battery-80-bluetooth", + "material/battery-80", + "material/battery-90-bluetooth", + "material/battery-90", + "material/battery-alert-bluetooth", + "material/battery-alert-variant-outline", + "material/battery-alert-variant", + "material/battery-alert", + "material/battery-arrow-down-outline", + "material/battery-arrow-down", + "material/battery-arrow-up-outline", + "material/battery-arrow-up", + "material/battery-bluetooth-variant", + "material/battery-bluetooth", + "material/battery-charging-10", + "material/battery-charging-100", + "material/battery-charging-20", + "material/battery-charging-30", + "material/battery-charging-40", + "material/battery-charging-50", + "material/battery-charging-60", + "material/battery-charging-70", + "material/battery-charging-80", + "material/battery-charging-90", + "material/battery-charging-high", + "material/battery-charging-low", + "material/battery-charging-medium", + "material/battery-charging-outline", + "material/battery-charging-wireless-10", + "material/battery-charging-wireless-20", + "material/battery-charging-wireless-30", + "material/battery-charging-wireless-40", + "material/battery-charging-wireless-50", + "material/battery-charging-wireless-60", + "material/battery-charging-wireless-70", + "material/battery-charging-wireless-80", + "material/battery-charging-wireless-90", + "material/battery-charging-wireless-alert", + "material/battery-charging-wireless-outline", + "material/battery-charging-wireless", + "material/battery-charging", + "material/battery-check-outline", + "material/battery-check", + "material/battery-clock-outline", + "material/battery-clock", + "material/battery-heart-outline", + "material/battery-heart-variant", + "material/battery-heart", + "material/battery-high", + "material/battery-lock-open", + "material/battery-lock", + "material/battery-low", + "material/battery-medium", + "material/battery-minus-outline", + "material/battery-minus-variant", + "material/battery-minus", + "material/battery-negative", + "material/battery-off-outline", + "material/battery-off", + "material/battery-outline", + "material/battery-plus-outline", + "material/battery-plus-variant", + "material/battery-plus", + "material/battery-positive", + "material/battery-remove-outline", + "material/battery-remove", + "material/battery-sync-outline", + "material/battery-sync", + "material/battery-unknown-bluetooth", + "material/battery-unknown", + "material/battery", + "material/beach", + "material/beaker-alert-outline", + "material/beaker-alert", + "material/beaker-check-outline", + "material/beaker-check", + "material/beaker-minus-outline", + "material/beaker-minus", + "material/beaker-outline", + "material/beaker-plus-outline", + "material/beaker-plus", + "material/beaker-question-outline", + "material/beaker-question", + "material/beaker-remove-outline", + "material/beaker-remove", + "material/beaker", + "material/bed-clock", + "material/bed-double-outline", + "material/bed-double", + "material/bed-empty", + "material/bed-king-outline", + "material/bed-king", + "material/bed-outline", + "material/bed-queen-outline", + "material/bed-queen", + "material/bed-single-outline", + "material/bed-single", + "material/bed", + "material/bee-flower", + "material/bee", + "material/beehive-off-outline", + "material/beehive-outline", + "material/beekeeper", + "material/beer-outline", + "material/beer", + "material/bell-alert-outline", + "material/bell-alert", + "material/bell-badge-outline", + "material/bell-badge", + "material/bell-cancel-outline", + "material/bell-cancel", + "material/bell-check-outline", + "material/bell-check", + "material/bell-circle-outline", + "material/bell-circle", + "material/bell-cog-outline", + "material/bell-cog", + "material/bell-minus-outline", + "material/bell-minus", + "material/bell-off-outline", + "material/bell-off", + "material/bell-outline", + "material/bell-plus-outline", + "material/bell-plus", + "material/bell-remove-outline", + "material/bell-remove", + "material/bell-ring-outline", + "material/bell-ring", + "material/bell-sleep-outline", + "material/bell-sleep", + "material/bell", + "material/bench-back", + "material/bench", + "material/beta", + "material/betamax", + "material/biathlon", + "material/bicycle-basket", + "material/bicycle-cargo", + "material/bicycle-electric", + "material/bicycle-penny-farthing", + "material/bicycle", + "material/bike-fast", + "material/bike-pedal-clipless", + "material/bike-pedal-mountain", + "material/bike-pedal", + "material/bike", + "material/billboard", + "material/billiards-rack", + "material/billiards", + "material/binoculars", + "material/bio", + "material/biohazard", + "material/bird", + "material/bitbucket", + "material/bitcoin", + "material/black-mesa", + "material/blender-outline", + "material/blender-software", + "material/blender", + "material/blinds-horizontal-closed", + "material/blinds-horizontal", + "material/blinds-open", + "material/blinds-vertical-closed", + "material/blinds-vertical", + "material/blinds", + "material/block-helper", + "material/blood-bag", + "material/bluetooth-audio", + "material/bluetooth-connect", + "material/bluetooth-off", + "material/bluetooth-settings", + "material/bluetooth-transfer", + "material/bluetooth", + "material/blur-linear", + "material/blur-off", + "material/blur-radial", + "material/blur", + "material/bolt", + "material/bomb-off", + "material/bomb", + "material/bone-off", + "material/bone", + "material/book-account-outline", + "material/book-account", + "material/book-alert-outline", + "material/book-alert", + "material/book-alphabet", + "material/book-arrow-down-outline", + "material/book-arrow-down", + "material/book-arrow-left-outline", + "material/book-arrow-left", + "material/book-arrow-right-outline", + "material/book-arrow-right", + "material/book-arrow-up-outline", + "material/book-arrow-up", + "material/book-cancel-outline", + "material/book-cancel", + "material/book-check-outline", + "material/book-check", + "material/book-clock-outline", + "material/book-clock", + "material/book-cog-outline", + "material/book-cog", + "material/book-cross", + "material/book-edit-outline", + "material/book-edit", + "material/book-education-outline", + "material/book-education", + "material/book-heart-outline", + "material/book-heart", + "material/book-information-variant", + "material/book-lock-open-outline", + "material/book-lock-open", + "material/book-lock-outline", + "material/book-lock", + "material/book-marker-outline", + "material/book-marker", + "material/book-minus-multiple-outline", + "material/book-minus-multiple", + "material/book-minus-outline", + "material/book-minus", + "material/book-multiple-outline", + "material/book-multiple", + "material/book-music-outline", + "material/book-music", + "material/book-off-outline", + "material/book-off", + "material/book-open-blank-variant", + "material/book-open-outline", + "material/book-open-page-variant-outline", + "material/book-open-page-variant", + "material/book-open-variant", + "material/book-open", + "material/book-outline", + "material/book-play-outline", + "material/book-play", + "material/book-plus-multiple-outline", + "material/book-plus-multiple", + "material/book-plus-outline", + "material/book-plus", + "material/book-refresh-outline", + "material/book-refresh", + "material/book-remove-multiple-outline", + "material/book-remove-multiple", + "material/book-remove-outline", + "material/book-remove", + "material/book-search-outline", + "material/book-search", + "material/book-settings-outline", + "material/book-settings", + "material/book-sync-outline", + "material/book-sync", + "material/book-variant", + "material/book", + "material/bookmark-box-multiple-outline", + "material/bookmark-box-multiple", + "material/bookmark-box-outline", + "material/bookmark-box", + "material/bookmark-check-outline", + "material/bookmark-check", + "material/bookmark-minus-outline", + "material/bookmark-minus", + "material/bookmark-multiple-outline", + "material/bookmark-multiple", + "material/bookmark-music-outline", + "material/bookmark-music", + "material/bookmark-off-outline", + "material/bookmark-off", + "material/bookmark-outline", + "material/bookmark-plus-outline", + "material/bookmark-plus", + "material/bookmark-remove-outline", + "material/bookmark-remove", + "material/bookmark", + "material/bookshelf", + "material/boom-gate-alert-outline", + "material/boom-gate-alert", + "material/boom-gate-arrow-down-outline", + "material/boom-gate-arrow-down", + "material/boom-gate-arrow-up-outline", + "material/boom-gate-arrow-up", + "material/boom-gate-outline", + "material/boom-gate-up-outline", + "material/boom-gate-up", + "material/boom-gate", + "material/boombox", + "material/boomerang", + "material/bootstrap", + "material/border-all-variant", + "material/border-all", + "material/border-bottom-variant", + "material/border-bottom", + "material/border-color", + "material/border-horizontal", + "material/border-inside", + "material/border-left-variant", + "material/border-left", + "material/border-none-variant", + "material/border-none", + "material/border-outside", + "material/border-radius", + "material/border-right-variant", + "material/border-right", + "material/border-style", + "material/border-top-variant", + "material/border-top", + "material/border-vertical", + "material/bottle-soda-classic-outline", + "material/bottle-soda-classic", + "material/bottle-soda-outline", + "material/bottle-soda", + "material/bottle-tonic-outline", + "material/bottle-tonic-plus-outline", + "material/bottle-tonic-plus", + "material/bottle-tonic-skull-outline", + "material/bottle-tonic-skull", + "material/bottle-tonic", + "material/bottle-wine-outline", + "material/bottle-wine", + "material/bow-arrow", + "material/bow-tie", + "material/bowl-mix-outline", + "material/bowl-mix", + "material/bowl-outline", + "material/bowl", + "material/bowling", + "material/box-cutter-off", + "material/box-cutter", + "material/box-shadow", + "material/box", + "material/boxing-glove", + "material/braille", + "material/brain", + "material/bread-slice-outline", + "material/bread-slice", + "material/bridge", + "material/briefcase-account-outline", + "material/briefcase-account", + "material/briefcase-arrow-left-right-outline", + "material/briefcase-arrow-left-right", + "material/briefcase-arrow-up-down-outline", + "material/briefcase-arrow-up-down", + "material/briefcase-check-outline", + "material/briefcase-check", + "material/briefcase-clock-outline", + "material/briefcase-clock", + "material/briefcase-download-outline", + "material/briefcase-download", + "material/briefcase-edit-outline", + "material/briefcase-edit", + "material/briefcase-eye-outline", + "material/briefcase-eye", + "material/briefcase-minus-outline", + "material/briefcase-minus", + "material/briefcase-off-outline", + "material/briefcase-off", + "material/briefcase-outline", + "material/briefcase-plus-outline", + "material/briefcase-plus", + "material/briefcase-remove-outline", + "material/briefcase-remove", + "material/briefcase-search-outline", + "material/briefcase-search", + "material/briefcase-upload-outline", + "material/briefcase-upload", + "material/briefcase-variant-off-outline", + "material/briefcase-variant-off", + "material/briefcase-variant-outline", + "material/briefcase-variant", + "material/briefcase", + "material/brightness-1", + "material/brightness-2", + "material/brightness-3", + "material/brightness-4", + "material/brightness-5", + "material/brightness-6", + "material/brightness-7", + "material/brightness-auto", + "material/brightness-percent", + "material/broadcast-off", + "material/broadcast", + "material/broom", + "material/brush-off", + "material/brush-outline", + "material/brush-variant", + "material/brush", + "material/bucket-outline", + "material/bucket", + "material/buffet", + "material/bug-check-outline", + "material/bug-check", + "material/bug-outline", + "material/bug-pause-outline", + "material/bug-pause", + "material/bug-play-outline", + "material/bug-play", + "material/bug-stop-outline", + "material/bug-stop", + "material/bug", + "material/bugle", + "material/bulkhead-light", + "material/bulldozer", + "material/bullet", + "material/bulletin-board", + "material/bullhorn-outline", + "material/bullhorn-variant-outline", + "material/bullhorn-variant", + "material/bullhorn", + "material/bullseye-arrow", + "material/bullseye", + "material/bulma", + "material/bunk-bed-outline", + "material/bunk-bed", + "material/bus-alert", + "material/bus-articulated-end", + "material/bus-articulated-front", + "material/bus-clock", + "material/bus-double-decker", + "material/bus-electric", + "material/bus-marker", + "material/bus-multiple", + "material/bus-school", + "material/bus-side", + "material/bus-stop-covered", + "material/bus-stop-uncovered", + "material/bus-stop", + "material/bus", + "material/butterfly-outline", + "material/butterfly", + "material/button-cursor", + "material/button-pointer", + "material/cabin-a-frame", + "material/cable-data", + "material/cached", + "material/cactus", + "material/cake-layered", + "material/cake-variant-outline", + "material/cake-variant", + "material/cake", + "material/calculator-variant-outline", + "material/calculator-variant", + "material/calculator", + "material/calendar-account-outline", + "material/calendar-account", + "material/calendar-alert-outline", + "material/calendar-alert", + "material/calendar-arrow-left", + "material/calendar-arrow-right", + "material/calendar-badge-outline", + "material/calendar-badge", + "material/calendar-blank-multiple", + "material/calendar-blank-outline", + "material/calendar-blank", + "material/calendar-check-outline", + "material/calendar-check", + "material/calendar-clock-outline", + "material/calendar-clock", + "material/calendar-collapse-horizontal-outline", + "material/calendar-collapse-horizontal", + "material/calendar-cursor-outline", + "material/calendar-cursor", + "material/calendar-edit-outline", + "material/calendar-edit", + "material/calendar-end-outline", + "material/calendar-end", + "material/calendar-expand-horizontal-outline", + "material/calendar-expand-horizontal", + "material/calendar-export-outline", + "material/calendar-export", + "material/calendar-filter-outline", + "material/calendar-filter", + "material/calendar-heart-outline", + "material/calendar-heart", + "material/calendar-import-outline", + "material/calendar-import", + "material/calendar-lock-open-outline", + "material/calendar-lock-open", + "material/calendar-lock-outline", + "material/calendar-lock", + "material/calendar-minus-outline", + "material/calendar-minus", + "material/calendar-month-outline", + "material/calendar-month", + "material/calendar-multiple-check", + "material/calendar-multiple", + "material/calendar-multiselect-outline", + "material/calendar-multiselect", + "material/calendar-outline", + "material/calendar-plus-outline", + "material/calendar-plus", + "material/calendar-question-outline", + "material/calendar-question", + "material/calendar-range-outline", + "material/calendar-range", + "material/calendar-refresh-outline", + "material/calendar-refresh", + "material/calendar-remove-outline", + "material/calendar-remove", + "material/calendar-search-outline", + "material/calendar-search", + "material/calendar-star-four-points", + "material/calendar-star-outline", + "material/calendar-star", + "material/calendar-start-outline", + "material/calendar-start", + "material/calendar-sync-outline", + "material/calendar-sync", + "material/calendar-text-outline", + "material/calendar-text", + "material/calendar-today-outline", + "material/calendar-today", + "material/calendar-week-begin-outline", + "material/calendar-week-begin", + "material/calendar-week-outline", + "material/calendar-week", + "material/calendar-weekend-outline", + "material/calendar-weekend", + "material/calendar", + "material/call-made", + "material/call-merge", + "material/call-missed", + "material/call-received", + "material/call-split", + "material/camcorder-off", + "material/camcorder", + "material/camera-account", + "material/camera-burst", + "material/camera-control", + "material/camera-document-off", + "material/camera-document", + "material/camera-enhance-outline", + "material/camera-enhance", + "material/camera-flip-outline", + "material/camera-flip", + "material/camera-front-variant", + "material/camera-front", + "material/camera-gopro", + "material/camera-image", + "material/camera-iris", + "material/camera-lock-open-outline", + "material/camera-lock-open", + "material/camera-lock-outline", + "material/camera-lock", + "material/camera-marker-outline", + "material/camera-marker", + "material/camera-metering-center", + "material/camera-metering-matrix", + "material/camera-metering-partial", + "material/camera-metering-spot", + "material/camera-off-outline", + "material/camera-off", + "material/camera-outline", + "material/camera-party-mode", + "material/camera-plus-outline", + "material/camera-plus", + "material/camera-rear-variant", + "material/camera-rear", + "material/camera-retake-outline", + "material/camera-retake", + "material/camera-switch-outline", + "material/camera-switch", + "material/camera-timer", + "material/camera-wireless-outline", + "material/camera-wireless", + "material/camera", + "material/campfire", + "material/cancel", + "material/candelabra-fire", + "material/candelabra", + "material/candle", + "material/candy-off-outline", + "material/candy-off", + "material/candy-outline", + "material/candy", + "material/candycane", + "material/cannabis-off", + "material/cannabis", + "material/caps-lock", + "material/car-2-plus", + "material/car-3-plus", + "material/car-arrow-left", + "material/car-arrow-right", + "material/car-back", + "material/car-battery", + "material/car-brake-abs", + "material/car-brake-alert", + "material/car-brake-fluid-level", + "material/car-brake-hold", + "material/car-brake-low-pressure", + "material/car-brake-parking", + "material/car-brake-retarder", + "material/car-brake-temperature", + "material/car-brake-worn-linings", + "material/car-child-seat", + "material/car-clock", + "material/car-clutch", + "material/car-cog", + "material/car-connected", + "material/car-convertible", + "material/car-coolant-level", + "material/car-cruise-control", + "material/car-defrost-front", + "material/car-defrost-rear", + "material/car-door-lock", + "material/car-door", + "material/car-electric-outline", + "material/car-electric", + "material/car-emergency", + "material/car-esp", + "material/car-estate", + "material/car-hatchback", + "material/car-info", + "material/car-key", + "material/car-lifted-pickup", + "material/car-light-alert", + "material/car-light-dimmed", + "material/car-light-fog", + "material/car-light-high", + "material/car-limousine", + "material/car-multiple", + "material/car-off", + "material/car-outline", + "material/car-parking-lights", + "material/car-pickup", + "material/car-search-outline", + "material/car-search", + "material/car-seat-cooler", + "material/car-seat-heater", + "material/car-seat", + "material/car-select", + "material/car-settings", + "material/car-shift-pattern", + "material/car-side", + "material/car-speed-limiter", + "material/car-sports", + "material/car-tire-alert", + "material/car-traction-control", + "material/car-turbocharger", + "material/car-wash", + "material/car-windshield-outline", + "material/car-windshield", + "material/car-wireless", + "material/car-wrench", + "material/car", + "material/carabiner", + "material/caravan", + "material/card-account-details-outline", + "material/card-account-details-star-outline", + "material/card-account-details-star", + "material/card-account-details", + "material/card-account-mail-outline", + "material/card-account-mail", + "material/card-account-phone-outline", + "material/card-account-phone", + "material/card-bulleted-off-outline", + "material/card-bulleted-off", + "material/card-bulleted-outline", + "material/card-bulleted-settings-outline", + "material/card-bulleted-settings", + "material/card-bulleted", + "material/card-minus-outline", + "material/card-minus", + "material/card-multiple-outline", + "material/card-multiple", + "material/card-off-outline", + "material/card-off", + "material/card-outline", + "material/card-plus-outline", + "material/card-plus", + "material/card-remove-outline", + "material/card-remove", + "material/card-search-outline", + "material/card-search", + "material/card-text-outline", + "material/card-text", + "material/card", + "material/cards-club-outline", + "material/cards-club", + "material/cards-diamond-outline", + "material/cards-diamond", + "material/cards-heart-outline", + "material/cards-heart", + "material/cards-outline", + "material/cards-playing-club-multiple-outline", + "material/cards-playing-club-multiple", + "material/cards-playing-club-outline", + "material/cards-playing-club", + "material/cards-playing-diamond-multiple-outline", + "material/cards-playing-diamond-multiple", + "material/cards-playing-diamond-outline", + "material/cards-playing-diamond", + "material/cards-playing-heart-multiple-outline", + "material/cards-playing-heart-multiple", + "material/cards-playing-heart-outline", + "material/cards-playing-heart", + "material/cards-playing-outline", + "material/cards-playing-spade-multiple-outline", + "material/cards-playing-spade-multiple", + "material/cards-playing-spade-outline", + "material/cards-playing-spade", + "material/cards-playing", + "material/cards-spade-outline", + "material/cards-spade", + "material/cards-variant", + "material/cards", + "material/carrot", + "material/cart-arrow-down", + "material/cart-arrow-right", + "material/cart-arrow-up", + "material/cart-check", + "material/cart-heart", + "material/cart-minus", + "material/cart-off", + "material/cart-outline", + "material/cart-percent", + "material/cart-plus", + "material/cart-remove", + "material/cart-variant", + "material/cart", + "material/case-sensitive-alt", + "material/cash-100", + "material/cash-check", + "material/cash-clock", + "material/cash-fast", + "material/cash-lock-open", + "material/cash-lock", + "material/cash-marker", + "material/cash-minus", + "material/cash-multiple", + "material/cash-off", + "material/cash-plus", + "material/cash-refund", + "material/cash-register", + "material/cash-remove", + "material/cash-sync", + "material/cash", + "material/cassette", + "material/cast-audio-variant", + "material/cast-audio", + "material/cast-connected", + "material/cast-education", + "material/cast-off", + "material/cast-variant", + "material/cast", + "material/castle", + "material/cat", + "material/cctv-off", + "material/cctv", + "material/ceiling-fan-light", + "material/ceiling-fan", + "material/ceiling-light-multiple-outline", + "material/ceiling-light-multiple", + "material/ceiling-light-outline", + "material/ceiling-light", + "material/cellphone-arrow-down-variant", + "material/cellphone-arrow-down", + "material/cellphone-basic", + "material/cellphone-charging", + "material/cellphone-check", + "material/cellphone-cog", + "material/cellphone-dock", + "material/cellphone-information", + "material/cellphone-key", + "material/cellphone-link-off", + "material/cellphone-link", + "material/cellphone-lock", + "material/cellphone-marker", + "material/cellphone-message-off", + "material/cellphone-message", + "material/cellphone-nfc-off", + "material/cellphone-nfc", + "material/cellphone-off", + "material/cellphone-play", + "material/cellphone-remove", + "material/cellphone-screenshot", + "material/cellphone-settings", + "material/cellphone-sound", + "material/cellphone-text", + "material/cellphone-wireless", + "material/cellphone", + "material/centos", + "material/certificate-outline", + "material/certificate", + "material/chair-rolling", + "material/chair-school", + "material/chandelier", + "material/charity", + "material/chart-arc", + "material/chart-areaspline-variant", + "material/chart-areaspline", + "material/chart-bar-stacked", + "material/chart-bar", + "material/chart-bell-curve-cumulative", + "material/chart-bell-curve", + "material/chart-box-outline", + "material/chart-box-plus-outline", + "material/chart-box", + "material/chart-bubble", + "material/chart-donut-variant", + "material/chart-donut", + "material/chart-gantt", + "material/chart-histogram", + "material/chart-line-stacked", + "material/chart-line-variant", + "material/chart-line", + "material/chart-multiline", + "material/chart-multiple", + "material/chart-pie-outline", + "material/chart-pie", + "material/chart-ppf", + "material/chart-sankey-variant", + "material/chart-sankey", + "material/chart-scatter-plot-hexbin", + "material/chart-scatter-plot", + "material/chart-timeline-variant-shimmer", + "material/chart-timeline-variant", + "material/chart-timeline", + "material/chart-tree", + "material/chart-waterfall", + "material/chat-alert-outline", + "material/chat-alert", + "material/chat-minus-outline", + "material/chat-minus", + "material/chat-outline", + "material/chat-plus-outline", + "material/chat-plus", + "material/chat-processing-outline", + "material/chat-processing", + "material/chat-question-outline", + "material/chat-question", + "material/chat-remove-outline", + "material/chat-remove", + "material/chat-sleep-outline", + "material/chat-sleep", + "material/chat", + "material/check-all", + "material/check-bold", + "material/check-circle-outline", + "material/check-circle", + "material/check-decagram-outline", + "material/check-decagram", + "material/check-network-outline", + "material/check-network", + "material/check-outline", + "material/check-underline-circle-outline", + "material/check-underline-circle", + "material/check-underline", + "material/check", + "material/checkbook-arrow-left", + "material/checkbook-arrow-right", + "material/checkbook", + "material/checkbox-blank-badge-outline", + "material/checkbox-blank-badge", + "material/checkbox-blank-circle-outline", + "material/checkbox-blank-circle", + "material/checkbox-blank-off-outline", + "material/checkbox-blank-off", + "material/checkbox-blank-outline", + "material/checkbox-blank", + "material/checkbox-intermediate-variant", + "material/checkbox-intermediate", + "material/checkbox-marked-circle-auto-outline", + "material/checkbox-marked-circle-minus-outline", + "material/checkbox-marked-circle-outline", + "material/checkbox-marked-circle-plus-outline", + "material/checkbox-marked-circle", + "material/checkbox-marked-outline", + "material/checkbox-marked", + "material/checkbox-multiple-blank-circle-outline", + "material/checkbox-multiple-blank-circle", + "material/checkbox-multiple-blank-outline", + "material/checkbox-multiple-blank", + "material/checkbox-multiple-marked-circle-outline", + "material/checkbox-multiple-marked-circle", + "material/checkbox-multiple-marked-outline", + "material/checkbox-multiple-marked", + "material/checkbox-multiple-outline", + "material/checkbox-outline", + "material/checkerboard-minus", + "material/checkerboard-plus", + "material/checkerboard-remove", + "material/checkerboard", + "material/cheese-off", + "material/cheese", + "material/chef-hat", + "material/chemical-weapon", + "material/chess-bishop", + "material/chess-king", + "material/chess-knight", + "material/chess-pawn", + "material/chess-queen", + "material/chess-rook", + "material/chevron-double-down", + "material/chevron-double-left", + "material/chevron-double-right", + "material/chevron-double-up", + "material/chevron-down-box-outline", + "material/chevron-down-box", + "material/chevron-down-circle-outline", + "material/chevron-down-circle", + "material/chevron-down", + "material/chevron-left-box-outline", + "material/chevron-left-box", + "material/chevron-left-circle-outline", + "material/chevron-left-circle", + "material/chevron-left", + "material/chevron-right-box-outline", + "material/chevron-right-box", + "material/chevron-right-circle-outline", + "material/chevron-right-circle", + "material/chevron-right", + "material/chevron-triple-down", + "material/chevron-triple-left", + "material/chevron-triple-right", + "material/chevron-triple-up", + "material/chevron-up-box-outline", + "material/chevron-up-box", + "material/chevron-up-circle-outline", + "material/chevron-up-circle", + "material/chevron-up", + "material/chili-alert-outline", + "material/chili-alert", + "material/chili-hot-outline", + "material/chili-hot", + "material/chili-medium-outline", + "material/chili-medium", + "material/chili-mild-outline", + "material/chili-mild", + "material/chili-off-outline", + "material/chili-off", + "material/chip", + "material/church-outline", + "material/church", + "material/cigar-off", + "material/cigar", + "material/circle-box-outline", + "material/circle-box", + "material/circle-double", + "material/circle-edit-outline", + "material/circle-expand", + "material/circle-half-full", + "material/circle-half", + "material/circle-medium", + "material/circle-multiple-outline", + "material/circle-multiple", + "material/circle-off-outline", + "material/circle-opacity", + "material/circle-outline", + "material/circle-slice-1", + "material/circle-slice-2", + "material/circle-slice-3", + "material/circle-slice-4", + "material/circle-slice-5", + "material/circle-slice-6", + "material/circle-slice-7", + "material/circle-slice-8", + "material/circle-small", + "material/circle", + "material/circular-saw", + "material/city-switch", + "material/city-variant-outline", + "material/city-variant", + "material/city", + "material/clipboard-account-outline", + "material/clipboard-account", + "material/clipboard-alert-outline", + "material/clipboard-alert", + "material/clipboard-arrow-down-outline", + "material/clipboard-arrow-down", + "material/clipboard-arrow-left-outline", + "material/clipboard-arrow-left", + "material/clipboard-arrow-right-outline", + "material/clipboard-arrow-right", + "material/clipboard-arrow-up-outline", + "material/clipboard-arrow-up", + "material/clipboard-check-multiple-outline", + "material/clipboard-check-multiple", + "material/clipboard-check-outline", + "material/clipboard-check", + "material/clipboard-clock-outline", + "material/clipboard-clock", + "material/clipboard-edit-outline", + "material/clipboard-edit", + "material/clipboard-file-outline", + "material/clipboard-file", + "material/clipboard-flow-outline", + "material/clipboard-flow", + "material/clipboard-list-outline", + "material/clipboard-list", + "material/clipboard-minus-outline", + "material/clipboard-minus", + "material/clipboard-multiple-outline", + "material/clipboard-multiple", + "material/clipboard-off-outline", + "material/clipboard-off", + "material/clipboard-outline", + "material/clipboard-play-multiple-outline", + "material/clipboard-play-multiple", + "material/clipboard-play-outline", + "material/clipboard-play", + "material/clipboard-plus-outline", + "material/clipboard-plus", + "material/clipboard-pulse-outline", + "material/clipboard-pulse", + "material/clipboard-remove-outline", + "material/clipboard-remove", + "material/clipboard-search-outline", + "material/clipboard-search", + "material/clipboard-text-clock-outline", + "material/clipboard-text-clock", + "material/clipboard-text-multiple-outline", + "material/clipboard-text-multiple", + "material/clipboard-text-off-outline", + "material/clipboard-text-off", + "material/clipboard-text-outline", + "material/clipboard-text-play-outline", + "material/clipboard-text-play", + "material/clipboard-text-search-outline", + "material/clipboard-text-search", + "material/clipboard-text", + "material/clipboard", + "material/clippy", + "material/clock-alert-outline", + "material/clock-alert", + "material/clock-check-outline", + "material/clock-check", + "material/clock-digital", + "material/clock-edit-outline", + "material/clock-edit", + "material/clock-end", + "material/clock-fast", + "material/clock-in", + "material/clock-minus-outline", + "material/clock-minus", + "material/clock-out", + "material/clock-outline", + "material/clock-plus-outline", + "material/clock-plus", + "material/clock-remove-outline", + "material/clock-remove", + "material/clock-star-four-points-outline", + "material/clock-star-four-points", + "material/clock-start", + "material/clock-time-eight-outline", + "material/clock-time-eight", + "material/clock-time-eleven-outline", + "material/clock-time-eleven", + "material/clock-time-five-outline", + "material/clock-time-five", + "material/clock-time-four-outline", + "material/clock-time-four", + "material/clock-time-nine-outline", + "material/clock-time-nine", + "material/clock-time-one-outline", + "material/clock-time-one", + "material/clock-time-seven-outline", + "material/clock-time-seven", + "material/clock-time-six-outline", + "material/clock-time-six", + "material/clock-time-ten-outline", + "material/clock-time-ten", + "material/clock-time-three-outline", + "material/clock-time-three", + "material/clock-time-twelve-outline", + "material/clock-time-twelve", + "material/clock-time-two-outline", + "material/clock-time-two", + "material/clock", + "material/close-box-multiple-outline", + "material/close-box-multiple", + "material/close-box-outline", + "material/close-box", + "material/close-circle-multiple-outline", + "material/close-circle-multiple", + "material/close-circle-outline", + "material/close-circle", + "material/close-network-outline", + "material/close-network", + "material/close-octagon-outline", + "material/close-octagon", + "material/close-outline", + "material/close-thick", + "material/close", + "material/closed-caption-outline", + "material/closed-caption", + "material/cloud-alert-outline", + "material/cloud-alert", + "material/cloud-arrow-down-outline", + "material/cloud-arrow-down", + "material/cloud-arrow-left-outline", + "material/cloud-arrow-left", + "material/cloud-arrow-right-outline", + "material/cloud-arrow-right", + "material/cloud-arrow-up-outline", + "material/cloud-arrow-up", + "material/cloud-braces", + "material/cloud-cancel-outline", + "material/cloud-cancel", + "material/cloud-check-outline", + "material/cloud-check-variant-outline", + "material/cloud-check-variant", + "material/cloud-check", + "material/cloud-circle-outline", + "material/cloud-circle", + "material/cloud-clock-outline", + "material/cloud-clock", + "material/cloud-cog-outline", + "material/cloud-cog", + "material/cloud-download-outline", + "material/cloud-download", + "material/cloud-lock-open-outline", + "material/cloud-lock-open", + "material/cloud-lock-outline", + "material/cloud-lock", + "material/cloud-minus-outline", + "material/cloud-minus", + "material/cloud-off-outline", + "material/cloud-off", + "material/cloud-outline", + "material/cloud-percent-outline", + "material/cloud-percent", + "material/cloud-plus-outline", + "material/cloud-plus", + "material/cloud-print-outline", + "material/cloud-print", + "material/cloud-question-outline", + "material/cloud-question", + "material/cloud-refresh-outline", + "material/cloud-refresh-variant-outline", + "material/cloud-refresh-variant", + "material/cloud-refresh", + "material/cloud-remove-outline", + "material/cloud-remove", + "material/cloud-search-outline", + "material/cloud-search", + "material/cloud-sync-outline", + "material/cloud-sync", + "material/cloud-tags", + "material/cloud-upload-outline", + "material/cloud-upload", + "material/cloud", + "material/clouds", + "material/clover-outline", + "material/clover", + "material/coach-lamp-variant", + "material/coach-lamp", + "material/coat-rack", + "material/code-array", + "material/code-braces-box", + "material/code-braces", + "material/code-brackets", + "material/code-equal", + "material/code-greater-than-or-equal", + "material/code-greater-than", + "material/code-json", + "material/code-less-than-or-equal", + "material/code-less-than", + "material/code-not-equal-variant", + "material/code-not-equal", + "material/code-parentheses-box", + "material/code-parentheses", + "material/code-string", + "material/code-tags-check", + "material/code-tags", + "material/codepen", + "material/coffee-maker-check-outline", + "material/coffee-maker-check", + "material/coffee-maker-outline", + "material/coffee-maker", + "material/coffee-off-outline", + "material/coffee-off", + "material/coffee-outline", + "material/coffee-to-go-outline", + "material/coffee-to-go", + "material/coffee", + "material/coffin", + "material/cog-box", + "material/cog-clockwise", + "material/cog-counterclockwise", + "material/cog-off-outline", + "material/cog-off", + "material/cog-outline", + "material/cog-pause-outline", + "material/cog-pause", + "material/cog-play-outline", + "material/cog-play", + "material/cog-refresh-outline", + "material/cog-refresh", + "material/cog-stop-outline", + "material/cog-stop", + "material/cog-sync-outline", + "material/cog-sync", + "material/cog-transfer-outline", + "material/cog-transfer", + "material/cog", + "material/cogs", + "material/collage", + "material/collapse-all-outline", + "material/collapse-all", + "material/color-helper", + "material/comma-box-outline", + "material/comma-box", + "material/comma-circle-outline", + "material/comma-circle", + "material/comma", + "material/comment-account-outline", + "material/comment-account", + "material/comment-alert-outline", + "material/comment-alert", + "material/comment-arrow-left-outline", + "material/comment-arrow-left", + "material/comment-arrow-right-outline", + "material/comment-arrow-right", + "material/comment-bookmark-outline", + "material/comment-bookmark", + "material/comment-check-outline", + "material/comment-check", + "material/comment-edit-outline", + "material/comment-edit", + "material/comment-eye-outline", + "material/comment-eye", + "material/comment-flash-outline", + "material/comment-flash", + "material/comment-minus-outline", + "material/comment-minus", + "material/comment-multiple-outline", + "material/comment-multiple", + "material/comment-off-outline", + "material/comment-off", + "material/comment-outline", + "material/comment-plus-outline", + "material/comment-plus", + "material/comment-processing-outline", + "material/comment-processing", + "material/comment-question-outline", + "material/comment-question", + "material/comment-quote-outline", + "material/comment-quote", + "material/comment-remove-outline", + "material/comment-remove", + "material/comment-search-outline", + "material/comment-search", + "material/comment-text-multiple-outline", + "material/comment-text-multiple", + "material/comment-text-outline", + "material/comment-text", + "material/comment", + "material/compare-horizontal", + "material/compare-remove", + "material/compare-vertical", + "material/compare", + "material/compass-off-outline", + "material/compass-off", + "material/compass-outline", + "material/compass-rose", + "material/compass", + "material/compost", + "material/cone-off", + "material/cone", + "material/connection", + "material/console-line", + "material/console-network-outline", + "material/console-network", + "material/console", + "material/consolidate", + "material/contactless-payment-circle-outline", + "material/contactless-payment-circle", + "material/contactless-payment", + "material/contacts-outline", + "material/contacts", + "material/contain-end", + "material/contain-start", + "material/contain", + "material/content-copy", + "material/content-cut", + "material/content-duplicate", + "material/content-paste", + "material/content-save-alert-outline", + "material/content-save-alert", + "material/content-save-all-outline", + "material/content-save-all", + "material/content-save-check-outline", + "material/content-save-check", + "material/content-save-cog-outline", + "material/content-save-cog", + "material/content-save-edit-outline", + "material/content-save-edit", + "material/content-save-minus-outline", + "material/content-save-minus", + "material/content-save-move-outline", + "material/content-save-move", + "material/content-save-off-outline", + "material/content-save-off", + "material/content-save-outline", + "material/content-save-plus-outline", + "material/content-save-plus", + "material/content-save-settings-outline", + "material/content-save-settings", + "material/content-save", + "material/contrast-box", + "material/contrast-circle", + "material/contrast", + "material/controller-classic-outline", + "material/controller-classic", + "material/controller-off", + "material/controller", + "material/cookie-alert-outline", + "material/cookie-alert", + "material/cookie-check-outline", + "material/cookie-check", + "material/cookie-clock-outline", + "material/cookie-clock", + "material/cookie-cog-outline", + "material/cookie-cog", + "material/cookie-edit-outline", + "material/cookie-edit", + "material/cookie-lock-outline", + "material/cookie-lock", + "material/cookie-minus-outline", + "material/cookie-minus", + "material/cookie-off-outline", + "material/cookie-off", + "material/cookie-outline", + "material/cookie-plus-outline", + "material/cookie-plus", + "material/cookie-refresh-outline", + "material/cookie-refresh", + "material/cookie-remove-outline", + "material/cookie-remove", + "material/cookie-settings-outline", + "material/cookie-settings", + "material/cookie", + "material/coolant-temperature", + "material/copyleft", + "material/copyright", + "material/cordova", + "material/corn-off", + "material/corn", + "material/cosine-wave", + "material/counter", + "material/countertop-outline", + "material/countertop", + "material/cow-off", + "material/cow", + "material/cpu-32-bit", + "material/cpu-64-bit", + "material/cradle-outline", + "material/cradle", + "material/crane", + "material/creation-outline", + "material/creation", + "material/creative-commons", + "material/credit-card-check-outline", + "material/credit-card-check", + "material/credit-card-chip-outline", + "material/credit-card-chip", + "material/credit-card-clock-outline", + "material/credit-card-clock", + "material/credit-card-edit-outline", + "material/credit-card-edit", + "material/credit-card-fast-outline", + "material/credit-card-fast", + "material/credit-card-lock-outline", + "material/credit-card-lock", + "material/credit-card-marker-outline", + "material/credit-card-marker", + "material/credit-card-minus-outline", + "material/credit-card-minus", + "material/credit-card-multiple-outline", + "material/credit-card-multiple", + "material/credit-card-off-outline", + "material/credit-card-off", + "material/credit-card-outline", + "material/credit-card-plus-outline", + "material/credit-card-plus", + "material/credit-card-refresh-outline", + "material/credit-card-refresh", + "material/credit-card-refund-outline", + "material/credit-card-refund", + "material/credit-card-remove-outline", + "material/credit-card-remove", + "material/credit-card-scan-outline", + "material/credit-card-scan", + "material/credit-card-search-outline", + "material/credit-card-search", + "material/credit-card-settings-outline", + "material/credit-card-settings", + "material/credit-card-sync-outline", + "material/credit-card-sync", + "material/credit-card-wireless-off-outline", + "material/credit-card-wireless-off", + "material/credit-card-wireless-outline", + "material/credit-card-wireless", + "material/credit-card", + "material/cricket", + "material/crop-free", + "material/crop-landscape", + "material/crop-portrait", + "material/crop-rotate", + "material/crop-square", + "material/crop", + "material/cross-bolnisi", + "material/cross-celtic", + "material/cross-outline", + "material/cross", + "material/crosshairs-gps", + "material/crosshairs-off", + "material/crosshairs-question", + "material/crosshairs", + "material/crowd", + "material/crown-circle-outline", + "material/crown-circle", + "material/crown-outline", + "material/crown", + "material/cryengine", + "material/crystal-ball", + "material/cube-off-outline", + "material/cube-off", + "material/cube-outline", + "material/cube-scan", + "material/cube-send", + "material/cube-unfolded", + "material/cube", + "material/cup-off-outline", + "material/cup-off", + "material/cup-outline", + "material/cup-water", + "material/cup", + "material/cupboard-outline", + "material/cupboard", + "material/cupcake", + "material/curling", + "material/currency-bdt", + "material/currency-brl", + "material/currency-btc", + "material/currency-cny", + "material/currency-eth", + "material/currency-eur-off", + "material/currency-eur", + "material/currency-fra", + "material/currency-gbp", + "material/currency-ils", + "material/currency-inr", + "material/currency-jpy", + "material/currency-krw", + "material/currency-kzt", + "material/currency-mnt", + "material/currency-ngn", + "material/currency-php", + "material/currency-rial", + "material/currency-rub", + "material/currency-rupee", + "material/currency-sign", + "material/currency-thb", + "material/currency-try", + "material/currency-twd", + "material/currency-uah", + "material/currency-usd-off", + "material/currency-usd", + "material/current-ac", + "material/current-dc", + "material/cursor-default-click-outline", + "material/cursor-default-click", + "material/cursor-default-gesture-outline", + "material/cursor-default-gesture", + "material/cursor-default-outline", + "material/cursor-default", + "material/cursor-move", + "material/cursor-pointer", + "material/cursor-text", + "material/curtains-closed", + "material/curtains", + "material/cylinder-off", + "material/cylinder", + "material/dance-ballroom", + "material/dance-pole", + "material/data-matrix-edit", + "material/data-matrix-minus", + "material/data-matrix-plus", + "material/data-matrix-remove", + "material/data-matrix-scan", + "material/data-matrix", + "material/database-alert-outline", + "material/database-alert", + "material/database-arrow-down-outline", + "material/database-arrow-down", + "material/database-arrow-left-outline", + "material/database-arrow-left", + "material/database-arrow-right-outline", + "material/database-arrow-right", + "material/database-arrow-up-outline", + "material/database-arrow-up", + "material/database-check-outline", + "material/database-check", + "material/database-clock-outline", + "material/database-clock", + "material/database-cog-outline", + "material/database-cog", + "material/database-edit-outline", + "material/database-edit", + "material/database-export-outline", + "material/database-export", + "material/database-eye-off-outline", + "material/database-eye-off", + "material/database-eye-outline", + "material/database-eye", + "material/database-import-outline", + "material/database-import", + "material/database-lock-outline", + "material/database-lock", + "material/database-marker-outline", + "material/database-marker", + "material/database-minus-outline", + "material/database-minus", + "material/database-off-outline", + "material/database-off", + "material/database-outline", + "material/database-plus-outline", + "material/database-plus", + "material/database-refresh-outline", + "material/database-refresh", + "material/database-remove-outline", + "material/database-remove", + "material/database-search-outline", + "material/database-search", + "material/database-settings-outline", + "material/database-settings", + "material/database-sync-outline", + "material/database-sync", + "material/database", + "material/death-star-variant", + "material/death-star", + "material/deathly-hallows", + "material/debian", + "material/debug-step-into", + "material/debug-step-out", + "material/debug-step-over", + "material/decagram-outline", + "material/decagram", + "material/decimal-comma-decrease", + "material/decimal-comma-increase", + "material/decimal-comma", + "material/decimal-decrease", + "material/decimal-increase", + "material/decimal", + "material/delete-alert-outline", + "material/delete-alert", + "material/delete-circle-outline", + "material/delete-circle", + "material/delete-clock-outline", + "material/delete-clock", + "material/delete-empty-outline", + "material/delete-empty", + "material/delete-forever-outline", + "material/delete-forever", + "material/delete-off-outline", + "material/delete-off", + "material/delete-outline", + "material/delete-restore", + "material/delete-sweep-outline", + "material/delete-sweep", + "material/delete-variant", + "material/delete", + "material/delta", + "material/desk-lamp-off", + "material/desk-lamp-on", + "material/desk-lamp", + "material/desk", + "material/deskphone", + "material/desktop-classic", + "material/desktop-tower-monitor", + "material/desktop-tower", + "material/details", + "material/dev-to", + "material/developer-board", + "material/deviantart", + "material/devices", + "material/dharmachakra", + "material/diabetes", + "material/dialpad", + "material/diameter-outline", + "material/diameter-variant", + "material/diameter", + "material/diamond-outline", + "material/diamond-stone", + "material/diamond", + "material/dice-1-outline", + "material/dice-1", + "material/dice-2-outline", + "material/dice-2", + "material/dice-3-outline", + "material/dice-3", + "material/dice-4-outline", + "material/dice-4", + "material/dice-5-outline", + "material/dice-5", + "material/dice-6-outline", + "material/dice-6", + "material/dice-d10-outline", + "material/dice-d10", + "material/dice-d12-outline", + "material/dice-d12", + "material/dice-d20-outline", + "material/dice-d20", + "material/dice-d4-outline", + "material/dice-d4", + "material/dice-d6-outline", + "material/dice-d6", + "material/dice-d8-outline", + "material/dice-d8", + "material/dice-multiple-outline", + "material/dice-multiple", + "material/digital-ocean", + "material/dip-switch", + "material/directions-fork", + "material/directions", + "material/disc-alert", + "material/disc-player", + "material/disc", + "material/dishwasher-alert", + "material/dishwasher-off", + "material/dishwasher", + "material/disqus", + "material/distribute-horizontal-center", + "material/distribute-horizontal-left", + "material/distribute-horizontal-right", + "material/distribute-vertical-bottom", + "material/distribute-vertical-center", + "material/distribute-vertical-top", + "material/diversify", + "material/diving-flippers", + "material/diving-helmet", + "material/diving-scuba-flag", + "material/diving-scuba-mask", + "material/diving-scuba-tank-multiple", + "material/diving-scuba-tank", + "material/diving-scuba", + "material/diving-snorkel", + "material/diving", + "material/division-box", + "material/division", + "material/dlna", + "material/dna", + "material/dns-outline", + "material/dns", + "material/dock-bottom", + "material/dock-left", + "material/dock-right", + "material/dock-top", + "material/dock-window", + "material/docker", + "material/doctor", + "material/dog-service", + "material/dog-side-off", + "material/dog-side", + "material/dog", + "material/dolby", + "material/dolly", + "material/dolphin", + "material/domain-off", + "material/domain-plus", + "material/domain-remove", + "material/domain-switch", + "material/domain", + "material/dome-light", + "material/domino-mask", + "material/donkey", + "material/door-closed-lock", + "material/door-closed", + "material/door-open", + "material/door-sliding-lock", + "material/door-sliding-open", + "material/door-sliding", + "material/door", + "material/doorbell-video", + "material/doorbell", + "material/dot-net", + "material/dots-circle", + "material/dots-grid", + "material/dots-hexagon", + "material/dots-horizontal-circle-outline", + "material/dots-horizontal-circle", + "material/dots-horizontal", + "material/dots-square", + "material/dots-triangle", + "material/dots-vertical-circle-outline", + "material/dots-vertical-circle", + "material/dots-vertical", + "material/download-box-outline", + "material/download-box", + "material/download-circle-outline", + "material/download-circle", + "material/download-lock-outline", + "material/download-lock", + "material/download-multiple", + "material/download-network-outline", + "material/download-network", + "material/download-off-outline", + "material/download-off", + "material/download-outline", + "material/download", + "material/drag-horizontal-variant", + "material/drag-horizontal", + "material/drag-variant", + "material/drag-vertical-variant", + "material/drag-vertical", + "material/drag", + "material/drama-masks", + "material/draw-pen", + "material/draw", + "material/drawing-box", + "material/drawing", + "material/dresser-outline", + "material/dresser", + "material/drone", + "material/dropbox", + "material/drupal", + "material/duck", + "material/dumbbell", + "material/dump-truck", + "material/ear-hearing-loop", + "material/ear-hearing-off", + "material/ear-hearing", + "material/earbuds-off-outline", + "material/earbuds-off", + "material/earbuds-outline", + "material/earbuds", + "material/earth-arrow-right", + "material/earth-box-minus", + "material/earth-box-off", + "material/earth-box-plus", + "material/earth-box-remove", + "material/earth-box", + "material/earth-minus", + "material/earth-off", + "material/earth-plus", + "material/earth-remove", + "material/earth", + "material/egg-easter", + "material/egg-fried", + "material/egg-off-outline", + "material/egg-off", + "material/egg-outline", + "material/egg", + "material/eiffel-tower", + "material/eight-track", + "material/eject-circle-outline", + "material/eject-circle", + "material/eject-outline", + "material/eject", + "material/electric-switch-closed", + "material/electric-switch", + "material/electron-framework", + "material/elephant", + "material/elevation-decline", + "material/elevation-rise", + "material/elevator-down", + "material/elevator-passenger-off-outline", + "material/elevator-passenger-off", + "material/elevator-passenger-outline", + "material/elevator-passenger", + "material/elevator-up", + "material/elevator", + "material/ellipse-outline", + "material/ellipse", + "material/email-alert-outline", + "material/email-alert", + "material/email-arrow-left-outline", + "material/email-arrow-left", + "material/email-arrow-right-outline", + "material/email-arrow-right", + "material/email-box", + "material/email-check-outline", + "material/email-check", + "material/email-edit-outline", + "material/email-edit", + "material/email-fast-outline", + "material/email-fast", + "material/email-heart-outline", + "material/email-lock-outline", + "material/email-lock", + "material/email-mark-as-unread", + "material/email-minus-outline", + "material/email-minus", + "material/email-multiple-outline", + "material/email-multiple", + "material/email-newsletter", + "material/email-off-outline", + "material/email-off", + "material/email-open-heart-outline", + "material/email-open-multiple-outline", + "material/email-open-multiple", + "material/email-open-outline", + "material/email-open", + "material/email-outline", + "material/email-plus-outline", + "material/email-plus", + "material/email-remove-outline", + "material/email-remove", + "material/email-seal-outline", + "material/email-seal", + "material/email-search-outline", + "material/email-search", + "material/email-sync-outline", + "material/email-sync", + "material/email-variant", + "material/email", + "material/ember", + "material/emby", + "material/emoticon-angry-outline", + "material/emoticon-angry", + "material/emoticon-confused-outline", + "material/emoticon-confused", + "material/emoticon-cool-outline", + "material/emoticon-cool", + "material/emoticon-cry-outline", + "material/emoticon-cry", + "material/emoticon-dead-outline", + "material/emoticon-dead", + "material/emoticon-devil-outline", + "material/emoticon-devil", + "material/emoticon-excited-outline", + "material/emoticon-excited", + "material/emoticon-frown-outline", + "material/emoticon-frown", + "material/emoticon-happy-outline", + "material/emoticon-happy", + "material/emoticon-kiss-outline", + "material/emoticon-kiss", + "material/emoticon-lol-outline", + "material/emoticon-lol", + "material/emoticon-neutral-outline", + "material/emoticon-neutral", + "material/emoticon-outline", + "material/emoticon-poop-outline", + "material/emoticon-poop", + "material/emoticon-sad-outline", + "material/emoticon-sad", + "material/emoticon-sick-outline", + "material/emoticon-sick", + "material/emoticon-tongue-outline", + "material/emoticon-tongue", + "material/emoticon-wink-outline", + "material/emoticon-wink", + "material/emoticon", + "material/engine-off-outline", + "material/engine-off", + "material/engine-outline", + "material/engine", + "material/epsilon", + "material/equal-box", + "material/equal", + "material/equalizer-outline", + "material/equalizer", + "material/eraser-variant", + "material/eraser", + "material/escalator-box", + "material/escalator-down", + "material/escalator-up", + "material/escalator", + "material/eslint", + "material/et", + "material/ethereum", + "material/ethernet-cable-off", + "material/ethernet-cable", + "material/ethernet", + "material/ev-plug-ccs1", + "material/ev-plug-ccs2", + "material/ev-plug-chademo", + "material/ev-plug-tesla", + "material/ev-plug-type1", + "material/ev-plug-type2", + "material/ev-station", + "material/evernote", + "material/excavator", + "material/exclamation-thick", + "material/exclamation", + "material/exit-run", + "material/exit-to-app", + "material/expand-all-outline", + "material/expand-all", + "material/expansion-card-variant", + "material/expansion-card", + "material/exponent-box", + "material/exponent", + "material/export-variant", + "material/export", + "material/eye-arrow-left-outline", + "material/eye-arrow-left", + "material/eye-arrow-right-outline", + "material/eye-arrow-right", + "material/eye-check-outline", + "material/eye-check", + "material/eye-circle-outline", + "material/eye-circle", + "material/eye-lock-open-outline", + "material/eye-lock-open", + "material/eye-lock-outline", + "material/eye-lock", + "material/eye-minus-outline", + "material/eye-minus", + "material/eye-off-outline", + "material/eye-off", + "material/eye-outline", + "material/eye-plus-outline", + "material/eye-plus", + "material/eye-refresh-outline", + "material/eye-refresh", + "material/eye-remove-outline", + "material/eye-remove", + "material/eye-settings-outline", + "material/eye-settings", + "material/eye", + "material/eyedropper-minus", + "material/eyedropper-off", + "material/eyedropper-plus", + "material/eyedropper-remove", + "material/eyedropper-variant", + "material/eyedropper", + "material/face-agent", + "material/face-man-outline", + "material/face-man-profile", + "material/face-man-shimmer-outline", + "material/face-man-shimmer", + "material/face-man", + "material/face-mask-outline", + "material/face-mask", + "material/face-recognition", + "material/face-woman-outline", + "material/face-woman-profile", + "material/face-woman-shimmer-outline", + "material/face-woman-shimmer", + "material/face-woman", + "material/facebook-gaming", + "material/facebook-messenger", + "material/facebook-workplace", + "material/facebook", + "material/factory", + "material/family-tree", + "material/fan-alert", + "material/fan-auto", + "material/fan-chevron-down", + "material/fan-chevron-up", + "material/fan-clock", + "material/fan-minus", + "material/fan-off", + "material/fan-plus", + "material/fan-remove", + "material/fan-speed-1", + "material/fan-speed-2", + "material/fan-speed-3", + "material/fan", + "material/fast-forward-10", + "material/fast-forward-15", + "material/fast-forward-30", + "material/fast-forward-45", + "material/fast-forward-5", + "material/fast-forward-60", + "material/fast-forward-outline", + "material/fast-forward", + "material/faucet-variant", + "material/faucet", + "material/fax", + "material/feather", + "material/feature-search-outline", + "material/feature-search", + "material/fedora", + "material/fence-electric", + "material/fence", + "material/fencing", + "material/ferris-wheel", + "material/ferry", + "material/file-account-outline", + "material/file-account", + "material/file-alert-outline", + "material/file-alert", + "material/file-arrow-left-right-outline", + "material/file-arrow-left-right", + "material/file-arrow-up-down-outline", + "material/file-arrow-up-down", + "material/file-cabinet", + "material/file-cad-box", + "material/file-cad", + "material/file-cancel-outline", + "material/file-cancel", + "material/file-certificate-outline", + "material/file-certificate", + "material/file-chart-check-outline", + "material/file-chart-check", + "material/file-chart-outline", + "material/file-chart", + "material/file-check-outline", + "material/file-check", + "material/file-clock-outline", + "material/file-clock", + "material/file-cloud-outline", + "material/file-cloud", + "material/file-code-outline", + "material/file-code", + "material/file-cog-outline", + "material/file-cog", + "material/file-compare", + "material/file-delimited-outline", + "material/file-delimited", + "material/file-document-alert-outline", + "material/file-document-alert", + "material/file-document-arrow-right-outline", + "material/file-document-arrow-right", + "material/file-document-check-outline", + "material/file-document-check", + "material/file-document-edit-outline", + "material/file-document-edit", + "material/file-document-minus-outline", + "material/file-document-minus", + "material/file-document-multiple-outline", + "material/file-document-multiple", + "material/file-document-outline", + "material/file-document-plus-outline", + "material/file-document-plus", + "material/file-document-refresh-outline", + "material/file-document-refresh", + "material/file-document-remove-outline", + "material/file-document-remove", + "material/file-document", + "material/file-download-outline", + "material/file-download", + "material/file-edit-outline", + "material/file-edit", + "material/file-excel-box-outline", + "material/file-excel-box", + "material/file-excel-outline", + "material/file-excel", + "material/file-export-outline", + "material/file-export", + "material/file-eye-outline", + "material/file-eye", + "material/file-find-outline", + "material/file-find", + "material/file-gif-box", + "material/file-hidden", + "material/file-image-marker-outline", + "material/file-image-marker", + "material/file-image-minus-outline", + "material/file-image-minus", + "material/file-image-outline", + "material/file-image-plus-outline", + "material/file-image-plus", + "material/file-image-remove-outline", + "material/file-image-remove", + "material/file-image", + "material/file-import-outline", + "material/file-import", + "material/file-jpg-box", + "material/file-key-outline", + "material/file-key", + "material/file-link-outline", + "material/file-link", + "material/file-lock-open-outline", + "material/file-lock-open", + "material/file-lock-outline", + "material/file-lock", + "material/file-marker-outline", + "material/file-marker", + "material/file-minus-outline", + "material/file-minus", + "material/file-move-outline", + "material/file-move", + "material/file-multiple-outline", + "material/file-multiple", + "material/file-music-outline", + "material/file-music", + "material/file-outline", + "material/file-pdf-box", + "material/file-percent-outline", + "material/file-percent", + "material/file-phone-outline", + "material/file-phone", + "material/file-plus-outline", + "material/file-plus", + "material/file-png-box", + "material/file-powerpoint-box-outline", + "material/file-powerpoint-box", + "material/file-powerpoint-outline", + "material/file-powerpoint", + "material/file-presentation-box", + "material/file-question-outline", + "material/file-question", + "material/file-refresh-outline", + "material/file-refresh", + "material/file-remove-outline", + "material/file-remove", + "material/file-replace-outline", + "material/file-replace", + "material/file-restore-outline", + "material/file-restore", + "material/file-rotate-left-outline", + "material/file-rotate-left", + "material/file-rotate-right-outline", + "material/file-rotate-right", + "material/file-search-outline", + "material/file-search", + "material/file-send-outline", + "material/file-send", + "material/file-settings-outline", + "material/file-settings", + "material/file-sign", + "material/file-star-four-points-outline", + "material/file-star-four-points", + "material/file-star-outline", + "material/file-star", + "material/file-swap-outline", + "material/file-swap", + "material/file-sync-outline", + "material/file-sync", + "material/file-table-box-multiple-outline", + "material/file-table-box-multiple", + "material/file-table-box-outline", + "material/file-table-box", + "material/file-table-outline", + "material/file-table", + "material/file-tree-outline", + "material/file-tree", + "material/file-undo-outline", + "material/file-undo", + "material/file-upload-outline", + "material/file-upload", + "material/file-video-outline", + "material/file-video", + "material/file-word-box-outline", + "material/file-word-box", + "material/file-word-outline", + "material/file-word", + "material/file-xml-box", + "material/file", + "material/film", + "material/filmstrip-box-multiple", + "material/filmstrip-box", + "material/filmstrip-off", + "material/filmstrip", + "material/filter-check-outline", + "material/filter-check", + "material/filter-cog-outline", + "material/filter-cog", + "material/filter-menu-outline", + "material/filter-menu", + "material/filter-minus-outline", + "material/filter-minus", + "material/filter-multiple-outline", + "material/filter-multiple", + "material/filter-off-outline", + "material/filter-off", + "material/filter-outline", + "material/filter-plus-outline", + "material/filter-plus", + "material/filter-remove-outline", + "material/filter-remove", + "material/filter-settings-outline", + "material/filter-settings", + "material/filter-variant-minus", + "material/filter-variant-plus", + "material/filter-variant-remove", + "material/filter-variant", + "material/filter", + "material/finance", + "material/find-replace", + "material/fingerprint-off", + "material/fingerprint", + "material/fire-alert", + "material/fire-circle", + "material/fire-extinguisher", + "material/fire-hydrant-alert", + "material/fire-hydrant-off", + "material/fire-hydrant", + "material/fire-off", + "material/fire-truck", + "material/fire", + "material/firebase", + "material/firefox", + "material/fireplace-off", + "material/fireplace", + "material/firewire", + "material/firework-off", + "material/firework", + "material/fish-off", + "material/fish", + "material/fishbowl-outline", + "material/fishbowl", + "material/fit-to-page-outline", + "material/fit-to-page", + "material/fit-to-screen-outline", + "material/fit-to-screen", + "material/flag-checkered", + "material/flag-minus-outline", + "material/flag-minus", + "material/flag-off-outline", + "material/flag-off", + "material/flag-outline", + "material/flag-plus-outline", + "material/flag-plus", + "material/flag-remove-outline", + "material/flag-remove", + "material/flag-triangle", + "material/flag-variant-minus-outline", + "material/flag-variant-minus", + "material/flag-variant-off-outline", + "material/flag-variant-off", + "material/flag-variant-outline", + "material/flag-variant-plus-outline", + "material/flag-variant-plus", + "material/flag-variant-remove-outline", + "material/flag-variant-remove", + "material/flag-variant", + "material/flag", + "material/flare", + "material/flash-alert-outline", + "material/flash-alert", + "material/flash-auto", + "material/flash-off-outline", + "material/flash-off", + "material/flash-outline", + "material/flash-red-eye", + "material/flash-triangle-outline", + "material/flash-triangle", + "material/flash", + "material/flashlight-off", + "material/flashlight", + "material/flask-empty-minus-outline", + "material/flask-empty-minus", + "material/flask-empty-off-outline", + "material/flask-empty-off", + "material/flask-empty-outline", + "material/flask-empty-plus-outline", + "material/flask-empty-plus", + "material/flask-empty-remove-outline", + "material/flask-empty-remove", + "material/flask-empty", + "material/flask-minus-outline", + "material/flask-minus", + "material/flask-off-outline", + "material/flask-off", + "material/flask-outline", + "material/flask-plus-outline", + "material/flask-plus", + "material/flask-remove-outline", + "material/flask-remove", + "material/flask-round-bottom-empty-outline", + "material/flask-round-bottom-empty", + "material/flask-round-bottom-outline", + "material/flask-round-bottom", + "material/flask", + "material/fleur-de-lis", + "material/flip-horizontal", + "material/flip-to-back", + "material/flip-to-front", + "material/flip-vertical", + "material/floor-lamp-dual-outline", + "material/floor-lamp-dual", + "material/floor-lamp-outline", + "material/floor-lamp-torchiere-outline", + "material/floor-lamp-torchiere-variant-outline", + "material/floor-lamp-torchiere-variant", + "material/floor-lamp-torchiere", + "material/floor-lamp", + "material/floor-plan", + "material/floppy-variant", + "material/floppy", + "material/flower-outline", + "material/flower-pollen-outline", + "material/flower-pollen", + "material/flower-poppy", + "material/flower-tulip-outline", + "material/flower-tulip", + "material/flower", + "material/focus-auto", + "material/focus-field-horizontal", + "material/focus-field-vertical", + "material/focus-field", + "material/folder-account-outline", + "material/folder-account", + "material/folder-alert-outline", + "material/folder-alert", + "material/folder-arrow-down-outline", + "material/folder-arrow-down", + "material/folder-arrow-left-outline", + "material/folder-arrow-left-right-outline", + "material/folder-arrow-left-right", + "material/folder-arrow-left", + "material/folder-arrow-right-outline", + "material/folder-arrow-right", + "material/folder-arrow-up-down-outline", + "material/folder-arrow-up-down", + "material/folder-arrow-up-outline", + "material/folder-arrow-up", + "material/folder-cancel-outline", + "material/folder-cancel", + "material/folder-check-outline", + "material/folder-check", + "material/folder-clock-outline", + "material/folder-clock", + "material/folder-cog-outline", + "material/folder-cog", + "material/folder-download-outline", + "material/folder-download", + "material/folder-edit-outline", + "material/folder-edit", + "material/folder-eye-outline", + "material/folder-eye", + "material/folder-file-outline", + "material/folder-file", + "material/folder-google-drive", + "material/folder-heart-outline", + "material/folder-heart", + "material/folder-hidden", + "material/folder-home-outline", + "material/folder-home", + "material/folder-image", + "material/folder-information-outline", + "material/folder-information", + "material/folder-key-network-outline", + "material/folder-key-network", + "material/folder-key-outline", + "material/folder-key", + "material/folder-lock-open-outline", + "material/folder-lock-open", + "material/folder-lock-outline", + "material/folder-lock", + "material/folder-marker-outline", + "material/folder-marker", + "material/folder-minus-outline", + "material/folder-minus", + "material/folder-move-outline", + "material/folder-move", + "material/folder-multiple-image", + "material/folder-multiple-outline", + "material/folder-multiple-plus-outline", + "material/folder-multiple-plus", + "material/folder-multiple", + "material/folder-music-outline", + "material/folder-music", + "material/folder-network-outline", + "material/folder-network", + "material/folder-off-outline", + "material/folder-off", + "material/folder-open-outline", + "material/folder-open", + "material/folder-outline", + "material/folder-play-outline", + "material/folder-play", + "material/folder-plus-outline", + "material/folder-plus", + "material/folder-pound-outline", + "material/folder-pound", + "material/folder-question-outline", + "material/folder-question", + "material/folder-refresh-outline", + "material/folder-refresh", + "material/folder-remove-outline", + "material/folder-remove", + "material/folder-search-outline", + "material/folder-search", + "material/folder-settings-outline", + "material/folder-settings", + "material/folder-star-multiple-outline", + "material/folder-star-multiple", + "material/folder-star-outline", + "material/folder-star", + "material/folder-swap-outline", + "material/folder-swap", + "material/folder-sync-outline", + "material/folder-sync", + "material/folder-table-outline", + "material/folder-table", + "material/folder-text-outline", + "material/folder-text", + "material/folder-upload-outline", + "material/folder-upload", + "material/folder-wrench-outline", + "material/folder-wrench", + "material/folder-zip-outline", + "material/folder-zip", + "material/folder", + "material/font-awesome", + "material/food-apple-outline", + "material/food-apple", + "material/food-croissant", + "material/food-drumstick-off-outline", + "material/food-drumstick-off", + "material/food-drumstick-outline", + "material/food-drumstick", + "material/food-fork-drink", + "material/food-halal", + "material/food-hot-dog", + "material/food-kosher", + "material/food-off-outline", + "material/food-off", + "material/food-outline", + "material/food-steak-off", + "material/food-steak", + "material/food-takeout-box-outline", + "material/food-takeout-box", + "material/food-turkey", + "material/food-variant-off", + "material/food-variant", + "material/food", + "material/foot-print", + "material/football-australian", + "material/football-helmet", + "material/football", + "material/forest-outline", + "material/forest", + "material/forklift", + "material/form-dropdown", + "material/form-select", + "material/form-textarea", + "material/form-textbox-lock", + "material/form-textbox-password", + "material/form-textbox", + "material/format-align-bottom", + "material/format-align-center", + "material/format-align-justify", + "material/format-align-left", + "material/format-align-middle", + "material/format-align-right", + "material/format-align-top", + "material/format-annotation-minus", + "material/format-annotation-plus", + "material/format-bold", + "material/format-clear", + "material/format-color-fill", + "material/format-color-highlight", + "material/format-color-marker-cancel", + "material/format-color-text", + "material/format-columns", + "material/format-float-center", + "material/format-float-left", + "material/format-float-none", + "material/format-float-right", + "material/format-font-size-decrease", + "material/format-font-size-increase", + "material/format-font", + "material/format-header-1", + "material/format-header-2", + "material/format-header-3", + "material/format-header-4", + "material/format-header-5", + "material/format-header-6", + "material/format-header-decrease", + "material/format-header-equal", + "material/format-header-increase", + "material/format-header-pound", + "material/format-horizontal-align-center", + "material/format-horizontal-align-left", + "material/format-horizontal-align-right", + "material/format-indent-decrease", + "material/format-indent-increase", + "material/format-italic", + "material/format-letter-case-lower", + "material/format-letter-case-upper", + "material/format-letter-case", + "material/format-letter-ends-with", + "material/format-letter-matches", + "material/format-letter-spacing-variant", + "material/format-letter-spacing", + "material/format-letter-starts-with", + "material/format-line-height", + "material/format-line-spacing", + "material/format-line-style", + "material/format-line-weight", + "material/format-list-bulleted-square", + "material/format-list-bulleted-triangle", + "material/format-list-bulleted-type", + "material/format-list-bulleted", + "material/format-list-checkbox", + "material/format-list-checks", + "material/format-list-group-plus", + "material/format-list-group", + "material/format-list-numbered-rtl", + "material/format-list-numbered", + "material/format-list-text", + "material/format-overline", + "material/format-page-break", + "material/format-page-split", + "material/format-paint", + "material/format-paragraph-spacing", + "material/format-paragraph", + "material/format-pilcrow-arrow-left", + "material/format-pilcrow-arrow-right", + "material/format-pilcrow", + "material/format-quote-close-outline", + "material/format-quote-close", + "material/format-quote-open-outline", + "material/format-quote-open", + "material/format-rotate-90", + "material/format-section", + "material/format-size", + "material/format-strikethrough-variant", + "material/format-strikethrough", + "material/format-subscript", + "material/format-superscript", + "material/format-text-rotation-angle-down", + "material/format-text-rotation-angle-up", + "material/format-text-rotation-down-vertical", + "material/format-text-rotation-down", + "material/format-text-rotation-none", + "material/format-text-rotation-up", + "material/format-text-rotation-vertical", + "material/format-text-variant-outline", + "material/format-text-variant", + "material/format-text-wrapping-clip", + "material/format-text-wrapping-overflow", + "material/format-text-wrapping-wrap", + "material/format-text", + "material/format-textbox", + "material/format-title", + "material/format-underline-wavy", + "material/format-underline", + "material/format-vertical-align-bottom", + "material/format-vertical-align-center", + "material/format-vertical-align-top", + "material/format-wrap-inline", + "material/format-wrap-square", + "material/format-wrap-tight", + "material/format-wrap-top-bottom", + "material/forum-minus-outline", + "material/forum-minus", + "material/forum-outline", + "material/forum-plus-outline", + "material/forum-plus", + "material/forum-remove-outline", + "material/forum-remove", + "material/forum", + "material/forward", + "material/forwardburger", + "material/fountain-pen-tip", + "material/fountain-pen", + "material/fountain", + "material/fraction-one-half", + "material/freebsd", + "material/french-fries", + "material/frequently-asked-questions", + "material/fridge-alert-outline", + "material/fridge-alert", + "material/fridge-bottom", + "material/fridge-industrial-alert-outline", + "material/fridge-industrial-alert", + "material/fridge-industrial-off-outline", + "material/fridge-industrial-off", + "material/fridge-industrial-outline", + "material/fridge-industrial", + "material/fridge-off-outline", + "material/fridge-off", + "material/fridge-outline", + "material/fridge-top", + "material/fridge-variant-alert-outline", + "material/fridge-variant-alert", + "material/fridge-variant-off-outline", + "material/fridge-variant-off", + "material/fridge-variant-outline", + "material/fridge-variant", + "material/fridge", + "material/fruit-cherries-off", + "material/fruit-cherries", + "material/fruit-citrus-off", + "material/fruit-citrus", + "material/fruit-grapes-outline", + "material/fruit-grapes", + "material/fruit-pear", + "material/fruit-pineapple", + "material/fruit-watermelon", + "material/fuel-cell", + "material/fuel", + "material/fullscreen-exit", + "material/fullscreen", + "material/function-variant", + "material/function", + "material/furigana-horizontal", + "material/furigana-vertical", + "material/fuse-alert", + "material/fuse-blade", + "material/fuse-off", + "material/fuse", + "material/gamepad-circle-down", + "material/gamepad-circle-left", + "material/gamepad-circle-outline", + "material/gamepad-circle-right", + "material/gamepad-circle-up", + "material/gamepad-circle", + "material/gamepad-down", + "material/gamepad-left", + "material/gamepad-outline", + "material/gamepad-right", + "material/gamepad-round-down", + "material/gamepad-round-left", + "material/gamepad-round-outline", + "material/gamepad-round-right", + "material/gamepad-round-up", + "material/gamepad-round", + "material/gamepad-square-outline", + "material/gamepad-square", + "material/gamepad-up", + "material/gamepad-variant-outline", + "material/gamepad-variant", + "material/gamepad", + "material/gamma", + "material/gantry-crane", + "material/garage-alert-variant", + "material/garage-alert", + "material/garage-lock", + "material/garage-open-variant", + "material/garage-open", + "material/garage-variant-lock", + "material/garage-variant", + "material/garage", + "material/gas-burner", + "material/gas-cylinder", + "material/gas-station-off-outline", + "material/gas-station-off", + "material/gas-station-outline", + "material/gas-station", + "material/gate-alert", + "material/gate-and", + "material/gate-arrow-left", + "material/gate-arrow-right", + "material/gate-buffer", + "material/gate-nand", + "material/gate-nor", + "material/gate-not", + "material/gate-open", + "material/gate-or", + "material/gate-xnor", + "material/gate-xor", + "material/gate", + "material/gatsby", + "material/gauge-empty", + "material/gauge-full", + "material/gauge-low", + "material/gauge", + "material/gavel", + "material/gender-female", + "material/gender-male-female-variant", + "material/gender-male-female", + "material/gender-male", + "material/gender-non-binary", + "material/gender-transgender", + "material/gentoo", + "material/gesture-double-tap", + "material/gesture-pinch", + "material/gesture-spread", + "material/gesture-swipe-down", + "material/gesture-swipe-horizontal", + "material/gesture-swipe-left", + "material/gesture-swipe-right", + "material/gesture-swipe-up", + "material/gesture-swipe-vertical", + "material/gesture-swipe", + "material/gesture-tap-box", + "material/gesture-tap-button", + "material/gesture-tap-hold", + "material/gesture-tap", + "material/gesture-two-double-tap", + "material/gesture-two-tap", + "material/gesture", + "material/ghost-off-outline", + "material/ghost-off", + "material/ghost-outline", + "material/ghost", + "material/gift-off-outline", + "material/gift-off", + "material/gift-open-outline", + "material/gift-open", + "material/gift-outline", + "material/gift", + "material/git", + "material/github", + "material/gitlab", + "material/glass-cocktail-off", + "material/glass-cocktail", + "material/glass-flute", + "material/glass-fragile", + "material/glass-mug-off", + "material/glass-mug-variant-off", + "material/glass-mug-variant", + "material/glass-mug", + "material/glass-pint-outline", + "material/glass-stange", + "material/glass-tulip", + "material/glass-wine", + "material/glasses", + "material/globe-light-outline", + "material/globe-light", + "material/globe-model", + "material/gmail", + "material/gnome", + "material/go-kart-track", + "material/go-kart", + "material/gog", + "material/gold", + "material/golf-cart", + "material/golf-tee", + "material/golf", + "material/gondola", + "material/goodreads", + "material/google-ads", + "material/google-analytics", + "material/google-assistant", + "material/google-cardboard", + "material/google-chrome", + "material/google-circles-communities", + "material/google-circles-extended", + "material/google-circles-group", + "material/google-circles", + "material/google-classroom", + "material/google-cloud", + "material/google-downasaur", + "material/google-drive", + "material/google-earth", + "material/google-fit", + "material/google-glass", + "material/google-hangouts", + "material/google-keep", + "material/google-lens", + "material/google-maps", + "material/google-my-business", + "material/google-nearby", + "material/google-play", + "material/google-plus", + "material/google-podcast", + "material/google-spreadsheet", + "material/google-street-view", + "material/google-translate", + "material/google", + "material/gradient-horizontal", + "material/gradient-vertical", + "material/grain", + "material/graph-outline", + "material/graph", + "material/graphql", + "material/grass", + "material/grave-stone", + "material/grease-pencil", + "material/greater-than-or-equal", + "material/greater-than", + "material/greenhouse", + "material/grid-large", + "material/grid-off", + "material/grid", + "material/grill-outline", + "material/grill", + "material/group", + "material/guitar-acoustic", + "material/guitar-electric", + "material/guitar-pick-outline", + "material/guitar-pick", + "material/guy-fawkes-mask", + "material/gymnastics", + "material/hail", + "material/hair-dryer-outline", + "material/hair-dryer", + "material/halloween", + "material/hamburger-check", + "material/hamburger-minus", + "material/hamburger-off", + "material/hamburger-plus", + "material/hamburger-remove", + "material/hamburger", + "material/hammer-screwdriver", + "material/hammer-sickle", + "material/hammer-wrench", + "material/hammer", + "material/hand-back-left-off-outline", + "material/hand-back-left-off", + "material/hand-back-left-outline", + "material/hand-back-left", + "material/hand-back-right-off-outline", + "material/hand-back-right-off", + "material/hand-back-right-outline", + "material/hand-back-right", + "material/hand-clap-off", + "material/hand-clap", + "material/hand-coin-outline", + "material/hand-coin", + "material/hand-cycle", + "material/hand-extended-outline", + "material/hand-extended", + "material/hand-front-left-outline", + "material/hand-front-left", + "material/hand-front-right-outline", + "material/hand-front-right", + "material/hand-heart-outline", + "material/hand-heart", + "material/hand-okay", + "material/hand-peace-variant", + "material/hand-peace", + "material/hand-pointing-down", + "material/hand-pointing-left", + "material/hand-pointing-right", + "material/hand-pointing-up", + "material/hand-saw", + "material/hand-wash-outline", + "material/hand-wash", + "material/hand-water", + "material/hand-wave-outline", + "material/hand-wave", + "material/handball", + "material/handcuffs", + "material/hands-pray", + "material/handshake-outline", + "material/handshake", + "material/hanger", + "material/hard-hat", + "material/harddisk-plus", + "material/harddisk-remove", + "material/harddisk", + "material/hat-fedora", + "material/hazard-lights", + "material/hdmi-port", + "material/hdr-off", + "material/hdr", + "material/head-alert-outline", + "material/head-alert", + "material/head-check-outline", + "material/head-check", + "material/head-cog-outline", + "material/head-cog", + "material/head-dots-horizontal-outline", + "material/head-dots-horizontal", + "material/head-flash-outline", + "material/head-flash", + "material/head-heart-outline", + "material/head-heart", + "material/head-lightbulb-outline", + "material/head-lightbulb", + "material/head-minus-outline", + "material/head-minus", + "material/head-outline", + "material/head-plus-outline", + "material/head-plus", + "material/head-question-outline", + "material/head-question", + "material/head-remove-outline", + "material/head-remove", + "material/head-snowflake-outline", + "material/head-snowflake", + "material/head-sync-outline", + "material/head-sync", + "material/head", + "material/headphones-bluetooth", + "material/headphones-box", + "material/headphones-off", + "material/headphones-settings", + "material/headphones", + "material/headset-dock", + "material/headset-off", + "material/headset", + "material/heart-box-outline", + "material/heart-box", + "material/heart-broken-outline", + "material/heart-broken", + "material/heart-circle-outline", + "material/heart-circle", + "material/heart-cog-outline", + "material/heart-cog", + "material/heart-flash", + "material/heart-half-full", + "material/heart-half-outline", + "material/heart-half", + "material/heart-minus-outline", + "material/heart-minus", + "material/heart-multiple-outline", + "material/heart-multiple", + "material/heart-off-outline", + "material/heart-off", + "material/heart-outline", + "material/heart-plus-outline", + "material/heart-plus", + "material/heart-pulse", + "material/heart-remove-outline", + "material/heart-remove", + "material/heart-settings-outline", + "material/heart-settings", + "material/heart", + "material/heat-pump-outline", + "material/heat-pump", + "material/heat-wave", + "material/heating-coil", + "material/helicopter", + "material/help-box-multiple-outline", + "material/help-box-multiple", + "material/help-box-outline", + "material/help-box", + "material/help-circle-outline", + "material/help-circle", + "material/help-network-outline", + "material/help-network", + "material/help-rhombus-outline", + "material/help-rhombus", + "material/help", + "material/hexadecimal", + "material/hexagon-multiple-outline", + "material/hexagon-multiple", + "material/hexagon-outline", + "material/hexagon-slice-1", + "material/hexagon-slice-2", + "material/hexagon-slice-3", + "material/hexagon-slice-4", + "material/hexagon-slice-5", + "material/hexagon-slice-6", + "material/hexagon", + "material/hexagram-outline", + "material/hexagram", + "material/high-definition-box", + "material/high-definition", + "material/highway", + "material/hiking", + "material/history", + "material/hockey-puck", + "material/hockey-sticks", + "material/hololens", + "material/home-account", + "material/home-alert-outline", + "material/home-alert", + "material/home-analytics", + "material/home-assistant", + "material/home-automation", + "material/home-battery-outline", + "material/home-battery", + "material/home-circle-outline", + "material/home-circle", + "material/home-city-outline", + "material/home-city", + "material/home-clock-outline", + "material/home-clock", + "material/home-edit-outline", + "material/home-edit", + "material/home-export-outline", + "material/home-flood", + "material/home-floor-0", + "material/home-floor-1", + "material/home-floor-2", + "material/home-floor-3", + "material/home-floor-a", + "material/home-floor-b", + "material/home-floor-g", + "material/home-floor-l", + "material/home-floor-negative-1", + "material/home-group-minus", + "material/home-group-plus", + "material/home-group-remove", + "material/home-group", + "material/home-heart", + "material/home-import-outline", + "material/home-lightbulb-outline", + "material/home-lightbulb", + "material/home-lightning-bolt-outline", + "material/home-lightning-bolt", + "material/home-lock-open", + "material/home-lock", + "material/home-map-marker", + "material/home-minus-outline", + "material/home-minus", + "material/home-modern", + "material/home-off-outline", + "material/home-off", + "material/home-outline", + "material/home-percent-outline", + "material/home-percent", + "material/home-plus-outline", + "material/home-plus", + "material/home-remove-outline", + "material/home-remove", + "material/home-roof", + "material/home-search-outline", + "material/home-search", + "material/home-silo-outline", + "material/home-silo", + "material/home-sound-in-outline", + "material/home-sound-in", + "material/home-sound-out-outline", + "material/home-sound-out", + "material/home-switch-outline", + "material/home-switch", + "material/home-thermometer-outline", + "material/home-thermometer", + "material/home-variant-outline", + "material/home-variant", + "material/home", + "material/hook-off", + "material/hook", + "material/hoop-house", + "material/hops", + "material/horizontal-rotate-clockwise", + "material/horizontal-rotate-counterclockwise", + "material/horse-human", + "material/horse-variant-fast", + "material/horse-variant", + "material/horse", + "material/horseshoe", + "material/hospital-box-outline", + "material/hospital-box", + "material/hospital-building", + "material/hospital-marker", + "material/hospital", + "material/hot-tub", + "material/hours-24", + "material/hubspot", + "material/hulu", + "material/human-baby-changing-table", + "material/human-cane", + "material/human-capacity-decrease", + "material/human-capacity-increase", + "material/human-child", + "material/human-dolly", + "material/human-edit", + "material/human-female-boy", + "material/human-female-dance", + "material/human-female-female", + "material/human-female-girl", + "material/human-female", + "material/human-greeting-proximity", + "material/human-greeting-variant", + "material/human-greeting", + "material/human-handsdown", + "material/human-handsup", + "material/human-male-board-poll", + "material/human-male-board", + "material/human-male-boy", + "material/human-male-child", + "material/human-male-female-child", + "material/human-male-female", + "material/human-male-girl", + "material/human-male-height-variant", + "material/human-male-height", + "material/human-male-male", + "material/human-male", + "material/human-non-binary", + "material/human-pregnant", + "material/human-queue", + "material/human-scooter", + "material/human-walker", + "material/human-wheelchair", + "material/human-white-cane", + "material/human", + "material/humble-bundle", + "material/hvac-off", + "material/hvac", + "material/hydraulic-oil-level", + "material/hydraulic-oil-temperature", + "material/hydro-power", + "material/hydrogen-station", + "material/ice-cream-off", + "material/ice-cream", + "material/ice-pop", + "material/id-card", + "material/identifier", + "material/ideogram-cjk-variant", + "material/ideogram-cjk", + "material/image-album", + "material/image-area-close", + "material/image-area", + "material/image-auto-adjust", + "material/image-broken-variant", + "material/image-broken", + "material/image-check-outline", + "material/image-check", + "material/image-edit-outline", + "material/image-edit", + "material/image-filter-black-white", + "material/image-filter-center-focus-strong-outline", + "material/image-filter-center-focus-strong", + "material/image-filter-center-focus-weak", + "material/image-filter-center-focus", + "material/image-filter-drama-outline", + "material/image-filter-drama", + "material/image-filter-frames", + "material/image-filter-hdr-outline", + "material/image-filter-hdr", + "material/image-filter-none", + "material/image-filter-tilt-shift", + "material/image-filter-vintage", + "material/image-frame", + "material/image-lock-outline", + "material/image-lock", + "material/image-marker-outline", + "material/image-marker", + "material/image-minus-outline", + "material/image-minus", + "material/image-move", + "material/image-multiple-outline", + "material/image-multiple", + "material/image-off-outline", + "material/image-off", + "material/image-outline", + "material/image-plus-outline", + "material/image-plus", + "material/image-refresh-outline", + "material/image-refresh", + "material/image-remove-outline", + "material/image-remove", + "material/image-search-outline", + "material/image-search", + "material/image-size-select-actual", + "material/image-size-select-large", + "material/image-size-select-small", + "material/image-sync-outline", + "material/image-sync", + "material/image-text", + "material/image", + "material/import", + "material/inbox-arrow-down-outline", + "material/inbox-arrow-down", + "material/inbox-arrow-up-outline", + "material/inbox-arrow-up", + "material/inbox-full-outline", + "material/inbox-full", + "material/inbox-multiple-outline", + "material/inbox-multiple", + "material/inbox-outline", + "material/inbox-remove-outline", + "material/inbox-remove", + "material/inbox", + "material/incognito-circle-off", + "material/incognito-circle", + "material/incognito-off", + "material/incognito", + "material/induction", + "material/infinity", + "material/information-box-outline", + "material/information-box", + "material/information-off-outline", + "material/information-off", + "material/information-outline", + "material/information-slab-box-outline", + "material/information-slab-box", + "material/information-slab-circle-outline", + "material/information-slab-circle", + "material/information-slab-symbol", + "material/information-symbol", + "material/information-variant-box-outline", + "material/information-variant-box", + "material/information-variant-circle-outline", + "material/information-variant-circle", + "material/information-variant", + "material/information", + "material/instagram", + "material/instrument-triangle", + "material/integrated-circuit-chip", + "material/invert-colors-off", + "material/invert-colors", + "material/iobroker", + "material/ip-network-outline", + "material/ip-network", + "material/ip-outline", + "material/ip", + "material/ipod", + "material/iron-board", + "material/iron-outline", + "material/iron", + "material/island", + "material/iv-bag", + "material/jabber", + "material/jeepney", + "material/jellyfish-outline", + "material/jellyfish", + "material/jira", + "material/jquery", + "material/jsfiddle", + "material/jump-rope", + "material/kabaddi", + "material/kangaroo", + "material/karate", + "material/kayaking", + "material/keg", + "material/kettle-alert-outline", + "material/kettle-alert", + "material/kettle-off-outline", + "material/kettle-off", + "material/kettle-outline", + "material/kettle-pour-over", + "material/kettle-steam-outline", + "material/kettle-steam", + "material/kettle", + "material/kettlebell", + "material/key-alert-outline", + "material/key-alert", + "material/key-arrow-right", + "material/key-chain-variant", + "material/key-chain", + "material/key-change", + "material/key-link", + "material/key-minus", + "material/key-outline", + "material/key-plus", + "material/key-remove", + "material/key-star", + "material/key-variant", + "material/key-wireless", + "material/key", + "material/keyboard-backspace", + "material/keyboard-caps", + "material/keyboard-close-outline", + "material/keyboard-close", + "material/keyboard-esc", + "material/keyboard-f1", + "material/keyboard-f10", + "material/keyboard-f11", + "material/keyboard-f12", + "material/keyboard-f2", + "material/keyboard-f3", + "material/keyboard-f4", + "material/keyboard-f5", + "material/keyboard-f6", + "material/keyboard-f7", + "material/keyboard-f8", + "material/keyboard-f9", + "material/keyboard-off-outline", + "material/keyboard-off", + "material/keyboard-outline", + "material/keyboard-return", + "material/keyboard-settings-outline", + "material/keyboard-settings", + "material/keyboard-space", + "material/keyboard-tab-reverse", + "material/keyboard-tab", + "material/keyboard-variant", + "material/keyboard", + "material/khanda", + "material/kickstarter", + "material/kite-outline", + "material/kite", + "material/kitesurfing", + "material/klingon", + "material/knife-military", + "material/knife", + "material/knob", + "material/koala", + "material/kodi", + "material/kubernetes", + "material/label-multiple-outline", + "material/label-multiple", + "material/label-off-outline", + "material/label-off", + "material/label-outline", + "material/label-percent-outline", + "material/label-percent", + "material/label-variant-outline", + "material/label-variant", + "material/label", + "material/ladder", + "material/ladybug", + "material/lambda", + "material/lamp-outline", + "material/lamp", + "material/lamps-outline", + "material/lamps", + "material/lan-check", + "material/lan-connect", + "material/lan-disconnect", + "material/lan-pending", + "material/lan", + "material/land-fields", + "material/land-plots-circle-variant", + "material/land-plots-circle", + "material/land-plots-marker", + "material/land-plots", + "material/land-rows-horizontal", + "material/land-rows-vertical", + "material/landslide-outline", + "material/landslide", + "material/language-c", + "material/language-cpp", + "material/language-csharp", + "material/language-css3", + "material/language-fortran", + "material/language-go", + "material/language-haskell", + "material/language-html5", + "material/language-java", + "material/language-javascript", + "material/language-kotlin", + "material/language-lua", + "material/language-markdown-outline", + "material/language-markdown", + "material/language-php", + "material/language-python", + "material/language-r", + "material/language-ruby-on-rails", + "material/language-ruby", + "material/language-rust", + "material/language-swift", + "material/language-typescript", + "material/language-xaml", + "material/laptop-account", + "material/laptop-off", + "material/laptop", + "material/laravel", + "material/laser-pointer", + "material/lasso", + "material/lastpass", + "material/latitude", + "material/launch", + "material/lava-lamp", + "material/layers-edit", + "material/layers-minus", + "material/layers-off-outline", + "material/layers-off", + "material/layers-outline", + "material/layers-plus", + "material/layers-remove", + "material/layers-search-outline", + "material/layers-search", + "material/layers-triple-outline", + "material/layers-triple", + "material/layers", + "material/lead-pencil", + "material/leaf-circle-outline", + "material/leaf-circle", + "material/leaf-maple-off", + "material/leaf-maple", + "material/leaf-off", + "material/leaf", + "material/leak-off", + "material/leak", + "material/lectern", + "material/led-off", + "material/led-on", + "material/led-outline", + "material/led-strip-variant-off", + "material/led-strip-variant", + "material/led-strip", + "material/led-variant-off", + "material/led-variant-on", + "material/led-variant-outline", + "material/leek", + "material/less-than-or-equal", + "material/less-than", + "material/library-outline", + "material/library-shelves", + "material/library", + "material/license", + "material/lifebuoy", + "material/light-flood-down", + "material/light-flood-up", + "material/light-recessed", + "material/light-switch-off", + "material/light-switch", + "material/lightbulb-alert-outline", + "material/lightbulb-alert", + "material/lightbulb-auto-outline", + "material/lightbulb-auto", + "material/lightbulb-cfl-off", + "material/lightbulb-cfl-spiral-off", + "material/lightbulb-cfl-spiral", + "material/lightbulb-cfl", + "material/lightbulb-fluorescent-tube-outline", + "material/lightbulb-fluorescent-tube", + "material/lightbulb-group-off-outline", + "material/lightbulb-group-off", + "material/lightbulb-group-outline", + "material/lightbulb-group", + "material/lightbulb-multiple-off-outline", + "material/lightbulb-multiple-off", + "material/lightbulb-multiple-outline", + "material/lightbulb-multiple", + "material/lightbulb-night-outline", + "material/lightbulb-night", + "material/lightbulb-off-outline", + "material/lightbulb-off", + "material/lightbulb-on-10", + "material/lightbulb-on-20", + "material/lightbulb-on-30", + "material/lightbulb-on-40", + "material/lightbulb-on-50", + "material/lightbulb-on-60", + "material/lightbulb-on-70", + "material/lightbulb-on-80", + "material/lightbulb-on-90", + "material/lightbulb-on-outline", + "material/lightbulb-on", + "material/lightbulb-outline", + "material/lightbulb-question-outline", + "material/lightbulb-question", + "material/lightbulb-spot-off", + "material/lightbulb-spot", + "material/lightbulb-variant-outline", + "material/lightbulb-variant", + "material/lightbulb", + "material/lighthouse-on", + "material/lighthouse", + "material/lightning-bolt-circle", + "material/lightning-bolt-outline", + "material/lightning-bolt", + "material/line-scan", + "material/lingerie", + "material/link-box-outline", + "material/link-box-variant-outline", + "material/link-box-variant", + "material/link-box", + "material/link-lock", + "material/link-off", + "material/link-plus", + "material/link-variant-minus", + "material/link-variant-off", + "material/link-variant-plus", + "material/link-variant-remove", + "material/link-variant", + "material/link", + "material/linkedin", + "material/linux-mint", + "material/linux", + "material/lipstick", + "material/liquid-spot", + "material/liquor", + "material/list-box-outline", + "material/list-box", + "material/list-status", + "material/litecoin", + "material/loading", + "material/location-enter", + "material/location-exit", + "material/lock-alert-outline", + "material/lock-alert", + "material/lock-check-outline", + "material/lock-check", + "material/lock-clock", + "material/lock-minus-outline", + "material/lock-minus", + "material/lock-off-outline", + "material/lock-off", + "material/lock-open-alert-outline", + "material/lock-open-alert", + "material/lock-open-check-outline", + "material/lock-open-check", + "material/lock-open-minus-outline", + "material/lock-open-minus", + "material/lock-open-outline", + "material/lock-open-plus-outline", + "material/lock-open-plus", + "material/lock-open-remove-outline", + "material/lock-open-remove", + "material/lock-open-variant-outline", + "material/lock-open-variant", + "material/lock-open", + "material/lock-outline", + "material/lock-pattern", + "material/lock-percent-open-outline", + "material/lock-percent-open-variant-outline", + "material/lock-percent-open-variant", + "material/lock-percent-open", + "material/lock-percent-outline", + "material/lock-percent", + "material/lock-plus-outline", + "material/lock-plus", + "material/lock-question", + "material/lock-remove-outline", + "material/lock-remove", + "material/lock-reset", + "material/lock-smart", + "material/lock", + "material/locker-multiple", + "material/locker", + "material/login-variant", + "material/login", + "material/logout-variant", + "material/logout", + "material/longitude", + "material/looks", + "material/lotion-outline", + "material/lotion-plus-outline", + "material/lotion-plus", + "material/lotion", + "material/loupe", + "material/lumx", + "material/lungs", + "material/mace", + "material/magazine-pistol", + "material/magazine-rifle", + "material/magic-staff", + "material/magnet-on", + "material/magnet", + "material/magnify-close", + "material/magnify-expand", + "material/magnify-minus-cursor", + "material/magnify-minus-outline", + "material/magnify-minus", + "material/magnify-plus-cursor", + "material/magnify-plus-outline", + "material/magnify-plus", + "material/magnify-remove-cursor", + "material/magnify-remove-outline", + "material/magnify-scan", + "material/magnify", + "material/mail", + "material/mailbox-open-outline", + "material/mailbox-open-up-outline", + "material/mailbox-open-up", + "material/mailbox-open", + "material/mailbox-outline", + "material/mailbox-up-outline", + "material/mailbox-up", + "material/mailbox", + "material/manjaro", + "material/map-check-outline", + "material/map-check", + "material/map-clock-outline", + "material/map-clock", + "material/map-legend", + "material/map-marker-account-outline", + "material/map-marker-account", + "material/map-marker-alert-outline", + "material/map-marker-alert", + "material/map-marker-check-outline", + "material/map-marker-check", + "material/map-marker-circle", + "material/map-marker-distance", + "material/map-marker-down", + "material/map-marker-left-outline", + "material/map-marker-left", + "material/map-marker-minus-outline", + "material/map-marker-minus", + "material/map-marker-multiple-outline", + "material/map-marker-multiple", + "material/map-marker-off-outline", + "material/map-marker-off", + "material/map-marker-outline", + "material/map-marker-path", + "material/map-marker-plus-outline", + "material/map-marker-plus", + "material/map-marker-question-outline", + "material/map-marker-question", + "material/map-marker-radius-outline", + "material/map-marker-radius", + "material/map-marker-remove-outline", + "material/map-marker-remove-variant", + "material/map-marker-remove", + "material/map-marker-right-outline", + "material/map-marker-right", + "material/map-marker-star-outline", + "material/map-marker-star", + "material/map-marker-up", + "material/map-marker", + "material/map-minus", + "material/map-outline", + "material/map-plus", + "material/map-search-outline", + "material/map-search", + "material/map", + "material/mapbox", + "material/margin", + "material/marker-cancel", + "material/marker-check", + "material/marker", + "material/mastodon", + "material/material-design", + "material/material-ui", + "material/math-compass", + "material/math-cos", + "material/math-integral-box", + "material/math-integral", + "material/math-log", + "material/math-norm-box", + "material/math-norm", + "material/math-sin", + "material/math-tan", + "material/matrix", + "material/medal-outline", + "material/medal", + "material/medical-bag", + "material/medical-cotton-swab", + "material/medication-outline", + "material/medication", + "material/meditation", + "material/memory", + "material/menorah-fire", + "material/menorah", + "material/menu-down-outline", + "material/menu-down", + "material/menu-left-outline", + "material/menu-left", + "material/menu-open", + "material/menu-right-outline", + "material/menu-right", + "material/menu-swap-outline", + "material/menu-swap", + "material/menu-up-outline", + "material/menu-up", + "material/menu", + "material/merge", + "material/message-alert-outline", + "material/message-alert", + "material/message-arrow-left-outline", + "material/message-arrow-left", + "material/message-arrow-right-outline", + "material/message-arrow-right", + "material/message-badge-outline", + "material/message-badge", + "material/message-bookmark-outline", + "material/message-bookmark", + "material/message-bulleted-off", + "material/message-bulleted", + "material/message-check-outline", + "material/message-check", + "material/message-cog-outline", + "material/message-cog", + "material/message-draw", + "material/message-fast-outline", + "material/message-fast", + "material/message-flash-outline", + "material/message-flash", + "material/message-image-outline", + "material/message-image", + "material/message-lock-outline", + "material/message-lock", + "material/message-minus-outline", + "material/message-minus", + "material/message-off-outline", + "material/message-off", + "material/message-outline", + "material/message-plus-outline", + "material/message-plus", + "material/message-processing-outline", + "material/message-processing", + "material/message-question-outline", + "material/message-question", + "material/message-reply-outline", + "material/message-reply-text-outline", + "material/message-reply-text", + "material/message-reply", + "material/message-settings-outline", + "material/message-settings", + "material/message-star-outline", + "material/message-star", + "material/message-text-clock-outline", + "material/message-text-clock", + "material/message-text-fast-outline", + "material/message-text-fast", + "material/message-text-lock-outline", + "material/message-text-lock", + "material/message-text-outline", + "material/message-text", + "material/message-video", + "material/message", + "material/meteor", + "material/meter-electric-outline", + "material/meter-electric", + "material/meter-gas-outline", + "material/meter-gas", + "material/metronome-tick", + "material/metronome", + "material/micro-sd", + "material/microphone-message-off", + "material/microphone-message", + "material/microphone-minus", + "material/microphone-off", + "material/microphone-outline", + "material/microphone-plus", + "material/microphone-question-outline", + "material/microphone-question", + "material/microphone-settings", + "material/microphone-variant-off", + "material/microphone-variant", + "material/microphone", + "material/microscope", + "material/microsoft-access", + "material/microsoft-azure-devops", + "material/microsoft-azure", + "material/microsoft-bing", + "material/microsoft-dynamics-365", + "material/microsoft-edge", + "material/microsoft-excel", + "material/microsoft-internet-explorer", + "material/microsoft-office", + "material/microsoft-onedrive", + "material/microsoft-onenote", + "material/microsoft-outlook", + "material/microsoft-powerpoint", + "material/microsoft-sharepoint", + "material/microsoft-teams", + "material/microsoft-visual-studio-code", + "material/microsoft-visual-studio", + "material/microsoft-windows-classic", + "material/microsoft-windows", + "material/microsoft-word", + "material/microsoft-xbox-controller-battery-alert", + "material/microsoft-xbox-controller-battery-charging", + "material/microsoft-xbox-controller-battery-empty", + "material/microsoft-xbox-controller-battery-full", + "material/microsoft-xbox-controller-battery-low", + "material/microsoft-xbox-controller-battery-medium", + "material/microsoft-xbox-controller-battery-unknown", + "material/microsoft-xbox-controller-menu", + "material/microsoft-xbox-controller-off", + "material/microsoft-xbox-controller-view", + "material/microsoft-xbox-controller", + "material/microsoft-xbox", + "material/microsoft", + "material/microwave-off", + "material/microwave", + "material/middleware-outline", + "material/middleware", + "material/midi-port", + "material/midi", + "material/mine", + "material/minecraft", + "material/mini-sd", + "material/minidisc", + "material/minus-box-multiple-outline", + "material/minus-box-multiple", + "material/minus-box-outline", + "material/minus-box", + "material/minus-circle-multiple-outline", + "material/minus-circle-multiple", + "material/minus-circle-off-outline", + "material/minus-circle-off", + "material/minus-circle-outline", + "material/minus-circle", + "material/minus-network-outline", + "material/minus-network", + "material/minus-thick", + "material/minus", + "material/mirror-rectangle", + "material/mirror-variant", + "material/mirror", + "material/mixed-martial-arts", + "material/mixed-reality", + "material/molecule-co", + "material/molecule-co2", + "material/molecule", + "material/monitor-account", + "material/monitor-arrow-down-variant", + "material/monitor-arrow-down", + "material/monitor-cellphone-star", + "material/monitor-cellphone", + "material/monitor-dashboard", + "material/monitor-edit", + "material/monitor-eye", + "material/monitor-lock", + "material/monitor-multiple", + "material/monitor-off", + "material/monitor-screenshot", + "material/monitor-share", + "material/monitor-shimmer", + "material/monitor-small", + "material/monitor-speaker-off", + "material/monitor-speaker", + "material/monitor-star", + "material/monitor-vertical", + "material/monitor", + "material/moon-first-quarter", + "material/moon-full", + "material/moon-last-quarter", + "material/moon-new", + "material/moon-waning-crescent", + "material/moon-waning-gibbous", + "material/moon-waxing-crescent", + "material/moon-waxing-gibbous", + "material/moped-electric-outline", + "material/moped-electric", + "material/moped-outline", + "material/moped", + "material/more", + "material/mortar-pestle-plus", + "material/mortar-pestle", + "material/mosque-outline", + "material/mosque", + "material/mother-heart", + "material/mother-nurse", + "material/motion-outline", + "material/motion-pause-outline", + "material/motion-pause", + "material/motion-play-outline", + "material/motion-play", + "material/motion-sensor-off", + "material/motion-sensor", + "material/motion", + "material/motorbike-electric", + "material/motorbike-off", + "material/motorbike", + "material/mouse-bluetooth", + "material/mouse-move-down", + "material/mouse-move-up", + "material/mouse-move-vertical", + "material/mouse-off", + "material/mouse-variant-off", + "material/mouse-variant", + "material/mouse", + "material/move-resize-variant", + "material/move-resize", + "material/movie-check-outline", + "material/movie-check", + "material/movie-cog-outline", + "material/movie-cog", + "material/movie-edit-outline", + "material/movie-edit", + "material/movie-filter-outline", + "material/movie-filter", + "material/movie-minus-outline", + "material/movie-minus", + "material/movie-off-outline", + "material/movie-off", + "material/movie-open-check-outline", + "material/movie-open-check", + "material/movie-open-cog-outline", + "material/movie-open-cog", + "material/movie-open-edit-outline", + "material/movie-open-edit", + "material/movie-open-minus-outline", + "material/movie-open-minus", + "material/movie-open-off-outline", + "material/movie-open-off", + "material/movie-open-outline", + "material/movie-open-play-outline", + "material/movie-open-play", + "material/movie-open-plus-outline", + "material/movie-open-plus", + "material/movie-open-remove-outline", + "material/movie-open-remove", + "material/movie-open-settings-outline", + "material/movie-open-settings", + "material/movie-open-star-outline", + "material/movie-open-star", + "material/movie-open", + "material/movie-outline", + "material/movie-play-outline", + "material/movie-play", + "material/movie-plus-outline", + "material/movie-plus", + "material/movie-remove-outline", + "material/movie-remove", + "material/movie-roll", + "material/movie-search-outline", + "material/movie-search", + "material/movie-settings-outline", + "material/movie-settings", + "material/movie-star-outline", + "material/movie-star", + "material/movie", + "material/mower-bag-on", + "material/mower-bag", + "material/mower-on", + "material/mower", + "material/muffin", + "material/multicast", + "material/multimedia", + "material/multiplication-box", + "material/multiplication", + "material/mushroom-off-outline", + "material/mushroom-off", + "material/mushroom-outline", + "material/mushroom", + "material/music-accidental-double-flat", + "material/music-accidental-double-sharp", + "material/music-accidental-flat", + "material/music-accidental-natural", + "material/music-accidental-sharp", + "material/music-box-multiple-outline", + "material/music-box-multiple", + "material/music-box-outline", + "material/music-box", + "material/music-circle-outline", + "material/music-circle", + "material/music-clef-alto", + "material/music-clef-bass", + "material/music-clef-treble", + "material/music-note-bluetooth-off", + "material/music-note-bluetooth", + "material/music-note-eighth-dotted", + "material/music-note-eighth", + "material/music-note-half-dotted", + "material/music-note-half", + "material/music-note-minus", + "material/music-note-off-outline", + "material/music-note-off", + "material/music-note-outline", + "material/music-note-plus", + "material/music-note-quarter-dotted", + "material/music-note-quarter", + "material/music-note-sixteenth-dotted", + "material/music-note-sixteenth", + "material/music-note-whole-dotted", + "material/music-note-whole", + "material/music-note", + "material/music-off", + "material/music-rest-eighth", + "material/music-rest-half", + "material/music-rest-quarter", + "material/music-rest-sixteenth", + "material/music-rest-whole", + "material/music", + "material/mustache", + "material/nail", + "material/nas", + "material/nativescript", + "material/nature-outline", + "material/nature-people-outline", + "material/nature-people", + "material/nature", + "material/navigation-outline", + "material/navigation-variant-outline", + "material/navigation-variant", + "material/navigation", + "material/near-me", + "material/necklace", + "material/needle-off", + "material/needle", + "material/netflix", + "material/network-off-outline", + "material/network-off", + "material/network-outline", + "material/network-pos", + "material/network-strength-1-alert", + "material/network-strength-1", + "material/network-strength-2-alert", + "material/network-strength-2", + "material/network-strength-3-alert", + "material/network-strength-3", + "material/network-strength-4-alert", + "material/network-strength-4-cog", + "material/network-strength-4", + "material/network-strength-off-outline", + "material/network-strength-off", + "material/network-strength-outline", + "material/network", + "material/new-box", + "material/newspaper-check", + "material/newspaper-minus", + "material/newspaper-plus", + "material/newspaper-remove", + "material/newspaper-variant-multiple-outline", + "material/newspaper-variant-multiple", + "material/newspaper-variant-outline", + "material/newspaper-variant", + "material/newspaper", + "material/nfc-search-variant", + "material/nfc-tap", + "material/nfc-variant-off", + "material/nfc-variant", + "material/nfc", + "material/ninja", + "material/nintendo-game-boy", + "material/nintendo-switch", + "material/nintendo-wii", + "material/nintendo-wiiu", + "material/nix", + "material/nodejs", + "material/noodles", + "material/not-equal-variant", + "material/not-equal", + "material/note-alert-outline", + "material/note-alert", + "material/note-check-outline", + "material/note-check", + "material/note-edit-outline", + "material/note-edit", + "material/note-minus-outline", + "material/note-minus", + "material/note-multiple-outline", + "material/note-multiple", + "material/note-off-outline", + "material/note-off", + "material/note-outline", + "material/note-plus-outline", + "material/note-plus", + "material/note-remove-outline", + "material/note-remove", + "material/note-search-outline", + "material/note-search", + "material/note-text-outline", + "material/note-text", + "material/note", + "material/notebook-check-outline", + "material/notebook-check", + "material/notebook-edit-outline", + "material/notebook-edit", + "material/notebook-heart-outline", + "material/notebook-heart", + "material/notebook-minus-outline", + "material/notebook-minus", + "material/notebook-multiple", + "material/notebook-outline", + "material/notebook-plus-outline", + "material/notebook-plus", + "material/notebook-remove-outline", + "material/notebook-remove", + "material/notebook", + "material/notification-clear-all", + "material/npm", + "material/nuke", + "material/null", + "material/numeric-0-box-multiple-outline", + "material/numeric-0-box-multiple", + "material/numeric-0-box-outline", + "material/numeric-0-box", + "material/numeric-0-circle-outline", + "material/numeric-0-circle", + "material/numeric-0", + "material/numeric-1-box-multiple-outline", + "material/numeric-1-box-multiple", + "material/numeric-1-box-outline", + "material/numeric-1-box", + "material/numeric-1-circle-outline", + "material/numeric-1-circle", + "material/numeric-1", + "material/numeric-10-box-multiple-outline", + "material/numeric-10-box-multiple", + "material/numeric-10-box-outline", + "material/numeric-10-box", + "material/numeric-10-circle-outline", + "material/numeric-10-circle", + "material/numeric-10", + "material/numeric-2-box-multiple-outline", + "material/numeric-2-box-multiple", + "material/numeric-2-box-outline", + "material/numeric-2-box", + "material/numeric-2-circle-outline", + "material/numeric-2-circle", + "material/numeric-2", + "material/numeric-3-box-multiple-outline", + "material/numeric-3-box-multiple", + "material/numeric-3-box-outline", + "material/numeric-3-box", + "material/numeric-3-circle-outline", + "material/numeric-3-circle", + "material/numeric-3", + "material/numeric-4-box-multiple-outline", + "material/numeric-4-box-multiple", + "material/numeric-4-box-outline", + "material/numeric-4-box", + "material/numeric-4-circle-outline", + "material/numeric-4-circle", + "material/numeric-4", + "material/numeric-5-box-multiple-outline", + "material/numeric-5-box-multiple", + "material/numeric-5-box-outline", + "material/numeric-5-box", + "material/numeric-5-circle-outline", + "material/numeric-5-circle", + "material/numeric-5", + "material/numeric-6-box-multiple-outline", + "material/numeric-6-box-multiple", + "material/numeric-6-box-outline", + "material/numeric-6-box", + "material/numeric-6-circle-outline", + "material/numeric-6-circle", + "material/numeric-6", + "material/numeric-7-box-multiple-outline", + "material/numeric-7-box-multiple", + "material/numeric-7-box-outline", + "material/numeric-7-box", + "material/numeric-7-circle-outline", + "material/numeric-7-circle", + "material/numeric-7", + "material/numeric-8-box-multiple-outline", + "material/numeric-8-box-multiple", + "material/numeric-8-box-outline", + "material/numeric-8-box", + "material/numeric-8-circle-outline", + "material/numeric-8-circle", + "material/numeric-8", + "material/numeric-9-box-multiple-outline", + "material/numeric-9-box-multiple", + "material/numeric-9-box-outline", + "material/numeric-9-box", + "material/numeric-9-circle-outline", + "material/numeric-9-circle", + "material/numeric-9-plus-box-multiple-outline", + "material/numeric-9-plus-box-multiple", + "material/numeric-9-plus-box-outline", + "material/numeric-9-plus-box", + "material/numeric-9-plus-circle-outline", + "material/numeric-9-plus-circle", + "material/numeric-9-plus", + "material/numeric-9", + "material/numeric-negative-1", + "material/numeric-off", + "material/numeric-positive-1", + "material/numeric", + "material/nut", + "material/nutrition", + "material/nuxt", + "material/oar", + "material/ocarina", + "material/oci", + "material/ocr", + "material/octagon-outline", + "material/octagon", + "material/octagram-edit-outline", + "material/octagram-edit", + "material/octagram-minus-outline", + "material/octagram-minus", + "material/octagram-outline", + "material/octagram-plus-outline", + "material/octagram-plus", + "material/octagram", + "material/octahedron-off", + "material/octahedron", + "material/odnoklassniki", + "material/offer", + "material/office-building-cog-outline", + "material/office-building-cog", + "material/office-building-marker-outline", + "material/office-building-marker", + "material/office-building-minus-outline", + "material/office-building-minus", + "material/office-building-outline", + "material/office-building-plus-outline", + "material/office-building-plus", + "material/office-building-remove-outline", + "material/office-building-remove", + "material/office-building", + "material/oil-lamp", + "material/oil-level", + "material/oil-temperature", + "material/oil", + "material/om", + "material/omega", + "material/one-up", + "material/onepassword", + "material/opacity", + "material/open-in-app", + "material/open-in-new", + "material/open-source-initiative", + "material/openid", + "material/opera", + "material/orbit-variant", + "material/orbit", + "material/order-alphabetical-ascending", + "material/order-alphabetical-descending", + "material/order-bool-ascending-variant", + "material/order-bool-ascending", + "material/order-bool-descending-variant", + "material/order-bool-descending", + "material/order-numeric-ascending", + "material/order-numeric-descending", + "material/origin", + "material/ornament-variant", + "material/ornament", + "material/outdoor-lamp", + "material/overscan", + "material/owl", + "material/pac-man", + "material/package-check", + "material/package-down", + "material/package-up", + "material/package-variant-closed-check", + "material/package-variant-closed-minus", + "material/package-variant-closed-plus", + "material/package-variant-closed-remove", + "material/package-variant-closed", + "material/package-variant-minus", + "material/package-variant-plus", + "material/package-variant-remove", + "material/package-variant", + "material/package", + "material/page-first", + "material/page-last", + "material/page-layout-body", + "material/page-layout-footer", + "material/page-layout-header-footer", + "material/page-layout-header", + "material/page-layout-sidebar-left", + "material/page-layout-sidebar-right", + "material/page-next-outline", + "material/page-next", + "material/page-previous-outline", + "material/page-previous", + "material/pail-minus-outline", + "material/pail-minus", + "material/pail-off-outline", + "material/pail-off", + "material/pail-outline", + "material/pail-plus-outline", + "material/pail-plus", + "material/pail-remove-outline", + "material/pail-remove", + "material/pail", + "material/palette-advanced", + "material/palette-outline", + "material/palette-swatch-outline", + "material/palette-swatch-variant", + "material/palette-swatch", + "material/palette", + "material/palm-tree", + "material/pan-bottom-left", + "material/pan-bottom-right", + "material/pan-down", + "material/pan-horizontal", + "material/pan-left", + "material/pan-right", + "material/pan-top-left", + "material/pan-top-right", + "material/pan-up", + "material/pan-vertical", + "material/pan", + "material/panda", + "material/pandora", + "material/panorama-fisheye", + "material/panorama-horizontal-outline", + "material/panorama-horizontal", + "material/panorama-outline", + "material/panorama-sphere-outline", + "material/panorama-sphere", + "material/panorama-variant-outline", + "material/panorama-variant", + "material/panorama-vertical-outline", + "material/panorama-vertical", + "material/panorama-wide-angle-outline", + "material/panorama-wide-angle", + "material/panorama", + "material/paper-cut-vertical", + "material/paper-roll-outline", + "material/paper-roll", + "material/paperclip-check", + "material/paperclip-lock", + "material/paperclip-minus", + "material/paperclip-off", + "material/paperclip-plus", + "material/paperclip-remove", + "material/paperclip", + "material/parachute-outline", + "material/parachute", + "material/paragliding", + "material/parking", + "material/party-popper", + "material/passport-biometric", + "material/passport", + "material/pasta", + "material/patio-heater", + "material/patreon", + "material/pause-box-outline", + "material/pause-box", + "material/pause-circle-outline", + "material/pause-circle", + "material/pause-octagon-outline", + "material/pause-octagon", + "material/pause", + "material/paw-off-outline", + "material/paw-off", + "material/paw-outline", + "material/paw", + "material/peace", + "material/peanut-off-outline", + "material/peanut-off", + "material/peanut-outline", + "material/peanut", + "material/pen-lock", + "material/pen-minus", + "material/pen-off", + "material/pen-plus", + "material/pen-remove", + "material/pen", + "material/pencil-box-multiple-outline", + "material/pencil-box-multiple", + "material/pencil-box-outline", + "material/pencil-box", + "material/pencil-circle-outline", + "material/pencil-circle", + "material/pencil-lock-outline", + "material/pencil-lock", + "material/pencil-minus-outline", + "material/pencil-minus", + "material/pencil-off-outline", + "material/pencil-off", + "material/pencil-outline", + "material/pencil-plus-outline", + "material/pencil-plus", + "material/pencil-remove-outline", + "material/pencil-remove", + "material/pencil-ruler-outline", + "material/pencil-ruler", + "material/pencil", + "material/penguin", + "material/pentagon-outline", + "material/pentagon", + "material/pentagram", + "material/percent-box-outline", + "material/percent-box", + "material/percent-circle-outline", + "material/percent-circle", + "material/percent-outline", + "material/percent", + "material/periodic-table", + "material/perspective-less", + "material/perspective-more", + "material/ph", + "material/phone-alert-outline", + "material/phone-alert", + "material/phone-bluetooth-outline", + "material/phone-bluetooth", + "material/phone-cancel-outline", + "material/phone-cancel", + "material/phone-check-outline", + "material/phone-check", + "material/phone-classic-off", + "material/phone-classic", + "material/phone-clock", + "material/phone-dial-outline", + "material/phone-dial", + "material/phone-forward-outline", + "material/phone-forward", + "material/phone-hangup-outline", + "material/phone-hangup", + "material/phone-in-talk-outline", + "material/phone-in-talk", + "material/phone-incoming-outgoing-outline", + "material/phone-incoming-outgoing", + "material/phone-incoming-outline", + "material/phone-incoming", + "material/phone-lock-outline", + "material/phone-lock", + "material/phone-log-outline", + "material/phone-log", + "material/phone-message-outline", + "material/phone-message", + "material/phone-minus-outline", + "material/phone-minus", + "material/phone-missed-outline", + "material/phone-missed", + "material/phone-off-outline", + "material/phone-off", + "material/phone-outgoing-outline", + "material/phone-outgoing", + "material/phone-outline", + "material/phone-paused-outline", + "material/phone-paused", + "material/phone-plus-outline", + "material/phone-plus", + "material/phone-refresh-outline", + "material/phone-refresh", + "material/phone-remove-outline", + "material/phone-remove", + "material/phone-return-outline", + "material/phone-return", + "material/phone-ring-outline", + "material/phone-ring", + "material/phone-rotate-landscape", + "material/phone-rotate-portrait", + "material/phone-settings-outline", + "material/phone-settings", + "material/phone-sync-outline", + "material/phone-sync", + "material/phone-voip", + "material/phone", + "material/pi-box", + "material/pi-hole", + "material/pi", + "material/piano-off", + "material/piano", + "material/pickaxe", + "material/picture-in-picture-bottom-right-outline", + "material/picture-in-picture-bottom-right", + "material/picture-in-picture-top-right-outline", + "material/picture-in-picture-top-right", + "material/pier-crane", + "material/pier", + "material/pig-variant-outline", + "material/pig-variant", + "material/pig", + "material/piggy-bank-outline", + "material/piggy-bank", + "material/pill-multiple", + "material/pill-off", + "material/pill", + "material/pillar", + "material/pin-off-outline", + "material/pin-off", + "material/pin-outline", + "material/pin", + "material/pine-tree-box", + "material/pine-tree-fire", + "material/pine-tree-variant-outline", + "material/pine-tree-variant", + "material/pine-tree", + "material/pinterest", + "material/pinwheel-outline", + "material/pinwheel", + "material/pipe-disconnected", + "material/pipe-leak", + "material/pipe-valve", + "material/pipe-wrench", + "material/pipe", + "material/pirate", + "material/pistol", + "material/piston", + "material/pitchfork", + "material/pizza", + "material/plane-car", + "material/plane-train", + "material/play-box-edit-outline", + "material/play-box-lock-open-outline", + "material/play-box-lock-open", + "material/play-box-lock-outline", + "material/play-box-lock", + "material/play-box-multiple-outline", + "material/play-box-multiple", + "material/play-box-outline", + "material/play-box", + "material/play-circle-outline", + "material/play-circle", + "material/play-network-outline", + "material/play-network", + "material/play-outline", + "material/play-pause", + "material/play-protected-content", + "material/play-speed", + "material/play", + "material/playlist-check", + "material/playlist-edit", + "material/playlist-minus", + "material/playlist-music-outline", + "material/playlist-music", + "material/playlist-play", + "material/playlist-plus", + "material/playlist-remove", + "material/playlist-star", + "material/plex", + "material/pliers", + "material/plus-box-multiple-outline", + "material/plus-box-multiple", + "material/plus-box-outline", + "material/plus-box", + "material/plus-circle-multiple-outline", + "material/plus-circle-multiple", + "material/plus-circle-outline", + "material/plus-circle", + "material/plus-lock-open", + "material/plus-lock", + "material/plus-minus-box", + "material/plus-minus-variant", + "material/plus-minus", + "material/plus-network-outline", + "material/plus-network", + "material/plus-outline", + "material/plus-thick", + "material/plus", + "material/podcast", + "material/podium-bronze", + "material/podium-gold", + "material/podium-silver", + "material/podium", + "material/point-of-sale", + "material/pokeball", + "material/pokemon-go", + "material/poker-chip", + "material/polaroid", + "material/police-badge-outline", + "material/police-badge", + "material/police-station", + "material/poll", + "material/polo", + "material/polymer", + "material/pool-thermometer", + "material/pool", + "material/popcorn", + "material/post-lamp", + "material/post-outline", + "material/post", + "material/postage-stamp", + "material/pot-mix-outline", + "material/pot-mix", + "material/pot-outline", + "material/pot-steam-outline", + "material/pot-steam", + "material/pot", + "material/pound-box-outline", + "material/pound-box", + "material/pound", + "material/power-cycle", + "material/power-off", + "material/power-on", + "material/power-plug-battery-outline", + "material/power-plug-battery", + "material/power-plug-off-outline", + "material/power-plug-off", + "material/power-plug-outline", + "material/power-plug", + "material/power-settings", + "material/power-sleep", + "material/power-socket-au", + "material/power-socket-ch", + "material/power-socket-de", + "material/power-socket-eu", + "material/power-socket-fr", + "material/power-socket-it", + "material/power-socket-jp", + "material/power-socket-uk", + "material/power-socket-us", + "material/power-socket", + "material/power-standby", + "material/power", + "material/powershell", + "material/prescription", + "material/presentation-play", + "material/presentation", + "material/pretzel", + "material/printer-3d-nozzle-alert-outline", + "material/printer-3d-nozzle-alert", + "material/printer-3d-nozzle-heat-outline", + "material/printer-3d-nozzle-heat", + "material/printer-3d-nozzle-off-outline", + "material/printer-3d-nozzle-off", + "material/printer-3d-nozzle-outline", + "material/printer-3d-nozzle", + "material/printer-3d-off", + "material/printer-3d", + "material/printer-alert", + "material/printer-check", + "material/printer-eye", + "material/printer-off-outline", + "material/printer-off", + "material/printer-outline", + "material/printer-pos-alert-outline", + "material/printer-pos-alert", + "material/printer-pos-cancel-outline", + "material/printer-pos-cancel", + "material/printer-pos-check-outline", + "material/printer-pos-check", + "material/printer-pos-cog-outline", + "material/printer-pos-cog", + "material/printer-pos-edit-outline", + "material/printer-pos-edit", + "material/printer-pos-minus-outline", + "material/printer-pos-minus", + "material/printer-pos-network-outline", + "material/printer-pos-network", + "material/printer-pos-off-outline", + "material/printer-pos-off", + "material/printer-pos-outline", + "material/printer-pos-pause-outline", + "material/printer-pos-pause", + "material/printer-pos-play-outline", + "material/printer-pos-play", + "material/printer-pos-plus-outline", + "material/printer-pos-plus", + "material/printer-pos-refresh-outline", + "material/printer-pos-refresh", + "material/printer-pos-remove-outline", + "material/printer-pos-remove", + "material/printer-pos-star-outline", + "material/printer-pos-star", + "material/printer-pos-stop-outline", + "material/printer-pos-stop", + "material/printer-pos-sync-outline", + "material/printer-pos-sync", + "material/printer-pos-wrench-outline", + "material/printer-pos-wrench", + "material/printer-pos", + "material/printer-search", + "material/printer-settings", + "material/printer-wireless", + "material/printer", + "material/priority-high", + "material/priority-low", + "material/professional-hexagon", + "material/progress-alert", + "material/progress-check", + "material/progress-clock", + "material/progress-close", + "material/progress-download", + "material/progress-helper", + "material/progress-pencil", + "material/progress-question", + "material/progress-star-four-points", + "material/progress-star", + "material/progress-upload", + "material/progress-wrench", + "material/projector-off", + "material/projector-screen-off-outline", + "material/projector-screen-off", + "material/projector-screen-outline", + "material/projector-screen-variant-off-outline", + "material/projector-screen-variant-off", + "material/projector-screen-variant-outline", + "material/projector-screen-variant", + "material/projector-screen", + "material/projector", + "material/propane-tank-outline", + "material/propane-tank", + "material/protocol", + "material/publish-off", + "material/publish", + "material/pulse", + "material/pump-off", + "material/pump", + "material/pumpkin", + "material/purse-outline", + "material/purse", + "material/puzzle-check-outline", + "material/puzzle-check", + "material/puzzle-edit-outline", + "material/puzzle-edit", + "material/puzzle-heart-outline", + "material/puzzle-heart", + "material/puzzle-minus-outline", + "material/puzzle-minus", + "material/puzzle-outline", + "material/puzzle-plus-outline", + "material/puzzle-plus", + "material/puzzle-remove-outline", + "material/puzzle-remove", + "material/puzzle-star-outline", + "material/puzzle-star", + "material/puzzle", + "material/pyramid-off", + "material/pyramid", + "material/qi", + "material/qqchat", + "material/qrcode-edit", + "material/qrcode-minus", + "material/qrcode-plus", + "material/qrcode-remove", + "material/qrcode-scan", + "material/qrcode", + "material/quadcopter", + "material/quality-high", + "material/quality-low", + "material/quality-medium", + "material/quora", + "material/rabbit-variant-outline", + "material/rabbit-variant", + "material/rabbit", + "material/racing-helmet", + "material/racquetball", + "material/radar", + "material/radiator-disabled", + "material/radiator-off", + "material/radiator", + "material/radio-am", + "material/radio-fm", + "material/radio-handheld", + "material/radio-off", + "material/radio-tower", + "material/radio", + "material/radioactive-circle-outline", + "material/radioactive-circle", + "material/radioactive-off", + "material/radioactive", + "material/radiobox-blank", + "material/radiobox-indeterminate-variant", + "material/radiobox-marked", + "material/radiology-box-outline", + "material/radiology-box", + "material/radius-outline", + "material/radius", + "material/railroad-light", + "material/rake", + "material/raspberry-pi", + "material/raw-off", + "material/raw", + "material/ray-end-arrow", + "material/ray-end", + "material/ray-start-arrow", + "material/ray-start-end", + "material/ray-start-vertex-end", + "material/ray-start", + "material/ray-vertex", + "material/razor-double-edge", + "material/razor-single-edge", + "material/react", + "material/read", + "material/receipt-clock-outline", + "material/receipt-clock", + "material/receipt-outline", + "material/receipt-send-outline", + "material/receipt-send", + "material/receipt-text-arrow-left-outline", + "material/receipt-text-arrow-left", + "material/receipt-text-arrow-right-outline", + "material/receipt-text-arrow-right", + "material/receipt-text-check-outline", + "material/receipt-text-check", + "material/receipt-text-clock-outline", + "material/receipt-text-clock", + "material/receipt-text-edit-outline", + "material/receipt-text-edit", + "material/receipt-text-minus-outline", + "material/receipt-text-minus", + "material/receipt-text-outline", + "material/receipt-text-plus-outline", + "material/receipt-text-plus", + "material/receipt-text-remove-outline", + "material/receipt-text-remove", + "material/receipt-text-send-outline", + "material/receipt-text-send", + "material/receipt-text", + "material/receipt", + "material/record-circle-outline", + "material/record-circle", + "material/record-player", + "material/record-rec", + "material/record", + "material/rectangle-outline", + "material/rectangle", + "material/recycle-variant", + "material/recycle", + "material/reddit", + "material/redhat", + "material/redo-variant", + "material/redo", + "material/reflect-horizontal", + "material/reflect-vertical", + "material/refresh-auto", + "material/refresh-circle", + "material/refresh", + "material/regex", + "material/registered-trademark", + "material/reiterate", + "material/relation-many-to-many", + "material/relation-many-to-one-or-many", + "material/relation-many-to-one", + "material/relation-many-to-only-one", + "material/relation-many-to-zero-or-many", + "material/relation-many-to-zero-or-one", + "material/relation-one-or-many-to-many", + "material/relation-one-or-many-to-one-or-many", + "material/relation-one-or-many-to-one", + "material/relation-one-or-many-to-only-one", + "material/relation-one-or-many-to-zero-or-many", + "material/relation-one-or-many-to-zero-or-one", + "material/relation-one-to-many", + "material/relation-one-to-one-or-many", + "material/relation-one-to-one", + "material/relation-one-to-only-one", + "material/relation-one-to-zero-or-many", + "material/relation-one-to-zero-or-one", + "material/relation-only-one-to-many", + "material/relation-only-one-to-one-or-many", + "material/relation-only-one-to-one", + "material/relation-only-one-to-only-one", + "material/relation-only-one-to-zero-or-many", + "material/relation-only-one-to-zero-or-one", + "material/relation-zero-or-many-to-many", + "material/relation-zero-or-many-to-one-or-many", + "material/relation-zero-or-many-to-one", + "material/relation-zero-or-many-to-only-one", + "material/relation-zero-or-many-to-zero-or-many", + "material/relation-zero-or-many-to-zero-or-one", + "material/relation-zero-or-one-to-many", + "material/relation-zero-or-one-to-one-or-many", + "material/relation-zero-or-one-to-one", + "material/relation-zero-or-one-to-only-one", + "material/relation-zero-or-one-to-zero-or-many", + "material/relation-zero-or-one-to-zero-or-one", + "material/relative-scale", + "material/reload-alert", + "material/reload", + "material/reminder", + "material/remote-desktop", + "material/remote-off", + "material/remote-tv-off", + "material/remote-tv", + "material/remote", + "material/rename-box-outline", + "material/rename-box", + "material/rename-outline", + "material/rename", + "material/reorder-horizontal", + "material/reorder-vertical", + "material/repeat-off", + "material/repeat-once", + "material/repeat-variant", + "material/repeat", + "material/replay", + "material/reply-all-outline", + "material/reply-all", + "material/reply-circle", + "material/reply-outline", + "material/reply", + "material/reproduction", + "material/resistor-nodes", + "material/resistor", + "material/resize-bottom-right", + "material/resize", + "material/responsive", + "material/restart-alert", + "material/restart-off", + "material/restart", + "material/restore-alert", + "material/restore", + "material/rewind-10", + "material/rewind-15", + "material/rewind-30", + "material/rewind-45", + "material/rewind-5", + "material/rewind-60", + "material/rewind-outline", + "material/rewind", + "material/rhombus-medium-outline", + "material/rhombus-medium", + "material/rhombus-outline", + "material/rhombus-split-outline", + "material/rhombus-split", + "material/rhombus", + "material/ribbon", + "material/rice", + "material/rickshaw-electric", + "material/rickshaw", + "material/ring", + "material/rivet", + "material/road-variant", + "material/road", + "material/robber", + "material/robot-angry-outline", + "material/robot-angry", + "material/robot-confused-outline", + "material/robot-confused", + "material/robot-dead-outline", + "material/robot-dead", + "material/robot-excited-outline", + "material/robot-excited", + "material/robot-happy-outline", + "material/robot-happy", + "material/robot-industrial-outline", + "material/robot-industrial", + "material/robot-love-outline", + "material/robot-love", + "material/robot-mower-outline", + "material/robot-mower", + "material/robot-off-outline", + "material/robot-off", + "material/robot-outline", + "material/robot-vacuum-alert", + "material/robot-vacuum-off", + "material/robot-vacuum-variant-alert", + "material/robot-vacuum-variant-off", + "material/robot-vacuum-variant", + "material/robot-vacuum", + "material/robot", + "material/rocket-launch-outline", + "material/rocket-launch", + "material/rocket-outline", + "material/rocket", + "material/rodent", + "material/roller-shade-closed", + "material/roller-shade", + "material/roller-skate-off", + "material/roller-skate", + "material/rollerblade-off", + "material/rollerblade", + "material/rollupjs", + "material/rolodex-outline", + "material/rolodex", + "material/roman-numeral-1", + "material/roman-numeral-10", + "material/roman-numeral-2", + "material/roman-numeral-3", + "material/roman-numeral-4", + "material/roman-numeral-5", + "material/roman-numeral-6", + "material/roman-numeral-7", + "material/roman-numeral-8", + "material/roman-numeral-9", + "material/room-service-outline", + "material/room-service", + "material/rotate-360", + "material/rotate-3d-variant", + "material/rotate-3d", + "material/rotate-left-variant", + "material/rotate-left", + "material/rotate-orbit", + "material/rotate-right-variant", + "material/rotate-right", + "material/rounded-corner", + "material/router-network", + "material/router-wireless-off", + "material/router-wireless-settings", + "material/router-wireless", + "material/router", + "material/routes-clock", + "material/routes", + "material/rowing", + "material/rss-box", + "material/rss-off", + "material/rss", + "material/rug", + "material/rugby", + "material/ruler-square-compass", + "material/ruler-square", + "material/ruler", + "material/run-fast", + "material/run", + "material/rv-truck", + "material/sack-outline", + "material/sack-percent", + "material/sack", + "material/safe-square-outline", + "material/safe-square", + "material/safe", + "material/safety-goggles", + "material/sail-boat-sink", + "material/sail-boat", + "material/sale-outline", + "material/sale", + "material/salesforce", + "material/sass", + "material/satellite-uplink", + "material/satellite-variant", + "material/satellite", + "material/sausage-off", + "material/sausage", + "material/saw-blade", + "material/sawtooth-wave", + "material/saxophone", + "material/scale-balance", + "material/scale-bathroom", + "material/scale-off", + "material/scale-unbalanced", + "material/scale", + "material/scan-helper", + "material/scanner-off", + "material/scanner", + "material/scatter-plot-outline", + "material/scatter-plot", + "material/scent-off", + "material/scent", + "material/school-outline", + "material/school", + "material/scissors-cutting", + "material/scooter-electric", + "material/scooter", + "material/scoreboard-outline", + "material/scoreboard", + "material/screen-rotation-lock", + "material/screen-rotation", + "material/screw-flat-top", + "material/screw-lag", + "material/screw-machine-flat-top", + "material/screw-machine-round-top", + "material/screw-round-top", + "material/screwdriver", + "material/script-outline", + "material/script-text-key-outline", + "material/script-text-key", + "material/script-text-outline", + "material/script-text-play-outline", + "material/script-text-play", + "material/script-text", + "material/script", + "material/sd", + "material/seal-variant", + "material/seal", + "material/search-web", + "material/seat-flat-angled", + "material/seat-flat", + "material/seat-individual-suite", + "material/seat-legroom-extra", + "material/seat-legroom-normal", + "material/seat-legroom-reduced", + "material/seat-outline", + "material/seat-passenger", + "material/seat-recline-extra", + "material/seat-recline-normal", + "material/seat", + "material/seatbelt", + "material/security-network", + "material/security", + "material/seed-off-outline", + "material/seed-off", + "material/seed-outline", + "material/seed-plus-outline", + "material/seed-plus", + "material/seed", + "material/seesaw", + "material/segment", + "material/select-all", + "material/select-arrow-down", + "material/select-arrow-up", + "material/select-color", + "material/select-compare", + "material/select-drag", + "material/select-group", + "material/select-inverse", + "material/select-marker", + "material/select-multiple-marker", + "material/select-multiple", + "material/select-off", + "material/select-place", + "material/select-remove", + "material/select-search", + "material/select", + "material/selection-drag", + "material/selection-ellipse-arrow-inside", + "material/selection-ellipse-remove", + "material/selection-ellipse", + "material/selection-marker", + "material/selection-multiple-marker", + "material/selection-multiple", + "material/selection-off", + "material/selection-remove", + "material/selection-search", + "material/selection", + "material/semantic-web", + "material/send-check-outline", + "material/send-check", + "material/send-circle-outline", + "material/send-circle", + "material/send-clock-outline", + "material/send-clock", + "material/send-lock-outline", + "material/send-lock", + "material/send-outline", + "material/send-variant-clock-outline", + "material/send-variant-clock", + "material/send-variant-outline", + "material/send-variant", + "material/send", + "material/serial-port", + "material/server-minus", + "material/server-network-off", + "material/server-network", + "material/server-off", + "material/server-plus", + "material/server-remove", + "material/server-security", + "material/server", + "material/set-all", + "material/set-center-right", + "material/set-center", + "material/set-left-center", + "material/set-left-right", + "material/set-left", + "material/set-merge", + "material/set-none", + "material/set-right", + "material/set-split", + "material/set-square", + "material/set-top-box", + "material/settings-helper", + "material/shaker-outline", + "material/shaker", + "material/shape-circle-plus", + "material/shape-outline", + "material/shape-oval-plus", + "material/shape-plus-outline", + "material/shape-plus", + "material/shape-polygon-plus", + "material/shape-rectangle-plus", + "material/shape-square-plus", + "material/shape-square-rounded-plus", + "material/shape", + "material/share-all-outline", + "material/share-all", + "material/share-circle", + "material/share-off-outline", + "material/share-off", + "material/share-outline", + "material/share-variant-outline", + "material/share-variant", + "material/share", + "material/shark-fin-outline", + "material/shark-fin", + "material/shark-off", + "material/shark", + "material/sheep", + "material/shield-account-outline", + "material/shield-account-variant-outline", + "material/shield-account-variant", + "material/shield-account", + "material/shield-airplane-outline", + "material/shield-airplane", + "material/shield-alert-outline", + "material/shield-alert", + "material/shield-bug-outline", + "material/shield-bug", + "material/shield-car", + "material/shield-check-outline", + "material/shield-check", + "material/shield-cross-outline", + "material/shield-cross", + "material/shield-crown-outline", + "material/shield-crown", + "material/shield-edit-outline", + "material/shield-edit", + "material/shield-half-full", + "material/shield-half", + "material/shield-home-outline", + "material/shield-home", + "material/shield-key-outline", + "material/shield-key", + "material/shield-link-variant-outline", + "material/shield-link-variant", + "material/shield-lock-open-outline", + "material/shield-lock-open", + "material/shield-lock-outline", + "material/shield-lock", + "material/shield-moon-outline", + "material/shield-moon", + "material/shield-off-outline", + "material/shield-off", + "material/shield-outline", + "material/shield-plus-outline", + "material/shield-plus", + "material/shield-refresh-outline", + "material/shield-refresh", + "material/shield-remove-outline", + "material/shield-remove", + "material/shield-search", + "material/shield-star-outline", + "material/shield-star", + "material/shield-sun-outline", + "material/shield-sun", + "material/shield-sword-outline", + "material/shield-sword", + "material/shield-sync-outline", + "material/shield-sync", + "material/shield", + "material/shimmer", + "material/ship-wheel", + "material/shipping-pallet", + "material/shoe-ballet", + "material/shoe-cleat", + "material/shoe-formal", + "material/shoe-heel", + "material/shoe-print", + "material/shoe-sneaker", + "material/shopping-music", + "material/shopping-outline", + "material/shopping-search-outline", + "material/shopping-search", + "material/shopping", + "material/shore", + "material/shovel-off", + "material/shovel", + "material/shower-head", + "material/shower", + "material/shredder", + "material/shuffle-disabled", + "material/shuffle-variant", + "material/shuffle", + "material/shuriken", + "material/sickle", + "material/sigma-lower", + "material/sigma", + "material/sign-caution", + "material/sign-direction-minus", + "material/sign-direction-plus", + "material/sign-direction-remove", + "material/sign-direction", + "material/sign-language-outline", + "material/sign-language", + "material/sign-pole", + "material/sign-real-estate", + "material/sign-text", + "material/sign-yield", + "material/signal-2g", + "material/signal-3g", + "material/signal-4g", + "material/signal-5g", + "material/signal-cellular-1", + "material/signal-cellular-2", + "material/signal-cellular-3", + "material/signal-cellular-outline", + "material/signal-distance-variant", + "material/signal-hspa-plus", + "material/signal-hspa", + "material/signal-off", + "material/signal-variant", + "material/signal", + "material/signature-freehand", + "material/signature-image", + "material/signature-text", + "material/signature", + "material/silo-outline", + "material/silo", + "material/silverware-clean", + "material/silverware-fork-knife", + "material/silverware-fork", + "material/silverware-spoon", + "material/silverware-variant", + "material/silverware", + "material/sim-alert-outline", + "material/sim-alert", + "material/sim-off-outline", + "material/sim-off", + "material/sim-outline", + "material/sim", + "material/simple-icons", + "material/sina-weibo", + "material/sine-wave", + "material/sitemap-outline", + "material/sitemap", + "material/size-l", + "material/size-m", + "material/size-s", + "material/size-xl", + "material/size-xs", + "material/size-xxl", + "material/size-xxs", + "material/size-xxxl", + "material/skate-off", + "material/skate", + "material/skateboard", + "material/skateboarding", + "material/skew-less", + "material/skew-more", + "material/ski-cross-country", + "material/ski-water", + "material/ski", + "material/skip-backward-outline", + "material/skip-backward", + "material/skip-forward-outline", + "material/skip-forward", + "material/skip-next-circle-outline", + "material/skip-next-circle", + "material/skip-next-outline", + "material/skip-next", + "material/skip-previous-circle-outline", + "material/skip-previous-circle", + "material/skip-previous-outline", + "material/skip-previous", + "material/skull-crossbones-outline", + "material/skull-crossbones", + "material/skull-outline", + "material/skull-scan-outline", + "material/skull-scan", + "material/skull", + "material/skype-business", + "material/skype", + "material/slack", + "material/slash-forward-box", + "material/slash-forward", + "material/sledding", + "material/sleep-off", + "material/sleep", + "material/slide", + "material/slope-downhill", + "material/slope-uphill", + "material/slot-machine-outline", + "material/slot-machine", + "material/smart-card-off-outline", + "material/smart-card-off", + "material/smart-card-outline", + "material/smart-card-reader-outline", + "material/smart-card-reader", + "material/smart-card", + "material/smog", + "material/smoke-detector-alert-outline", + "material/smoke-detector-alert", + "material/smoke-detector-off-outline", + "material/smoke-detector-off", + "material/smoke-detector-outline", + "material/smoke-detector-variant-alert", + "material/smoke-detector-variant-off", + "material/smoke-detector-variant", + "material/smoke-detector", + "material/smoke", + "material/smoking-off", + "material/smoking-pipe-off", + "material/smoking-pipe", + "material/smoking", + "material/snail", + "material/snake", + "material/snapchat", + "material/snowboard", + "material/snowflake-alert", + "material/snowflake-check", + "material/snowflake-melt", + "material/snowflake-off", + "material/snowflake-thermometer", + "material/snowflake-variant", + "material/snowflake", + "material/snowman", + "material/snowmobile", + "material/snowshoeing", + "material/soccer-field", + "material/soccer", + "material/social-distance-2-meters", + "material/social-distance-6-feet", + "material/sofa-outline", + "material/sofa-single-outline", + "material/sofa-single", + "material/sofa", + "material/solar-panel-large", + "material/solar-panel", + "material/solar-power-variant-outline", + "material/solar-power-variant", + "material/solar-power", + "material/soldering-iron", + "material/solid", + "material/sony-playstation", + "material/sort-alphabetical-ascending-variant", + "material/sort-alphabetical-ascending", + "material/sort-alphabetical-descending-variant", + "material/sort-alphabetical-descending", + "material/sort-alphabetical-variant", + "material/sort-ascending", + "material/sort-bool-ascending-variant", + "material/sort-bool-ascending", + "material/sort-bool-descending-variant", + "material/sort-bool-descending", + "material/sort-calendar-ascending", + "material/sort-calendar-descending", + "material/sort-clock-ascending-outline", + "material/sort-clock-ascending", + "material/sort-clock-descending-outline", + "material/sort-clock-descending", + "material/sort-descending", + "material/sort-numeric-ascending-variant", + "material/sort-numeric-ascending", + "material/sort-numeric-descending-variant", + "material/sort-numeric-descending", + "material/sort-numeric-variant", + "material/sort-reverse-variant", + "material/sort-variant-lock-open", + "material/sort-variant-lock", + "material/sort-variant-off", + "material/sort-variant-remove", + "material/sort-variant", + "material/sort", + "material/soundbar", + "material/soundcloud", + "material/source-branch-check", + "material/source-branch-minus", + "material/source-branch-plus", + "material/source-branch-refresh", + "material/source-branch-remove", + "material/source-branch-sync", + "material/source-branch", + "material/source-commit-end-local", + "material/source-commit-end", + "material/source-commit-local", + "material/source-commit-next-local", + "material/source-commit-start-next-local", + "material/source-commit-start", + "material/source-commit", + "material/source-fork", + "material/source-merge", + "material/source-pull", + "material/source-repository-multiple", + "material/source-repository", + "material/soy-sauce-off", + "material/soy-sauce", + "material/spa-outline", + "material/spa", + "material/space-invaders", + "material/space-station", + "material/spade", + "material/speaker-bluetooth", + "material/speaker-message", + "material/speaker-multiple", + "material/speaker-off", + "material/speaker-pause", + "material/speaker-play", + "material/speaker-stop", + "material/speaker-wireless", + "material/speaker", + "material/spear", + "material/speedometer-medium", + "material/speedometer-slow", + "material/speedometer", + "material/spellcheck", + "material/sphere-off", + "material/sphere", + "material/spider-outline", + "material/spider-thread", + "material/spider-web", + "material/spider", + "material/spirit-level", + "material/spoon-sugar", + "material/spotify", + "material/spotlight-beam", + "material/spotlight", + "material/spray-bottle", + "material/spray", + "material/sprinkler-fire", + "material/sprinkler-variant", + "material/sprinkler", + "material/sprout-outline", + "material/sprout", + "material/square-circle-outline", + "material/square-circle", + "material/square-edit-outline", + "material/square-medium-outline", + "material/square-medium", + "material/square-off-outline", + "material/square-off", + "material/square-opacity", + "material/square-outline", + "material/square-root-box", + "material/square-root", + "material/square-rounded-badge-outline", + "material/square-rounded-badge", + "material/square-rounded-outline", + "material/square-rounded", + "material/square-small", + "material/square-wave", + "material/square", + "material/squeegee", + "material/ssh", + "material/stack-exchange", + "material/stack-overflow", + "material/stackpath", + "material/stadium-outline", + "material/stadium-variant", + "material/stadium", + "material/stairs-box", + "material/stairs-down", + "material/stairs-up", + "material/stairs", + "material/stamper", + "material/standard-definition", + "material/star-box-multiple-outline", + "material/star-box-multiple", + "material/star-box-outline", + "material/star-box", + "material/star-check-outline", + "material/star-check", + "material/star-circle-outline", + "material/star-circle", + "material/star-cog-outline", + "material/star-cog", + "material/star-crescent", + "material/star-david", + "material/star-face", + "material/star-four-points-box-outline", + "material/star-four-points-box", + "material/star-four-points-circle-outline", + "material/star-four-points-circle", + "material/star-four-points-outline", + "material/star-four-points-small", + "material/star-four-points", + "material/star-half-full", + "material/star-half", + "material/star-minus-outline", + "material/star-minus", + "material/star-off-outline", + "material/star-off", + "material/star-outline", + "material/star-plus-outline", + "material/star-plus", + "material/star-remove-outline", + "material/star-remove", + "material/star-settings-outline", + "material/star-settings", + "material/star-shooting-outline", + "material/star-shooting", + "material/star-three-points-outline", + "material/star-three-points", + "material/star", + "material/state-machine", + "material/steam", + "material/steering-off", + "material/steering", + "material/step-backward-2", + "material/step-backward", + "material/step-forward-2", + "material/step-forward", + "material/stethoscope", + "material/sticker-alert-outline", + "material/sticker-alert", + "material/sticker-check-outline", + "material/sticker-check", + "material/sticker-circle-outline", + "material/sticker-emoji", + "material/sticker-minus-outline", + "material/sticker-minus", + "material/sticker-outline", + "material/sticker-plus-outline", + "material/sticker-plus", + "material/sticker-remove-outline", + "material/sticker-remove", + "material/sticker-text-outline", + "material/sticker-text", + "material/sticker", + "material/stocking", + "material/stomach", + "material/stool-outline", + "material/stool", + "material/stop-circle-outline", + "material/stop-circle", + "material/stop", + "material/storage-tank-outline", + "material/storage-tank", + "material/store-24-hour", + "material/store-alert-outline", + "material/store-alert", + "material/store-check-outline", + "material/store-check", + "material/store-clock-outline", + "material/store-clock", + "material/store-cog-outline", + "material/store-cog", + "material/store-edit-outline", + "material/store-edit", + "material/store-marker-outline", + "material/store-marker", + "material/store-minus-outline", + "material/store-minus", + "material/store-off-outline", + "material/store-off", + "material/store-outline", + "material/store-plus-outline", + "material/store-plus", + "material/store-remove-outline", + "material/store-remove", + "material/store-search-outline", + "material/store-search", + "material/store-settings-outline", + "material/store-settings", + "material/store", + "material/storefront-check-outline", + "material/storefront-check", + "material/storefront-edit-outline", + "material/storefront-edit", + "material/storefront-minus-outline", + "material/storefront-minus", + "material/storefront-outline", + "material/storefront-plus-outline", + "material/storefront-plus", + "material/storefront-remove-outline", + "material/storefront-remove", + "material/storefront", + "material/stove", + "material/strategy", + "material/stretch-to-page-outline", + "material/stretch-to-page", + "material/string-lights-off", + "material/string-lights", + "material/subdirectory-arrow-left", + "material/subdirectory-arrow-right", + "material/submarine", + "material/subtitles-outline", + "material/subtitles", + "material/subway-alert-variant", + "material/subway-variant", + "material/subway", + "material/summit", + "material/sun-angle-outline", + "material/sun-angle", + "material/sun-clock-outline", + "material/sun-clock", + "material/sun-compass", + "material/sun-snowflake-variant", + "material/sun-snowflake", + "material/sun-thermometer-outline", + "material/sun-thermometer", + "material/sun-wireless-outline", + "material/sun-wireless", + "material/sunglasses", + "material/surfing", + "material/surround-sound-2-0", + "material/surround-sound-2-1", + "material/surround-sound-3-1", + "material/surround-sound-5-1-2", + "material/surround-sound-5-1", + "material/surround-sound-7-1", + "material/surround-sound", + "material/svg", + "material/swap-horizontal-bold", + "material/swap-horizontal-circle-outline", + "material/swap-horizontal-circle", + "material/swap-horizontal-variant", + "material/swap-horizontal", + "material/swap-vertical-bold", + "material/swap-vertical-circle-outline", + "material/swap-vertical-circle", + "material/swap-vertical-variant", + "material/swap-vertical", + "material/swim", + "material/switch", + "material/sword-cross", + "material/sword", + "material/syllabary-hangul", + "material/syllabary-hiragana", + "material/syllabary-katakana-halfwidth", + "material/syllabary-katakana", + "material/symbol", + "material/symfony", + "material/synagogue-outline", + "material/synagogue", + "material/sync-alert", + "material/sync-circle", + "material/sync-off", + "material/sync", + "material/tab-minus", + "material/tab-plus", + "material/tab-remove", + "material/tab-search", + "material/tab-unselected", + "material/tab", + "material/table-account", + "material/table-alert", + "material/table-arrow-down", + "material/table-arrow-left", + "material/table-arrow-right", + "material/table-arrow-up", + "material/table-border", + "material/table-cancel", + "material/table-chair", + "material/table-check", + "material/table-clock", + "material/table-cog", + "material/table-column-plus-after", + "material/table-column-plus-before", + "material/table-column-remove", + "material/table-column-width", + "material/table-column", + "material/table-edit", + "material/table-eye-off", + "material/table-eye", + "material/table-filter", + "material/table-furniture", + "material/table-headers-eye-off", + "material/table-headers-eye", + "material/table-heart", + "material/table-key", + "material/table-large-plus", + "material/table-large-remove", + "material/table-large", + "material/table-lock", + "material/table-merge-cells", + "material/table-minus", + "material/table-multiple", + "material/table-network", + "material/table-of-contents", + "material/table-off", + "material/table-picnic", + "material/table-pivot", + "material/table-plus", + "material/table-question", + "material/table-refresh", + "material/table-remove", + "material/table-row-height", + "material/table-row-plus-after", + "material/table-row-plus-before", + "material/table-row-remove", + "material/table-row", + "material/table-search", + "material/table-settings", + "material/table-split-cell", + "material/table-star", + "material/table-sync", + "material/table-tennis", + "material/table", + "material/tablet-cellphone", + "material/tablet-dashboard", + "material/tablet", + "material/taco", + "material/tag-arrow-down-outline", + "material/tag-arrow-down", + "material/tag-arrow-left-outline", + "material/tag-arrow-left", + "material/tag-arrow-right-outline", + "material/tag-arrow-right", + "material/tag-arrow-up-outline", + "material/tag-arrow-up", + "material/tag-check-outline", + "material/tag-check", + "material/tag-faces", + "material/tag-heart-outline", + "material/tag-heart", + "material/tag-hidden", + "material/tag-minus-outline", + "material/tag-minus", + "material/tag-multiple-outline", + "material/tag-multiple", + "material/tag-off-outline", + "material/tag-off", + "material/tag-outline", + "material/tag-plus-outline", + "material/tag-plus", + "material/tag-remove-outline", + "material/tag-remove", + "material/tag-search-outline", + "material/tag-search", + "material/tag-text-outline", + "material/tag-text", + "material/tag", + "material/tailwind", + "material/tally-mark-1", + "material/tally-mark-2", + "material/tally-mark-3", + "material/tally-mark-4", + "material/tally-mark-5", + "material/tangram", + "material/tank", + "material/tanker-truck", + "material/tape-drive", + "material/tape-measure", + "material/target-account", + "material/target-variant", + "material/target", + "material/taxi", + "material/tea-outline", + "material/tea", + "material/teamviewer", + "material/teddy-bear", + "material/telescope", + "material/television-ambient-light", + "material/television-box", + "material/television-classic-off", + "material/television-classic", + "material/television-guide", + "material/television-off", + "material/television-pause", + "material/television-play", + "material/television-shimmer", + "material/television-speaker-off", + "material/television-speaker", + "material/television-stop", + "material/television", + "material/temperature-celsius", + "material/temperature-fahrenheit", + "material/temperature-kelvin", + "material/temple-buddhist-outline", + "material/temple-buddhist", + "material/temple-hindu-outline", + "material/temple-hindu", + "material/tennis-ball-outline", + "material/tennis-ball", + "material/tennis", + "material/tent", + "material/terraform", + "material/terrain", + "material/test-tube-empty", + "material/test-tube-off", + "material/test-tube", + "material/text-account", + "material/text-box-check-outline", + "material/text-box-check", + "material/text-box-edit-outline", + "material/text-box-edit", + "material/text-box-minus-outline", + "material/text-box-minus", + "material/text-box-multiple-outline", + "material/text-box-multiple", + "material/text-box-outline", + "material/text-box-plus-outline", + "material/text-box-plus", + "material/text-box-remove-outline", + "material/text-box-remove", + "material/text-box-search-outline", + "material/text-box-search", + "material/text-box", + "material/text-long", + "material/text-recognition", + "material/text-search-variant", + "material/text-search", + "material/text-shadow", + "material/text-short", + "material/text", + "material/texture-box", + "material/texture", + "material/theater", + "material/theme-light-dark", + "material/thermometer-alert", + "material/thermometer-auto", + "material/thermometer-bluetooth", + "material/thermometer-check", + "material/thermometer-chevron-down", + "material/thermometer-chevron-up", + "material/thermometer-high", + "material/thermometer-lines", + "material/thermometer-low", + "material/thermometer-minus", + "material/thermometer-off", + "material/thermometer-plus", + "material/thermometer-probe-off", + "material/thermometer-probe", + "material/thermometer-water", + "material/thermometer", + "material/thermostat-auto", + "material/thermostat-box-auto", + "material/thermostat-box", + "material/thermostat-cog", + "material/thermostat", + "material/thought-bubble-outline", + "material/thought-bubble", + "material/thumb-down-outline", + "material/thumb-down", + "material/thumb-up-outline", + "material/thumb-up", + "material/thumbs-up-down-outline", + "material/thumbs-up-down", + "material/ticket-account", + "material/ticket-confirmation-outline", + "material/ticket-confirmation", + "material/ticket-outline", + "material/ticket-percent-outline", + "material/ticket-percent", + "material/ticket", + "material/tie", + "material/tilde-off", + "material/tilde", + "material/timelapse", + "material/timeline-alert-outline", + "material/timeline-alert", + "material/timeline-check-outline", + "material/timeline-check", + "material/timeline-clock-outline", + "material/timeline-clock", + "material/timeline-minus-outline", + "material/timeline-minus", + "material/timeline-outline", + "material/timeline-plus-outline", + "material/timeline-plus", + "material/timeline-question-outline", + "material/timeline-question", + "material/timeline-remove-outline", + "material/timeline-remove", + "material/timeline-text-outline", + "material/timeline-text", + "material/timeline", + "material/timer-10", + "material/timer-3", + "material/timer-alert-outline", + "material/timer-alert", + "material/timer-cancel-outline", + "material/timer-cancel", + "material/timer-check-outline", + "material/timer-check", + "material/timer-cog-outline", + "material/timer-cog", + "material/timer-edit-outline", + "material/timer-edit", + "material/timer-lock-open-outline", + "material/timer-lock-open", + "material/timer-lock-outline", + "material/timer-lock", + "material/timer-marker-outline", + "material/timer-marker", + "material/timer-minus-outline", + "material/timer-minus", + "material/timer-music-outline", + "material/timer-music", + "material/timer-off-outline", + "material/timer-off", + "material/timer-outline", + "material/timer-pause-outline", + "material/timer-pause", + "material/timer-play-outline", + "material/timer-play", + "material/timer-plus-outline", + "material/timer-plus", + "material/timer-refresh-outline", + "material/timer-refresh", + "material/timer-remove-outline", + "material/timer-remove", + "material/timer-sand-complete", + "material/timer-sand-empty", + "material/timer-sand-full", + "material/timer-sand-paused", + "material/timer-sand", + "material/timer-settings-outline", + "material/timer-settings", + "material/timer-star-outline", + "material/timer-star", + "material/timer-stop-outline", + "material/timer-stop", + "material/timer-sync-outline", + "material/timer-sync", + "material/timer", + "material/timetable", + "material/tire", + "material/toaster-off", + "material/toaster-oven", + "material/toaster", + "material/toggle-switch-off-outline", + "material/toggle-switch-off", + "material/toggle-switch-outline", + "material/toggle-switch-variant-off", + "material/toggle-switch-variant", + "material/toggle-switch", + "material/toilet", + "material/toolbox-outline", + "material/toolbox", + "material/tools", + "material/tooltip-account", + "material/tooltip-cellphone", + "material/tooltip-check-outline", + "material/tooltip-check", + "material/tooltip-edit-outline", + "material/tooltip-edit", + "material/tooltip-image-outline", + "material/tooltip-image", + "material/tooltip-minus-outline", + "material/tooltip-minus", + "material/tooltip-outline", + "material/tooltip-plus-outline", + "material/tooltip-plus", + "material/tooltip-question-outline", + "material/tooltip-question", + "material/tooltip-remove-outline", + "material/tooltip-remove", + "material/tooltip-text-outline", + "material/tooltip-text", + "material/tooltip", + "material/tooth-outline", + "material/tooth", + "material/toothbrush-electric", + "material/toothbrush-paste", + "material/toothbrush", + "material/torch", + "material/tortoise", + "material/toslink", + "material/touch-text-outline", + "material/tournament", + "material/tow-truck", + "material/tower-beach", + "material/tower-fire", + "material/town-hall", + "material/toy-brick-marker-outline", + "material/toy-brick-marker", + "material/toy-brick-minus-outline", + "material/toy-brick-minus", + "material/toy-brick-outline", + "material/toy-brick-plus-outline", + "material/toy-brick-plus", + "material/toy-brick-remove-outline", + "material/toy-brick-remove", + "material/toy-brick-search-outline", + "material/toy-brick-search", + "material/toy-brick", + "material/track-light-off", + "material/track-light", + "material/trackpad-lock", + "material/trackpad", + "material/tractor-variant", + "material/tractor", + "material/trademark", + "material/traffic-cone", + "material/traffic-light-outline", + "material/traffic-light", + "material/train-car-autorack", + "material/train-car-box-full", + "material/train-car-box-open", + "material/train-car-box", + "material/train-car-caboose", + "material/train-car-centerbeam-full", + "material/train-car-centerbeam", + "material/train-car-container", + "material/train-car-flatbed-car", + "material/train-car-flatbed-tank", + "material/train-car-flatbed", + "material/train-car-gondola-full", + "material/train-car-gondola", + "material/train-car-hopper-covered", + "material/train-car-hopper-full", + "material/train-car-hopper", + "material/train-car-intermodal", + "material/train-car-passenger-door-open", + "material/train-car-passenger-door", + "material/train-car-passenger-variant", + "material/train-car-passenger", + "material/train-car-tank", + "material/train-car", + "material/train-variant", + "material/train", + "material/tram-side", + "material/tram", + "material/transcribe-close", + "material/transcribe", + "material/transfer-down", + "material/transfer-left", + "material/transfer-right", + "material/transfer-up", + "material/transfer", + "material/transit-connection-horizontal", + "material/transit-connection-variant", + "material/transit-connection", + "material/transit-detour", + "material/transit-skip", + "material/transit-transfer", + "material/transition-masked", + "material/transition", + "material/translate-off", + "material/translate-variant", + "material/translate", + "material/transmission-tower-export", + "material/transmission-tower-import", + "material/transmission-tower-off", + "material/transmission-tower", + "material/trash-can-outline", + "material/trash-can", + "material/tray-alert", + "material/tray-arrow-down", + "material/tray-arrow-up", + "material/tray-full", + "material/tray-minus", + "material/tray-plus", + "material/tray-remove", + "material/tray", + "material/treasure-chest-outline", + "material/treasure-chest", + "material/tree-outline", + "material/tree", + "material/trello", + "material/trending-down", + "material/trending-neutral", + "material/trending-up", + "material/triangle-down-outline", + "material/triangle-down", + "material/triangle-outline", + "material/triangle-small-down", + "material/triangle-small-up", + "material/triangle-wave", + "material/triangle", + "material/triforce", + "material/trophy-award", + "material/trophy-broken", + "material/trophy-outline", + "material/trophy-variant-outline", + "material/trophy-variant", + "material/trophy", + "material/truck-alert-outline", + "material/truck-alert", + "material/truck-cargo-container", + "material/truck-check-outline", + "material/truck-check", + "material/truck-delivery-outline", + "material/truck-delivery", + "material/truck-fast-outline", + "material/truck-fast", + "material/truck-flatbed", + "material/truck-minus-outline", + "material/truck-minus", + "material/truck-outline", + "material/truck-plus-outline", + "material/truck-plus", + "material/truck-remove-outline", + "material/truck-remove", + "material/truck-snowflake", + "material/truck-trailer", + "material/truck", + "material/trumpet", + "material/tshirt-crew-outline", + "material/tshirt-crew", + "material/tshirt-v-outline", + "material/tshirt-v", + "material/tsunami", + "material/tumble-dryer-alert", + "material/tumble-dryer-off", + "material/tumble-dryer", + "material/tune-variant", + "material/tune-vertical-variant", + "material/tune-vertical", + "material/tune", + "material/tunnel-outline", + "material/tunnel", + "material/turbine", + "material/turkey", + "material/turnstile-outline", + "material/turnstile", + "material/turtle", + "material/twitch", + "material/twitter", + "material/two-factor-authentication", + "material/typewriter", + "material/ubisoft", + "material/ubuntu", + "material/ufo-outline", + "material/ufo", + "material/ultra-high-definition", + "material/umbraco", + "material/umbrella-beach-outline", + "material/umbrella-beach", + "material/umbrella-closed-outline", + "material/umbrella-closed-variant", + "material/umbrella-closed", + "material/umbrella-outline", + "material/umbrella", + "material/undo-variant", + "material/undo", + "material/unfold-less-horizontal", + "material/unfold-less-vertical", + "material/unfold-more-horizontal", + "material/unfold-more-vertical", + "material/ungroup", + "material/unicode", + "material/unicorn-variant", + "material/unicorn", + "material/unicycle", + "material/unity", + "material/unreal", + "material/update", + "material/upload-lock-outline", + "material/upload-lock", + "material/upload-multiple", + "material/upload-network-outline", + "material/upload-network", + "material/upload-off-outline", + "material/upload-off", + "material/upload-outline", + "material/upload", + "material/usb-flash-drive-outline", + "material/usb-flash-drive", + "material/usb-port", + "material/usb", + "material/vacuum-outline", + "material/vacuum", + "material/valve-closed", + "material/valve-open", + "material/valve", + "material/van-passenger", + "material/van-utility", + "material/vanish-quarter", + "material/vanish", + "material/vanity-light", + "material/variable-box", + "material/variable", + "material/vector-arrange-above", + "material/vector-arrange-below", + "material/vector-bezier", + "material/vector-circle-variant", + "material/vector-circle", + "material/vector-combine", + "material/vector-curve", + "material/vector-difference-ab", + "material/vector-difference-ba", + "material/vector-difference", + "material/vector-ellipse", + "material/vector-intersection", + "material/vector-line", + "material/vector-link", + "material/vector-point-edit", + "material/vector-point-minus", + "material/vector-point-plus", + "material/vector-point-select", + "material/vector-point", + "material/vector-polygon-variant", + "material/vector-polygon", + "material/vector-polyline-edit", + "material/vector-polyline-minus", + "material/vector-polyline-plus", + "material/vector-polyline-remove", + "material/vector-polyline", + "material/vector-radius", + "material/vector-rectangle", + "material/vector-selection", + "material/vector-square-close", + "material/vector-square-edit", + "material/vector-square-minus", + "material/vector-square-open", + "material/vector-square-plus", + "material/vector-square-remove", + "material/vector-square", + "material/vector-triangle", + "material/vector-union", + "material/vhs", + "material/vibrate-off", + "material/vibrate", + "material/video-2d", + "material/video-3d-off", + "material/video-3d-variant", + "material/video-3d", + "material/video-4k-box", + "material/video-account", + "material/video-box-off", + "material/video-box", + "material/video-check-outline", + "material/video-check", + "material/video-high-definition", + "material/video-image", + "material/video-input-antenna", + "material/video-input-component", + "material/video-input-hdmi", + "material/video-input-scart", + "material/video-input-svideo", + "material/video-marker-outline", + "material/video-marker", + "material/video-minus-outline", + "material/video-minus", + "material/video-off-outline", + "material/video-off", + "material/video-outline", + "material/video-plus-outline", + "material/video-plus", + "material/video-stabilization", + "material/video-switch-outline", + "material/video-switch", + "material/video-vintage", + "material/video-wireless-outline", + "material/video-wireless", + "material/video", + "material/view-agenda-outline", + "material/view-agenda", + "material/view-array-outline", + "material/view-array", + "material/view-carousel-outline", + "material/view-carousel", + "material/view-column-outline", + "material/view-column", + "material/view-comfy-outline", + "material/view-comfy", + "material/view-compact-outline", + "material/view-compact", + "material/view-dashboard-edit-outline", + "material/view-dashboard-edit", + "material/view-dashboard-outline", + "material/view-dashboard-variant-outline", + "material/view-dashboard-variant", + "material/view-dashboard", + "material/view-day-outline", + "material/view-day", + "material/view-gallery-outline", + "material/view-gallery", + "material/view-grid-compact", + "material/view-grid-outline", + "material/view-grid-plus-outline", + "material/view-grid-plus", + "material/view-grid", + "material/view-headline", + "material/view-list-outline", + "material/view-list", + "material/view-module-outline", + "material/view-module", + "material/view-parallel-outline", + "material/view-parallel", + "material/view-quilt-outline", + "material/view-quilt", + "material/view-sequential-outline", + "material/view-sequential", + "material/view-split-horizontal", + "material/view-split-vertical", + "material/view-stream-outline", + "material/view-stream", + "material/view-week-outline", + "material/view-week", + "material/vimeo", + "material/violin", + "material/virtual-reality", + "material/virus-off-outline", + "material/virus-off", + "material/virus-outline", + "material/virus", + "material/vlc", + "material/voicemail", + "material/volcano-outline", + "material/volcano", + "material/volleyball", + "material/volume-equal", + "material/volume-high", + "material/volume-low", + "material/volume-medium", + "material/volume-minus", + "material/volume-mute", + "material/volume-off", + "material/volume-plus", + "material/volume-source", + "material/volume-variant-off", + "material/volume-vibrate", + "material/vote-outline", + "material/vote", + "material/vpn", + "material/vuejs", + "material/vuetify", + "material/walk", + "material/wall-fire", + "material/wall-sconce-flat-outline", + "material/wall-sconce-flat-variant-outline", + "material/wall-sconce-flat-variant", + "material/wall-sconce-flat", + "material/wall-sconce-outline", + "material/wall-sconce-round-outline", + "material/wall-sconce-round-variant-outline", + "material/wall-sconce-round-variant", + "material/wall-sconce-round", + "material/wall-sconce", + "material/wall", + "material/wallet-bifold-outline", + "material/wallet-bifold", + "material/wallet-giftcard", + "material/wallet-membership", + "material/wallet-outline", + "material/wallet-plus-outline", + "material/wallet-plus", + "material/wallet-travel", + "material/wallet", + "material/wallpaper", + "material/wan", + "material/wardrobe-outline", + "material/wardrobe", + "material/warehouse", + "material/washing-machine-alert", + "material/washing-machine-off", + "material/washing-machine", + "material/watch-export-variant", + "material/watch-export", + "material/watch-import-variant", + "material/watch-import", + "material/watch-variant", + "material/watch-vibrate-off", + "material/watch-vibrate", + "material/watch", + "material/water-alert-outline", + "material/water-alert", + "material/water-boiler-alert", + "material/water-boiler-auto", + "material/water-boiler-off", + "material/water-boiler", + "material/water-check-outline", + "material/water-check", + "material/water-circle", + "material/water-minus-outline", + "material/water-minus", + "material/water-off-outline", + "material/water-off", + "material/water-opacity", + "material/water-outline", + "material/water-percent-alert", + "material/water-percent", + "material/water-plus-outline", + "material/water-plus", + "material/water-polo", + "material/water-pump-off", + "material/water-pump", + "material/water-remove-outline", + "material/water-remove", + "material/water-sync", + "material/water-thermometer-outline", + "material/water-thermometer", + "material/water-well-outline", + "material/water-well", + "material/water", + "material/waterfall", + "material/watering-can-outline", + "material/watering-can", + "material/watermark", + "material/wave", + "material/waveform", + "material/waves-arrow-left", + "material/waves-arrow-right", + "material/waves-arrow-up", + "material/waves", + "material/waze", + "material/weather-cloudy-alert", + "material/weather-cloudy-arrow-right", + "material/weather-cloudy-clock", + "material/weather-cloudy", + "material/weather-dust", + "material/weather-fog", + "material/weather-hail", + "material/weather-hazy", + "material/weather-hurricane-outline", + "material/weather-hurricane", + "material/weather-lightning-rainy", + "material/weather-lightning", + "material/weather-night-partly-cloudy", + "material/weather-night", + "material/weather-partly-cloudy", + "material/weather-partly-lightning", + "material/weather-partly-rainy", + "material/weather-partly-snowy-rainy", + "material/weather-partly-snowy", + "material/weather-pouring", + "material/weather-rainy", + "material/weather-snowy-heavy", + "material/weather-snowy-rainy", + "material/weather-snowy", + "material/weather-sunny-alert", + "material/weather-sunny-off", + "material/weather-sunny", + "material/weather-sunset-down", + "material/weather-sunset-up", + "material/weather-sunset", + "material/weather-tornado", + "material/weather-windy-variant", + "material/weather-windy", + "material/web-box", + "material/web-cancel", + "material/web-check", + "material/web-clock", + "material/web-minus", + "material/web-off", + "material/web-plus", + "material/web-refresh", + "material/web-remove", + "material/web-sync", + "material/web", + "material/webcam-off", + "material/webcam", + "material/webhook", + "material/webpack", + "material/webrtc", + "material/wechat", + "material/weight-gram", + "material/weight-kilogram", + "material/weight-lifter", + "material/weight-pound", + "material/weight", + "material/whatsapp", + "material/wheel-barrow", + "material/wheelchair-accessibility", + "material/wheelchair", + "material/whistle-outline", + "material/whistle", + "material/white-balance-auto", + "material/white-balance-incandescent", + "material/white-balance-iridescent", + "material/white-balance-sunny", + "material/widgets-outline", + "material/widgets", + "material/wifi-alert", + "material/wifi-arrow-down", + "material/wifi-arrow-left-right", + "material/wifi-arrow-left", + "material/wifi-arrow-right", + "material/wifi-arrow-up-down", + "material/wifi-arrow-up", + "material/wifi-cancel", + "material/wifi-check", + "material/wifi-cog", + "material/wifi-lock-open", + "material/wifi-lock", + "material/wifi-marker", + "material/wifi-minus", + "material/wifi-off", + "material/wifi-plus", + "material/wifi-refresh", + "material/wifi-remove", + "material/wifi-settings", + "material/wifi-star", + "material/wifi-strength-1-alert", + "material/wifi-strength-1-lock-open", + "material/wifi-strength-1-lock", + "material/wifi-strength-1", + "material/wifi-strength-2-alert", + "material/wifi-strength-2-lock-open", + "material/wifi-strength-2-lock", + "material/wifi-strength-2", + "material/wifi-strength-3-alert", + "material/wifi-strength-3-lock-open", + "material/wifi-strength-3-lock", + "material/wifi-strength-3", + "material/wifi-strength-4-alert", + "material/wifi-strength-4-lock-open", + "material/wifi-strength-4-lock", + "material/wifi-strength-4", + "material/wifi-strength-alert-outline", + "material/wifi-strength-lock-open-outline", + "material/wifi-strength-lock-outline", + "material/wifi-strength-off-outline", + "material/wifi-strength-off", + "material/wifi-strength-outline", + "material/wifi-sync", + "material/wifi", + "material/wikipedia", + "material/wind-power-outline", + "material/wind-power", + "material/wind-turbine-alert", + "material/wind-turbine-check", + "material/wind-turbine", + "material/window-close", + "material/window-closed-variant", + "material/window-closed", + "material/window-maximize", + "material/window-minimize", + "material/window-open-variant", + "material/window-open", + "material/window-restore", + "material/window-shutter-alert", + "material/window-shutter-auto", + "material/window-shutter-cog", + "material/window-shutter-open", + "material/window-shutter-settings", + "material/window-shutter", + "material/windsock", + "material/wiper-wash-alert", + "material/wiper-wash", + "material/wiper", + "material/wizard-hat", + "material/wordpress", + "material/wrap-disabled", + "material/wrap", + "material/wrench-check-outline", + "material/wrench-check", + "material/wrench-clock-outline", + "material/wrench-clock", + "material/wrench-cog-outline", + "material/wrench-cog", + "material/wrench-outline", + "material/wrench", + "material/xamarin", + "material/xml", + "material/xmpp", + "material/yahoo", + "material/yeast", + "material/yin-yang", + "material/yoga", + "material/youtube-gaming", + "material/youtube-studio", + "material/youtube-subscription", + "material/youtube-tv", + "material/youtube", + "material/yurt", + "material/z-wave", + "material/zend", + "material/zigbee", + "material/zip-box-outline", + "material/zip-box", + "material/zip-disk", + "material/zodiac-aquarius", + "material/zodiac-aries", + "material/zodiac-cancer", + "material/zodiac-capricorn", + "material/zodiac-gemini", + "material/zodiac-leo", + "material/zodiac-libra", + "material/zodiac-pisces", + "material/zodiac-sagittarius", + "material/zodiac-scorpio", + "material/zodiac-taurus", + "material/zodiac-virgo", + "octicons/accessibility-16", + "octicons/accessibility-inset-16", + "octicons/alert-16", + "octicons/alert-24", + "octicons/alert-fill-12", + "octicons/alert-fill-16", + "octicons/alert-fill-24", + "octicons/apps-16", + "octicons/archive-16", + "octicons/archive-24", + "octicons/arrow-both-16", + "octicons/arrow-both-24", + "octicons/arrow-down-16", + "octicons/arrow-down-24", + "octicons/arrow-down-left-16", + "octicons/arrow-down-left-24", + "octicons/arrow-down-right-16", + "octicons/arrow-down-right-24", + "octicons/arrow-left-16", + "octicons/arrow-left-24", + "octicons/arrow-right-16", + "octicons/arrow-right-24", + "octicons/arrow-switch-16", + "octicons/arrow-switch-24", + "octicons/arrow-up-16", + "octicons/arrow-up-24", + "octicons/arrow-up-left-16", + "octicons/arrow-up-left-24", + "octicons/arrow-up-right-16", + "octicons/arrow-up-right-24", + "octicons/beaker-16", + "octicons/beaker-24", + "octicons/bell-16", + "octicons/bell-24", + "octicons/bell-fill-16", + "octicons/bell-fill-24", + "octicons/bell-slash-16", + "octicons/bell-slash-24", + "octicons/blocked-16", + "octicons/blocked-24", + "octicons/bold-16", + "octicons/bold-24", + "octicons/book-16", + "octicons/book-24", + "octicons/bookmark-16", + "octicons/bookmark-24", + "octicons/bookmark-fill-24", + "octicons/bookmark-slash-16", + "octicons/bookmark-slash-24", + "octicons/bookmark-slash-fill-24", + "octicons/briefcase-16", + "octicons/briefcase-24", + "octicons/broadcast-16", + "octicons/broadcast-24", + "octicons/browser-16", + "octicons/browser-24", + "octicons/bug-16", + "octicons/bug-24", + "octicons/cache-16", + "octicons/calendar-16", + "octicons/calendar-24", + "octicons/check-16", + "octicons/check-24", + "octicons/check-circle-16", + "octicons/check-circle-24", + "octicons/check-circle-fill-12", + "octicons/check-circle-fill-16", + "octicons/check-circle-fill-24", + "octicons/checkbox-16", + "octicons/checkbox-24", + "octicons/checklist-16", + "octicons/checklist-24", + "octicons/chevron-down-12", + "octicons/chevron-down-16", + "octicons/chevron-down-24", + "octicons/chevron-left-16", + "octicons/chevron-left-24", + "octicons/chevron-right-12", + "octicons/chevron-right-16", + "octicons/chevron-right-24", + "octicons/chevron-up-12", + "octicons/chevron-up-16", + "octicons/chevron-up-24", + "octicons/circle-16", + "octicons/circle-24", + "octicons/circle-slash-16", + "octicons/circle-slash-24", + "octicons/clock-16", + "octicons/clock-24", + "octicons/clock-fill-16", + "octicons/clock-fill-24", + "octicons/cloud-16", + "octicons/cloud-24", + "octicons/cloud-offline-16", + "octicons/cloud-offline-24", + "octicons/code-16", + "octicons/code-24", + "octicons/code-of-conduct-16", + "octicons/code-of-conduct-24", + "octicons/code-review-16", + "octicons/code-review-24", + "octicons/code-square-16", + "octicons/code-square-24", + "octicons/codescan-16", + "octicons/codescan-24", + "octicons/codescan-checkmark-16", + "octicons/codescan-checkmark-24", + "octicons/codespaces-16", + "octicons/codespaces-24", + "octicons/columns-16", + "octicons/columns-24", + "octicons/command-palette-16", + "octicons/command-palette-24", + "octicons/comment-16", + "octicons/comment-24", + "octicons/comment-discussion-16", + "octicons/comment-discussion-24", + "octicons/commit-24", + "octicons/container-16", + "octicons/container-24", + "octicons/copilot-16", + "octicons/copilot-24", + "octicons/copilot-48", + "octicons/copilot-96", + "octicons/copilot-error-16", + "octicons/copilot-warning-16", + "octicons/copy-16", + "octicons/copy-24", + "octicons/cpu-16", + "octicons/cpu-24", + "octicons/credit-card-16", + "octicons/credit-card-24", + "octicons/cross-reference-16", + "octicons/cross-reference-24", + "octicons/dash-16", + "octicons/dash-24", + "octicons/database-16", + "octicons/database-24", + "octicons/dependabot-16", + "octicons/dependabot-24", + "octicons/desktop-download-16", + "octicons/desktop-download-24", + "octicons/device-camera-16", + "octicons/device-camera-video-16", + "octicons/device-camera-video-24", + "octicons/device-desktop-16", + "octicons/device-desktop-24", + "octicons/device-mobile-16", + "octicons/device-mobile-24", + "octicons/devices-16", + "octicons/devices-24", + "octicons/diamond-16", + "octicons/diamond-24", + "octicons/diff-16", + "octicons/diff-24", + "octicons/diff-added-16", + "octicons/diff-ignored-16", + "octicons/diff-modified-16", + "octicons/diff-removed-16", + "octicons/diff-renamed-16", + "octicons/discussion-closed-16", + "octicons/discussion-closed-24", + "octicons/discussion-duplicate-16", + "octicons/discussion-duplicate-24", + "octicons/discussion-outdated-16", + "octicons/discussion-outdated-24", + "octicons/dot-16", + "octicons/dot-24", + "octicons/dot-fill-16", + "octicons/dot-fill-24", + "octicons/download-16", + "octicons/download-24", + "octicons/duplicate-16", + "octicons/duplicate-24", + "octicons/ellipsis-16", + "octicons/eye-16", + "octicons/eye-24", + "octicons/eye-closed-16", + "octicons/eye-closed-24", + "octicons/feed-discussion-16", + "octicons/feed-forked-16", + "octicons/feed-heart-16", + "octicons/feed-issue-closed-16", + "octicons/feed-issue-draft-16", + "octicons/feed-issue-open-16", + "octicons/feed-issue-reopen-16", + "octicons/feed-merged-16", + "octicons/feed-person-16", + "octicons/feed-plus-16", + "octicons/feed-public-16", + "octicons/feed-pull-request-closed-16", + "octicons/feed-pull-request-draft-16", + "octicons/feed-pull-request-open-16", + "octicons/feed-repo-16", + "octicons/feed-rocket-16", + "octicons/feed-star-16", + "octicons/feed-tag-16", + "octicons/feed-trophy-16", + "octicons/file-16", + "octicons/file-24", + "octicons/file-added-16", + "octicons/file-badge-16", + "octicons/file-binary-16", + "octicons/file-binary-24", + "octicons/file-code-16", + "octicons/file-code-24", + "octicons/file-diff-16", + "octicons/file-diff-24", + "octicons/file-directory-16", + "octicons/file-directory-24", + "octicons/file-directory-fill-16", + "octicons/file-directory-fill-24", + "octicons/file-directory-open-fill-16", + "octicons/file-directory-symlink-16", + "octicons/file-directory-symlink-24", + "octicons/file-media-24", + "octicons/file-moved-16", + "octicons/file-removed-16", + "octicons/file-submodule-16", + "octicons/file-submodule-24", + "octicons/file-symlink-file-16", + "octicons/file-symlink-file-24", + "octicons/file-zip-16", + "octicons/file-zip-24", + "octicons/filter-16", + "octicons/filter-24", + "octicons/filter-remove-16", + "octicons/filter-remove-24", + "octicons/fiscal-host-16", + "octicons/flame-16", + "octicons/flame-24", + "octicons/fold-16", + "octicons/fold-24", + "octicons/fold-down-16", + "octicons/fold-down-24", + "octicons/fold-up-16", + "octicons/fold-up-24", + "octicons/gear-16", + "octicons/gear-24", + "octicons/gift-16", + "octicons/gift-24", + "octicons/git-branch-16", + "octicons/git-branch-24", + "octicons/git-commit-16", + "octicons/git-commit-24", + "octicons/git-compare-16", + "octicons/git-compare-24", + "octicons/git-merge-16", + "octicons/git-merge-24", + "octicons/git-merge-queue-16", + "octicons/git-merge-queue-24", + "octicons/git-pull-request-16", + "octicons/git-pull-request-24", + "octicons/git-pull-request-closed-16", + "octicons/git-pull-request-closed-24", + "octicons/git-pull-request-draft-16", + "octicons/git-pull-request-draft-24", + "octicons/globe-16", + "octicons/globe-24", + "octicons/goal-16", + "octicons/goal-24", + "octicons/grabber-16", + "octicons/grabber-24", + "octicons/graph-16", + "octicons/graph-24", + "octicons/hash-16", + "octicons/hash-24", + "octicons/heading-16", + "octicons/heading-24", + "octicons/heart-16", + "octicons/heart-24", + "octicons/heart-fill-16", + "octicons/heart-fill-24", + "octicons/history-16", + "octicons/history-24", + "octicons/home-16", + "octicons/home-24", + "octicons/home-fill-24", + "octicons/horizontal-rule-16", + "octicons/horizontal-rule-24", + "octicons/hourglass-16", + "octicons/hourglass-24", + "octicons/hubot-16", + "octicons/hubot-24", + "octicons/id-badge-16", + "octicons/image-16", + "octicons/image-24", + "octicons/inbox-16", + "octicons/inbox-24", + "octicons/infinity-16", + "octicons/infinity-24", + "octicons/info-16", + "octicons/info-24", + "octicons/issue-closed-16", + "octicons/issue-closed-24", + "octicons/issue-draft-16", + "octicons/issue-draft-24", + "octicons/issue-opened-16", + "octicons/issue-opened-24", + "octicons/issue-reopened-16", + "octicons/issue-reopened-24", + "octicons/issue-tracked-by-16", + "octicons/issue-tracked-by-24", + "octicons/issue-tracks-16", + "octicons/issue-tracks-24", + "octicons/italic-16", + "octicons/italic-24", + "octicons/iterations-16", + "octicons/iterations-24", + "octicons/kebab-horizontal-16", + "octicons/kebab-horizontal-24", + "octicons/key-16", + "octicons/key-24", + "octicons/key-asterisk-16", + "octicons/law-16", + "octicons/law-24", + "octicons/light-bulb-16", + "octicons/light-bulb-24", + "octicons/link-16", + "octicons/link-24", + "octicons/link-external-16", + "octicons/link-external-24", + "octicons/list-ordered-16", + "octicons/list-ordered-24", + "octicons/list-unordered-16", + "octicons/list-unordered-24", + "octicons/location-16", + "octicons/location-24", + "octicons/lock-16", + "octicons/lock-24", + "octicons/log-16", + "octicons/log-24", + "octicons/logo-gist-16", + "octicons/logo-github-16", + "octicons/mail-16", + "octicons/mail-24", + "octicons/mark-github-16", + "octicons/markdown-16", + "octicons/megaphone-16", + "octicons/megaphone-24", + "octicons/mention-16", + "octicons/mention-24", + "octicons/meter-16", + "octicons/milestone-16", + "octicons/milestone-24", + "octicons/mirror-16", + "octicons/mirror-24", + "octicons/moon-16", + "octicons/moon-24", + "octicons/mortar-board-16", + "octicons/mortar-board-24", + "octicons/move-to-bottom-16", + "octicons/move-to-bottom-24", + "octicons/move-to-end-16", + "octicons/move-to-end-24", + "octicons/move-to-start-16", + "octicons/move-to-start-24", + "octicons/move-to-top-16", + "octicons/move-to-top-24", + "octicons/multi-select-16", + "octicons/multi-select-24", + "octicons/mute-16", + "octicons/mute-24", + "octicons/no-entry-16", + "octicons/no-entry-24", + "octicons/no-entry-fill-12", + "octicons/north-star-16", + "octicons/north-star-24", + "octicons/note-16", + "octicons/note-24", + "octicons/number-16", + "octicons/number-24", + "octicons/organization-16", + "octicons/organization-24", + "octicons/package-16", + "octicons/package-24", + "octicons/package-dependencies-16", + "octicons/package-dependencies-24", + "octicons/package-dependents-16", + "octicons/package-dependents-24", + "octicons/paintbrush-16", + "octicons/paper-airplane-16", + "octicons/paper-airplane-24", + "octicons/paperclip-16", + "octicons/paperclip-24", + "octicons/passkey-fill-16", + "octicons/passkey-fill-24", + "octicons/paste-16", + "octicons/paste-24", + "octicons/pencil-16", + "octicons/pencil-24", + "octicons/people-16", + "octicons/people-24", + "octicons/person-16", + "octicons/person-24", + "octicons/person-add-16", + "octicons/person-add-24", + "octicons/person-fill-16", + "octicons/person-fill-24", + "octicons/pin-16", + "octicons/pin-24", + "octicons/pin-slash-16", + "octicons/pin-slash-24", + "octicons/pivot-column-16", + "octicons/pivot-column-24", + "octicons/play-16", + "octicons/play-24", + "octicons/plug-16", + "octicons/plug-24", + "octicons/plus-16", + "octicons/plus-24", + "octicons/plus-circle-16", + "octicons/plus-circle-24", + "octicons/project-16", + "octicons/project-24", + "octicons/project-roadmap-16", + "octicons/project-roadmap-24", + "octicons/project-symlink-16", + "octicons/project-symlink-24", + "octicons/project-template-16", + "octicons/project-template-24", + "octicons/pulse-16", + "octicons/pulse-24", + "octicons/question-16", + "octicons/question-24", + "octicons/quote-16", + "octicons/quote-24", + "octicons/read-16", + "octicons/read-24", + "octicons/redo-16", + "octicons/rel-file-path-16", + "octicons/rel-file-path-24", + "octicons/reply-16", + "octicons/reply-24", + "octicons/repo-16", + "octicons/repo-24", + "octicons/repo-clone-16", + "octicons/repo-clone-24", + "octicons/repo-deleted-16", + "octicons/repo-forked-16", + "octicons/repo-forked-24", + "octicons/repo-locked-16", + "octicons/repo-locked-24", + "octicons/repo-pull-16", + "octicons/repo-pull-24", + "octicons/repo-push-16", + "octicons/repo-push-24", + "octicons/repo-template-16", + "octicons/repo-template-24", + "octicons/report-16", + "octicons/report-24", + "octicons/rocket-16", + "octicons/rocket-24", + "octicons/rows-16", + "octicons/rows-24", + "octicons/rss-16", + "octicons/rss-24", + "octicons/ruby-16", + "octicons/ruby-24", + "octicons/screen-full-16", + "octicons/screen-full-24", + "octicons/screen-normal-16", + "octicons/screen-normal-24", + "octicons/search-16", + "octicons/search-24", + "octicons/server-16", + "octicons/server-24", + "octicons/share-16", + "octicons/share-24", + "octicons/share-android-16", + "octicons/share-android-24", + "octicons/shield-16", + "octicons/shield-24", + "octicons/shield-check-16", + "octicons/shield-check-24", + "octicons/shield-lock-16", + "octicons/shield-lock-24", + "octicons/shield-slash-16", + "octicons/shield-slash-24", + "octicons/shield-x-16", + "octicons/shield-x-24", + "octicons/sidebar-collapse-16", + "octicons/sidebar-collapse-24", + "octicons/sidebar-expand-16", + "octicons/sidebar-expand-24", + "octicons/sign-in-16", + "octicons/sign-in-24", + "octicons/sign-out-16", + "octicons/sign-out-24", + "octicons/single-select-16", + "octicons/single-select-24", + "octicons/skip-16", + "octicons/skip-24", + "octicons/skip-fill-16", + "octicons/skip-fill-24", + "octicons/sliders-16", + "octicons/smiley-16", + "octicons/smiley-24", + "octicons/sort-asc-16", + "octicons/sort-asc-24", + "octicons/sort-desc-16", + "octicons/sort-desc-24", + "octicons/sparkle-fill-16", + "octicons/sponsor-tiers-16", + "octicons/sponsor-tiers-24", + "octicons/square-16", + "octicons/square-24", + "octicons/square-fill-16", + "octicons/square-fill-24", + "octicons/squirrel-16", + "octicons/squirrel-24", + "octicons/stack-16", + "octicons/stack-24", + "octicons/star-16", + "octicons/star-24", + "octicons/star-fill-16", + "octicons/star-fill-24", + "octicons/stop-16", + "octicons/stop-24", + "octicons/stopwatch-16", + "octicons/stopwatch-24", + "octicons/strikethrough-16", + "octicons/strikethrough-24", + "octicons/sun-16", + "octicons/sun-24", + "octicons/sync-16", + "octicons/sync-24", + "octicons/tab-24", + "octicons/tab-external-16", + "octicons/table-16", + "octicons/table-24", + "octicons/tag-16", + "octicons/tag-24", + "octicons/tasklist-16", + "octicons/tasklist-24", + "octicons/telescope-16", + "octicons/telescope-24", + "octicons/telescope-fill-16", + "octicons/telescope-fill-24", + "octicons/terminal-16", + "octicons/terminal-24", + "octicons/three-bars-16", + "octicons/thumbsdown-16", + "octicons/thumbsdown-24", + "octicons/thumbsup-16", + "octicons/thumbsup-24", + "octicons/tools-16", + "octicons/tools-24", + "octicons/tracked-by-closed-completed-16", + "octicons/tracked-by-closed-completed-24", + "octicons/tracked-by-closed-not-planned-16", + "octicons/tracked-by-closed-not-planned-24", + "octicons/trash-16", + "octicons/trash-24", + "octicons/triangle-down-16", + "octicons/triangle-down-24", + "octicons/triangle-left-16", + "octicons/triangle-left-24", + "octicons/triangle-right-16", + "octicons/triangle-right-24", + "octicons/triangle-up-16", + "octicons/triangle-up-24", + "octicons/trophy-16", + "octicons/trophy-24", + "octicons/typography-16", + "octicons/typography-24", + "octicons/undo-16", + "octicons/unfold-16", + "octicons/unfold-24", + "octicons/unlink-16", + "octicons/unlink-24", + "octicons/unlock-16", + "octicons/unlock-24", + "octicons/unmute-16", + "octicons/unmute-24", + "octicons/unread-16", + "octicons/unread-24", + "octicons/unverified-16", + "octicons/unverified-24", + "octicons/upload-16", + "octicons/upload-24", + "octicons/verified-16", + "octicons/verified-24", + "octicons/versions-16", + "octicons/versions-24", + "octicons/video-16", + "octicons/video-24", + "octicons/webhook-16", + "octicons/workflow-16", + "octicons/workflow-24", + "octicons/x-12", + "octicons/x-16", + "octicons/x-24", + "octicons/x-circle-16", + "octicons/x-circle-24", + "octicons/x-circle-fill-12", + "octicons/x-circle-fill-16", + "octicons/x-circle-fill-24", + "octicons/zap-16", + "octicons/zap-24", + "octicons/zoom-in-16", + "octicons/zoom-in-24", + "octicons/zoom-out-16", + "octicons/zoom-out-24", + "simple/1001tracklists", + "simple/1password", + "simple/3m", + "simple/42", + "simple/4chan", + "simple/4d", + "simple/500px", + "simple/abbott", + "simple/abbrobotstudio", + "simple/abbvie", + "simple/abletonlive", + "simple/aboutdotme", + "simple/abstract", + "simple/academia", + "simple/accenture", + "simple/acclaim", + "simple/accusoft", + "simple/acer", + "simple/acm", + "simple/actigraph", + "simple/activision", + "simple/acura", + "simple/adafruit", + "simple/adblock", + "simple/adblockplus", + "simple/addthis", + "simple/adguard", + "simple/adidas", + "simple/adminer", + "simple/adobe", + "simple/adobeacrobatreader", + "simple/adobeaftereffects", + "simple/adobeaudition", + "simple/adobecreativecloud", + "simple/adobedreamweaver", + "simple/adobefonts", + "simple/adobeillustrator", + "simple/adobeindesign", + "simple/adobelightroom", + "simple/adobelightroomclassic", + "simple/adobephotoshop", + "simple/adobepremierepro", + "simple/adobexd", + "simple/adonisjs", + "simple/adp", + "simple/adroll", + "simple/adventofcode", + "simple/adyen", + "simple/aerlingus", + "simple/aeroflot", + "simple/aeromexico", + "simple/aerospike", + "simple/aew", + "simple/affine", + "simple/affinity", + "simple/affinitydesigner", + "simple/affinityphoto", + "simple/affinitypublisher", + "simple/aframe", + "simple/agora", + "simple/aib", + "simple/aidungeon", + "simple/aiohttp", + "simple/aiqfome", + "simple/airasia", + "simple/airbnb", + "simple/airbrakedotio", + "simple/airbus", + "simple/airbyte", + "simple/aircall", + "simple/aircanada", + "simple/airchina", + "simple/airfrance", + "simple/airindia", + "simple/airplayaudio", + "simple/airplayvideo", + "simple/airtable", + "simple/ajv", + "simple/akamai", + "simple/akaunting", + "simple/alacritty", + "simple/albertheijn", + "simple/alby", + "simple/alchemy", + "simple/aldinord", + "simple/aldisud", + "simple/alfaromeo", + "simple/alfred", + "simple/algolia", + "simple/algorand", + "simple/alibabacloud", + "simple/alibabadotcom", + "simple/alienware", + "simple/aliexpress", + "simple/alipay", + "simple/allegro", + "simple/alliedmodders", + "simple/allocine", + "simple/alltrails", + "simple/alpinedotjs", + "simple/alpinelinux", + "simple/alteryx", + "simple/altiumdesigner", + "simple/alwaysdata", + "simple/amazon", + "simple/amazonalexa", + "simple/amazonapigateway", + "simple/amazonaws", + "simple/amazoncloudwatch", + "simple/amazondocumentdb", + "simple/amazondynamodb", + "simple/amazonec2", + "simple/amazonecs", + "simple/amazoneks", + "simple/amazonfiretv", + "simple/amazongames", + "simple/amazoniam", + "simple/amazonlumberyard", + "simple/amazonluna", + "simple/amazonpay", + "simple/amazonprime", + "simple/amazonrds", + "simple/amazonredshift", + "simple/amazonroute53", + "simple/amazons3", + "simple/amazonsimpleemailservice", + "simple/amazonsqs", + "simple/amd", + "simple/ameba", + "simple/americanairlines", + "simple/americanexpress", + "simple/amg", + "simple/amp", + "simple/amul", + "simple/ana", + "simple/anaconda", + "simple/analogue", + "simple/anchor", + "simple/andela", + "simple/android", + "simple/androidauto", + "simple/androidstudio", + "simple/angellist", + "simple/angular", + "simple/angularjs", + "simple/angularuniversal", + "simple/anilist", + "simple/ansible", + "simple/answer", + "simple/ansys", + "simple/anta", + "simple/antdesign", + "simple/antena3", + "simple/anydesk", + "simple/aol", + "simple/apache", + "simple/apacheairflow", + "simple/apacheant", + "simple/apachecassandra", + "simple/apachecloudstack", + "simple/apachecordova", + "simple/apachecouchdb", + "simple/apachedruid", + "simple/apacheecharts", + "simple/apacheflink", + "simple/apachegroovy", + "simple/apachehadoop", + "simple/apachehive", + "simple/apachejmeter", + "simple/apachekafka", + "simple/apachekylin", + "simple/apachemaven", + "simple/apachenetbeanside", + "simple/apacheopenoffice", + "simple/apacheparquet", + "simple/apachepulsar", + "simple/apacherocketmq", + "simple/apachesolr", + "simple/apachespark", + "simple/apachestorm", + "simple/apachetomcat", + "simple/aparat", + "simple/apifox", + "simple/apollographql", + "simple/apostrophe", + "simple/appian", + "simple/apple", + "simple/applearcade", + "simple/applemusic", + "simple/applenews", + "simple/applepay", + "simple/applepodcasts", + "simple/appletv", + "simple/appsignal", + "simple/appsmith", + "simple/appstore", + "simple/appveyor", + "simple/appwrite", + "simple/aqua", + "simple/aral", + "simple/arangodb", + "simple/arcgis", + "simple/archicad", + "simple/archiveofourown", + "simple/archlinux", + "simple/ardour", + "simple/arduino", + "simple/argo", + "simple/argos", + "simple/ariakit", + "simple/arkecosystem", + "simple/arlo", + "simple/arm", + "simple/armkeil", + "simple/arstechnica", + "simple/artifacthub", + "simple/artixlinux", + "simple/artstation", + "simple/arxiv", + "simple/asana", + "simple/asciidoctor", + "simple/asciinema", + "simple/asda", + "simple/aseprite", + "simple/askfm", + "simple/askubuntu", + "simple/assemblyscript", + "simple/astonmartin", + "simple/astro", + "simple/asus", + "simple/atandt", + "simple/atari", + "simple/atlassian", + "simple/atom", + "simple/auchan", + "simple/audacity", + "simple/audi", + "simple/audible", + "simple/audioboom", + "simple/audiomack", + "simple/audiotechnica", + "simple/aurelia", + "simple/auth0", + "simple/authelia", + "simple/authy", + "simple/autodesk", + "simple/autodeskrevit", + "simple/autohotkey", + "simple/automattic", + "simple/autoprefixer", + "simple/avajs", + "simple/avast", + "simple/avira", + "simple/awesomelists", + "simple/awesomewm", + "simple/awsamplify", + "simple/awsfargate", + "simple/awslambda", + "simple/awsorganizations", + "simple/axios", + "simple/azureartifacts", + "simple/azuredataexplorer", + "simple/azuredevops", + "simple/azurefunctions", + "simple/azurepipelines", + "simple/babel", + "simple/babylondotjs", + "simple/backblaze", + "simple/backbonedotjs", + "simple/backendless", + "simple/backstage", + "simple/badgr", + "simple/badoo", + "simple/baidu", + "simple/bamboo", + "simple/bandcamp", + "simple/bandlab", + "simple/bandrautomation", + "simple/bandsintown", + "simple/bankofamerica", + "simple/barclays", + "simple/baremetrics", + "simple/basecamp", + "simple/bastyon", + "simple/bata", + "simple/bathasu", + "simple/battledotnet", + "simple/bbc", + "simple/bbciplayer", + "simple/beatport", + "simple/beats", + "simple/beatsbydre", + "simple/behance", + "simple/beijingsubway", + "simple/bem", + "simple/bentley", + "simple/bento", + "simple/bentoml", + "simple/betfair", + "simple/bigbasket", + "simple/bigbluebutton", + "simple/bigcartel", + "simple/bigcommerce", + "simple/bilibili", + "simple/billboard", + "simple/bim", + "simple/binance", + "simple/biolink", + "simple/bisecthosting", + "simple/bit", + "simple/bitbucket", + "simple/bitcoin", + "simple/bitcoincash", + "simple/bitcoinsv", + "simple/bitdefender", + "simple/bitly", + "simple/bitrise", + "simple/bitwarden", + "simple/bitwig", + "simple/blackberry", + "simple/blazemeter", + "simple/blazor", + "simple/blender", + "simple/blockchaindotcom", + "simple/blogger", + "simple/bloglovin", + "simple/blueprint", + "simple/bluetooth", + "simple/bmcsoftware", + "simple/bmw", + "simple/boardgamegeek", + "simple/boehringeringelheim", + "simple/boeing", + "simple/bombardier", + "simple/bookalope", + "simple/bookbub", + "simple/bookmeter", + "simple/bookmyshow", + "simple/bookstack", + "simple/boost", + "simple/boots", + "simple/bootstrap", + "simple/borgbackup", + "simple/bosch", + "simple/bose", + "simple/botblecms", + "simple/boulanger", + "simple/bower", + "simple/box", + "simple/boxysvg", + "simple/brandfolder", + "simple/brave", + "simple/breaker", + "simple/brevo", + "simple/britishairways", + "simple/broadcom", + "simple/bsd", + "simple/bspwm", + "simple/bt", + "simple/buddy", + "simple/budibase", + "simple/buefy", + "simple/buffer", + "simple/bugatti", + "simple/bugcrowd", + "simple/bugsnag", + "simple/buildkite", + "simple/bukalapak", + "simple/bulma", + "simple/bun", + "simple/bunq", + "simple/burgerking", + "simple/burton", + "simple/buymeacoffee", + "simple/buzzfeed", + "simple/bvg", + "simple/byjus", + "simple/byte", + "simple/bytedance", + "simple/c", + "simple/cachet", + "simple/caddy", + "simple/cadillac", + "simple/cafepress", + "simple/caffeine", + "simple/cairographics", + "simple/cairometro", + "simple/cakephp", + "simple/campaignmonitor", + "simple/canonical", + "simple/canva", + "simple/capacitor", + "simple/cardano", + "simple/carrd", + "simple/carrefour", + "simple/carthrottle", + "simple/carto", + "simple/cashapp", + "simple/castbox", + "simple/castorama", + "simple/castro", + "simple/caterpillar", + "simple/cbs", + "simple/cdprojekt", + "simple/celery", + "simple/centos", + "simple/ceph", + "simple/cesium", + "simple/chai", + "simple/chainguard", + "simple/chainlink", + "simple/chakraui", + "simple/channel4", + "simple/chartdotjs", + "simple/chartmogul", + "simple/chase", + "simple/chatbot", + "simple/chatwoot", + "simple/checkio", + "simple/checkmarx", + "simple/checkmk", + "simple/chef", + "simple/chemex", + "simple/chevrolet", + "simple/chianetwork", + "simple/chinaeasternairlines", + "simple/chinasouthernairlines", + "simple/chocolatey", + "simple/chromatic", + "simple/chromecast", + "simple/chrysler", + "simple/chupachups", + "simple/cilium", + "simple/cinema4d", + "simple/circle", + "simple/circleci", + "simple/circuitverse", + "simple/cirrusci", + "simple/cisco", + "simple/citrix", + "simple/citroen", + "simple/civicrm", + "simple/civo", + "simple/ckeditor4", + "simple/clarifai", + "simple/claris", + "simple/clarivate", + "simple/clickhouse", + "simple/clickup", + "simple/clion", + "simple/cliqz", + "simple/clockify", + "simple/clojure", + "simple/cloud66", + "simple/cloudbees", + "simple/cloudcannon", + "simple/cloudera", + "simple/cloudflare", + "simple/cloudflarepages", + "simple/cloudfoundry", + "simple/cloudsmith", + "simple/cloudways", + "simple/clubhouse", + "simple/clyp", + "simple/cmake", + "simple/cncf", + "simple/cnn", + "simple/cocacola", + "simple/cockpit", + "simple/cockroachlabs", + "simple/cocoapods", + "simple/cocos", + "simple/coda", + "simple/codacy", + "simple/codeberg", + "simple/codecademy", + "simple/codeceptjs", + "simple/codechef", + "simple/codeclimate", + "simple/codecov", + "simple/codefactor", + "simple/codeforces", + "simple/codeigniter", + "simple/codemagic", + "simple/codemirror", + "simple/codenewbie", + "simple/codepen", + "simple/codeproject", + "simple/codereview", + "simple/codersrank", + "simple/coderwall", + "simple/codesandbox", + "simple/codeship", + "simple/codesignal", + "simple/codestream", + "simple/codewars", + "simple/codingame", + "simple/codingninjas", + "simple/codio", + "simple/coffeescript", + "simple/cognizant", + "simple/coil", + "simple/coinbase", + "simple/coinmarketcap", + "simple/commerzbank", + "simple/commitlint", + "simple/commodore", + "simple/commonworkflowlanguage", + "simple/compilerexplorer", + "simple/composer", + "simple/comptia", + "simple/comsol", + "simple/conan", + "simple/concourse", + "simple/condaforge", + "simple/conekta", + "simple/confluence", + "simple/construct3", + "simple/consul", + "simple/contactlesspayment", + "simple/containerd", + "simple/contao", + "simple/contentful", + "simple/conventionalcommits", + "simple/convertio", + "simple/cookiecutter", + "simple/coop", + "simple/cora", + "simple/coronaengine", + "simple/coronarenderer", + "simple/corsair", + "simple/couchbase", + "simple/counterstrike", + "simple/countingworkspro", + "simple/coursera", + "simple/coveralls", + "simple/cpanel", + "simple/cplusplus", + "simple/cplusplusbuilder", + "simple/craftcms", + "simple/craftsman", + "simple/cratedb", + "simple/crayon", + "simple/creality", + "simple/createreactapp", + "simple/creativecommons", + "simple/creativetechnology", + "simple/credly", + "simple/crehana", + "simple/criticalrole", + "simple/crowdin", + "simple/crowdsource", + "simple/crunchbase", + "simple/crunchyroll", + "simple/cryengine", + "simple/crystal", + "simple/csharp", + "simple/css3", + "simple/cssmodules", + "simple/csswizardry", + "simple/cts", + "simple/cucumber", + "simple/cultura", + "simple/curl", + "simple/curseforge", + "simple/cyberdefenders", + "simple/cycling74", + "simple/cypress", + "simple/cytoscapedotjs", + "simple/d", + "simple/d3dotjs", + "simple/dacia", + "simple/daf", + "simple/dailymotion", + "simple/daimler", + "simple/daisyui", + "simple/dapr", + "simple/darkreader", + "simple/dart", + "simple/darty", + "simple/daserste", + "simple/dash", + "simple/dashlane", + "simple/dask", + "simple/dassaultsystemes", + "simple/databricks", + "simple/datacamp", + "simple/datadog", + "simple/datadotai", + "simple/datagrip", + "simple/dataiku", + "simple/datastax", + "simple/dataverse", + "simple/datocms", + "simple/datto", + "simple/dazn", + "simple/dblp", + "simple/dbt", + "simple/dcentertainment", + "simple/debian", + "simple/decapcms", + "simple/dedge", + "simple/deepin", + "simple/deepnote", + "simple/deezer", + "simple/delicious", + "simple/deliveroo", + "simple/dell", + "simple/delonghi", + "simple/delphi", + "simple/delta", + "simple/deno", + "simple/denon", + "simple/dependabot", + "simple/dependencycheck", + "simple/derspiegel", + "simple/designernews", + "simple/deutschebahn", + "simple/deutschebank", + "simple/devdotto", + "simple/devexpress", + "simple/deviantart", + "simple/devpost", + "simple/devrant", + "simple/dgraph", + "simple/dhl", + "simple/diagramsdotnet", + "simple/dialogflow", + "simple/diaspora", + "simple/digg", + "simple/digikeyelectronics", + "simple/digitalocean", + "simple/dior", + "simple/directus", + "simple/discogs", + "simple/discord", + "simple/discourse", + "simple/discover", + "simple/disqus", + "simple/disroot", + "simple/distrokid", + "simple/django", + "simple/dlib", + "simple/dlna", + "simple/dm", + "simple/docker", + "simple/docsdotrs", + "simple/docsify", + "simple/docusaurus", + "simple/docusign", + "simple/dogecoin", + "simple/doi", + "simple/dolby", + "simple/doordash", + "simple/dotenv", + "simple/dotnet", + "simple/douban", + "simple/doubanread", + "simple/dovecot", + "simple/dpd", + "simple/dragonframe", + "simple/draugiemdotlv", + "simple/dribbble", + "simple/drone", + "simple/drooble", + "simple/dropbox", + "simple/drupal", + "simple/dsautomobiles", + "simple/dts", + "simple/dtube", + "simple/ducati", + "simple/duckdb", + "simple/duckduckgo", + "simple/dungeonsanddragons", + "simple/dunked", + "simple/duolingo", + "simple/dvc", + "simple/dwavesystems", + "simple/dwm", + "simple/dynamics365", + "simple/dynatrace", + "simple/e", + "simple/e3", + "simple/ea", + "simple/eagle", + "simple/easyeda", + "simple/easyjet", + "simple/ebay", + "simple/ebox", + "simple/eclipseadoptium", + "simple/eclipseche", + "simple/eclipseide", + "simple/eclipsejetty", + "simple/eclipsemosquitto", + "simple/eclipsevertdotx", + "simple/edeka", + "simple/editorconfig", + "simple/edotleclerc", + "simple/edx", + "simple/egghead", + "simple/egnyte", + "simple/eightsleep", + "simple/elastic", + "simple/elasticcloud", + "simple/elasticsearch", + "simple/elasticstack", + "simple/elavon", + "simple/electron", + "simple/electronbuilder", + "simple/electronfiddle", + "simple/element", + "simple/elementary", + "simple/elementor", + "simple/eleventy", + "simple/elgato", + "simple/elixir", + "simple/eljueves", + "simple/ello", + "simple/elm", + "simple/elsevier", + "simple/embarcadero", + "simple/emberdotjs", + "simple/emby", + "simple/emirates", + "simple/emlakjet", + "simple/empirekred", + "simple/engadget", + "simple/enpass", + "simple/enterprisedb", + "simple/envato", + "simple/envoyproxy", + "simple/epel", + "simple/epicgames", + "simple/epson", + "simple/equinixmetal", + "simple/ericsson", + "simple/erlang", + "simple/esbuild", + "simple/esea", + "simple/eslgaming", + "simple/eslint", + "simple/esphome", + "simple/espressif", + "simple/esri", + "simple/etcd", + "simple/ethereum", + "simple/ethiopianairlines", + "simple/etihadairways", + "simple/etsy", + "simple/eventbrite", + "simple/eventstore", + "simple/evernote", + "simple/exercism", + "simple/exordo", + "simple/exoscale", + "simple/expensify", + "simple/expertsexchange", + "simple/expo", + "simple/express", + "simple/expressvpn", + "simple/eyeem", + "simple/f1", + "simple/f5", + "simple/facebook", + "simple/facebookgaming", + "simple/facebooklive", + "simple/faceit", + "simple/facepunch", + "simple/falco", + "simple/falcon", + "simple/fampay", + "simple/fandango", + "simple/fandom", + "simple/fanfou", + "simple/fantom", + "simple/fareharbor", + "simple/farfetch", + "simple/fastapi", + "simple/fastify", + "simple/fastlane", + "simple/fastly", + "simple/fathom", + "simple/fauna", + "simple/favro", + "simple/fdroid", + "simple/feathub", + "simple/fedex", + "simple/fedora", + "simple/feedly", + "simple/ferrari", + "simple/ferrarinv", + "simple/ferretdb", + "simple/ffmpeg", + "simple/fi", + "simple/fiat", + "simple/fidoalliance", + "simple/fifa", + "simple/fig", + "simple/figma", + "simple/figshare", + "simple/fila", + "simple/files", + "simple/filezilla", + "simple/fing", + "simple/firebase", + "simple/firefish", + "simple/fireflyiii", + "simple/firefox", + "simple/firefoxbrowser", + "simple/fireship", + "simple/firewalla", + "simple/first", + "simple/fitbit", + "simple/fite", + "simple/fivem", + "simple/fiverr", + "simple/flask", + "simple/flat", + "simple/flathub", + "simple/flatpak", + "simple/flattr", + "simple/flickr", + "simple/flightaware", + "simple/flipboard", + "simple/flipkart", + "simple/floatplane", + "simple/flood", + "simple/fluentbit", + "simple/fluentd", + "simple/fluke", + "simple/flutter", + "simple/flux", + "simple/fluxus", + "simple/flyway", + "simple/fmod", + "simple/fnac", + "simple/folium", + "simple/fonoma", + "simple/fontawesome", + "simple/fontbase", + "simple/fontforge", + "simple/foodpanda", + "simple/ford", + "simple/forestry", + "simple/forgejo", + "simple/formstack", + "simple/fortinet", + "simple/fortran", + "simple/fossa", + "simple/fossilscm", + "simple/foursquare", + "simple/foursquarecityguide", + "simple/fox", + "simple/foxtel", + "simple/fozzy", + "simple/framer", + "simple/framework7", + "simple/franprix", + "simple/fraunhofergesellschaft", + "simple/freebsd", + "simple/freecodecamp", + "simple/freedesktopdotorg", + "simple/freelancer", + "simple/freenas", + "simple/freepik", + "simple/frontendmentor", + "simple/frontify", + "simple/fsecure", + "simple/fsharp", + "simple/fugacloud", + "simple/fujifilm", + "simple/fujitsu", + "simple/funimation", + "simple/furaffinity", + "simple/furrynetwork", + "simple/futurelearn", + "simple/g2", + "simple/g2a", + "simple/gameandwatch", + "simple/gamebanana", + "simple/gamedeveloper", + "simple/gamejolt", + "simple/gamemaker", + "simple/garmin", + "simple/gatling", + "simple/gatsby", + "simple/gdal", + "simple/geant", + "simple/geeksforgeeks", + "simple/generalelectric", + "simple/generalmotors", + "simple/genius", + "simple/gentoo", + "simple/geocaching", + "simple/gerrit", + "simple/ghost", + "simple/ghostery", + "simple/gimp", + "simple/giphy", + "simple/git", + "simple/gitbook", + "simple/gitea", + "simple/gitee", + "simple/gitextensions", + "simple/github", + "simple/githubactions", + "simple/githubpages", + "simple/githubsponsors", + "simple/gitignoredotio", + "simple/gitkraken", + "simple/gitlab", + "simple/gitlfs", + "simple/gitpod", + "simple/gitter", + "simple/glassdoor", + "simple/glitch", + "simple/globus", + "simple/gmail", + "simple/gnome", + "simple/gnometerminal", + "simple/gnu", + "simple/gnubash", + "simple/gnuemacs", + "simple/gnuicecat", + "simple/gnuprivacyguard", + "simple/gnusocial", + "simple/go", + "simple/gocd", + "simple/godaddy", + "simple/godotengine", + "simple/gofundme", + "simple/gogdotcom", + "simple/goland", + "simple/goldenline", + "simple/goodreads", + "simple/google", + "simple/googleadmob", + "simple/googleads", + "simple/googleadsense", + "simple/googleanalytics", + "simple/googleappsscript", + "simple/googleassistant", + "simple/googlebard", + "simple/googlebigquery", + "simple/googlecalendar", + "simple/googlecardboard", + "simple/googlechat", + "simple/googlechrome", + "simple/googleclassroom", + "simple/googlecloud", + "simple/googlecloudcomposer", + "simple/googlecolab", + "simple/googlecontaineroptimizedos", + "simple/googledatastudio", + "simple/googledocs", + "simple/googledomains", + "simple/googledrive", + "simple/googleearth", + "simple/googleearthengine", + "simple/googlefit", + "simple/googlefonts", + "simple/googleforms", + "simple/googlehangouts", + "simple/googlehome", + "simple/googlekeep", + "simple/googlelens", + "simple/googlemaps", + "simple/googlemarketingplatform", + "simple/googlemeet", + "simple/googlemessages", + "simple/googlemybusiness", + "simple/googlenearby", + "simple/googlenews", + "simple/googleoptimize", + "simple/googlepay", + "simple/googlephotos", + "simple/googleplay", + "simple/googlepodcasts", + "simple/googlescholar", + "simple/googlesearchconsole", + "simple/googlesheets", + "simple/googleslides", + "simple/googlestreetview", + "simple/googletagmanager", + "simple/googletranslate", + "simple/gotomeeting", + "simple/grab", + "simple/gradle", + "simple/gradleplaypublisher", + "simple/grafana", + "simple/grammarly", + "simple/grandfrais", + "simple/graphql", + "simple/grav", + "simple/gravatar", + "simple/graylog", + "simple/greenhouse", + "simple/greensock", + "simple/griddotai", + "simple/gridsome", + "simple/groupme", + "simple/groupon", + "simple/grubhub", + "simple/grunt", + "simple/gsk", + "simple/gstreamer", + "simple/gtk", + "simple/guangzhoumetro", + "simple/guilded", + "simple/gulp", + "simple/gumroad", + "simple/gumtree", + "simple/gunicorn", + "simple/gurobi", + "simple/gutenberg", + "simple/h3", + "simple/habr", + "simple/hackaday", + "simple/hackclub", + "simple/hackerearth", + "simple/hackernoon", + "simple/hackerone", + "simple/hackerrank", + "simple/hackster", + "simple/hackthebox", + "simple/hal", + "simple/handlebarsdotjs", + "simple/handm", + "simple/handshake", + "simple/handshake_protocol", + "simple/happycow", + "simple/harbor", + "simple/harmonyos", + "simple/hashicorp", + "simple/hashnode", + "simple/haskell", + "simple/hasura", + "simple/hatenabookmark", + "simple/haveibeenpwned", + "simple/haxe", + "simple/hbo", + "simple/hcl", + "simple/headlessui", + "simple/headspace", + "simple/hearth", + "simple/hearthisdotat", + "simple/hedera", + "simple/hellofresh", + "simple/hellyhansen", + "simple/helm", + "simple/helpdesk", + "simple/helpscout", + "simple/here", + "simple/heroku", + "simple/hetzner", + "simple/hexlet", + "simple/hexo", + "simple/hey", + "simple/hibernate", + "simple/hibob", + "simple/hilton", + "simple/hitachi", + "simple/hive", + "simple/hive_blockchain", + "simple/homeadvisor", + "simple/homeassistant", + "simple/homeassistantcommunitystore", + "simple/homebrew", + "simple/homebridge", + "simple/homify", + "simple/honda", + "simple/honey", + "simple/honor", + "simple/hootsuite", + "simple/hoppscotch", + "simple/hotelsdotcom", + "simple/hotjar", + "simple/hotwire", + "simple/houdini", + "simple/houzz", + "simple/hp", + "simple/hsbc", + "simple/html5", + "simple/htmlacademy", + "simple/htop", + "simple/httpie", + "simple/huawei", + "simple/hubspot", + "simple/hugo", + "simple/hulu", + "simple/humblebundle", + "simple/hungryjacks", + "simple/hurriyetemlak", + "simple/husqvarna", + "simple/hyper", + "simple/hyperledger", + "simple/hypothesis", + "simple/hyundai", + "simple/i18next", + "simple/i3", + "simple/iata", + "simple/ibeacon", + "simple/ibm", + "simple/ibmcloud", + "simple/ibmwatson", + "simple/iced", + "simple/iceland", + "simple/icinga", + "simple/icloud", + "simple/icomoon", + "simple/icon", + "simple/iconfinder", + "simple/iconify", + "simple/iconjar", + "simple/icons8", + "simple/icq", + "simple/ieee", + "simple/ifixit", + "simple/ifood", + "simple/ifttt", + "simple/igdb", + "simple/iheartradio", + "simple/ikea", + "simple/iledefrancemobilites", + "simple/imagej", + "simple/imdb", + "simple/imgur", + "simple/immer", + "simple/immich", + "simple/imou", + "simple/improvmx", + "simple/indeed", + "simple/indigo", + "simple/inertia", + "simple/infiniti", + "simple/influxdb", + "simple/infoq", + "simple/informatica", + "simple/infosys", + "simple/infracost", + "simple/ingress", + "simple/inkdrop", + "simple/inkscape", + "simple/insomnia", + "simple/instacart", + "simple/instagram", + "simple/instapaper", + "simple/instatus", + "simple/instructables", + "simple/instructure", + "simple/integromat", + "simple/intel", + "simple/intellijidea", + "simple/interactiondesignfoundation", + "simple/interactjs", + "simple/interbase", + "simple/intercom", + "simple/intermarche", + "simple/internetarchive", + "simple/internetcomputer", + "simple/internetexplorer", + "simple/intigriti", + "simple/intuit", + "simple/invision", + "simple/invoiceninja", + "simple/iobroker", + "simple/ionic", + "simple/ionos", + "simple/ios", + "simple/iota", + "simple/ipfs", + "simple/iris", + "simple/isc2", + "simple/iscsquared", + "simple/issuu", + "simple/istio", + "simple/itchdotio", + "simple/iterm2", + "simple/itunes", + "simple/itvx", + "simple/iveco", + "simple/jabber", + "simple/jaguar", + "simple/jamboard", + "simple/jameson", + "simple/jamstack", + "simple/jasmine", + "simple/javascript", + "simple/jbl", + "simple/jcb", + "simple/jeep", + "simple/jekyll", + "simple/jellyfin", + "simple/jenkins", + "simple/jenkinsx", + "simple/jest", + "simple/jet", + "simple/jetblue", + "simple/jetbrains", + "simple/jetpackcompose", + "simple/jfrog", + "simple/jfrogbintray", + "simple/jfrogpipelines", + "simple/jinja", + "simple/jira", + "simple/jirasoftware", + "simple/jitsi", + "simple/johndeere", + "simple/joomla", + "simple/joplin", + "simple/jordan", + "simple/jovian", + "simple/jpeg", + "simple/jquery", + "simple/jrgroup", + "simple/jsdelivr", + "simple/jsfiddle", + "simple/json", + "simple/jsonwebtokens", + "simple/jss", + "simple/juce", + "simple/juejin", + "simple/juke", + "simple/julia", + "simple/junipernetworks", + "simple/junit5", + "simple/jupyter", + "simple/justeat", + "simple/justgiving", + "simple/k3s", + "simple/k6", + "simple/kaggle", + "simple/kahoot", + "simple/kaios", + "simple/kakao", + "simple/kakaotalk", + "simple/kalilinux", + "simple/kamailio", + "simple/kaniko", + "simple/karlsruherverkehrsverbund", + "simple/kasasmart", + "simple/kashflow", + "simple/kaspersky", + "simple/katacoda", + "simple/katana", + "simple/kaufland", + "simple/kde", + "simple/kdenlive", + "simple/kedro", + "simple/keepachangelog", + "simple/keepassxc", + "simple/kentico", + "simple/keras", + "simple/keybase", + "simple/keycdn", + "simple/keystone", + "simple/kfc", + "simple/khanacademy", + "simple/khronosgroup", + "simple/kia", + "simple/kibana", + "simple/kicad", + "simple/kickstarter", + "simple/kik", + "simple/kingstontechnology", + "simple/kinopoisk", + "simple/kinsta", + "simple/kirby", + "simple/kit", + "simple/kitsu", + "simple/klarna", + "simple/klm", + "simple/klook", + "simple/knative", + "simple/knowledgebase", + "simple/known", + "simple/koa", + "simple/koc", + "simple/kodak", + "simple/kodi", + "simple/kofax", + "simple/kofi", + "simple/komoot", + "simple/konami", + "simple/kong", + "simple/kongregate", + "simple/konva", + "simple/kotlin", + "simple/koyeb", + "simple/krita", + "simple/ktm", + "simple/kuaishou", + "simple/kubernetes", + "simple/kubuntu", + "simple/kuma", + "simple/kuula", + "simple/kyocera", + "simple/labview", + "simple/lada", + "simple/lamborghini", + "simple/landrover", + "simple/lapce", + "simple/laragon", + "simple/laravel", + "simple/laravelhorizon", + "simple/laravelnova", + "simple/lastdotfm", + "simple/lastpass", + "simple/latex", + "simple/launchpad", + "simple/lazarus", + "simple/lbry", + "simple/leaderprice", + "simple/leaflet", + "simple/leagueoflegends", + "simple/leanpub", + "simple/leetcode", + "simple/legacygames", + "simple/leica", + "simple/lemmy", + "simple/lenovo", + "simple/lens", + "simple/leptos", + "simple/lerna", + "simple/leroymerlin", + "simple/less", + "simple/letsencrypt", + "simple/letterboxd", + "simple/levelsdotfyi", + "simple/lg", + "simple/lgtm", + "simple/liberadotchat", + "simple/liberapay", + "simple/librariesdotio", + "simple/librarything", + "simple/libreoffice", + "simple/libuv", + "simple/lichess", + "simple/lidl", + "simple/lifx", + "simple/lightburn", + "simple/lighthouse", + "simple/lightning", + "simple/line", + "simple/lineageos", + "simple/linear", + "simple/linkedin", + "simple/linkerd", + "simple/linkfire", + "simple/linktree", + "simple/linux", + "simple/linuxcontainers", + "simple/linuxfoundation", + "simple/linuxmint", + "simple/lionair", + "simple/liquibase", + "simple/lit", + "simple/litecoin", + "simple/litiengine", + "simple/livechat", + "simple/livejournal", + "simple/livewire", + "simple/llvm", + "simple/lmms", + "simple/local", + "simple/lodash", + "simple/logitech", + "simple/logmein", + "simple/logseq", + "simple/logstash", + "simple/looker", + "simple/loom", + "simple/loop", + "simple/loopback", + "simple/lospec", + "simple/lotpolishairlines", + "simple/ltspice", + "simple/lua", + "simple/lubuntu", + "simple/ludwig", + "simple/lufthansa", + "simple/lumen", + "simple/lunacy", + "simple/lutris", + "simple/lydia", + "simple/lyft", + "simple/maas", + "simple/macos", + "simple/macpaw", + "simple/macys", + "simple/magasinsu", + "simple/magento", + "simple/magisk", + "simple/mailchimp", + "simple/maildotcom", + "simple/maildotru", + "simple/mailgun", + "simple/majorleaguehacking", + "simple/makerbot", + "simple/mambaui", + "simple/mamp", + "simple/man", + "simple/manageiq", + "simple/manjaro", + "simple/mantine", + "simple/mapbox", + "simple/maplibre", + "simple/mariadb", + "simple/mariadbfoundation", + "simple/markdown", + "simple/marketo", + "simple/marko", + "simple/marriott", + "simple/marvelapp", + "simple/maserati", + "simple/mastercard", + "simple/mastercomfig", + "simple/mastodon", + "simple/materialdesign", + "simple/materialdesignicons", + "simple/matillion", + "simple/matomo", + "simple/matrix", + "simple/matterdotjs", + "simple/mattermost", + "simple/matternet", + "simple/mautic", + "simple/max", + "simple/maxplanckgesellschaft", + "simple/maytag", + "simple/mazda", + "simple/mcafee", + "simple/mcdonalds", + "simple/mclaren", + "simple/mdbook", + "simple/mdnwebdocs", + "simple/mdx", + "simple/mediafire", + "simple/mediamarkt", + "simple/mediatek", + "simple/mediatemple", + "simple/medibangpaint", + "simple/medium", + "simple/meetup", + "simple/mega", + "simple/meilisearch", + "simple/mendeley", + "simple/mercadopago", + "simple/mercedes", + "simple/merck", + "simple/mercurial", + "simple/messenger", + "simple/meta", + "simple/metabase", + "simple/metafilter", + "simple/meteor", + "simple/metro", + "simple/metrodelaciudaddemexico", + "simple/metrodemadrid", + "simple/metrodeparis", + "simple/mewe", + "simple/mg", + "simple/microbit", + "simple/microdotblog", + "simple/microeditor", + "simple/microgenetics", + "simple/micropython", + "simple/microsoft", + "simple/microsoftacademic", + "simple/microsoftaccess", + "simple/microsoftazure", + "simple/microsoftbing", + "simple/microsoftedge", + "simple/microsoftexcel", + "simple/microsoftexchange", + "simple/microsoftoffice", + "simple/microsoftonedrive", + "simple/microsoftonenote", + "simple/microsoftoutlook", + "simple/microsoftpowerpoint", + "simple/microsoftsharepoint", + "simple/microsoftsqlserver", + "simple/microsoftteams", + "simple/microsofttranslator", + "simple/microsoftvisio", + "simple/microsoftword", + "simple/microstation", + "simple/microstrategy", + "simple/midi", + "simple/mikrotik", + "simple/milvus", + "simple/minds", + "simple/minecraft", + "simple/minetest", + "simple/mini", + "simple/minio", + "simple/minutemailer", + "simple/miraheze", + "simple/miro", + "simple/misskey", + "simple/mitsubishi", + "simple/mix", + "simple/mixcloud", + "simple/mixpanel", + "simple/mlb", + "simple/mlflow", + "simple/mobx", + "simple/mobxstatetree", + "simple/mocha", + "simple/mockserviceworker", + "simple/modin", + "simple/modrinth", + "simple/modx", + "simple/mojangstudios", + "simple/moleculer", + "simple/momenteo", + "simple/monero", + "simple/moneygram", + "simple/mongodb", + "simple/mongoose", + "simple/mongoosedotws", + "simple/monica", + "simple/monkeytie", + "simple/monkeytype", + "simple/monogame", + "simple/monoprix", + "simple/monster", + "simple/monzo", + "simple/moo", + "simple/moonrepo", + "simple/morrisons", + "simple/moscowmetro", + "simple/motorola", + "simple/mozilla", + "simple/mqtt", + "simple/msi", + "simple/msibusiness", + "simple/mta", + "simple/mtr", + "simple/mubi", + "simple/mui", + "simple/mulesoft", + "simple/muller", + "simple/multisim", + "simple/mumble", + "simple/musescore", + "simple/musicbrainz", + "simple/mxlinux", + "simple/myanimelist", + "simple/myob", + "simple/myspace", + "simple/mysql", + "simple/n26", + "simple/namebase", + "simple/namecheap", + "simple/nano", + "simple/nasa", + "simple/nationalgrid", + "simple/nativescript", + "simple/natsdotio", + "simple/naver", + "simple/nba", + "simple/nbb", + "simple/nbc", + "simple/ndr", + "simple/near", + "simple/nec", + "simple/neo4j", + "simple/neovim", + "simple/nestjs", + "simple/netapp", + "simple/netbsd", + "simple/netflix", + "simple/netlify", + "simple/nette", + "simple/netto", + "simple/neutralinojs", + "simple/newbalance", + "simple/newegg", + "simple/newjapanprowrestling", + "simple/newrelic", + "simple/newyorktimes", + "simple/nextbilliondotai", + "simple/nextcloud", + "simple/nextdoor", + "simple/nextdotjs", + "simple/nextra", + "simple/nfc", + "simple/nginx", + "simple/nginxproxymanager", + "simple/ngrok", + "simple/ngrx", + "simple/niconico", + "simple/nike", + "simple/nikon", + "simple/nim", + "simple/nintendo", + "simple/nintendo3ds", + "simple/nintendogamecube", + "simple/nintendonetwork", + "simple/nintendoswitch", + "simple/nissan", + "simple/nixos", + "simple/nodedotjs", + "simple/nodemon", + "simple/nodered", + "simple/nokia", + "simple/norco", + "simple/nordvpn", + "simple/normalizedotcss", + "simple/norwegian", + "simple/notepadplusplus", + "simple/notion", + "simple/notist", + "simple/nounproject", + "simple/novu", + "simple/now", + "simple/npm", + "simple/nrwl", + "simple/nubank", + "simple/nucleo", + "simple/nuget", + "simple/nuke", + "simple/numba", + "simple/numpy", + "simple/nunjucks", + "simple/nutanix", + "simple/nuxtdotjs", + "simple/nvidia", + "simple/nx", + "simple/nxp", + "simple/nzxt", + "simple/observable", + "simple/obsidian", + "simple/obsstudio", + "simple/ocaml", + "simple/octanerender", + "simple/octave", + "simple/octobercms", + "simple/octoprint", + "simple/octopusdeploy", + "simple/oculus", + "simple/odnoklassniki", + "simple/odysee", + "simple/ohdear", + "simple/okcupid", + "simple/okta", + "simple/oneplus", + "simple/onlyfans", + "simple/onlyoffice", + "simple/onnx", + "simple/onstar", + "simple/opel", + "simple/openaccess", + "simple/openai", + "simple/openaigym", + "simple/openapiinitiative", + "simple/openbadges", + "simple/openbsd", + "simple/openbugbounty", + "simple/opencollective", + "simple/opencontainersinitiative", + "simple/opencv", + "simple/openfaas", + "simple/opengl", + "simple/openid", + "simple/openjdk", + "simple/openlayers", + "simple/openmined", + "simple/opennebula", + "simple/openproject", + "simple/openscad", + "simple/opensea", + "simple/opensearch", + "simple/opensourcehardware", + "simple/opensourceinitiative", + "simple/openssl", + "simple/openstack", + "simple/openstreetmap", + "simple/opensuse", + "simple/opentelemetry", + "simple/opentf", + "simple/openverse", + "simple/openvpn", + "simple/openwrt", + "simple/openzeppelin", + "simple/openzfs", + "simple/opera", + "simple/operagx", + "simple/opnsense", + "simple/opsgenie", + "simple/opslevel", + "simple/oracle", + "simple/orcid", + "simple/oreilly", + "simple/org", + "simple/origin", + "simple/osano", + "simple/osgeo", + "simple/oshkosh", + "simple/osmc", + "simple/osu", + "simple/otto", + "simple/overcast", + "simple/overleaf", + "simple/ovh", + "simple/owasp", + "simple/owncloud", + "simple/oxygen", + "simple/oyo", + "simple/p5dotjs", + "simple/packagist", + "simple/packer", + "simple/paddlepaddle", + "simple/paddypower", + "simple/pagekit", + "simple/pagerduty", + "simple/pagespeedinsights", + "simple/pagseguro", + "simple/palantir", + "simple/paloaltonetworks", + "simple/paloaltosoftware", + "simple/panasonic", + "simple/pandas", + "simple/pandora", + "simple/pantheon", + "simple/paperspace", + "simple/paritysubstrate", + "simple/parsedotly", + "simple/passport", + "simple/pastebin", + "simple/patreon", + "simple/paychex", + "simple/payloadcms", + "simple/payoneer", + "simple/paypal", + "simple/paytm", + "simple/pcgamingwiki", + "simple/peakdesign", + "simple/pearson", + "simple/peerlist", + "simple/peertube", + "simple/pegasusairlines", + "simple/pelican", + "simple/peloton", + "simple/penny", + "simple/penpot", + "simple/pepsi", + "simple/percy", + "simple/perforce", + "simple/perl", + "simple/persistent", + "simple/personio", + "simple/petsathome", + "simple/peugeot", + "simple/pexels", + "simple/pfsense", + "simple/phabricator", + "simple/philipshue", + "simple/phoenixframework", + "simple/phonepe", + "simple/photobucket", + "simple/photocrowd", + "simple/photopea", + "simple/php", + "simple/phpmyadmin", + "simple/phpstorm", + "simple/piaggiogroup", + "simple/picardsurgeles", + "simple/picartodottv", + "simple/picnic", + "simple/picpay", + "simple/pihole", + "simple/pimcore", + "simple/pinboard", + "simple/pingdom", + "simple/pinterest", + "simple/pioneerdj", + "simple/pivotaltracker", + "simple/piwigo", + "simple/pix", + "simple/pixabay", + "simple/pixiv", + "simple/pkgsrc", + "simple/planet", + "simple/planetscale", + "simple/plangrid", + "simple/platformdotsh", + "simple/platzi", + "simple/plausibleanalytics", + "simple/playcanvas", + "simple/playerdotme", + "simple/playerfm", + "simple/playstation", + "simple/playstation2", + "simple/playstation3", + "simple/playstation4", + "simple/playstation5", + "simple/playstationvita", + "simple/playwright", + "simple/pleroma", + "simple/plesk", + "simple/plex", + "simple/plotly", + "simple/pluralsight", + "simple/plurk", + "simple/pluscodes", + "simple/pm2", + "simple/pnpm", + "simple/pocket", + "simple/pocketbase", + "simple/pocketcasts", + "simple/podcastaddict", + "simple/podcastindex", + "simple/podman", + "simple/poe", + "simple/poetry", + "simple/pointy", + "simple/pokemon", + "simple/polars", + "simple/polkadot", + "simple/poly", + "simple/polymerproject", + "simple/polywork", + "simple/popos", + "simple/porsche", + "simple/portainer", + "simple/postcss", + "simple/postgresql", + "simple/posthog", + "simple/postman", + "simple/postmates", + "simple/powerapps", + "simple/powerautomate", + "simple/powerbi", + "simple/powerfx", + "simple/powerpages", + "simple/powers", + "simple/powershell", + "simple/powervirtualagents", + "simple/prdotco", + "simple/preact", + "simple/precommit", + "simple/prefect", + "simple/premierleague", + "simple/prestashop", + "simple/presto", + "simple/prettier", + "simple/pretzel", + "simple/prevention", + "simple/prezi", + "simple/prime", + "simple/primevideo", + "simple/printables", + "simple/prisma", + "simple/prismic", + "simple/privateinternetaccess", + "simple/probot", + "simple/processingfoundation", + "simple/processwire", + "simple/producthunt", + "simple/progate", + "simple/progress", + "simple/prometheus", + "simple/prosieben", + "simple/protocolsdotio", + "simple/protodotio", + "simple/proton", + "simple/protoncalendar", + "simple/protondb", + "simple/protondrive", + "simple/protonmail", + "simple/protonvpn", + "simple/protools", + "simple/protractor", + "simple/proxmox", + "simple/pterodactyl", + "simple/pubg", + "simple/publons", + "simple/pubmed", + "simple/pug", + "simple/pulumi", + "simple/puma", + "simple/puppet", + "simple/puppeteer", + "simple/purescript", + "simple/purgecss", + "simple/purism", + "simple/pusher", + "simple/pwa", + "simple/pycharm", + "simple/pydantic", + "simple/pyg", + "simple/pypi", + "simple/pypy", + "simple/pyscaffold", + "simple/pysyft", + "simple/pytest", + "simple/python", + "simple/pythonanywhere", + "simple/pytorch", + "simple/pyup", + "simple/qantas", + "simple/qatarairways", + "simple/qemu", + "simple/qgis", + "simple/qi", + "simple/qiita", + "simple/qiskit", + "simple/qiwi", + "simple/qlik", + "simple/qmk", + "simple/qt", + "simple/qualcomm", + "simple/qualtrics", + "simple/qualys", + "simple/quantcast", + "simple/quantconnect", + "simple/quarkus", + "simple/quasar", + "simple/qubesos", + "simple/quest", + "simple/quickbooks", + "simple/quicklook", + "simple/quicktime", + "simple/quip", + "simple/quora", + "simple/qwant", + "simple/qwiklabs", + "simple/qzone", + "simple/r", + "simple/r3", + "simple/rabbitmq", + "simple/racket", + "simple/radar", + "simple/radiopublic", + "simple/radixui", + "simple/radstudio", + "simple/railway", + "simple/rainmeter", + "simple/rakuten", + "simple/ram", + "simple/rancher", + "simple/rarible", + "simple/rasa", + "simple/raspberrypi", + "simple/ravelry", + "simple/ray", + "simple/razer", + "simple/razorpay", + "simple/react", + "simple/reacthookform", + "simple/reactivex", + "simple/reactos", + "simple/reactquery", + "simple/reactrouter", + "simple/reacttable", + "simple/readdotcv", + "simple/readme", + "simple/readthedocs", + "simple/realm", + "simple/reason", + "simple/reasonstudios", + "simple/recoil", + "simple/red", + "simple/redbubble", + "simple/reddit", + "simple/redhat", + "simple/redhatopenshift", + "simple/redis", + "simple/redmine", + "simple/redox", + "simple/redux", + "simple/reduxsaga", + "simple/redwoodjs", + "simple/reebok", + "simple/relay", + "simple/relianceindustrieslimited", + "simple/remark", + "simple/remix", + "simple/renault", + "simple/render", + "simple/renovatebot", + "simple/renpy", + "simple/renren", + "simple/replit", + "simple/republicofgamers", + "simple/rescript", + "simple/rescuetime", + "simple/researchgate", + "simple/resharper", + "simple/resurrectionremixos", + "simple/retool", + "simple/retroarch", + "simple/retropie", + "simple/revanced", + "simple/revealdotjs", + "simple/reverbnation", + "simple/revoltdotchat", + "simple/revolut", + "simple/revue", + "simple/rewe", + "simple/rezgo", + "simple/rhinoceros", + "simple/rider", + "simple/rimacautomobili", + "simple/ring", + "simple/riotgames", + "simple/ripple", + "simple/riscv", + "simple/riseup", + "simple/roadmapdotsh", + "simple/roamresearch", + "simple/robinhood", + "simple/roblox", + "simple/robloxstudio", + "simple/robotframework", + "simple/rocketdotchat", + "simple/rocksdb", + "simple/rockylinux", + "simple/roku", + "simple/rollsroyce", + "simple/rollupdotjs", + "simple/rome", + "simple/rootme", + "simple/roots", + "simple/rootsbedrock", + "simple/rootssage", + "simple/ros", + "simple/rossmann", + "simple/rotaryinternational", + "simple/rottentomatoes", + "simple/roundcube", + "simple/rsocket", + "simple/rss", + "simple/rstudio", + "simple/rte", + "simple/rtl", + "simple/rtlzwei", + "simple/rubocop", + "simple/ruby", + "simple/rubygems", + "simple/rubyonrails", + "simple/rubysinatra", + "simple/ruff", + "simple/rumble", + "simple/rundeck", + "simple/runkeeper", + "simple/runkit", + "simple/rust", + "simple/rxdb", + "simple/ryanair", + "simple/s7airlines", + "simple/sabanci", + "simple/safari", + "simple/sage", + "simple/sahibinden", + "simple/sailfishos", + "simple/sailsdotjs", + "simple/salesforce", + "simple/saltproject", + "simple/samsung", + "simple/samsungpay", + "simple/sandisk", + "simple/sanfranciscomunicipalrailway", + "simple/sanic", + "simple/sanity", + "simple/saopaulometro", + "simple/sap", + "simple/sass", + "simple/sat1", + "simple/saturn", + "simple/saucelabs", + "simple/scala", + "simple/scaleway", + "simple/scania", + "simple/schneiderelectric", + "simple/scikitlearn", + "simple/scipy", + "simple/scopus", + "simple/scpfoundation", + "simple/scrapbox", + "simple/scratch", + "simple/screencastify", + "simple/scribd", + "simple/scrimba", + "simple/scrollreveal", + "simple/scrumalliance", + "simple/scrutinizerci", + "simple/scylladb", + "simple/seagate", + "simple/searxng", + "simple/seat", + "simple/securityscorecard", + "simple/sefaria", + "simple/sega", + "simple/selenium", + "simple/sellfy", + "simple/semanticrelease", + "simple/semanticscholar", + "simple/semanticuireact", + "simple/semanticweb", + "simple/semaphoreci", + "simple/semrush", + "simple/semver", + "simple/sencha", + "simple/sendinblue", + "simple/sennheiser", + "simple/sensu", + "simple/sentry", + "simple/sepa", + "simple/sequelize", + "simple/serverfault", + "simple/serverless", + "simple/sessionize", + "simple/setapp", + "simple/sfml", + "simple/shadow", + "simple/shanghaimetro", + "simple/sharex", + "simple/sharp", + "simple/shazam", + "simple/shell", + "simple/shelly", + "simple/shenzhenmetro", + "simple/shieldsdotio", + "simple/shikimori", + "simple/shopee", + "simple/shopify", + "simple/shopware", + "simple/shortcut", + "simple/shotcut", + "simple/showpad", + "simple/showtime", + "simple/shutterstock", + "simple/siemens", + "simple/sifive", + "simple/signal", + "simple/similarweb", + "simple/simkl", + "simple/simpleanalytics", + "simple/simpleicons", + "simple/simplenote", + "simple/sinaweibo", + "simple/singaporeairlines", + "simple/singlestore", + "simple/sitecore", + "simple/sitepoint", + "simple/sketch", + "simple/sketchfab", + "simple/sketchup", + "simple/skillshare", + "simple/skoda", + "simple/sky", + "simple/skynet", + "simple/skypack", + "simple/skype", + "simple/skypeforbusiness", + "simple/skyrock", + "simple/slack", + "simple/slackware", + "simple/slashdot", + "simple/slickpic", + "simple/slides", + "simple/slideshare", + "simple/smart", + "simple/smartthings", + "simple/smashdotgg", + "simple/smashingmagazine", + "simple/smrt", + "simple/smugmug", + "simple/snapchat", + "simple/snapcraft", + "simple/sncf", + "simple/snowflake", + "simple/snowpack", + "simple/snyk", + "simple/socialblade", + "simple/society6", + "simple/socketdotio", + "simple/sogou", + "simple/solid", + "simple/solidity", + "simple/sololearn", + "simple/solus", + "simple/sonar", + "simple/sonarcloud", + "simple/sonarlint", + "simple/sonarqube", + "simple/sonarsource", + "simple/sonatype", + "simple/songkick", + "simple/songoda", + "simple/sonicwall", + "simple/sonos", + "simple/sony", + "simple/soundcharts", + "simple/soundcloud", + "simple/sourceengine", + "simple/sourceforge", + "simple/sourcegraph", + "simple/sourcehut", + "simple/sourcetree", + "simple/southwestairlines", + "simple/spacemacs", + "simple/spacex", + "simple/spacy", + "simple/sparkar", + "simple/sparkasse", + "simple/sparkfun", + "simple/sparkpost", + "simple/spdx", + "simple/speakerdeck", + "simple/spectrum", + "simple/speedtest", + "simple/speedypage", + "simple/sphinx", + "simple/spigotmc", + "simple/spinnaker", + "simple/spinrilla", + "simple/splunk", + "simple/spoj", + "simple/spond", + "simple/spotify", + "simple/spotlight", + "simple/spreadshirt", + "simple/spreaker", + "simple/spring", + "simple/spring_creators", + "simple/springboot", + "simple/springsecurity", + "simple/spyderide", + "simple/sqlite", + "simple/square", + "simple/squareenix", + "simple/squarespace", + "simple/ssrn", + "simple/sst", + "simple/stackbit", + "simple/stackblitz", + "simple/stackedit", + "simple/stackexchange", + "simple/stackhawk", + "simple/stackoverflow", + "simple/stackpath", + "simple/stackshare", + "simple/stadia", + "simple/staffbase", + "simple/standardjs", + "simple/standardresume", + "simple/starbucks", + "simple/stardock", + "simple/starlingbank", + "simple/starship", + "simple/startrek", + "simple/starz", + "simple/statamic", + "simple/statuspage", + "simple/statuspal", + "simple/steam", + "simple/steamdb", + "simple/steamdeck", + "simple/steamworks", + "simple/steelseries", + "simple/steem", + "simple/steemit", + "simple/steinberg", + "simple/stellar", + "simple/stencyl", + "simple/stimulus", + "simple/stitcher", + "simple/stmicroelectronics", + "simple/stopstalk", + "simple/storyblok", + "simple/storybook", + "simple/strapi", + "simple/strava", + "simple/streamlit", + "simple/stripe", + "simple/strongswan", + "simple/stryker", + "simple/stubhub", + "simple/studio3t", + "simple/styledcomponents", + "simple/stylelint", + "simple/styleshare", + "simple/stylus", + "simple/subaru", + "simple/sublimetext", + "simple/substack", + "simple/subtitleedit", + "simple/subversion", + "simple/suckless", + "simple/sumologic", + "simple/supabase", + "simple/supercrease", + "simple/supermicro", + "simple/superuser", + "simple/surrealdb", + "simple/surveymonkey", + "simple/suse", + "simple/suzuki", + "simple/svelte", + "simple/svg", + "simple/svgdotjs", + "simple/svgo", + "simple/swagger", + "simple/swarm", + "simple/swc", + "simple/swift", + "simple/swiggy", + "simple/swiper", + "simple/swr", + "simple/symantec", + "simple/symbolab", + "simple/symfony", + "simple/symphony", + "simple/sympy", + "simple/synology", + "simple/system76", + "simple/tableau", + "simple/tablecheck", + "simple/tacobell", + "simple/tado", + "simple/taichigraphics", + "simple/taichilang", + "simple/tails", + "simple/tailwindcss", + "simple/talend", + "simple/talenthouse", + "simple/tamiya", + "simple/tampermonkey", + "simple/taobao", + "simple/tapas", + "simple/target", + "simple/task", + "simple/tasmota", + "simple/tata", + "simple/tauri", + "simple/taxbuzz", + "simple/tcs", + "simple/teamcity", + "simple/teamspeak", + "simple/teamviewer", + "simple/ted", + "simple/teespring", + "simple/tekton", + "simple/tele5", + "simple/telegram", + "simple/telegraph", + "simple/temporal", + "simple/tencentqq", + "simple/tensorflow", + "simple/teradata", + "simple/teratail", + "simple/termius", + "simple/terraform", + "simple/tesco", + "simple/tesla", + "simple/testcafe", + "simple/testin", + "simple/testinglibrary", + "simple/testrail", + "simple/tether", + "simple/textpattern", + "simple/tga", + "simple/thangs", + "simple/thealgorithms", + "simple/theconversation", + "simple/theirishtimes", + "simple/themighty", + "simple/themodelsresource", + "simple/themoviedatabase", + "simple/thenorthface", + "simple/theregister", + "simple/thesoundsresource", + "simple/thespritersresource", + "simple/thewashingtonpost", + "simple/thingiverse", + "simple/thinkpad", + "simple/threadless", + "simple/threads", + "simple/threedotjs", + "simple/threema", + "simple/thumbtack", + "simple/thunderbird", + "simple/thurgauerkantonalbank", + "simple/thymeleaf", + "simple/ticketmaster", + "simple/tidal", + "simple/tiddlywiki", + "simple/tide", + "simple/tidyverse", + "simple/tietoevry", + "simple/tiktok", + "simple/tile", + "simple/timescale", + "simple/tina", + "simple/tinder", + "simple/tinyletter", + "simple/tistory", + "simple/tmobile", + "simple/tmux", + "simple/tnt", + "simple/todoist", + "simple/toggl", + "simple/toggltrack", + "simple/tokyometro", + "simple/toml", + "simple/tomorrowland", + "simple/topcoder", + "simple/toptal", + "simple/torbrowser", + "simple/torproject", + "simple/toshiba", + "simple/tourbox", + "simple/toyota", + "simple/tplink", + "simple/tqdm", + "simple/traefikmesh", + "simple/traefikproxy", + "simple/trailforks", + "simple/trainerroad", + "simple/trakt", + "simple/transportforireland", + "simple/transportforlondon", + "simple/travisci", + "simple/treehouse", + "simple/trello", + "simple/trendmicro", + "simple/treyarch", + "simple/trilium", + "simple/triller", + "simple/trino", + "simple/tripadvisor", + "simple/tripdotcom", + "simple/trivy", + "simple/trove", + "simple/trpc", + "simple/truenas", + "simple/trulia", + "simple/trustedshops", + "simple/trustpilot", + "simple/tryhackme", + "simple/tryitonline", + "simple/tsnode", + "simple/tubi", + "simple/tui", + "simple/tumblr", + "simple/tunein", + "simple/turbo", + "simple/turborepo", + "simple/turbosquid", + "simple/turkishairlines", + "simple/tutanota", + "simple/tvtime", + "simple/twilio", + "simple/twitch", + "simple/twitter", + "simple/twoo", + "simple/typeform", + "simple/typescript", + "simple/typo3", + "simple/uber", + "simple/ubereats", + "simple/ubiquiti", + "simple/ubisoft", + "simple/ublockorigin", + "simple/ubuntu", + "simple/ubuntumate", + "simple/udacity", + "simple/udemy", + "simple/ufc", + "simple/uikit", + "simple/ulule", + "simple/umami", + "simple/umbraco", + "simple/uml", + "simple/unacademy", + "simple/underarmour", + "simple/underscoredotjs", + "simple/undertale", + "simple/unicode", + "simple/unilever", + "simple/unitedairlines", + "simple/unitednations", + "simple/unity", + "simple/unlicense", + "simple/uno", + "simple/unocss", + "simple/unraid", + "simple/unrealengine", + "simple/unsplash", + "simple/untangle", + "simple/untappd", + "simple/upcloud", + "simple/uplabs", + "simple/uploaded", + "simple/ups", + "simple/upstash", + "simple/uptimekuma", + "simple/uptobox", + "simple/upwork", + "simple/usps", + "simple/utorrent", + "simple/v", + "simple/v2ex", + "simple/v8", + "simple/vaadin", + "simple/vagrant", + "simple/vala", + "simple/valorant", + "simple/valve", + "simple/vapor", + "simple/vault", + "simple/vaultwarden", + "simple/vauxhall", + "simple/vbulletin", + "simple/vectorlogozone", + "simple/vectorworks", + "simple/veeam", + "simple/veepee", + "simple/vega", + "simple/velog", + "simple/venmo", + "simple/vercel", + "simple/verdaccio", + "simple/veritas", + "simple/verizon", + "simple/vespa", + "simple/vexxhost", + "simple/vfairs", + "simple/viadeo", + "simple/viaplay", + "simple/viber", + "simple/vim", + "simple/vimeo", + "simple/vimeolivestream", + "simple/virgin", + "simple/virginmedia", + "simple/virtualbox", + "simple/virustotal", + "simple/visa", + "simple/visualbasic", + "simple/visualstudio", + "simple/visualstudiocode", + "simple/vite", + "simple/vitess", + "simple/vitest", + "simple/vivaldi", + "simple/vivawallet", + "simple/vivino", + "simple/vk", + "simple/vlcmediaplayer", + "simple/vmware", + "simple/vodafone", + "simple/voipdotms", + "simple/volkswagen", + "simple/volvo", + "simple/vonage", + "simple/vorondesign", + "simple/vowpalwabbit", + "simple/vox", + "simple/vsco", + "simple/vscodium", + "simple/vtex", + "simple/vuedotjs", + "simple/vuetify", + "simple/vulkan", + "simple/vultr", + "simple/vyond", + "simple/w3c", + "simple/wacom", + "simple/wagtail", + "simple/wails", + "simple/wakatime", + "simple/walkman", + "simple/wallabag", + "simple/walletconnect", + "simple/walmart", + "simple/wantedly", + "simple/wappalyzer", + "simple/warnerbros", + "simple/warp", + "simple/wasabi", + "simple/wasmcloud", + "simple/wasmer", + "simple/wattpad", + "simple/wayland", + "simple/waze", + "simple/wearos", + "simple/weasyl", + "simple/web3dotjs", + "simple/webassembly", + "simple/webauthn", + "simple/webcomponentsdotorg", + "simple/webdriverio", + "simple/webflow", + "simple/webgl", + "simple/webhint", + "simple/weblate", + "simple/webmin", + "simple/webmoney", + "simple/webpack", + "simple/webrtc", + "simple/webstorm", + "simple/webtoon", + "simple/webtrees", + "simple/wechat", + "simple/wegame", + "simple/weightsandbiases", + "simple/welcometothejungle", + "simple/wellfound", + "simple/wemo", + "simple/westerndigital", + "simple/wetransfer", + "simple/whatsapp", + "simple/wheniwork", + "simple/whitesource", + "simple/wii", + "simple/wiiu", + "simple/wikidata", + "simple/wikidotgg", + "simple/wikidotjs", + "simple/wikimediacommons", + "simple/wikipedia", + "simple/wikiquote", + "simple/wikivoyage", + "simple/winamp", + "simple/windicss", + "simple/windows", + "simple/windows10", + "simple/windows11", + "simple/windows95", + "simple/windowsterminal", + "simple/windowsxp", + "simple/winmate", + "simple/wipro", + "simple/wire", + "simple/wireguard", + "simple/wireshark", + "simple/wise", + "simple/wish", + "simple/wistia", + "simple/wix", + "simple/wizzair", + "simple/wolfram", + "simple/wolframlanguage", + "simple/wolframmathematica", + "simple/woo", + "simple/woocommerce", + "simple/wordpress", + "simple/workplace", + "simple/worldhealthorganization", + "simple/wpengine", + "simple/wpexplorer", + "simple/wprocket", + "simple/writedotas", + "simple/wwe", + "simple/wwise", + "simple/x", + "simple/xamarin", + "simple/xaml", + "simple/xampp", + "simple/xbox", + "simple/xcode", + "simple/xdadevelopers", + "simple/xdotorg", + "simple/xero", + "simple/xfce", + "simple/xiaomi", + "simple/xilinx", + "simple/xing", + "simple/xmpp", + "simple/xo", + "simple/xrp", + "simple/xsplit", + "simple/xstate", + "simple/yahoo", + "simple/yale", + "simple/yamahacorporation", + "simple/yamahamotorcorporation", + "simple/yaml", + "simple/yammer", + "simple/yarn", + "simple/ycombinator", + "simple/yelp", + "simple/yeti", + "simple/yoast", + "simple/yolo", + "simple/yourtraveldottv", + "simple/youtube", + "simple/youtubegaming", + "simple/youtubemusic", + "simple/youtubestudio", + "simple/youtubetv", + "simple/yubico", + "simple/zabka", + "simple/zalando", + "simple/zalo", + "simple/zapier", + "simple/zara", + "simple/zazzle", + "simple/zcash", + "simple/zdf", + "simple/zebratechnologies", + "simple/zelle", + "simple/zend", + "simple/zendesk", + "simple/zendframework", + "simple/zenn", + "simple/zenodo", + "simple/zensar", + "simple/zerodha", + "simple/zeromq", + "simple/zerply", + "simple/zettlr", + "simple/zhihu", + "simple/zig", + "simple/zigbee", + "simple/zilch", + "simple/zillow", + "simple/zincsearch", + "simple/zingat", + "simple/zod", + "simple/zoho", + "simple/zoiper", + "simple/zomato", + "simple/zoom", + "simple/zorin", + "simple/zotero", + "simple/zulip", + "simple/zwave", + "simple/zyte" + ] +} \ No newline at end of file diff --git a/schema/extensions.json b/schema/extensions.json new file mode 100644 index 0000000..50bb5fc --- /dev/null +++ b/schema/extensions.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Markdown extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/", + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "extensions/markdown.json" + }, + { + "$ref": "extensions/pymdownx.json" + } + ] + }, + "uniqueItems": true, + "minItems": 1 +} diff --git a/schema/extensions/markdown.json b/schema/extensions/markdown.json new file mode 100644 index 0000000..a1275d5 --- /dev/null +++ b/schema/extensions/markdown.json @@ -0,0 +1,148 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Markdown extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/", + "oneOf": [ + { + "title": "Abbreviations – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#abbreviations", + "enum": [ + "markdown.extensions.abbr", + "abbr" + ] + }, + { + "title": "Admonition – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#admonition", + "enum": [ + "markdown.extensions.admonition", + "admonition" + ] + }, + { + "title": "Attribute Lists – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists", + "enum": [ + "markdown.extensions.attr_list", + "attr_list" + ] + }, + { + "title": "Markdown extension: a classier syntax for admonitions", + "markdownDescription": "https://github.com/oprypin/markdown-callouts", + "enum": [ + "markdown.extensions.callouts", + "callouts" + ] + }, + { + "title": "Definition Lists – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#definition-lists", + "enum": [ + "markdown.extensions.def_list", + "def_list" + ] + }, + { + "title": "Footnotes – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#footnotes", + "enum": [ + "markdown.extensions.footnotes", + "footnotes" + ] + }, + { + "title": "Markdown in HTML – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#markdown-in-html", + "enum": [ + "markdown.extensions.md_in_html", + "md_in_html" + ] + }, + { + "title": "Tables – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables", + "enum": [ + "markdown.extensions.tables", + "tables" + ] + }, + { + "oneOf": [ + { + "type": "object", + "properties": { + "toc": { + "$ref": "#/definitions/toc" + }, + "markdown.extensions.toc": { + "$ref": "#/definitions/toc" + } + }, + "additionalProperties": false + }, + { + "title": "Table Of Contents – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents", + "enum": [ + "markdown.extensions.toc", + "toc" + ] + } + ] + } + ], + "definitions": { + "toc": { + "title": "Table Of Contents – Python Markdown", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents", + "type": "object", + "properties": { + "title": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.title", + "type": "string" + }, + "permalink": { + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink", + "type": "boolean" + }, + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink", + "type": "string" + } + ], + "default": true + }, + "anchorlink": { + "markdownDescription": "https://python-markdown.github.io/extensions/toc/#usage", + "type": "boolean", + "default": false + }, + "permalink_title": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink_title", + "type": "string" + }, + "slugify": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + }, + "toc_depth": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.toc_depth", + "type": "number", + "enum": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + } + }, + "additionalProperties": false + } + } +} diff --git a/schema/extensions/pymdownx.json b/schema/extensions/pymdownx.json new file mode 100644 index 0000000..c6f50c7 --- /dev/null +++ b/schema/extensions/pymdownx.json @@ -0,0 +1,733 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Markdown extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/", + "oneOf": [ + { + "oneOf": [ + { + "type": "object", + "properties": { + "pymdownx.arithmatex": { + "title": "Arithmatex – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#arithmatex", + "type": "object", + "properties": { + "generic": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/#options", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + { + "title": "Arithmatex – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#arithmatex", + "enum": [ + "pymdownx.arithmatex" + ] + } + ] + }, + { + "oneOf": [ + { + "type": "object", + "properties": { + "pymdownx.betterem": { + "title": "BetterEm – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#betterem", + "type": "object", + "properties": { + "smart_enable": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/betterem/#options", + "type": "string", + "enum": [ + "all", + "asterisk", + "underscore", + "none" + ], + "default": "all" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + { + "title": "BetterEm – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#betterem", + "enum": [ + "pymdownx.betterem" + ] + } + ] + }, + { + "oneOf": [ + { + "title": "Caret – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "enum": [ + "pymdownx.caret" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.caret": { + "title": "Caret – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "type": "object", + "properties": { + "smart_insert": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options", + "type": "boolean", + "default": true + }, + "insert": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options", + "type": "boolean", + "default": true + }, + "superscript": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "Critic – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#critic", + "enum": [ + "pymdownx.critic" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.critic": { + "title": "Critic – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#critic", + "type": "object", + "properties": { + "mode": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.critic.mode", + "enum": [ + "view", + "accept", + "reject" + ] + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "title": "Details – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#details", + "enum": [ + "pymdownx.details" + ] + }, + { + "oneOf": [ + { + "title": "Emoji – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji", + "enum": [ + "pymdownx.emoji" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.emoji": { + "title": "Emoji – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji", + "type": "object", + "properties": { + "emoji_generator": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.emoji_generator", + "default": "!!python/name:material.extensions.emoji.to_svg" + }, + "emoji_index": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.emoji_index", + "default": "!!python/name:material.extensions.emoji.twemoji" + }, + "options": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.options.custom_icons", + "type": "object", + "properties": { + "custom_icons": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.options.custom_icons", + "type": "array", + "items": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.emoji.options.custom_icons", + "type": "string" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "emoji_generator", + "emoji_index" + ] + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "Highlight – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight", + "enum": [ + "pymdownx.highlight" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.highlight": { + "title": "Highlight – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight", + "type": "object", + "properties": { + "use_pygments": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.use_pygments", + "type": "boolean" + }, + "pygments_lang_class": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.pygments_lang_class", + "type": "boolean" + }, + "auto_title": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.auto_title", + "type": "boolean" + }, + "auto_title_map": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/highlight/#options", + "type": "object" + }, + "linenums": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.linenums", + "type": "boolean" + }, + "linenums_style": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.linenums_style", + "enum": [ + "inline", + "pymdownx-inline", + "table" + ] + }, + "anchor_linenums": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.anchor_linenums", + "type": "boolean" + }, + "line_spans": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.highlight.line_spans", + "type": "string" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "title": "InlineHilite – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#inlinehilite", + "enum": [ + "pymdownx.inlinehilite" + ] + }, + { + "oneOf": [ + { + "title": "Keys – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#keys", + "enum": [ + "pymdownx.keys" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.keys": { + "title": "Keys – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#keys", + "type": "object", + "properties": { + "separator": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "string", + "default": "+" + }, + "strict": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "boolean", + "default": false + }, + "camel_case": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "boolean", + "default": false + }, + "key_map": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "object" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "MagicLink – Python Markdown Extensions", + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/", + "enum": [ + "pymdownx.magiclink" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.magiclink": { + "title": "MagicLink – Python Markdown Extensions", + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/", + "type": "object", + "properties": { + "hide_protocol":{ + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "labels": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#labels", + "type": "object", + "default": { + "commit": "Commit", + "compare": "Compare", + "issue": "Issue", + "pull": "Pull Request", + "mention": "User", + "repository": "Repository" + } + }, + "normalize_issue_symbols": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "user": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "string", + "default": "" + }, + "provider": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "string", + "default": "github" + }, + "repo": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "string", + "repo": "" + }, + "repo_url_shorthand": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": true + }, + "repo_url_shortener": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "social_url_shorthand": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "social_url_shortener": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options", + "type": "boolean", + "default": false + }, + "shortener_user_exclude": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#user-excludes", + "type": "object" + } + }, + "additionalProperties": false, + "required": [ + "user", + "repo" + ] + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "Mark – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "enum": [ + "pymdownx.mark" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.mark": { + "title": "Mark – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "type": "object", + "properties": { + "smart_mark": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "SmartSymbols – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#smartsymbols", + "enum": [ + "pymdownx.smartsymbols" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.smartsymbols": { + "title": "SmartSymbols – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#smartsymbols", + "type": "object", + "properties": { + "trademark": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "copyright": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "registered": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "care_of": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "plusminus": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "arrows": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "notequal": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "fractions": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + }, + "ordinal_numbers": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/#options", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "type": "object", + "properties": { + "pymdownx.snippets": { + "title": "Snippets – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets", + "type": "object", + "properties": { + "base_path": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "array", + "items": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "string" + }, + "uniqueItems": true, + "minItems": 1 + }, + "auto_append": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "array", + "items": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "string" + }, + "uniqueItems": true, + "minItems": 1 + }, + "check_paths": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "boolean", + "default": true + }, + "url_download": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "boolean", + "default": false + }, + "url_max_size": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "integer", + "default": 33554432 + }, + "url_timeout": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "number", + "default": 10.0 + }, + "url_request_headers": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", + "type": "object", + "default": {} + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + { + "title": "Snippets – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets", + "enum": [ + "pymdownx.snippets" + ] + } + ] + }, + { + "oneOf": [ + { + "title": "SuperFences – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences", + "enum": [ + "pymdownx.superfences" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.superfences": { + "title": "SuperFences – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences", + "type": "object", + "properties": { + "custom_fences": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.superfences.custom_fences", + "type": "array", + "items": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.superfences.custom_fences", + "type": "object", + "properties": { + "name": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences", + "type": "string" + }, + "class": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences", + "type": "string" + }, + "format": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences", + "type": "string" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "type": "object", + "properties": { + "pymdownx.tabbed": { + "title": "Tabbed – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tabbed", + "type": "object", + "properties": { + "alternate_style": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tabbed.alternate_style", + "type": "boolean", + "enum": [ + true + ], + "default": true + }, + "combine_header_slug": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tabbed.combine_header_slug", + "type": "boolean", + "default": true + }, + "slugify": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tabbed.slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + } + }, + "additionalProperties": false, + "required": [ + "alternate_style" + ] + } + }, + "additionalProperties": false + }, + { + "oneOf": [ + { + "title": "Tasklist – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist", + "enum": [ + "pymdownx.tasklist" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.tasklist": { + "title": "Tasklist – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist", + "type": "object", + "properties": { + "custom_checkbox": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tasklist.custom_checkbox", + "type": "boolean", + "default": true + }, + "clickable_checkbox": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#+pymdownx.tasklist.clickable_checkbox", + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + }, + { + "oneOf": [ + { + "title": "Tilde – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "enum": [ + "pymdownx.tilde" + ] + }, + { + "type": "object", + "properties": { + "pymdownx.tilde": { + "title": "Tilde – Python Markdown Extensions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde", + "type": "object", + "properties": { + "smart_delete": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options", + "type": "boolean" + }, + "delete": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options", + "type": "boolean" + }, + "subscript": { + "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options", + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] + } + ] +} diff --git a/schema/extra.json b/schema/extra.json new file mode 100644 index 0000000..b2a3db6 --- /dev/null +++ b/schema/extra.json @@ -0,0 +1,422 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Extra configuration", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/", + "type": "object", + "properties": { + "homepage": { + "title": "Homepage link (when clicking on logo)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo", + "type": "string" + }, + "analytics": { + "title": "Analytics provider", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "type": "object", + "properties": { + "provider": { + "title": "Analytics provider", + "anyOf": [ + { + "title": "Google Analytics", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "enum": [ + "google" + ] + }, + { + "type": "string" + } + ] + }, + "property": { + "anyOf": [ + { + "title": "Google Analytics 4", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "pattern": "^G-\\w{10}$" + }, + { + "title": "Universal Analytics", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "pattern": "^UA-\\w{9}-\\w$" + }, + { + "title": "Unknown property", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics", + "type": "string" + } + ] + }, + "feedback": { + "title": "Was this page helpful?", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#was-this-page-helpful", + "type": "object", + "properties": { + "title": { + "title": "Feedback widget title", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#was-this-page-helpful", + "type": "string", + "default": "Was this page helpful?" + }, + "ratings": { + "title": "Feedback ratings", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#was-this-page-helpful", + "type": "array", + "items": { + "title": "Feedback rating", + "type": "object", + "properties": { + "icon": { + "$ref": "#/definitions/icon" + }, + "name": { + "title": "Feedback rating name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#+analytics.feedback.ratings.name", + "type": "string" + }, + "data": { + "title": "Feedback rating data", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#+analytics.feedback.ratings.data", + "type": "number" + }, + "note": { + "title": "Feedback rating data", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#+analytics.feedback.ratings.note", + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "icon", + "name", + "data", + "note" + ] + } + } + }, + "additionalProperties": false, + "required": [ + "title" + ] + } + }, + "additionalProperties": false, + "required": [ + "provider", + "property" + ], + "defaultSnippets": [ + { + "label": "feedback (default)", + "body": { + "feedback": { + "title": "${1:Was this page helpful}", + "ratings": [ + { + "icon": "${2:material/emoticon-happy-outline}", + "name": "${3:This page was helpful}", + "data": 1, + "note": "${4:Thanks for your feedback!}" + }, + { + "icon": "${5:material/emoticon-sad-outline}", + "name": "${6:This page could be improved}", + "data": 0, + "note": "${7:Thanks for your feedback!}" + } + ] + } + } + } + ] + }, + "annotate": { + "title": "Custom selectors for annotations", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#custom-selectors", + "type": "object", + "patternProperties": { + ".*": { + "title": "Custom selector", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#custom-selectors", + "type": "array", + "items": { + "type": "string", + "pattern": "^\\.\\w+" + } + } + } + }, + "consent": { + "title": "Cookie consent", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "type": "object", + "properties": { + "title": { + "title": "Cookie consent title", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.title", + "type": "string", + "default": "Cookie consent" + }, + "description": { + "title": "Cookie consent description", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.description", + "type": "string" + }, + "cookies": { + "title": "Cookies", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.cookies", + "type": "object", + "properties": { + "analytics": { + "$ref": "#/definitions/cookie" + }, + "github": { + "$ref": "#/definitions/cookie" + } + }, + "patternProperties": { + "\\w+": { + "$ref": "#/definitions/cookie" + } + }, + "additionalProperties": false, + "defaultSnippets": [ + { + "label": "analytics (default)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.cookies", + "body": { + "analytics": { + "name": "Google Analytics", + "checked": true + } + } + }, + { + "label": "github (default)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.cookies", + "body": { + "analytics": { + "name": "GitHub", + "checked": true + } + } + } + ] + }, + "actions": { + "title": "Cookie consent actions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.actions", + "type": "array", + "items": { + "oneOf": [ + { + "title": "Button to accept cookies", + "enum": [ + "accept" + ] + }, + { + "title": "Button to reject cookies", + "enum": [ + "reject" + ] + }, + { + "title": "Button to manage settings", + "enum": [ + "manage" + ] + } + ] + }, + "uniqueItems": true + } + }, + "additionalProperties": false, + "defaultSnippets": [ + { + "label": "actions (default)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+consent.actions", + "body": { + "actions": [ + "accept", + "manage" + ] + } + } + ], + "required": [ + "title", + "description" + ] + }, + "social": { + "title": "Social links", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#social-links", + "type": "array", + "items": { + "title": "Social link", + "type": "object", + "properties": { + "icon": { + "$ref": "#/definitions/icon" + }, + "link": { + "title": "Social link", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#+social.link", + "type": "string" + }, + "name": { + "title": "Social link name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#+social.name", + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "icon", + "link" + ] + } + }, + "alternate": { + "title": "Site language selector", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language-selector", + "type": "array", + "items": { + "title": "Alternate language", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language-selector", + "type": "object", + "properties": { + "name": { + "title": "Alternate language name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#+alternate.name", + "type": "string" + }, + "link": { + "title": "Alternate language link", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#+alternate.link", + "type": "string" + }, + "lang": { + "title": "Alternate language code (ISO 639-1)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#+alternate.lang", + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "name", + "link", + "lang" + ] + } + }, + "tags": { + "title": "Tag identifiers", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers", + "type": "object", + "patternProperties": { + ".*": { + "title": "Tag identifier mapping", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers", + "pattern": "^[\\w-]+$" + } + } + }, + "version": { + "title": "Versioning", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#versioning", + "type": "object", + "properties": { + "provider": { + "title": "Versioning provider", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#versioning", + "enum": [ + "mike" + ] + }, + "default": { + "title": "Default version", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#version-warning", + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + } + } + ], + "default": "stable" + } + } + }, + "generator": { + "title": "Generator notice", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#generator-notice", + "type": "boolean", + "default": true + } + }, + "additionalProperties": true, + "definitions": { + "cookie": { + "title": "Cookie", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "oneOf": [ + { + "type": "object", + "properties": { + "name": { + "title": "Cookie name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "type": "string" + }, + "checked": { + "title": "Initial state", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false, + "required": [ + "name" + ] + }, + { + "title": "Cookie name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent", + "type": "string" + } + ] + }, + "icon": { + "anyOf": [ + { + "$ref": "assets/icons.json" + }, + { + "title": "Unknown icon", + "type": "string" + } + ] + } + }, + "defaultSnippets": [ + { + "label": "analytics (default)", + "body": { + "analytics": { + "provider": "${1:google}", + "property": "${2:UA-XXXXXXXX-X}" + } + } + } + ] +} diff --git a/schema/nav.json b/schema/nav.json new file mode 100644 index 0000000..8e17fef --- /dev/null +++ b/schema/nav.json @@ -0,0 +1,34 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Navigation tree", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", + "type": "array", + "items": { + "anyOf": [ + { + "title": "Navigation item", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", + "pattern": "\\.md$" + }, + { + "type": "object", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", + "patternProperties": { + ".*": { + "oneOf": [ + { + "title": "Navigation item", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", + "pattern": "\\.md$" + }, + { + "$ref": "#" + } + ] + } + } + } + ] + }, + "additionalItems": false +} diff --git a/schema/plugins.json b/schema/plugins.json new file mode 100644 index 0000000..c25767d --- /dev/null +++ b/schema/plugins.json @@ -0,0 +1,131 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Plugins", + "markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/", + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/definitions/built-in" + }, + { + "$ref": "#/definitions/external" + }, + { + "$ref": "#/definitions/external-community" + } + ] + }, + "uniqueItems": true, + "minItems": 1, + "definitions": { + "built-in": { + "description": "Built-in plugins", + "anyOf": [ + { + "$ref": "plugins/blog.json" + }, + { + "$ref": "plugins/group.json" + }, + { + "$ref": "plugins/info.json" + }, + { + "$ref": "plugins/meta.json" + }, + { + "$ref": "plugins/offline.json" + }, + { + "$ref": "plugins/optimize.json" + }, + { + "$ref": "plugins/privacy.json" + }, + { + "$ref": "plugins/projects.json" + }, + { + "$ref": "plugins/search.json" + }, + { + "$ref": "plugins/social.json" + }, + { + "$ref": "plugins/tags.json" + }, + { + "$ref": "plugins/typeset.json" + } + ] + }, + "external": { + "description": "External plugins, schema provided by us", + "anyOf": [ + { + "$ref": "plugins/external/gen-files.json" + }, + { + "$ref": "plugins/external/git-authors.json" + }, + { + "$ref": "plugins/external/git-committers.json" + }, + { + "$ref": "plugins/external/git-revision-date.json" + }, + { + "$ref": "plugins/external/literate-nav.json" + }, + { + "$ref": "plugins/external/macros.json" + }, + { + "$ref": "plugins/external/minify.json" + }, + { + "$ref": "plugins/external/redirects.json" + }, + { + "$ref": "plugins/external/section-index.json" + } + ] + }, + "external-community": { + "description": "External plugins, schema provided by our community", + "anyOf": [ + { + "$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-material-relative-language-selector/master/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/Guts/mkdocs-rss-plugin/main/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/timvink/mkdocs-git-revision-date-localized-plugin/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/blueswen/mkdocs-glightbox/main/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/prcr/mkdocs-meta-descriptions-plugin/main/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/mkdocstrings/mkdocstrings/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/pawamoy/mkdocs-coverage/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/pawamoy/mkdocs-spellcheck/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/pawamoy/markdown-exec/master/docs/schema.json" + } + ] + } + } +} diff --git a/schema/plugins/blog.json b/schema/plugins/blog.json new file mode 100644 index 0000000..0163ec2 --- /dev/null +++ b/schema/plugins/blog.json @@ -0,0 +1,365 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in blog plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/", + "enum": [ + "blog" + ] + }, + { + "type": "object", + "properties": { + "blog": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.enabled", + "type": "boolean", + "default": true + }, + "blog_dir": { + "title": "Blog directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.blog_dir", + "type": "string", + "default": "blog" + }, + "blog_toc": { + "title": "Blog table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.blog_toc", + "type": "boolean", + "default": false + }, + "post_dir": { + "title": "Blog posts directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_dir", + "type": "string", + "default": "\"{blog\\}/posts\"" + }, + "post_date_format": { + "title": "Format string for post dates", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_date_format", + "default": "long", + "oneOf": [ + { + "enum": [ + "full", + "long", + "medium", + "short" + ] + }, + { + "type": "string" + } + ] + }, + "post_url_date_format": { + "title": "Format string for post dates in URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_url_date_format", + "oneOf": [ + { + "enum": [ + "yyyy", + "yyyy/MM", + "yyyy/MM/dd" + ] + }, + { + "type": "string" + } + ], + "default": "yyyy" + }, + "post_url_format": { + "title": "Format string for post URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_url_format", + "oneOf": [ + { + "enum": [ + "\"{date}/{file}\"", + "\"{date}/{slug}\"", + "\"{file}\"", + "\"{slug}\"" + ] + }, + { + "type": "string" + } + ] + }, + "post_url_max_categories": { + "title": "Number of categories in post URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_url_max_categories", + "type": "number", + "default": 1 + }, + "post_slugify": { + "title": "Post slugify function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + }, + "post_slugify_separator": { + "title": "Post slugify separator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_slugify_separator", + "type": "string", + "default": "\"-\"" + }, + "post_excerpt": { + "title": "Post excerpts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_excerpt", + "oneOf": [ + { + "title": "Post excerpts are optional", + "enum": [ + "optional" + ] + }, + { + "title": "Post excerpts are required, thus the build will fail", + "enum": [ + "required" + ] + } + ], + "default": "optional" + }, + "post_excerpt_max_authors": { + "title": "Number of authors to render in post excerpts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_excerpt_max_authors", + "type": "number", + "default": 1 + }, + "post_excerpt_max_categories": { + "title": "Number of categories to render in post excerpts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_excerpt_max_categories", + "type": "number", + "default": 5 + }, + "post_excerpt_separator": { + "title": "Post excerpt separator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_excerpt_separator", + "type": "string", + "default": "" + }, + "post_readtime": { + "title": "Post reading time computation", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_readtime", + "type": "boolean", + "default": true + }, + "post_readtime_words_per_minute": { + "title": "Post reading time words per minute", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_readtime_words_per_minute", + "type": "number", + "default": 265 + }, + "archive": { + "title": "Archive", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive", + "type": "boolean", + "default": true + }, + "archive_name": { + "title": "Archive name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_name", + "type": "string", + "default": "Archive" + }, + "archive_date_format": { + "title": "Format string for archive dates", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_date_format", + "oneOf": [ + { + "enum": [ + "yyyy", + "MMMM yyyy" + ] + }, + { + "type": "string" + } + ], + "default": "yyyy" + }, + "archive_url_date_format": { + "title": "Format string for archive dates in URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_url_date_format", + "oneOf": [ + { + "enum": [ + "yyyy", + "yyyy/MM" + ] + }, + { + "type": "string" + } + ], + "default": "yyyy" + }, + "archive_url_format": { + "title": "Format string for archive URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_url_format", + "oneOf": [ + { + "enum": [ + "\"archive/{date}\"" + ] + }, + { + "type": "string" + } + ] + }, + "archive_toc": { + "title": "Archive table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.archive_toc", + "type": "boolean", + "default": false + }, + "categories": { + "title": "Categories", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories", + "type": "boolean", + "default": true + }, + "categories_name": { + "title": "Categories name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_name", + "type": "string", + "default": "Categories" + }, + "categories_url_format": { + "title": "Format string for category URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_url_format", + "oneOf": [ + { + "enum": [ + "\"category/{slug}\"", + "\"{slug}\"" + ] + }, + { + "type": "string" + } + ] + }, + "categories_slugify": { + "title": "Categories slugify function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + }, + "categories_slugify_separator": { + "title": "Categories slugify separator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_slugify_separator", + "type": "string", + "default": "\"-\"" + }, + "categories_allowed": { + "title": "Categories allowed", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_allowed", + "type": "array", + "items": { + "type": "string" + }, + "uniqueItems": true, + "default": [] + }, + "categories_toc": { + "title": "Categories table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.categories_toc", + "type": "boolean", + "default": false + }, + "pagination": { + "title": "Pagination", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination", + "type": "boolean", + "default": true + }, + "pagination_per_page": { + "title": "Posts per page", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination_per_page", + "type": "number", + "default": 10 + }, + "pagination_url_format": { + "title": "Format string for pagination URLs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination_url_format", + "oneOf": [ + { + "enum": [ + "\"page/{page}\"", + "\"{page}\"" + ] + }, + { + "type": "string" + } + ] + }, + "pagination_template": { + "title": "Template string for pagination", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination_template", + "oneOf": [ + { + "enum": [ + "~2~", + "$link_first $link_previous ~2~ $link_next $link_last", + "$link_previous $page $link_next" + ] + }, + { + "type": "string" + } + ], + "default": "~2~" + }, + "pagination_keep_content": { + "title": "Paginated indexes inherit content", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.pagination_keep_content", + "type": "boolean", + "default": false + }, + "authors": { + "title": "Author info", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors", + "type": "boolean", + "default": true + }, + "authors_file": { + "title": "Authors file", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.authors_file", + "type": "string", + "default": "\"{blog\\}/.authors.yml\"" + }, + "draft": { + "title": "Render posts marked as drafts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.draft", + "type": "boolean", + "default": false + }, + "draft_on_serve": { + "title": "Render posts marked as drafts when previewing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.draft_on_serve", + "type": "boolean", + "default": true + }, + "draft_if_future_date": { + "title": "Automatically mark posts with future dates as drafts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.draft_if_future_date", + "type": "boolean", + "default": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/external/gen-files.json b/schema/plugins/external/gen-files.json new file mode 100644 index 0000000..f1ee3d4 --- /dev/null +++ b/schema/plugins/external/gen-files.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Generate pages during the build", + "oneOf": [ + { + "markdownDescription": "https://github.com/oprypin/mkdocs-gen-files", + "enum": [ + "git-authors" + ] + }, + { + "type": "object", + "properties": { + "gen-files": { + "additionalProperties": false, + "properties": { + "scripts": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": ["object", "null"] + } + } + } + ] +} diff --git a/schema/plugins/external/git-authors.json b/schema/plugins/external/git-authors.json new file mode 100644 index 0000000..5ac5653 --- /dev/null +++ b/schema/plugins/external/git-authors.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add git authors to pages", + "oneOf": [ + { + "markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/", + "enum": [ + "git-authors" + ] + }, + { + "type": "object", + "properties": { + "git-authors": { + "markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html#enabled", + "type": "boolean", + "default": true + }, + "exclude": { + "title": "List of Markdown file patterns", + "markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html#exclude", + "type": "array", + "items": { + "pattern": "(\\*|\\.md)$" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/external/git-committers.json b/schema/plugins/external/git-committers.json new file mode 100644 index 0000000..292fc9e --- /dev/null +++ b/schema/plugins/external/git-committers.json @@ -0,0 +1,45 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add git contributors to pages", + "oneOf": [ + { + "markdownDescription": "https://github.com/ojacques/mkdocs-git-committers-plugin-2", + "enum": [ + "git-committers" + ] + }, + { + "type": "object", + "properties": { + "git-committers": { + "markdownDescription": "https://github.com/ojacques/mkdocs-git-committers-plugin-2", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#+git-committers.enabled", + "type": "boolean", + "default": true + }, + "repository": { + "title": "Repository slug", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#+git-committers.repository", + "type": "string" + }, + "branch": { + "title": "Repository branch", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#+git-committers.branch", + "type": "string", + "default": "master" + } + }, + "additionalProperties": false, + "required": [ + "repository" + ] + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/external/git-revision-date.json b/schema/plugins/external/git-revision-date.json new file mode 100644 index 0000000..71c5a02 --- /dev/null +++ b/schema/plugins/external/git-revision-date.json @@ -0,0 +1,42 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add git revision date to pages", + "oneOf": [ + { + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin", + "enum": [ + "git-revision-date" + ] + }, + { + "type": "object", + "properties": { + "git-revision-date": { + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin", + "type": "object", + "properties": { + "enable_if_env": { + "title": "Enable plugin when environment variable is set", + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options", + "type": "string" + }, + "modify_md": { + "title": "Enable plugin to be used in Markdown files", + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options", + "type": "boolean", + "default": true + }, + "as_datetime": { + "title": "Output as Python datetime", + "markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options", + "type": "boolean", + "default": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/external/literate-nav.json b/schema/plugins/external/literate-nav.json new file mode 100644 index 0000000..2cac166 --- /dev/null +++ b/schema/plugins/external/literate-nav.json @@ -0,0 +1,37 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "title": "Configure navigation in Markdown instead of YAML", + "oneOf": [ + { + "markdownDescription": "https://github.com/oprypin/mkdocs-literate-nav", + "enum": [ + "literate-nav" + ] + }, + { + "type": "object", + "properties": { + "literate-nav": { + "markdownDescription": "https://github.com/oprypin/mkdocs-literate-nav", + "type": "object", + "properties": { + "nav_file": { + "title": "The name of the file to read to determine the navigation for a particular directory under `docs_dir`", + "markdownDescription": "https://oprypin.github.io/mkdocs-literate-nav/reference.html#nav_file", + "type": "string", + "default": "SUMMARY.md" + }, + "implicit_index": { + "title": "If set and a directory has a file named `index.md` or `README.md`, but the literate nav for that directory that never includes it, it will be inserted as the first item of the nav", + "markdownDescription": "https://oprypin.github.io/mkdocs-literate-nav/reference.html#implicit_index", + "type": "boolean", + "default": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/external/macros.json b/schema/plugins/external/macros.json new file mode 100644 index 0000000..56a3c29 --- /dev/null +++ b/schema/plugins/external/macros.json @@ -0,0 +1,72 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "title": "Use variables and macros in Markdown", + "oneOf": [ + { + "markdownDescription": "https://github.com/fralau/mkdocs_macros_plugin", + "enum": [ + "macros" + ] + }, + { + "type": "object", + "properties": { + "macros": { + "markdownDescription": "", + "type": "object", + "properties": { + "module_name": { + "title": "Name of the Python module containing macros, filters and variables", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/#configuration-of-the-plugin", + "type": "string", + "default": "main" + }, + "modules": { + "title": "List of preinstalled Python modules, i.e. listed by `pip list`", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/#configuration-of-the-plugin", + "type": "array" + }, + "include_dir": { + "title": "Directory for including external files", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#changing-the-directory-of-the-includes", + "type": "string" + }, + "include_yaml": { + "title": "List of yaml files or `key: filename` pairs to be included", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#including-external-yaml-files", + "type": "array" + }, + "j2_block_start_string": { + "title": "Non-standard Jinja2 marker for start of block", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#solution-4-altering-the-syntax-of-jinja2-for-mkdocs-macros", + "type": "string" + }, + "j2_block_end_string": { + "title": "Non-standard Jinja2 marker for end of block", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#solution-4-altering-the-syntax-of-jinja2-for-mkdocs-macros", + "type": "string" + }, + "j2_variable_start_string": { + "title": "Non-standard Jinja2 marker for start of variable", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#solution-4-altering-the-syntax-of-jinja2-for-mkdocs-macros", + "type": "string" + }, + "j2_variable_end_string": { + "title": "Non-standard Jinja2 marker for end of variable", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#solution-4-altering-the-syntax-of-jinja2-for-mkdocs-macros", + "type": "string" + }, + "on_error_fail": { + "title": "Stop build/serve when macro error happens", + "markdownDescription": "https://mkdocs-macros-plugin.readthedocs.io/en/latest/advanced/#can-i-make-mkdocs-macros-build-process-to-fail-in-case-of-error-instead-of-displaying-the-error-on-the-page", + "type": "boolean", + "default": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/external/minify.json b/schema/plugins/external/minify.json new file mode 100644 index 0000000..5867fa6 --- /dev/null +++ b/schema/plugins/external/minify.json @@ -0,0 +1,76 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Minify HTML, JavaScript and CSS during the build", + "type": "object", + "properties": { + "minify": { + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin", + "type": "object", + "dependencies": { + "minify_js": [ + "js_files" + ], + "minify_css": [ + "css_files" + ] + }, + "properties": { + "minify_html": { + "title": "Minify HTML files", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "boolean", + "default": true + }, + "minify_js": { + "title": "Minify JavaScript files", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "boolean", + "default": false + }, + "minify_css": { + "title": "Minify CSS files", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "boolean", + "default": false + }, + "htmlmin_opts": { + "title": "Options for HTML minifier", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "object" + }, + "cache_safe": { + "title": "Add hash to Javascript and CSS file names", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "boolean", + "default": false + }, + "js_files": { + "title": "JavaScript files to minify", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "array", + "items": { + "title": "Path to JavaScript file", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "pattern": "\\.js$" + }, + "uniqueItems": true, + "minItems": 1 + }, + "css_files": { + "title": "CSS files to minify", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "type": "array", + "items": { + "title": "Path to CSS file", + "markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options", + "pattern": "\\.css$" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/schema/plugins/external/redirects.json b/schema/plugins/external/redirects.json new file mode 100644 index 0000000..e053486 --- /dev/null +++ b/schema/plugins/external/redirects.json @@ -0,0 +1,51 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add redirects when moving pages to new locations", + "type": "object", + "properties": { + "redirects": { + "markdownDescription": "https://github.com/mkdocs/mkdocs-redirects", + "type": "object", + "properties": { + "redirect_maps": { + "title": "Mapping of Markdown files", + "markdownDescription": "https://github.com/mkdocs/mkdocs-redirects#using", + "type": "object", + "patternProperties": { + "\\.md$": { + "oneOf": [ + { + "title": "Internal redirect", + "markdownDescription": "https://github.com/mkdocs/mkdocs-redirects#using", + "pattern": "\\.md(#\\S+)?$" + }, + { + "title": "External redirect", + "markdownDescription": "https://github.com/mkdocs/mkdocs-redirects#using", + "pattern": "^https?:" + } + ] + } + }, + "defaultSnippets": [ + { + "label": "Internal redirect", + "body": { + "${1:from}.md": "${2:to}.md" + } + }, + { + "label": "External redirect", + "body": { + "${1:from}.md": "https://${2:to.url}" + } + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false +} diff --git a/schema/plugins/external/section-index.json b/schema/plugins/external/section-index.json new file mode 100644 index 0000000..66bf9cd --- /dev/null +++ b/schema/plugins/external/section-index.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Add index section pages to navigation", + "oneOf": [ + { + "markdownDescription": "https://github.com/oprypin/mkdocs-section-index", + "enum": [ + "section-index" + ] + }, + { + "type": "object", + "additionalProperties": false, + "properties": { + "section-index": {} + } + } + ] +} diff --git a/schema/plugins/group.json b/schema/plugins/group.json new file mode 100644 index 0000000..f5c5647 --- /dev/null +++ b/schema/plugins/group.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in group plugin", + "oneOf": [ + { + "type": "object", + "properties": { + "group": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/group/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/group/#config.enabled", + "type": "boolean", + "default": true + }, + "plugins": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/group/#config.plugins", + "$ref": "../plugins.json" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/info.json b/schema/plugins/info.json new file mode 100644 index 0000000..f026b01 --- /dev/null +++ b/schema/plugins/info.json @@ -0,0 +1,49 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in info plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/", + "enum": [ + "info" + ] + }, + { + "type": "object", + "properties": { + "info": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.enabled", + "type": "boolean", + "default": true + }, + "enabled_on_serve": { + "title": "Enable plugin when previewing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.enabled_on_serve", + "type": "boolean", + "default": false + }, + "archive": { + "title": "Enable creation of archive", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.archive", + "type": "boolean", + "default": true + }, + "archive_stop_on_violation": { + "title": "Stop creation of archive on violation", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.archive_stop_on_violation", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/meta.json b/schema/plugins/meta.json new file mode 100644 index 0000000..4aa1244 --- /dev/null +++ b/schema/plugins/meta.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in meta plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/", + "enum": [ + "meta" + ] + }, + { + "type": "object", + "properties": { + "meta": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/#config.enabled", + "type": "boolean", + "default": true + }, + "meta_file": { + "title": "Meta file name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/#config.meta_file", + "pattern": "\\.yml$", + "default": "\"**/.meta.yml\"" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/offline.json b/schema/plugins/offline.json new file mode 100644 index 0000000..3c0f5ea --- /dev/null +++ b/schema/plugins/offline.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in offline plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/offline/", + "enum": [ + "offline" + ] + }, + { + "type": "object", + "properties": { + "offline": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/offline/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/offline/#config.enabled", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/optimize.json b/schema/plugins/optimize.json new file mode 100644 index 0000000..346eee0 --- /dev/null +++ b/schema/plugins/optimize.json @@ -0,0 +1,120 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in optimize plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/", + "enum": [ + "optimize" + ] + }, + { + "type": "object", + "properties": { + "optimize": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.enabled", + "type": "boolean", + "default": true + }, + "concurrency": { + "title": "Concurrency (number of CPUs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.concurrency", + "type": "number" + }, + "cache": { + "title": "Enable caching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.cache", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.cache_dir", + "type": "string", + "default": ".cache/plugins/optimize" + }, + "optimize_png": { + "title": "Optimization of PNGs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_png", + "type": "boolean", + "default": true + }, + "optimize_png_speed": { + "title": "Speed/quality tradeoff [1,10]", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_png_speed", + "type": "number", + "default": 4 + }, + "optimize_png_strip": { + "title": "Strip unnecessary metadata from PNGs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_png_strip", + "type": "boolean", + "default": true + }, + "optimize_jpg": { + "title": "Optimization of JPGs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_jpg", + "type": "boolean", + "default": true + }, + "optimize_jpg_quality": { + "title": "Speed/quality tradeoff for pngquant [0,10]", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_jpg_quality", + "type": "number", + "default": 60 + }, + "optimize_jpg_progressive": { + "title": "Progressive encoding (faster rendering)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_jpg_progressive", + "type": "boolean", + "default": true + }, + "optimize_include": { + "title": "Files or folders to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_include", + "type": "array", + "items": { + "title": "Files or folders matching this pattern will be included", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_include", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "optimize_exclude": { + "title": "Files or folders to exclude", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_exclude", + "type": "array", + "items": { + "title": "Files or folders matching this pattern will be excluded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.optimize_exclude", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "print_gain": { + "title": "Print optimization gain", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.print_gain", + "type": "boolean", + "default": true + }, + "print_gain_summary": { + "title": "Print optimization gain summary", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/optimize/#config.print_gain_summary", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/privacy.json b/schema/plugins/privacy.json new file mode 100644 index 0000000..85593a1 --- /dev/null +++ b/schema/plugins/privacy.json @@ -0,0 +1,112 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in privacy plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/", + "enum": [ + "privacy" + ] + }, + { + "type": "object", + "properties": { + "privacy": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.enabled", + "type": "boolean", + "default": true + }, + "concurrency": { + "title": "Concurrency (number of CPUs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.concurrency", + "type": "number" + }, + "cache": { + "title": "Enable caching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.cache", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.cache_dir", + "type": "string", + "default": ".cache/plugins/privacy" + }, + "assets": { + "title": "Process external assets", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets", + "type": "boolean", + "default": true + }, + "assets_fetch": { + "title": "Download external assets", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_fetch", + "type": "boolean", + "default": true + }, + "assets_fetch_dir": { + "title": "Download external assets to this directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_fetch_dir", + "type": "string", + "default": "assets/external" + }, + "assets_include": { + "title": "External assets to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_include", + "type": "array", + "items": { + "title": "External assets matching this pattern will be downloaded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_include", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "assets_exclude": { + "title": "External assets to exclude", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_exclude", + "type": "array", + "items": { + "title": "External assets matching this pattern will not be downloaded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.assets_exclude", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "links": { + "title": "Process external links", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.links", + "type": "boolean", + "default": true + }, + "links_attr_map": { + "title": "Custom attributes to add to external links", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.links_attr_map", + "type": "object", + "patternProperties": { + "^[\\w_]+$": { + "type": "string" + } + } + }, + "links_noopener": { + "title": "Behavior for external links that open in new windows", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/privacy/#config.links_noopener", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/projects.json b/schema/plugins/projects.json new file mode 100644 index 0000000..e8d4232 --- /dev/null +++ b/schema/plugins/projects.json @@ -0,0 +1,82 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in projects plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/", + "enum": [ + "projects" + ] + }, + { + "type": "object", + "properties": { + "projects": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.enabled", + "type": "boolean", + "default": true + }, + "concurrency": { + "title": "Concurrency (number of CPUs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.concurrency", + "type": "number" + }, + "cache": { + "title": "Enable caching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.cache", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.cache_dir", + "type": "string", + "default": ".cache/plugins/projects" + }, + "projects": { + "title": "Enable projects", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects", + "type": "boolean", + "default": true + }, + "projects_dir": { + "title": "Projects directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_dir", + "type": "string", + "default": "projects" + }, + "projects_config_files": { + "title": "Projects configuration files", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_config_files", + "type": "string", + "default": "\"*/mkdocs.yml\"" + }, + "projects_config_transform": { + "title": "Projects configuration transform", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_config_transform", + "type": "string", + "defaultSnippets": [ + { + "body": "!!python/name:${1:module}.${2:function}" + } + ] + }, + "hosting": { + "title": "Enable hoisting", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.hoisting", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/search.json b/schema/plugins/search.json new file mode 100644 index 0000000..68112b9 --- /dev/null +++ b/schema/plugins/search.json @@ -0,0 +1,192 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in search plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/", + "enum": [ + "search" + ] + }, + { + "type": "object", + "properties": { + "search": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/", + "type": "object", + "properties": { + "lang": { + "oneOf": [ + { + "$ref": "#/definitions/lang" + }, + { + "type": "array", + "items": { + "$ref": "#/definitions/lang" + }, + "uniqueItems": true, + "minItems": 1 + } + ], + "default": "en" + }, + "separator": { + "title": "Separator for indexing and query tokenization", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.separator", + "type": "string" + }, + "pipeline": { + "title": "Text processing pipeline for indexing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.pipeline", + "type": "array", + "items": { + "enum": [ + "stemmer", + "stopWordFilter", + "trimmer" + ] + }, + "uniqueItems": true + }, + "jieba_dict": { + "title": "Jieba dictionary replacement", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.jieba_dict", + "type": "string" + }, + "jieba_dict_user": { + "title": "Jieba dictionary augmentation", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.jieba_dict_user", + "type": "string" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ], + "definitions": { + "lang": { + "title": "Site search language", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/search/#config.lang", + "oneOf": [ + { + "title": "Site search language: Arabic", + "enum": [ + "ar" + ] + }, + { + "title": "Site search language: Danish", + "enum": [ + "da" + ] + }, + { + "title": "Site search language: German", + "enum": [ + "de" + ] + }, + { + "title": "Site search language: Dutch", + "enum": [ + "du" + ] + }, + { + "title": "Site search language: English", + "enum": [ + "en" + ] + }, + { + "title": "Site search language: Spanish", + "enum": [ + "es" + ] + }, + { + "title": "Site search language: Finnish", + "enum": [ + "fi" + ] + }, + { + "title": "Site search language: French", + "enum": [ + "fr" + ] + }, + { + "title": "Site search language: Hungarian", + "enum": [ + "hu" + ] + }, + { + "title": "Site search language: Italian", + "enum": [ + "it" + ] + }, + { + "title": "Site search language: Japanese", + "enum": [ + "ja" + ] + }, + { + "title": "Site search language: Norwegian", + "enum": [ + "no" + ] + }, + { + "title": "Site search language: Portuguese", + "enum": [ + "pt" + ] + }, + { + "title": "Site search language: Romanian", + "enum": [ + "ro" + ] + }, + { + "title": "Site search language: Russian", + "enum": [ + "ru" + ] + }, + { + "title": "Site search language: Swedish", + "enum": [ + "sv" + ] + }, + { + "title": "Site search language: Thai", + "enum": [ + "th" + ] + }, + { + "title": "Site search language: Turkish", + "enum": [ + "tr" + ] + }, + { + "title": "Site search language: Vietnamese", + "enum": [ + "vi" + ] + } + ] + } + } +} + diff --git a/schema/plugins/social.json b/schema/plugins/social.json new file mode 100644 index 0000000..efc2959 --- /dev/null +++ b/schema/plugins/social.json @@ -0,0 +1,143 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in social plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/", + "enum": [ + "social" + ] + }, + { + "type": "object", + "properties": { + "social": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.enabled", + "type": "boolean", + "default": true + }, + "concurrency": { + "title": "Concurrency (number of CPUs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.concurrency", + "type": "number" + }, + "cache": { + "title": "Enable caching", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cache", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cache_dir", + "type": "string", + "default": ".cache/plugins/social" + }, + "cards": { + "title": "Social cards", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards", + "type": "boolean", + "default": true + }, + "cards_dir": { + "title": "Social cards directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_dir", + "type": "string", + "default": "assets/images/social" + }, + "cards_layout_dir": { + "title": "Social cards layout directory", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_layout_dir", + "type": "string", + "default": "layouts" + }, + "cards_layout": { + "title": "Social cards layout", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_layout", + "default": "default", + "oneOf": [ + { + "enum": [ + "default", + "default/accent", + "default/invert", + "default/variant" + ] + }, + { + "type": "string" + } + ] + }, + "cards_layout_options": { + "title": "Social cards layout options", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_layout_options", + "type": "object" + }, + "cards_include": { + "title": "Pages or folders to include", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_include", + "type": "array", + "items": { + "title": "Pages or folders matching this pattern will be included", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_include", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "cards_exclude": { + "title": "Pages or folders to exclude", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_exclude", + "type": "array", + "items": { + "title": "Pages or folders matching this pattern will be excluded", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.cards_exclude", + "pattern": ".*" + }, + "uniqueItems": true, + "minItems": 1 + }, + "debug": { + "title": "Debug mode", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug", + "type": "boolean", + "default": true + }, + "debug_on_build": { + "title": "Always disable debug mode on build", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug_on_build", + "type": "boolean", + "default": false + }, + "debug_grid": { + "title": "Debug grid", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug_grid", + "type": "boolean", + "default": true + }, + "debug_grid_step": { + "title": "Debug grid step size", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug_grid_step", + "type": "number", + "default": 32 + }, + "debug_color": { + "title": "Debug color", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/social/#config.debug_color", + "type": "string", + "default": "yellow" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/tags.json b/schema/plugins/tags.json new file mode 100644 index 0000000..b853857 --- /dev/null +++ b/schema/plugins/tags.json @@ -0,0 +1,93 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in tags plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/", + "enum": [ + "tags" + ] + }, + { + "type": "object", + "properties": { + "tags": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.enabled", + "type": "boolean", + "default": true + }, + "tags_file": { + "title": "Markdown file to render tags index", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_file", + "pattern": "\\.md$", + "default": "tags.md" + }, + "tags_extra_files": { + "title": "Markdown files to render additional tags indexes", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_extra_files", + "type": "object", + "patternProperties": { + "\\.md$": { + "type": "array", + "items": { + "type": "string" + }, + "uniqueItems": true + } + }, + "additionalProperties": false + }, + "tags_slugify": { + "title": "Tags slugify function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_slugify", + "default": "!!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}" + }, + "tags_slugify_separator": { + "title": "Tags slugify separator", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_slugify_separator", + "type": "string", + "default": "\"-\"" + }, + "tags_compare": { + "title": "Sort tags by this function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_compare", + "default": "!!python/name:material.plugins.tags.casefold" + }, + "tags_compare_reverse": { + "title": "Soft tags in reverse", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_compare_reverse", + "default": false + }, + "tags_pages_compare": { + "title": "Sort tags pages by this function", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_pages_compare", + "default": "!!python/name:material.plugins.tags.page_title" + }, + "tags_pages_compare_reverse": { + "title": "Soft tags pages in reverse", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_pages_compare_reverse", + "default": false + }, + "tags_allowed": { + "title": "Tags allowed", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/tags/#config.tags_allowed", + "type": "array", + "items": { + "type": "string" + }, + "uniqueItems": true, + "default": [] + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/plugins/typeset.json b/schema/plugins/typeset.json new file mode 100644 index 0000000..d6fcdb1 --- /dev/null +++ b/schema/plugins/typeset.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Built-in typeset plugin", + "oneOf": [ + { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/typeset/", + "enum": [ + "typeset" + ] + }, + { + "type": "object", + "properties": { + "typeset": { + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/typeset/", + "type": "object", + "properties": { + "enabled": { + "title": "Enable plugin", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/typeset/#config.enabled", + "type": "boolean", + "default": true + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + } + ] +} diff --git a/schema/theme.json b/schema/theme.json new file mode 100644 index 0000000..1f90315 --- /dev/null +++ b/schema/theme.json @@ -0,0 +1,990 @@ +{ + "$schema": "https://json-schema.org/draft-07/schema", + "title": "Theme configuration", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/", + "type": "object", + "properties": { + "name": { + "title": "Theme name", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#name", + "oneOf": [ + { + "enum": [ + "material" + ] + }, + { + "type": "null" + } + ], + "default": "material" + }, + "custom_dir": { + "title": "Directory with theme overrides", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#setup-and-theme-structure", + "type": "string", + "defaultSnippets": [ + { + "body": "${1:overrides}" + } + ] + }, + "static_templates": { + "title": "Static templates to render", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#static_templates", + "type": "array", + "items": { + "title": "Path to HTML file", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#static_templates", + "pattern": "\\.html$" + }, + "uniqueItems": true, + "minItems": 1 + }, + "language": { + "title": "Site language", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/", + "oneOf": [ + { + "title": "Site language: Custom", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#custom-translations", + "enum": [ + "custom" + ] + }, + { + "title": "Site language: Afrikaans", + "enum": [ + "af" + ] + }, + { + "title": "Site language: Arabic", + "enum": [ + "ar" + ] + }, + { + "title": "Site language: Bulgarian", + "enum": [ + "bg" + ] + }, + { + "title": "Site language: Bengali (Bangla)", + "enum": [ + "bn" + ] + }, + { + "title": "Site language: Catalan", + "enum": [ + "ca" + ] + }, + { + "title": "Site language: Czech", + "enum": [ + "cs" + ] + }, + { + "title": "Site language: Danish", + "enum": [ + "da" + ] + }, + { + "title": "Site language: German", + "enum": [ + "de" + ] + }, + { + "title": "Site language: Greek", + "enum": [ + "el" + ] + }, + { + "title": "Site language: English", + "enum": [ + "en" + ] + }, + { + "title": "Site language: Esperanto", + "enum": [ + "eo" + ] + }, + { + "title": "Site language: Spanish", + "enum": [ + "es" + ] + }, + { + "title": "Site language: Estonian", + "enum": [ + "et" + ] + }, + { + "title": "Site language: Persian (Farsi)", + "enum": [ + "fa" + ] + }, + { + "title": "Site language: Finnish", + "enum": [ + "fi" + ] + }, + { + "title": "Site language: French", + "enum": [ + "fr" + ] + }, + { + "title": "Site language: Galician", + "enum": [ + "gl" + ] + }, + { + "title": "Site language: Hebrew", + "enum": [ + "he" + ] + }, + { + "title": "Site language: Hindi", + "enum": [ + "hi" + ] + }, + { + "title": "Site language: Croatian", + "enum": [ + "hr" + ] + }, + { + "title": "Site language: Hungarian", + "enum": [ + "hu" + ] + }, + { + "title": "Site language: Armenian", + "enum": [ + "hy" + ] + }, + { + "title": "Site language: Indonesian", + "enum": [ + "id" + ] + }, + { + "title": "Site language: Icelandic", + "enum": [ + "is" + ] + }, + { + "title": "Site language: Italian", + "enum": [ + "it" + ] + }, + { + "title": "Site language: Japanese", + "enum": [ + "ja" + ] + }, + { + "title": "Site language: Georgian", + "enum": [ + "ka" + ] + }, + { + "title": "Site language: Kannada", + "enum": [ + "kn" + ] + }, + { + "title": "Site language: Korean", + "enum": [ + "ko" + ] + }, + { + "title": "Site language: Lithuanian", + "enum": [ + "lt" + ] + }, + { + "title": "Site language: Latvian", + "enum": [ + "lv" + ] + }, + { + "title": "Site language: Macedonian", + "enum": [ + "mk" + ] + }, + { + "title": "Site language: Mongolian", + "enum": [ + "mn" + ] + }, + { + "title": "Site language: Bahasa Malaysia", + "enum": [ + "ms" + ] + }, + { + "title": "Site language: Burmese", + "enum": [ + "my" + ] + }, + { + "title": "Site language: Dutch", + "enum": [ + "nl" + ] + }, + { + "title": "Site language: Norwegian (Bokmål)", + "enum": [ + "nb" + ] + }, + { + "title": "Site language: Norwegian (Nynorsk)", + "enum": [ + "nn" + ] + }, + { + "title": "Site language: Polish", + "enum": [ + "pl" + ] + }, + { + "title": "Site language: Portuguese", + "enum": [ + "pt" + ] + }, + { + "title": "Site language: Portuguese (Brasilian)", + "enum": [ + "pt-BR" + ] + }, + { + "title": "Site language: Romanian", + "enum": [ + "ro" + ] + }, + { + "title": "Site language: Russian", + "enum": [ + "ru" + ] + }, + { + "title": "Site language: Sanskrit", + "enum": [ + "sa" + ] + }, + { + "title": "Site language: Serbo-Croatian", + "enum": [ + "sh" + ] + }, + { + "title": "Site language: Sinhalese", + "enum": [ + "si" + ] + }, + { + "title": "Site language: Slovak", + "enum": [ + "sk" + ] + }, + { + "title": "Site language: Slovenian", + "enum": [ + "sl" + ] + }, + { + "title": "Site language: Serbian", + "enum": [ + "sr" + ] + }, + { + "title": "Site language: Swedish", + "enum": [ + "sv" + ] + }, + { + "title": "Site language: Telugu", + "enum": [ + "te" + ] + }, + { + "title": "Site language: Thai", + "enum": [ + "th" + ] + }, + { + "title": "Site language: Tagalog", + "enum": [ + "tl" + ] + }, + { + "title": "Site language: Turkish", + "enum": [ + "tr" + ] + }, + { + "title": "Site language: Ukrainian", + "enum": [ + "uk" + ] + }, + { + "title": "Site language: Urdu", + "enum": [ + "ur" + ] + }, + { + "title": "Site language: Uzbek", + "enum": [ + "uz" + ] + }, + { + "title": "Site language: Vietnamese", + "enum": [ + "vi" + ] + }, + { + "title": "Site language: Chinese (Simplified)", + "enum": [ + "zh" + ] + }, + { + "title": "Site language: Chinese (Traditional)", + "enum": [ + "zh-Hant" + ] + }, + { + "title": "Site language: Chinese (Taiwanese)", + "enum": [ + "zh-TW" + ] + } + ], + "default": "en" + }, + "direction": { + "title": "Directionality", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#directionality", + "enum": [ + "ltr", + "rtl" + ] + }, + "favicon": { + "title": "Favicon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#favicon", + "pattern": "\\.(ico|png|svg|jpe?g)$", + "defaultSnippets": [ + { + "body": "${1:path/to/file}.png" + } + ] + }, + "logo": { + "title": "Logo", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo", + "pattern": "\\.(png|svg|jpe?g)$", + "defaultSnippets": [ + { + "body": "${1:path/to/file}.png" + } + ] + }, + "icon": { + "title": "Icons", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/", + "type": "object", + "properties": { + "edit": { + "$ref": "#/definitions/icon" + }, + "view": { + "$ref": "#/definitions/icon" + }, + "logo": { + "$ref": "#/definitions/icon" + }, + "repo": { + "$ref": "#/definitions/icon" + }, + "admonition": { + "title": "Admonition icon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/admonitions/#admonition-icons", + "type": "object", + "properties": { + "note": { + "$ref": "#/definitions/icon" + }, + "abstract": { + "$ref": "#/definitions/icon" + }, + "info": { + "$ref": "#/definitions/icon" + }, + "tip": { + "$ref": "#/definitions/icon" + }, + "success": { + "$ref": "#/definitions/icon" + }, + "question": { + "$ref": "#/definitions/icon" + }, + "warning": { + "$ref": "#/definitions/icon" + }, + "failure": { + "$ref": "#/definitions/icon" + }, + "danger": { + "$ref": "#/definitions/icon" + }, + "bug": { + "$ref": "#/definitions/icon" + }, + "example": { + "$ref": "#/definitions/icon" + }, + "quote": { + "$ref": "#/definitions/icon" + } + }, + "additionalProperties": false, + "defaultSnippets": [ + { + "label": "note", + "body": "note: ${1:material/pencil-circle}" + }, + { + "label": "abstract", + "body": "abstract: ${1:material/clipboard-text}" + }, + { + "label": "info", + "body": "info: ${1:material/information}" + }, + { + "label": "tip", + "body": "tip: ${1:material/fire}" + }, + { + "label": "success", + "body": "success: ${1:material/check}" + }, + { + "label": "question", + "body": "question: ${1:material/help-circle}" + }, + { + "label": "warning", + "body": "warning: ${1:material/alert}" + }, + { + "label": "failure", + "body": "failure: ${1:material/close}" + }, + { + "label": "danger", + "body": "danger: ${1:material/lightning-bolt-circle}" + }, + { + "label": "bug", + "body": "bug: ${1:material/shield-bug}" + }, + { + "label": "example", + "body": "example: ${1:material/test-tube}" + }, + { + "label": "quote", + "body": "quote: ${1:material/format-quote-close}" + } + ] + }, + "tag": { + "title": "Tag icon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers", + "type": "object", + "patternProperties": { + "^[\\w-]+$": { + "$ref": "#/definitions/icon" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "defaultSnippets": [ + { + "label": "edit", + "body": "edit: ${1:material/pencil}" + }, + { + "label": "logo", + "body": "logo: ${1:material/library}" + }, + { + "label": "repo", + "body": "repo: ${1:fontawesome/brands/git-alt}" + } + ] + }, + "features": { + "title": "Feature flags", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/", + "type": "array", + "items": { + "oneOf": [ + { + "title": "Mark as read", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#mark-as-read", + "enum": [ + "announce.dismiss" + ] + }, + { + "title": "Edit this page", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions", + "enum": [ + "content.action.edit" + ] + }, + { + "title": "View source of this page", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions", + "enum": [ + "content.action.view" + ] + }, + { + "title": "Code annotations", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-annotations", + "enum": [ + "content.code.annotate" + ] + }, + { + "title": "Code copy button", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-copy-button", + "enum": [ + "content.code.copy" + ] + }, + { + "title": "Code selection button", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-selection-button", + "enum": [ + "content.code.select" + ] + }, + { + "title": "Linked content tabs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#linked-content-tabs", + "enum": [ + "content.tabs.link" + ] + }, + { + "title": "Improved tooltips", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/tooltips/#improved-tooltips", + "enum": [ + "content.tooltips" + ] + }, + { + "title": "Header hides automatically when scrolling", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#automatic-hiding", + "enum": [ + "header.autohide" + ] + }, + { + "title": "Navigation expansion", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-expansion", + "enum": [ + "navigation.expand" + ] + }, + { + "title": "Navigation footer", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-footer", + "enum": [ + "navigation.footer" + ] + }, + { + "title": "Section index pages", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages", + "enum": [ + "navigation.indexes" + ] + }, + { + "title": "Instant loading", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading", + "enum": [ + "navigation.instant" + ] + }, + { + "title": "Navigation path (Breadcrumbs)", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-path", + "enum": [ + "navigation.path" + ] + }, + { + "title": "Navigation pruning", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-pruning", + "enum": [ + "navigation.prune" + ] + }, + { + "title": "Navigation sections", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections", + "enum": [ + "navigation.sections" + ] + }, + { + "title": "Navigation tabs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-tabs", + "enum": [ + "navigation.tabs" + ] + }, + { + "title": "Sticky navigation tabs", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#sticky-navigation-tabs", + "enum": [ + "navigation.tabs.sticky" + ] + }, + { + "title": "Back-to-top button", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#back-to-top-button", + "enum": [ + "navigation.top" + ] + }, + { + "title": "Anchor tracking", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-tracking", + "enum": [ + "navigation.tracking" + ] + }, + { + "title": "Search higlighting", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-highlighting", + "enum": [ + "search.highlight" + ] + }, + { + "title": "Search sharing", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-sharing", + "enum": [ + "search.share" + ] + }, + { + "title": "Search suggestions", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-suggestions", + "enum": [ + "search.suggest" + ] + }, + { + "title": "Integrated table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-following", + "enum": [ + "toc.follow" + ] + }, + { + "title": "Integrated table of contents", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-integration", + "enum": [ + "toc.integrate" + ] + } + ] + }, + "uniqueItems": true, + "minItems": 1 + }, + "palette": { + "oneOf": [ + { + "title": "Color palette", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/", + "type": "object", + "properties": { + "scheme": { + "$ref": "#/definitions/scheme" + }, + "primary": { + "$ref": "#/definitions/primary" + }, + "accent": { + "$ref": "#/definitions/accent" + } + }, + "additionalProperties": false + }, + { + "title": "Color palette", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/", + "type": "array", + "items": { + "type": "object", + "properties": { + "scheme": { + "$ref": "#/definitions/scheme" + }, + "primary": { + "$ref": "#/definitions/primary" + }, + "accent": { + "$ref": "#/definitions/accent" + }, + "media": { + "oneOf": [ + { + "title": "System preference", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#system-preference", + "type": "string", + "enum": [ + "\"(prefers-color-scheme: light)\"", + "\"(prefers-color-scheme: dark)\"" + ] + }, + { + "type": "string" + } + ], + "defaultSnippets": [ + { + "label": "\"(prefers-color-scheme: light)\"", + "body": "\"(prefers-color-scheme: ${1:light})\"" + } + ] + }, + "toggle": { + "title": "Color palette toggle", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-palette-toggle", + "properties": { + "icon": { + "$ref": "#/definitions/icon" + }, + "name": { + "title": "Color palette toggle name", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#toggle-name", + "type": "string" + } + }, + "additionalProperties": false, + "required": [ + "icon", + "name" + ] + } + }, + "additionalProperties": false, + "required": [ + "toggle" + ] + }, + "uniqueItems": true, + "minItems": 1 + } + ], + "default": { + "scheme": "default", + "primary": "indigo", + "accent": "indigo" + } + }, + "font": { + "oneOf": [ + { + "title": "Google Fonts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/", + "properties": { + "text": { + "$ref": "assets/fonts.json" + }, + "code": { + "$ref": "assets/fonts.json" + } + }, + "additionalProperties": false + }, + { + "title": "Disable Google Fonts", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading", + "enum": [ + false + ] + } + ], + "defaultSnippets": [ + { + "body": { + "text": "${1:Roboto}", + "code": "${2:Roboto Mono}" + } + } + ] + } + }, + "additionalProperties": false, + "required": [ + "name" + ], + "definitions": { + "scheme": { + "title": "Color scheme", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-scheme", + "anyOf": [ + { + "enum": [ + "default", + "slate" + ] + }, + { + "type": "string" + } + ] + }, + "primary": { + "title": "Primary color", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color", + "enum": [ + "red", + "pink", + "purple", + "deep purple", + "indigo", + "blue", + "light blue", + "cyan", + "teal", + "green", + "light green", + "lime", + "yellow", + "amber", + "orange", + "deep orange", + "brown", + "grey", + "blue grey", + "black", + "white", + "custom" + ] + }, + "accent": { + "title": "Accent color", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color", + "enum": [ + "red", + "pink", + "purple", + "deep purple", + "indigo", + "blue", + "light blue", + "cyan", + "teal", + "green", + "light green", + "lime", + "yellow", + "amber", + "orange", + "deep orange", + "brown", + "grey", + "blue grey", + "black", + "white", + "custom" + ] + }, + "icon": { + "anyOf": [ + { + "$ref": "assets/icons.json" + }, + { + "title": "Unknown icon", + "type": "string" + } + ] + } + } +}