diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1acdc37..f73c67e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -234,22 +234,6 @@ jobs: npx postject ucrtool-server NODE_SEA_BLOB sea-prep.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 node --experimental-sea-config sea-config.json -# - name: Build docker image -# run : | -# docker login --username albaintor --password ${{ secrets.GH_PAT }} ghcr.io -# docker build . --tag ghcr.io/albaintor/ucr-tool:latest -# docker push ghcr.io/albaintor/ucr-tool:latest -# -# - name: Build and push Docker image -# uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 -# with: -# context: . -# args: username=albaintor,password=${{ secrets.GH_PAT }} -# file: Dockerfile -# platforms: ${{ matrix.platforms }} -# push: true -# outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Unfolded Circle Toolkit - - name: Login to Docker Hub uses: docker/login-action@v3 with: diff --git a/package-lock.json b/package-lock.json index 9a6f1a1..7138a08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ucr-tool", - "version": "2.4.3", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ucr-tool", - "version": "2.4.3", + "version": "2.5.0", "dependencies": { "@angular/animations": "^18.2.6", "@angular/cdk": "^18.2.3", @@ -276,9 +276,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.12.tgz", - "integrity": "sha512-XcWH/VFQ1Rddhdqi/iU8lW3Qg96yVx1NPfrO5lhcSSvVUzYWTZ5r+jh3GqYqUgPWyEp1Kpw3FLsOgVcGcBWQkQ==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.13.tgz", + "integrity": "sha512-rG5J5Ek5Hg+Tz2NjkNOaG6PupiNK/lPfophXpsR1t/nWujqnMWX2krahD/i6kgD+jNWNKCJCYSOVvCx/BHOtKA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -287,7 +287,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.12" + "@angular/core": "18.2.13" } }, "node_modules/@angular/build": { @@ -411,9 +411,9 @@ } }, "node_modules/@angular/common": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.12.tgz", - "integrity": "sha512-gI5o8Bccsi8ow8Wk2vG4Tw/Rw9LoHEA9j8+qHKNR/55SCBsz68Syg310dSyxy+sApJO2WiqIadr5VP36dlSUFw==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.13.tgz", + "integrity": "sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -422,14 +422,14 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.12", + "@angular/core": "18.2.13", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.12.tgz", - "integrity": "sha512-D5d5dLrjQal5DbAXJJNSsCC3UxzjOI2wbc+Iv+LOpRM1gpNwuYfZMX5W7cj62Ce4G2++78CJSppdKBp8D4HErQ==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.13.tgz", + "integrity": "sha512-TzWcrkopyjFF+WeDr2cRe8CcHjU72KfYV3Sm2TkBkcXrkYX5sDjGWrBGrG3hRB4e4okqchrOCvm1MiTdy2vKMA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -438,7 +438,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.12" + "@angular/core": "18.2.13" }, "peerDependenciesMeta": { "@angular/core": { @@ -447,9 +447,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.2.12.tgz", - "integrity": "sha512-IWimTNq5Q+i2Wxev6HLqnN4iYbPvLz04W1BBycT1LfGUsHcjFYLuUqbeUzHbk2snmBAzXkixgVpo8SF6P4Y5Pg==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.2.13.tgz", + "integrity": "sha512-DBSh4AQwkiJDSiVvJATRmjxf6wyUs9pwQLgaFdSlfuTRO+sdb0J2z1r3BYm8t0IqdoyXzdZq2YCH43EmyvD71g==", "dev": true, "license": "MIT", "dependencies": { @@ -471,44 +471,14 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "18.2.12", + "@angular/compiler": "18.2.13", "typescript": ">=5.4 <5.6" } }, - "node_modules/@angular/compiler-cli/node_modules/chokidar": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", - "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "readdirp": "^4.0.1" - }, - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@angular/compiler-cli/node_modules/readdirp": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", - "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/@angular/core": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.12.tgz", - "integrity": "sha512-wCf/OObwS6bpM60rk6bpMpCRGp0DlMLB1WNAMtfcaPNyqimVV5Bm98mWRhkOuRyvU3fU7iHhM/10ePVaoyu9+A==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.13.tgz", + "integrity": "sha512-8mbWHMgO95OuFV1Ejy4oKmbe9NOJ3WazQf/f7wks8Bck7pcihd0IKhlPBNjFllbF5o+04EYSwFhEtvEgjMDClA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -522,9 +492,9 @@ } }, "node_modules/@angular/forms": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.12.tgz", - "integrity": "sha512-FsukBJEU6jfAmht7TrODTkct/o4iwCZvGozuThOp0tYUPD/E1rZZzuKjEyTnT5Azpfkf0Wqx1nmpz80cczELOQ==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.13.tgz", + "integrity": "sha512-A67D867fu3DSBhdLWWZl/F5pr7v2+dRM2u3U7ZJ0ewh4a+sv+0yqWdJW+a8xIoiHxS+btGEJL2qAKJiH+MCFfg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -533,16 +503,16 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.2.12", - "@angular/core": "18.2.12", - "@angular/platform-browser": "18.2.12", + "@angular/common": "18.2.13", + "@angular/core": "18.2.13", + "@angular/platform-browser": "18.2.13", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/platform-browser": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.12.tgz", - "integrity": "sha512-DRSMznuxuecrs+v5BRyd60/R4vjkQtuYUEPfzdo+rqxM83Dmr3PGtnqPRgd5oAFUbATxf02hQXijRD27K7rZRg==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.13.tgz", + "integrity": "sha512-tu7ZzY6qD3ATdWFzcTcsAKe7M6cJeWbT/4/bF9unyGO3XBPcNYDKoiz10+7ap2PUd0fmPwvuvTvSNJiFEBnB8Q==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -551,9 +521,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.2.12", - "@angular/common": "18.2.12", - "@angular/core": "18.2.12" + "@angular/animations": "18.2.13", + "@angular/common": "18.2.13", + "@angular/core": "18.2.13" }, "peerDependenciesMeta": { "@angular/animations": { @@ -562,9 +532,9 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.2.12.tgz", - "integrity": "sha512-dv1QEjYpcFno6+oUeGEDRWpB5g2Ufb0XkUbLJQIgrOk1Qbyzb8tmpDpTjok8jcKdquigMRWolr6Y1EOicfRlLw==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.2.13.tgz", + "integrity": "sha512-kbQCf9+8EpuJC7buBxhSiwBtXvjAwAKh6MznD6zd2pyCYqfY6gfRCZQRtK59IfgVtKmEONWI9grEyNIRoTmqJg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -573,16 +543,16 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.2.12", - "@angular/compiler": "18.2.12", - "@angular/core": "18.2.12", - "@angular/platform-browser": "18.2.12" + "@angular/common": "18.2.13", + "@angular/compiler": "18.2.13", + "@angular/core": "18.2.13", + "@angular/platform-browser": "18.2.13" } }, "node_modules/@angular/router": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.12.tgz", - "integrity": "sha512-cz/1YWOZadAT35PPPYmpK3HSzKOE56nlUHue5bFkw73VSZr2iBn03ALLpd9YKzWgRmx3y7DqnlQtCkDu9JPGKQ==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.13.tgz", + "integrity": "sha512-VKmfgi/r/CkyBq9nChQ/ptmfu0JT/8ONnLVJ5H+SkFLRYJcIRyHLKjRihMCyVm6xM5yktOdCaW73NTQrFz7+bg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -591,9 +561,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.2.12", - "@angular/core": "18.2.12", - "@angular/platform-browser": "18.2.12", + "@angular/common": "18.2.13", + "@angular/core": "18.2.13", + "@angular/platform-browser": "18.2.13", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -613,9 +583,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", - "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.3.tgz", + "integrity": "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==", "dev": true, "license": "MIT", "engines": { @@ -699,20 +669,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", - "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-compilation-targets": { "version": "7.25.9", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", @@ -786,14 +742,14 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", - "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz", + "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==", "dev": true, "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.25.9", - "regexpu-core": "^6.1.1", + "regexpu-core": "^6.2.0", "semver": "^6.3.1" }, "engines": { @@ -961,20 +917,6 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-simple-access": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", - "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { "version": "7.25.9", "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", @@ -1062,13 +1004,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", - "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz", + "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.26.0" + "@babel/types": "^7.26.3" }, "bin": { "parser": "bin/babel-parser.js" @@ -1680,13 +1622,12 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", - "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz", + "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { @@ -1829,15 +1770,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", - "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz", + "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-simple-access": "^7.25.9" + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -2459,17 +2399,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", - "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "version": "7.26.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.4.tgz", + "integrity": "sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.9", - "@babel/generator": "^7.25.9", - "@babel/parser": "^7.25.9", + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.26.3", + "@babel/parser": "^7.26.3", "@babel/template": "^7.25.9", - "@babel/types": "^7.25.9", + "@babel/types": "^7.26.3", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -2478,14 +2418,14 @@ } }, "node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", - "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.3.tgz", + "integrity": "sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/parser": "^7.26.2", - "@babel/types": "^7.26.0", + "@babel/parser": "^7.26.3", + "@babel/types": "^7.26.3", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" @@ -2508,9 +2448,9 @@ } }, "node_modules/@babel/types": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", - "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz", + "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==", "dev": true, "license": "MIT", "dependencies": { @@ -3378,9 +3318,9 @@ } }, "node_modules/@jsonjoy.com/json-pack": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.1.0.tgz", - "integrity": "sha512-zlQONA+msXPPwHWZMKFVS78ewFczIll5lXiVPwFPCZUsrOKdxc2AvxU1HoNBmMRhqDZUR9HkC3UOm+6pME6Xsg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.1.1.tgz", + "integrity": "sha512-osjeBqMJ2lb/j/M8NCPjs1ylqWIcTRTycIhVB5pt6LgzgeRSb0YRZ7j9RfA8wIUrsr/medIuhVyonXRZWLyfdw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -4472,9 +4412,9 @@ } }, "node_modules/@types/jasmine": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", - "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.5.tgz", + "integrity": "sha512-SaCZ3kM5NjOiJqMRYwHpLbTfUC2Dyk1KS3QanNFsUYPGTk70CWVK/J9ueun6zNhw/UkgV7xl8V4ZLQZNRbfnNw==", "dev": true, "license": "MIT" }, @@ -4503,13 +4443,13 @@ } }, "node_modules/@types/node": { - "version": "22.9.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.3.tgz", - "integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.8" + "undici-types": "~6.20.0" } }, "node_modules/@types/node-forge": { @@ -4885,14 +4825,11 @@ } }, "node_modules/agent-base": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", + "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", "dev": true, "license": "MIT", - "dependencies": { - "debug": "^4.3.4" - }, "engines": { "node": ">= 14" } @@ -5507,17 +5444,16 @@ } }, "node_modules/call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", "dev": true, "license": "MIT", "dependencies": { + "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" + "set-function-length": "^1.2.2" }, "engines": { "node": ">= 0.4" @@ -5526,6 +5462,20 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz", + "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", @@ -5537,9 +5487,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001684", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001684.tgz", - "integrity": "sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==", + "version": "1.0.30001687", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001687.tgz", + "integrity": "sha512-0S/FDhf4ZiqrTUiQ39dKeUjYRjkv7lOZU1Dgif2rIqrTzX/1wV2hfKu9TOm1IHkdSijfLswxTFzl/cvir+SLSQ==", "dev": true, "funding": [ { @@ -5582,41 +5532,19 @@ "license": "MIT" }, "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", + "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", "dev": true, "license": "MIT", "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" + "readdirp": "^4.0.1" }, "engines": { - "node": ">= 8.10.0" + "node": ">= 14.16.0" }, "funding": { "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" } }, "node_modules/chownr": { @@ -6251,9 +6179,9 @@ } }, "node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "license": "MIT", "dependencies": { @@ -6485,6 +6413,21 @@ "url": "https://github.com/fb55/domutils?sponsor=1" } }, + "node_modules/dunder-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.0.tgz", + "integrity": "sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", @@ -6500,9 +6443,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.64", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.64.tgz", - "integrity": "sha512-IXEuxU+5ClW2IGEYFC2T7szbyVgehupCWQe5GNh+H065CD6U6IFN0s4KeAMFGNmQolRU4IV7zGBWSYMmZ8uuqQ==", + "version": "1.5.72", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.72.tgz", + "integrity": "sha512-ZpSAUOZ2Izby7qnZluSrAlGgGQzucmFbN0n64dYzocYxnxV5ufurpj3VgEe4cUp7ir9LmeLxNYo8bVnlM8bQHw==", "dev": true, "license": "ISC" }, @@ -6590,6 +6533,24 @@ "node": ">=10.0.0" } }, + "node_modules/engine.io/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/enhanced-resolve": { "version": "5.17.1", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", @@ -6685,14 +6646,11 @@ } }, "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "dev": true, "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, "engines": { "node": ">= 0.4" } @@ -6923,9 +6881,9 @@ "license": "Apache-2.0" }, "node_modules/express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "dev": true, "license": "MIT", "dependencies": { @@ -6948,7 +6906,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -6963,6 +6921,10 @@ }, "engines": { "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express/node_modules/cookie": { @@ -7412,17 +7374,20 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.5.tgz", + "integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==", "dev": true, "license": "MIT", "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "dunder-proto": "^1.0.0", + "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -7518,13 +7483,13 @@ } }, "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "dev": true, "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.1.3" + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -7567,23 +7532,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", "dev": true, "license": "MIT", "engines": { @@ -8689,6 +8641,31 @@ "source-map-support": "^0.5.5" } }, + "node_modules/karma/node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, "node_modules/karma/node_modules/cliui": { "version": "7.0.4", "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", @@ -8708,6 +8685,19 @@ "dev": true, "license": "MIT" }, + "node_modules/karma/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/karma/node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -8718,6 +8708,32 @@ "node": ">=8" } }, + "node_modules/karma/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/karma/node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, "node_modules/karma/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -9346,9 +9362,9 @@ } }, "node_modules/memfs": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.14.0.tgz", - "integrity": "sha512-JUeY0F/fQZgIod31Ja1eJgiSxLn7BfQlCnqhwXFBzFHEw63OdLK7VJUJ7bnzNsWgCyoUP5tEp1VRY8rDaYzqOA==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.15.0.tgz", + "integrity": "sha512-q9MmZXd2rRWHS6GU3WEm3HyiXZyyoA1DqdOhEq0lxPBmKb5S7IAOwX0RgUCwJfqjelDCySa5h8ujOy24LqsWcw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -9801,9 +9817,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true, "funding": [ { @@ -9919,9 +9935,9 @@ } }, "node_modules/node-gyp": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz", - "integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.3.1.tgz", + "integrity": "sha512-Pp3nFHBThHzVtNY7U6JfPjvT/DTE8+o/4xKsLQtBoU+j2HLsGlhcfzflAoUreaJbNmYnX+LlLi0qjV8kpyO6xQ==", "dev": true, "license": "MIT", "dependencies": { @@ -10045,9 +10061,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", - "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", + "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", "dev": true, "license": "MIT" }, @@ -10695,9 +10711,9 @@ "license": "ISC" }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", "dev": true, "license": "MIT" }, @@ -10936,9 +10952,9 @@ "license": "MIT" }, "node_modules/primeng": { - "version": "17.18.12", - "resolved": "https://registry.npmjs.org/primeng/-/primeng-17.18.12.tgz", - "integrity": "sha512-zElkv9c3209e1j2yNXalfv71gGJeo8c7bUuW3nsvtQZcYsXjdsJvBEhTThVghBdpCUoFYD3cNmTzg3t807cL6A==", + "version": "17.18.13", + "resolved": "https://registry.npmjs.org/primeng/-/primeng-17.18.13.tgz", + "integrity": "sha512-G+4isb+tz2drez744i8LswxyaD+mqGupQeIzXc4hn5tb0KZCoe2G61/cEHUvUENFlBWBj2IPju1Zqu7klKNTTw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -11127,29 +11143,17 @@ } }, "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/readdirp/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", + "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", "dev": true, "license": "MIT", "engines": { - "node": ">=8.6" + "node": ">= 14.16.0" }, "funding": { - "url": "https://github.com/sponsors/jonschlinkert" + "type": "individual", + "url": "https://paulmillr.com/funding/" } }, "node_modules/reflect-metadata": { @@ -11582,6 +11586,70 @@ } } }, + "node_modules/sass/node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/sass/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/sass/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/sass/node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, "node_modules/sax": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", @@ -11901,11 +11969,14 @@ } }, "node_modules/shell-quote": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", - "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz", + "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", "dev": true, "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -12044,6 +12115,24 @@ "ws": "~8.17.1" } }, + "node_modules/socket.io-adapter/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/socket.io-parser": { "version": "4.2.4", "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", @@ -12058,6 +12147,42 @@ "node": ">=10.0.0" } }, + "node_modules/socket.io-parser/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socket.io/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/sockjs": { "version": "0.3.24", "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", @@ -12086,13 +12211,13 @@ } }, "node_modules/socks-proxy-agent": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz", - "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", + "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", "dev": true, "license": "MIT", "dependencies": { - "agent-base": "^7.1.1", + "agent-base": "^7.1.2", "debug": "^4.3.4", "socks": "^2.8.3" }, @@ -12822,9 +12947,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "dev": true, "license": "MIT" }, @@ -13757,6 +13882,31 @@ "balanced-match": "^1.0.0" } }, + "node_modules/webpack-dev-server/node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, "node_modules/webpack-dev-server/node_modules/glob": { "version": "10.4.5", "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", @@ -13778,6 +13928,19 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/webpack-dev-server/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/webpack-dev-server/node_modules/http-proxy-middleware": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", @@ -13819,6 +13982,32 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/webpack-dev-server/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/webpack-dev-server/node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, "node_modules/webpack-dev-server/node_modules/rimraf": { "version": "5.0.10", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", diff --git a/package.json b/package.json index b9eeda3..b503c1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucr-tool", - "version": "2.4.6", + "version": "2.5.0", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0", diff --git a/server/package-lock.json b/server/package-lock.json index 247a58a..0043ceb 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,12 +1,12 @@ { "name": "server", - "version": "2.4.4", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "server", - "version": "2.4.4", + "version": "2.5.0", "hasInstallScript": true, "dependencies": { "commander": "^12.1.0", @@ -519,14 +519,14 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.0.tgz", - "integrity": "sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz", + "integrity": "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==", "dev": true, "license": "Apache-2.0", "peer": true, "dependencies": { - "@eslint/object-schema": "^2.1.4", + "@eslint/object-schema": "^2.1.5", "debug": "^4.3.1", "minimatch": "^3.1.2" }, @@ -534,10 +534,22 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, + "node_modules/@eslint/config-array/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/@eslint/config-array/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "license": "MIT", "peer": true, @@ -553,6 +565,20 @@ } } }, + "node_modules/@eslint/config-array/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "peer": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@eslint/config-array/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", @@ -562,12 +588,15 @@ "peer": true }, "node_modules/@eslint/core": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.0.tgz", - "integrity": "sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.1.tgz", + "integrity": "sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==", "dev": true, "license": "Apache-2.0", "peer": true, + "dependencies": { + "@types/json-schema": "^7.0.15" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } @@ -597,10 +626,22 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/@eslint/eslintrc/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "license": "MIT", "peer": true, @@ -616,6 +657,20 @@ } } }, + "node_modules/@eslint/eslintrc/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "peer": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@eslint/eslintrc/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", @@ -625,9 +680,9 @@ "peer": true }, "node_modules/@eslint/js": { - "version": "9.15.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz", - "integrity": "sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==", + "version": "9.16.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz", + "integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==", "dev": true, "license": "MIT", "peer": true, @@ -636,9 +691,9 @@ } }, "node_modules/@eslint/object-schema": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz", - "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz", + "integrity": "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -647,9 +702,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz", - "integrity": "sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.4.tgz", + "integrity": "sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -889,12 +944,12 @@ } }, "node_modules/@types/cookie-parser": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.7.tgz", - "integrity": "sha512-Fvuyi354Z+uayxzIGCwYTayFKocfV7TuDYZClCdIP9ckhvAu/ixDtCB6qx2TT0FKjPLf1f3P/J1rgf6lPs64mw==", + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.8.tgz", + "integrity": "sha512-l37JqFrOJ9yQfRQkljb41l0xVphc7kg5JTjjr+pLRZ0IyZ49V4BQ8vbF4Ut2C2e+WH4al3xD3ZwYwIUfnbT4NQ==", "dev": true, "license": "MIT", - "dependencies": { + "peerDependencies": { "@types/express": "*" } }, @@ -1019,9 +1074,9 @@ } }, "node_modules/@types/node": { - "version": "22.10.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.0.tgz", - "integrity": "sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1090,16 +1145,16 @@ "license": "MIT" }, "node_modules/@typescript-eslint/parser": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.16.0.tgz", - "integrity": "sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.0.tgz", + "integrity": "sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==", "dev": true, - "license": "BSD-2-Clause", + "license": "MITClause", "dependencies": { - "@typescript-eslint/scope-manager": "8.16.0", - "@typescript-eslint/types": "8.16.0", - "@typescript-eslint/typescript-estree": "8.16.0", - "@typescript-eslint/visitor-keys": "8.16.0", + "@typescript-eslint/scope-manager": "8.18.0", + "@typescript-eslint/types": "8.18.0", + "@typescript-eslint/typescript-estree": "8.18.0", + "@typescript-eslint/visitor-keys": "8.18.0", "debug": "^4.3.4" }, "engines": { @@ -1110,18 +1165,14 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.8.0" } }, "node_modules/@typescript-eslint/parser/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "license": "MIT", "dependencies": { @@ -1144,14 +1195,14 @@ "license": "MIT" }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz", - "integrity": "sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz", + "integrity": "sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.16.0", - "@typescript-eslint/visitor-keys": "8.16.0" + "@typescript-eslint/types": "8.18.0", + "@typescript-eslint/visitor-keys": "8.18.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1162,9 +1213,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.16.0.tgz", - "integrity": "sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.0.tgz", + "integrity": "sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==", "dev": true, "license": "MIT", "engines": { @@ -1176,14 +1227,14 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz", - "integrity": "sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz", + "integrity": "sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==", "dev": true, - "license": "BSD-2-Clause", + "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.16.0", - "@typescript-eslint/visitor-keys": "8.16.0", + "@typescript-eslint/types": "8.18.0", + "@typescript-eslint/visitor-keys": "8.18.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -1198,26 +1249,14 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" + "peerDependencies": { + "typescript": ">=4.8.4 <5.8.0" } }, "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "license": "MIT", "dependencies": { @@ -1232,22 +1271,6 @@ } } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@typescript-eslint/typescript-estree/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", @@ -1256,13 +1279,13 @@ "license": "MIT" }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz", - "integrity": "sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz", + "integrity": "sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.16.0", + "@typescript-eslint/types": "8.18.0", "eslint-visitor-keys": "^4.2.0" }, "engines": { @@ -1342,12 +1365,15 @@ } }, "node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=12" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" @@ -1447,13 +1473,12 @@ } }, "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "balanced-match": "^1.0.0" } }, "node_modules/braces": { @@ -1537,16 +1562,15 @@ } }, "node_modules/call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", "license": "MIT", "dependencies": { + "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" + "set-function-length": "^1.2.2" }, "engines": { "node": ">= 0.4" @@ -1555,6 +1579,19 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz", + "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", @@ -1583,45 +1620,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/chalk/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/chalk/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/chokidar": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", @@ -1646,6 +1644,18 @@ "fsevents": "~2.3.2" } }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/ci-info": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", @@ -1931,6 +1941,20 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/dunder-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.0.tgz", + "integrity": "sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/duplexer": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", @@ -1966,13 +1990,10 @@ } }, "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, "engines": { "node": ">= 0.4" } @@ -2047,9 +2068,9 @@ } }, "node_modules/eslint": { - "version": "9.15.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz", - "integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==", + "version": "9.16.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz", + "integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==", "dev": true, "license": "MIT", "peer": true, @@ -2059,7 +2080,7 @@ "@eslint/config-array": "^0.19.0", "@eslint/core": "^0.9.0", "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "9.15.0", + "@eslint/js": "9.16.0", "@eslint/plugin-kit": "^0.2.3", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", @@ -2138,10 +2159,22 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/eslint/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "license": "MIT", "peer": true, @@ -2157,18 +2190,18 @@ } } }, - "node_modules/eslint/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "node_modules/eslint/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "license": "ISC", "peer": true, "dependencies": { - "is-glob": "^4.0.3" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=10.13.0" + "node": "*" } }, "node_modules/eslint/node_modules/ms": { @@ -2291,9 +2324,9 @@ } }, "node_modules/express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "license": "MIT", "dependencies": { "accepts": "~1.3.8", @@ -2315,7 +2348,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -2330,6 +2363,10 @@ }, "engines": { "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express/node_modules/cookie": { @@ -2366,6 +2403,19 @@ "node": ">=8.6.0" } }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -2551,16 +2601,19 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.5.tgz", + "integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==", "license": "MIT", "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "dunder-proto": "^1.0.0", + "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -2609,24 +2662,17 @@ } }, "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, "license": "ISC", + "peer": true, "dependencies": { - "is-glob": "^4.0.1" + "is-glob": "^4.0.3" }, "engines": { - "node": ">= 6" - } - }, - "node_modules/glob/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" + "node": ">=10.13.0" } }, "node_modules/glob/node_modules/minimatch": { @@ -2659,12 +2705,12 @@ } }, "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.1.3" + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2703,12 +2749,13 @@ "license": "ISC" }, "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-property-descriptors": { @@ -2723,22 +2770,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -3335,15 +3370,19 @@ } }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "brace-expansion": "^2.0.1" }, "engines": { - "node": "*" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/minimist": { @@ -3489,10 +3528,20 @@ "url": "https://opencollective.com/nodemon" } }, + "node_modules/nodemon/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/nodemon/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -3506,12 +3555,45 @@ } } }, + "node_modules/nodemon/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/nodemon/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/nodemon/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, + "node_modules/nodemon/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -3727,9 +3809,9 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", "license": "MIT" }, "node_modules/pause-stream": { @@ -4493,15 +4575,16 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/through": { @@ -4542,9 +4625,9 @@ } }, "node_modules/ts-api-utils": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.2.tgz", - "integrity": "sha512-ZF5gQIQa/UmzfvxbHZI3JXN0/Jt+vnAfAviNRAMc491laiK6YCLpCW9ft8oaCRFOTxCZtUTE6XB0ZQAe3olntw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz", + "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==", "dev": true, "license": "MIT", "engines": { @@ -4591,9 +4674,9 @@ } }, "node_modules/type-fest": { - "version": "4.28.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.28.0.tgz", - "integrity": "sha512-jXMwges/FVbFRe5lTMJZVEZCrO9kI9c8k0PA/z7nF3bo0JSCCLysvokFjNPIUK/itEMas10MQM+AiHoHt/T/XA==", + "version": "4.30.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz", + "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" @@ -4762,21 +4845,6 @@ "node": ">=8" } }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -4809,6 +4877,18 @@ "node": ">=8" } }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/ws": { "version": "8.18.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", diff --git a/server/package.json b/server/package.json index 1a8f7e4..30f575f 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "server", "type": "module", - "version": "2.4.6", + "version": "2.5.0", "main": "app.js", "scripts": { "start": "node dist/app.js", diff --git a/server/src/RC2Model.ts b/server/src/RC2Model.ts index 2e3b3e7..c1dfad2 100644 --- a/server/src/RC2Model.ts +++ b/server/src/RC2Model.ts @@ -10,15 +10,9 @@ export interface Entity { export class RC2Model { entities_catalog: any = {}; - // {activity_id: {name, entities:[{entity_id, name, integration}], buttons:[{button, entity_id, short_press:True/False}]}} activities: any = {}; - // {profile_id : {name, pages:[{page_id, name, entities: [entity_id]]}} profiles: any = {} activities_entities: any = {}; - // activity_entities: [activity_ids] - // activity_buttons: [{ activity_id, button, short_press:boolean}] - // activity_interface: [{page_id, entity_id, command}] - // pages: [{profile_id, page_id}] entities_usage: any = {}; constructor() { } diff --git a/server/src/app.ts b/server/src/app.ts index d2e0c1b..c67f539 100644 --- a/server/src/app.ts +++ b/server/src/app.ts @@ -683,6 +683,29 @@ app.get('/api/remote/:address/resources/:type', async (req, res, next) => { } }) +app.get(/api\/remote\/(.+)\/resource\/(.+)/, async (req, res, next) => { + const address = req.params[0]; + const url = req.params[1]; + let user = REMOTE_USER + if (req.body?.user) + user = req.body?.user; + const configFile: Config = getConfigFile(); + console.log("Get remote resource", url); + const remoteEntry = configFile?.remotes?.find(remote => remote.address === address); + if (!remoteEntry) + { + res.status(404).json(address); + return; + } + const remote = new Remote(remoteEntry.address, remoteEntry.port, remoteEntry.user, remoteEntry.token, remoteEntry.api_key); + try { + res.status(200).json(await remote.loadResource('/'+url, RESOURCES_DIR)); + } catch (error) + { + errorHandler(error, req, res, next); + } +}) + app.get('/api/remote/:address/resources/:type/:id', async (req, res, next) => { const address = req.params.address; const type = req.params.type; @@ -691,9 +714,9 @@ app.get('/api/remote/:address/resources/:type/:id', async (req, res, next) => { res.set({'Content-Type': 'image/'+path.extname(resource_id).replace('.', '')}); console.log('Get file', path.join(RESOURCES_DIR, address, type, resource_id)) if (DATA_DIR.startsWith('.')) - await res.sendFile(path.join(RESOURCES_DIR, address, type, resource_id), { root: '.' }); + res.sendFile(path.join(RESOURCES_DIR, address, type, resource_id), { root: '.' }); else - await res.sendFile(path.join(RESOURCES_DIR, address, type, resource_id)); + res.sendFile(path.join(RESOURCES_DIR, address, type, resource_id)); } catch (error) { errorHandler(error, req, res, next); @@ -1228,6 +1251,21 @@ app.get('/api/profiles', (req, res, next) => { } }) +app.get(/^\/resources\/(.*)/, (req, res, next) => { + try { + const resource = '/'+req.params[0]; + const resourceFile = path.join(RESOURCES_DIR, resource); + console.log('Get resource', resourceFile) + // res.set({'Content-Type': 'image/'+path.extname(resource_id).replace('.', '')}); + let options = {} + if (DATA_DIR.startsWith('.')) + options = { root: '.' } + res.sendFile(resourceFile, options); + } catch(error) { + next(error); + } +}) + app.get('/api/uploaded_files', (req, res, next) => { try { const files: string[] = []; diff --git a/server/src/remote.ts b/server/src/remote.ts index 8871f49..2f8091a 100644 --- a/server/src/remote.ts +++ b/server/src/remote.ts @@ -24,7 +24,6 @@ export class Remote valid_to: string|undefined; remote_name: string|undefined; protocol = 'http://'; - resources_path = ''; mac_address: string|undefined; resources_directory: string|undefined; @@ -53,7 +52,7 @@ export class Remote this.resources_directory = path.join(resources_directory, this.address); const target_path = path.join(this.resources_directory, type); if (fs.existsSync(target_path)) { - fs.rmdirSync(target_path, { recursive: true }); + fs.rmSync(target_path, { recursive: true }); } if (!fs.existsSync(target_path)) { fs.mkdirSync(target_path, { recursive: true }); @@ -90,6 +89,24 @@ export class Remote return global_list; } + async loadResource(url: string, target_directory: string) + { + if (!this.address) return; + const target_file = path.join(target_directory, url); + const target_path = path.dirname(target_file); + const sourceUrl = this.getURL() + url; + console.log(`Load resource ${sourceUrl} => ${target_file}`); + if (!fs.existsSync(target_path)) { + fs.mkdirSync(target_path, { recursive: true }); + } + + const options = { + ...this.getOptions(), + } + await streamPipeline(got.stream(sourceUrl), + fs.createWriteStream(target_file)); + } + toJson() { const data: any = {address: this.address, port: this.port} diff --git a/src/app/app.component.ts b/src/app/app.component.ts index fc8d9a5..2be158b 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,5 +1,7 @@ -import { Component } from '@angular/core'; +import {Component, OnInit} from '@angular/core'; import { RouterOutlet } from '@angular/router'; +import {ServerService} from "./server.service"; +import {Helper} from "./helper"; @Component({ selector: 'app-root', @@ -8,6 +10,14 @@ import { RouterOutlet } from '@angular/router'; templateUrl: './app.component.html', styleUrl: './app.component.css' }) -export class AppComponent { +export class AppComponent implements OnInit { title = 'UCRTool'; + + constructor(private server: ServerService) { } + + ngOnInit(): void { + this.server.getRemoteModels().subscribe(remote => { + Helper.iconsMap = new Map(Object.entries(remote.iconMapping)); + }) + } } diff --git a/src/app/controls/icon-selector/icon-selector.component.html b/src/app/controls/icon-selector/icon-selector.component.html index 20ddb6f..825499b 100644 --- a/src/app/controls/icon-selector/icon-selector.component.html +++ b/src/app/controls/icon-selector/icon-selector.component.html @@ -1,16 +1,19 @@ -
-
- - - +
+ +
+
+ + + +
-
-
-
- - - +
+
+ + + +
diff --git a/src/app/controls/icon-selector/icon-selector.component.ts b/src/app/controls/icon-selector/icon-selector.component.ts index 6c5d9da..2cf3a8e 100644 --- a/src/app/controls/icon-selector/icon-selector.component.ts +++ b/src/app/controls/icon-selector/icon-selector.component.ts @@ -1,19 +1,22 @@ import {ChangeDetectionStrategy, ChangeDetectorRef, Component, EventEmitter, Output} from '@angular/core'; import {DialogModule} from "primeng/dialog"; -import {ActivityPageCommand, Remote} from "../../interfaces"; +import {ActivityPageCommand, FAFontConfiguration, Remote} from "../../interfaces"; import {ServerService} from "../../server.service"; import {Helper} from "../../helper"; import {NgForOf, NgIf} from "@angular/common"; import {TooltipModule} from "primeng/tooltip"; +import {InputTextModule} from "primeng/inputtext"; +import {FormsModule} from "@angular/forms"; @Component({ selector: 'app-icon-selector', standalone: true, imports: [ DialogModule, - NgIf, NgForOf, - TooltipModule + TooltipModule, + InputTextModule, + FormsModule ], templateUrl: './icon-selector.component.html', styleUrl: './icon-selector.component.css', @@ -23,12 +26,15 @@ export class IconSelectorComponent { visible = false; remote: Remote | undefined; customIcons: string[] = []; - ucIcons: {name: string, icon: string}[] = []; + faIcons: FAFontConfiguration[] = []; + filteredCustomIcons: string[] = []; + filteredFaIcons: FAFontConfiguration[] = []; @Output() iconSelected = new EventEmitter(); constructor(private server:ServerService, private cdr:ChangeDetectorRef) { - this.server.getUCIconsMap().subscribe(icons => { - this.ucIcons = icons; + this.server.getFAIcons().subscribe(icons => { + this.faIcons = icons; + this.filteredFaIcons = this.faIcons; this.cdr.detectChanges(); }) } @@ -37,6 +43,7 @@ export class IconSelectorComponent { this.remote = remote; this.server.getResources(remote, 'icon').subscribe(resources => { this.customIcons = resources; + this.filteredCustomIcons = this.customIcons; this.cdr.detectChanges(); }) this.visible = true; @@ -44,10 +51,25 @@ export class IconSelectorComponent { } protected readonly Helper = Helper; + searchIcon = ""; selectIcon(icon: string): void { + if (!icon.startsWith("uc:")) icon = "uc:"+icon; this.iconSelected.emit(icon); this.visible = false; this.cdr.detectChanges(); } + + searchChanges($event: Event) { + if (this.searchIcon.length > 3) { + const search = this.searchIcon.toLowerCase(); + this.filteredCustomIcons = this.customIcons.filter(icon => icon.toLowerCase().includes(search)); + this.filteredFaIcons = this.faIcons.filter(icon => icon.label.toLowerCase().includes(search)); + } + else { + this.filteredFaIcons = this.faIcons; + this.filteredCustomIcons = this.customIcons; + } + this.cdr.detectChanges(); + } } diff --git a/src/app/helper.ts b/src/app/helper.ts index 74f6d4f..f3d7520 100644 --- a/src/app/helper.ts +++ b/src/app/helper.ts @@ -31,6 +31,7 @@ export interface LocalizedName { export class Helper { static languageName: LanguageCode = 'en'; + static iconsMap: Map = new Map(); static getLanguageName(): LanguageCode { @@ -349,9 +350,12 @@ export class Helper static getIconClass(icon?: string): string { + if (!icon) return ""; if (icon?.startsWith("uc:")) - return "icon icon-" + icon.replace("uc:", "") - return "" + icon = icon.replace("uc:", "") + const remap = Helper.iconsMap.get(icon); + if (remap) return "fa-light fa-" + remap; + return "fa-light fa-" + icon } static getIconURL(remote: Remote, icon: string | undefined) { diff --git a/src/app/interfaces.ts b/src/app/interfaces.ts index 0f6d019..33dea55 100644 --- a/src/app/interfaces.ts +++ b/src/app/interfaces.ts @@ -524,6 +524,8 @@ export interface RemoteModel { export interface RemoteModels { models: RemoteModel[]; + resources: string[]; + iconMapping:{[key: string]: string}; } export interface BatteryState { @@ -542,3 +544,10 @@ export interface RemoteLogStreamConfiguration enabled: boolean; password?:string; } + +export interface FAFontConfiguration { + id: string; + label: string; + membership: { [key: string] : string[]}; + unicode: string; +} diff --git a/src/app/server.service.ts b/src/app/server.service.ts index e6cfc25..f0cc824 100644 --- a/src/app/server.service.ts +++ b/src/app/server.service.ts @@ -8,7 +8,7 @@ import { Config, Driver, Entity, - EntityCommand, + EntityCommand, FAFontConfiguration, Integration, LanguageCode, Macro, @@ -155,9 +155,18 @@ export class ServerService { loadResources(remote: Remote, type: string): Observable { - return this.http.get(`/api/remote/${remote.address}/resources/${type}`).pipe(map(results => { - return results; - })) + const tasks = [ + /*this.http.get(`/api/remote/${remote.address}/resources/${type}`).pipe(map(results => { + return results; + })),*/ + this.getRemoteModels().pipe(mergeMap(models => { + console.debug("Loading remote resources", models.resources); + return from(models.resources).pipe(mergeMap(resource => { + return this.http.get(`/api/remote/${remote.address}/resource/${resource}`); + }, 3)) + })) + ] + return forkJoin(tasks); } getResources(remote: Remote, type: string): Observable @@ -524,9 +533,9 @@ export class ServerService { })) } - getUCIconsMap(): Observable<{name: string, icon: string}[]> + getFAIcons(): Observable { - return this.http.get<{name: string, icon: string}[]>('/assets/icons/uc-icons.json').pipe(map(results => { + return this.http.get('/assets/ucicon/fa-icons.json').pipe(map(results => { return results; })) } diff --git a/src/assets/icons/uc-icons.json b/src/assets/icons/uc-icons.json deleted file mode 100644 index 5876d31..0000000 --- a/src/assets/icons/uc-icons.json +++ /dev/null @@ -1,126 +0,0 @@ -[{"name": "Button", "icon": "uc:button"}, -{"name": "Cover", "icon": "uc:cover"}, -{"name": "Macro", "icon": "uc:macro"}, -{"name": "Media_player", "icon": "uc:media_player"}, -{"name": "Apps", "icon": "uc:apps"}, -{"name": "Filter", "icon": "uc:filter"}, -{"name": "Down Arrow Alt", "icon": "uc:down-arrow-alt"}, -{"name": "Left Arrow Alt", "icon": "uc:left-arrow-alt"}, -{"name": "Right Arrow Alt", "icon": "uc:right-arrow-alt"}, -{"name": "Up Arrow Alt", "icon": "uc:up-arrow-alt"}, -{"name": "Light Off", "icon": "uc:light-off"}, -{"name": "Light On", "icon": "uc:light-on"}, -{"name": "Blind Alt Closed", "icon": "uc:blind-alt-closed"}, -{"name": "Blind Alt Open", "icon": "uc:blind-alt-open"}, -{"name": "Repeat", "icon": "uc:repeat"}, -{"name": "Shuffle", "icon": "uc:shuffle"}, -{"name": "Color", "icon": "uc:color"}, -{"name": "Backspace", "icon": "uc:backspace"}, -{"name": "Shift Fill", "icon": "uc:shift-fill"}, -{"name": "Shift Outline", "icon": "uc:shift-outline"}, -{"name": "Bluetooth", "icon": "uc:bluetooth"}, -{"name": "Back", "icon": "uc:back"}, -{"name": "Minus", "icon": "uc:minus"}, -{"name": "Play Pause", "icon": "uc:play-pause"}, -{"name": "Plus", "icon": "uc:plus"}, -{"name": "Check", "icon": "uc:check"}, -{"name": "Sensor", "icon": "uc:sensor"}, -{"name": "Switch", "icon": "uc:switch"}, -{"name": "Alarm Clock", "icon": "uc:alarm-clock"}, -{"name": "Alarm Snooze", "icon": "uc:alarm-snooze"}, -{"name": "Clock", "icon": "uc:clock"}, -{"name": "Globe", "icon": "uc:globe"}, -{"name": "Map Location", "icon": "uc:map-location"}, -{"name": "Sleep", "icon": "uc:sleep"}, -{"name": "Stopwatch", "icon": "uc:stopwatch"}, -{"name": "Timer", "icon": "uc:timer"}, -{"name": "Ban", "icon": "uc:ban"}, -{"name": "Battery Full", "icon": "uc:battery-full"}, -{"name": "Battery Low 2", "icon": "uc:battery-low-2"}, -{"name": "Battery Low", "icon": "uc:battery-low"}, -{"name": "Blind Alt", "icon": "uc:blind-alt"}, -{"name": "Brightness Low", "icon": "uc:brightness-low"}, -{"name": "Brightness", "icon": "uc:brightness"}, -{"name": "Button Brightness Low", "icon": "uc:button-brightness-low"}, -{"name": "Button Brightness", "icon": "uc:button-brightness"}, -{"name": "Bw", "icon": "uc:bw"}, -{"name": "Cc", "icon": "uc:cc"}, -{"name": "Clone", "icon": "uc:clone"}, -{"name": "Curtain", "icon": "uc:curtain"}, -{"name": "Ff", "icon": "uc:ff"}, -{"name": "Garage", "icon": "uc:garage"}, -{"name": "Info", "icon": "uc:info"}, -{"name": "Lamp 1", "icon": "uc:lamp-1"}, -{"name": "Lamp 2", "icon": "uc:lamp-2"}, -{"name": "Lamp 3", "icon": "uc:lamp-3"}, -{"name": "List Alt", "icon": "uc:list-alt"}, -{"name": "List", "icon": "uc:list"}, -{"name": "Lock Alt", "icon": "uc:lock-alt"}, -{"name": "Menu", "icon": "uc:menu"}, -{"name": "Rec", "icon": "uc:rec"}, -{"name": "Stop Copy", "icon": "uc:stop-copy"}, -{"name": "Stop", "icon": "uc:stop"}, -{"name": "Trash", "icon": "uc:trash"}, -{"name": "Unfolded Circle", "icon": "uc:unfolded-circle"}, -{"name": "Camera", "icon": "uc:camera"}, -{"name": "Edit", "icon": "uc:edit"}, -{"name": "Hamburger", "icon": "uc:hamburger"}, -{"name": "Microphone", "icon": "uc:microphone"}, -{"name": "Activity", "icon": "uc:activity"}, -{"name": "Reboot", "icon": "uc:reboot"}, -{"name": "Profile Hat", "icon": "uc:profile-hat"}, -{"name": "Profile", "icon": "uc:profile"}, -{"name": "Volume", "icon": "uc:volume"}, -{"name": "Mute", "icon": "uc:mute"}, -{"name": "Lock", "icon": "uc:lock"}, -{"name": "Phone_answer", "icon": "uc:phone_answer"}, -{"name": "Phone_hang", "icon": "uc:phone_hang"}, -{"name": "Eye", "icon": "uc:eye"}, -{"name": "Bell", "icon": "uc:bell"}, -{"name": "Warning", "icon": "uc:warning"}, -{"name": "Charging", "icon": "uc:charging"}, -{"name": "About", "icon": "uc:about"}, -{"name": "Battery", "icon": "uc:battery"}, -{"name": "Integration", "icon": "uc:integration"}, -{"name": "System", "icon": "uc:system"}, -{"name": "Wifi Bluetooth", "icon": "uc:wifi-bluetooth"}, -{"name": "Language", "icon": "uc:language"}, -{"name": "Wifi 01", "icon": "uc:wifi-01"}, -{"name": "Wifi 02", "icon": "uc:wifi-02"}, -{"name": "Wifi 03", "icon": "uc:wifi-03"}, -{"name": "Down Arrow Bold", "icon": "uc:down-arrow-bold"}, -{"name": "Up Arrow Bold", "icon": "uc:up-arrow-bold"}, -{"name": "Fav Add", "icon": "uc:fav-add"}, -{"name": "Fav Remove", "icon": "uc:fav-remove"}, -{"name": "Cool", "icon": "uc:cool"}, -{"name": "Heat", "icon": "uc:heat"}, -{"name": "Circle Full", "icon": "uc:circle-full"}, -{"name": "Circle", "icon": "uc:circle"}, -{"name": "Square Full", "icon": "uc:square-full"}, -{"name": "Square", "icon": "uc:square"}, -{"name": "Left Arrow", "icon": "uc:left-arrow"}, -{"name": "Right Arrow", "icon": "uc:right-arrow"}, -{"name": "Up Arrow", "icon": "uc:up-arrow"}, -{"name": "Down Arrow", "icon": "uc:down-arrow"}, -{"name": "Close", "icon": "uc:close"}, -{"name": "Home", "icon": "uc:home"}, -{"name": "Light", "icon": "uc:light"}, -{"name": "Link", "icon": "uc:link"}, -{"name": "Music", "icon": "uc:music"}, -{"name": "Next", "icon": "uc:next"}, -{"name": "Pause", "icon": "uc:pause"}, -{"name": "Play", "icon": "uc:play"}, -{"name": "Playlist", "icon": "uc:playlist"}, -{"name": "Power On", "icon": "uc:power-on"}, -{"name": "Prev", "icon": "uc:prev"}, -{"name": "Radio", "icon": "uc:radio"}, -{"name": "Remote", "icon": "uc:remote"}, -{"name": "Search", "icon": "uc:search"}, -{"name": "Speaker", "icon": "uc:speaker"}, -{"name": "Speakers", "icon": "uc:speakers"}, -{"name": "Stairs", "icon": "uc:stairs"}, -{"name": "Tv", "icon": "uc:tv"}, -{"name": "Weather", "icon": "uc:weather"}, -{"name": "Climate", "icon": "uc:climate"}, -{"name": "Blind", "icon": "uc:blind"} -] diff --git a/src/assets/remote/remote-models.json b/src/assets/remote/remote-models.json index 120a328..d0ab50f 100644 --- a/src/assets/remote/remote-models.json +++ b/src/assets/remote/remote-models.json @@ -53,5 +53,139 @@ "CONTEXT" ] } - ] + ], + "resources": [ + "/configurator/fonts/fontawesome6/fa-light-300.woff2", + "/configurator/fonts/fontawesome6/fa-regular-400.woff2", + "/configurator/fonts/fontawesome6/fa-thin-100.woff2", + "/configurator/fonts/fontawesome6/fa-light-300.ttf", + "/configurator/fonts/fontawesome6/fa-regular-400.ttf", + "/configurator/fonts/fontawesome6/fa-thin-100.ttf" + ], + "iconMapping":{ + "filter": "filter", + "down-arrow-alt": "arrow-down", + "left-arrow-alt": "arrow-left", + "right-arrow-alt": "arrow-right", + "up-arrow-alt": "arrow-up", + "light-off": "lightbulb", + "light-on": "lightbulb-on", + "blind-alt-closed": "blinds", + "blind-alt-open": "blinds-raised", + "repeat": "repeat", + "shuffle": "shuffle", + "color": "palette", + "backspace": "delete-left", + "shift-fill": "up-to-line", + "shift-outline": "up", + "bluetooth": "bluetooth", + "back": "chevron-left", + "minus": "minus", + "play-pause": "play-pause", + "plus": "plus", + "check": "check", + "sensor": "sensor", + "switch": "light-switch", + "alarm-clock": "alarm-clock", + "alarm-snooze": "alarm-snooze", + "clock": "clock", + "globe": "globe", + "map-location": "map-location", + "sleep": "snooze", + "stopwatch": "stopwatch", + "timer": "timer", + "ban": "ban", + "battery-full": "battery-full", + "battery-low-2": "battery-quarter", + "battery-low": "battery-low", + "blind-alt": "blinds", + "brightness-low": "brightness-low", + "brightness": "brightness", + "button-brightness-low": "keyboard-brightness-low", + "button-brightness": "keyboard-brightness", + "bw": "backward", + "cc": "closed-captioning", + "clone": "clone", + "curtain": "booth-curtain", + "ff": "forward", + "garage": "garage", + "info": "circle-info", + "lamp-1": "lamp-floor", + "lamp-2": "lamp-desk", + "lamp-3": "light-ceiling", + "list-alt": "list", + "list": "square-list", + "lock-alt": "lock", + "menu": "bars", + "rec": "circle-o", + "stop": "stop", + "trash": "trash", + "unfolded-circle": "unfolded-circle", + "camera": "camera", + "edit": "pent-to-square", + "hamburger": "bars", + "microphone": "microphone", + "activity": "clapperboard", + "reboot": "arrow-rotate-left", + "profile-hat": "user-cowboy", + "profile": "user", + "volume": "volume", + "mute": "volume-xmark", + "lock": "lock", + "phone_answer": "phone", + "phone_hang": "phone-hangup", + "eye": "eye", + "bell": "bell", + "warning": "triangle-exclamation", + "charging": "bolt", + "about": "circle-info", + "battery": "battery-full", + "integration": "puzzle", + "system": "microchip", + "wifi-bluetooth": "wifi", + "language": "language", + "wifi-01": "wifi-weak", + "wifi-02": "wifi-fair", + "wifi-03": "wifi", + "down-arrow-bold": "arrow-down", + "up-arrow-bold": "arrow-up", + "fav-add": "plus", + "fav-remove": "minus", + "cool": "snowflake", + "heat": "fire", + "circle-full": "circle", + "circle": "circle", + "square-full": "square", + "square": "square", + "left-arrow": "arrow-left", + "right-arrow": "arrow-right", + "up-arrow": "arrow-up", + "down-arrow": "arrow-down", + "close": "xmark", + "home": "house-blank", + "light": "lightbulb", + "link": "link-horizontal", + "music": "music", + "next": "forward-step", + "pause": "pause", + "play": "play", + "playlist": "list-music", + "power-on": "power-off", + "prev": "backward-step", + "radio": "radio", + "remote": "mobile-retro", + "search": "magnifying-glass", + "speaker": "speaker", + "speakers": "speakers", + "stairs": "stairs", + "tv": "tv", + "weather": "sun-cloud", + "climate": "temperature-half", + "blind": "blinds", + "apps": "grid-2", + "button": "power-off", + "cover": "blinds", + "macro": "list-timeline", + "media_player": "music" + } } diff --git a/src/assets/ucicon/fa-icons.json b/src/assets/ucicon/fa-icons.json new file mode 100644 index 0000000..eea4182 --- /dev/null +++ b/src/assets/ucicon/fa-icons.json @@ -0,0 +1,59207 @@ +[ + { + "id": "0", + "label": "0", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "30" + }, + { + "id": "00", + "label": "00", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e467" + }, + { + "id": "1", + "label": "1", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "31" + }, + { + "id": "2", + "label": "2", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "32" + }, + { + "id": "3", + "label": "3", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "33" + }, + { + "id": "360-degrees", + "label": "360 Degrees", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2dc" + }, + { + "id": "4", + "label": "4", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "34" + }, + { + "id": "42-group", + "label": "42.group", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e080" + }, + { + "id": "5", + "label": "5", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "35" + }, + { + "id": "500px", + "label": "500px", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f26e" + }, + { + "id": "6", + "label": "6", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "36" + }, + { + "id": "7", + "label": "7", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "37" + }, + { + "id": "8", + "label": "8", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "38" + }, + { + "id": "9", + "label": "9", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "39" + }, + { + "id": "a", + "label": "A", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "41" + }, + { + "id": "abacus", + "label": "Abacus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f640" + }, + { + "id": "accent-grave", + "label": "Accent Grave", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "60" + }, + { + "id": "accessible-icon", + "label": "Accessible Icon", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f368" + }, + { + "id": "accusoft", + "label": "Accusoft", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f369" + }, + { + "id": "acorn", + "label": "Acorn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ae" + }, + { + "id": "address-book", + "label": "Address Book", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2b9" + }, + { + "id": "address-card", + "label": "Address Card", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2bb" + }, + { + "id": "adn", + "label": "App.net", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f170" + }, + { + "id": "adversal", + "label": "Adversal", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f36a" + }, + { + "id": "affiliatetheme", + "label": "affiliatetheme", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f36b" + }, + { + "id": "airbnb", + "label": "Airbnb", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f834" + }, + { + "id": "air-conditioner", + "label": "Air Conditioner", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f4" + }, + { + "id": "airplay", + "label": "Airplay", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e089" + }, + { + "id": "alarm-clock", + "label": "Alarm Clock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f34e" + }, + { + "id": "alarm-exclamation", + "label": "Alarm Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f843" + }, + { + "id": "alarm-plus", + "label": "Alarm Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f844" + }, + { + "id": "alarm-snooze", + "label": "Alarm Snooze", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f845" + }, + { + "id": "album", + "label": "Album", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f89f" + }, + { + "id": "album-circle-plus", + "label": "Album Circle Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e48c" + }, + { + "id": "album-circle-user", + "label": "Album Circle User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e48d" + }, + { + "id": "album-collection", + "label": "Album Collection", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a0" + }, + { + "id": "album-collection-circle-plus", + "label": "Album Collection Circle Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e48e" + }, + { + "id": "album-collection-circle-user", + "label": "Album Collection Circle User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e48f" + }, + { + "id": "algolia", + "label": "Algolia", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f36c" + }, + { + "id": "alicorn", + "label": "Alicorn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b0" + }, + { + "id": "alien", + "label": "Alien", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f5" + }, + { + "id": "alien-8bit", + "label": "Alien 8bit", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f6" + }, + { + "id": "align-center", + "label": "Align Center", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f037" + }, + { + "id": "align-justify", + "label": "Align Justify", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f039" + }, + { + "id": "align-left", + "label": "Align Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f036" + }, + { + "id": "align-right", + "label": "Align Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f038" + }, + { + "id": "align-slash", + "label": "Align Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f846" + }, + { + "id": "alipay", + "label": "Alipay", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f642" + }, + { + "id": "alt", + "label": "Alt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e08a" + }, + { + "id": "amazon", + "label": "Amazon", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f270" + }, + { + "id": "amazon-pay", + "label": "Amazon Pay", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f42c" + }, + { + "id": "amilia", + "label": "Amilia", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f36d" + }, + { + "id": "ampersand", + "label": "Ampersand", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "26" + }, + { + "id": "amp-guitar", + "label": "Amp Guitar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a1" + }, + { + "id": "anchor", + "label": "Anchor", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f13d" + }, + { + "id": "anchor-circle-check", + "label": "Anchor Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4aa" + }, + { + "id": "anchor-circle-exclamation", + "label": "Anchor Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ab" + }, + { + "id": "anchor-circle-xmark", + "label": "Anchor Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ac" + }, + { + "id": "anchor-lock", + "label": "Anchor Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ad" + }, + { + "id": "android", + "label": "Android", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f17b" + }, + { + "id": "angel", + "label": "Angel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f779" + }, + { + "id": "angellist", + "label": "AngelList", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f209" + }, + { + "id": "angle", + "label": "Angle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e08c" + }, + { + "id": "angle-90", + "label": "Angle 90", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e08d" + }, + { + "id": "angle-down", + "label": "Angle Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f107" + }, + { + "id": "angle-left", + "label": "Angle Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f104" + }, + { + "id": "angle-right", + "label": "Angle Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f105" + }, + { + "id": "angles-down", + "label": "Angles Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f103" + }, + { + "id": "angles-left", + "label": "Angles Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f100" + }, + { + "id": "angles-right", + "label": "Angles Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f101" + }, + { + "id": "angles-up", + "label": "Angles Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f102" + }, + { + "id": "angles-up-down", + "label": "Angles Up Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e60d" + }, + { + "id": "angle-up", + "label": "Angle Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f106" + }, + { + "id": "angrycreative", + "label": "Angry Creative", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f36e" + }, + { + "id": "angular", + "label": "Angular", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f420" + }, + { + "id": "ankh", + "label": "Ankh", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f644" + }, + { + "id": "ant", + "label": "Ant", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e680" + }, + { + "id": "apartment", + "label": "Apartment", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e468" + }, + { + "id": "aperture", + "label": "Aperture", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2df" + }, + { + "id": "apostrophe", + "label": "Apostrophe", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "27" + }, + { + "id": "apper", + "label": "Apper Systems AB", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f371" + }, + { + "id": "apple", + "label": "Apple", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f179" + }, + { + "id": "apple-core", + "label": "Apple Core", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e08f" + }, + { + "id": "apple-pay", + "label": "Apple Pay", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f415" + }, + { + "id": "apple-whole", + "label": "Apple Whole", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d1" + }, + { + "id": "app-store", + "label": "App Store", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f36f" + }, + { + "id": "app-store-ios", + "label": "iOS App Store", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f370" + }, + { + "id": "archway", + "label": "Archway", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f557" + }, + { + "id": "arrow-down", + "label": "Arrow Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f063" + }, + { + "id": "arrow-down-1-9", + "label": "Arrow Down 1 9", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f162" + }, + { + "id": "arrow-down-9-1", + "label": "Arrow Down 9 1", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f886" + }, + { + "id": "arrow-down-arrow-up", + "label": "Arrow Down Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f883" + }, + { + "id": "arrow-down-a-z", + "label": "Arrow Down A Z", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f15d" + }, + { + "id": "arrow-down-big-small", + "label": "Arrow Down Big Small", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f88c" + }, + { + "id": "arrow-down-from-arc", + "label": "Arrow Down From Arc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e614" + }, + { + "id": "arrow-down-from-bracket", + "label": "Arrow Down From Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e667" + }, + { + "id": "arrow-down-from-dotted-line", + "label": "Arrow Down From Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e090" + }, + { + "id": "arrow-down-from-line", + "label": "Arrow Down From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f345" + }, + { + "id": "arrow-down-left", + "label": "Arrow Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e091" + }, + { + "id": "arrow-down-left-and-arrow-up-right-to-center", + "label": "Arrow Down Left And Arrow Up Right To Center", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e092" + }, + { + "id": "arrow-down-long", + "label": "Arrow Down Long", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f175" + }, + { + "id": "arrow-down-right", + "label": "Arrow Down Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e093" + }, + { + "id": "arrow-down-short-wide", + "label": "Arrow Down Short Wide", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f884" + }, + { + "id": "arrow-down-small-big", + "label": "Arrow Down Small Big", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f88d" + }, + { + "id": "arrow-down-square-triangle", + "label": "Arrow Down Square Triangle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f889" + }, + { + "id": "arrow-down-to-arc", + "label": "Arrow Down To Arc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ae" + }, + { + "id": "arrow-down-to-bracket", + "label": "Arrow Down To Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e094" + }, + { + "id": "arrow-down-to-dotted-line", + "label": "Arrow Down To Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e095" + }, + { + "id": "arrow-down-to-line", + "label": "Arrow Down To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f33d" + }, + { + "id": "arrow-down-to-square", + "label": "Arrow Down To Square", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e096" + }, + { + "id": "arrow-down-triangle-square", + "label": "Arrow Down Triangle Square", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f888" + }, + { + "id": "arrow-down-up-across-line", + "label": "Arrow Down Up Across Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4af" + }, + { + "id": "arrow-down-up-lock", + "label": "Arrow Down Up Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b0" + }, + { + "id": "arrow-down-wide-short", + "label": "Arrow Down Wide Short", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f160" + }, + { + "id": "arrow-down-z-a", + "label": "Arrow Down Z A", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f881" + }, + { + "id": "arrow-left", + "label": "Arrow Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f060" + }, + { + "id": "arrow-left-from-arc", + "label": "Arrow Left From Arc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e615" + }, + { + "id": "arrow-left-from-bracket", + "label": "Arrow Left From Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e668" + }, + { + "id": "arrow-left-from-line", + "label": "Arrow Left From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f344" + }, + { + "id": "arrow-left-long", + "label": "Arrow Left Long", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f177" + }, + { + "id": "arrow-left-long-to-line", + "label": "Arrow Left Long To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d4" + }, + { + "id": "arrow-left-to-arc", + "label": "Arrow Left To Arc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e616" + }, + { + "id": "arrow-left-to-bracket", + "label": "Arrow Left To Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e669" + }, + { + "id": "arrow-left-to-line", + "label": "Arrow Left To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f33e" + }, + { + "id": "arrow-pointer", + "label": "Arrow Pointer", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f245" + }, + { + "id": "arrow-progress", + "label": "Arrow Progress", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5df" + }, + { + "id": "arrow-right", + "label": "Arrow Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f061" + }, + { + "id": "arrow-right-arrow-left", + "label": "Arrow Right Arrow Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ec" + }, + { + "id": "arrow-right-from-arc", + "label": "Arrow Right From Arc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b1" + }, + { + "id": "arrow-right-from-bracket", + "label": "Arrow Right From Bracket", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f08b" + }, + { + "id": "arrow-right-from-line", + "label": "Arrow Right From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f343" + }, + { + "id": "arrow-right-long", + "label": "Arrow Right Long", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f178" + }, + { + "id": "arrow-right-long-to-line", + "label": "Arrow Right Long To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d5" + }, + { + "id": "arrow-right-to-arc", + "label": "Arrow Right To Arc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b2" + }, + { + "id": "arrow-right-to-bracket", + "label": "Arrow Right To Bracket", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f090" + }, + { + "id": "arrow-right-to-city", + "label": "Arrow Right To City", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b3" + }, + { + "id": "arrow-right-to-line", + "label": "Arrow Right To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f340" + }, + { + "id": "arrow-rotate-left", + "label": "Arrow Rotate Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0e2" + }, + { + "id": "arrow-rotate-right", + "label": "Arrow Rotate Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f01e" + }, + { + "id": "arrows-cross", + "label": "Arrows Cross", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a2" + }, + { + "id": "arrows-down-to-line", + "label": "Arrows Down To Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b8" + }, + { + "id": "arrows-down-to-people", + "label": "Arrows Down To People", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b9" + }, + { + "id": "arrows-from-dotted-line", + "label": "Arrows From Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a3" + }, + { + "id": "arrows-from-line", + "label": "Arrows From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a4" + }, + { + "id": "arrows-left-right", + "label": "Arrows Left Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f07e" + }, + { + "id": "arrows-left-right-to-line", + "label": "Arrows Left Right To Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ba" + }, + { + "id": "arrows-maximize", + "label": "Arrows Maximize", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f31d" + }, + { + "id": "arrows-minimize", + "label": "Arrows Minimize", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a5" + }, + { + "id": "arrows-repeat", + "label": "Arrows Repeat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f364" + }, + { + "id": "arrows-repeat-1", + "label": "Arrows Repeat 1", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f366" + }, + { + "id": "arrows-retweet", + "label": "Arrows Retweet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f361" + }, + { + "id": "arrows-rotate", + "label": "Arrows Rotate", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f021" + }, + { + "id": "arrows-rotate-reverse", + "label": "Arrows Rotate Reverse", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e630" + }, + { + "id": "arrows-spin", + "label": "Arrows Spin", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4bb" + }, + { + "id": "arrows-split-up-and-left", + "label": "Arrows Split Up And Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4bc" + }, + { + "id": "arrows-to-circle", + "label": "Arrows To Circle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4bd" + }, + { + "id": "arrows-to-dot", + "label": "Arrows To Dot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4be" + }, + { + "id": "arrows-to-dotted-line", + "label": "Arrows To Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a6" + }, + { + "id": "arrows-to-eye", + "label": "Arrows To Eye", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4bf" + }, + { + "id": "arrows-to-line", + "label": "Arrows To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a7" + }, + { + "id": "arrows-turn-right", + "label": "Arrows Turn Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c0" + }, + { + "id": "arrows-turn-to-dots", + "label": "Arrows Turn To Dots", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c1" + }, + { + "id": "arrows-up-down", + "label": "Arrows Up Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f07d" + }, + { + "id": "arrows-up-down-left-right", + "label": "Arrows Up Down Left Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f047" + }, + { + "id": "arrows-up-to-line", + "label": "Arrows Up To Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c2" + }, + { + "id": "arrow-trend-down", + "label": "Arrow Trend Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e097" + }, + { + "id": "arrow-trend-up", + "label": "Arrow Trend Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e098" + }, + { + "id": "arrow-turn-down", + "label": "Arrow Turn Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f149" + }, + { + "id": "arrow-turn-down-left", + "label": "Arrow Turn Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2e1" + }, + { + "id": "arrow-turn-down-right", + "label": "Arrow Turn Down Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d6" + }, + { + "id": "arrow-turn-left", + "label": "Arrow Turn Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e632" + }, + { + "id": "arrow-turn-left-down", + "label": "Arrow Turn Left Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e633" + }, + { + "id": "arrow-turn-left-up", + "label": "Arrow Turn Left Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e634" + }, + { + "id": "arrow-turn-right", + "label": "Arrow Turn Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e635" + }, + { + "id": "arrow-turn-up", + "label": "Arrow Turn Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f148" + }, + { + "id": "arrow-up", + "label": "Arrow Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f062" + }, + { + "id": "arrow-up-1-9", + "label": "Arrow Up 1 9", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f163" + }, + { + "id": "arrow-up-9-1", + "label": "Arrow Up 9 1", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f887" + }, + { + "id": "arrow-up-arrow-down", + "label": "Arrow Up Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e099" + }, + { + "id": "arrow-up-a-z", + "label": "Arrow Up A Z", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f15e" + }, + { + "id": "arrow-up-big-small", + "label": "Arrow Up Big Small", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f88e" + }, + { + "id": "arrow-up-from-arc", + "label": "Arrow Up From Arc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b4" + }, + { + "id": "arrow-up-from-bracket", + "label": "Arrow Up From Bracket", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e09a" + }, + { + "id": "arrow-up-from-dotted-line", + "label": "Arrow Up From Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e09b" + }, + { + "id": "arrow-up-from-ground-water", + "label": "Arrow Up From Ground Water", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b5" + }, + { + "id": "arrow-up-from-line", + "label": "Arrow Up From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f342" + }, + { + "id": "arrow-up-from-square", + "label": "Arrow Up From Square", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e09c" + }, + { + "id": "arrow-up-from-water-pump", + "label": "Arrow Up From Water Pump", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b6" + }, + { + "id": "arrow-up-left", + "label": "Arrow Up Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e09d" + }, + { + "id": "arrow-up-left-from-circle", + "label": "Arrow Up Left From Circle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e09e" + }, + { + "id": "arrow-up-long", + "label": "Arrow Up Long", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f176" + }, + { + "id": "arrow-up-right", + "label": "Arrow Up Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e09f" + }, + { + "id": "arrow-up-right-and-arrow-down-left-from-center", + "label": "Arrow Up Right And Arrow Down Left From Center", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a0" + }, + { + "id": "arrow-up-right-dots", + "label": "Arrow Up Right Dots", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4b7" + }, + { + "id": "arrow-up-right-from-square", + "label": "Arrow Up Right From Square", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f08e" + }, + { + "id": "arrow-up-short-wide", + "label": "Arrow Up Short Wide", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f885" + }, + { + "id": "arrow-up-small-big", + "label": "Arrow Up Small Big", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f88f" + }, + { + "id": "arrow-up-square-triangle", + "label": "Arrow Up Square Triangle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f88b" + }, + { + "id": "arrow-up-to-arc", + "label": "Arrow Up To Arc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e617" + }, + { + "id": "arrow-up-to-bracket", + "label": "Arrow Up To Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e66a" + }, + { + "id": "arrow-up-to-dotted-line", + "label": "Arrow Up To Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a1" + }, + { + "id": "arrow-up-to-line", + "label": "Arrow Up To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f341" + }, + { + "id": "arrow-up-triangle-square", + "label": "Arrow Up Triangle Square", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f88a" + }, + { + "id": "arrow-up-wide-short", + "label": "Arrow Up Wide Short", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f161" + }, + { + "id": "arrow-up-z-a", + "label": "Arrow Up Z A", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f882" + }, + { + "id": "artstation", + "label": "Artstation", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f77a" + }, + { + "id": "asterisk", + "label": "Asterisk", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "2a" + }, + { + "id": "asymmetrik", + "label": "Asymmetrik, Ltd.", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f372" + }, + { + "id": "at", + "label": "At", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "40" + }, + { + "id": "atlassian", + "label": "Atlassian", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f77b" + }, + { + "id": "atom", + "label": "Atom", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d2" + }, + { + "id": "atom-simple", + "label": "Atom Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d3" + }, + { + "id": "audible", + "label": "Audible", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f373" + }, + { + "id": "audio-description", + "label": "Audio Description", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f29e" + }, + { + "id": "audio-description-slash", + "label": "Audio Description Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a8" + }, + { + "id": "austral-sign", + "label": "Austral Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0a9" + }, + { + "id": "autoprefixer", + "label": "Autoprefixer", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f41c" + }, + { + "id": "avianex", + "label": "avianex", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f374" + }, + { + "id": "aviato", + "label": "Aviato", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f421" + }, + { + "id": "avocado", + "label": "Avocado", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0aa" + }, + { + "id": "award", + "label": "Award", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f559" + }, + { + "id": "award-simple", + "label": "Award Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ab" + }, + { + "id": "aws", + "label": "Amazon Web Services (AWS)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f375" + }, + { + "id": "axe", + "label": "Axe", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b2" + }, + { + "id": "axe-battle", + "label": "Axe Battle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b3" + }, + { + "id": "b", + "label": "B", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "42" + }, + { + "id": "baby", + "label": "Baby", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f77c" + }, + { + "id": "baby-carriage", + "label": "Baby Carriage", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f77d" + }, + { + "id": "backpack", + "label": "Backpack", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d4" + }, + { + "id": "backward", + "label": "Backward", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f04a" + }, + { + "id": "backward-fast", + "label": "Backward Fast", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f049" + }, + { + "id": "backward-step", + "label": "Backward Step", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f048" + }, + { + "id": "bacon", + "label": "Bacon", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7e5" + }, + { + "id": "bacteria", + "label": "Bacteria", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e059" + }, + { + "id": "bacterium", + "label": "Bacterium", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e05a" + }, + { + "id": "badge", + "label": "Badge", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f335" + }, + { + "id": "badge-check", + "label": "Badge Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f336" + }, + { + "id": "badge-dollar", + "label": "Badge Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f645" + }, + { + "id": "badge-percent", + "label": "Badge Percent", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f646" + }, + { + "id": "badger-honey", + "label": "Badger Honey", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b4" + }, + { + "id": "badge-sheriff", + "label": "Badge Sheriff", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a2" + }, + { + "id": "badminton", + "label": "Badminton", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e33a" + }, + { + "id": "bagel", + "label": "Bagel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d7" + }, + { + "id": "bag-seedling", + "label": "Bag Seedling", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5f2" + }, + { + "id": "bag-shopping", + "label": "Bag Shopping", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f290" + }, + { + "id": "bag-shopping-minus", + "label": "Bag Shopping Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e650" + }, + { + "id": "bag-shopping-plus", + "label": "Bag Shopping Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e651" + }, + { + "id": "bags-shopping", + "label": "Bags Shopping", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f847" + }, + { + "id": "baguette", + "label": "Baguette", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d8" + }, + { + "id": "bahai", + "label": "Bahai", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f666" + }, + { + "id": "baht-sign", + "label": "Baht Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ac" + }, + { + "id": "balloon", + "label": "Balloon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2e3" + }, + { + "id": "balloons", + "label": "Balloons", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2e4" + }, + { + "id": "ballot", + "label": "Ballot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f732" + }, + { + "id": "ballot-check", + "label": "Ballot Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f733" + }, + { + "id": "ball-pile", + "label": "Ball Pile", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f77e" + }, + { + "id": "ban", + "label": "Ban", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f05e" + }, + { + "id": "banana", + "label": "Banana", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2e5" + }, + { + "id": "ban-bug", + "label": "Ban Bug", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f9" + }, + { + "id": "bandage", + "label": "Bandage", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f462" + }, + { + "id": "bandcamp", + "label": "Bandcamp", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2d5" + }, + { + "id": "bangladeshi-taka-sign", + "label": "Bangladeshi Taka Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2e6" + }, + { + "id": "banjo", + "label": "Banjo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a3" + }, + { + "id": "ban-parking", + "label": "Ban Parking", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f616" + }, + { + "id": "ban-smoking", + "label": "Ban Smoking", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f54d" + }, + { + "id": "barcode", + "label": "Barcode", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f02a" + }, + { + "id": "barcode-read", + "label": "Barcode Read", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f464" + }, + { + "id": "barcode-scan", + "label": "Barcode Scan", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f465" + }, + { + "id": "bars", + "label": "Bars", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c9" + }, + { + "id": "bars-filter", + "label": "Bars Filter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ad" + }, + { + "id": "bars-progress", + "label": "Bars Progress", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f828" + }, + { + "id": "bars-sort", + "label": "Bars Sort", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ae" + }, + { + "id": "bars-staggered", + "label": "Bars Staggered", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f550" + }, + { + "id": "baseball", + "label": "Baseball", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f433" + }, + { + "id": "baseball-bat-ball", + "label": "Baseball Bat Ball", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f432" + }, + { + "id": "basketball", + "label": "Basketball", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f434" + }, + { + "id": "basketball-hoop", + "label": "Basketball Hoop", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f435" + }, + { + "id": "basket-shopping", + "label": "Basket Shopping", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f291" + }, + { + "id": "basket-shopping-minus", + "label": "Basket Shopping Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e652" + }, + { + "id": "basket-shopping-plus", + "label": "Basket Shopping Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e653" + }, + { + "id": "basket-shopping-simple", + "label": "Basket Shopping Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0af" + }, + { + "id": "bat", + "label": "Bat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b5" + }, + { + "id": "bath", + "label": "Bath", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2cd" + }, + { + "id": "battery-bolt", + "label": "Battery Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f376" + }, + { + "id": "battery-empty", + "label": "Battery Empty", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f244" + }, + { + "id": "battery-exclamation", + "label": "Battery Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b0" + }, + { + "id": "battery-full", + "label": "Battery Full", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f240" + }, + { + "id": "battery-half", + "label": "Battery Half", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f242" + }, + { + "id": "battery-low", + "label": "Battery Low", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b1" + }, + { + "id": "battery-quarter", + "label": "Battery Quarter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f243" + }, + { + "id": "battery-slash", + "label": "Battery Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f377" + }, + { + "id": "battery-three-quarters", + "label": "Battery Three Quarters", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f241" + }, + { + "id": "battle-net", + "label": "Battle.net", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f835" + }, + { + "id": "bed", + "label": "Bed", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f236" + }, + { + "id": "bed-bunk", + "label": "Bed Bunk", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f8" + }, + { + "id": "bed-empty", + "label": "Bed Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f9" + }, + { + "id": "bed-front", + "label": "Bed Front", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f7" + }, + { + "id": "bed-pulse", + "label": "Bed Pulse", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f487" + }, + { + "id": "bee", + "label": "Bee", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b2" + }, + { + "id": "beer-mug", + "label": "Beer Mug", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b3" + }, + { + "id": "beer-mug-empty", + "label": "Beer Mug Empty", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0fc" + }, + { + "id": "behance", + "label": "Behance", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1b4" + }, + { + "id": "bell", + "label": "Bell", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0f3" + }, + { + "id": "bell-concierge", + "label": "Bell Concierge", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f562" + }, + { + "id": "bell-exclamation", + "label": "Bell Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f848" + }, + { + "id": "bell-on", + "label": "Bell On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8fa" + }, + { + "id": "bell-plus", + "label": "Bell Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f849" + }, + { + "id": "bell-ring", + "label": "Bell Ring", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e62c" + }, + { + "id": "bells", + "label": "Bells", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f77f" + }, + { + "id": "bell-school", + "label": "Bell School", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d5" + }, + { + "id": "bell-school-slash", + "label": "Bell School Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d6" + }, + { + "id": "bell-slash", + "label": "Bell Slash", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1f6" + }, + { + "id": "bench-tree", + "label": "Bench Tree", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2e7" + }, + { + "id": "bezier-curve", + "label": "Bezier Curve", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f55b" + }, + { + "id": "bicycle", + "label": "Bicycle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f206" + }, + { + "id": "bilibili", + "label": "Bilibili", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e3d9" + }, + { + "id": "billboard", + "label": "Billboard", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5cd" + }, + { + "id": "bimobject", + "label": "BIMobject", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f378" + }, + { + "id": "binary", + "label": "Binary", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e33b" + }, + { + "id": "binary-circle-check", + "label": "Binary Circle Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e33c" + }, + { + "id": "binary-lock", + "label": "Binary Lock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e33d" + }, + { + "id": "binary-slash", + "label": "Binary Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e33e" + }, + { + "id": "bin-bottles", + "label": "Bin Bottles", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5f5" + }, + { + "id": "bin-bottles-recycle", + "label": "Bin Bottles Recycle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5f6" + }, + { + "id": "binoculars", + "label": "Binoculars", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1e5" + }, + { + "id": "bin-recycle", + "label": "Bin Recycle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5f7" + }, + { + "id": "biohazard", + "label": "Biohazard", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f780" + }, + { + "id": "bird", + "label": "Bird", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e469" + }, + { + "id": "bitbucket", + "label": "Bitbucket", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f171" + }, + { + "id": "bitcoin", + "label": "Bitcoin", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f379" + }, + { + "id": "bitcoin-sign", + "label": "Bitcoin Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b4" + }, + { + "id": "bity", + "label": "Bity", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f37a" + }, + { + "id": "blackberry", + "label": "BlackBerry", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f37b" + }, + { + "id": "black-tie", + "label": "Font Awesome Black Tie", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f27e" + }, + { + "id": "blanket", + "label": "Blanket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f498" + }, + { + "id": "blanket-fire", + "label": "Blanket Fire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3da" + }, + { + "id": "blender", + "label": "Blender", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f517" + }, + { + "id": "blender-phone", + "label": "Blender Phone", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b6" + }, + { + "id": "blinds", + "label": "Blinds", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8fb" + }, + { + "id": "blinds-open", + "label": "Blinds Open", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8fc" + }, + { + "id": "blinds-raised", + "label": "Blinds Raised", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8fd" + }, + { + "id": "block", + "label": "Block", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e46a" + }, + { + "id": "block-brick", + "label": "Block Brick", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3db" + }, + { + "id": "block-brick-fire", + "label": "Block Brick Fire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3dc" + }, + { + "id": "block-question", + "label": "Block Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3dd" + }, + { + "id": "block-quote", + "label": "Block Quote", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b5" + }, + { + "id": "blog", + "label": "Blog", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f781" + }, + { + "id": "blogger", + "label": "Blogger", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f37c" + }, + { + "id": "blogger-b", + "label": "Blogger B", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f37d" + }, + { + "id": "blueberries", + "label": "Blueberries", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2e8" + }, + { + "id": "bluesky", + "label": "Bluesky", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e671" + }, + { + "id": "bluetooth", + "label": "Bluetooth", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "duotone", + "brands", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f293" + }, + { + "id": "bluetooth-b", + "label": "Bluetooth", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f294" + }, + { + "id": "bold", + "label": "Bold", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f032" + }, + { + "id": "bolt", + "label": "Bolt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0e7" + }, + { + "id": "bolt-auto", + "label": "Bolt Auto", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b6" + }, + { + "id": "bolt-lightning", + "label": "Bolt Lightning", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b7" + }, + { + "id": "bolt-slash", + "label": "Bolt Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b8" + }, + { + "id": "bomb", + "label": "Bomb", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1e2" + }, + { + "id": "bone", + "label": "Bone", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d7" + }, + { + "id": "bone-break", + "label": "Bone Break", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d8" + }, + { + "id": "bong", + "label": "Bong", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f55c" + }, + { + "id": "book", + "label": "Book", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f02d" + }, + { + "id": "book-arrow-right", + "label": "Book Arrow Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0b9" + }, + { + "id": "book-arrow-up", + "label": "Book Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ba" + }, + { + "id": "book-atlas", + "label": "Book Atlas", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f558" + }, + { + "id": "book-bible", + "label": "Book Bible", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f647" + }, + { + "id": "book-blank", + "label": "Book Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d9" + }, + { + "id": "book-bookmark", + "label": "Book Bookmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0bb" + }, + { + "id": "book-circle-arrow-right", + "label": "Book Circle Arrow Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0bc" + }, + { + "id": "book-circle-arrow-up", + "label": "Book Circle Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0bd" + }, + { + "id": "book-copy", + "label": "Book Copy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0be" + }, + { + "id": "book-font", + "label": "Book Font", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0bf" + }, + { + "id": "book-heart", + "label": "Book Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f499" + }, + { + "id": "book-journal-whills", + "label": "Book Journal Whills", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f66a" + }, + { + "id": "bookmark", + "label": "Bookmark", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f02e" + }, + { + "id": "bookmark-slash", + "label": "Bookmark Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c2" + }, + { + "id": "book-medical", + "label": "Book Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7e6" + }, + { + "id": "book-open", + "label": "Book Open", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f518" + }, + { + "id": "book-open-cover", + "label": "Book Open Cover", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c0" + }, + { + "id": "book-open-reader", + "label": "Book Open Reader", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5da" + }, + { + "id": "book-quran", + "label": "Book Quran", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f687" + }, + { + "id": "books", + "label": "Books", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5db" + }, + { + "id": "book-section", + "label": "Book Section", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c1" + }, + { + "id": "book-skull", + "label": "Book Skull", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b7" + }, + { + "id": "books-medical", + "label": "Books Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7e8" + }, + { + "id": "book-sparkles", + "label": "Book Sparkles", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b8" + }, + { + "id": "book-tanakh", + "label": "Book Tanakh", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f827" + }, + { + "id": "book-user", + "label": "Book User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7e7" + }, + { + "id": "boombox", + "label": "Boombox", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a5" + }, + { + "id": "boot", + "label": "Boot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f782" + }, + { + "id": "booth-curtain", + "label": "Booth Curtain", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f734" + }, + { + "id": "boot-heeled", + "label": "Boot Heeled", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e33f" + }, + { + "id": "bootstrap", + "label": "Bootstrap", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f836" + }, + { + "id": "border-all", + "label": "Border All", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f84c" + }, + { + "id": "border-bottom", + "label": "Border Bottom", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f84d" + }, + { + "id": "border-bottom-right", + "label": "Border Bottom Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f854" + }, + { + "id": "border-center-h", + "label": "Border Center H", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f89c" + }, + { + "id": "border-center-v", + "label": "Border Center V", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f89d" + }, + { + "id": "border-inner", + "label": "Border Inner", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f84e" + }, + { + "id": "border-left", + "label": "Border Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f84f" + }, + { + "id": "border-none", + "label": "Border None", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f850" + }, + { + "id": "border-outer", + "label": "Border Outer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f851" + }, + { + "id": "border-right", + "label": "Border Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f852" + }, + { + "id": "border-top", + "label": "Border Top", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f855" + }, + { + "id": "border-top-left", + "label": "Border Top Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f853" + }, + { + "id": "bore-hole", + "label": "Bore Hole", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c3" + }, + { + "id": "bots", + "label": "Bots", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e340" + }, + { + "id": "bottle-baby", + "label": "Bottle Baby", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e673" + }, + { + "id": "bottle-droplet", + "label": "Bottle Droplet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c4" + }, + { + "id": "bottle-water", + "label": "Bottle Water", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c5" + }, + { + "id": "bow-arrow", + "label": "Bow Arrow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b9" + }, + { + "id": "bowl-chopsticks", + "label": "Bowl Chopsticks", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2e9" + }, + { + "id": "bowl-chopsticks-noodles", + "label": "Bowl Chopsticks Noodles", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ea" + }, + { + "id": "bowl-food", + "label": "Bowl Food", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c6" + }, + { + "id": "bowl-hot", + "label": "Bowl Hot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f823" + }, + { + "id": "bowling-ball", + "label": "Bowling Ball", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f436" + }, + { + "id": "bowling-ball-pin", + "label": "Bowling Ball Pin", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c3" + }, + { + "id": "bowling-pins", + "label": "Bowling Pins", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f437" + }, + { + "id": "bowl-rice", + "label": "Bowl Rice", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2eb" + }, + { + "id": "bowl-scoop", + "label": "Bowl Scoop", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3de" + }, + { + "id": "bowl-scoops", + "label": "Bowl Scoops", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3df" + }, + { + "id": "bowl-soft-serve", + "label": "Bowl Soft Serve", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e46b" + }, + { + "id": "bowl-spoon", + "label": "Bowl Spoon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e0" + }, + { + "id": "box", + "label": "Box", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f466" + }, + { + "id": "box-archive", + "label": "Box Archive", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f187" + }, + { + "id": "box-ballot", + "label": "Box Ballot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f735" + }, + { + "id": "box-check", + "label": "Box Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f467" + }, + { + "id": "box-circle-check", + "label": "Box Circle Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c4" + }, + { + "id": "box-dollar", + "label": "Box Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a0" + }, + { + "id": "boxes-packing", + "label": "Boxes Packing", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c7" + }, + { + "id": "boxes-stacked", + "label": "Boxes Stacked", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f468" + }, + { + "id": "box-heart", + "label": "Box Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f49d" + }, + { + "id": "boxing-glove", + "label": "Boxing Glove", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f438" + }, + { + "id": "box-open", + "label": "Box Open", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f49e" + }, + { + "id": "box-open-full", + "label": "Box Open Full", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f49c" + }, + { + "id": "box-taped", + "label": "Box Taped", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f49a" + }, + { + "id": "box-tissue", + "label": "Box Tissue", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e05b" + }, + { + "id": "bracket-curly", + "label": "Bracket Curly", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "7b" + }, + { + "id": "bracket-curly-right", + "label": "Bracket Curly Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "7d" + }, + { + "id": "bracket-round", + "label": "Bracket Round", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "28" + }, + { + "id": "bracket-round-right", + "label": "Bracket Round Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "29" + }, + { + "id": "brackets-curly", + "label": "Brackets Curly", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ea" + }, + { + "id": "bracket-square", + "label": "Bracket Square", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "5b" + }, + { + "id": "bracket-square-right", + "label": "Bracket Square Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "5d" + }, + { + "id": "brackets-round", + "label": "Brackets Round", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c5" + }, + { + "id": "brackets-square", + "label": "Brackets Square", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7e9" + }, + { + "id": "braille", + "label": "Braille", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2a1" + }, + { + "id": "brain", + "label": "Brain", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5dc" + }, + { + "id": "brain-arrow-curved-right", + "label": "Brain Arrow Curved Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f677" + }, + { + "id": "brain-circuit", + "label": "Brain Circuit", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c6" + }, + { + "id": "brake-warning", + "label": "Brake Warning", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c7" + }, + { + "id": "brave", + "label": "Brave", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e63c" + }, + { + "id": "brave-reverse", + "label": "Brave Reverse", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e63d" + }, + { + "id": "brazilian-real-sign", + "label": "Brazilian Real Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e46c" + }, + { + "id": "bread-loaf", + "label": "Bread Loaf", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7eb" + }, + { + "id": "bread-slice", + "label": "Bread Slice", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ec" + }, + { + "id": "bread-slice-butter", + "label": "Bread Slice Butter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e1" + }, + { + "id": "bridge", + "label": "Bridge", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c8" + }, + { + "id": "bridge-circle-check", + "label": "Bridge Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4c9" + }, + { + "id": "bridge-circle-exclamation", + "label": "Bridge Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ca" + }, + { + "id": "bridge-circle-xmark", + "label": "Bridge Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4cb" + }, + { + "id": "bridge-lock", + "label": "Bridge Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4cc" + }, + { + "id": "bridge-suspension", + "label": "Bridge Suspension", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4cd" + }, + { + "id": "bridge-water", + "label": "Bridge Water", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ce" + }, + { + "id": "briefcase", + "label": "Briefcase", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0b1" + }, + { + "id": "briefcase-arrow-right", + "label": "Briefcase Arrow Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2f2" + }, + { + "id": "briefcase-blank", + "label": "Briefcase Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c8" + }, + { + "id": "briefcase-medical", + "label": "Briefcase Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f469" + }, + { + "id": "brightness", + "label": "Brightness", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0c9" + }, + { + "id": "brightness-low", + "label": "Brightness Low", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ca" + }, + { + "id": "bring-forward", + "label": "Bring Forward", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f856" + }, + { + "id": "bring-front", + "label": "Bring Front", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f857" + }, + { + "id": "broccoli", + "label": "Broccoli", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e2" + }, + { + "id": "broom", + "label": "Broom", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f51a" + }, + { + "id": "broom-ball", + "label": "Broom Ball", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f458" + }, + { + "id": "broom-wide", + "label": "Broom Wide", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d1" + }, + { + "id": "browser", + "label": "Browser", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f37e" + }, + { + "id": "browsers", + "label": "Browsers", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0cb" + }, + { + "id": "brush", + "label": "Brush", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f55d" + }, + { + "id": "btc", + "label": "BTC", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f15a" + }, + { + "id": "bucket", + "label": "Bucket", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4cf" + }, + { + "id": "buffer", + "label": "Buffer", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f837" + }, + { + "id": "bug", + "label": "Bug", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f188" + }, + { + "id": "bugs", + "label": "Bugs", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d0" + }, + { + "id": "bug-slash", + "label": "Bug Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e490" + }, + { + "id": "building", + "label": "Building", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1ad" + }, + { + "id": "building-circle-arrow-right", + "label": "Building Circle Arrow Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d1" + }, + { + "id": "building-circle-check", + "label": "Building Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d2" + }, + { + "id": "building-circle-exclamation", + "label": "Building Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d3" + }, + { + "id": "building-circle-xmark", + "label": "Building Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d4" + }, + { + "id": "building-columns", + "label": "Building Columns", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f19c" + }, + { + "id": "building-flag", + "label": "Building Flag", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d5" + }, + { + "id": "building-lock", + "label": "Building Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d6" + }, + { + "id": "building-magnifying-glass", + "label": "Building Magnifying Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e61c" + }, + { + "id": "building-memo", + "label": "Building Memo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e61e" + }, + { + "id": "building-ngo", + "label": "Building Ngo", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d7" + }, + { + "id": "buildings", + "label": "Buildings", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0cc" + }, + { + "id": "building-shield", + "label": "Building Shield", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d8" + }, + { + "id": "building-un", + "label": "Building Un", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4d9" + }, + { + "id": "building-user", + "label": "Building User", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4da" + }, + { + "id": "building-wheat", + "label": "Building Wheat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4db" + }, + { + "id": "bulldozer", + "label": "Bulldozer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e655" + }, + { + "id": "bullhorn", + "label": "Bullhorn", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a1" + }, + { + "id": "bullseye", + "label": "Bullseye", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f140" + }, + { + "id": "bullseye-arrow", + "label": "Bullseye Arrow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f648" + }, + { + "id": "bullseye-pointer", + "label": "Bullseye Pointer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f649" + }, + { + "id": "buoy", + "label": "Buoy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b5" + }, + { + "id": "buoy-mooring", + "label": "Buoy Mooring", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b6" + }, + { + "id": "burger", + "label": "Burger", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f805" + }, + { + "id": "burger-cheese", + "label": "Burger Cheese", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f1" + }, + { + "id": "burger-fries", + "label": "Burger Fries", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0cd" + }, + { + "id": "burger-glass", + "label": "Burger Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ce" + }, + { + "id": "burger-lettuce", + "label": "Burger Lettuce", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e3" + }, + { + "id": "burger-soda", + "label": "Burger Soda", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f858" + }, + { + "id": "buromobelexperte", + "label": "Büromöbel-Experte GmbH & Co. KG.", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f37f" + }, + { + "id": "burrito", + "label": "Burrito", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ed" + }, + { + "id": "burst", + "label": "Burst", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4dc" + }, + { + "id": "bus", + "label": "Bus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f207" + }, + { + "id": "business-time", + "label": "Business Time", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f64a" + }, + { + "id": "bus-school", + "label": "Bus School", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5dd" + }, + { + "id": "bus-simple", + "label": "Bus Simple", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f55e" + }, + { + "id": "butter", + "label": "Butter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e4" + }, + { + "id": "buy-n-large", + "label": "Buy n Large", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f8a6" + }, + { + "id": "buysellads", + "label": "BuySellAds", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f20d" + }, + { + "id": "c", + "label": "C", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "43" + }, + { + "id": "cabin", + "label": "Cabin", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e46d" + }, + { + "id": "cabinet-filing", + "label": "Cabinet Filing", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f64b" + }, + { + "id": "cable-car", + "label": "Cable Car", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7da" + }, + { + "id": "cactus", + "label": "Cactus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a7" + }, + { + "id": "caduceus", + "label": "Caduceus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e681" + }, + { + "id": "cake-candles", + "label": "Cake Candles", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1fd" + }, + { + "id": "cake-slice", + "label": "Cake Slice", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e5" + }, + { + "id": "calculator", + "label": "Calculator", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1ec" + }, + { + "id": "calculator-simple", + "label": "Calculator Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f64c" + }, + { + "id": "calendar", + "label": "Calendar", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f133" + }, + { + "id": "calendar-arrow-down", + "label": "Calendar Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d0" + }, + { + "id": "calendar-arrow-up", + "label": "Calendar Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d1" + }, + { + "id": "calendar-check", + "label": "Calendar Check", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f274" + }, + { + "id": "calendar-circle-exclamation", + "label": "Calendar Circle Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e46e" + }, + { + "id": "calendar-circle-minus", + "label": "Calendar Circle Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e46f" + }, + { + "id": "calendar-circle-plus", + "label": "Calendar Circle Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e470" + }, + { + "id": "calendar-circle-user", + "label": "Calendar Circle User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e471" + }, + { + "id": "calendar-clock", + "label": "Calendar Clock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d2" + }, + { + "id": "calendar-day", + "label": "Calendar Day", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f783" + }, + { + "id": "calendar-days", + "label": "Calendar Days", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f073" + }, + { + "id": "calendar-exclamation", + "label": "Calendar Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f334" + }, + { + "id": "calendar-heart", + "label": "Calendar Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d3" + }, + { + "id": "calendar-image", + "label": "Calendar Image", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d4" + }, + { + "id": "calendar-lines", + "label": "Calendar Lines", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d5" + }, + { + "id": "calendar-lines-pen", + "label": "Calendar Lines Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e472" + }, + { + "id": "calendar-minus", + "label": "Calendar Minus", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f272" + }, + { + "id": "calendar-pen", + "label": "Calendar Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f333" + }, + { + "id": "calendar-plus", + "label": "Calendar Plus", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f271" + }, + { + "id": "calendar-range", + "label": "Calendar Range", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d6" + }, + { + "id": "calendars", + "label": "Calendars", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d7" + }, + { + "id": "calendar-star", + "label": "Calendar Star", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f736" + }, + { + "id": "calendar-users", + "label": "Calendar Users", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5e2" + }, + { + "id": "calendar-week", + "label": "Calendar Week", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f784" + }, + { + "id": "calendar-xmark", + "label": "Calendar Xmark", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f273" + }, + { + "id": "camcorder", + "label": "Camcorder", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a8" + }, + { + "id": "camera", + "label": "Camera", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f030" + }, + { + "id": "camera-cctv", + "label": "Camera Cctv", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ac" + }, + { + "id": "camera-movie", + "label": "Camera Movie", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a9" + }, + { + "id": "camera-polaroid", + "label": "Camera Polaroid", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8aa" + }, + { + "id": "camera-retro", + "label": "Camera Retro", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f083" + }, + { + "id": "camera-rotate", + "label": "Camera Rotate", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d8" + }, + { + "id": "camera-security", + "label": "Camera Security", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8fe" + }, + { + "id": "camera-slash", + "label": "Camera Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0d9" + }, + { + "id": "camera-viewfinder", + "label": "Camera Viewfinder", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0da" + }, + { + "id": "camera-web", + "label": "Camera Web", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f832" + }, + { + "id": "camera-web-slash", + "label": "Camera Web Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f833" + }, + { + "id": "campfire", + "label": "Campfire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ba" + }, + { + "id": "campground", + "label": "Campground", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6bb" + }, + { + "id": "canadian-maple-leaf", + "label": "Canadian Maple Leaf", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f785" + }, + { + "id": "candle-holder", + "label": "Candle Holder", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6bc" + }, + { + "id": "candy", + "label": "Candy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e7" + }, + { + "id": "candy-bar", + "label": "Candy Bar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e8" + }, + { + "id": "candy-cane", + "label": "Candy Cane", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f786" + }, + { + "id": "candy-corn", + "label": "Candy Corn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6bd" + }, + { + "id": "can-food", + "label": "Can Food", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e6" + }, + { + "id": "cannabis", + "label": "Cannabis", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f55f" + }, + { + "id": "cannon", + "label": "Cannon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e642" + }, + { + "id": "capsules", + "label": "Capsules", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f46b" + }, + { + "id": "car", + "label": "Car", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1b9" + }, + { + "id": "caravan", + "label": "Caravan", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ff" + }, + { + "id": "caravan-simple", + "label": "Caravan Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e000" + }, + { + "id": "car-battery", + "label": "Car Battery", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5df" + }, + { + "id": "car-bolt", + "label": "Car Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e341" + }, + { + "id": "car-building", + "label": "Car Building", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f859" + }, + { + "id": "car-bump", + "label": "Car Bump", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e0" + }, + { + "id": "car-burst", + "label": "Car Burst", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e1" + }, + { + "id": "car-bus", + "label": "Car Bus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f85a" + }, + { + "id": "car-circle-bolt", + "label": "Car Circle Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e342" + }, + { + "id": "card-club", + "label": "Card Club", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3e9" + }, + { + "id": "card-diamond", + "label": "Card Diamond", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ea" + }, + { + "id": "card-heart", + "label": "Card Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3eb" + }, + { + "id": "cards", + "label": "Cards", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ed" + }, + { + "id": "cards-blank", + "label": "Cards Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4df" + }, + { + "id": "card-spade", + "label": "Card Spade", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ec" + }, + { + "id": "caret-down", + "label": "Caret Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0d7" + }, + { + "id": "caret-left", + "label": "Caret Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0d9" + }, + { + "id": "caret-right", + "label": "Caret Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0da" + }, + { + "id": "caret-up", + "label": "Caret Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0d8" + }, + { + "id": "car-garage", + "label": "Car Garage", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e2" + }, + { + "id": "car-mirrors", + "label": "Car Mirrors", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e343" + }, + { + "id": "car-on", + "label": "Car On", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4dd" + }, + { + "id": "carpool", + "label": "Carpool", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e69c" + }, + { + "id": "car-rear", + "label": "Car Rear", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5de" + }, + { + "id": "carrot", + "label": "Carrot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f787" + }, + { + "id": "cars", + "label": "Cars", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f85b" + }, + { + "id": "car-side", + "label": "Car Side", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e4" + }, + { + "id": "car-side-bolt", + "label": "Car Side Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e344" + }, + { + "id": "cart-arrow-down", + "label": "Cart Arrow Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f218" + }, + { + "id": "cart-arrow-up", + "label": "Cart Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ee" + }, + { + "id": "cart-circle-arrow-down", + "label": "Cart Circle Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ef" + }, + { + "id": "cart-circle-arrow-up", + "label": "Cart Circle Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f0" + }, + { + "id": "cart-circle-check", + "label": "Cart Circle Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f1" + }, + { + "id": "cart-circle-exclamation", + "label": "Cart Circle Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f2" + }, + { + "id": "cart-circle-plus", + "label": "Cart Circle Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f3" + }, + { + "id": "cart-circle-xmark", + "label": "Cart Circle Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f4" + }, + { + "id": "cart-flatbed", + "label": "Cart Flatbed", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f474" + }, + { + "id": "cart-flatbed-boxes", + "label": "Cart Flatbed Boxes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f475" + }, + { + "id": "cart-flatbed-empty", + "label": "Cart Flatbed Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f476" + }, + { + "id": "cart-flatbed-suitcase", + "label": "Cart Flatbed Suitcase", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f59d" + }, + { + "id": "car-tilt", + "label": "Car Tilt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e5" + }, + { + "id": "cart-minus", + "label": "Cart Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0db" + }, + { + "id": "cart-plus", + "label": "Cart Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f217" + }, + { + "id": "cart-shopping", + "label": "Cart Shopping", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f07a" + }, + { + "id": "cart-shopping-fast", + "label": "Cart Shopping Fast", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0dc" + }, + { + "id": "car-tunnel", + "label": "Car Tunnel", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4de" + }, + { + "id": "cart-xmark", + "label": "Cart Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0dd" + }, + { + "id": "car-wash", + "label": "Car Wash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e6" + }, + { + "id": "car-wrench", + "label": "Car Wrench", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e3" + }, + { + "id": "cash-register", + "label": "Cash Register", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f788" + }, + { + "id": "cassette-betamax", + "label": "Cassette Betamax", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8a4" + }, + { + "id": "cassette-tape", + "label": "Cassette Tape", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ab" + }, + { + "id": "cassette-vhs", + "label": "Cassette Vhs", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ec" + }, + { + "id": "castle", + "label": "Castle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0de" + }, + { + "id": "cat", + "label": "Cat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6be" + }, + { + "id": "cat-space", + "label": "Cat Space", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e001" + }, + { + "id": "cauldron", + "label": "Cauldron", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6bf" + }, + { + "id": "cc-amazon-pay", + "label": "Amazon Pay Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f42d" + }, + { + "id": "cc-amex", + "label": "Cc Amex", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1f3" + }, + { + "id": "cc-apple-pay", + "label": "Apple Pay Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f416" + }, + { + "id": "cc-diners-club", + "label": "Diner's Club Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f24c" + }, + { + "id": "cc-discover", + "label": "Discover Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1f2" + }, + { + "id": "cc-jcb", + "label": "JCB Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f24b" + }, + { + "id": "cc-mastercard", + "label": "MasterCard Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1f1" + }, + { + "id": "cc-paypal", + "label": "Paypal Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1f4" + }, + { + "id": "cc-stripe", + "label": "Stripe Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1f5" + }, + { + "id": "cc-visa", + "label": "Visa Credit Card", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1f0" + }, + { + "id": "cedi-sign", + "label": "Cedi Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0df" + }, + { + "id": "centercode", + "label": "Centercode", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f380" + }, + { + "id": "centos", + "label": "Centos", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f789" + }, + { + "id": "cent-sign", + "label": "Cent Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f5" + }, + { + "id": "certificate", + "label": "Certificate", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a3" + }, + { + "id": "chair", + "label": "Chair", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c0" + }, + { + "id": "chair-office", + "label": "Chair Office", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c1" + }, + { + "id": "chalkboard", + "label": "Chalkboard", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f51b" + }, + { + "id": "chalkboard-user", + "label": "Chalkboard User", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f51c" + }, + { + "id": "champagne-glass", + "label": "Champagne Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f79e" + }, + { + "id": "champagne-glasses", + "label": "Champagne Glasses", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f79f" + }, + { + "id": "charging-station", + "label": "Charging Station", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e7" + }, + { + "id": "chart-area", + "label": "Chart Area", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1fe" + }, + { + "id": "chart-bar", + "label": "Chart Bar", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f080" + }, + { + "id": "chart-bullet", + "label": "Chart Bullet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e1" + }, + { + "id": "chart-candlestick", + "label": "Chart Candlestick", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e2" + }, + { + "id": "chart-column", + "label": "Chart Column", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e3" + }, + { + "id": "chart-diagram", + "label": "Chart Diagram", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e695" + }, + { + "id": "chart-fft", + "label": "Chart Fft", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e69e" + }, + { + "id": "chart-gantt", + "label": "Chart Gantt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e4" + }, + { + "id": "chart-kanban", + "label": "Chart Kanban", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e64f" + }, + { + "id": "chart-line", + "label": "Chart Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f201" + }, + { + "id": "chart-line-down", + "label": "Chart Line Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f64d" + }, + { + "id": "chart-line-up", + "label": "Chart Line Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e5" + }, + { + "id": "chart-line-up-down", + "label": "Chart Line Up Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d7" + }, + { + "id": "chart-mixed", + "label": "Chart Mixed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f643" + }, + { + "id": "chart-mixed-up-circle-currency", + "label": "Chart Mixed Up Circle Currency", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d8" + }, + { + "id": "chart-mixed-up-circle-dollar", + "label": "Chart Mixed Up Circle Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d9" + }, + { + "id": "chart-network", + "label": "Chart Network", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f78a" + }, + { + "id": "chart-pie", + "label": "Chart Pie", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f200" + }, + { + "id": "chart-pie-simple", + "label": "Chart Pie Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f64e" + }, + { + "id": "chart-pie-simple-circle-currency", + "label": "Chart Pie Simple Circle Currency", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e604" + }, + { + "id": "chart-pie-simple-circle-dollar", + "label": "Chart Pie Simple Circle Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e605" + }, + { + "id": "chart-pyramid", + "label": "Chart Pyramid", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e6" + }, + { + "id": "chart-radar", + "label": "Chart Radar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e7" + }, + { + "id": "chart-scatter", + "label": "Chart Scatter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ee" + }, + { + "id": "chart-scatter-3d", + "label": "Chart Scatter 3d", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e8" + }, + { + "id": "chart-scatter-bubble", + "label": "Chart Scatter Bubble", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0e9" + }, + { + "id": "chart-simple", + "label": "Chart Simple", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e473" + }, + { + "id": "chart-simple-horizontal", + "label": "Chart Simple Horizontal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e474" + }, + { + "id": "chart-sine", + "label": "Chart Sine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e69d" + }, + { + "id": "chart-tree-map", + "label": "Chart Tree Map", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ea" + }, + { + "id": "chart-user", + "label": "Chart User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a3" + }, + { + "id": "chart-waterfall", + "label": "Chart Waterfall", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0eb" + }, + { + "id": "check", + "label": "Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f00c" + }, + { + "id": "check-double", + "label": "Check Double", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f560" + }, + { + "id": "check-to-slot", + "label": "Check To Slot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f772" + }, + { + "id": "cheese", + "label": "Cheese", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ef" + }, + { + "id": "cheese-swiss", + "label": "Cheese Swiss", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f0" + }, + { + "id": "cherries", + "label": "Cherries", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ec" + }, + { + "id": "chess", + "label": "Chess", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f439" + }, + { + "id": "chess-bishop", + "label": "Chess Bishop", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f43a" + }, + { + "id": "chess-bishop-piece", + "label": "Chess Bishop Piece", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f43b" + }, + { + "id": "chess-board", + "label": "Chess Board", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f43c" + }, + { + "id": "chess-clock", + "label": "Chess Clock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f43d" + }, + { + "id": "chess-clock-flip", + "label": "Chess Clock Flip", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f43e" + }, + { + "id": "chess-king", + "label": "Chess King", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f43f" + }, + { + "id": "chess-king-piece", + "label": "Chess King Piece", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f440" + }, + { + "id": "chess-knight", + "label": "Chess Knight", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f441" + }, + { + "id": "chess-knight-piece", + "label": "Chess Knight Piece", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f442" + }, + { + "id": "chess-pawn", + "label": "Chess Pawn", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f443" + }, + { + "id": "chess-pawn-piece", + "label": "Chess Pawn Piece", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f444" + }, + { + "id": "chess-queen", + "label": "Chess Queen", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f445" + }, + { + "id": "chess-queen-piece", + "label": "Chess Queen Piece", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f446" + }, + { + "id": "chess-rook", + "label": "Chess Rook", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f447" + }, + { + "id": "chess-rook-piece", + "label": "Chess Rook Piece", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f448" + }, + { + "id": "chestnut", + "label": "Chestnut", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f6" + }, + { + "id": "chevron-down", + "label": "Chevron Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f078" + }, + { + "id": "chevron-left", + "label": "Chevron Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f053" + }, + { + "id": "chevron-right", + "label": "Chevron Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f054" + }, + { + "id": "chevrons-down", + "label": "Chevrons Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f322" + }, + { + "id": "chevrons-left", + "label": "Chevrons Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f323" + }, + { + "id": "chevrons-right", + "label": "Chevrons Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f324" + }, + { + "id": "chevrons-up", + "label": "Chevrons Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f325" + }, + { + "id": "chevron-up", + "label": "Chevron Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f077" + }, + { + "id": "chf-sign", + "label": "Chf Sign", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e602" + }, + { + "id": "child", + "label": "Child", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1ae" + }, + { + "id": "child-combatant", + "label": "Child Combatant", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e0" + }, + { + "id": "child-dress", + "label": "Child Dress", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e59c" + }, + { + "id": "child-reaching", + "label": "Child Reaching", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e59d" + }, + { + "id": "children", + "label": "Children", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e1" + }, + { + "id": "chimney", + "label": "Chimney", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f78b" + }, + { + "id": "chopsticks", + "label": "Chopsticks", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f7" + }, + { + "id": "chrome", + "label": "Chrome", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f268" + }, + { + "id": "chromecast", + "label": "Chromecast", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f838" + }, + { + "id": "church", + "label": "Church", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f51d" + }, + { + "id": "circle", + "label": "Circle", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f111" + }, + { + "id": "circle-0", + "label": "Circle 0", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ed" + }, + { + "id": "circle-1", + "label": "Circle 1", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ee" + }, + { + "id": "circle-2", + "label": "Circle 2", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ef" + }, + { + "id": "circle-3", + "label": "Circle 3", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f0" + }, + { + "id": "circle-4", + "label": "Circle 4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f1" + }, + { + "id": "circle-5", + "label": "Circle 5", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f2" + }, + { + "id": "circle-6", + "label": "Circle 6", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f3" + }, + { + "id": "circle-7", + "label": "Circle 7", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f4" + }, + { + "id": "circle-8", + "label": "Circle 8", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f5" + }, + { + "id": "circle-9", + "label": "Circle 9", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f6" + }, + { + "id": "circle-a", + "label": "Circle A", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f7" + }, + { + "id": "circle-ampersand", + "label": "Circle Ampersand", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f8" + }, + { + "id": "circle-arrow-down", + "label": "Circle Arrow Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ab" + }, + { + "id": "circle-arrow-down-left", + "label": "Circle Arrow Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0f9" + }, + { + "id": "circle-arrow-down-right", + "label": "Circle Arrow Down Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0fa" + }, + { + "id": "circle-arrow-left", + "label": "Circle Arrow Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a8" + }, + { + "id": "circle-arrow-right", + "label": "Circle Arrow Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a9" + }, + { + "id": "circle-arrow-up", + "label": "Circle Arrow Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0aa" + }, + { + "id": "circle-arrow-up-left", + "label": "Circle Arrow Up Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0fb" + }, + { + "id": "circle-arrow-up-right", + "label": "Circle Arrow Up Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0fc" + }, + { + "id": "circle-b", + "label": "Circle B", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0fd" + }, + { + "id": "circle-bolt", + "label": "Circle Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0fe" + }, + { + "id": "circle-bookmark", + "label": "Circle Bookmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e100" + }, + { + "id": "circle-book-open", + "label": "Circle Book Open", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e0ff" + }, + { + "id": "circle-c", + "label": "Circle C", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e101" + }, + { + "id": "circle-calendar", + "label": "Circle Calendar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e102" + }, + { + "id": "circle-camera", + "label": "Circle Camera", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e103" + }, + { + "id": "circle-caret-down", + "label": "Circle Caret Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f32d" + }, + { + "id": "circle-caret-left", + "label": "Circle Caret Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f32e" + }, + { + "id": "circle-caret-right", + "label": "Circle Caret Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f330" + }, + { + "id": "circle-caret-up", + "label": "Circle Caret Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f331" + }, + { + "id": "circle-check", + "label": "Circle Check", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f058" + }, + { + "id": "circle-chevron-down", + "label": "Circle Chevron Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f13a" + }, + { + "id": "circle-chevron-left", + "label": "Circle Chevron Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f137" + }, + { + "id": "circle-chevron-right", + "label": "Circle Chevron Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f138" + }, + { + "id": "circle-chevron-up", + "label": "Circle Chevron Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f139" + }, + { + "id": "circle-d", + "label": "Circle D", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e104" + }, + { + "id": "circle-dashed", + "label": "Circle Dashed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e105" + }, + { + "id": "circle-divide", + "label": "Circle Divide", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e106" + }, + { + "id": "circle-dollar", + "label": "Circle Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e8" + }, + { + "id": "circle-dollar-to-slot", + "label": "Circle Dollar To Slot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b9" + }, + { + "id": "circle-dot", + "label": "Circle Dot", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f192" + }, + { + "id": "circle-down", + "label": "Circle Down", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f358" + }, + { + "id": "circle-down-left", + "label": "Circle Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e107" + }, + { + "id": "circle-down-right", + "label": "Circle Down Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e108" + }, + { + "id": "circle-e", + "label": "Circle E", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e109" + }, + { + "id": "circle-ellipsis", + "label": "Circle Ellipsis", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e10a" + }, + { + "id": "circle-ellipsis-vertical", + "label": "Circle Ellipsis Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e10b" + }, + { + "id": "circle-envelope", + "label": "Circle Envelope", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e10c" + }, + { + "id": "circle-euro", + "label": "Circle Euro", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5ce" + }, + { + "id": "circle-exclamation", + "label": "Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f06a" + }, + { + "id": "circle-exclamation-check", + "label": "Circle Exclamation Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e10d" + }, + { + "id": "circle-f", + "label": "Circle F", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e10e" + }, + { + "id": "circle-g", + "label": "Circle G", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e10f" + }, + { + "id": "circle-gf", + "label": "Circle Gf", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e67f" + }, + { + "id": "circle-h", + "label": "Circle H", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f47e" + }, + { + "id": "circle-half", + "label": "Circle Half", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e110" + }, + { + "id": "circle-half-stroke", + "label": "Circle Half Stroke", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f042" + }, + { + "id": "circle-heart", + "label": "Circle Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c7" + }, + { + "id": "circle-i", + "label": "Circle I", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e111" + }, + { + "id": "circle-info", + "label": "Circle Info", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f05a" + }, + { + "id": "circle-j", + "label": "Circle J", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e112" + }, + { + "id": "circle-k", + "label": "Circle K", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e113" + }, + { + "id": "circle-l", + "label": "Circle L", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e114" + }, + { + "id": "circle-left", + "label": "Circle Left", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f359" + }, + { + "id": "circle-location-arrow", + "label": "Circle Location Arrow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f602" + }, + { + "id": "circle-m", + "label": "Circle M", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e115" + }, + { + "id": "circle-microphone", + "label": "Circle Microphone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e116" + }, + { + "id": "circle-microphone-lines", + "label": "Circle Microphone Lines", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e117" + }, + { + "id": "circle-minus", + "label": "Circle Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f056" + }, + { + "id": "circle-n", + "label": "Circle N", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e118" + }, + { + "id": "circle-nodes", + "label": "Circle Nodes", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e2" + }, + { + "id": "circle-notch", + "label": "Circle Notch", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1ce" + }, + { + "id": "circle-o", + "label": "Circle O", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e119" + }, + { + "id": "circle-p", + "label": "Circle P", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e11a" + }, + { + "id": "circle-parking", + "label": "Circle Parking", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f615" + }, + { + "id": "circle-pause", + "label": "Circle Pause", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f28b" + }, + { + "id": "circle-phone", + "label": "Circle Phone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e11b" + }, + { + "id": "circle-phone-flip", + "label": "Circle Phone Flip", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e11c" + }, + { + "id": "circle-phone-hangup", + "label": "Circle Phone Hangup", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e11d" + }, + { + "id": "circle-play", + "label": "Circle Play", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f144" + }, + { + "id": "circle-plus", + "label": "Circle Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f055" + }, + { + "id": "circle-q", + "label": "Circle Q", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e11e" + }, + { + "id": "circle-quarter", + "label": "Circle Quarter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e11f" + }, + { + "id": "circle-quarters", + "label": "Circle Quarters", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f8" + }, + { + "id": "circle-quarter-stroke", + "label": "Circle Quarter Stroke", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d3" + }, + { + "id": "circle-question", + "label": "Circle Question", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f059" + }, + { + "id": "circle-r", + "label": "Circle R", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e120" + }, + { + "id": "circle-radiation", + "label": "Circle Radiation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ba" + }, + { + "id": "circle-right", + "label": "Circle Right", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f35a" + }, + { + "id": "circle-s", + "label": "Circle S", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e121" + }, + { + "id": "circle-small", + "label": "Circle Small", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e122" + }, + { + "id": "circle-sort", + "label": "Circle Sort", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e030" + }, + { + "id": "circle-sort-down", + "label": "Circle Sort Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e031" + }, + { + "id": "circle-sort-up", + "label": "Circle Sort Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e032" + }, + { + "id": "circles-overlap", + "label": "Circles Overlap", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e600" + }, + { + "id": "circles-overlap-3", + "label": "Circles Overlap 3", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e6a1" + }, + { + "id": "circle-star", + "label": "Circle Star", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e123" + }, + { + "id": "circle-sterling", + "label": "Circle Sterling", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5cf" + }, + { + "id": "circle-stop", + "label": "Circle Stop", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f28d" + }, + { + "id": "circle-t", + "label": "Circle T", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e124" + }, + { + "id": "circle-three-quarters", + "label": "Circle Three Quarters", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e125" + }, + { + "id": "circle-three-quarters-stroke", + "label": "Circle Three Quarters Stroke", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d4" + }, + { + "id": "circle-trash", + "label": "Circle Trash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e126" + }, + { + "id": "circle-u", + "label": "Circle U", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e127" + }, + { + "id": "circle-up", + "label": "Circle Up", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f35b" + }, + { + "id": "circle-up-left", + "label": "Circle Up Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e128" + }, + { + "id": "circle-up-right", + "label": "Circle Up Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e129" + }, + { + "id": "circle-user", + "label": "Circle User", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2bd" + }, + { + "id": "circle-v", + "label": "Circle V", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e12a" + }, + { + "id": "circle-video", + "label": "Circle Video", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e12b" + }, + { + "id": "circle-w", + "label": "Circle W", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e12c" + }, + { + "id": "circle-waveform-lines", + "label": "Circle Waveform Lines", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e12d" + }, + { + "id": "circle-wifi", + "label": "Circle Wifi", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e67d" + }, + { + "id": "circle-wifi-circle-wifi", + "label": "Circle Wifi Circle Wifi", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e67e" + }, + { + "id": "circle-x", + "label": "Circle X", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e12e" + }, + { + "id": "circle-xmark", + "label": "Circle Xmark", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f057" + }, + { + "id": "circle-y", + "label": "Circle Y", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e12f" + }, + { + "id": "circle-yen", + "label": "Circle Yen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d0" + }, + { + "id": "circle-z", + "label": "Circle Z", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e130" + }, + { + "id": "citrus", + "label": "Citrus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2f4" + }, + { + "id": "citrus-slice", + "label": "Citrus Slice", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2f5" + }, + { + "id": "city", + "label": "City", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f64f" + }, + { + "id": "clapperboard", + "label": "Clapperboard", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e131" + }, + { + "id": "clapperboard-play", + "label": "Clapperboard Play", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e132" + }, + { + "id": "clarinet", + "label": "Clarinet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ad" + }, + { + "id": "claw-marks", + "label": "Claw Marks", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c2" + }, + { + "id": "clipboard", + "label": "Clipboard", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f328" + }, + { + "id": "clipboard-check", + "label": "Clipboard Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f46c" + }, + { + "id": "clipboard-list", + "label": "Clipboard List", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f46d" + }, + { + "id": "clipboard-list-check", + "label": "Clipboard List Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f737" + }, + { + "id": "clipboard-medical", + "label": "Clipboard Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e133" + }, + { + "id": "clipboard-prescription", + "label": "Clipboard Prescription", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e8" + }, + { + "id": "clipboard-question", + "label": "Clipboard Question", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e3" + }, + { + "id": "clipboard-user", + "label": "Clipboard User", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f3" + }, + { + "id": "clock", + "label": "Clock", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f017" + }, + { + "id": "clock-desk", + "label": "Clock Desk", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e134" + }, + { + "id": "clock-eight", + "label": "Clock Eight", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e345" + }, + { + "id": "clock-eight-thirty", + "label": "Clock Eight Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e346" + }, + { + "id": "clock-eleven", + "label": "Clock Eleven", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e347" + }, + { + "id": "clock-eleven-thirty", + "label": "Clock Eleven Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e348" + }, + { + "id": "clock-five", + "label": "Clock Five", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e349" + }, + { + "id": "clock-five-thirty", + "label": "Clock Five Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e34a" + }, + { + "id": "clock-four-thirty", + "label": "Clock Four Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e34b" + }, + { + "id": "clock-nine", + "label": "Clock Nine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e34c" + }, + { + "id": "clock-nine-thirty", + "label": "Clock Nine Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e34d" + }, + { + "id": "clock-one", + "label": "Clock One", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e34e" + }, + { + "id": "clock-one-thirty", + "label": "Clock One Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e34f" + }, + { + "id": "clock-rotate-left", + "label": "Clock Rotate Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1da" + }, + { + "id": "clock-seven", + "label": "Clock Seven", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e350" + }, + { + "id": "clock-seven-thirty", + "label": "Clock Seven Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e351" + }, + { + "id": "clock-six", + "label": "Clock Six", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e352" + }, + { + "id": "clock-six-thirty", + "label": "Clock Six Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e353" + }, + { + "id": "clock-ten", + "label": "Clock Ten", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e354" + }, + { + "id": "clock-ten-thirty", + "label": "Clock Ten Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e355" + }, + { + "id": "clock-three", + "label": "Clock Three", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e356" + }, + { + "id": "clock-three-thirty", + "label": "Clock Three Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e357" + }, + { + "id": "clock-twelve", + "label": "Clock Twelve", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e358" + }, + { + "id": "clock-twelve-thirty", + "label": "Clock Twelve Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e359" + }, + { + "id": "clock-two", + "label": "Clock Two", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e35a" + }, + { + "id": "clock-two-thirty", + "label": "Clock Two Thirty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e35b" + }, + { + "id": "clone", + "label": "Clone", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f24d" + }, + { + "id": "closed-captioning", + "label": "Closed Captioning", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f20a" + }, + { + "id": "closed-captioning-slash", + "label": "Closed Captioning Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e135" + }, + { + "id": "clothes-hanger", + "label": "Clothes Hanger", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e136" + }, + { + "id": "cloud", + "label": "Cloud", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c2" + }, + { + "id": "cloud-arrow-down", + "label": "Cloud Arrow Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ed" + }, + { + "id": "cloud-arrow-up", + "label": "Cloud Arrow Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ee" + }, + { + "id": "cloud-binary", + "label": "Cloud Binary", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e601" + }, + { + "id": "cloud-bolt", + "label": "Cloud Bolt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f76c" + }, + { + "id": "cloud-bolt-moon", + "label": "Cloud Bolt Moon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f76d" + }, + { + "id": "cloud-bolt-sun", + "label": "Cloud Bolt Sun", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f76e" + }, + { + "id": "cloud-check", + "label": "Cloud Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e35c" + }, + { + "id": "cloud-drizzle", + "label": "Cloud Drizzle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f738" + }, + { + "id": "cloud-exclamation", + "label": "Cloud Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e491" + }, + { + "id": "cloudflare", + "label": "Cloudflare", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e07d" + }, + { + "id": "cloud-fog", + "label": "Cloud Fog", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f74e" + }, + { + "id": "cloud-hail", + "label": "Cloud Hail", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f739" + }, + { + "id": "cloud-hail-mixed", + "label": "Cloud Hail Mixed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f73a" + }, + { + "id": "cloud-meatball", + "label": "Cloud Meatball", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f73b" + }, + { + "id": "cloud-minus", + "label": "Cloud Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e35d" + }, + { + "id": "cloud-moon", + "label": "Cloud Moon", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c3" + }, + { + "id": "cloud-moon-rain", + "label": "Cloud Moon Rain", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f73c" + }, + { + "id": "cloud-music", + "label": "Cloud Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ae" + }, + { + "id": "cloud-plus", + "label": "Cloud Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e35e" + }, + { + "id": "cloud-question", + "label": "Cloud Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e492" + }, + { + "id": "cloud-rain", + "label": "Cloud Rain", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f73d" + }, + { + "id": "cloud-rainbow", + "label": "Cloud Rainbow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f73e" + }, + { + "id": "clouds", + "label": "Clouds", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f744" + }, + { + "id": "cloudscale", + "label": "cloudscale.ch", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f383" + }, + { + "id": "cloud-showers", + "label": "Cloud Showers", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f73f" + }, + { + "id": "cloud-showers-heavy", + "label": "Cloud Showers Heavy", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f740" + }, + { + "id": "cloud-showers-water", + "label": "Cloud Showers Water", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e4" + }, + { + "id": "cloud-slash", + "label": "Cloud Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e137" + }, + { + "id": "cloud-sleet", + "label": "Cloud Sleet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f741" + }, + { + "id": "cloudsmith", + "label": "Cloudsmith", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f384" + }, + { + "id": "clouds-moon", + "label": "Clouds Moon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f745" + }, + { + "id": "cloud-snow", + "label": "Cloud Snow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f742" + }, + { + "id": "clouds-sun", + "label": "Clouds Sun", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f746" + }, + { + "id": "cloud-sun", + "label": "Cloud Sun", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c4" + }, + { + "id": "cloud-sun-rain", + "label": "Cloud Sun Rain", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f743" + }, + { + "id": "cloudversify", + "label": "cloudversify", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f385" + }, + { + "id": "cloud-word", + "label": "Cloud Word", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e138" + }, + { + "id": "cloud-xmark", + "label": "Cloud Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e35f" + }, + { + "id": "clover", + "label": "Clover", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e139" + }, + { + "id": "club", + "label": "Club", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f327" + }, + { + "id": "cmplid", + "label": "Cmplid", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e360" + }, + { + "id": "coconut", + "label": "Coconut", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2f6" + }, + { + "id": "code", + "label": "Code", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f121" + }, + { + "id": "code-branch", + "label": "Code Branch", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f126" + }, + { + "id": "code-commit", + "label": "Code Commit", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f386" + }, + { + "id": "code-compare", + "label": "Code Compare", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e13a" + }, + { + "id": "code-fork", + "label": "Code Fork", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e13b" + }, + { + "id": "code-merge", + "label": "Code Merge", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f387" + }, + { + "id": "codepen", + "label": "Codepen", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1cb" + }, + { + "id": "code-pull-request", + "label": "Code Pull Request", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e13c" + }, + { + "id": "code-pull-request-closed", + "label": "Code Pull Request Closed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3f9" + }, + { + "id": "code-pull-request-draft", + "label": "Code Pull Request Draft", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3fa" + }, + { + "id": "code-simple", + "label": "Code Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e13d" + }, + { + "id": "codiepie", + "label": "Codie Pie", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f284" + }, + { + "id": "coffee-bean", + "label": "Coffee Bean", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e13e" + }, + { + "id": "coffee-beans", + "label": "Coffee Beans", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e13f" + }, + { + "id": "coffee-pot", + "label": "Coffee Pot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e002" + }, + { + "id": "coffin", + "label": "Coffin", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c6" + }, + { + "id": "coffin-cross", + "label": "Coffin Cross", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e051" + }, + { + "id": "coin", + "label": "Coin", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f85c" + }, + { + "id": "coin-blank", + "label": "Coin Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3fb" + }, + { + "id": "coin-front", + "label": "Coin Front", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3fc" + }, + { + "id": "coins", + "label": "Coins", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f51e" + }, + { + "id": "coin-vertical", + "label": "Coin Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3fd" + }, + { + "id": "colon", + "label": "Colon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "3a" + }, + { + "id": "colon-sign", + "label": "Colon Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e140" + }, + { + "id": "columns-3", + "label": "Columns 3", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e361" + }, + { + "id": "comet", + "label": "Comet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e003" + }, + { + "id": "comma", + "label": "Comma", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "2c" + }, + { + "id": "command", + "label": "Command", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e142" + }, + { + "id": "comment", + "label": "Comment", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f075" + }, + { + "id": "comment-arrow-down", + "label": "Comment Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e143" + }, + { + "id": "comment-arrow-up", + "label": "Comment Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e144" + }, + { + "id": "comment-arrow-up-right", + "label": "Comment Arrow Up Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e145" + }, + { + "id": "comment-captions", + "label": "Comment Captions", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e146" + }, + { + "id": "comment-check", + "label": "Comment Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4ac" + }, + { + "id": "comment-code", + "label": "Comment Code", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e147" + }, + { + "id": "comment-dollar", + "label": "Comment Dollar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f651" + }, + { + "id": "comment-dots", + "label": "Comment Dots", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4ad" + }, + { + "id": "comment-exclamation", + "label": "Comment Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4af" + }, + { + "id": "comment-heart", + "label": "Comment Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5c8" + }, + { + "id": "comment-image", + "label": "Comment Image", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e148" + }, + { + "id": "comment-lines", + "label": "Comment Lines", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b0" + }, + { + "id": "comment-medical", + "label": "Comment Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f5" + }, + { + "id": "comment-middle", + "label": "Comment Middle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e149" + }, + { + "id": "comment-middle-top", + "label": "Comment Middle Top", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e14a" + }, + { + "id": "comment-minus", + "label": "Comment Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b1" + }, + { + "id": "comment-music", + "label": "Comment Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b0" + }, + { + "id": "comment-nodes", + "label": "Comment Nodes", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e696" + }, + { + "id": "comment-pen", + "label": "Comment Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4ae" + }, + { + "id": "comment-plus", + "label": "Comment Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b2" + }, + { + "id": "comment-question", + "label": "Comment Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e14b" + }, + { + "id": "comment-quote", + "label": "Comment Quote", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e14c" + }, + { + "id": "comments", + "label": "Comments", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f086" + }, + { + "id": "comments-dollar", + "label": "Comments Dollar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f653" + }, + { + "id": "comment-slash", + "label": "Comment Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b3" + }, + { + "id": "comment-smile", + "label": "Comment Smile", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b4" + }, + { + "id": "comment-sms", + "label": "Comment Sms", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7cd" + }, + { + "id": "comments-question", + "label": "Comments Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e14e" + }, + { + "id": "comments-question-check", + "label": "Comments Question Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e14f" + }, + { + "id": "comment-text", + "label": "Comment Text", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e14d" + }, + { + "id": "comment-xmark", + "label": "Comment Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b5" + }, + { + "id": "compact-disc", + "label": "Compact Disc", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f51f" + }, + { + "id": "compass", + "label": "Compass", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f14e" + }, + { + "id": "compass-drafting", + "label": "Compass Drafting", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f568" + }, + { + "id": "compass-slash", + "label": "Compass Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5e9" + }, + { + "id": "compress", + "label": "Compress", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f066" + }, + { + "id": "compress-wide", + "label": "Compress Wide", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f326" + }, + { + "id": "computer", + "label": "Computer", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e5" + }, + { + "id": "computer-classic", + "label": "Computer Classic", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b1" + }, + { + "id": "computer-mouse", + "label": "Computer Mouse", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8cc" + }, + { + "id": "computer-mouse-scrollwheel", + "label": "Computer Mouse Scrollwheel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8cd" + }, + { + "id": "computer-speaker", + "label": "Computer Speaker", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b2" + }, + { + "id": "confluence", + "label": "Confluence", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f78d" + }, + { + "id": "connectdevelop", + "label": "Connect Develop", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f20e" + }, + { + "id": "container-storage", + "label": "Container Storage", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b7" + }, + { + "id": "contao", + "label": "Contao", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f26d" + }, + { + "id": "conveyor-belt", + "label": "Conveyor Belt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f46e" + }, + { + "id": "conveyor-belt-arm", + "label": "Conveyor Belt Arm", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5f8" + }, + { + "id": "conveyor-belt-boxes", + "label": "Conveyor Belt Boxes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f46f" + }, + { + "id": "conveyor-belt-empty", + "label": "Conveyor Belt Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e150" + }, + { + "id": "cookie", + "label": "Cookie", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f563" + }, + { + "id": "cookie-bite", + "label": "Cookie Bite", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f564" + }, + { + "id": "copy", + "label": "Copy", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c5" + }, + { + "id": "copyright", + "label": "Copyright", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1f9" + }, + { + "id": "corn", + "label": "Corn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c7" + }, + { + "id": "corner", + "label": "Corner", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3fe" + }, + { + "id": "cotton-bureau", + "label": "Cotton Bureau", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f89e" + }, + { + "id": "couch", + "label": "Couch", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b8" + }, + { + "id": "court-sport", + "label": "Court Sport", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e643" + }, + { + "id": "cow", + "label": "Cow", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c8" + }, + { + "id": "cowbell", + "label": "Cowbell", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b3" + }, + { + "id": "cowbell-circle-plus", + "label": "Cowbell Circle Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b4" + }, + { + "id": "cpanel", + "label": "cPanel", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f388" + }, + { + "id": "crab", + "label": "Crab", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ff" + }, + { + "id": "crate-apple", + "label": "Crate Apple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6b1" + }, + { + "id": "crate-empty", + "label": "Crate Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e151" + }, + { + "id": "creative-commons", + "label": "Creative Commons", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f25e" + }, + { + "id": "creative-commons-by", + "label": "Creative Commons Attribution", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4e7" + }, + { + "id": "creative-commons-nc", + "label": "Creative Commons Noncommercial", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4e8" + }, + { + "id": "creative-commons-nc-eu", + "label": "Creative Commons Noncommercial (Euro Sign)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4e9" + }, + { + "id": "creative-commons-nc-jp", + "label": "Creative Commons Noncommercial (Yen Sign)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4ea" + }, + { + "id": "creative-commons-nd", + "label": "Creative Commons No Derivative Works", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4eb" + }, + { + "id": "creative-commons-pd", + "label": "Creative Commons Public Domain", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4ec" + }, + { + "id": "creative-commons-pd-alt", + "label": "Alternate Creative Commons Public Domain", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4ed" + }, + { + "id": "creative-commons-remix", + "label": "Creative Commons Remix", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4ee" + }, + { + "id": "creative-commons-sa", + "label": "Creative Commons Share Alike", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4ef" + }, + { + "id": "creative-commons-sampling", + "label": "Creative Commons Sampling", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f0" + }, + { + "id": "creative-commons-sampling-plus", + "label": "Creative Commons Sampling +", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f1" + }, + { + "id": "creative-commons-share", + "label": "Creative Commons Share", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f2" + }, + { + "id": "creative-commons-zero", + "label": "Creative Commons CC0", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f3" + }, + { + "id": "credit-card", + "label": "Credit Card", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f09d" + }, + { + "id": "credit-card-blank", + "label": "Credit Card Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f389" + }, + { + "id": "credit-card-front", + "label": "Credit Card Front", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f38a" + }, + { + "id": "cricket-bat-ball", + "label": "Cricket Bat Ball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f449" + }, + { + "id": "critical-role", + "label": "Critical Role", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f6c9" + }, + { + "id": "croissant", + "label": "Croissant", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f6" + }, + { + "id": "crop", + "label": "Crop", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f125" + }, + { + "id": "crop-simple", + "label": "Crop Simple", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f565" + }, + { + "id": "cross", + "label": "Cross", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f654" + }, + { + "id": "crosshairs", + "label": "Crosshairs", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f05b" + }, + { + "id": "crosshairs-simple", + "label": "Crosshairs Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e59f" + }, + { + "id": "crow", + "label": "Crow", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f520" + }, + { + "id": "crown", + "label": "Crown", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f521" + }, + { + "id": "crutch", + "label": "Crutch", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f7" + }, + { + "id": "crutches", + "label": "Crutches", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f8" + }, + { + "id": "cruzeiro-sign", + "label": "Cruzeiro Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e152" + }, + { + "id": "crystal-ball", + "label": "Crystal Ball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e362" + }, + { + "id": "css", + "label": "Css", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e6a2" + }, + { + "id": "css3", + "label": "CSS 3 Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f13c" + }, + { + "id": "css3-alt", + "label": "Alternate CSS3 Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f38b" + }, + { + "id": "cube", + "label": "Cube", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1b2" + }, + { + "id": "cubes", + "label": "Cubes", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1b3" + }, + { + "id": "cubes-stacked", + "label": "Cubes Stacked", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e6" + }, + { + "id": "cucumber", + "label": "Cucumber", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e401" + }, + { + "id": "cupcake", + "label": "Cupcake", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e402" + }, + { + "id": "cup-straw", + "label": "Cup Straw", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e363" + }, + { + "id": "cup-straw-swoosh", + "label": "Cup Straw Swoosh", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e364" + }, + { + "id": "cup-togo", + "label": "Cup Togo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6c5" + }, + { + "id": "curling-stone", + "label": "Curling Stone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f44a" + }, + { + "id": "custard", + "label": "Custard", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e403" + }, + { + "id": "cuttlefish", + "label": "Cuttlefish", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f38c" + }, + { + "id": "d", + "label": "D", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "44" + }, + { + "id": "dagger", + "label": "Dagger", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6cb" + }, + { + "id": "dailymotion", + "label": "dailymotion", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e052" + }, + { + "id": "d-and-d", + "label": "Dungeons & Dragons", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f38d" + }, + { + "id": "d-and-d-beyond", + "label": "D&D Beyond", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f6ca" + }, + { + "id": "dart-lang", + "label": "Dart Lang", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e693" + }, + { + "id": "dash", + "label": "Dash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e404" + }, + { + "id": "dashcube", + "label": "DashCube", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f210" + }, + { + "id": "database", + "label": "Database", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c0" + }, + { + "id": "debian", + "label": "Debian", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e60b" + }, + { + "id": "deer", + "label": "Deer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f78e" + }, + { + "id": "deer-rudolph", + "label": "Deer Rudolph", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f78f" + }, + { + "id": "deezer", + "label": "Deezer", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e077" + }, + { + "id": "delete-left", + "label": "Delete Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f55a" + }, + { + "id": "delete-right", + "label": "Delete Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e154" + }, + { + "id": "delicious", + "label": "Delicious", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a5" + }, + { + "id": "democrat", + "label": "Democrat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f747" + }, + { + "id": "deploydog", + "label": "deploy.dog", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f38e" + }, + { + "id": "deskpro", + "label": "Deskpro", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f38f" + }, + { + "id": "desktop", + "label": "Desktop", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f390" + }, + { + "id": "desktop-arrow-down", + "label": "Desktop Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e155" + }, + { + "id": "dev", + "label": "DEV", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f6cc" + }, + { + "id": "deviantart", + "label": "deviantART", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1bd" + }, + { + "id": "dharmachakra", + "label": "Dharmachakra", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f655" + }, + { + "id": "dhl", + "label": "DHL", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f790" + }, + { + "id": "diagram-cells", + "label": "Diagram Cells", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e475" + }, + { + "id": "diagram-lean-canvas", + "label": "Diagram Lean Canvas", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e156" + }, + { + "id": "diagram-nested", + "label": "Diagram Nested", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e157" + }, + { + "id": "diagram-next", + "label": "Diagram Next", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e476" + }, + { + "id": "diagram-predecessor", + "label": "Diagram Predecessor", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e477" + }, + { + "id": "diagram-previous", + "label": "Diagram Previous", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e478" + }, + { + "id": "diagram-project", + "label": "Diagram Project", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f542" + }, + { + "id": "diagram-sankey", + "label": "Diagram Sankey", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e158" + }, + { + "id": "diagram-subtask", + "label": "Diagram Subtask", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e479" + }, + { + "id": "diagram-successor", + "label": "Diagram Successor", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e47a" + }, + { + "id": "diagram-venn", + "label": "Diagram Venn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e15a" + }, + { + "id": "dial", + "label": "Dial", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e15b" + }, + { + "id": "dial-high", + "label": "Dial High", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e15c" + }, + { + "id": "dial-low", + "label": "Dial Low", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e15d" + }, + { + "id": "dial-max", + "label": "Dial Max", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e15e" + }, + { + "id": "dial-med", + "label": "Dial Med", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e15f" + }, + { + "id": "dial-med-low", + "label": "Dial Med Low", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e160" + }, + { + "id": "dial-min", + "label": "Dial Min", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e161" + }, + { + "id": "dial-off", + "label": "Dial Off", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e162" + }, + { + "id": "diamond", + "label": "Diamond", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f219" + }, + { + "id": "diamond-exclamation", + "label": "Diamond Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e405" + }, + { + "id": "diamond-half", + "label": "Diamond Half", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b7" + }, + { + "id": "diamond-half-stroke", + "label": "Diamond Half Stroke", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b8" + }, + { + "id": "diamonds-4", + "label": "Diamonds 4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e68b" + }, + { + "id": "diamond-turn-right", + "label": "Diamond Turn Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5eb" + }, + { + "id": "diaspora", + "label": "Diaspora", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f791" + }, + { + "id": "dice", + "label": "Dice", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f522" + }, + { + "id": "dice-d10", + "label": "Dice D10", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6cd" + }, + { + "id": "dice-d12", + "label": "Dice D12", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ce" + }, + { + "id": "dice-d20", + "label": "Dice D20", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6cf" + }, + { + "id": "dice-d4", + "label": "Dice D4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d0" + }, + { + "id": "dice-d6", + "label": "Dice D6", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d1" + }, + { + "id": "dice-d8", + "label": "Dice D8", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d2" + }, + { + "id": "dice-five", + "label": "Dice Five", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f523" + }, + { + "id": "dice-four", + "label": "Dice Four", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f524" + }, + { + "id": "dice-one", + "label": "Dice One", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f525" + }, + { + "id": "dice-six", + "label": "Dice Six", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f526" + }, + { + "id": "dice-three", + "label": "Dice Three", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f527" + }, + { + "id": "dice-two", + "label": "Dice Two", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f528" + }, + { + "id": "digg", + "label": "Digg Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a6" + }, + { + "id": "digital-ocean", + "label": "Digital Ocean", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f391" + }, + { + "id": "dinosaur", + "label": "Dinosaur", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5fe" + }, + { + "id": "diploma", + "label": "Diploma", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ea" + }, + { + "id": "disc-drive", + "label": "Disc Drive", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b5" + }, + { + "id": "discord", + "label": "Discord", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f392" + }, + { + "id": "discourse", + "label": "Discourse", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f393" + }, + { + "id": "disease", + "label": "Disease", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7fa" + }, + { + "id": "display", + "label": "Display", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e163" + }, + { + "id": "display-arrow-down", + "label": "Display Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e164" + }, + { + "id": "display-chart-up", + "label": "Display Chart Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5e3" + }, + { + "id": "display-chart-up-circle-currency", + "label": "Display Chart Up Circle Currency", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5e5" + }, + { + "id": "display-chart-up-circle-dollar", + "label": "Display Chart Up Circle Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5e6" + }, + { + "id": "display-code", + "label": "Display Code", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e165" + }, + { + "id": "display-medical", + "label": "Display Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e166" + }, + { + "id": "display-slash", + "label": "Display Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2fa" + }, + { + "id": "distribute-spacing-horizontal", + "label": "Distribute Spacing Horizontal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e365" + }, + { + "id": "distribute-spacing-vertical", + "label": "Distribute Spacing Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e366" + }, + { + "id": "ditto", + "label": "Ditto", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "22" + }, + { + "id": "divide", + "label": "Divide", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f529" + }, + { + "id": "dna", + "label": "Dna", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f471" + }, + { + "id": "dochub", + "label": "DocHub", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f394" + }, + { + "id": "docker", + "label": "Docker", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f395" + }, + { + "id": "dog", + "label": "Dog", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d3" + }, + { + "id": "dog-leashed", + "label": "Dog Leashed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d4" + }, + { + "id": "dollar-sign", + "label": "Dollar Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "24" + }, + { + "id": "dolly", + "label": "Dolly", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f472" + }, + { + "id": "dolly-empty", + "label": "Dolly Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f473" + }, + { + "id": "dolphin", + "label": "Dolphin", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e168" + }, + { + "id": "dong-sign", + "label": "Dong Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e169" + }, + { + "id": "do-not-enter", + "label": "Do Not Enter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ec" + }, + { + "id": "donut", + "label": "Donut", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e406" + }, + { + "id": "door-closed", + "label": "Door Closed", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f52a" + }, + { + "id": "door-open", + "label": "Door Open", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f52b" + }, + { + "id": "dove", + "label": "Dove", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4ba" + }, + { + "id": "down", + "label": "Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f354" + }, + { + "id": "down-from-bracket", + "label": "Down From Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e66b" + }, + { + "id": "down-from-dotted-line", + "label": "Down From Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e407" + }, + { + "id": "down-from-line", + "label": "Down From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f349" + }, + { + "id": "down-left", + "label": "Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e16a" + }, + { + "id": "down-left-and-up-right-to-center", + "label": "Down Left And Up Right To Center", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f422" + }, + { + "id": "download", + "label": "Download", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f019" + }, + { + "id": "down-long", + "label": "Down Long", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f309" + }, + { + "id": "down-right", + "label": "Down Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e16b" + }, + { + "id": "down-to-bracket", + "label": "Down To Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e7" + }, + { + "id": "down-to-dotted-line", + "label": "Down To Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e408" + }, + { + "id": "down-to-line", + "label": "Down To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f34a" + }, + { + "id": "draft2digital", + "label": "Draft2digital", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f396" + }, + { + "id": "dragon", + "label": "Dragon", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d5" + }, + { + "id": "draw-circle", + "label": "Draw Circle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ed" + }, + { + "id": "draw-polygon", + "label": "Draw Polygon", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ee" + }, + { + "id": "draw-square", + "label": "Draw Square", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ef" + }, + { + "id": "dreidel", + "label": "Dreidel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f792" + }, + { + "id": "dribbble", + "label": "Dribbble", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f17d" + }, + { + "id": "drone", + "label": "Drone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f85f" + }, + { + "id": "drone-front", + "label": "Drone Front", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f860" + }, + { + "id": "dropbox", + "label": "Dropbox", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f16b" + }, + { + "id": "droplet", + "label": "Droplet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f043" + }, + { + "id": "droplet-degree", + "label": "Droplet Degree", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f748" + }, + { + "id": "droplet-percent", + "label": "Droplet Percent", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f750" + }, + { + "id": "droplet-slash", + "label": "Droplet Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c7" + }, + { + "id": "drum", + "label": "Drum", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f569" + }, + { + "id": "drum-steelpan", + "label": "Drum Steelpan", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f56a" + }, + { + "id": "drumstick", + "label": "Drumstick", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d6" + }, + { + "id": "drumstick-bite", + "label": "Drumstick Bite", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d7" + }, + { + "id": "drupal", + "label": "Drupal Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a9" + }, + { + "id": "dryer", + "label": "Dryer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f861" + }, + { + "id": "dryer-heat", + "label": "Dryer Heat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f862" + }, + { + "id": "duck", + "label": "Duck", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d8" + }, + { + "id": "dumbbell", + "label": "Dumbbell", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f44b" + }, + { + "id": "dumpster", + "label": "Dumpster", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f793" + }, + { + "id": "dumpster-fire", + "label": "Dumpster Fire", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f794" + }, + { + "id": "dungeon", + "label": "Dungeon", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6d9" + }, + { + "id": "dyalog", + "label": "Dyalog", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f399" + }, + { + "id": "e", + "label": "E", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "45" + }, + { + "id": "ear", + "label": "Ear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5f0" + }, + { + "id": "ear-deaf", + "label": "Ear Deaf", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2a4" + }, + { + "id": "ear-listen", + "label": "Ear Listen", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2a2" + }, + { + "id": "earlybirds", + "label": "Earlybirds", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f39a" + }, + { + "id": "ear-muffs", + "label": "Ear Muffs", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f795" + }, + { + "id": "earth-africa", + "label": "Earth Africa", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f57c" + }, + { + "id": "earth-americas", + "label": "Earth Americas", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f57d" + }, + { + "id": "earth-asia", + "label": "Earth Asia", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f57e" + }, + { + "id": "earth-europe", + "label": "Earth Europe", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a2" + }, + { + "id": "earth-oceania", + "label": "Earth Oceania", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e47b" + }, + { + "id": "ebay", + "label": "eBay", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f4" + }, + { + "id": "eclipse", + "label": "Eclipse", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f749" + }, + { + "id": "edge", + "label": "Edge Browser", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f282" + }, + { + "id": "edge-legacy", + "label": "Edge Legacy Browser", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e078" + }, + { + "id": "egg", + "label": "Egg", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7fb" + }, + { + "id": "egg-fried", + "label": "Egg Fried", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7fc" + }, + { + "id": "eggplant", + "label": "Eggplant", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e16c" + }, + { + "id": "eject", + "label": "Eject", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f052" + }, + { + "id": "elementor", + "label": "Elementor", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f430" + }, + { + "id": "elephant", + "label": "Elephant", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6da" + }, + { + "id": "elevator", + "label": "Elevator", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e16d" + }, + { + "id": "ellipsis", + "label": "Ellipsis", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f141" + }, + { + "id": "ellipsis-stroke", + "label": "Ellipsis Stroke", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f39b" + }, + { + "id": "ellipsis-stroke-vertical", + "label": "Ellipsis Stroke Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f39c" + }, + { + "id": "ellipsis-vertical", + "label": "Ellipsis Vertical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f142" + }, + { + "id": "ello", + "label": "Ello", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5f1" + }, + { + "id": "ember", + "label": "Ember", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f423" + }, + { + "id": "empire", + "label": "Galactic Empire", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1d1" + }, + { + "id": "empty-set", + "label": "Empty Set", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f656" + }, + { + "id": "engine", + "label": "Engine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e16e" + }, + { + "id": "engine-warning", + "label": "Engine Warning", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5f2" + }, + { + "id": "envelope", + "label": "Envelope", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0e0" + }, + { + "id": "envelope-circle-check", + "label": "Envelope Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e8" + }, + { + "id": "envelope-dot", + "label": "Envelope Dot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e16f" + }, + { + "id": "envelope-open", + "label": "Envelope Open", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2b6" + }, + { + "id": "envelope-open-dollar", + "label": "Envelope Open Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f657" + }, + { + "id": "envelope-open-text", + "label": "Envelope Open Text", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f658" + }, + { + "id": "envelopes", + "label": "Envelopes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e170" + }, + { + "id": "envelopes-bulk", + "label": "Envelopes Bulk", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f674" + }, + { + "id": "envira", + "label": "Envira Gallery", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f299" + }, + { + "id": "equals", + "label": "Equals", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "3d" + }, + { + "id": "eraser", + "label": "Eraser", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f12d" + }, + { + "id": "erlang", + "label": "Erlang", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f39d" + }, + { + "id": "escalator", + "label": "Escalator", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e171" + }, + { + "id": "ethereum", + "label": "Ethereum", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f42e" + }, + { + "id": "ethernet", + "label": "Ethernet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f796" + }, + { + "id": "etsy", + "label": "Etsy", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2d7" + }, + { + "id": "euro-sign", + "label": "Euro Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f153" + }, + { + "id": "evernote", + "label": "Evernote", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f839" + }, + { + "id": "excavator", + "label": "Excavator", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e656" + }, + { + "id": "exclamation", + "label": "Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "21" + }, + { + "id": "expand", + "label": "Expand", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f065" + }, + { + "id": "expand-wide", + "label": "Expand Wide", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f320" + }, + { + "id": "expeditedssl", + "label": "ExpeditedSSL", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f23e" + }, + { + "id": "explosion", + "label": "Explosion", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4e9" + }, + { + "id": "eye", + "label": "Eye", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f06e" + }, + { + "id": "eye-dropper", + "label": "Eye Dropper", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1fb" + }, + { + "id": "eye-dropper-full", + "label": "Eye Dropper Full", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e172" + }, + { + "id": "eye-dropper-half", + "label": "Eye Dropper Half", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e173" + }, + { + "id": "eye-evil", + "label": "Eye Evil", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6db" + }, + { + "id": "eye-low-vision", + "label": "Eye Low Vision", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2a8" + }, + { + "id": "eyes", + "label": "Eyes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e367" + }, + { + "id": "eye-slash", + "label": "Eye Slash", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f070" + }, + { + "id": "f", + "label": "F", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "46" + }, + { + "id": "face-angry", + "label": "Face Angry", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f556" + }, + { + "id": "face-angry-horns", + "label": "Face Angry Horns", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e368" + }, + { + "id": "face-anguished", + "label": "Face Anguished", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e369" + }, + { + "id": "face-anxious-sweat", + "label": "Face Anxious Sweat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e36a" + }, + { + "id": "face-astonished", + "label": "Face Astonished", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e36b" + }, + { + "id": "face-awesome", + "label": "Face Awesome", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e409" + }, + { + "id": "face-beam-hand-over-mouth", + "label": "Face Beam Hand Over Mouth", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e47c" + }, + { + "id": "facebook", + "label": "Facebook", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f09a" + }, + { + "id": "facebook-f", + "label": "Facebook F", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f39e" + }, + { + "id": "facebook-messenger", + "label": "Facebook Messenger", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f39f" + }, + { + "id": "face-clouds", + "label": "Face Clouds", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e47d" + }, + { + "id": "face-confounded", + "label": "Face Confounded", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e36c" + }, + { + "id": "face-confused", + "label": "Face Confused", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e36d" + }, + { + "id": "face-cowboy-hat", + "label": "Face Cowboy Hat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e36e" + }, + { + "id": "face-diagonal-mouth", + "label": "Face Diagonal Mouth", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e47e" + }, + { + "id": "face-disappointed", + "label": "Face Disappointed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e36f" + }, + { + "id": "face-disguise", + "label": "Face Disguise", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e370" + }, + { + "id": "face-dizzy", + "label": "Face Dizzy", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f567" + }, + { + "id": "face-dotted", + "label": "Face Dotted", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e47f" + }, + { + "id": "face-downcast-sweat", + "label": "Face Downcast Sweat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e371" + }, + { + "id": "face-drooling", + "label": "Face Drooling", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e372" + }, + { + "id": "face-exhaling", + "label": "Face Exhaling", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e480" + }, + { + "id": "face-explode", + "label": "Face Explode", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2fe" + }, + { + "id": "face-expressionless", + "label": "Face Expressionless", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e373" + }, + { + "id": "face-eyes-xmarks", + "label": "Face Eyes Xmarks", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e374" + }, + { + "id": "face-fearful", + "label": "Face Fearful", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e375" + }, + { + "id": "face-flushed", + "label": "Face Flushed", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f579" + }, + { + "id": "face-frown", + "label": "Face Frown", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f119" + }, + { + "id": "face-frown-open", + "label": "Face Frown Open", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f57a" + }, + { + "id": "face-frown-slight", + "label": "Face Frown Slight", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e376" + }, + { + "id": "face-glasses", + "label": "Face Glasses", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e377" + }, + { + "id": "face-grimace", + "label": "Face Grimace", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f57f" + }, + { + "id": "face-grin", + "label": "Face Grin", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f580" + }, + { + "id": "face-grin-beam", + "label": "Face Grin Beam", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f582" + }, + { + "id": "face-grin-beam-sweat", + "label": "Face Grin Beam Sweat", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f583" + }, + { + "id": "face-grin-hearts", + "label": "Face Grin Hearts", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f584" + }, + { + "id": "face-grin-squint", + "label": "Face Grin Squint", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f585" + }, + { + "id": "face-grin-squint-tears", + "label": "Face Grin Squint Tears", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f586" + }, + { + "id": "face-grin-stars", + "label": "Face Grin Stars", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f587" + }, + { + "id": "face-grin-tears", + "label": "Face Grin Tears", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f588" + }, + { + "id": "face-grin-tongue", + "label": "Face Grin Tongue", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f589" + }, + { + "id": "face-grin-tongue-squint", + "label": "Face Grin Tongue Squint", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f58a" + }, + { + "id": "face-grin-tongue-wink", + "label": "Face Grin Tongue Wink", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f58b" + }, + { + "id": "face-grin-wide", + "label": "Face Grin Wide", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f581" + }, + { + "id": "face-grin-wink", + "label": "Face Grin Wink", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f58c" + }, + { + "id": "face-hand-over-mouth", + "label": "Face Hand Over Mouth", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e378" + }, + { + "id": "face-hand-peeking", + "label": "Face Hand Peeking", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e481" + }, + { + "id": "face-hand-yawn", + "label": "Face Hand Yawn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e379" + }, + { + "id": "face-head-bandage", + "label": "Face Head Bandage", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e37a" + }, + { + "id": "face-holding-back-tears", + "label": "Face Holding Back Tears", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e482" + }, + { + "id": "face-hushed", + "label": "Face Hushed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e37b" + }, + { + "id": "face-icicles", + "label": "Face Icicles", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e37c" + }, + { + "id": "face-kiss", + "label": "Face Kiss", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f596" + }, + { + "id": "face-kiss-beam", + "label": "Face Kiss Beam", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f597" + }, + { + "id": "face-kiss-closed-eyes", + "label": "Face Kiss Closed Eyes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e37d" + }, + { + "id": "face-kiss-wink-heart", + "label": "Face Kiss Wink Heart", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f598" + }, + { + "id": "face-laugh", + "label": "Face Laugh", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f599" + }, + { + "id": "face-laugh-beam", + "label": "Face Laugh Beam", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f59a" + }, + { + "id": "face-laugh-squint", + "label": "Face Laugh Squint", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f59b" + }, + { + "id": "face-laugh-wink", + "label": "Face Laugh Wink", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f59c" + }, + { + "id": "face-lying", + "label": "Face Lying", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e37e" + }, + { + "id": "face-mask", + "label": "Face Mask", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e37f" + }, + { + "id": "face-meh", + "label": "Face Meh", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f11a" + }, + { + "id": "face-meh-blank", + "label": "Face Meh Blank", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5a4" + }, + { + "id": "face-melting", + "label": "Face Melting", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e483" + }, + { + "id": "face-monocle", + "label": "Face Monocle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e380" + }, + { + "id": "face-nauseated", + "label": "Face Nauseated", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e381" + }, + { + "id": "face-nose-steam", + "label": "Face Nose Steam", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e382" + }, + { + "id": "face-party", + "label": "Face Party", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e383" + }, + { + "id": "face-pensive", + "label": "Face Pensive", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e384" + }, + { + "id": "face-persevering", + "label": "Face Persevering", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e385" + }, + { + "id": "face-pleading", + "label": "Face Pleading", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e386" + }, + { + "id": "face-pouting", + "label": "Face Pouting", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e387" + }, + { + "id": "face-raised-eyebrow", + "label": "Face Raised Eyebrow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e388" + }, + { + "id": "face-relieved", + "label": "Face Relieved", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e389" + }, + { + "id": "face-rolling-eyes", + "label": "Face Rolling Eyes", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5a5" + }, + { + "id": "face-sad-cry", + "label": "Face Sad Cry", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5b3" + }, + { + "id": "face-sad-sweat", + "label": "Face Sad Sweat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e38a" + }, + { + "id": "face-sad-tear", + "label": "Face Sad Tear", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5b4" + }, + { + "id": "face-saluting", + "label": "Face Saluting", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e484" + }, + { + "id": "face-scream", + "label": "Face Scream", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e38b" + }, + { + "id": "face-shush", + "label": "Face Shush", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e38c" + }, + { + "id": "face-sleeping", + "label": "Face Sleeping", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e38d" + }, + { + "id": "face-sleepy", + "label": "Face Sleepy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e38e" + }, + { + "id": "face-smile", + "label": "Face Smile", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f118" + }, + { + "id": "face-smile-beam", + "label": "Face Smile Beam", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5b8" + }, + { + "id": "face-smile-halo", + "label": "Face Smile Halo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e38f" + }, + { + "id": "face-smile-hearts", + "label": "Face Smile Hearts", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e390" + }, + { + "id": "face-smile-horns", + "label": "Face Smile Horns", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e391" + }, + { + "id": "face-smile-plus", + "label": "Face Smile Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5b9" + }, + { + "id": "face-smile-relaxed", + "label": "Face Smile Relaxed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e392" + }, + { + "id": "face-smile-tear", + "label": "Face Smile Tear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e393" + }, + { + "id": "face-smile-tongue", + "label": "Face Smile Tongue", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e394" + }, + { + "id": "face-smile-upside-down", + "label": "Face Smile Upside Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e395" + }, + { + "id": "face-smile-wink", + "label": "Face Smile Wink", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4da" + }, + { + "id": "face-smiling-hands", + "label": "Face Smiling Hands", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e396" + }, + { + "id": "face-smirking", + "label": "Face Smirking", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e397" + }, + { + "id": "face-spiral-eyes", + "label": "Face Spiral Eyes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e485" + }, + { + "id": "face-sunglasses", + "label": "Face Sunglasses", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e398" + }, + { + "id": "face-surprise", + "label": "Face Surprise", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c2" + }, + { + "id": "face-swear", + "label": "Face Swear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e399" + }, + { + "id": "face-thermometer", + "label": "Face Thermometer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e39a" + }, + { + "id": "face-thinking", + "label": "Face Thinking", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e39b" + }, + { + "id": "face-tired", + "label": "Face Tired", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c8" + }, + { + "id": "face-tissue", + "label": "Face Tissue", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e39c" + }, + { + "id": "face-tongue-money", + "label": "Face Tongue Money", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e39d" + }, + { + "id": "face-tongue-sweat", + "label": "Face Tongue Sweat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e39e" + }, + { + "id": "face-unamused", + "label": "Face Unamused", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e39f" + }, + { + "id": "face-viewfinder", + "label": "Face Viewfinder", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ff" + }, + { + "id": "face-vomit", + "label": "Face Vomit", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a0" + }, + { + "id": "face-weary", + "label": "Face Weary", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a1" + }, + { + "id": "face-woozy", + "label": "Face Woozy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a2" + }, + { + "id": "face-worried", + "label": "Face Worried", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a3" + }, + { + "id": "face-zany", + "label": "Face Zany", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a4" + }, + { + "id": "face-zipper", + "label": "Face Zipper", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a5" + }, + { + "id": "falafel", + "label": "Falafel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e40a" + }, + { + "id": "family", + "label": "Family", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e300" + }, + { + "id": "family-dress", + "label": "Family Dress", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e301" + }, + { + "id": "family-pants", + "label": "Family Pants", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e302" + }, + { + "id": "fan", + "label": "Fan", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f863" + }, + { + "id": "fan-table", + "label": "Fan Table", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e004" + }, + { + "id": "fantasy-flight-games", + "label": "Fantasy Flight-games", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f6dc" + }, + { + "id": "farm", + "label": "Farm", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f864" + }, + { + "id": "faucet", + "label": "Faucet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e005" + }, + { + "id": "faucet-drip", + "label": "Faucet Drip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e006" + }, + { + "id": "fax", + "label": "Fax", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1ac" + }, + { + "id": "feather", + "label": "Feather", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f52d" + }, + { + "id": "feather-pointed", + "label": "Feather Pointed", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f56b" + }, + { + "id": "fedex", + "label": "FedEx", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f797" + }, + { + "id": "fedora", + "label": "Fedora", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f798" + }, + { + "id": "fence", + "label": "Fence", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e303" + }, + { + "id": "ferris-wheel", + "label": "Ferris Wheel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e174" + }, + { + "id": "ferry", + "label": "Ferry", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ea" + }, + { + "id": "field-hockey-stick-ball", + "label": "Field Hockey Stick Ball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f44c" + }, + { + "id": "figma", + "label": "Figma", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f799" + }, + { + "id": "file", + "label": "File", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f15b" + }, + { + "id": "file-arrow-down", + "label": "File Arrow Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f56d" + }, + { + "id": "file-arrow-up", + "label": "File Arrow Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f574" + }, + { + "id": "file-audio", + "label": "File Audio", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c7" + }, + { + "id": "file-binary", + "label": "File Binary", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e175" + }, + { + "id": "file-cad", + "label": "File Cad", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e672" + }, + { + "id": "file-certificate", + "label": "File Certificate", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5f3" + }, + { + "id": "file-chart-column", + "label": "File Chart Column", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f659" + }, + { + "id": "file-chart-pie", + "label": "File Chart Pie", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f65a" + }, + { + "id": "file-check", + "label": "File Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f316" + }, + { + "id": "file-circle-check", + "label": "File Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a0" + }, + { + "id": "file-circle-exclamation", + "label": "File Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4eb" + }, + { + "id": "file-circle-info", + "label": "File Circle Info", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e493" + }, + { + "id": "file-circle-minus", + "label": "File Circle Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ed" + }, + { + "id": "file-circle-plus", + "label": "File Circle Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e494" + }, + { + "id": "file-circle-question", + "label": "File Circle Question", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ef" + }, + { + "id": "file-circle-xmark", + "label": "File Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a1" + }, + { + "id": "file-code", + "label": "File Code", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c9" + }, + { + "id": "file-contract", + "label": "File Contract", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f56c" + }, + { + "id": "file-csv", + "label": "File Csv", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6dd" + }, + { + "id": "file-dashed-line", + "label": "File Dashed Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f877" + }, + { + "id": "file-doc", + "label": "File Doc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5ed" + }, + { + "id": "file-eps", + "label": "File Eps", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e644" + }, + { + "id": "file-excel", + "label": "File Excel", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c3" + }, + { + "id": "file-exclamation", + "label": "File Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f31a" + }, + { + "id": "file-export", + "label": "File Export", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f56e" + }, + { + "id": "file-fragment", + "label": "File Fragment", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e697" + }, + { + "id": "file-gif", + "label": "File Gif", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e645" + }, + { + "id": "file-half-dashed", + "label": "File Half Dashed", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e698" + }, + { + "id": "file-heart", + "label": "File Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e176" + }, + { + "id": "file-image", + "label": "File Image", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c5" + }, + { + "id": "file-import", + "label": "File Import", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f56f" + }, + { + "id": "file-invoice", + "label": "File Invoice", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f570" + }, + { + "id": "file-invoice-dollar", + "label": "File Invoice Dollar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f571" + }, + { + "id": "file-jpg", + "label": "File Jpg", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e646" + }, + { + "id": "file-lines", + "label": "File Lines", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f15c" + }, + { + "id": "file-lock", + "label": "File Lock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a6" + }, + { + "id": "file-magnifying-glass", + "label": "File Magnifying Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f865" + }, + { + "id": "file-medical", + "label": "File Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f477" + }, + { + "id": "file-minus", + "label": "File Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f318" + }, + { + "id": "file-mov", + "label": "File Mov", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e647" + }, + { + "id": "file-mp3", + "label": "File Mp3", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e648" + }, + { + "id": "file-mp4", + "label": "File Mp4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e649" + }, + { + "id": "file-music", + "label": "File Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b6" + }, + { + "id": "file-pdf", + "label": "File Pdf", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c1" + }, + { + "id": "file-pen", + "label": "File Pen", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f31c" + }, + { + "id": "file-plus", + "label": "File Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f319" + }, + { + "id": "file-plus-minus", + "label": "File Plus Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e177" + }, + { + "id": "file-png", + "label": "File Png", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e666" + }, + { + "id": "file-powerpoint", + "label": "File Powerpoint", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c4" + }, + { + "id": "file-ppt", + "label": "File Ppt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e64a" + }, + { + "id": "file-prescription", + "label": "File Prescription", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f572" + }, + { + "id": "files", + "label": "Files", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e178" + }, + { + "id": "file-shield", + "label": "File Shield", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f0" + }, + { + "id": "file-signature", + "label": "File Signature", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f573" + }, + { + "id": "file-slash", + "label": "File Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a7" + }, + { + "id": "files-medical", + "label": "Files Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7fd" + }, + { + "id": "files-pinwheel", + "label": "Files Pinwheel", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e69f" + }, + { + "id": "file-spreadsheet", + "label": "File Spreadsheet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f65b" + }, + { + "id": "file-svg", + "label": "File Svg", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e64b" + }, + { + "id": "file-user", + "label": "File User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f65c" + }, + { + "id": "file-vector", + "label": "File Vector", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e64c" + }, + { + "id": "file-video", + "label": "File Video", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c8" + }, + { + "id": "file-waveform", + "label": "File Waveform", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f478" + }, + { + "id": "file-word", + "label": "File Word", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c2" + }, + { + "id": "file-xls", + "label": "File Xls", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e64d" + }, + { + "id": "file-xmark", + "label": "File Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f317" + }, + { + "id": "file-xml", + "label": "File Xml", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e654" + }, + { + "id": "file-zip", + "label": "File Zip", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5ee" + }, + { + "id": "file-zipper", + "label": "File Zipper", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1c6" + }, + { + "id": "fill", + "label": "Fill", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f575" + }, + { + "id": "fill-drip", + "label": "Fill Drip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f576" + }, + { + "id": "film", + "label": "Film", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f008" + }, + { + "id": "film-canister", + "label": "Film Canister", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b7" + }, + { + "id": "films", + "label": "Films", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e17a" + }, + { + "id": "film-simple", + "label": "Film Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3a0" + }, + { + "id": "film-slash", + "label": "Film Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e179" + }, + { + "id": "filter", + "label": "Filter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0b0" + }, + { + "id": "filter-circle-dollar", + "label": "Filter Circle Dollar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f662" + }, + { + "id": "filter-circle-xmark", + "label": "Filter Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e17b" + }, + { + "id": "filter-list", + "label": "Filter List", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e17c" + }, + { + "id": "filters", + "label": "Filters", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e17e" + }, + { + "id": "filter-slash", + "label": "Filter Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e17d" + }, + { + "id": "fingerprint", + "label": "Fingerprint", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f577" + }, + { + "id": "fire", + "label": "Fire", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f06d" + }, + { + "id": "fire-burner", + "label": "Fire Burner", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f1" + }, + { + "id": "fire-extinguisher", + "label": "Fire Extinguisher", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f134" + }, + { + "id": "fire-flame", + "label": "Fire Flame", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6df" + }, + { + "id": "fire-flame-curved", + "label": "Fire Flame Curved", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7e4" + }, + { + "id": "fire-flame-simple", + "label": "Fire Flame Simple", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f46a" + }, + { + "id": "firefox", + "label": "Firefox", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f269" + }, + { + "id": "firefox-browser", + "label": "Firefox Browser", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e007" + }, + { + "id": "fire-hydrant", + "label": "Fire Hydrant", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e17f" + }, + { + "id": "fireplace", + "label": "Fireplace", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f79a" + }, + { + "id": "fire-smoke", + "label": "Fire Smoke", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f74b" + }, + { + "id": "firstdraft", + "label": "firstdraft", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3a1" + }, + { + "id": "first-order", + "label": "First Order", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2b0" + }, + { + "id": "first-order-alt", + "label": "Alternate First Order", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f50a" + }, + { + "id": "fish", + "label": "Fish", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f578" + }, + { + "id": "fish-bones", + "label": "Fish Bones", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e304" + }, + { + "id": "fish-cooked", + "label": "Fish Cooked", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7fe" + }, + { + "id": "fish-fins", + "label": "Fish Fins", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f2" + }, + { + "id": "fishing-rod", + "label": "Fishing Rod", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a8" + }, + { + "id": "flag", + "label": "Flag", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f024" + }, + { + "id": "flag-checkered", + "label": "Flag Checkered", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f11e" + }, + { + "id": "flag-pennant", + "label": "Flag Pennant", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f456" + }, + { + "id": "flag-swallowtail", + "label": "Flag Swallowtail", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f74c" + }, + { + "id": "flag-usa", + "label": "Flag Usa", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f74d" + }, + { + "id": "flashlight", + "label": "Flashlight", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b8" + }, + { + "id": "flask", + "label": "Flask", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c3" + }, + { + "id": "flask-gear", + "label": "Flask Gear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5f1" + }, + { + "id": "flask-round-poison", + "label": "Flask Round Poison", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e0" + }, + { + "id": "flask-round-potion", + "label": "Flask Round Potion", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e1" + }, + { + "id": "flask-vial", + "label": "Flask Vial", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f3" + }, + { + "id": "flatbread", + "label": "Flatbread", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e40b" + }, + { + "id": "flatbread-stuffed", + "label": "Flatbread Stuffed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e40c" + }, + { + "id": "flickr", + "label": "Flickr", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f16e" + }, + { + "id": "flipboard", + "label": "Flipboard", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f44d" + }, + { + "id": "floppy-disk", + "label": "Floppy Disk", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c7" + }, + { + "id": "floppy-disk-circle-arrow-right", + "label": "Floppy Disk Circle Arrow Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e180" + }, + { + "id": "floppy-disk-circle-xmark", + "label": "Floppy Disk Circle Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e181" + }, + { + "id": "floppy-disk-pen", + "label": "Floppy Disk Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e182" + }, + { + "id": "floppy-disks", + "label": "Floppy Disks", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e183" + }, + { + "id": "florin-sign", + "label": "Florin Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e184" + }, + { + "id": "flower", + "label": "Flower", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ff" + }, + { + "id": "flower-daffodil", + "label": "Flower Daffodil", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f800" + }, + { + "id": "flower-tulip", + "label": "Flower Tulip", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f801" + }, + { + "id": "flute", + "label": "Flute", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8b9" + }, + { + "id": "flutter", + "label": "Flutter", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e694" + }, + { + "id": "flux-capacitor", + "label": "Flux Capacitor", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ba" + }, + { + "id": "fly", + "label": "Fly", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f417" + }, + { + "id": "flying-disc", + "label": "Flying Disc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3a9" + }, + { + "id": "folder", + "label": "Folder", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f07b" + }, + { + "id": "folder-arrow-down", + "label": "Folder Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e053" + }, + { + "id": "folder-arrow-up", + "label": "Folder Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e054" + }, + { + "id": "folder-bookmark", + "label": "Folder Bookmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e186" + }, + { + "id": "folder-check", + "label": "Folder Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e64e" + }, + { + "id": "folder-closed", + "label": "Folder Closed", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e185" + }, + { + "id": "folder-gear", + "label": "Folder Gear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e187" + }, + { + "id": "folder-grid", + "label": "Folder Grid", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e188" + }, + { + "id": "folder-heart", + "label": "Folder Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e189" + }, + { + "id": "folder-image", + "label": "Folder Image", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e18a" + }, + { + "id": "folder-magnifying-glass", + "label": "Folder Magnifying Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e18b" + }, + { + "id": "folder-medical", + "label": "Folder Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e18c" + }, + { + "id": "folder-minus", + "label": "Folder Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f65d" + }, + { + "id": "folder-music", + "label": "Folder Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e18d" + }, + { + "id": "folder-open", + "label": "Folder Open", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f07c" + }, + { + "id": "folder-plus", + "label": "Folder Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f65e" + }, + { + "id": "folders", + "label": "Folders", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f660" + }, + { + "id": "folder-tree", + "label": "Folder Tree", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f802" + }, + { + "id": "folder-user", + "label": "Folder User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e18e" + }, + { + "id": "folder-xmark", + "label": "Folder Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f65f" + }, + { + "id": "fondue-pot", + "label": "Fondue Pot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e40d" + }, + { + "id": "font", + "label": "Font", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f031" + }, + { + "id": "font-awesome", + "label": "Font Awesome", + "membership": { + "free": [ + "brands", + "regular", + "solid" + ], + "pro": [ + "duotone", + "brands", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2b4" + }, + { + "id": "font-case", + "label": "Font Case", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f866" + }, + { + "id": "fonticons", + "label": "Fonticons", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f280" + }, + { + "id": "fonticons-fi", + "label": "Fonticons Fi", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3a2" + }, + { + "id": "football", + "label": "Football", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f44e" + }, + { + "id": "football-helmet", + "label": "Football Helmet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f44f" + }, + { + "id": "fork", + "label": "Fork", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e3" + }, + { + "id": "fork-knife", + "label": "Fork Knife", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e6" + }, + { + "id": "forklift", + "label": "Forklift", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f47a" + }, + { + "id": "fort", + "label": "Fort", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e486" + }, + { + "id": "fort-awesome", + "label": "Fort Awesome", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f286" + }, + { + "id": "fort-awesome-alt", + "label": "Alternate Fort Awesome", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3a3" + }, + { + "id": "forumbee", + "label": "Forumbee", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f211" + }, + { + "id": "forward", + "label": "Forward", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f04e" + }, + { + "id": "forward-fast", + "label": "Forward Fast", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f050" + }, + { + "id": "forward-step", + "label": "Forward Step", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f051" + }, + { + "id": "foursquare", + "label": "Foursquare", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f180" + }, + { + "id": "frame", + "label": "Frame", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e495" + }, + { + "id": "franc-sign", + "label": "Franc Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e18f" + }, + { + "id": "freebsd", + "label": "FreeBSD", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3a4" + }, + { + "id": "free-code-camp", + "label": "freeCodeCamp", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2c5" + }, + { + "id": "french-fries", + "label": "French Fries", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f803" + }, + { + "id": "frog", + "label": "Frog", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f52e" + }, + { + "id": "fulcrum", + "label": "Fulcrum", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f50b" + }, + { + "id": "function", + "label": "Function", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f661" + }, + { + "id": "futbol", + "label": "Futbol", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1e3" + }, + { + "id": "g", + "label": "G", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "47" + }, + { + "id": "galactic-republic", + "label": "Galactic Republic", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f50c" + }, + { + "id": "galactic-senate", + "label": "Galactic Senate", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f50d" + }, + { + "id": "galaxy", + "label": "Galaxy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e008" + }, + { + "id": "gallery-thumbnails", + "label": "Gallery Thumbnails", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3aa" + }, + { + "id": "game-board", + "label": "Game Board", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f867" + }, + { + "id": "game-board-simple", + "label": "Game Board Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f868" + }, + { + "id": "game-console-handheld", + "label": "Game Console Handheld", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8bb" + }, + { + "id": "game-console-handheld-crank", + "label": "Game Console Handheld Crank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b9" + }, + { + "id": "gamepad", + "label": "Gamepad", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f11b" + }, + { + "id": "gamepad-modern", + "label": "Gamepad Modern", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a2" + }, + { + "id": "garage", + "label": "Garage", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e009" + }, + { + "id": "garage-car", + "label": "Garage Car", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e00a" + }, + { + "id": "garage-open", + "label": "Garage Open", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e00b" + }, + { + "id": "garlic", + "label": "Garlic", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e40e" + }, + { + "id": "gas-pump", + "label": "Gas Pump", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f52f" + }, + { + "id": "gas-pump-slash", + "label": "Gas Pump Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5f4" + }, + { + "id": "gauge", + "label": "Gauge", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f624" + }, + { + "id": "gauge-circle-bolt", + "label": "Gauge Circle Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e496" + }, + { + "id": "gauge-circle-minus", + "label": "Gauge Circle Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e497" + }, + { + "id": "gauge-circle-plus", + "label": "Gauge Circle Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e498" + }, + { + "id": "gauge-high", + "label": "Gauge High", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f625" + }, + { + "id": "gauge-low", + "label": "Gauge Low", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f627" + }, + { + "id": "gauge-max", + "label": "Gauge Max", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f626" + }, + { + "id": "gauge-min", + "label": "Gauge Min", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f628" + }, + { + "id": "gauge-simple", + "label": "Gauge Simple", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f629" + }, + { + "id": "gauge-simple-high", + "label": "Gauge Simple High", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f62a" + }, + { + "id": "gauge-simple-low", + "label": "Gauge Simple Low", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f62c" + }, + { + "id": "gauge-simple-max", + "label": "Gauge Simple Max", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f62b" + }, + { + "id": "gauge-simple-min", + "label": "Gauge Simple Min", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f62d" + }, + { + "id": "gavel", + "label": "Gavel", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0e3" + }, + { + "id": "gear", + "label": "Gear", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f013" + }, + { + "id": "gear-code", + "label": "Gear Code", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5e8" + }, + { + "id": "gear-complex", + "label": "Gear Complex", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5e9" + }, + { + "id": "gear-complex-code", + "label": "Gear Complex Code", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5eb" + }, + { + "id": "gears", + "label": "Gears", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f085" + }, + { + "id": "gem", + "label": "Gem", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3a5" + }, + { + "id": "genderless", + "label": "Genderless", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f22d" + }, + { + "id": "get-pocket", + "label": "Get Pocket", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f265" + }, + { + "id": "gg", + "label": "GG Currency", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f260" + }, + { + "id": "gg-circle", + "label": "GG Currency Circle", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f261" + }, + { + "id": "ghost", + "label": "Ghost", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e2" + }, + { + "id": "gif", + "label": "Gif", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e190" + }, + { + "id": "gift", + "label": "Gift", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f06b" + }, + { + "id": "gift-card", + "label": "Gift Card", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f663" + }, + { + "id": "gifts", + "label": "Gifts", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f79c" + }, + { + "id": "gingerbread-man", + "label": "Gingerbread Man", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f79d" + }, + { + "id": "git", + "label": "Git", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1d3" + }, + { + "id": "git-alt", + "label": "Git Alt", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f841" + }, + { + "id": "github", + "label": "GitHub", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f09b" + }, + { + "id": "github-alt", + "label": "Alternate GitHub", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f113" + }, + { + "id": "gitkraken", + "label": "GitKraken", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3a6" + }, + { + "id": "gitlab", + "label": "GitLab", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f296" + }, + { + "id": "gitter", + "label": "Gitter", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f426" + }, + { + "id": "glass", + "label": "Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f804" + }, + { + "id": "glass-citrus", + "label": "Glass Citrus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f869" + }, + { + "id": "glass-empty", + "label": "Glass Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e191" + }, + { + "id": "glasses", + "label": "Glasses", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f530" + }, + { + "id": "glasses-round", + "label": "Glasses Round", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5f5" + }, + { + "id": "glass-half", + "label": "Glass Half", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e192" + }, + { + "id": "glass-water", + "label": "Glass Water", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f4" + }, + { + "id": "glass-water-droplet", + "label": "Glass Water Droplet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f5" + }, + { + "id": "glide", + "label": "Glide", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2a5" + }, + { + "id": "glide-g", + "label": "Glide G", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2a6" + }, + { + "id": "globe", + "label": "Globe", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ac" + }, + { + "id": "globe-pointer", + "label": "Globe Pointer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e60e" + }, + { + "id": "globe-snow", + "label": "Globe Snow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a3" + }, + { + "id": "globe-stand", + "label": "Globe Stand", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5f6" + }, + { + "id": "globe-wifi", + "label": "Globe Wifi", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e685" + }, + { + "id": "goal-net", + "label": "Goal Net", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ab" + }, + { + "id": "gofore", + "label": "Gofore", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3a7" + }, + { + "id": "golang", + "label": "Go", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e40f" + }, + { + "id": "golf-ball-tee", + "label": "Golf Ball Tee", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f450" + }, + { + "id": "golf-club", + "label": "Golf Club", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f451" + }, + { + "id": "golf-flag-hole", + "label": "Golf Flag Hole", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ac" + }, + { + "id": "goodreads", + "label": "Goodreads", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3a8" + }, + { + "id": "goodreads-g", + "label": "Goodreads G", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3a9" + }, + { + "id": "google", + "label": "Google Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a0" + }, + { + "id": "google-drive", + "label": "Google Drive", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3aa" + }, + { + "id": "google-pay", + "label": "Google Pay", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e079" + }, + { + "id": "google-play", + "label": "Google Play", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ab" + }, + { + "id": "google-plus", + "label": "Google Plus", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2b3" + }, + { + "id": "google-plus-g", + "label": "Google Plus G", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f0d5" + }, + { + "id": "google-scholar", + "label": "Google Scholar", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e63b" + }, + { + "id": "google-wallet", + "label": "Google Wallet", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1ee" + }, + { + "id": "gopuram", + "label": "Gopuram", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f664" + }, + { + "id": "graduation-cap", + "label": "Graduation Cap", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f19d" + }, + { + "id": "gramophone", + "label": "Gramophone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8bd" + }, + { + "id": "grapes", + "label": "Grapes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e306" + }, + { + "id": "grate", + "label": "Grate", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e193" + }, + { + "id": "grate-droplet", + "label": "Grate Droplet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e194" + }, + { + "id": "gratipay", + "label": "Gratipay (Gittip)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f184" + }, + { + "id": "grav", + "label": "Grav", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2d6" + }, + { + "id": "greater-than", + "label": "Greater Than", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "3e" + }, + { + "id": "greater-than-equal", + "label": "Greater Than Equal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f532" + }, + { + "id": "grid", + "label": "Grid", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e195" + }, + { + "id": "grid-2", + "label": "Grid 2", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e196" + }, + { + "id": "grid-2-plus", + "label": "Grid 2 Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e197" + }, + { + "id": "grid-4", + "label": "Grid 4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e198" + }, + { + "id": "grid-5", + "label": "Grid 5", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e199" + }, + { + "id": "grid-dividers", + "label": "Grid Dividers", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ad" + }, + { + "id": "grid-horizontal", + "label": "Grid Horizontal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e307" + }, + { + "id": "grid-round", + "label": "Grid Round", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5da" + }, + { + "id": "grid-round-2", + "label": "Grid Round 2", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5db" + }, + { + "id": "grid-round-2-plus", + "label": "Grid Round 2 Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5dc" + }, + { + "id": "grid-round-4", + "label": "Grid Round 4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5dd" + }, + { + "id": "grid-round-5", + "label": "Grid Round 5", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5de" + }, + { + "id": "grill", + "label": "Grill", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a3" + }, + { + "id": "grill-fire", + "label": "Grill Fire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a4" + }, + { + "id": "grill-hot", + "label": "Grill Hot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a5" + }, + { + "id": "grip", + "label": "Grip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f58d" + }, + { + "id": "grip-dots", + "label": "Grip Dots", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e410" + }, + { + "id": "grip-dots-vertical", + "label": "Grip Dots Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e411" + }, + { + "id": "gripfire", + "label": "Gripfire, Inc.", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ac" + }, + { + "id": "grip-lines", + "label": "Grip Lines", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a4" + }, + { + "id": "grip-lines-vertical", + "label": "Grip Lines Vertical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a5" + }, + { + "id": "grip-vertical", + "label": "Grip Vertical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f58e" + }, + { + "id": "group-arrows-rotate", + "label": "Group Arrows Rotate", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f6" + }, + { + "id": "grunt", + "label": "Grunt", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ad" + }, + { + "id": "guarani-sign", + "label": "Guarani Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e19a" + }, + { + "id": "guilded", + "label": "Guilded", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e07e" + }, + { + "id": "guitar", + "label": "Guitar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a6" + }, + { + "id": "guitar-electric", + "label": "Guitar Electric", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8be" + }, + { + "id": "guitars", + "label": "Guitars", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8bf" + }, + { + "id": "gulp", + "label": "Gulp", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ae" + }, + { + "id": "gun", + "label": "Gun", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e19b" + }, + { + "id": "gun-slash", + "label": "Gun Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e19c" + }, + { + "id": "gun-squirt", + "label": "Gun Squirt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e19d" + }, + { + "id": "h", + "label": "H", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "48" + }, + { + "id": "h1", + "label": "H1", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f313" + }, + { + "id": "h2", + "label": "H2", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f314" + }, + { + "id": "h3", + "label": "H3", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f315" + }, + { + "id": "h4", + "label": "H4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f86a" + }, + { + "id": "h5", + "label": "H5", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e412" + }, + { + "id": "h6", + "label": "H6", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e413" + }, + { + "id": "hacker-news", + "label": "Hacker News", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1d4" + }, + { + "id": "hackerrank", + "label": "Hackerrank", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5f7" + }, + { + "id": "hammer", + "label": "Hammer", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e3" + }, + { + "id": "hammer-brush", + "label": "Hammer Brush", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e620" + }, + { + "id": "hammer-crash", + "label": "Hammer Crash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e414" + }, + { + "id": "hammer-war", + "label": "Hammer War", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e4" + }, + { + "id": "hamsa", + "label": "Hamsa", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f665" + }, + { + "id": "hand", + "label": "Hand", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f256" + }, + { + "id": "hand-back-fist", + "label": "Hand Back Fist", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f255" + }, + { + "id": "hand-back-point-down", + "label": "Hand Back Point Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e19e" + }, + { + "id": "hand-back-point-left", + "label": "Hand Back Point Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e19f" + }, + { + "id": "hand-back-point-ribbon", + "label": "Hand Back Point Ribbon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a0" + }, + { + "id": "hand-back-point-right", + "label": "Hand Back Point Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a1" + }, + { + "id": "hand-back-point-up", + "label": "Hand Back Point Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a2" + }, + { + "id": "handcuffs", + "label": "Handcuffs", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f8" + }, + { + "id": "hand-dots", + "label": "Hand Dots", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f461" + }, + { + "id": "hand-fingers-crossed", + "label": "Hand Fingers Crossed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a3" + }, + { + "id": "hand-fist", + "label": "Hand Fist", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6de" + }, + { + "id": "hand-heart", + "label": "Hand Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4bc" + }, + { + "id": "hand-holding", + "label": "Hand Holding", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4bd" + }, + { + "id": "hand-holding-box", + "label": "Hand Holding Box", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f47b" + }, + { + "id": "hand-holding-circle-dollar", + "label": "Hand Holding Circle Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e621" + }, + { + "id": "hand-holding-dollar", + "label": "Hand Holding Dollar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c0" + }, + { + "id": "hand-holding-droplet", + "label": "Hand Holding Droplet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c1" + }, + { + "id": "hand-holding-hand", + "label": "Hand Holding Hand", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f7" + }, + { + "id": "hand-holding-heart", + "label": "Hand Holding Heart", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4be" + }, + { + "id": "hand-holding-magic", + "label": "Hand Holding Magic", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e5" + }, + { + "id": "hand-holding-medical", + "label": "Hand Holding Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e05c" + }, + { + "id": "hand-holding-seedling", + "label": "Hand Holding Seedling", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4bf" + }, + { + "id": "hand-holding-skull", + "label": "Hand Holding Skull", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a4" + }, + { + "id": "hand-horns", + "label": "Hand Horns", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a9" + }, + { + "id": "hand-lizard", + "label": "Hand Lizard", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f258" + }, + { + "id": "hand-love", + "label": "Hand Love", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a5" + }, + { + "id": "hand-middle-finger", + "label": "Hand Middle Finger", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f806" + }, + { + "id": "hand-peace", + "label": "Hand Peace", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f25b" + }, + { + "id": "hand-point-down", + "label": "Hand Point Down", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a7" + }, + { + "id": "hand-pointer", + "label": "Hand Pointer", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f25a" + }, + { + "id": "hand-point-left", + "label": "Hand Point Left", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a5" + }, + { + "id": "hand-point-ribbon", + "label": "Hand Point Ribbon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a6" + }, + { + "id": "hand-point-right", + "label": "Hand Point Right", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a4" + }, + { + "id": "hand-point-up", + "label": "Hand Point Up", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a6" + }, + { + "id": "hands", + "label": "Hands", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2a7" + }, + { + "id": "hands-asl-interpreting", + "label": "Hands Asl Interpreting", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2a3" + }, + { + "id": "hands-bound", + "label": "Hands Bound", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4f9" + }, + { + "id": "hands-bubbles", + "label": "Hands Bubbles", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e05e" + }, + { + "id": "hand-scissors", + "label": "Hand Scissors", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f257" + }, + { + "id": "hands-clapping", + "label": "Hands Clapping", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a8" + }, + { + "id": "handshake", + "label": "Handshake", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2b5" + }, + { + "id": "handshake-angle", + "label": "Handshake Angle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c4" + }, + { + "id": "handshake-simple", + "label": "Handshake Simple", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c6" + }, + { + "id": "handshake-simple-slash", + "label": "Handshake Simple Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e05f" + }, + { + "id": "handshake-slash", + "label": "Handshake Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e060" + }, + { + "id": "hands-holding", + "label": "Hands Holding", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c2" + }, + { + "id": "hands-holding-child", + "label": "Hands Holding Child", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4fa" + }, + { + "id": "hands-holding-circle", + "label": "Hands Holding Circle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4fb" + }, + { + "id": "hands-holding-diamond", + "label": "Hands Holding Diamond", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f47c" + }, + { + "id": "hands-holding-dollar", + "label": "Hands Holding Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c5" + }, + { + "id": "hands-holding-heart", + "label": "Hands Holding Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c3" + }, + { + "id": "hand-sparkles", + "label": "Hand Sparkles", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e05d" + }, + { + "id": "hand-spock", + "label": "Hand Spock", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f259" + }, + { + "id": "hands-praying", + "label": "Hands Praying", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f684" + }, + { + "id": "hand-wave", + "label": "Hand Wave", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1a7" + }, + { + "id": "hanukiah", + "label": "Hanukiah", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e6" + }, + { + "id": "hard-drive", + "label": "Hard Drive", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0a0" + }, + { + "id": "hashnode", + "label": "Hashnode", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e499" + }, + { + "id": "hashtag", + "label": "Hashtag", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "23" + }, + { + "id": "hashtag-lock", + "label": "Hashtag Lock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e415" + }, + { + "id": "hat-beach", + "label": "Hat Beach", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e606" + }, + { + "id": "hat-chef", + "label": "Hat Chef", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f86b" + }, + { + "id": "hat-cowboy", + "label": "Hat Cowboy", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c0" + }, + { + "id": "hat-cowboy-side", + "label": "Hat Cowboy Side", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c1" + }, + { + "id": "hat-santa", + "label": "Hat Santa", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a7" + }, + { + "id": "hat-winter", + "label": "Hat Winter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a8" + }, + { + "id": "hat-witch", + "label": "Hat Witch", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e7" + }, + { + "id": "hat-wizard", + "label": "Hat Wizard", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e8" + }, + { + "id": "heading", + "label": "Heading", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1dc" + }, + { + "id": "headphones", + "label": "Headphones", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f025" + }, + { + "id": "headphones-simple", + "label": "Headphones Simple", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f58f" + }, + { + "id": "headset", + "label": "Headset", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f590" + }, + { + "id": "head-side", + "label": "Head Side", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6e9" + }, + { + "id": "head-side-brain", + "label": "Head Side Brain", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f808" + }, + { + "id": "head-side-cough", + "label": "Head Side Cough", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e061" + }, + { + "id": "head-side-cough-slash", + "label": "Head Side Cough Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e062" + }, + { + "id": "head-side-gear", + "label": "Head Side Gear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e611" + }, + { + "id": "head-side-goggles", + "label": "Head Side Goggles", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ea" + }, + { + "id": "head-side-headphones", + "label": "Head Side Headphones", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c2" + }, + { + "id": "head-side-heart", + "label": "Head Side Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1aa" + }, + { + "id": "head-side-mask", + "label": "Head Side Mask", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e063" + }, + { + "id": "head-side-medical", + "label": "Head Side Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f809" + }, + { + "id": "head-side-virus", + "label": "Head Side Virus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e064" + }, + { + "id": "heart", + "label": "Heart", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f004" + }, + { + "id": "heart-circle-bolt", + "label": "Heart Circle Bolt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4fc" + }, + { + "id": "heart-circle-check", + "label": "Heart Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4fd" + }, + { + "id": "heart-circle-exclamation", + "label": "Heart Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4fe" + }, + { + "id": "heart-circle-minus", + "label": "Heart Circle Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4ff" + }, + { + "id": "heart-circle-plus", + "label": "Heart Circle Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e500" + }, + { + "id": "heart-circle-xmark", + "label": "Heart Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e501" + }, + { + "id": "heart-crack", + "label": "Heart Crack", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a9" + }, + { + "id": "heart-half", + "label": "Heart Half", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ab" + }, + { + "id": "heart-half-stroke", + "label": "Heart Half Stroke", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ac" + }, + { + "id": "heart-pulse", + "label": "Heart Pulse", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f21e" + }, + { + "id": "heat", + "label": "Heat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e00c" + }, + { + "id": "helicopter", + "label": "Helicopter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f533" + }, + { + "id": "helicopter-symbol", + "label": "Helicopter Symbol", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e502" + }, + { + "id": "helmet-battle", + "label": "Helmet Battle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6eb" + }, + { + "id": "helmet-safety", + "label": "Helmet Safety", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f807" + }, + { + "id": "helmet-un", + "label": "Helmet Un", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e503" + }, + { + "id": "hexagon", + "label": "Hexagon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f312" + }, + { + "id": "hexagon-check", + "label": "Hexagon Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e416" + }, + { + "id": "hexagon-divide", + "label": "Hexagon Divide", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ad" + }, + { + "id": "hexagon-exclamation", + "label": "Hexagon Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e417" + }, + { + "id": "hexagon-image", + "label": "Hexagon Image", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e504" + }, + { + "id": "hexagon-minus", + "label": "Hexagon Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f307" + }, + { + "id": "hexagon-nodes", + "label": "Hexagon Nodes", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e699" + }, + { + "id": "hexagon-nodes-bolt", + "label": "Hexagon Nodes Bolt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e69a" + }, + { + "id": "hexagon-plus", + "label": "Hexagon Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f300" + }, + { + "id": "hexagon-vertical-nft", + "label": "Hexagon Vertical Nft", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e505" + }, + { + "id": "hexagon-vertical-nft-slanted", + "label": "Hexagon Vertical Nft Slanted", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e506" + }, + { + "id": "hexagon-xmark", + "label": "Hexagon Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2ee" + }, + { + "id": "high-definition", + "label": "High Definition", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ae" + }, + { + "id": "highlighter", + "label": "Highlighter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f591" + }, + { + "id": "highlighter-line", + "label": "Highlighter Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1af" + }, + { + "id": "hill-avalanche", + "label": "Hill Avalanche", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e507" + }, + { + "id": "hill-rockslide", + "label": "Hill Rockslide", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e508" + }, + { + "id": "hippo", + "label": "Hippo", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ed" + }, + { + "id": "hips", + "label": "Hips", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f452" + }, + { + "id": "hire-a-helper", + "label": "HireAHelper", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b0" + }, + { + "id": "hive", + "label": "Hive Blockchain Network", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e07f" + }, + { + "id": "hockey-mask", + "label": "Hockey Mask", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ee" + }, + { + "id": "hockey-puck", + "label": "Hockey Puck", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f453" + }, + { + "id": "hockey-stick-puck", + "label": "Hockey Stick Puck", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ae" + }, + { + "id": "hockey-sticks", + "label": "Hockey Sticks", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f454" + }, + { + "id": "holly-berry", + "label": "Holly Berry", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7aa" + }, + { + "id": "honey-pot", + "label": "Honey Pot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e418" + }, + { + "id": "hood-cloak", + "label": "Hood Cloak", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ef" + }, + { + "id": "hooli", + "label": "Hooli", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f427" + }, + { + "id": "horizontal-rule", + "label": "Horizontal Rule", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f86c" + }, + { + "id": "hornbill", + "label": "Hornbill", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f592" + }, + { + "id": "horse", + "label": "Horse", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f0" + }, + { + "id": "horse-head", + "label": "Horse Head", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ab" + }, + { + "id": "horse-saddle", + "label": "Horse Saddle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c3" + }, + { + "id": "hose", + "label": "Hose", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e419" + }, + { + "id": "hose-reel", + "label": "Hose Reel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e41a" + }, + { + "id": "hospital", + "label": "Hospital", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0f8" + }, + { + "id": "hospitals", + "label": "Hospitals", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f80e" + }, + { + "id": "hospital-user", + "label": "Hospital User", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f80d" + }, + { + "id": "hotdog", + "label": "Hotdog", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f80f" + }, + { + "id": "hotel", + "label": "Hotel", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f594" + }, + { + "id": "hotjar", + "label": "Hotjar", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b1" + }, + { + "id": "hot-tub-person", + "label": "Hot Tub Person", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f593" + }, + { + "id": "hourglass", + "label": "Hourglass", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f254" + }, + { + "id": "hourglass-clock", + "label": "Hourglass Clock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e41b" + }, + { + "id": "hourglass-end", + "label": "Hourglass End", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f253" + }, + { + "id": "hourglass-half", + "label": "Hourglass Half", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f252" + }, + { + "id": "hourglass-start", + "label": "Hourglass Start", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f251" + }, + { + "id": "house", + "label": "House", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f015" + }, + { + "id": "house-blank", + "label": "House Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e487" + }, + { + "id": "house-building", + "label": "House Building", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b1" + }, + { + "id": "house-chimney", + "label": "House Chimney", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3af" + }, + { + "id": "house-chimney-blank", + "label": "House Chimney Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b0" + }, + { + "id": "house-chimney-crack", + "label": "House Chimney Crack", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f1" + }, + { + "id": "house-chimney-heart", + "label": "House Chimney Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b2" + }, + { + "id": "house-chimney-medical", + "label": "House Chimney Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f2" + }, + { + "id": "house-chimney-user", + "label": "House Chimney User", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e065" + }, + { + "id": "house-chimney-window", + "label": "House Chimney Window", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e00d" + }, + { + "id": "house-circle-check", + "label": "House Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e509" + }, + { + "id": "house-circle-exclamation", + "label": "House Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e50a" + }, + { + "id": "house-circle-xmark", + "label": "House Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e50b" + }, + { + "id": "house-crack", + "label": "House Crack", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b1" + }, + { + "id": "house-day", + "label": "House Day", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e00e" + }, + { + "id": "house-fire", + "label": "House Fire", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e50c" + }, + { + "id": "house-flag", + "label": "House Flag", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e50d" + }, + { + "id": "house-flood-water", + "label": "House Flood Water", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e50e" + }, + { + "id": "house-flood-water-circle-arrow-right", + "label": "House Flood Water Circle Arrow Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e50f" + }, + { + "id": "house-heart", + "label": "House Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c9" + }, + { + "id": "house-laptop", + "label": "House Laptop", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e066" + }, + { + "id": "house-lock", + "label": "House Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e510" + }, + { + "id": "house-medical", + "label": "House Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b2" + }, + { + "id": "house-medical-circle-check", + "label": "House Medical Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e511" + }, + { + "id": "house-medical-circle-exclamation", + "label": "House Medical Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e512" + }, + { + "id": "house-medical-circle-xmark", + "label": "House Medical Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e513" + }, + { + "id": "house-medical-flag", + "label": "House Medical Flag", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e514" + }, + { + "id": "house-night", + "label": "House Night", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e010" + }, + { + "id": "house-person-leave", + "label": "House Person Leave", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e00f" + }, + { + "id": "house-person-return", + "label": "House Person Return", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e011" + }, + { + "id": "house-signal", + "label": "House Signal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e012" + }, + { + "id": "house-tree", + "label": "House Tree", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b3" + }, + { + "id": "house-tsunami", + "label": "House Tsunami", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e515" + }, + { + "id": "house-turret", + "label": "House Turret", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b4" + }, + { + "id": "house-user", + "label": "House User", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b0" + }, + { + "id": "house-water", + "label": "House Water", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f74f" + }, + { + "id": "house-window", + "label": "House Window", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b3" + }, + { + "id": "houzz", + "label": "Houzz", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f27c" + }, + { + "id": "hryvnia-sign", + "label": "Hryvnia Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f2" + }, + { + "id": "html5", + "label": "HTML 5 Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f13b" + }, + { + "id": "hubspot", + "label": "HubSpot", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b2" + }, + { + "id": "hundred-points", + "label": "Hundred Points", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e41c" + }, + { + "id": "hurricane", + "label": "Hurricane", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f751" + }, + { + "id": "hydra", + "label": "Hydra", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e686" + }, + { + "id": "hyphen", + "label": "Hyphen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "2d" + }, + { + "id": "i", + "label": "I", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "49" + }, + { + "id": "ice-cream", + "label": "Ice Cream", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f810" + }, + { + "id": "ice-skate", + "label": "Ice Skate", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ac" + }, + { + "id": "icicles", + "label": "Icicles", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ad" + }, + { + "id": "icons", + "label": "Icons", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f86d" + }, + { + "id": "i-cursor", + "label": "I Cursor", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f246" + }, + { + "id": "id-badge", + "label": "Id Badge", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2c1" + }, + { + "id": "id-card", + "label": "Id Card", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2c2" + }, + { + "id": "id-card-clip", + "label": "Id Card Clip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f47f" + }, + { + "id": "ideal", + "label": "iDeal", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e013" + }, + { + "id": "igloo", + "label": "Igloo", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ae" + }, + { + "id": "image", + "label": "Image", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f03e" + }, + { + "id": "image-landscape", + "label": "Image Landscape", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b5" + }, + { + "id": "image-polaroid", + "label": "Image Polaroid", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c4" + }, + { + "id": "image-polaroid-user", + "label": "Image Polaroid User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b6" + }, + { + "id": "image-portrait", + "label": "Image Portrait", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3e0" + }, + { + "id": "images", + "label": "Images", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f302" + }, + { + "id": "image-slash", + "label": "Image Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b7" + }, + { + "id": "images-user", + "label": "Images User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b9" + }, + { + "id": "image-user", + "label": "Image User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1b8" + }, + { + "id": "imdb", + "label": "IMDB", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2d8" + }, + { + "id": "inbox", + "label": "Inbox", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f01c" + }, + { + "id": "inboxes", + "label": "Inboxes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1bb" + }, + { + "id": "inbox-full", + "label": "Inbox Full", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ba" + }, + { + "id": "inbox-in", + "label": "Inbox In", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f310" + }, + { + "id": "inbox-out", + "label": "Inbox Out", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f311" + }, + { + "id": "indent", + "label": "Indent", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f03c" + }, + { + "id": "indian-rupee-sign", + "label": "Indian Rupee Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1bc" + }, + { + "id": "industry", + "label": "Industry", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f275" + }, + { + "id": "industry-windows", + "label": "Industry Windows", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3b3" + }, + { + "id": "infinity", + "label": "Infinity", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f534" + }, + { + "id": "info", + "label": "Info", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f129" + }, + { + "id": "inhaler", + "label": "Inhaler", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5f9" + }, + { + "id": "input-numeric", + "label": "Input Numeric", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1bd" + }, + { + "id": "input-pipe", + "label": "Input Pipe", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1be" + }, + { + "id": "input-text", + "label": "Input Text", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1bf" + }, + { + "id": "instagram", + "label": "Instagram", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f16d" + }, + { + "id": "instalod", + "label": "InstaLOD", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e081" + }, + { + "id": "integral", + "label": "Integral", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f667" + }, + { + "id": "intercom", + "label": "Intercom", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7af" + }, + { + "id": "internet-explorer", + "label": "Internet-explorer", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f26b" + }, + { + "id": "interrobang", + "label": "Interrobang", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5ba" + }, + { + "id": "intersection", + "label": "Intersection", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f668" + }, + { + "id": "invision", + "label": "InVision", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7b0" + }, + { + "id": "ioxhost", + "label": "ioxhost", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f208" + }, + { + "id": "island-tropical", + "label": "Island Tropical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f811" + }, + { + "id": "italic", + "label": "Italic", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f033" + }, + { + "id": "itch-io", + "label": "itch.io", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f83a" + }, + { + "id": "itunes", + "label": "iTunes", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b4" + }, + { + "id": "itunes-note", + "label": "Itunes Note", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b5" + }, + { + "id": "j", + "label": "J", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "4a" + }, + { + "id": "jack-o-lantern", + "label": "Jack O Lantern", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f30e" + }, + { + "id": "jar", + "label": "Jar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e516" + }, + { + "id": "jar-wheat", + "label": "Jar Wheat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e517" + }, + { + "id": "java", + "label": "Java", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4e4" + }, + { + "id": "jedi", + "label": "Jedi", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f669" + }, + { + "id": "jedi-order", + "label": "Jedi Order", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f50e" + }, + { + "id": "jenkins", + "label": "Jenkis", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b6" + }, + { + "id": "jet-fighter", + "label": "Jet Fighter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0fb" + }, + { + "id": "jet-fighter-up", + "label": "Jet Fighter Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e518" + }, + { + "id": "jira", + "label": "Jira", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7b1" + }, + { + "id": "joget", + "label": "Joget", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b7" + }, + { + "id": "joint", + "label": "Joint", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f595" + }, + { + "id": "joomla", + "label": "Joomla Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1aa" + }, + { + "id": "joystick", + "label": "Joystick", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c5" + }, + { + "id": "js", + "label": "JavaScript (JS)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b8" + }, + { + "id": "jsfiddle", + "label": "jsFiddle", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1cc" + }, + { + "id": "jug", + "label": "Jug", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c6" + }, + { + "id": "jug-bottle", + "label": "Jug Bottle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5fb" + }, + { + "id": "jug-detergent", + "label": "Jug Detergent", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e519" + }, + { + "id": "jxl", + "label": "JXL", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e67b" + }, + { + "id": "k", + "label": "K", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "4b" + }, + { + "id": "kaaba", + "label": "Kaaba", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f66b" + }, + { + "id": "kaggle", + "label": "Kaggle", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5fa" + }, + { + "id": "kazoo", + "label": "Kazoo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c7" + }, + { + "id": "kerning", + "label": "Kerning", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f86f" + }, + { + "id": "key", + "label": "Key", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f084" + }, + { + "id": "keybase", + "label": "Keybase", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f5" + }, + { + "id": "keyboard", + "label": "Keyboard", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f11c" + }, + { + "id": "keyboard-brightness", + "label": "Keyboard Brightness", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c0" + }, + { + "id": "keyboard-brightness-low", + "label": "Keyboard Brightness Low", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c1" + }, + { + "id": "keyboard-down", + "label": "Keyboard Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c2" + }, + { + "id": "keyboard-left", + "label": "Keyboard Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c3" + }, + { + "id": "keycdn", + "label": "KeyCDN", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ba" + }, + { + "id": "keynote", + "label": "Keynote", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f66c" + }, + { + "id": "key-skeleton", + "label": "Key Skeleton", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f3" + }, + { + "id": "key-skeleton-left-right", + "label": "Key Skeleton Left Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b4" + }, + { + "id": "khanda", + "label": "Khanda", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f66d" + }, + { + "id": "kickstarter", + "label": "Kickstarter", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3bb" + }, + { + "id": "kickstarter-k", + "label": "Kickstarter K", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3bc" + }, + { + "id": "kidneys", + "label": "Kidneys", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5fb" + }, + { + "id": "kip-sign", + "label": "Kip Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c4" + }, + { + "id": "kitchen-set", + "label": "Kitchen Set", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e51a" + }, + { + "id": "kite", + "label": "Kite", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f4" + }, + { + "id": "kit-medical", + "label": "Kit Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f479" + }, + { + "id": "kiwi-bird", + "label": "Kiwi Bird", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f535" + }, + { + "id": "kiwi-fruit", + "label": "Kiwi Fruit", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e30c" + }, + { + "id": "knife", + "label": "Knife", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e4" + }, + { + "id": "knife-kitchen", + "label": "Knife Kitchen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f5" + }, + { + "id": "korvue", + "label": "KORVUE", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f42f" + }, + { + "id": "l", + "label": "L", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "4c" + }, + { + "id": "lacrosse-stick", + "label": "Lacrosse Stick", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b5" + }, + { + "id": "lacrosse-stick-ball", + "label": "Lacrosse Stick Ball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b6" + }, + { + "id": "lambda", + "label": "Lambda", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f66e" + }, + { + "id": "lamp", + "label": "Lamp", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4ca" + }, + { + "id": "lamp-desk", + "label": "Lamp Desk", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e014" + }, + { + "id": "lamp-floor", + "label": "Lamp Floor", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e015" + }, + { + "id": "lamp-street", + "label": "Lamp Street", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c5" + }, + { + "id": "landmark", + "label": "Landmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f66f" + }, + { + "id": "landmark-dome", + "label": "Landmark Dome", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f752" + }, + { + "id": "landmark-flag", + "label": "Landmark Flag", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e51c" + }, + { + "id": "landmark-magnifying-glass", + "label": "Landmark Magnifying Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e622" + }, + { + "id": "land-mine-on", + "label": "Land Mine On", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e51b" + }, + { + "id": "language", + "label": "Language", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1ab" + }, + { + "id": "laptop", + "label": "Laptop", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f109" + }, + { + "id": "laptop-arrow-down", + "label": "Laptop Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c6" + }, + { + "id": "laptop-binary", + "label": "Laptop Binary", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5e7" + }, + { + "id": "laptop-code", + "label": "Laptop Code", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5fc" + }, + { + "id": "laptop-file", + "label": "Laptop File", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e51d" + }, + { + "id": "laptop-medical", + "label": "Laptop Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f812" + }, + { + "id": "laptop-mobile", + "label": "Laptop Mobile", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f87a" + }, + { + "id": "laptop-slash", + "label": "Laptop Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c7" + }, + { + "id": "laravel", + "label": "Laravel", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3bd" + }, + { + "id": "lari-sign", + "label": "Lari Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c8" + }, + { + "id": "lasso", + "label": "Lasso", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c8" + }, + { + "id": "lasso-sparkles", + "label": "Lasso Sparkles", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1c9" + }, + { + "id": "lastfm", + "label": "last.fm", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f202" + }, + { + "id": "layer-group", + "label": "Layer Group", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5fd" + }, + { + "id": "layer-minus", + "label": "Layer Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5fe" + }, + { + "id": "layer-plus", + "label": "Layer Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ff" + }, + { + "id": "leaf", + "label": "Leaf", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f06c" + }, + { + "id": "leaf-heart", + "label": "Leaf Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4cb" + }, + { + "id": "leaf-maple", + "label": "Leaf Maple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f6" + }, + { + "id": "leaf-oak", + "label": "Leaf Oak", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f7" + }, + { + "id": "leafy-green", + "label": "Leafy Green", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e41d" + }, + { + "id": "leanpub", + "label": "Leanpub", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f212" + }, + { + "id": "left", + "label": "Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f355" + }, + { + "id": "left-from-bracket", + "label": "Left From Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e66c" + }, + { + "id": "left-from-line", + "label": "Left From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f348" + }, + { + "id": "left-long", + "label": "Left Long", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f30a" + }, + { + "id": "left-long-to-line", + "label": "Left Long To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e41e" + }, + { + "id": "left-right", + "label": "Left Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f337" + }, + { + "id": "left-to-bracket", + "label": "Left To Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e66d" + }, + { + "id": "left-to-line", + "label": "Left To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f34b" + }, + { + "id": "lemon", + "label": "Lemon", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f094" + }, + { + "id": "less", + "label": "Less", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f41d" + }, + { + "id": "less-than", + "label": "Less Than", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "3c" + }, + { + "id": "less-than-equal", + "label": "Less Than Equal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f537" + }, + { + "id": "letterboxd", + "label": "Letterboxd", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e62d" + }, + { + "id": "life-ring", + "label": "Life Ring", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1cd" + }, + { + "id": "lightbulb", + "label": "Lightbulb", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0eb" + }, + { + "id": "lightbulb-cfl", + "label": "Lightbulb Cfl", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a6" + }, + { + "id": "lightbulb-cfl-on", + "label": "Lightbulb Cfl On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a7" + }, + { + "id": "lightbulb-dollar", + "label": "Lightbulb Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f670" + }, + { + "id": "lightbulb-exclamation", + "label": "Lightbulb Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f671" + }, + { + "id": "lightbulb-exclamation-on", + "label": "Lightbulb Exclamation On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ca" + }, + { + "id": "lightbulb-gear", + "label": "Lightbulb Gear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5fd" + }, + { + "id": "lightbulb-message", + "label": "Lightbulb Message", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e687" + }, + { + "id": "lightbulb-on", + "label": "Lightbulb On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f672" + }, + { + "id": "lightbulb-slash", + "label": "Lightbulb Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f673" + }, + { + "id": "light-ceiling", + "label": "Light Ceiling", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e016" + }, + { + "id": "light-emergency", + "label": "Light Emergency", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e41f" + }, + { + "id": "light-emergency-on", + "label": "Light Emergency On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e420" + }, + { + "id": "lighthouse", + "label": "Lighthouse", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e612" + }, + { + "id": "lights-holiday", + "label": "Lights Holiday", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7b2" + }, + { + "id": "light-switch", + "label": "Light Switch", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e017" + }, + { + "id": "light-switch-off", + "label": "Light Switch Off", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e018" + }, + { + "id": "light-switch-on", + "label": "Light Switch On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e019" + }, + { + "id": "line", + "label": "Line", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3c0" + }, + { + "id": "line-columns", + "label": "Line Columns", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f870" + }, + { + "id": "line-height", + "label": "Line Height", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f871" + }, + { + "id": "lines-leaning", + "label": "Lines Leaning", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e51e" + }, + { + "id": "link", + "label": "Link", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c1" + }, + { + "id": "linkedin", + "label": "LinkedIn", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f08c" + }, + { + "id": "linkedin-in", + "label": "LinkedIn In", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f0e1" + }, + { + "id": "link-horizontal", + "label": "Link Horizontal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1cb" + }, + { + "id": "link-horizontal-slash", + "label": "Link Horizontal Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1cc" + }, + { + "id": "link-simple", + "label": "Link Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1cd" + }, + { + "id": "link-simple-slash", + "label": "Link Simple Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ce" + }, + { + "id": "link-slash", + "label": "Link Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f127" + }, + { + "id": "linode", + "label": "Linode", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2b8" + }, + { + "id": "linux", + "label": "Linux", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f17c" + }, + { + "id": "lips", + "label": "Lips", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f600" + }, + { + "id": "lira-sign", + "label": "Lira Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f195" + }, + { + "id": "list", + "label": "List", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f03a" + }, + { + "id": "list-check", + "label": "List Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ae" + }, + { + "id": "list-dropdown", + "label": "List Dropdown", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1cf" + }, + { + "id": "list-music", + "label": "List Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8c9" + }, + { + "id": "list-ol", + "label": "List Ol", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0cb" + }, + { + "id": "list-radio", + "label": "List Radio", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d0" + }, + { + "id": "list-timeline", + "label": "List Timeline", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d1" + }, + { + "id": "list-tree", + "label": "List Tree", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d2" + }, + { + "id": "list-ul", + "label": "List Ul", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ca" + }, + { + "id": "litecoin-sign", + "label": "Litecoin Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d3" + }, + { + "id": "loader", + "label": "Loader", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d4" + }, + { + "id": "lobster", + "label": "Lobster", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e421" + }, + { + "id": "location-arrow", + "label": "Location Arrow", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f124" + }, + { + "id": "location-arrow-up", + "label": "Location Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e63a" + }, + { + "id": "location-check", + "label": "Location Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f606" + }, + { + "id": "location-crosshairs", + "label": "Location Crosshairs", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f601" + }, + { + "id": "location-crosshairs-slash", + "label": "Location Crosshairs Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f603" + }, + { + "id": "location-dot", + "label": "Location Dot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3c5" + }, + { + "id": "location-dot-slash", + "label": "Location Dot Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f605" + }, + { + "id": "location-exclamation", + "label": "Location Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f608" + }, + { + "id": "location-minus", + "label": "Location Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f609" + }, + { + "id": "location-pen", + "label": "Location Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f607" + }, + { + "id": "location-pin", + "label": "Location Pin", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f041" + }, + { + "id": "location-pin-lock", + "label": "Location Pin Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e51f" + }, + { + "id": "location-pin-slash", + "label": "Location Pin Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f60c" + }, + { + "id": "location-plus", + "label": "Location Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f60a" + }, + { + "id": "location-question", + "label": "Location Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f60b" + }, + { + "id": "location-smile", + "label": "Location Smile", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f60d" + }, + { + "id": "location-xmark", + "label": "Location Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f60e" + }, + { + "id": "lock", + "label": "Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f023" + }, + { + "id": "lock-a", + "label": "Lock A", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e422" + }, + { + "id": "lock-hashtag", + "label": "Lock Hashtag", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e423" + }, + { + "id": "lock-keyhole", + "label": "Lock Keyhole", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f30d" + }, + { + "id": "lock-keyhole-open", + "label": "Lock Keyhole Open", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3c2" + }, + { + "id": "lock-open", + "label": "Lock Open", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3c1" + }, + { + "id": "locust", + "label": "Locust", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e520" + }, + { + "id": "lollipop", + "label": "Lollipop", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e424" + }, + { + "id": "loveseat", + "label": "Loveseat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4cc" + }, + { + "id": "luchador-mask", + "label": "Luchador Mask", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f455" + }, + { + "id": "lungs", + "label": "Lungs", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f604" + }, + { + "id": "lungs-virus", + "label": "Lungs Virus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e067" + }, + { + "id": "lyft", + "label": "lyft", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3c3" + }, + { + "id": "m", + "label": "M", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "4d" + }, + { + "id": "mace", + "label": "Mace", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f8" + }, + { + "id": "magento", + "label": "Magento", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3c4" + }, + { + "id": "magnet", + "label": "Magnet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f076" + }, + { + "id": "magnifying-glass", + "label": "Magnifying Glass", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f002" + }, + { + "id": "magnifying-glass-arrow-right", + "label": "Magnifying Glass Arrow Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e521" + }, + { + "id": "magnifying-glass-arrows-rotate", + "label": "Magnifying Glass Arrows Rotate", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e65e" + }, + { + "id": "magnifying-glass-chart", + "label": "Magnifying Glass Chart", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e522" + }, + { + "id": "magnifying-glass-dollar", + "label": "Magnifying Glass Dollar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f688" + }, + { + "id": "magnifying-glass-location", + "label": "Magnifying Glass Location", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f689" + }, + { + "id": "magnifying-glass-minus", + "label": "Magnifying Glass Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f010" + }, + { + "id": "magnifying-glass-music", + "label": "Magnifying Glass Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e65f" + }, + { + "id": "magnifying-glass-play", + "label": "Magnifying Glass Play", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e660" + }, + { + "id": "magnifying-glass-plus", + "label": "Magnifying Glass Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f00e" + }, + { + "id": "magnifying-glass-waveform", + "label": "Magnifying Glass Waveform", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e661" + }, + { + "id": "mailbox", + "label": "Mailbox", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f813" + }, + { + "id": "mailbox-flag-up", + "label": "Mailbox Flag Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5bb" + }, + { + "id": "mailchimp", + "label": "Mailchimp", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f59e" + }, + { + "id": "manat-sign", + "label": "Manat Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d5" + }, + { + "id": "mandalorian", + "label": "Mandalorian", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f50f" + }, + { + "id": "mandolin", + "label": "Mandolin", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6f9" + }, + { + "id": "mango", + "label": "Mango", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e30f" + }, + { + "id": "manhole", + "label": "Manhole", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d6" + }, + { + "id": "map", + "label": "Map", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f279" + }, + { + "id": "map-location", + "label": "Map Location", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f59f" + }, + { + "id": "map-location-dot", + "label": "Map Location Dot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5a0" + }, + { + "id": "map-pin", + "label": "Map Pin", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f276" + }, + { + "id": "markdown", + "label": "Markdown", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f60f" + }, + { + "id": "marker", + "label": "Marker", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5a1" + }, + { + "id": "mars", + "label": "Mars", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f222" + }, + { + "id": "mars-and-venus", + "label": "Mars And Venus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f224" + }, + { + "id": "mars-and-venus-burst", + "label": "Mars And Venus Burst", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e523" + }, + { + "id": "mars-double", + "label": "Mars Double", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f227" + }, + { + "id": "mars-stroke", + "label": "Mars Stroke", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f229" + }, + { + "id": "mars-stroke-right", + "label": "Mars Stroke Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f22b" + }, + { + "id": "mars-stroke-up", + "label": "Mars Stroke Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f22a" + }, + { + "id": "martini-glass", + "label": "Martini Glass", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f57b" + }, + { + "id": "martini-glass-citrus", + "label": "Martini Glass Citrus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f561" + }, + { + "id": "martini-glass-empty", + "label": "Martini Glass Empty", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f000" + }, + { + "id": "mask", + "label": "Mask", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6fa" + }, + { + "id": "mask-face", + "label": "Mask Face", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d7" + }, + { + "id": "mask-snorkel", + "label": "Mask Snorkel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b7" + }, + { + "id": "masks-theater", + "label": "Masks Theater", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f630" + }, + { + "id": "mask-ventilator", + "label": "Mask Ventilator", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e524" + }, + { + "id": "mastodon", + "label": "Mastodon", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f6" + }, + { + "id": "mattress-pillow", + "label": "Mattress Pillow", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e525" + }, + { + "id": "maxcdn", + "label": "MaxCDN", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f136" + }, + { + "id": "maximize", + "label": "Maximize", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f31e" + }, + { + "id": "mdb", + "label": "Material Design for Bootstrap", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f8ca" + }, + { + "id": "meat", + "label": "Meat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f814" + }, + { + "id": "medal", + "label": "Medal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5a2" + }, + { + "id": "medapps", + "label": "MedApps", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3c6" + }, + { + "id": "medium", + "label": "Medium", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f23a" + }, + { + "id": "medrt", + "label": "MRT", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3c8" + }, + { + "id": "meetup", + "label": "Meetup", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2e0" + }, + { + "id": "megaphone", + "label": "Megaphone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f675" + }, + { + "id": "megaport", + "label": "Megaport", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5a3" + }, + { + "id": "melon", + "label": "Melon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e310" + }, + { + "id": "melon-slice", + "label": "Melon Slice", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e311" + }, + { + "id": "memo", + "label": "Memo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d8" + }, + { + "id": "memo-circle-check", + "label": "Memo Circle Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1d9" + }, + { + "id": "memo-circle-info", + "label": "Memo Circle Info", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e49a" + }, + { + "id": "memo-pad", + "label": "Memo Pad", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1da" + }, + { + "id": "memory", + "label": "Memory", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f538" + }, + { + "id": "mendeley", + "label": "Mendeley", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7b3" + }, + { + "id": "menorah", + "label": "Menorah", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f676" + }, + { + "id": "mercury", + "label": "Mercury", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f223" + }, + { + "id": "merge", + "label": "Merge", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e526" + }, + { + "id": "message", + "label": "Message", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f27a" + }, + { + "id": "message-arrow-down", + "label": "Message Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1db" + }, + { + "id": "message-arrow-up", + "label": "Message Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1dc" + }, + { + "id": "message-arrow-up-right", + "label": "Message Arrow Up Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1dd" + }, + { + "id": "message-bot", + "label": "Message Bot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b8" + }, + { + "id": "message-captions", + "label": "Message Captions", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1de" + }, + { + "id": "message-check", + "label": "Message Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a2" + }, + { + "id": "message-code", + "label": "Message Code", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1df" + }, + { + "id": "message-dollar", + "label": "Message Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f650" + }, + { + "id": "message-dots", + "label": "Message Dots", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a3" + }, + { + "id": "message-exclamation", + "label": "Message Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a5" + }, + { + "id": "message-heart", + "label": "Message Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5c9" + }, + { + "id": "message-image", + "label": "Message Image", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e0" + }, + { + "id": "message-lines", + "label": "Message Lines", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a6" + }, + { + "id": "message-medical", + "label": "Message Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7f4" + }, + { + "id": "message-middle", + "label": "Message Middle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e1" + }, + { + "id": "message-middle-top", + "label": "Message Middle Top", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e2" + }, + { + "id": "message-minus", + "label": "Message Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a7" + }, + { + "id": "message-music", + "label": "Message Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8af" + }, + { + "id": "message-pen", + "label": "Message Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a4" + }, + { + "id": "message-plus", + "label": "Message Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a8" + }, + { + "id": "message-question", + "label": "Message Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e3" + }, + { + "id": "message-quote", + "label": "Message Quote", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e4" + }, + { + "id": "messages", + "label": "Messages", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4b6" + }, + { + "id": "messages-dollar", + "label": "Messages Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f652" + }, + { + "id": "message-slash", + "label": "Message Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4a9" + }, + { + "id": "message-smile", + "label": "Message Smile", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4aa" + }, + { + "id": "message-sms", + "label": "Message Sms", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e5" + }, + { + "id": "messages-question", + "label": "Messages Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e7" + }, + { + "id": "message-text", + "label": "Message Text", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e6" + }, + { + "id": "message-xmark", + "label": "Message Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4ab" + }, + { + "id": "meta", + "label": "Meta", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e49b" + }, + { + "id": "meteor", + "label": "Meteor", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f753" + }, + { + "id": "meter", + "label": "Meter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e8" + }, + { + "id": "meter-bolt", + "label": "Meter Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1e9" + }, + { + "id": "meter-droplet", + "label": "Meter Droplet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ea" + }, + { + "id": "meter-fire", + "label": "Meter Fire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1eb" + }, + { + "id": "microblog", + "label": "Micro.blog", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e01a" + }, + { + "id": "microchip", + "label": "Microchip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2db" + }, + { + "id": "microchip-ai", + "label": "Microchip Ai", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ec" + }, + { + "id": "microphone", + "label": "Microphone", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f130" + }, + { + "id": "microphone-lines", + "label": "Microphone Lines", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3c9" + }, + { + "id": "microphone-lines-slash", + "label": "Microphone Lines Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f539" + }, + { + "id": "microphone-slash", + "label": "Microphone Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f131" + }, + { + "id": "microphone-stand", + "label": "Microphone Stand", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8cb" + }, + { + "id": "microscope", + "label": "Microscope", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f610" + }, + { + "id": "microsoft", + "label": "Microsoft", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ca" + }, + { + "id": "microwave", + "label": "Microwave", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e01b" + }, + { + "id": "mill-sign", + "label": "Mill Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ed" + }, + { + "id": "minimize", + "label": "Minimize", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f78c" + }, + { + "id": "mintbit", + "label": "Mintbit", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e62f" + }, + { + "id": "minus", + "label": "Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f068" + }, + { + "id": "mistletoe", + "label": "Mistletoe", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7b4" + }, + { + "id": "mitten", + "label": "Mitten", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7b5" + }, + { + "id": "mix", + "label": "Mix", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3cb" + }, + { + "id": "mixcloud", + "label": "Mixcloud", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f289" + }, + { + "id": "mixer", + "label": "Mixer", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e056" + }, + { + "id": "mizuni", + "label": "Mizuni", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3cc" + }, + { + "id": "mobile", + "label": "Mobile", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3ce" + }, + { + "id": "mobile-button", + "label": "Mobile Button", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f10b" + }, + { + "id": "mobile-notch", + "label": "Mobile Notch", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ee" + }, + { + "id": "mobile-retro", + "label": "Mobile Retro", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e527" + }, + { + "id": "mobile-screen", + "label": "Mobile Screen", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3cf" + }, + { + "id": "mobile-screen-button", + "label": "Mobile Screen Button", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3cd" + }, + { + "id": "mobile-signal", + "label": "Mobile Signal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ef" + }, + { + "id": "mobile-signal-out", + "label": "Mobile Signal Out", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f0" + }, + { + "id": "modx", + "label": "MODX", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f285" + }, + { + "id": "monero", + "label": "Monero", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d0" + }, + { + "id": "money-bill", + "label": "Money Bill", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0d6" + }, + { + "id": "money-bill-1", + "label": "Money Bill 1", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3d1" + }, + { + "id": "money-bill-1-wave", + "label": "Money Bill 1 Wave", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f53b" + }, + { + "id": "money-bills", + "label": "Money Bills", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f3" + }, + { + "id": "money-bill-simple", + "label": "Money Bill Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f1" + }, + { + "id": "money-bill-simple-wave", + "label": "Money Bill Simple Wave", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f2" + }, + { + "id": "money-bills-simple", + "label": "Money Bills Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f4" + }, + { + "id": "money-bill-transfer", + "label": "Money Bill Transfer", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e528" + }, + { + "id": "money-bill-trend-up", + "label": "Money Bill Trend Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e529" + }, + { + "id": "money-bill-wave", + "label": "Money Bill Wave", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f53a" + }, + { + "id": "money-bill-wheat", + "label": "Money Bill Wheat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e52a" + }, + { + "id": "money-check", + "label": "Money Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f53c" + }, + { + "id": "money-check-dollar", + "label": "Money Check Dollar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f53d" + }, + { + "id": "money-check-dollar-pen", + "label": "Money Check Dollar Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f873" + }, + { + "id": "money-check-pen", + "label": "Money Check Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f872" + }, + { + "id": "money-from-bracket", + "label": "Money From Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e312" + }, + { + "id": "money-simple-from-bracket", + "label": "Money Simple From Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e313" + }, + { + "id": "monitor-waveform", + "label": "Monitor Waveform", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f611" + }, + { + "id": "monkey", + "label": "Monkey", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6fb" + }, + { + "id": "monument", + "label": "Monument", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5a6" + }, + { + "id": "moon", + "label": "Moon", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f186" + }, + { + "id": "moon-cloud", + "label": "Moon Cloud", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f754" + }, + { + "id": "moon-over-sun", + "label": "Moon Over Sun", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f74a" + }, + { + "id": "moon-stars", + "label": "Moon Stars", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f755" + }, + { + "id": "moped", + "label": "Moped", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3b9" + }, + { + "id": "mortar-pestle", + "label": "Mortar Pestle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5a7" + }, + { + "id": "mosque", + "label": "Mosque", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f678" + }, + { + "id": "mosquito", + "label": "Mosquito", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e52b" + }, + { + "id": "mosquito-net", + "label": "Mosquito Net", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e52c" + }, + { + "id": "motorcycle", + "label": "Motorcycle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f21c" + }, + { + "id": "mound", + "label": "Mound", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e52d" + }, + { + "id": "mountain", + "label": "Mountain", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6fc" + }, + { + "id": "mountain-city", + "label": "Mountain City", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e52e" + }, + { + "id": "mountains", + "label": "Mountains", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6fd" + }, + { + "id": "mountain-sun", + "label": "Mountain Sun", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e52f" + }, + { + "id": "mouse-field", + "label": "Mouse Field", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a8" + }, + { + "id": "mp3-player", + "label": "Mp3 Player", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ce" + }, + { + "id": "mug", + "label": "Mug", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f874" + }, + { + "id": "mug-hot", + "label": "Mug Hot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7b6" + }, + { + "id": "mug-marshmallows", + "label": "Mug Marshmallows", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7b7" + }, + { + "id": "mug-saucer", + "label": "Mug Saucer", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0f4" + }, + { + "id": "mug-tea", + "label": "Mug Tea", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f875" + }, + { + "id": "mug-tea-saucer", + "label": "Mug Tea Saucer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f5" + }, + { + "id": "mushroom", + "label": "Mushroom", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e425" + }, + { + "id": "music", + "label": "Music", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f001" + }, + { + "id": "music-magnifying-glass", + "label": "Music Magnifying Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e662" + }, + { + "id": "music-note", + "label": "Music Note", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8cf" + }, + { + "id": "music-note-slash", + "label": "Music Note Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d0" + }, + { + "id": "music-slash", + "label": "Music Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d1" + }, + { + "id": "mustache", + "label": "Mustache", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5bc" + }, + { + "id": "n", + "label": "N", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "4e" + }, + { + "id": "naira-sign", + "label": "Naira Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f6" + }, + { + "id": "napster", + "label": "Napster", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d2" + }, + { + "id": "narwhal", + "label": "Narwhal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6fe" + }, + { + "id": "neos", + "label": "Neos", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f612" + }, + { + "id": "nesting-dolls", + "label": "Nesting Dolls", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ba" + }, + { + "id": "network-wired", + "label": "Network Wired", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ff" + }, + { + "id": "neuter", + "label": "Neuter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f22c" + }, + { + "id": "newspaper", + "label": "Newspaper", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1ea" + }, + { + "id": "nfc", + "label": "Nfc", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f7" + }, + { + "id": "nfc-directional", + "label": "NFC Directional", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e530" + }, + { + "id": "nfc-lock", + "label": "Nfc Lock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f8" + }, + { + "id": "nfc-magnifying-glass", + "label": "Nfc Magnifying Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1f9" + }, + { + "id": "nfc-pen", + "label": "Nfc Pen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1fa" + }, + { + "id": "nfc-signal", + "label": "Nfc Signal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1fb" + }, + { + "id": "nfc-slash", + "label": "Nfc Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1fc" + }, + { + "id": "nfc-symbol", + "label": "Nfc Symbol", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "duotone", + "brands", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e531" + }, + { + "id": "nfc-trash", + "label": "Nfc Trash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1fd" + }, + { + "id": "nimblr", + "label": "Nimblr", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5a8" + }, + { + "id": "node", + "label": "Node.js", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f419" + }, + { + "id": "node-js", + "label": "Node.js JS", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d3" + }, + { + "id": "nose", + "label": "Nose", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5bd" + }, + { + "id": "notdef", + "label": "Notdef", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1fe" + }, + { + "id": "note", + "label": "Note", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e1ff" + }, + { + "id": "notebook", + "label": "Notebook", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e201" + }, + { + "id": "note-medical", + "label": "Note Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e200" + }, + { + "id": "not-equal", + "label": "Not Equal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f53e" + }, + { + "id": "notes", + "label": "Notes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e202" + }, + { + "id": "notes-medical", + "label": "Notes Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f481" + }, + { + "id": "note-sticky", + "label": "Note Sticky", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f249" + }, + { + "id": "npm", + "label": "npm", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d4" + }, + { + "id": "ns8", + "label": "NS8", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d5" + }, + { + "id": "nutritionix", + "label": "Nutritionix", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d6" + }, + { + "id": "o", + "label": "O", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "4f" + }, + { + "id": "object-exclude", + "label": "Object Exclude", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e49c" + }, + { + "id": "object-group", + "label": "Object Group", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f247" + }, + { + "id": "object-intersect", + "label": "Object Intersect", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e49d" + }, + { + "id": "objects-align-bottom", + "label": "Objects Align Bottom", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3bb" + }, + { + "id": "objects-align-center-horizontal", + "label": "Objects Align Center Horizontal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3bc" + }, + { + "id": "objects-align-center-vertical", + "label": "Objects Align Center Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3bd" + }, + { + "id": "objects-align-left", + "label": "Objects Align Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3be" + }, + { + "id": "objects-align-right", + "label": "Objects Align Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3bf" + }, + { + "id": "objects-align-top", + "label": "Objects Align Top", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c0" + }, + { + "id": "objects-column", + "label": "Objects Column", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c1" + }, + { + "id": "object-subtract", + "label": "Object Subtract", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e49e" + }, + { + "id": "object-ungroup", + "label": "Object Ungroup", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f248" + }, + { + "id": "object-union", + "label": "Object Union", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e49f" + }, + { + "id": "octagon", + "label": "Octagon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f306" + }, + { + "id": "octagon-check", + "label": "Octagon Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e426" + }, + { + "id": "octagon-divide", + "label": "Octagon Divide", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e203" + }, + { + "id": "octagon-exclamation", + "label": "Octagon Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e204" + }, + { + "id": "octagon-minus", + "label": "Octagon Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f308" + }, + { + "id": "octagon-plus", + "label": "Octagon Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f301" + }, + { + "id": "octagon-xmark", + "label": "Octagon Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f0" + }, + { + "id": "octopus", + "label": "Octopus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e688" + }, + { + "id": "octopus-deploy", + "label": "Octopus Deploy", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e082" + }, + { + "id": "odnoklassniki", + "label": "Odnoklassniki", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f263" + }, + { + "id": "odysee", + "label": "Odysee", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e5c6" + }, + { + "id": "oil-can", + "label": "Oil Can", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f613" + }, + { + "id": "oil-can-drip", + "label": "Oil Can Drip", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e205" + }, + { + "id": "oil-temperature", + "label": "Oil Temperature", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f614" + }, + { + "id": "oil-well", + "label": "Oil Well", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e532" + }, + { + "id": "old-republic", + "label": "Old Republic", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f510" + }, + { + "id": "olive", + "label": "Olive", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e316" + }, + { + "id": "olive-branch", + "label": "Olive Branch", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e317" + }, + { + "id": "om", + "label": "Om", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f679" + }, + { + "id": "omega", + "label": "Omega", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f67a" + }, + { + "id": "onion", + "label": "Onion", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e427" + }, + { + "id": "opencart", + "label": "OpenCart", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f23d" + }, + { + "id": "openid", + "label": "OpenID", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f19b" + }, + { + "id": "opensuse", + "label": "Opensuse", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e62b" + }, + { + "id": "opera", + "label": "Opera", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f26a" + }, + { + "id": "optin-monster", + "label": "Optin Monster", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f23c" + }, + { + "id": "option", + "label": "Option", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e318" + }, + { + "id": "orcid", + "label": "ORCID", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f8d2" + }, + { + "id": "ornament", + "label": "Ornament", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7b8" + }, + { + "id": "osi", + "label": "Open Source Initiative", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f41a" + }, + { + "id": "otter", + "label": "Otter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f700" + }, + { + "id": "outdent", + "label": "Outdent", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f03b" + }, + { + "id": "outlet", + "label": "Outlet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e01c" + }, + { + "id": "oven", + "label": "Oven", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e01d" + }, + { + "id": "overline", + "label": "Overline", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f876" + }, + { + "id": "p", + "label": "P", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "50" + }, + { + "id": "padlet", + "label": "Padlet", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e4a0" + }, + { + "id": "page", + "label": "Page", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e428" + }, + { + "id": "page4", + "label": "page4 Corporation", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d7" + }, + { + "id": "page-caret-down", + "label": "Page Caret Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e429" + }, + { + "id": "page-caret-up", + "label": "Page Caret Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e42a" + }, + { + "id": "pagelines", + "label": "Pagelines", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f18c" + }, + { + "id": "pager", + "label": "Pager", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f815" + }, + { + "id": "paintbrush", + "label": "Paintbrush", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1fc" + }, + { + "id": "paintbrush-fine", + "label": "Paintbrush Fine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5a9" + }, + { + "id": "paintbrush-pencil", + "label": "Paintbrush Pencil", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e206" + }, + { + "id": "paint-roller", + "label": "Paint Roller", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5aa" + }, + { + "id": "palette", + "label": "Palette", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f53f" + }, + { + "id": "palfed", + "label": "Palfed", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d8" + }, + { + "id": "pallet", + "label": "Pallet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f482" + }, + { + "id": "pallet-box", + "label": "Pallet Box", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e208" + }, + { + "id": "pallet-boxes", + "label": "Pallet Boxes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f483" + }, + { + "id": "pancakes", + "label": "Pancakes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e42d" + }, + { + "id": "panel-ews", + "label": "Panel Ews", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e42e" + }, + { + "id": "panel-fire", + "label": "Panel Fire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e42f" + }, + { + "id": "pan-food", + "label": "Pan Food", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e42b" + }, + { + "id": "pan-frying", + "label": "Pan Frying", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e42c" + }, + { + "id": "panorama", + "label": "Panorama", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e209" + }, + { + "id": "paperclip", + "label": "Paperclip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c6" + }, + { + "id": "paperclip-vertical", + "label": "Paperclip Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c2" + }, + { + "id": "paper-plane", + "label": "Paper Plane", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1d8" + }, + { + "id": "paper-plane-top", + "label": "Paper Plane Top", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e20a" + }, + { + "id": "parachute-box", + "label": "Parachute Box", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4cd" + }, + { + "id": "paragraph", + "label": "Paragraph", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1dd" + }, + { + "id": "paragraph-left", + "label": "Paragraph Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f878" + }, + { + "id": "party-bell", + "label": "Party Bell", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e31a" + }, + { + "id": "party-horn", + "label": "Party Horn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e31b" + }, + { + "id": "passport", + "label": "Passport", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ab" + }, + { + "id": "paste", + "label": "Paste", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ea" + }, + { + "id": "patreon", + "label": "Patreon", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3d9" + }, + { + "id": "pause", + "label": "Pause", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f04c" + }, + { + "id": "paw", + "label": "Paw", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1b0" + }, + { + "id": "paw-claws", + "label": "Paw Claws", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f702" + }, + { + "id": "paw-simple", + "label": "Paw Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f701" + }, + { + "id": "paypal", + "label": "Paypal", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1ed" + }, + { + "id": "peace", + "label": "Peace", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f67c" + }, + { + "id": "peach", + "label": "Peach", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e20b" + }, + { + "id": "peanut", + "label": "Peanut", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e430" + }, + { + "id": "peanuts", + "label": "Peanuts", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e431" + }, + { + "id": "peapod", + "label": "Peapod", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e31c" + }, + { + "id": "pear", + "label": "Pear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e20c" + }, + { + "id": "pedestal", + "label": "Pedestal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e20d" + }, + { + "id": "pegasus", + "label": "Pegasus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f703" + }, + { + "id": "pen", + "label": "Pen", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f304" + }, + { + "id": "pencil", + "label": "Pencil", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f303" + }, + { + "id": "pencil-mechanical", + "label": "Pencil Mechanical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5ca" + }, + { + "id": "pencil-slash", + "label": "Pencil Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e215" + }, + { + "id": "pen-circle", + "label": "Pen Circle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e20e" + }, + { + "id": "pen-clip", + "label": "Pen Clip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f305" + }, + { + "id": "pen-clip-slash", + "label": "Pen Clip Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e20f" + }, + { + "id": "pen-fancy", + "label": "Pen Fancy", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ac" + }, + { + "id": "pen-fancy-slash", + "label": "Pen Fancy Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e210" + }, + { + "id": "pen-field", + "label": "Pen Field", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e211" + }, + { + "id": "pen-line", + "label": "Pen Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e212" + }, + { + "id": "pen-nib", + "label": "Pen Nib", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ad" + }, + { + "id": "pen-nib-slash", + "label": "Pen Nib Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a1" + }, + { + "id": "pen-paintbrush", + "label": "Pen Paintbrush", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f618" + }, + { + "id": "pen-ruler", + "label": "Pen Ruler", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ae" + }, + { + "id": "pen-slash", + "label": "Pen Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e213" + }, + { + "id": "pen-swirl", + "label": "Pen Swirl", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e214" + }, + { + "id": "pen-to-square", + "label": "Pen To Square", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f044" + }, + { + "id": "people", + "label": "People", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e216" + }, + { + "id": "people-arrows", + "label": "People Arrows", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e068" + }, + { + "id": "people-carry-box", + "label": "People Carry Box", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4ce" + }, + { + "id": "people-dress", + "label": "People Dress", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e217" + }, + { + "id": "people-dress-simple", + "label": "People Dress Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e218" + }, + { + "id": "people-group", + "label": "People Group", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e533" + }, + { + "id": "people-line", + "label": "People Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e534" + }, + { + "id": "people-pants", + "label": "People Pants", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e219" + }, + { + "id": "people-pants-simple", + "label": "People Pants Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e21a" + }, + { + "id": "people-pulling", + "label": "People Pulling", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e535" + }, + { + "id": "people-robbery", + "label": "People Robbery", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e536" + }, + { + "id": "people-roof", + "label": "People Roof", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e537" + }, + { + "id": "people-simple", + "label": "People Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e21b" + }, + { + "id": "pepper", + "label": "Pepper", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e432" + }, + { + "id": "pepper-hot", + "label": "Pepper Hot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f816" + }, + { + "id": "perbyte", + "label": "PerByte", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e083" + }, + { + "id": "percent", + "label": "Percent", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "25" + }, + { + "id": "period", + "label": "Period", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "2e" + }, + { + "id": "periscope", + "label": "Periscope", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3da" + }, + { + "id": "person", + "label": "Person", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f183" + }, + { + "id": "person-arrow-down-to-line", + "label": "Person Arrow Down To Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e538" + }, + { + "id": "person-arrow-up-from-line", + "label": "Person Arrow Up From Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e539" + }, + { + "id": "person-biking", + "label": "Person Biking", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f84a" + }, + { + "id": "person-biking-mountain", + "label": "Person Biking Mountain", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f84b" + }, + { + "id": "person-booth", + "label": "Person Booth", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f756" + }, + { + "id": "person-breastfeeding", + "label": "Person Breastfeeding", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e53a" + }, + { + "id": "person-burst", + "label": "Person Burst", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e53b" + }, + { + "id": "person-cane", + "label": "Person Cane", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e53c" + }, + { + "id": "person-carry-box", + "label": "Person Carry Box", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4cf" + }, + { + "id": "person-chalkboard", + "label": "Person Chalkboard", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e53d" + }, + { + "id": "person-circle-check", + "label": "Person Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e53e" + }, + { + "id": "person-circle-exclamation", + "label": "Person Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e53f" + }, + { + "id": "person-circle-minus", + "label": "Person Circle Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e540" + }, + { + "id": "person-circle-plus", + "label": "Person Circle Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e541" + }, + { + "id": "person-circle-question", + "label": "Person Circle Question", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e542" + }, + { + "id": "person-circle-xmark", + "label": "Person Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e543" + }, + { + "id": "person-digging", + "label": "Person Digging", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f85e" + }, + { + "id": "person-dolly", + "label": "Person Dolly", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d0" + }, + { + "id": "person-dolly-empty", + "label": "Person Dolly Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d1" + }, + { + "id": "person-dots-from-line", + "label": "Person Dots From Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f470" + }, + { + "id": "person-dress", + "label": "Person Dress", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f182" + }, + { + "id": "person-dress-burst", + "label": "Person Dress Burst", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e544" + }, + { + "id": "person-dress-fairy", + "label": "Person Dress Fairy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e607" + }, + { + "id": "person-dress-simple", + "label": "Person Dress Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e21c" + }, + { + "id": "person-drowning", + "label": "Person Drowning", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e545" + }, + { + "id": "person-fairy", + "label": "Person Fairy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e608" + }, + { + "id": "person-falling", + "label": "Person Falling", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e546" + }, + { + "id": "person-falling-burst", + "label": "Person Falling Burst", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e547" + }, + { + "id": "person-from-portal", + "label": "Person From Portal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e023" + }, + { + "id": "person-half-dress", + "label": "Person Half Dress", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e548" + }, + { + "id": "person-harassing", + "label": "Person Harassing", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e549" + }, + { + "id": "person-hiking", + "label": "Person Hiking", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ec" + }, + { + "id": "person-military-pointing", + "label": "Person Military Pointing", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e54a" + }, + { + "id": "person-military-rifle", + "label": "Person Military Rifle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e54b" + }, + { + "id": "person-military-to-person", + "label": "Person Military To Person", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e54c" + }, + { + "id": "person-pinball", + "label": "Person Pinball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e21d" + }, + { + "id": "person-praying", + "label": "Person Praying", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f683" + }, + { + "id": "person-pregnant", + "label": "Person Pregnant", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e31e" + }, + { + "id": "person-rays", + "label": "Person Rays", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e54d" + }, + { + "id": "person-rifle", + "label": "Person Rifle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e54e" + }, + { + "id": "person-running", + "label": "Person Running", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f70c" + }, + { + "id": "person-running-fast", + "label": "Person Running Fast", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5ff" + }, + { + "id": "person-seat", + "label": "Person Seat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e21e" + }, + { + "id": "person-seat-reclined", + "label": "Person Seat Reclined", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e21f" + }, + { + "id": "person-shelter", + "label": "Person Shelter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e54f" + }, + { + "id": "person-sign", + "label": "Person Sign", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f757" + }, + { + "id": "person-simple", + "label": "Person Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e220" + }, + { + "id": "person-skating", + "label": "Person Skating", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c5" + }, + { + "id": "person-skiing", + "label": "Person Skiing", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c9" + }, + { + "id": "person-skiing-nordic", + "label": "Person Skiing Nordic", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ca" + }, + { + "id": "person-ski-jumping", + "label": "Person Ski Jumping", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c7" + }, + { + "id": "person-ski-lift", + "label": "Person Ski Lift", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c8" + }, + { + "id": "person-sledding", + "label": "Person Sledding", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7cb" + }, + { + "id": "person-snowboarding", + "label": "Person Snowboarding", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7ce" + }, + { + "id": "person-snowmobiling", + "label": "Person Snowmobiling", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7d1" + }, + { + "id": "person-swimming", + "label": "Person Swimming", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c4" + }, + { + "id": "person-through-window", + "label": "Person Through Window", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5a9" + }, + { + "id": "person-to-door", + "label": "Person To Door", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e433" + }, + { + "id": "person-to-portal", + "label": "Person To Portal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e022" + }, + { + "id": "person-walking", + "label": "Person Walking", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f554" + }, + { + "id": "person-walking-arrow-loop-left", + "label": "Person Walking Arrow Loop Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e551" + }, + { + "id": "person-walking-arrow-right", + "label": "Person Walking Arrow Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e552" + }, + { + "id": "person-walking-dashed-line-arrow-right", + "label": "Person Walking Dashed Line Arrow Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e553" + }, + { + "id": "person-walking-luggage", + "label": "Person Walking Luggage", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e554" + }, + { + "id": "person-walking-with-cane", + "label": "Person Walking With Cane", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f29d" + }, + { + "id": "peseta-sign", + "label": "Peseta Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e221" + }, + { + "id": "peso-sign", + "label": "Peso Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e222" + }, + { + "id": "phabricator", + "label": "Phabricator", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3db" + }, + { + "id": "phoenix-framework", + "label": "Phoenix Framework", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3dc" + }, + { + "id": "phoenix-squadron", + "label": "Phoenix Squadron", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f511" + }, + { + "id": "phone", + "label": "Phone", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f095" + }, + { + "id": "phone-arrow-down-left", + "label": "Phone Arrow Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e223" + }, + { + "id": "phone-arrow-right", + "label": "Phone Arrow Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5be" + }, + { + "id": "phone-arrow-up-right", + "label": "Phone Arrow Up Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e224" + }, + { + "id": "phone-flip", + "label": "Phone Flip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f879" + }, + { + "id": "phone-hangup", + "label": "Phone Hangup", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e225" + }, + { + "id": "phone-intercom", + "label": "Phone Intercom", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e434" + }, + { + "id": "phone-missed", + "label": "Phone Missed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e226" + }, + { + "id": "phone-office", + "label": "Phone Office", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f67d" + }, + { + "id": "phone-plus", + "label": "Phone Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d2" + }, + { + "id": "phone-rotary", + "label": "Phone Rotary", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d3" + }, + { + "id": "phone-slash", + "label": "Phone Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3dd" + }, + { + "id": "phone-volume", + "label": "Phone Volume", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2a0" + }, + { + "id": "phone-xmark", + "label": "Phone Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e227" + }, + { + "id": "photo-film", + "label": "Photo Film", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f87c" + }, + { + "id": "photo-film-music", + "label": "Photo Film Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e228" + }, + { + "id": "php", + "label": "PHP", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f457" + }, + { + "id": "pi", + "label": "Pi", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f67e" + }, + { + "id": "piano", + "label": "Piano", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d4" + }, + { + "id": "piano-keyboard", + "label": "Piano Keyboard", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d5" + }, + { + "id": "pickaxe", + "label": "Pickaxe", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5bf" + }, + { + "id": "pickleball", + "label": "Pickleball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e435" + }, + { + "id": "pie", + "label": "Pie", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f705" + }, + { + "id": "pied-piper", + "label": "Pied Piper Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2ae" + }, + { + "id": "pied-piper-alt", + "label": "Alternate Pied Piper Logo (Old)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a8" + }, + { + "id": "pied-piper-hat", + "label": "Pied Piper Hat (Old)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4e5" + }, + { + "id": "pied-piper-pp", + "label": "Pied Piper PP Logo (Old)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a7" + }, + { + "id": "pig", + "label": "Pig", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f706" + }, + { + "id": "piggy-bank", + "label": "Piggy Bank", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d3" + }, + { + "id": "pills", + "label": "Pills", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f484" + }, + { + "id": "pinata", + "label": "Pinata", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c3" + }, + { + "id": "pinball", + "label": "Pinball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e229" + }, + { + "id": "pineapple", + "label": "Pineapple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e31f" + }, + { + "id": "pinterest", + "label": "Pinterest", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f0d2" + }, + { + "id": "pinterest-p", + "label": "Pinterest P", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f231" + }, + { + "id": "pipe", + "label": "Pipe", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "7c" + }, + { + "id": "pipe-circle-check", + "label": "Pipe Circle Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e436" + }, + { + "id": "pipe-collar", + "label": "Pipe Collar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e437" + }, + { + "id": "pipe-section", + "label": "Pipe Section", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e438" + }, + { + "id": "pipe-smoking", + "label": "Pipe Smoking", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c4" + }, + { + "id": "pipe-valve", + "label": "Pipe Valve", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e439" + }, + { + "id": "pix", + "label": "Pix", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e43a" + }, + { + "id": "pixiv", + "label": "Pixiv", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e640" + }, + { + "id": "pizza", + "label": "Pizza", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f817" + }, + { + "id": "pizza-slice", + "label": "Pizza Slice", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f818" + }, + { + "id": "place-of-worship", + "label": "Place Of Worship", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f67f" + }, + { + "id": "plane", + "label": "Plane", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f072" + }, + { + "id": "plane-arrival", + "label": "Plane Arrival", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5af" + }, + { + "id": "plane-circle-check", + "label": "Plane Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e555" + }, + { + "id": "plane-circle-exclamation", + "label": "Plane Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e556" + }, + { + "id": "plane-circle-xmark", + "label": "Plane Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e557" + }, + { + "id": "plane-departure", + "label": "Plane Departure", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5b0" + }, + { + "id": "plane-engines", + "label": "Plane Engines", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3de" + }, + { + "id": "plane-lock", + "label": "Plane Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e558" + }, + { + "id": "plane-prop", + "label": "Plane Prop", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e22b" + }, + { + "id": "plane-slash", + "label": "Plane Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e069" + }, + { + "id": "plane-tail", + "label": "Plane Tail", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e22c" + }, + { + "id": "planet-moon", + "label": "Planet Moon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e01f" + }, + { + "id": "planet-ringed", + "label": "Planet Ringed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e020" + }, + { + "id": "plane-up", + "label": "Plane Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e22d" + }, + { + "id": "plane-up-slash", + "label": "Plane Up Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e22e" + }, + { + "id": "plant-wilt", + "label": "Plant Wilt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5aa" + }, + { + "id": "plate-utensils", + "label": "Plate Utensils", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e43b" + }, + { + "id": "plate-wheat", + "label": "Plate Wheat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e55a" + }, + { + "id": "play", + "label": "Play", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f04b" + }, + { + "id": "play-pause", + "label": "Play Pause", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e22f" + }, + { + "id": "playstation", + "label": "PlayStation", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3df" + }, + { + "id": "plug", + "label": "Plug", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1e6" + }, + { + "id": "plug-circle-bolt", + "label": "Plug Circle Bolt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e55b" + }, + { + "id": "plug-circle-check", + "label": "Plug Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e55c" + }, + { + "id": "plug-circle-exclamation", + "label": "Plug Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e55d" + }, + { + "id": "plug-circle-minus", + "label": "Plug Circle Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e55e" + }, + { + "id": "plug-circle-plus", + "label": "Plug Circle Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e55f" + }, + { + "id": "plug-circle-xmark", + "label": "Plug Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e560" + }, + { + "id": "plus", + "label": "Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "2b" + }, + { + "id": "plus-large", + "label": "Plus Large", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e59e" + }, + { + "id": "plus-minus", + "label": "Plus Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e43c" + }, + { + "id": "podcast", + "label": "Podcast", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2ce" + }, + { + "id": "podium", + "label": "Podium", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f680" + }, + { + "id": "podium-star", + "label": "Podium Star", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f758" + }, + { + "id": "police-box", + "label": "Police Box", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e021" + }, + { + "id": "poll-people", + "label": "Poll People", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f759" + }, + { + "id": "pompebled", + "label": "Pompebled", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e43d" + }, + { + "id": "poo", + "label": "Poo", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2fe" + }, + { + "id": "pool-8-ball", + "label": "Pool 8 Ball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c5" + }, + { + "id": "poop", + "label": "Poop", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f619" + }, + { + "id": "poo-storm", + "label": "Poo Storm", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f75a" + }, + { + "id": "popcorn", + "label": "Popcorn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f819" + }, + { + "id": "popsicle", + "label": "Popsicle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e43e" + }, + { + "id": "potato", + "label": "Potato", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e440" + }, + { + "id": "pot-food", + "label": "Pot Food", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e43f" + }, + { + "id": "power-off", + "label": "Power Off", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f011" + }, + { + "id": "prescription", + "label": "Prescription", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5b1" + }, + { + "id": "prescription-bottle", + "label": "Prescription Bottle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f485" + }, + { + "id": "prescription-bottle-medical", + "label": "Prescription Bottle Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f486" + }, + { + "id": "prescription-bottle-pill", + "label": "Prescription Bottle Pill", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5c0" + }, + { + "id": "presentation-screen", + "label": "Presentation Screen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f685" + }, + { + "id": "pretzel", + "label": "Pretzel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e441" + }, + { + "id": "print", + "label": "Print", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f02f" + }, + { + "id": "print-magnifying-glass", + "label": "Print Magnifying Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f81a" + }, + { + "id": "print-slash", + "label": "Print Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f686" + }, + { + "id": "product-hunt", + "label": "Product Hunt", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f288" + }, + { + "id": "projector", + "label": "Projector", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d6" + }, + { + "id": "pump", + "label": "Pump", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e442" + }, + { + "id": "pumpkin", + "label": "Pumpkin", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f707" + }, + { + "id": "pump-medical", + "label": "Pump Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e06a" + }, + { + "id": "pump-soap", + "label": "Pump Soap", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e06b" + }, + { + "id": "pushed", + "label": "Pushed", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3e1" + }, + { + "id": "puzzle", + "label": "Puzzle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e443" + }, + { + "id": "puzzle-piece", + "label": "Puzzle Piece", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f12e" + }, + { + "id": "puzzle-piece-simple", + "label": "Puzzle Piece Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e231" + }, + { + "id": "python", + "label": "Python", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3e2" + }, + { + "id": "q", + "label": "Q", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "51" + }, + { + "id": "qq", + "label": "QQ", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1d6" + }, + { + "id": "qrcode", + "label": "Qrcode", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f029" + }, + { + "id": "question", + "label": "Question", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "3f" + }, + { + "id": "quinscape", + "label": "QuinScape", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f459" + }, + { + "id": "quora", + "label": "Quora", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2c4" + }, + { + "id": "quote-left", + "label": "Quote Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f10d" + }, + { + "id": "quote-right", + "label": "Quote Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f10e" + }, + { + "id": "quotes", + "label": "Quotes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e234" + }, + { + "id": "r", + "label": "R", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "52" + }, + { + "id": "rabbit", + "label": "Rabbit", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f708" + }, + { + "id": "rabbit-running", + "label": "Rabbit Running", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f709" + }, + { + "id": "raccoon", + "label": "Raccoon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e613" + }, + { + "id": "racquet", + "label": "Racquet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f45a" + }, + { + "id": "radar", + "label": "Radar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e024" + }, + { + "id": "radiation", + "label": "Radiation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7b9" + }, + { + "id": "radio", + "label": "Radio", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d7" + }, + { + "id": "radio-tuner", + "label": "Radio Tuner", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d8" + }, + { + "id": "rainbow", + "label": "Rainbow", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f75b" + }, + { + "id": "raindrops", + "label": "Raindrops", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f75c" + }, + { + "id": "ram", + "label": "Ram", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f70a" + }, + { + "id": "ramp-loading", + "label": "Ramp Loading", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d4" + }, + { + "id": "ranking-star", + "label": "Ranking Star", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e561" + }, + { + "id": "raspberry-pi", + "label": "Raspberry Pi", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7bb" + }, + { + "id": "ravelry", + "label": "Ravelry", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2d9" + }, + { + "id": "raygun", + "label": "Raygun", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e025" + }, + { + "id": "react", + "label": "React", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f41b" + }, + { + "id": "reacteurope", + "label": "ReactEurope", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f75d" + }, + { + "id": "readme", + "label": "ReadMe", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4d5" + }, + { + "id": "rebel", + "label": "Rebel Alliance", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1d0" + }, + { + "id": "receipt", + "label": "Receipt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f543" + }, + { + "id": "record-vinyl", + "label": "Record Vinyl", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8d9" + }, + { + "id": "rectangle", + "label": "Rectangle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2fa" + }, + { + "id": "rectangle-ad", + "label": "Rectangle Ad", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f641" + }, + { + "id": "rectangle-barcode", + "label": "Rectangle Barcode", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f463" + }, + { + "id": "rectangle-code", + "label": "Rectangle Code", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e322" + }, + { + "id": "rectangle-history", + "label": "Rectangle History", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a2" + }, + { + "id": "rectangle-history-circle-plus", + "label": "Rectangle History Circle Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a3" + }, + { + "id": "rectangle-history-circle-user", + "label": "Rectangle History Circle User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a4" + }, + { + "id": "rectangle-list", + "label": "Rectangle List", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f022" + }, + { + "id": "rectangle-pro", + "label": "Rectangle Pro", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e235" + }, + { + "id": "rectangles-mixed", + "label": "Rectangles Mixed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e323" + }, + { + "id": "rectangle-terminal", + "label": "Rectangle Terminal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e236" + }, + { + "id": "rectangle-vertical", + "label": "Rectangle Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2fb" + }, + { + "id": "rectangle-vertical-history", + "label": "Rectangle Vertical History", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e237" + }, + { + "id": "rectangle-wide", + "label": "Rectangle Wide", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2fc" + }, + { + "id": "rectangle-xmark", + "label": "Rectangle Xmark", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f410" + }, + { + "id": "recycle", + "label": "Recycle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1b8" + }, + { + "id": "reddit", + "label": "Reddit", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a1" + }, + { + "id": "reddit-alien", + "label": "Reddit Alien", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f281" + }, + { + "id": "redhat", + "label": "Redhat", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7bc" + }, + { + "id": "red-river", + "label": "red river", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3e3" + }, + { + "id": "reel", + "label": "Reel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e238" + }, + { + "id": "reflect-both", + "label": "Reflect Both", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e66f" + }, + { + "id": "reflect-horizontal", + "label": "Reflect Horizontal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e664" + }, + { + "id": "reflect-vertical", + "label": "Reflect Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e665" + }, + { + "id": "refrigerator", + "label": "Refrigerator", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e026" + }, + { + "id": "registered", + "label": "Registered", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f25d" + }, + { + "id": "renren", + "label": "Renren", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f18b" + }, + { + "id": "repeat", + "label": "Repeat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f363" + }, + { + "id": "repeat-1", + "label": "Repeat 1", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f365" + }, + { + "id": "reply", + "label": "Reply", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3e5" + }, + { + "id": "reply-all", + "label": "Reply All", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f122" + }, + { + "id": "reply-clock", + "label": "Reply Clock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e239" + }, + { + "id": "replyd", + "label": "replyd", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3e6" + }, + { + "id": "republican", + "label": "Republican", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f75e" + }, + { + "id": "researchgate", + "label": "Researchgate", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f8" + }, + { + "id": "resolving", + "label": "Resolving", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3e7" + }, + { + "id": "restroom", + "label": "Restroom", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7bd" + }, + { + "id": "restroom-simple", + "label": "Restroom Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e23a" + }, + { + "id": "retweet", + "label": "Retweet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f079" + }, + { + "id": "rev", + "label": "Rev.io", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5b2" + }, + { + "id": "rhombus", + "label": "Rhombus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e23b" + }, + { + "id": "ribbon", + "label": "Ribbon", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d6" + }, + { + "id": "right", + "label": "Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f356" + }, + { + "id": "right-from-bracket", + "label": "Right From Bracket", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f5" + }, + { + "id": "right-from-line", + "label": "Right From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f347" + }, + { + "id": "right-left", + "label": "Right Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f362" + }, + { + "id": "right-left-large", + "label": "Right Left Large", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5e1" + }, + { + "id": "right-long", + "label": "Right Long", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f30b" + }, + { + "id": "right-long-to-line", + "label": "Right Long To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e444" + }, + { + "id": "right-to-bracket", + "label": "Right To Bracket", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f6" + }, + { + "id": "right-to-line", + "label": "Right To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f34c" + }, + { + "id": "ring", + "label": "Ring", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f70b" + }, + { + "id": "ring-diamond", + "label": "Ring Diamond", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5ab" + }, + { + "id": "rings-wedding", + "label": "Rings Wedding", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f81b" + }, + { + "id": "road", + "label": "Road", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f018" + }, + { + "id": "road-barrier", + "label": "Road Barrier", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e562" + }, + { + "id": "road-bridge", + "label": "Road Bridge", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e563" + }, + { + "id": "road-circle-check", + "label": "Road Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e564" + }, + { + "id": "road-circle-exclamation", + "label": "Road Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e565" + }, + { + "id": "road-circle-xmark", + "label": "Road Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e566" + }, + { + "id": "road-lock", + "label": "Road Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e567" + }, + { + "id": "road-spikes", + "label": "Road Spikes", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e568" + }, + { + "id": "robot", + "label": "Robot", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f544" + }, + { + "id": "robot-astromech", + "label": "Robot Astromech", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2d2" + }, + { + "id": "rocket", + "label": "Rocket", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f135" + }, + { + "id": "rocketchat", + "label": "Rocket.Chat", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3e8" + }, + { + "id": "rocket-launch", + "label": "Rocket Launch", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e027" + }, + { + "id": "rockrms", + "label": "Rockrms", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3e9" + }, + { + "id": "roller-coaster", + "label": "Roller Coaster", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e324" + }, + { + "id": "rotate", + "label": "Rotate", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f1" + }, + { + "id": "rotate-exclamation", + "label": "Rotate Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e23c" + }, + { + "id": "rotate-left", + "label": "Rotate Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2ea" + }, + { + "id": "rotate-reverse", + "label": "Rotate Reverse", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e631" + }, + { + "id": "rotate-right", + "label": "Rotate Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f9" + }, + { + "id": "route", + "label": "Route", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d7" + }, + { + "id": "route-highway", + "label": "Route Highway", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f61a" + }, + { + "id": "route-interstate", + "label": "Route Interstate", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f61b" + }, + { + "id": "router", + "label": "Router", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8da" + }, + { + "id": "r-project", + "label": "R Project", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f7" + }, + { + "id": "rss", + "label": "Rss", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f09e" + }, + { + "id": "ruble-sign", + "label": "Ruble Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f158" + }, + { + "id": "rug", + "label": "Rug", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e569" + }, + { + "id": "rugby-ball", + "label": "Rugby Ball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c6" + }, + { + "id": "ruler", + "label": "Ruler", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f545" + }, + { + "id": "ruler-combined", + "label": "Ruler Combined", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f546" + }, + { + "id": "ruler-horizontal", + "label": "Ruler Horizontal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f547" + }, + { + "id": "ruler-triangle", + "label": "Ruler Triangle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f61c" + }, + { + "id": "ruler-vertical", + "label": "Ruler Vertical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f548" + }, + { + "id": "rupee-sign", + "label": "Rupee Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f156" + }, + { + "id": "rupiah-sign", + "label": "Rupiah Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e23d" + }, + { + "id": "rust", + "label": "Rust", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e07a" + }, + { + "id": "rv", + "label": "Rv", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7be" + }, + { + "id": "s", + "label": "S", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "53" + }, + { + "id": "sack", + "label": "Sack", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f81c" + }, + { + "id": "sack-dollar", + "label": "Sack Dollar", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f81d" + }, + { + "id": "sack-xmark", + "label": "Sack Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e56a" + }, + { + "id": "safari", + "label": "Safari", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f267" + }, + { + "id": "sailboat", + "label": "Sailboat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e445" + }, + { + "id": "salad", + "label": "Salad", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f81e" + }, + { + "id": "salesforce", + "label": "Salesforce", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f83b" + }, + { + "id": "salt-shaker", + "label": "Salt Shaker", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e446" + }, + { + "id": "sandwich", + "label": "Sandwich", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f81f" + }, + { + "id": "sass", + "label": "Sass", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f41e" + }, + { + "id": "satellite", + "label": "Satellite", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7bf" + }, + { + "id": "satellite-dish", + "label": "Satellite Dish", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c0" + }, + { + "id": "sausage", + "label": "Sausage", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f820" + }, + { + "id": "saxophone", + "label": "Saxophone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8dc" + }, + { + "id": "saxophone-fire", + "label": "Saxophone Fire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8db" + }, + { + "id": "scale-balanced", + "label": "Scale Balanced", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f24e" + }, + { + "id": "scale-unbalanced", + "label": "Scale Unbalanced", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f515" + }, + { + "id": "scale-unbalanced-flip", + "label": "Scale Unbalanced Flip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f516" + }, + { + "id": "scalpel", + "label": "Scalpel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f61d" + }, + { + "id": "scalpel-line-dashed", + "label": "Scalpel Line Dashed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f61e" + }, + { + "id": "scanner-gun", + "label": "Scanner Gun", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f488" + }, + { + "id": "scanner-image", + "label": "Scanner Image", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f3" + }, + { + "id": "scanner-keyboard", + "label": "Scanner Keyboard", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f489" + }, + { + "id": "scanner-touchscreen", + "label": "Scanner Touchscreen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f48a" + }, + { + "id": "scarecrow", + "label": "Scarecrow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f70d" + }, + { + "id": "scarf", + "label": "Scarf", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c1" + }, + { + "id": "schlix", + "label": "SCHLIX", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ea" + }, + { + "id": "school", + "label": "School", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f549" + }, + { + "id": "school-circle-check", + "label": "School Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e56b" + }, + { + "id": "school-circle-exclamation", + "label": "School Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e56c" + }, + { + "id": "school-circle-xmark", + "label": "School Circle Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e56d" + }, + { + "id": "school-flag", + "label": "School Flag", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e56e" + }, + { + "id": "school-lock", + "label": "School Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e56f" + }, + { + "id": "scissors", + "label": "Scissors", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c4" + }, + { + "id": "screencast", + "label": "Screencast", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e23e" + }, + { + "id": "screenpal", + "label": "Screenpal", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e570" + }, + { + "id": "screen-users", + "label": "Screen Users", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f63d" + }, + { + "id": "screwdriver", + "label": "Screwdriver", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f54a" + }, + { + "id": "screwdriver-wrench", + "label": "Screwdriver Wrench", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7d9" + }, + { + "id": "scribble", + "label": "Scribble", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e23f" + }, + { + "id": "scribd", + "label": "Scribd", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f28a" + }, + { + "id": "scroll", + "label": "Scroll", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f70e" + }, + { + "id": "scroll-old", + "label": "Scroll Old", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f70f" + }, + { + "id": "scroll-torah", + "label": "Scroll Torah", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a0" + }, + { + "id": "scrubber", + "label": "Scrubber", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f8" + }, + { + "id": "scythe", + "label": "Scythe", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f710" + }, + { + "id": "sd-card", + "label": "Sd Card", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c2" + }, + { + "id": "sd-cards", + "label": "Sd Cards", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e240" + }, + { + "id": "seal", + "label": "Seal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e241" + }, + { + "id": "seal-exclamation", + "label": "Seal Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e242" + }, + { + "id": "seal-question", + "label": "Seal Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e243" + }, + { + "id": "searchengin", + "label": "Searchengin", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3eb" + }, + { + "id": "seat-airline", + "label": "Seat Airline", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e244" + }, + { + "id": "section", + "label": "Section", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e447" + }, + { + "id": "seedling", + "label": "Seedling", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d8" + }, + { + "id": "sellcast", + "label": "Sellcast", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2da" + }, + { + "id": "sellsy", + "label": "Sellsy", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f213" + }, + { + "id": "semicolon", + "label": "Semicolon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "3b" + }, + { + "id": "send-back", + "label": "Send Back", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f87e" + }, + { + "id": "send-backward", + "label": "Send Backward", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f87f" + }, + { + "id": "sensor", + "label": "Sensor", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e028" + }, + { + "id": "sensor-cloud", + "label": "Sensor Cloud", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e02c" + }, + { + "id": "sensor-fire", + "label": "Sensor Fire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e02a" + }, + { + "id": "sensor-on", + "label": "Sensor On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e02b" + }, + { + "id": "sensor-triangle-exclamation", + "label": "Sensor Triangle Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e029" + }, + { + "id": "server", + "label": "Server", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f233" + }, + { + "id": "servicestack", + "label": "Servicestack", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ec" + }, + { + "id": "shapes", + "label": "Shapes", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f61f" + }, + { + "id": "share", + "label": "Share", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f064" + }, + { + "id": "share-all", + "label": "Share All", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f367" + }, + { + "id": "share-from-square", + "label": "Share From Square", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f14d" + }, + { + "id": "share-nodes", + "label": "Share Nodes", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1e0" + }, + { + "id": "sheep", + "label": "Sheep", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f711" + }, + { + "id": "sheet-plastic", + "label": "Sheet Plastic", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e571" + }, + { + "id": "shekel-sign", + "label": "Shekel Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f20b" + }, + { + "id": "shelves", + "label": "Shelves", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f480" + }, + { + "id": "shelves-empty", + "label": "Shelves Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e246" + }, + { + "id": "shield", + "label": "Shield", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f132" + }, + { + "id": "shield-cat", + "label": "Shield Cat", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e572" + }, + { + "id": "shield-check", + "label": "Shield Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f7" + }, + { + "id": "shield-cross", + "label": "Shield Cross", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f712" + }, + { + "id": "shield-dog", + "label": "Shield Dog", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e573" + }, + { + "id": "shield-exclamation", + "label": "Shield Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e247" + }, + { + "id": "shield-halved", + "label": "Shield Halved", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3ed" + }, + { + "id": "shield-heart", + "label": "Shield Heart", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e574" + }, + { + "id": "shield-keyhole", + "label": "Shield Keyhole", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e248" + }, + { + "id": "shield-minus", + "label": "Shield Minus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e249" + }, + { + "id": "shield-plus", + "label": "Shield Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e24a" + }, + { + "id": "shield-quartered", + "label": "Shield Quartered", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e575" + }, + { + "id": "shield-slash", + "label": "Shield Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e24b" + }, + { + "id": "shield-virus", + "label": "Shield Virus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e06c" + }, + { + "id": "shield-xmark", + "label": "Shield Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e24c" + }, + { + "id": "ship", + "label": "Ship", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f21a" + }, + { + "id": "shirt", + "label": "Shirt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f553" + }, + { + "id": "shirt-long-sleeve", + "label": "Shirt Long Sleeve", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c7" + }, + { + "id": "shirt-running", + "label": "Shirt Running", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c8" + }, + { + "id": "shirtsinbulk", + "label": "Shirts in Bulk", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f214" + }, + { + "id": "shirt-tank-top", + "label": "Shirt Tank Top", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3c9" + }, + { + "id": "shish-kebab", + "label": "Shish Kebab", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f821" + }, + { + "id": "shoelace", + "label": "Shoelace", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e60c" + }, + { + "id": "shoe-prints", + "label": "Shoe Prints", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f54b" + }, + { + "id": "shop", + "label": "Shop", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f54f" + }, + { + "id": "shopify", + "label": "Shopify", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e057" + }, + { + "id": "shop-lock", + "label": "Shop Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a5" + }, + { + "id": "shop-slash", + "label": "Shop Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e070" + }, + { + "id": "shopware", + "label": "Shopware", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5b5" + }, + { + "id": "shovel", + "label": "Shovel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f713" + }, + { + "id": "shovel-snow", + "label": "Shovel Snow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c3" + }, + { + "id": "shower", + "label": "Shower", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2cc" + }, + { + "id": "shower-down", + "label": "Shower Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e24d" + }, + { + "id": "shredder", + "label": "Shredder", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f68a" + }, + { + "id": "shrimp", + "label": "Shrimp", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e448" + }, + { + "id": "shuffle", + "label": "Shuffle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f074" + }, + { + "id": "shutters", + "label": "Shutters", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e449" + }, + { + "id": "shuttlecock", + "label": "Shuttlecock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f45b" + }, + { + "id": "shuttle-space", + "label": "Shuttle Space", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f197" + }, + { + "id": "sickle", + "label": "Sickle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f822" + }, + { + "id": "sidebar", + "label": "Sidebar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e24e" + }, + { + "id": "sidebar-flip", + "label": "Sidebar Flip", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e24f" + }, + { + "id": "sigma", + "label": "Sigma", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f68b" + }, + { + "id": "signal", + "label": "Signal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f012" + }, + { + "id": "signal-bars", + "label": "Signal Bars", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f690" + }, + { + "id": "signal-bars-fair", + "label": "Signal Bars Fair", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f692" + }, + { + "id": "signal-bars-good", + "label": "Signal Bars Good", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f693" + }, + { + "id": "signal-bars-slash", + "label": "Signal Bars Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f694" + }, + { + "id": "signal-bars-weak", + "label": "Signal Bars Weak", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f691" + }, + { + "id": "signal-fair", + "label": "Signal Fair", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f68d" + }, + { + "id": "signal-good", + "label": "Signal Good", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f68e" + }, + { + "id": "signal-messenger", + "label": "Signal Messenger", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e663" + }, + { + "id": "signal-slash", + "label": "Signal Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f695" + }, + { + "id": "signal-stream", + "label": "Signal Stream", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8dd" + }, + { + "id": "signal-stream-slash", + "label": "Signal Stream Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e250" + }, + { + "id": "signal-strong", + "label": "Signal Strong", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f68f" + }, + { + "id": "signal-weak", + "label": "Signal Weak", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f68c" + }, + { + "id": "signature", + "label": "Signature", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5b7" + }, + { + "id": "signature-lock", + "label": "Signature Lock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ca" + }, + { + "id": "signature-slash", + "label": "Signature Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3cb" + }, + { + "id": "sign-hanging", + "label": "Sign Hanging", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4d9" + }, + { + "id": "sign-post", + "label": "Sign Post", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e624" + }, + { + "id": "sign-posts", + "label": "Sign Posts", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e625" + }, + { + "id": "sign-posts-wrench", + "label": "Sign Posts Wrench", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e626" + }, + { + "id": "signs-post", + "label": "Signs Post", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f277" + }, + { + "id": "sim-card", + "label": "Sim Card", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7c4" + }, + { + "id": "sim-cards", + "label": "Sim Cards", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e251" + }, + { + "id": "simplybuilt", + "label": "SimplyBuilt", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f215" + }, + { + "id": "sink", + "label": "Sink", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e06d" + }, + { + "id": "siren", + "label": "Siren", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e02d" + }, + { + "id": "siren-on", + "label": "Siren On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e02e" + }, + { + "id": "sistrix", + "label": "SISTRIX", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3ee" + }, + { + "id": "sitemap", + "label": "Sitemap", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0e8" + }, + { + "id": "sith", + "label": "Sith", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f512" + }, + { + "id": "sitrox", + "label": "Sitrox", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e44a" + }, + { + "id": "skeleton", + "label": "Skeleton", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f620" + }, + { + "id": "skeleton-ribs", + "label": "Skeleton Ribs", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5cb" + }, + { + "id": "sketch", + "label": "Sketch", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7c6" + }, + { + "id": "ski-boot", + "label": "Ski Boot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3cc" + }, + { + "id": "ski-boot-ski", + "label": "Ski Boot Ski", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3cd" + }, + { + "id": "skull", + "label": "Skull", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f54c" + }, + { + "id": "skull-cow", + "label": "Skull Cow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8de" + }, + { + "id": "skull-crossbones", + "label": "Skull Crossbones", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f714" + }, + { + "id": "skyatlas", + "label": "skyatlas", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f216" + }, + { + "id": "skype", + "label": "Skype", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f17e" + }, + { + "id": "slack", + "label": "Slack Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f198" + }, + { + "id": "slash", + "label": "Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f715" + }, + { + "id": "slash-back", + "label": "Slash Back", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "5c" + }, + { + "id": "slash-forward", + "label": "Slash Forward", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "2f" + }, + { + "id": "sleigh", + "label": "Sleigh", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7cc" + }, + { + "id": "slider", + "label": "Slider", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e252" + }, + { + "id": "sliders", + "label": "Sliders", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1de" + }, + { + "id": "sliders-simple", + "label": "Sliders Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e253" + }, + { + "id": "sliders-up", + "label": "Sliders Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3f1" + }, + { + "id": "slideshare", + "label": "Slideshare", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1e7" + }, + { + "id": "slot-machine", + "label": "Slot Machine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3ce" + }, + { + "id": "smog", + "label": "Smog", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f75f" + }, + { + "id": "smoke", + "label": "Smoke", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f760" + }, + { + "id": "smoking", + "label": "Smoking", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f48d" + }, + { + "id": "snake", + "label": "Snake", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f716" + }, + { + "id": "snapchat", + "label": "Snapchat", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2ab" + }, + { + "id": "snooze", + "label": "Snooze", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f880" + }, + { + "id": "snow-blowing", + "label": "Snow Blowing", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f761" + }, + { + "id": "snowflake", + "label": "Snowflake", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2dc" + }, + { + "id": "snowflake-droplets", + "label": "Snowflake Droplets", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5c1" + }, + { + "id": "snowflakes", + "label": "Snowflakes", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7cf" + }, + { + "id": "snowman", + "label": "Snowman", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7d0" + }, + { + "id": "snowman-head", + "label": "Snowman Head", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f79b" + }, + { + "id": "snowplow", + "label": "Snowplow", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7d2" + }, + { + "id": "soap", + "label": "Soap", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e06e" + }, + { + "id": "socks", + "label": "Socks", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f696" + }, + { + "id": "soft-serve", + "label": "Soft Serve", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e400" + }, + { + "id": "solar-panel", + "label": "Solar Panel", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ba" + }, + { + "id": "solar-system", + "label": "Solar System", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e02f" + }, + { + "id": "sort", + "label": "Sort", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0dc" + }, + { + "id": "sort-down", + "label": "Sort Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0dd" + }, + { + "id": "sort-up", + "label": "Sort Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0de" + }, + { + "id": "soundcloud", + "label": "Soundcloud", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1be" + }, + { + "id": "sourcetree", + "label": "Sourcetree", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7d3" + }, + { + "id": "spa", + "label": "Spa", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5bb" + }, + { + "id": "space-awesome", + "label": "Space Awesome", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e5ac" + }, + { + "id": "space-station-moon", + "label": "Space Station Moon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e033" + }, + { + "id": "space-station-moon-construction", + "label": "Space Station Moon Construction", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e034" + }, + { + "id": "spade", + "label": "Spade", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f4" + }, + { + "id": "spaghetti-monster-flying", + "label": "Spaghetti Monster Flying", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f67b" + }, + { + "id": "sparkle", + "label": "Sparkle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d6" + }, + { + "id": "sparkles", + "label": "Sparkles", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f890" + }, + { + "id": "speakap", + "label": "Speakap", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3f3" + }, + { + "id": "speaker", + "label": "Speaker", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8df" + }, + { + "id": "speaker-deck", + "label": "Speaker Deck", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f83c" + }, + { + "id": "speakers", + "label": "Speakers", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8e0" + }, + { + "id": "spell-check", + "label": "Spell Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f891" + }, + { + "id": "spider", + "label": "Spider", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f717" + }, + { + "id": "spider-black-widow", + "label": "Spider Black Widow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f718" + }, + { + "id": "spider-web", + "label": "Spider Web", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f719" + }, + { + "id": "spinner", + "label": "Spinner", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f110" + }, + { + "id": "spinner-scale", + "label": "Spinner Scale", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e62a" + }, + { + "id": "spinner-third", + "label": "Spinner Third", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3f4" + }, + { + "id": "split", + "label": "Split", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e254" + }, + { + "id": "splotch", + "label": "Splotch", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5bc" + }, + { + "id": "spoon", + "label": "Spoon", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e5" + }, + { + "id": "sportsball", + "label": "Sportsball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e44b" + }, + { + "id": "spotify", + "label": "Spotify", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1bc" + }, + { + "id": "spray-can", + "label": "Spray Can", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5bd" + }, + { + "id": "spray-can-sparkles", + "label": "Spray Can Sparkles", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5d0" + }, + { + "id": "sprinkler", + "label": "Sprinkler", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e035" + }, + { + "id": "sprinkler-ceiling", + "label": "Sprinkler Ceiling", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e44c" + }, + { + "id": "square", + "label": "Square", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c8" + }, + { + "id": "square-0", + "label": "Square 0", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e255" + }, + { + "id": "square-1", + "label": "Square 1", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e256" + }, + { + "id": "square-2", + "label": "Square 2", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e257" + }, + { + "id": "square-3", + "label": "Square 3", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e258" + }, + { + "id": "square-4", + "label": "Square 4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e259" + }, + { + "id": "square-5", + "label": "Square 5", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e25a" + }, + { + "id": "square-6", + "label": "Square 6", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e25b" + }, + { + "id": "square-7", + "label": "Square 7", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e25c" + }, + { + "id": "square-8", + "label": "Square 8", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e25d" + }, + { + "id": "square-9", + "label": "Square 9", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e25e" + }, + { + "id": "square-a", + "label": "Square A", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e25f" + }, + { + "id": "square-a-lock", + "label": "Square A Lock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e44d" + }, + { + "id": "square-ampersand", + "label": "Square Ampersand", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e260" + }, + { + "id": "square-arrow-down", + "label": "Square Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f339" + }, + { + "id": "square-arrow-down-left", + "label": "Square Arrow Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e261" + }, + { + "id": "square-arrow-down-right", + "label": "Square Arrow Down Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e262" + }, + { + "id": "square-arrow-left", + "label": "Square Arrow Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f33a" + }, + { + "id": "square-arrow-right", + "label": "Square Arrow Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f33b" + }, + { + "id": "square-arrow-up", + "label": "Square Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f33c" + }, + { + "id": "square-arrow-up-left", + "label": "Square Arrow Up Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e263" + }, + { + "id": "square-arrow-up-right", + "label": "Square Arrow Up Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f14c" + }, + { + "id": "square-b", + "label": "Square B", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e264" + }, + { + "id": "square-behance", + "label": "Square Behance", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1b5" + }, + { + "id": "square-binary", + "label": "Square Binary", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e69b" + }, + { + "id": "square-bluesky", + "label": "Square Bluesky", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e6a3" + }, + { + "id": "square-bolt", + "label": "Square Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e265" + }, + { + "id": "square-c", + "label": "Square C", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e266" + }, + { + "id": "square-caret-down", + "label": "Square Caret Down", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f150" + }, + { + "id": "square-caret-left", + "label": "Square Caret Left", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f191" + }, + { + "id": "square-caret-right", + "label": "Square Caret Right", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f152" + }, + { + "id": "square-caret-up", + "label": "Square Caret Up", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f151" + }, + { + "id": "square-check", + "label": "Square Check", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f14a" + }, + { + "id": "square-chevron-down", + "label": "Square Chevron Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f329" + }, + { + "id": "square-chevron-left", + "label": "Square Chevron Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f32a" + }, + { + "id": "square-chevron-right", + "label": "Square Chevron Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f32b" + }, + { + "id": "square-chevron-up", + "label": "Square Chevron Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f32c" + }, + { + "id": "square-code", + "label": "Square Code", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e267" + }, + { + "id": "square-d", + "label": "Square D", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e268" + }, + { + "id": "square-dashed", + "label": "Square Dashed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e269" + }, + { + "id": "square-dashed-circle-plus", + "label": "Square Dashed Circle Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5c2" + }, + { + "id": "square-divide", + "label": "Square Divide", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e26a" + }, + { + "id": "square-dollar", + "label": "Square Dollar", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e9" + }, + { + "id": "square-down", + "label": "Square Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f350" + }, + { + "id": "square-down-left", + "label": "Square Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e26b" + }, + { + "id": "square-down-right", + "label": "Square Down Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e26c" + }, + { + "id": "square-dribbble", + "label": "Square Dribbble", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f397" + }, + { + "id": "square-e", + "label": "Square E", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e26d" + }, + { + "id": "square-ellipsis", + "label": "Square Ellipsis", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e26e" + }, + { + "id": "square-ellipsis-vertical", + "label": "Square Ellipsis Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e26f" + }, + { + "id": "square-envelope", + "label": "Square Envelope", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f199" + }, + { + "id": "square-exclamation", + "label": "Square Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f321" + }, + { + "id": "square-f", + "label": "Square F", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e270" + }, + { + "id": "square-facebook", + "label": "Square Facebook", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f082" + }, + { + "id": "square-font-awesome", + "label": "Square Font Awesome", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e5ad" + }, + { + "id": "square-font-awesome-stroke", + "label": "Square Font Awesome Stroke", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f35c" + }, + { + "id": "square-fragile", + "label": "Square Fragile", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f49b" + }, + { + "id": "square-full", + "label": "Square Full", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f45c" + }, + { + "id": "square-g", + "label": "Square G", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e271" + }, + { + "id": "square-git", + "label": "Square Git", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1d2" + }, + { + "id": "square-github", + "label": "Square Github", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f092" + }, + { + "id": "square-gitlab", + "label": "Square Gitlab", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e5ae" + }, + { + "id": "square-google-plus", + "label": "Square Google Plus", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f0d4" + }, + { + "id": "square-h", + "label": "Square H", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0fd" + }, + { + "id": "square-hacker-news", + "label": "Square Hacker News", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3af" + }, + { + "id": "square-heart", + "label": "Square Heart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4c8" + }, + { + "id": "square-i", + "label": "Square I", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e272" + }, + { + "id": "square-info", + "label": "Square Info", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f30f" + }, + { + "id": "square-instagram", + "label": "Square Instagram", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e055" + }, + { + "id": "square-j", + "label": "Square J", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e273" + }, + { + "id": "square-js", + "label": "Square Js", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3b9" + }, + { + "id": "square-k", + "label": "Square K", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e274" + }, + { + "id": "square-kanban", + "label": "Square Kanban", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e488" + }, + { + "id": "square-l", + "label": "Square L", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e275" + }, + { + "id": "square-lastfm", + "label": "Square Lastfm", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f203" + }, + { + "id": "square-left", + "label": "Square Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f351" + }, + { + "id": "square-letterboxd", + "label": "Square Letterboxd", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e62e" + }, + { + "id": "square-list", + "label": "Square List", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e489" + }, + { + "id": "square-m", + "label": "Square M", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e276" + }, + { + "id": "square-minus", + "label": "Square Minus", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f146" + }, + { + "id": "square-n", + "label": "Square N", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e277" + }, + { + "id": "square-nfi", + "label": "Square Nfi", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e576" + }, + { + "id": "square-o", + "label": "Square O", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e278" + }, + { + "id": "square-odnoklassniki", + "label": "Square Odnoklassniki", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f264" + }, + { + "id": "square-p", + "label": "Square P", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e279" + }, + { + "id": "square-parking", + "label": "Square Parking", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f540" + }, + { + "id": "square-parking-slash", + "label": "Square Parking Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f617" + }, + { + "id": "square-pen", + "label": "Square Pen", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f14b" + }, + { + "id": "square-person-confined", + "label": "Square Person Confined", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e577" + }, + { + "id": "square-phone", + "label": "Square Phone", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f098" + }, + { + "id": "square-phone-flip", + "label": "Square Phone Flip", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f87b" + }, + { + "id": "square-phone-hangup", + "label": "Square Phone Hangup", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e27a" + }, + { + "id": "square-pied-piper", + "label": "Pied Piper Square Logo (Old)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e01e" + }, + { + "id": "square-pinterest", + "label": "Square Pinterest", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f0d3" + }, + { + "id": "square-plus", + "label": "Square Plus", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0fe" + }, + { + "id": "square-poll-horizontal", + "label": "Square Poll Horizontal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f682" + }, + { + "id": "square-poll-vertical", + "label": "Square Poll Vertical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f681" + }, + { + "id": "square-q", + "label": "Square Q", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e27b" + }, + { + "id": "square-quarters", + "label": "Square Quarters", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e44e" + }, + { + "id": "square-question", + "label": "Square Question", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2fd" + }, + { + "id": "square-quote", + "label": "Square Quote", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e329" + }, + { + "id": "square-r", + "label": "Square R", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e27c" + }, + { + "id": "square-reddit", + "label": "Square Reddit", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a2" + }, + { + "id": "square-right", + "label": "Square Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f352" + }, + { + "id": "square-ring", + "label": "Square Ring", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e44f" + }, + { + "id": "square-root", + "label": "Square Root", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f697" + }, + { + "id": "square-root-variable", + "label": "Square Root Variable", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f698" + }, + { + "id": "square-rss", + "label": "Square Rss", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f143" + }, + { + "id": "square-s", + "label": "Square S", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e27d" + }, + { + "id": "square-share-nodes", + "label": "Square Share Nodes", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1e1" + }, + { + "id": "square-sliders", + "label": "Square Sliders", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3f0" + }, + { + "id": "square-sliders-vertical", + "label": "Square Sliders Vertical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3f2" + }, + { + "id": "square-small", + "label": "Square Small", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e27e" + }, + { + "id": "square-snapchat", + "label": "Snapchat Square", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2ad" + }, + { + "id": "squarespace", + "label": "Squarespace", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5be" + }, + { + "id": "square-star", + "label": "Square Star", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e27f" + }, + { + "id": "square-steam", + "label": "Square Steam", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1b7" + }, + { + "id": "square-t", + "label": "Square T", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e280" + }, + { + "id": "square-terminal", + "label": "Square Terminal", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e32a" + }, + { + "id": "square-this-way-up", + "label": "Square This Way Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f49f" + }, + { + "id": "square-threads", + "label": "Square Threads", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e619" + }, + { + "id": "square-tumblr", + "label": "Square Tumblr", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f174" + }, + { + "id": "square-twitter", + "label": "Square Twitter", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f081" + }, + { + "id": "square-u", + "label": "Square U", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e281" + }, + { + "id": "square-up", + "label": "Square Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f353" + }, + { + "id": "square-up-left", + "label": "Square Up Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e282" + }, + { + "id": "square-up-right", + "label": "Square Up Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f360" + }, + { + "id": "square-upwork", + "label": "Square Upwork", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e67c" + }, + { + "id": "square-user", + "label": "Square User", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e283" + }, + { + "id": "square-v", + "label": "Square V", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e284" + }, + { + "id": "square-viadeo", + "label": "Square Viadeo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2aa" + }, + { + "id": "square-vimeo", + "label": "Square Vimeo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f194" + }, + { + "id": "square-virus", + "label": "Square Virus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e578" + }, + { + "id": "square-w", + "label": "Square W", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e285" + }, + { + "id": "square-web-awesome", + "label": "Square Web Awesome", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e683" + }, + { + "id": "square-web-awesome-stroke", + "label": "Square Web Awesome Stroke", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e684" + }, + { + "id": "square-whatsapp", + "label": "Square Whatsapp", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f40c" + }, + { + "id": "square-x", + "label": "Square X", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e286" + }, + { + "id": "square-xing", + "label": "Square Xing", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f169" + }, + { + "id": "square-xmark", + "label": "Square Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2d3" + }, + { + "id": "square-x-twitter", + "label": "Square X Twitter", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e61a" + }, + { + "id": "square-y", + "label": "Square Y", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e287" + }, + { + "id": "square-youtube", + "label": "Square Youtube", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f431" + }, + { + "id": "square-z", + "label": "Square Z", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e288" + }, + { + "id": "squid", + "label": "Squid", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e450" + }, + { + "id": "squirrel", + "label": "Squirrel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f71a" + }, + { + "id": "stack-exchange", + "label": "Stack Exchange", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f18d" + }, + { + "id": "stack-overflow", + "label": "Stack Overflow", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f16c" + }, + { + "id": "stackpath", + "label": "Stackpath", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f842" + }, + { + "id": "staff", + "label": "Staff", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f71b" + }, + { + "id": "staff-snake", + "label": "Staff Snake", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e579" + }, + { + "id": "stairs", + "label": "Stairs", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e289" + }, + { + "id": "stamp", + "label": "Stamp", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5bf" + }, + { + "id": "standard-definition", + "label": "Standard Definition", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e28a" + }, + { + "id": "stapler", + "label": "Stapler", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5af" + }, + { + "id": "star", + "label": "Star", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f005" + }, + { + "id": "star-and-crescent", + "label": "Star And Crescent", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f699" + }, + { + "id": "star-christmas", + "label": "Star Christmas", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7d4" + }, + { + "id": "star-exclamation", + "label": "Star Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f3" + }, + { + "id": "starfighter", + "label": "Starfighter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e037" + }, + { + "id": "starfighter-twin-ion-engine", + "label": "Starfighter Twin Ion Engine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e038" + }, + { + "id": "starfighter-twin-ion-engine-advanced", + "label": "Starfighter Twin Ion Engine Advanced", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e28e" + }, + { + "id": "star-half", + "label": "Star Half", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f089" + }, + { + "id": "star-half-stroke", + "label": "Star Half Stroke", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c0" + }, + { + "id": "star-of-david", + "label": "Star Of David", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f69a" + }, + { + "id": "star-of-life", + "label": "Star Of Life", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f621" + }, + { + "id": "stars", + "label": "Stars", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f762" + }, + { + "id": "star-sharp", + "label": "Star Sharp", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e28b" + }, + { + "id": "star-sharp-half", + "label": "Star Sharp Half", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e28c" + }, + { + "id": "star-sharp-half-stroke", + "label": "Star Sharp Half Stroke", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e28d" + }, + { + "id": "starship", + "label": "Starship", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e039" + }, + { + "id": "starship-freighter", + "label": "Starship Freighter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e03a" + }, + { + "id": "star-shooting", + "label": "Star Shooting", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e036" + }, + { + "id": "staylinked", + "label": "StayLinked", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3f5" + }, + { + "id": "steak", + "label": "Steak", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f824" + }, + { + "id": "steam", + "label": "Steam", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1b6" + }, + { + "id": "steam-symbol", + "label": "Steam Symbol", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3f6" + }, + { + "id": "steering-wheel", + "label": "Steering Wheel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f622" + }, + { + "id": "sterling-sign", + "label": "Sterling Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f154" + }, + { + "id": "stethoscope", + "label": "Stethoscope", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0f1" + }, + { + "id": "sticker-mule", + "label": "Sticker Mule", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3f7" + }, + { + "id": "stocking", + "label": "Stocking", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7d5" + }, + { + "id": "stomach", + "label": "Stomach", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f623" + }, + { + "id": "stop", + "label": "Stop", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f04d" + }, + { + "id": "stopwatch", + "label": "Stopwatch", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2f2" + }, + { + "id": "stopwatch-20", + "label": "Stopwatch 20", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e06f" + }, + { + "id": "store", + "label": "Store", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f54e" + }, + { + "id": "store-lock", + "label": "Store Lock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a6" + }, + { + "id": "store-slash", + "label": "Store Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e071" + }, + { + "id": "strava", + "label": "Strava", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f428" + }, + { + "id": "strawberry", + "label": "Strawberry", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e32b" + }, + { + "id": "street-view", + "label": "Street View", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f21d" + }, + { + "id": "stretcher", + "label": "Stretcher", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f825" + }, + { + "id": "strikethrough", + "label": "Strikethrough", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0cc" + }, + { + "id": "stripe", + "label": "Stripe", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f429" + }, + { + "id": "stripe-s", + "label": "Stripe S", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f42a" + }, + { + "id": "stroopwafel", + "label": "Stroopwafel", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f551" + }, + { + "id": "stubber", + "label": "Stubber", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e5c7" + }, + { + "id": "studiovinari", + "label": "Studio Vinari", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3f8" + }, + { + "id": "stumbleupon", + "label": "StumbleUpon Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a4" + }, + { + "id": "stumbleupon-circle", + "label": "StumbleUpon Circle", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1a3" + }, + { + "id": "subscript", + "label": "Subscript", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f12c" + }, + { + "id": "subtitles", + "label": "Subtitles", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e60f" + }, + { + "id": "subtitles-slash", + "label": "Subtitles Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e610" + }, + { + "id": "suitcase", + "label": "Suitcase", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0f2" + }, + { + "id": "suitcase-medical", + "label": "Suitcase Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0fa" + }, + { + "id": "suitcase-rolling", + "label": "Suitcase Rolling", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c1" + }, + { + "id": "sun", + "label": "Sun", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f185" + }, + { + "id": "sun-bright", + "label": "Sun Bright", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e28f" + }, + { + "id": "sun-cloud", + "label": "Sun Cloud", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f763" + }, + { + "id": "sun-dust", + "label": "Sun Dust", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f764" + }, + { + "id": "sunglasses", + "label": "Sunglasses", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f892" + }, + { + "id": "sun-haze", + "label": "Sun Haze", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f765" + }, + { + "id": "sun-plant-wilt", + "label": "Sun Plant Wilt", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e57a" + }, + { + "id": "sunrise", + "label": "Sunrise", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f766" + }, + { + "id": "sunset", + "label": "Sunset", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f767" + }, + { + "id": "superpowers", + "label": "Superpowers", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2dd" + }, + { + "id": "superscript", + "label": "Superscript", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f12b" + }, + { + "id": "supple", + "label": "Supple", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3f9" + }, + { + "id": "suse", + "label": "Suse", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7d6" + }, + { + "id": "sushi", + "label": "Sushi", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e48a" + }, + { + "id": "sushi-roll", + "label": "Sushi Roll", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e48b" + }, + { + "id": "swap", + "label": "Swap", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e609" + }, + { + "id": "swap-arrows", + "label": "Swap Arrows", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e60a" + }, + { + "id": "swatchbook", + "label": "Swatchbook", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c3" + }, + { + "id": "swift", + "label": "Swift", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f8e1" + }, + { + "id": "sword", + "label": "Sword", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f71c" + }, + { + "id": "sword-laser", + "label": "Sword Laser", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e03b" + }, + { + "id": "sword-laser-alt", + "label": "Sword Laser Alt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e03c" + }, + { + "id": "swords", + "label": "Swords", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f71d" + }, + { + "id": "swords-laser", + "label": "Swords Laser", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e03d" + }, + { + "id": "symbols", + "label": "Symbols", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f86e" + }, + { + "id": "symfony", + "label": "Symfony", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f83d" + }, + { + "id": "synagogue", + "label": "Synagogue", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f69b" + }, + { + "id": "syringe", + "label": "Syringe", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f48e" + }, + { + "id": "t", + "label": "T", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "54" + }, + { + "id": "table", + "label": "Table", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ce" + }, + { + "id": "table-cells", + "label": "Table Cells", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f00a" + }, + { + "id": "table-cells-column-lock", + "label": "Table Cells Column Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e678" + }, + { + "id": "table-cells-column-unlock", + "label": "Table Cells Column Unlock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e690" + }, + { + "id": "table-cells-large", + "label": "Table Cells Large", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f009" + }, + { + "id": "table-cells-lock", + "label": "Table Cells Lock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e679" + }, + { + "id": "table-cells-row-lock", + "label": "Table Cells Row Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e67a" + }, + { + "id": "table-cells-row-unlock", + "label": "Table Cells Row Unlock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e691" + }, + { + "id": "table-cells-unlock", + "label": "Table Cells Unlock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e692" + }, + { + "id": "table-columns", + "label": "Table Columns", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0db" + }, + { + "id": "table-layout", + "label": "Table Layout", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e290" + }, + { + "id": "table-list", + "label": "Table List", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f00b" + }, + { + "id": "table-picnic", + "label": "Table Picnic", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e32d" + }, + { + "id": "table-pivot", + "label": "Table Pivot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e291" + }, + { + "id": "table-rows", + "label": "Table Rows", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e292" + }, + { + "id": "tablet", + "label": "Tablet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3fb" + }, + { + "id": "tablet-button", + "label": "Tablet Button", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f10a" + }, + { + "id": "table-tennis-paddle-ball", + "label": "Table Tennis Paddle Ball", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f45d" + }, + { + "id": "table-tree", + "label": "Table Tree", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e293" + }, + { + "id": "tablet-rugged", + "label": "Tablet Rugged", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f48f" + }, + { + "id": "tablets", + "label": "Tablets", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f490" + }, + { + "id": "tablet-screen", + "label": "Tablet Screen", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3fc" + }, + { + "id": "tablet-screen-button", + "label": "Tablet Screen Button", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3fa" + }, + { + "id": "tachograph-digital", + "label": "Tachograph Digital", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f566" + }, + { + "id": "taco", + "label": "Taco", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f826" + }, + { + "id": "tag", + "label": "Tag", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f02b" + }, + { + "id": "tags", + "label": "Tags", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f02c" + }, + { + "id": "tally", + "label": "Tally", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f69c" + }, + { + "id": "tally-1", + "label": "Tally 1", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e294" + }, + { + "id": "tally-2", + "label": "Tally 2", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e295" + }, + { + "id": "tally-3", + "label": "Tally 3", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e296" + }, + { + "id": "tally-4", + "label": "Tally 4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e297" + }, + { + "id": "tamale", + "label": "Tamale", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e451" + }, + { + "id": "tank-water", + "label": "Tank Water", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e452" + }, + { + "id": "tape", + "label": "Tape", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4db" + }, + { + "id": "tarp", + "label": "Tarp", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e57b" + }, + { + "id": "tarp-droplet", + "label": "Tarp Droplet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e57c" + }, + { + "id": "taxi", + "label": "Taxi", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1ba" + }, + { + "id": "taxi-bus", + "label": "Taxi Bus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e298" + }, + { + "id": "teamspeak", + "label": "Teamspeak", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f4f9" + }, + { + "id": "teddy-bear", + "label": "Teddy Bear", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3cf" + }, + { + "id": "teeth", + "label": "Teeth", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f62e" + }, + { + "id": "teeth-open", + "label": "Teeth Open", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f62f" + }, + { + "id": "telegram", + "label": "Telegram", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2c6" + }, + { + "id": "telescope", + "label": "Telescope", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e03e" + }, + { + "id": "temperature-arrow-down", + "label": "Temperature Arrow Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e03f" + }, + { + "id": "temperature-arrow-up", + "label": "Temperature Arrow Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e040" + }, + { + "id": "temperature-empty", + "label": "Temperature Empty", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2cb" + }, + { + "id": "temperature-full", + "label": "Temperature Full", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2c7" + }, + { + "id": "temperature-half", + "label": "Temperature Half", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2c9" + }, + { + "id": "temperature-high", + "label": "Temperature High", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f769" + }, + { + "id": "temperature-list", + "label": "Temperature List", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e299" + }, + { + "id": "temperature-low", + "label": "Temperature Low", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f76b" + }, + { + "id": "temperature-quarter", + "label": "Temperature Quarter", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2ca" + }, + { + "id": "temperature-snow", + "label": "Temperature Snow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f768" + }, + { + "id": "temperature-sun", + "label": "Temperature Sun", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f76a" + }, + { + "id": "temperature-three-quarters", + "label": "Temperature Three Quarters", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2c8" + }, + { + "id": "tencent-weibo", + "label": "Tencent Weibo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1d5" + }, + { + "id": "tenge-sign", + "label": "Tenge Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7d7" + }, + { + "id": "tennis-ball", + "label": "Tennis Ball", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f45e" + }, + { + "id": "tent", + "label": "Tent", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e57d" + }, + { + "id": "tent-arrow-down-to-line", + "label": "Tent Arrow Down To Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e57e" + }, + { + "id": "tent-arrow-left-right", + "label": "Tent Arrow Left Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e57f" + }, + { + "id": "tent-arrows-down", + "label": "Tent Arrows Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e581" + }, + { + "id": "tent-arrow-turn-left", + "label": "Tent Arrow Turn Left", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e580" + }, + { + "id": "tent-double-peak", + "label": "Tent Double Peak", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e627" + }, + { + "id": "tents", + "label": "Tents", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e582" + }, + { + "id": "terminal", + "label": "Terminal", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f120" + }, + { + "id": "text", + "label": "Text", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f893" + }, + { + "id": "text-height", + "label": "Text Height", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f034" + }, + { + "id": "text-size", + "label": "Text Size", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f894" + }, + { + "id": "text-slash", + "label": "Text Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f87d" + }, + { + "id": "text-width", + "label": "Text Width", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f035" + }, + { + "id": "themeco", + "label": "Themeco", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5c6" + }, + { + "id": "themeisle", + "label": "ThemeIsle", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2b2" + }, + { + "id": "the-red-yeti", + "label": "The Red Yeti", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f69d" + }, + { + "id": "thermometer", + "label": "Thermometer", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f491" + }, + { + "id": "theta", + "label": "Theta", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f69e" + }, + { + "id": "think-peaks", + "label": "Think Peaks", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f731" + }, + { + "id": "thought-bubble", + "label": "Thought Bubble", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e32e" + }, + { + "id": "threads", + "label": "Threads", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e618" + }, + { + "id": "thumbs-down", + "label": "Thumbs Down", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f165" + }, + { + "id": "thumbs-up", + "label": "Thumbs Up", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f164" + }, + { + "id": "thumbtack", + "label": "Thumbtack", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f08d" + }, + { + "id": "thumbtack-slash", + "label": "Thumbtack Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e68f" + }, + { + "id": "tick", + "label": "Tick", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e32f" + }, + { + "id": "ticket", + "label": "Ticket", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f145" + }, + { + "id": "ticket-airline", + "label": "Ticket Airline", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e29a" + }, + { + "id": "ticket-perforated", + "label": "Ticket Perforated", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e63e" + }, + { + "id": "tickets", + "label": "Tickets", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e658" + }, + { + "id": "tickets-airline", + "label": "Tickets Airline", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e29b" + }, + { + "id": "ticket-simple", + "label": "Ticket Simple", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3ff" + }, + { + "id": "tickets-perforated", + "label": "Tickets Perforated", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e63f" + }, + { + "id": "tickets-simple", + "label": "Tickets Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e659" + }, + { + "id": "tiktok", + "label": "TikTok", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e07b" + }, + { + "id": "tilde", + "label": "Tilde", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "7e" + }, + { + "id": "timeline", + "label": "Timeline", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e29c" + }, + { + "id": "timeline-arrow", + "label": "Timeline Arrow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e29d" + }, + { + "id": "timer", + "label": "Timer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e29e" + }, + { + "id": "tire", + "label": "Tire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f631" + }, + { + "id": "tire-flat", + "label": "Tire Flat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f632" + }, + { + "id": "tire-pressure-warning", + "label": "Tire Pressure Warning", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f633" + }, + { + "id": "tire-rugged", + "label": "Tire Rugged", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f634" + }, + { + "id": "toggle-large-off", + "label": "Toggle Large Off", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b0" + }, + { + "id": "toggle-large-on", + "label": "Toggle Large On", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b1" + }, + { + "id": "toggle-off", + "label": "Toggle Off", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f204" + }, + { + "id": "toggle-on", + "label": "Toggle On", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f205" + }, + { + "id": "toilet", + "label": "Toilet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7d8" + }, + { + "id": "toilet-paper", + "label": "Toilet Paper", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f71e" + }, + { + "id": "toilet-paper-blank", + "label": "Toilet Paper Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f71f" + }, + { + "id": "toilet-paper-blank-under", + "label": "Toilet Paper Blank Under", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e29f" + }, + { + "id": "toilet-paper-check", + "label": "Toilet Paper Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b2" + }, + { + "id": "toilet-paper-slash", + "label": "Toilet Paper Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e072" + }, + { + "id": "toilet-paper-under", + "label": "Toilet Paper Under", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a0" + }, + { + "id": "toilet-paper-under-slash", + "label": "Toilet Paper Under Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a1" + }, + { + "id": "toilet-paper-xmark", + "label": "Toilet Paper Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b3" + }, + { + "id": "toilet-portable", + "label": "Toilet Portable", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e583" + }, + { + "id": "toilets-portable", + "label": "Toilets Portable", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e584" + }, + { + "id": "tomato", + "label": "Tomato", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e330" + }, + { + "id": "tombstone", + "label": "Tombstone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f720" + }, + { + "id": "tombstone-blank", + "label": "Tombstone Blank", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f721" + }, + { + "id": "toolbox", + "label": "Toolbox", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f552" + }, + { + "id": "tooth", + "label": "Tooth", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c9" + }, + { + "id": "toothbrush", + "label": "Toothbrush", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f635" + }, + { + "id": "torii-gate", + "label": "Torii Gate", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a1" + }, + { + "id": "tornado", + "label": "Tornado", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f76f" + }, + { + "id": "tower-broadcast", + "label": "Tower Broadcast", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f519" + }, + { + "id": "tower-cell", + "label": "Tower Cell", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e585" + }, + { + "id": "tower-control", + "label": "Tower Control", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a2" + }, + { + "id": "tower-observation", + "label": "Tower Observation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e586" + }, + { + "id": "tractor", + "label": "Tractor", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f722" + }, + { + "id": "trade-federation", + "label": "Trade Federation", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f513" + }, + { + "id": "trademark", + "label": "Trademark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f25c" + }, + { + "id": "traffic-cone", + "label": "Traffic Cone", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f636" + }, + { + "id": "traffic-light", + "label": "Traffic Light", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f637" + }, + { + "id": "traffic-light-go", + "label": "Traffic Light Go", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f638" + }, + { + "id": "traffic-light-slow", + "label": "Traffic Light Slow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f639" + }, + { + "id": "traffic-light-stop", + "label": "Traffic Light Stop", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f63a" + }, + { + "id": "trailer", + "label": "Trailer", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e041" + }, + { + "id": "train", + "label": "Train", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f238" + }, + { + "id": "train-subway", + "label": "Train Subway", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f239" + }, + { + "id": "train-subway-tunnel", + "label": "Train Subway Tunnel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a3" + }, + { + "id": "train-track", + "label": "Train Track", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e453" + }, + { + "id": "train-tram", + "label": "Train Tram", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5b4" + }, + { + "id": "train-tunnel", + "label": "Train Tunnel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e454" + }, + { + "id": "transformer-bolt", + "label": "Transformer Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a4" + }, + { + "id": "transgender", + "label": "Transgender", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f225" + }, + { + "id": "transporter", + "label": "Transporter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e042" + }, + { + "id": "transporter-1", + "label": "Transporter 1", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e043" + }, + { + "id": "transporter-2", + "label": "Transporter 2", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e044" + }, + { + "id": "transporter-3", + "label": "Transporter 3", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e045" + }, + { + "id": "transporter-4", + "label": "Transporter 4", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a5" + }, + { + "id": "transporter-5", + "label": "Transporter 5", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a6" + }, + { + "id": "transporter-6", + "label": "Transporter 6", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a7" + }, + { + "id": "transporter-7", + "label": "Transporter 7", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a8" + }, + { + "id": "transporter-empty", + "label": "Transporter Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e046" + }, + { + "id": "trash", + "label": "Trash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1f8" + }, + { + "id": "trash-arrow-up", + "label": "Trash Arrow Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f829" + }, + { + "id": "trash-can", + "label": "Trash Can", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2ed" + }, + { + "id": "trash-can-arrow-up", + "label": "Trash Can Arrow Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f82a" + }, + { + "id": "trash-can-check", + "label": "Trash Can Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2a9" + }, + { + "id": "trash-can-clock", + "label": "Trash Can Clock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2aa" + }, + { + "id": "trash-can-list", + "label": "Trash Can List", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ab" + }, + { + "id": "trash-can-plus", + "label": "Trash Can Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ac" + }, + { + "id": "trash-can-slash", + "label": "Trash Can Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ad" + }, + { + "id": "trash-can-undo", + "label": "Trash Can Undo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f896" + }, + { + "id": "trash-can-xmark", + "label": "Trash Can Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ae" + }, + { + "id": "trash-check", + "label": "Trash Check", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2af" + }, + { + "id": "trash-clock", + "label": "Trash Clock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b0" + }, + { + "id": "trash-list", + "label": "Trash List", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b1" + }, + { + "id": "trash-plus", + "label": "Trash Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b2" + }, + { + "id": "trash-slash", + "label": "Trash Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b3" + }, + { + "id": "trash-undo", + "label": "Trash Undo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f895" + }, + { + "id": "trash-xmark", + "label": "Trash Xmark", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b4" + }, + { + "id": "treasure-chest", + "label": "Treasure Chest", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f723" + }, + { + "id": "tree", + "label": "Tree", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1bb" + }, + { + "id": "tree-christmas", + "label": "Tree Christmas", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7db" + }, + { + "id": "tree-city", + "label": "Tree City", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e587" + }, + { + "id": "tree-deciduous", + "label": "Tree Deciduous", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f400" + }, + { + "id": "tree-decorated", + "label": "Tree Decorated", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7dc" + }, + { + "id": "tree-large", + "label": "Tree Large", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7dd" + }, + { + "id": "tree-palm", + "label": "Tree Palm", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f82b" + }, + { + "id": "trees", + "label": "Trees", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f724" + }, + { + "id": "trello", + "label": "Trello", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f181" + }, + { + "id": "t-rex", + "label": "T Rex", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e629" + }, + { + "id": "triangle", + "label": "Triangle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2ec" + }, + { + "id": "triangle-exclamation", + "label": "Triangle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f071" + }, + { + "id": "triangle-instrument", + "label": "Triangle Instrument", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8e2" + }, + { + "id": "triangle-person-digging", + "label": "Triangle Person Digging", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f85d" + }, + { + "id": "tricycle", + "label": "Tricycle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5c3" + }, + { + "id": "tricycle-adult", + "label": "Tricycle Adult", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5c4" + }, + { + "id": "trillium", + "label": "Trillium", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e588" + }, + { + "id": "trophy", + "label": "Trophy", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f091" + }, + { + "id": "trophy-star", + "label": "Trophy Star", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2eb" + }, + { + "id": "trowel", + "label": "Trowel", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e589" + }, + { + "id": "trowel-bricks", + "label": "Trowel Bricks", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e58a" + }, + { + "id": "truck", + "label": "Truck", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0d1" + }, + { + "id": "truck-arrow-right", + "label": "Truck Arrow Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e58b" + }, + { + "id": "truck-bolt", + "label": "Truck Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d0" + }, + { + "id": "truck-clock", + "label": "Truck Clock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f48c" + }, + { + "id": "truck-container", + "label": "Truck Container", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4dc" + }, + { + "id": "truck-container-empty", + "label": "Truck Container Empty", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b5" + }, + { + "id": "truck-droplet", + "label": "Truck Droplet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e58c" + }, + { + "id": "truck-fast", + "label": "Truck Fast", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f48b" + }, + { + "id": "truck-field", + "label": "Truck Field", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e58d" + }, + { + "id": "truck-field-un", + "label": "Truck Field Un", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e58e" + }, + { + "id": "truck-fire", + "label": "Truck Fire", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e65a" + }, + { + "id": "truck-flatbed", + "label": "Truck Flatbed", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b6" + }, + { + "id": "truck-front", + "label": "Truck Front", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b7" + }, + { + "id": "truck-ladder", + "label": "Truck Ladder", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e657" + }, + { + "id": "truck-medical", + "label": "Truck Medical", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0f9" + }, + { + "id": "truck-monster", + "label": "Truck Monster", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f63b" + }, + { + "id": "truck-moving", + "label": "Truck Moving", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4df" + }, + { + "id": "truck-pickup", + "label": "Truck Pickup", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f63c" + }, + { + "id": "truck-plane", + "label": "Truck Plane", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e58f" + }, + { + "id": "truck-plow", + "label": "Truck Plow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7de" + }, + { + "id": "truck-ramp", + "label": "Truck Ramp", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4e0" + }, + { + "id": "truck-ramp-box", + "label": "Truck Ramp Box", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4de" + }, + { + "id": "truck-ramp-couch", + "label": "Truck Ramp Couch", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4dd" + }, + { + "id": "truck-tow", + "label": "Truck Tow", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b8" + }, + { + "id": "truck-utensils", + "label": "Truck Utensils", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e628" + }, + { + "id": "trumpet", + "label": "Trumpet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8e3" + }, + { + "id": "tty", + "label": "Tty", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1e4" + }, + { + "id": "tty-answer", + "label": "Tty Answer", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2b9" + }, + { + "id": "tugrik-sign", + "label": "Tugrik Sign", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ba" + }, + { + "id": "tumblr", + "label": "Tumblr", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f173" + }, + { + "id": "turkey", + "label": "Turkey", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f725" + }, + { + "id": "turkish-lira-sign", + "label": "Turkish Lira Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2bb" + }, + { + "id": "turn-down", + "label": "Turn Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3be" + }, + { + "id": "turn-down-left", + "label": "Turn Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e331" + }, + { + "id": "turn-down-right", + "label": "Turn Down Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e455" + }, + { + "id": "turn-left", + "label": "Turn Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e636" + }, + { + "id": "turn-left-down", + "label": "Turn Left Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e637" + }, + { + "id": "turn-left-up", + "label": "Turn Left Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e638" + }, + { + "id": "turn-right", + "label": "Turn Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e639" + }, + { + "id": "turntable", + "label": "Turntable", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8e4" + }, + { + "id": "turn-up", + "label": "Turn Up", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f3bf" + }, + { + "id": "turtle", + "label": "Turtle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f726" + }, + { + "id": "tv", + "label": "Tv", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f26c" + }, + { + "id": "tv-music", + "label": "Tv Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8e6" + }, + { + "id": "tv-retro", + "label": "Tv Retro", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f401" + }, + { + "id": "twitch", + "label": "Twitch", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1e8" + }, + { + "id": "twitter", + "label": "Twitter", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f099" + }, + { + "id": "typewriter", + "label": "Typewriter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8e7" + }, + { + "id": "typo3", + "label": "Typo3", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f42b" + }, + { + "id": "u", + "label": "U", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "55" + }, + { + "id": "uber", + "label": "Uber", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f402" + }, + { + "id": "ubuntu", + "label": "Ubuntu", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7df" + }, + { + "id": "ufo", + "label": "Ufo", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e047" + }, + { + "id": "ufo-beam", + "label": "Ufo Beam", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e048" + }, + { + "id": "uikit", + "label": "UIkit", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f403" + }, + { + "id": "umbraco", + "label": "Umbraco", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f8e8" + }, + { + "id": "umbrella", + "label": "Umbrella", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0e9" + }, + { + "id": "umbrella-beach", + "label": "Umbrella Beach", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ca" + }, + { + "id": "umbrella-simple", + "label": "Umbrella Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2bc" + }, + { + "id": "uncharted", + "label": "Uncharted Software", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e084" + }, + { + "id": "underline", + "label": "Underline", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0cd" + }, + { + "id": "unicorn", + "label": "Unicorn", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f727" + }, + { + "id": "uniform-martial-arts", + "label": "Uniform Martial Arts", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d1" + }, + { + "id": "union", + "label": "Union", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a2" + }, + { + "id": "uniregistry", + "label": "Uniregistry", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f404" + }, + { + "id": "unity", + "label": "Unity 3D", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e049" + }, + { + "id": "universal-access", + "label": "Universal Access", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f29a" + }, + { + "id": "unlock", + "label": "Unlock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f09c" + }, + { + "id": "unlock-keyhole", + "label": "Unlock Keyhole", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f13e" + }, + { + "id": "unsplash", + "label": "Unsplash", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e07c" + }, + { + "id": "untappd", + "label": "Untappd", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f405" + }, + { + "id": "up", + "label": "Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f357" + }, + { + "id": "up-down", + "label": "Up Down", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f338" + }, + { + "id": "up-down-left-right", + "label": "Up Down Left Right", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0b2" + }, + { + "id": "up-from-bracket", + "label": "Up From Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e590" + }, + { + "id": "up-from-dotted-line", + "label": "Up From Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e456" + }, + { + "id": "up-from-line", + "label": "Up From Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f346" + }, + { + "id": "up-left", + "label": "Up Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2bd" + }, + { + "id": "upload", + "label": "Upload", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f093" + }, + { + "id": "up-long", + "label": "Up Long", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f30c" + }, + { + "id": "up-right", + "label": "Up Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2be" + }, + { + "id": "up-right-and-down-left-from-center", + "label": "Up Right And Down Left From Center", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f424" + }, + { + "id": "up-right-from-square", + "label": "Up Right From Square", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f35d" + }, + { + "id": "ups", + "label": "UPS", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7e0" + }, + { + "id": "up-to-bracket", + "label": "Up To Bracket", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e66e" + }, + { + "id": "up-to-dotted-line", + "label": "Up To Dotted Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e457" + }, + { + "id": "up-to-line", + "label": "Up To Line", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f34d" + }, + { + "id": "upwork", + "label": "Upwork", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e641" + }, + { + "id": "usb", + "label": "USB", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f287" + }, + { + "id": "usb-drive", + "label": "Usb Drive", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8e9" + }, + { + "id": "user", + "label": "User", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f007" + }, + { + "id": "user-alien", + "label": "User Alien", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e04a" + }, + { + "id": "user-astronaut", + "label": "User Astronaut", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4fb" + }, + { + "id": "user-beard-bolt", + "label": "User Beard Bolt", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e689" + }, + { + "id": "user-bounty-hunter", + "label": "User Bounty Hunter", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2bf" + }, + { + "id": "user-check", + "label": "User Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4fc" + }, + { + "id": "user-chef", + "label": "User Chef", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d2" + }, + { + "id": "user-clock", + "label": "User Clock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4fd" + }, + { + "id": "user-cowboy", + "label": "User Cowboy", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ea" + }, + { + "id": "user-crown", + "label": "User Crown", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a4" + }, + { + "id": "user-doctor", + "label": "User Doctor", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0f0" + }, + { + "id": "user-doctor-hair", + "label": "User Doctor Hair", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e458" + }, + { + "id": "user-doctor-hair-long", + "label": "User Doctor Hair Long", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e459" + }, + { + "id": "user-doctor-message", + "label": "User Doctor Message", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f82e" + }, + { + "id": "user-gear", + "label": "User Gear", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4fe" + }, + { + "id": "user-graduate", + "label": "User Graduate", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f501" + }, + { + "id": "user-group", + "label": "User Group", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f500" + }, + { + "id": "user-group-crown", + "label": "User Group Crown", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a5" + }, + { + "id": "user-group-simple", + "label": "User Group Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e603" + }, + { + "id": "user-hair", + "label": "User Hair", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e45a" + }, + { + "id": "user-hair-buns", + "label": "User Hair Buns", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e3d3" + }, + { + "id": "user-hair-long", + "label": "User Hair Long", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e45b" + }, + { + "id": "user-hair-mullet", + "label": "User Hair Mullet", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e45c" + }, + { + "id": "user-headset", + "label": "User Headset", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f82d" + }, + { + "id": "user-helmet-safety", + "label": "User Helmet Safety", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f82c" + }, + { + "id": "user-hoodie", + "label": "User Hoodie", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e68a" + }, + { + "id": "user-injured", + "label": "User Injured", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f728" + }, + { + "id": "user-large", + "label": "User Large", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f406" + }, + { + "id": "user-large-slash", + "label": "User Large Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4fa" + }, + { + "id": "user-lock", + "label": "User Lock", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f502" + }, + { + "id": "user-magnifying-glass", + "label": "User Magnifying Glass", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5c5" + }, + { + "id": "user-minus", + "label": "User Minus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f503" + }, + { + "id": "user-music", + "label": "User Music", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8eb" + }, + { + "id": "user-ninja", + "label": "User Ninja", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f504" + }, + { + "id": "user-nurse", + "label": "User Nurse", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f82f" + }, + { + "id": "user-nurse-hair", + "label": "User Nurse Hair", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e45d" + }, + { + "id": "user-nurse-hair-long", + "label": "User Nurse Hair Long", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e45e" + }, + { + "id": "user-pen", + "label": "User Pen", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4ff" + }, + { + "id": "user-pilot", + "label": "User Pilot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c0" + }, + { + "id": "user-pilot-tie", + "label": "User Pilot Tie", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c1" + }, + { + "id": "user-plus", + "label": "User Plus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f234" + }, + { + "id": "user-police", + "label": "User Police", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e333" + }, + { + "id": "user-police-tie", + "label": "User Police Tie", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e334" + }, + { + "id": "user-robot", + "label": "User Robot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e04b" + }, + { + "id": "user-robot-xmarks", + "label": "User Robot Xmarks", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a7" + }, + { + "id": "users", + "label": "Users", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0c0" + }, + { + "id": "users-between-lines", + "label": "Users Between Lines", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e591" + }, + { + "id": "user-secret", + "label": "User Secret", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f21b" + }, + { + "id": "users-gear", + "label": "Users Gear", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f509" + }, + { + "id": "user-shakespeare", + "label": "User Shakespeare", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c2" + }, + { + "id": "user-shield", + "label": "User Shield", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f505" + }, + { + "id": "user-slash", + "label": "User Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f506" + }, + { + "id": "users-line", + "label": "Users Line", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e592" + }, + { + "id": "users-medical", + "label": "Users Medical", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f830" + }, + { + "id": "users-rays", + "label": "Users Rays", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e593" + }, + { + "id": "users-rectangle", + "label": "Users Rectangle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e594" + }, + { + "id": "users-slash", + "label": "Users Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e073" + }, + { + "id": "users-viewfinder", + "label": "Users Viewfinder", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e595" + }, + { + "id": "user-tag", + "label": "User Tag", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f507" + }, + { + "id": "user-tie", + "label": "User Tie", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f508" + }, + { + "id": "user-tie-hair", + "label": "User Tie Hair", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e45f" + }, + { + "id": "user-tie-hair-long", + "label": "User Tie Hair Long", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e460" + }, + { + "id": "user-unlock", + "label": "User Unlock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e058" + }, + { + "id": "user-visor", + "label": "User Visor", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e04c" + }, + { + "id": "user-vneck", + "label": "User Vneck", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e461" + }, + { + "id": "user-vneck-hair", + "label": "User Vneck Hair", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e462" + }, + { + "id": "user-vneck-hair-long", + "label": "User Vneck Hair Long", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e463" + }, + { + "id": "user-xmark", + "label": "User Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f235" + }, + { + "id": "usps", + "label": "United States Postal Service", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7e1" + }, + { + "id": "ussunnah", + "label": "us-Sunnah Foundation", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f407" + }, + { + "id": "utensils", + "label": "Utensils", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e7" + }, + { + "id": "utensils-slash", + "label": "Utensils Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e464" + }, + { + "id": "utility-pole", + "label": "Utility Pole", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c3" + }, + { + "id": "utility-pole-double", + "label": "Utility Pole Double", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c4" + }, + { + "id": "v", + "label": "V", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "56" + }, + { + "id": "vaadin", + "label": "Vaadin", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f408" + }, + { + "id": "vacuum", + "label": "Vacuum", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e04d" + }, + { + "id": "vacuum-robot", + "label": "Vacuum Robot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e04e" + }, + { + "id": "value-absolute", + "label": "Value Absolute", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a6" + }, + { + "id": "van-shuttle", + "label": "Van Shuttle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5b6" + }, + { + "id": "vault", + "label": "Vault", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c5" + }, + { + "id": "vector-circle", + "label": "Vector Circle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c6" + }, + { + "id": "vector-polygon", + "label": "Vector Polygon", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c7" + }, + { + "id": "vector-square", + "label": "Vector Square", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5cb" + }, + { + "id": "vent-damper", + "label": "Vent Damper", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e465" + }, + { + "id": "venus", + "label": "Venus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f221" + }, + { + "id": "venus-double", + "label": "Venus Double", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f226" + }, + { + "id": "venus-mars", + "label": "Venus Mars", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f228" + }, + { + "id": "vest", + "label": "Vest", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e085" + }, + { + "id": "vest-patches", + "label": "Vest Patches", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e086" + }, + { + "id": "viacoin", + "label": "Viacoin", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f237" + }, + { + "id": "viadeo", + "label": "Viadeo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2a9" + }, + { + "id": "vial", + "label": "Vial", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f492" + }, + { + "id": "vial-circle-check", + "label": "Vial Circle Check", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e596" + }, + { + "id": "vials", + "label": "Vials", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f493" + }, + { + "id": "vial-virus", + "label": "Vial Virus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e597" + }, + { + "id": "viber", + "label": "Viber", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f409" + }, + { + "id": "video", + "label": "Video", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f03d" + }, + { + "id": "video-arrow-down-left", + "label": "Video Arrow Down Left", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c8" + }, + { + "id": "video-arrow-up-right", + "label": "Video Arrow Up Right", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2c9" + }, + { + "id": "video-plus", + "label": "Video Plus", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4e1" + }, + { + "id": "video-slash", + "label": "Video Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4e2" + }, + { + "id": "vihara", + "label": "Vihara", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a7" + }, + { + "id": "vimeo", + "label": "Vimeo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f40a" + }, + { + "id": "vimeo-v", + "label": "Vimeo V", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f27d" + }, + { + "id": "vine", + "label": "Vine", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1ca" + }, + { + "id": "violin", + "label": "Violin", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ed" + }, + { + "id": "virus", + "label": "Virus", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e074" + }, + { + "id": "virus-covid", + "label": "Virus Covid", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a8" + }, + { + "id": "virus-covid-slash", + "label": "Virus Covid Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e4a9" + }, + { + "id": "viruses", + "label": "Viruses", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e076" + }, + { + "id": "virus-slash", + "label": "Virus Slash", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e075" + }, + { + "id": "vk", + "label": "VK", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f189" + }, + { + "id": "vnv", + "label": "VNV", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f40b" + }, + { + "id": "voicemail", + "label": "Voicemail", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f897" + }, + { + "id": "volcano", + "label": "Volcano", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f770" + }, + { + "id": "volleyball", + "label": "Volleyball", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f45f" + }, + { + "id": "volume", + "label": "Volume", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a8" + }, + { + "id": "volume-high", + "label": "Volume High", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f028" + }, + { + "id": "volume-low", + "label": "Volume Low", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f027" + }, + { + "id": "volume-off", + "label": "Volume Off", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f026" + }, + { + "id": "volume-slash", + "label": "Volume Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e2" + }, + { + "id": "volume-xmark", + "label": "Volume Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6a9" + }, + { + "id": "vr-cardboard", + "label": "Vr Cardboard", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f729" + }, + { + "id": "vuejs", + "label": "Vue.js", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f41f" + }, + { + "id": "w", + "label": "W", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "57" + }, + { + "id": "waffle", + "label": "Waffle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e466" + }, + { + "id": "wagon-covered", + "label": "Wagon Covered", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ee" + }, + { + "id": "walker", + "label": "Walker", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f831" + }, + { + "id": "walkie-talkie", + "label": "Walkie Talkie", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8ef" + }, + { + "id": "wallet", + "label": "Wallet", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f555" + }, + { + "id": "wand", + "label": "Wand", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f72a" + }, + { + "id": "wand-magic", + "label": "Wand Magic", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0d0" + }, + { + "id": "wand-magic-sparkles", + "label": "Wand Magic Sparkles", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ca" + }, + { + "id": "wand-sparkles", + "label": "Wand Sparkles", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f72b" + }, + { + "id": "warehouse", + "label": "Warehouse", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f494" + }, + { + "id": "warehouse-full", + "label": "Warehouse Full", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f495" + }, + { + "id": "washing-machine", + "label": "Washing Machine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f898" + }, + { + "id": "watch", + "label": "Watch", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2e1" + }, + { + "id": "watch-apple", + "label": "Watch Apple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2cb" + }, + { + "id": "watch-calculator", + "label": "Watch Calculator", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f0" + }, + { + "id": "watch-fitness", + "label": "Watch Fitness", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f63e" + }, + { + "id": "watchman-monitoring", + "label": "Watchman Monitoring", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e087" + }, + { + "id": "watch-smart", + "label": "Watch Smart", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2cc" + }, + { + "id": "water", + "label": "Water", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f773" + }, + { + "id": "water-arrow-down", + "label": "Water Arrow Down", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f774" + }, + { + "id": "water-arrow-up", + "label": "Water Arrow Up", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f775" + }, + { + "id": "water-ladder", + "label": "Water Ladder", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5c5" + }, + { + "id": "watermelon-slice", + "label": "Watermelon Slice", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e337" + }, + { + "id": "wave", + "label": "Wave", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e65b" + }, + { + "id": "waveform", + "label": "Waveform", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f1" + }, + { + "id": "waveform-lines", + "label": "Waveform Lines", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f8f2" + }, + { + "id": "wave-pulse", + "label": "Wave Pulse", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5f8" + }, + { + "id": "wave-sine", + "label": "Wave Sine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f899" + }, + { + "id": "wave-square", + "label": "Wave Square", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f83e" + }, + { + "id": "waves-sine", + "label": "Waves Sine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e65d" + }, + { + "id": "wave-triangle", + "label": "Wave Triangle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f89a" + }, + { + "id": "waze", + "label": "Waze", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f83f" + }, + { + "id": "web-awesome", + "label": "Web Awesome", + "membership": { + "free": [ + "brands", + "solid" + ], + "pro": [ + "duotone", + "brands", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e682" + }, + { + "id": "webflow", + "label": "Webflow", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e65c" + }, + { + "id": "webhook", + "label": "Webhook", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d5" + }, + { + "id": "weebly", + "label": "Weebly", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5cc" + }, + { + "id": "weibo", + "label": "Weibo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f18a" + }, + { + "id": "weight-hanging", + "label": "Weight Hanging", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5cd" + }, + { + "id": "weight-scale", + "label": "Weight Scale", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f496" + }, + { + "id": "weixin", + "label": "Weixin (WeChat)", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1d7" + }, + { + "id": "whale", + "label": "Whale", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f72c" + }, + { + "id": "whatsapp", + "label": "What's App", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f232" + }, + { + "id": "wheat", + "label": "Wheat", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f72d" + }, + { + "id": "wheat-awn", + "label": "Wheat Awn", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2cd" + }, + { + "id": "wheat-awn-circle-exclamation", + "label": "Wheat Awn Circle Exclamation", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e598" + }, + { + "id": "wheat-awn-slash", + "label": "Wheat Awn Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e338" + }, + { + "id": "wheat-slash", + "label": "Wheat Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e339" + }, + { + "id": "wheelchair", + "label": "Wheelchair", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f193" + }, + { + "id": "wheelchair-move", + "label": "Wheelchair Move", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2ce" + }, + { + "id": "whiskey-glass", + "label": "Whiskey Glass", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a0" + }, + { + "id": "whiskey-glass-ice", + "label": "Whiskey Glass Ice", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7a1" + }, + { + "id": "whistle", + "label": "Whistle", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f460" + }, + { + "id": "whmcs", + "label": "WHMCS", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f40d" + }, + { + "id": "wifi", + "label": "Wifi", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f1eb" + }, + { + "id": "wifi-exclamation", + "label": "Wifi Exclamation", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2cf" + }, + { + "id": "wifi-fair", + "label": "Wifi Fair", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ab" + }, + { + "id": "wifi-slash", + "label": "Wifi Slash", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ac" + }, + { + "id": "wifi-weak", + "label": "Wifi Weak", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6aa" + }, + { + "id": "wikipedia-w", + "label": "Wikipedia W", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f266" + }, + { + "id": "wind", + "label": "Wind", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f72e" + }, + { + "id": "window", + "label": "Window", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f40e" + }, + { + "id": "window-flip", + "label": "Window Flip", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f40f" + }, + { + "id": "window-frame", + "label": "Window Frame", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e04f" + }, + { + "id": "window-frame-open", + "label": "Window Frame Open", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e050" + }, + { + "id": "window-maximize", + "label": "Window Maximize", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2d0" + }, + { + "id": "window-minimize", + "label": "Window Minimize", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2d1" + }, + { + "id": "window-restore", + "label": "Window Restore", + "membership": { + "free": [ + "regular", + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f2d2" + }, + { + "id": "windows", + "label": "Windows", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f17a" + }, + { + "id": "windsock", + "label": "Windsock", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f777" + }, + { + "id": "wind-turbine", + "label": "Wind Turbine", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f89b" + }, + { + "id": "wind-warning", + "label": "Wind Warning", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f776" + }, + { + "id": "wine-bottle", + "label": "Wine Bottle", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f72f" + }, + { + "id": "wine-glass", + "label": "Wine Glass", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4e3" + }, + { + "id": "wine-glass-crack", + "label": "Wine Glass Crack", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f4bb" + }, + { + "id": "wine-glass-empty", + "label": "Wine Glass Empty", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f5ce" + }, + { + "id": "wirsindhandwerk", + "label": "wirsindhandwerk", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e2d0" + }, + { + "id": "wix", + "label": "Wix", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f5cf" + }, + { + "id": "wizards-of-the-coast", + "label": "Wizards of the Coast", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f730" + }, + { + "id": "wodu", + "label": "Wodu", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e088" + }, + { + "id": "wolf-pack-battalion", + "label": "Wolf Pack Battalion", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f514" + }, + { + "id": "won-sign", + "label": "Won Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f159" + }, + { + "id": "wordpress", + "label": "WordPress Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f19a" + }, + { + "id": "wordpress-simple", + "label": "Wordpress Simple", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f411" + }, + { + "id": "worm", + "label": "Worm", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e599" + }, + { + "id": "wpbeginner", + "label": "WPBeginner", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f297" + }, + { + "id": "wpexplorer", + "label": "WPExplorer", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2de" + }, + { + "id": "wpforms", + "label": "WPForms", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f298" + }, + { + "id": "wpressr", + "label": "wpressr", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f3e4" + }, + { + "id": "wreath", + "label": "Wreath", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f7e2" + }, + { + "id": "wreath-laurel", + "label": "Wreath Laurel", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e5d2" + }, + { + "id": "wrench", + "label": "Wrench", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f0ad" + }, + { + "id": "wrench-simple", + "label": "Wrench Simple", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e2d1" + }, + { + "id": "x", + "label": "X", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "58" + }, + { + "id": "xbox", + "label": "Xbox", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f412" + }, + { + "id": "xing", + "label": "Xing", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f168" + }, + { + "id": "xmark", + "label": "Xmark", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f00d" + }, + { + "id": "xmark-large", + "label": "Xmark Large", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e59b" + }, + { + "id": "xmarks-lines", + "label": "Xmarks Lines", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "e59a" + }, + { + "id": "xmark-to-slot", + "label": "Xmark To Slot", + "membership": { + "free": [], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f771" + }, + { + "id": "x-ray", + "label": "X Ray", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f497" + }, + { + "id": "x-twitter", + "label": "X Twitter", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "e61b" + }, + { + "id": "y", + "label": "Y", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "59" + }, + { + "id": "yahoo", + "label": "Yahoo Logo", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f19e" + }, + { + "id": "yammer", + "label": "Yammer", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f840" + }, + { + "id": "yandex", + "label": "Yandex", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f413" + }, + { + "id": "yandex-international", + "label": "Yandex International", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f414" + }, + { + "id": "yarn", + "label": "Yarn", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f7e3" + }, + { + "id": "y-combinator", + "label": "Y Combinator", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f23b" + }, + { + "id": "yelp", + "label": "Yelp", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f1e9" + }, + { + "id": "yen-sign", + "label": "Yen Sign", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f157" + }, + { + "id": "yin-yang", + "label": "Yin Yang", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "f6ad" + }, + { + "id": "yoast", + "label": "Yoast", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f2b1" + }, + { + "id": "youtube", + "label": "YouTube", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f167" + }, + { + "id": "z", + "label": "Z", + "membership": { + "free": [ + "solid" + ], + "pro": [ + "duotone", + "light", + "regular", + "solid", + "thin" + ] + }, + "unicode": "5a" + }, + { + "id": "zhihu", + "label": "Zhihu", + "membership": { + "free": [ + "brands" + ], + "pro": [ + "brands" + ] + }, + "unicode": "f63f" + } +] diff --git a/src/assets/ucicon/fa.css b/src/assets/ucicon/fa.css new file mode 100644 index 0000000..59d1511 --- /dev/null +++ b/src/assets/ucicon/fa.css @@ -0,0 +1,17654 @@ +:root,:host { + --fa-style-family-classic: "Font Awesome 6 Pro"; + --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro" +} + +@font-face { + font-family: "Font Awesome 6 Pro"; + font-style: normal; + font-weight: 400; + font-display: block; + src: url(/resources/configurator/fonts/fontawesome6/fa-regular-400.woff2) format("woff2"),url(/resources/configurator/fonts/fontawesome6/fa-regular-400.ttf) format("truetype") +} + +@font-face { + font-family: "Font Awesome 6 Pro"; + font-style: normal; + font-weight: 300; + font-display: block; + src: url(/resources/configurator/fonts/fontawesome6/fa-light-300.woff2) format("woff2"),url(/resources/configurator/fonts/fontawesome6/fa-light-300.ttf) format("truetype") +} + +@font-face { + font-family: "Font Awesome 6 Pro"; + font-style: normal; + font-weight: 100; + font-display: block; + src: url(/resources/configurator/fonts/fontawesome6/fa-thin-100.woff2) format("woff2"),url(/resources/configurator/fonts/fontawesome6/fa-thin-100.ttf) format("truetype") +} + +.fat,.fa-thin { + font-weight: 100; + font-size: 2.4rem; +} + +.fal,.fa-light { + font-weight: 300; + font-size: 2.4rem; +} + +.far,.fa-regular { + font-weight: 400; + font-size: 2.4rem; +} + +:root,:host { + --fa-style-family-classic: "Font Awesome 6 Pro"; + --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro" +} + +:root,:host { + --fa-style-family-classic: "Font Awesome 6 Pro"; + --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro" +} + + +:root,:host { + --fa-style-family-classic: "Font Awesome 6 Pro"; + --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro" +} + + +.fa-bluetooth:before { + content: "" +} + +.fa { + font-family: var(--fa-style-family, "Font Awesome 6 Pro"); + font-weight: var(--fa-style, 900) +} + +.fa-solid,.fa-regular,.fa-brands,.fas,.far,.fab,.fal,.fat,.fad,.fass,.fasr,.fasl,.fast,.fasds,.fa-light,.fa-thin,.fa-duotone,.fa-sharp,.fa-sharp-duotone,.fa-sharp-solid,.fa-classic,.fa { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--fa-display, inline-block); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto +} + +.fas,.far,.fal,.fat,.fa-solid,.fa-regular,.fa-light,.fa-thin,.fa-classic { + font-family: "Font Awesome 6 Pro","Font Awesome 6 Free" +} + +.fab,.fa-brands { + font-family: "Font Awesome 6 Brands" +} + +.fad,.fa-classic.fa-duotone,.fa-duotone { + font-family: "Font Awesome 6 Duotone" +} + +.fasds,.fa-sharp-duotone { + font-family: "Font Awesome 6 Sharp Duotone" +} + +.fasds,.fa-sharp-duotone { + font-weight: 900 +} + +.fass,.fasr,.fasl,.fast,.fa-sharp { + font-family: "Font Awesome 6 Sharp" +} + +.fass,.fa-sharp { + font-weight: 900 +} + +.fa-1x { + font-size: 1em +} + +.fa-2x { + font-size: 2em +} + +.fa-3x { + font-size: 3em +} + +.fa-4x { + font-size: 4em +} + +.fa-5x { + font-size: 5em +} + +.fa-6x { + font-size: 6em +} + +.fa-7x { + font-size: 7em +} + +.fa-8x { + font-size: 8em +} + +.fa-9x { + font-size: 9em +} + +.fa-10x { + font-size: 10em +} + +.fa-2xs { + font-size: .625em; + line-height: .1em; + vertical-align: .225em +} + +.fa-xs { + font-size: .75em; + line-height: .0833333337em; + vertical-align: .125em +} + +.fa-sm { + font-size: .875em; + line-height: .0714285718em; + vertical-align: .0535714295em +} + +.fa-lg { + font-size: 1.25em; + line-height: .05em; + vertical-align: -.075em +} + +.fa-xl { + font-size: 1.5em; + line-height: .0416666682em; + vertical-align: -.125em +} + +.fa-2xl { + font-size: 2em; + line-height: .03125em; + vertical-align: -.1875em +} + +.fa-fw { + text-align: center; + width: 1.25em +} + +.fa-ul { + list-style-type: none; + margin-left: var(--fa-li-margin, 2.5em); + padding-left: 0 +} + +.fa-ul>li { + position: relative +} + +.fa-li { + left: calc(-1 * var(--fa-li-width, 2em)); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit +} + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, .1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, .08em); + padding: var(--fa-border-padding, .2em .25em .15em) +} + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, .3em) +} + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, .3em) +} + +.fa-beat { + animation-name: fa-beat; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out) +} + +.fa-bounce { + animation-name: fa-bounce; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1)) +} + +.fa-fade { + animation-name: fa-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1)) +} + +.fa-beat-fade { + animation-name: fa-beat-fade; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1)) +} + +.fa-flip { + animation-name: fa-flip; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, ease-in-out) +} + +.fa-shake { + animation-name: fa-shake; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear) +} + +.fa-spin { + animation-name: fa-spin; + animation-delay: var(--fa-animation-delay, 0s); + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 2s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, linear) +} + +.fa-spin-reverse { + --fa-animation-direction: reverse +} + +.fa-pulse,.fa-spin-pulse { + animation-name: fa-spin; + animation-direction: var(--fa-animation-direction, normal); + animation-duration: var(--fa-animation-duration, 1s); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-timing-function: var(--fa-animation-timing, steps(8)) +} + +@media (prefers-reduced-motion: reduce) { + .fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse { + animation-delay: -1ms; + animation-duration: 1ms; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s + } +} + +@keyframes fa-beat { + 0%,90% { + transform: scale(1) + } + + 45% { + transform: scale(var(--fa-beat-scale, 1.25)) + } +} + +@keyframes fa-bounce { + 0% { + transform: scale(1) translateY(0) + } + + 10% { + transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0) + } + + 30% { + transform: scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em)) + } + + 50% { + transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0) + } + + 57% { + transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em)) + } + + 64% { + transform: scale(1) translateY(0) + } + + to { + transform: scale(1) translateY(0) + } +} + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, .4) + } +} + +@keyframes fa-beat-fade { + 0%,to { + opacity: var(--fa-beat-fade-opacity, .4); + transform: scale(1) + } + + 50% { + opacity: 1; + transform: scale(var(--fa-beat-fade-scale, 1.125)) + } +} + +@keyframes fa-flip { + 50% { + transform: rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg)) + } +} + +@keyframes fa-shake { + 0% { + transform: rotate(-15deg) + } + + 4% { + transform: rotate(15deg) + } + + 8%,24% { + transform: rotate(-18deg) + } + + 12%,28% { + transform: rotate(18deg) + } + + 16% { + transform: rotate(-22deg) + } + + 20% { + transform: rotate(22deg) + } + + 32% { + transform: rotate(-12deg) + } + + 36% { + transform: rotate(12deg) + } + + 40%,to { + transform: rotate(0) + } +} + +@keyframes fa-spin { + 0% { + transform: rotate(0) + } + + to { + transform: rotate(360deg) + } +} + +.fa-rotate-90 { + transform: rotate(90deg) +} + +.fa-rotate-180 { + transform: rotate(180deg) +} + +.fa-rotate-270 { + transform: rotate(270deg) +} + +.fa-flip-horizontal { + transform: scaleX(-1) +} + +.fa-flip-vertical { + transform: scaleY(-1) +} + +.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical { + transform: scale(-1) +} + +.fa-rotate-by { + transform: rotate(var(--fa-rotate-angle, 0)) +} + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em +} + +.fa-stack-1x,.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--fa-stack-z-index, auto) +} + +.fa-stack-1x { + line-height: inherit +} + +.fa-stack-2x { + font-size: 2em +} + +.fa-inverse { + color: var(--fa-inverse, #fff) +} + +.fa-0:before { + content: "0" +} + +.fa-1:before { + content: "1" +} + +.fa-2:before { + content: "2" +} + +.fa-3:before { + content: "3" +} + +.fa-4:before { + content: "4" +} + +.fa-5:before { + content: "5" +} + +.fa-6:before { + content: "6" +} + +.fa-7:before { + content: "7" +} + +.fa-8:before { + content: "8" +} + +.fa-9:before { + content: "9" +} + +.fa-fill-drip:before { + content: "" +} + +.fa-arrows-to-circle:before { + content: "" +} + +.fa-circle-chevron-right:before { + content: "" +} + +.fa-chevron-circle-right:before { + content: "" +} + +.fa-wagon-covered:before { + content: "" +} + +.fa-line-height:before { + content: "" +} + +.fa-bagel:before { + content: "" +} + +.fa-transporter-7:before { + content: "" +} + +.fa-at:before { + content: "@" +} + +.fa-rectangles-mixed:before { + content: "" +} + +.fa-phone-arrow-up-right:before { + content: "" +} + +.fa-phone-arrow-up:before { + content: "" +} + +.fa-phone-outgoing:before { + content: "" +} + +.fa-trash-can:before { + content: "" +} + +.fa-trash-alt:before { + content: "" +} + +.fa-circle-l:before { + content: "" +} + +.fa-head-side-goggles:before { + content: "" +} + +.fa-head-vr:before { + content: "" +} + +.fa-text-height:before { + content: "" +} + +.fa-user-xmark:before { + content: "" +} + +.fa-user-times:before { + content: "" +} + +.fa-face-hand-yawn:before { + content: "" +} + +.fa-gauge-simple-min:before { + content: "" +} + +.fa-tachometer-slowest:before { + content: "" +} + +.fa-stethoscope:before { + content: "" +} + +.fa-coffin:before { + content: "" +} + +.fa-message:before { + content: "" +} + +.fa-comment-alt:before { + content: "" +} + +.fa-salad:before { + content: "" +} + +.fa-bowl-salad:before { + content: "" +} + +.fa-info:before { + content: "" +} + +.fa-robot-astromech:before { + content: "" +} + +.fa-ring-diamond:before { + content: "" +} + +.fa-fondue-pot:before { + content: "" +} + +.fa-theta:before { + content: "" +} + +.fa-face-hand-peeking:before { + content: "" +} + +.fa-square-user:before { + content: "" +} + +.fa-down-left-and-up-right-to-center:before { + content: "" +} + +.fa-compress-alt:before { + content: "" +} + +.fa-explosion:before { + content: "" +} + +.fa-file-lines:before { + content: "" +} + +.fa-file-alt:before { + content: "" +} + +.fa-file-text:before { + content: "" +} + +.fa-wave-square:before { + content: "" +} + +.fa-ring:before { + content: "" +} + +.fa-building-un:before { + content: "" +} + +.fa-dice-three:before { + content: "" +} + +.fa-tire-pressure-warning:before { + content: "" +} + +.fa-wifi-fair:before { + content: "" +} + +.fa-wifi-2:before { + content: "" +} + +.fa-calendar-days:before { + content: "" +} + +.fa-calendar-alt:before { + content: "" +} + +.fa-mp3-player:before { + content: "" +} + +.fa-anchor-circle-check:before { + content: "" +} + +.fa-tally-4:before { + content: "" +} + +.fa-rectangle-history:before { + content: "" +} + +.fa-building-circle-arrow-right:before { + content: "" +} + +.fa-volleyball:before { + content: "" +} + +.fa-volleyball-ball:before { + content: "" +} + +.fa-sun-haze:before { + content: "" +} + +.fa-text-size:before { + content: "" +} + +.fa-ufo:before { + content: "" +} + +.fa-fork:before { + content: "" +} + +.fa-utensil-fork:before { + content: "" +} + +.fa-arrows-up-to-line:before { + content: "" +} + +.fa-mobile-signal:before { + content: "" +} + +.fa-barcode-scan:before { + content: "" +} + +.fa-sort-down:before { + content: "" +} + +.fa-sort-desc:before { + content: "" +} + +.fa-folder-arrow-down:before { + content: "" +} + +.fa-folder-download:before { + content: "" +} + +.fa-circle-minus:before { + content: "" +} + +.fa-minus-circle:before { + content: "" +} + +.fa-face-icicles:before { + content: "" +} + +.fa-shovel:before { + content: "" +} + +.fa-door-open:before { + content: "" +} + +.fa-films:before { + content: "" +} + +.fa-right-from-bracket:before { + content: "" +} + +.fa-sign-out-alt:before { + content: "" +} + +.fa-face-glasses:before { + content: "" +} + +.fa-nfc:before { + content: "" +} + +.fa-atom:before { + content: "" +} + +.fa-soap:before { + content: "" +} + +.fa-icons:before { + content: "" +} + +.fa-heart-music-camera-bolt:before { + content: "" +} + +.fa-microphone-lines-slash:before { + content: "" +} + +.fa-microphone-alt-slash:before { + content: "" +} + +.fa-closed-captioning-slash:before { + content: "" +} + +.fa-calculator-simple:before { + content: "" +} + +.fa-calculator-alt:before { + content: "" +} + +.fa-bridge-circle-check:before { + content: "" +} + +.fa-sliders-up:before { + content: "" +} + +.fa-sliders-v:before { + content: "" +} + +.fa-location-minus:before { + content: "" +} + +.fa-map-marker-minus:before { + content: "" +} + +.fa-pump-medical:before { + content: "" +} + +.fa-fingerprint:before { + content: "" +} + +.fa-ski-boot:before { + content: "" +} + +.fa-standard-definition:before { + content: "" +} + +.fa-rectangle-sd:before { + content: "" +} + +.fa-h1:before { + content: "" +} + +.fa-hand-point-right:before { + content: "" +} + +.fa-magnifying-glass-location:before { + content: "" +} + +.fa-search-location:before { + content: "" +} + +.fa-message-bot:before { + content: "" +} + +.fa-forward-step:before { + content: "" +} + +.fa-step-forward:before { + content: "" +} + +.fa-face-smile-beam:before { + content: "" +} + +.fa-smile-beam:before { + content: "" +} + +.fa-light-ceiling:before { + content: "" +} + +.fa-message-exclamation:before { + content: "" +} + +.fa-comment-alt-exclamation:before { + content: "" +} + +.fa-bowl-scoop:before { + content: "" +} + +.fa-bowl-shaved-ice:before { + content: "" +} + +.fa-square-x:before { + content: "" +} + +.fa-building-memo:before { + content: "" +} + +.fa-utility-pole-double:before { + content: "" +} + +.fa-flag-checkered:before { + content: "" +} + +.fa-chevrons-up:before { + content: "" +} + +.fa-chevron-double-up:before { + content: "" +} + +.fa-football:before { + content: "" +} + +.fa-football-ball:before { + content: "" +} + +.fa-user-vneck:before { + content: "" +} + +.fa-school-circle-exclamation:before { + content: "" +} + +.fa-crop:before { + content: "" +} + +.fa-angles-down:before { + content: "" +} + +.fa-angle-double-down:before { + content: "" +} + +.fa-users-rectangle:before { + content: "" +} + +.fa-people-roof:before { + content: "" +} + +.fa-square-arrow-right:before { + content: "" +} + +.fa-arrow-square-right:before { + content: "" +} + +.fa-location-plus:before { + content: "" +} + +.fa-map-marker-plus:before { + content: "" +} + +.fa-lightbulb-exclamation-on:before { + content: "" +} + +.fa-people-line:before { + content: "" +} + +.fa-beer-mug-empty:before { + content: "" +} + +.fa-beer:before { + content: "" +} + +.fa-crate-empty:before { + content: "" +} + +.fa-diagram-predecessor:before { + content: "" +} + +.fa-transporter:before { + content: "" +} + +.fa-calendar-circle-user:before { + content: "" +} + +.fa-arrow-up-long:before { + content: "" +} + +.fa-long-arrow-up:before { + content: "" +} + +.fa-person-carry-box:before { + content: "" +} + +.fa-person-carry:before { + content: "" +} + +.fa-fire-flame-simple:before { + content: "" +} + +.fa-burn:before { + content: "" +} + +.fa-person:before { + content: "" +} + +.fa-male:before { + content: "" +} + +.fa-laptop:before { + content: "" +} + +.fa-file-csv:before { + content: "" +} + +.fa-menorah:before { + content: "" +} + +.fa-union:before { + content: "" +} + +.fa-chevrons-left:before { + content: "" +} + +.fa-chevron-double-left:before { + content: "" +} + +.fa-circle-heart:before { + content: "" +} + +.fa-heart-circle:before { + content: "" +} + +.fa-truck-plane:before { + content: "" +} + +.fa-record-vinyl:before { + content: "" +} + +.fa-bring-forward:before { + content: "" +} + +.fa-square-p:before { + content: "" +} + +.fa-face-grin-stars:before { + content: "" +} + +.fa-grin-stars:before { + content: "" +} + +.fa-sigma:before { + content: "" +} + +.fa-camera-movie:before { + content: "" +} + +.fa-bong:before { + content: "" +} + +.fa-clarinet:before { + content: "" +} + +.fa-truck-flatbed:before { + content: "" +} + +.fa-spaghetti-monster-flying:before { + content: "" +} + +.fa-pastafarianism:before { + content: "" +} + +.fa-arrow-down-up-across-line:before { + content: "" +} + +.fa-arrows-rotate-reverse:before { + content: "" +} + +.fa-leaf-heart:before { + content: "" +} + +.fa-house-building:before { + content: "" +} + +.fa-cheese-swiss:before { + content: "" +} + +.fa-spoon:before { + content: "" +} + +.fa-utensil-spoon:before { + content: "" +} + +.fa-jar-wheat:before { + content: "" +} + +.fa-envelopes-bulk:before { + content: "" +} + +.fa-mail-bulk:before { + content: "" +} + +.fa-file-circle-exclamation:before { + content: "" +} + +.fa-bow-arrow:before { + content: "" +} + +.fa-cart-xmark:before { + content: "" +} + +.fa-hexagon-xmark:before { + content: "" +} + +.fa-times-hexagon:before { + content: "" +} + +.fa-xmark-hexagon:before { + content: "" +} + +.fa-circle-h:before { + content: "" +} + +.fa-hospital-symbol:before { + content: "" +} + +.fa-merge:before { + content: "" +} + +.fa-pager:before { + content: "" +} + +.fa-cart-minus:before { + content: "" +} + +.fa-address-book:before { + content: "" +} + +.fa-contact-book:before { + content: "" +} + +.fa-pan-frying:before { + content: "" +} + +.fa-grid:before { + content: "" +} + +.fa-grid-3:before { + content: "" +} + +.fa-football-helmet:before { + content: "" +} + +.fa-hand-love:before { + content: "" +} + +.fa-trees:before { + content: "" +} + +.fa-strikethrough:before { + content: "" +} + +.fa-page:before { + content: "" +} + +.fa-k:before { + content: "K" +} + +.fa-diagram-previous:before { + content: "" +} + +.fa-gauge-min:before { + content: "" +} + +.fa-tachometer-alt-slowest:before { + content: "" +} + +.fa-folder-grid:before { + content: "" +} + +.fa-eggplant:before { + content: "" +} + +.fa-excavator:before { + content: "" +} + +.fa-ram:before { + content: "" +} + +.fa-landmark-flag:before { + content: "" +} + +.fa-lips:before { + content: "" +} + +.fa-pencil:before { + content: "" +} + +.fa-pencil-alt:before { + content: "" +} + +.fa-backward:before { + content: "" +} + +.fa-caret-right:before { + content: "" +} + +.fa-comments:before { + content: "" +} + +.fa-paste:before { + content: "" +} + +.fa-file-clipboard:before { + content: "" +} + +.fa-desktop-arrow-down:before { + content: "" +} + +.fa-code-pull-request:before { + content: "" +} + +.fa-pumpkin:before { + content: "" +} + +.fa-clipboard-list:before { + content: "" +} + +.fa-pen-field:before { + content: "" +} + +.fa-blueberries:before { + content: "" +} + +.fa-truck-ramp-box:before { + content: "" +} + +.fa-truck-loading:before { + content: "" +} + +.fa-note:before { + content: "" +} + +.fa-arrow-down-to-square:before { + content: "" +} + +.fa-user-check:before { + content: "" +} + +.fa-cloud-xmark:before { + content: "" +} + +.fa-vial-virus:before { + content: "" +} + +.fa-book-blank:before { + content: "" +} + +.fa-book-alt:before { + content: "" +} + +.fa-golf-flag-hole:before { + content: "" +} + +.fa-message-arrow-down:before { + content: "" +} + +.fa-comment-alt-arrow-down:before { + content: "" +} + +.fa-face-unamused:before { + content: "" +} + +.fa-sheet-plastic:before { + content: "" +} + +.fa-circle-9:before { + content: "" +} + +.fa-blog:before { + content: "" +} + +.fa-user-ninja:before { + content: "" +} + +.fa-pencil-slash:before { + content: "" +} + +.fa-bowling-pins:before { + content: "" +} + +.fa-person-arrow-up-from-line:before { + content: "" +} + +.fa-down-right:before { + content: "" +} + +.fa-scroll-torah:before { + content: "" +} + +.fa-torah:before { + content: "" +} + +.fa-webhook:before { + content: "" +} + +.fa-blinds-open:before { + content: "" +} + +.fa-fence:before { + content: "" +} + +.fa-up:before { + content: "" +} + +.fa-arrow-alt-up:before { + content: "" +} + +.fa-broom-ball:before { + content: "" +} + +.fa-quidditch:before { + content: "" +} + +.fa-quidditch-broom-ball:before { + content: "" +} + +.fa-drumstick:before { + content: "" +} + +.fa-square-v:before { + content: "" +} + +.fa-face-awesome:before { + content: "" +} + +.fa-gave-dandy:before { + content: "" +} + +.fa-dial-off:before { + content: "" +} + +.fa-toggle-off:before { + content: "" +} + +.fa-face-smile-horns:before { + content: "" +} + +.fa-box-archive:before { + content: "" +} + +.fa-archive:before { + content: "" +} + +.fa-grapes:before { + content: "" +} + +.fa-person-drowning:before { + content: "" +} + +.fa-dial-max:before { + content: "" +} + +.fa-circle-m:before { + content: "" +} + +.fa-calendar-image:before { + content: "" +} + +.fa-circle-caret-down:before { + content: "" +} + +.fa-caret-circle-down:before { + content: "" +} + +.fa-arrow-down-9-1:before { + content: "" +} + +.fa-sort-numeric-desc:before { + content: "" +} + +.fa-sort-numeric-down-alt:before { + content: "" +} + +.fa-face-grin-tongue-squint:before { + content: "" +} + +.fa-grin-tongue-squint:before { + content: "" +} + +.fa-shish-kebab:before { + content: "" +} + +.fa-spray-can:before { + content: "" +} + +.fa-alarm-snooze:before { + content: "" +} + +.fa-scarecrow:before { + content: "" +} + +.fa-truck-monster:before { + content: "" +} + +.fa-gift-card:before { + content: "" +} + +.fa-w:before { + content: "W" +} + +.fa-code-pull-request-draft:before { + content: "" +} + +.fa-square-b:before { + content: "" +} + +.fa-elephant:before { + content: "" +} + +.fa-earth-africa:before { + content: "" +} + +.fa-globe-africa:before { + content: "" +} + +.fa-rainbow:before { + content: "" +} + +.fa-circle-notch:before { + content: "" +} + +.fa-tablet-screen-button:before { + content: "" +} + +.fa-tablet-alt:before { + content: "" +} + +.fa-paw:before { + content: "" +} + +.fa-message-question:before { + content: "" +} + +.fa-cloud:before { + content: "" +} + +.fa-trowel-bricks:before { + content: "" +} + +.fa-square-3:before { + content: "" +} + +.fa-face-flushed:before { + content: "" +} + +.fa-flushed:before { + content: "" +} + +.fa-hospital-user:before { + content: "" +} + +.fa-microwave:before { + content: "" +} + +.fa-chf-sign:before { + content: "" +} + +.fa-tent-arrow-left-right:before { + content: "" +} + +.fa-cart-circle-arrow-up:before { + content: "" +} + +.fa-trash-clock:before { + content: "" +} + +.fa-reflect-both:before { + content: "" +} + +.fa-gavel:before { + content: "" +} + +.fa-legal:before { + content: "" +} + +.fa-sprinkler-ceiling:before { + content: "" +} + +.fa-browsers:before { + content: "" +} + +.fa-trillium:before { + content: "" +} + +.fa-table-cells-unlock:before { + content: "" +} + +.fa-music-slash:before { + content: "" +} + +.fa-truck-ramp:before { + content: "" +} + +.fa-binoculars:before { + content: "" +} + +.fa-microphone-slash:before { + content: "" +} + +.fa-box-tissue:before { + content: "" +} + +.fa-circle-c:before { + content: "" +} + +.fa-star-christmas:before { + content: "" +} + +.fa-chart-bullet:before { + content: "" +} + +.fa-motorcycle:before { + content: "" +} + +.fa-tree-christmas:before { + content: "" +} + +.fa-tire-flat:before { + content: "" +} + +.fa-sunglasses:before { + content: "" +} + +.fa-badge:before { + content: "" +} + +.fa-message-pen:before { + content: "" +} + +.fa-comment-alt-edit:before { + content: "" +} + +.fa-message-edit:before { + content: "" +} + +.fa-bell-concierge:before { + content: "" +} + +.fa-concierge-bell:before { + content: "" +} + +.fa-pen-ruler:before { + content: "" +} + +.fa-pencil-ruler:before { + content: "" +} + +.fa-file-mp3:before { + content: "" +} + +.fa-arrow-progress:before { + content: "" +} + +.fa-chess-rook-piece:before { + content: "" +} + +.fa-chess-rook-alt:before { + content: "" +} + +.fa-square-root:before { + content: "" +} + +.fa-album-collection-circle-plus:before { + content: "" +} + +.fa-people-arrows:before { + content: "" +} + +.fa-people-arrows-left-right:before { + content: "" +} + +.fa-sign-post:before { + content: "" +} + +.fa-face-angry-horns:before { + content: "" +} + +.fa-mars-and-venus-burst:before { + content: "" +} + +.fa-tombstone:before { + content: "" +} + +.fa-square-caret-right:before { + content: "" +} + +.fa-caret-square-right:before { + content: "" +} + +.fa-scissors:before { + content: "" +} + +.fa-cut:before { + content: "" +} + +.fa-list-music:before { + content: "" +} + +.fa-sun-plant-wilt:before { + content: "" +} + +.fa-toilets-portable:before { + content: "" +} + +.fa-hockey-puck:before { + content: "" +} + +.fa-mustache:before { + content: "" +} + +.fa-hyphen:before { + content: "-" +} + +.fa-table:before { + content: "" +} + +.fa-user-chef:before { + content: "" +} + +.fa-message-image:before { + content: "" +} + +.fa-comment-alt-image:before { + content: "" +} + +.fa-users-medical:before { + content: "" +} + +.fa-sensor-triangle-exclamation:before { + content: "" +} + +.fa-sensor-alert:before { + content: "" +} + +.fa-magnifying-glass-arrow-right:before { + content: "" +} + +.fa-tachograph-digital:before { + content: "" +} + +.fa-digital-tachograph:before { + content: "" +} + +.fa-face-mask:before { + content: "" +} + +.fa-pickleball:before { + content: "" +} + +.fa-star-sharp-half:before { + content: "" +} + +.fa-users-slash:before { + content: "" +} + +.fa-clover:before { + content: "" +} + +.fa-meat:before { + content: "" +} + +.fa-reply:before { + content: "" +} + +.fa-mail-reply:before { + content: "" +} + +.fa-star-and-crescent:before { + content: "" +} + +.fa-empty-set:before { + content: "" +} + +.fa-house-fire:before { + content: "" +} + +.fa-square-minus:before { + content: "" +} + +.fa-minus-square:before { + content: "" +} + +.fa-helicopter:before { + content: "" +} + +.fa-bird:before { + content: "" +} + +.fa-compass:before { + content: "" +} + +.fa-square-caret-down:before { + content: "" +} + +.fa-caret-square-down:before { + content: "" +} + +.fa-heart-half-stroke:before { + content: "" +} + +.fa-heart-half-alt:before { + content: "" +} + +.fa-file-circle-question:before { + content: "" +} + +.fa-truck-utensils:before { + content: "" +} + +.fa-laptop-code:before { + content: "" +} + +.fa-joystick:before { + content: "" +} + +.fa-grill-fire:before { + content: "" +} + +.fa-rectangle-vertical-history:before { + content: "" +} + +.fa-swatchbook:before { + content: "" +} + +.fa-prescription-bottle:before { + content: "" +} + +.fa-bars:before { + content: "" +} + +.fa-navicon:before { + content: "" +} + +.fa-keyboard-left:before { + content: "" +} + +.fa-people-group:before { + content: "" +} + +.fa-hourglass-end:before { + content: "" +} + +.fa-hourglass-3:before { + content: "" +} + +.fa-heart-crack:before { + content: "" +} + +.fa-heart-broken:before { + content: "" +} + +.fa-face-beam-hand-over-mouth:before { + content: "" +} + +.fa-droplet-percent:before { + content: "" +} + +.fa-humidity:before { + content: "" +} + +.fa-square-up-right:before { + content: "" +} + +.fa-external-link-square-alt:before { + content: "" +} + +.fa-face-kiss-beam:before { + content: "" +} + +.fa-kiss-beam:before { + content: "" +} + +.fa-corn:before { + content: "" +} + +.fa-roller-coaster:before { + content: "" +} + +.fa-photo-film-music:before { + content: "" +} + +.fa-radar:before { + content: "" +} + +.fa-sickle:before { + content: "" +} + +.fa-film:before { + content: "" +} + +.fa-coconut:before { + content: "" +} + +.fa-ruler-horizontal:before { + content: "" +} + +.fa-shield-cross:before { + content: "" +} + +.fa-cassette-tape:before { + content: "" +} + +.fa-square-terminal:before { + content: "" +} + +.fa-people-robbery:before { + content: "" +} + +.fa-lightbulb:before { + content: "" +} + +.fa-caret-left:before { + content: "" +} + +.fa-comment-middle:before { + content: "" +} + +.fa-trash-can-list:before { + content: "" +} + +.fa-block:before { + content: "" +} + +.fa-circle-exclamation:before { + content: "" +} + +.fa-exclamation-circle:before { + content: "" +} + +.fa-school-circle-xmark:before { + content: "" +} + +.fa-arrow-right-from-bracket:before { + content: "" +} + +.fa-sign-out:before { + content: "" +} + +.fa-face-frown-slight:before { + content: "" +} + +.fa-circle-chevron-down:before { + content: "" +} + +.fa-chevron-circle-down:before { + content: "" +} + +.fa-sidebar-flip:before { + content: "" +} + +.fa-unlock-keyhole:before { + content: "" +} + +.fa-unlock-alt:before { + content: "" +} + +.fa-temperature-list:before { + content: "" +} + +.fa-cloud-showers-heavy:before { + content: "" +} + +.fa-headphones-simple:before { + content: "" +} + +.fa-headphones-alt:before { + content: "" +} + +.fa-sitemap:before { + content: "" +} + +.fa-pipe-section:before { + content: "" +} + +.fa-space-station-moon-construction:before { + content: "" +} + +.fa-space-station-moon-alt:before { + content: "" +} + +.fa-circle-dollar-to-slot:before { + content: "" +} + +.fa-donate:before { + content: "" +} + +.fa-memory:before { + content: "" +} + +.fa-face-sleeping:before { + content: "" +} + +.fa-road-spikes:before { + content: "" +} + +.fa-fire-burner:before { + content: "" +} + +.fa-squirrel:before { + content: "" +} + +.fa-arrow-up-to-line:before { + content: "" +} + +.fa-arrow-to-top:before { + content: "" +} + +.fa-flag:before { + content: "" +} + +.fa-face-cowboy-hat:before { + content: "" +} + +.fa-hanukiah:before { + content: "" +} + +.fa-chart-scatter-3d:before { + content: "" +} + +.fa-display-chart-up:before { + content: "" +} + +.fa-square-code:before { + content: "" +} + +.fa-feather:before { + content: "" +} + +.fa-volume-low:before { + content: "" +} + +.fa-volume-down:before { + content: "" +} + +.fa-xmark-to-slot:before { + content: "" +} + +.fa-times-to-slot:before { + content: "" +} + +.fa-vote-nay:before { + content: "" +} + +.fa-box-taped:before { + content: "" +} + +.fa-box-alt:before { + content: "" +} + +.fa-comment-slash:before { + content: "" +} + +.fa-swords:before { + content: "" +} + +.fa-cloud-sun-rain:before { + content: "" +} + +.fa-album:before { + content: "" +} + +.fa-circle-n:before { + content: "" +} + +.fa-compress:before { + content: "" +} + +.fa-wheat-awn:before { + content: "" +} + +.fa-wheat-alt:before { + content: "" +} + +.fa-ankh:before { + content: "" +} + +.fa-hands-holding-child:before { + content: "" +} + +.fa-asterisk:before { + content: "*" +} + +.fa-key-skeleton-left-right:before { + content: "" +} + +.fa-comment-lines:before { + content: "" +} + +.fa-luchador-mask:before { + content: "" +} + +.fa-luchador:before { + content: "" +} + +.fa-mask-luchador:before { + content: "" +} + +.fa-square-check:before { + content: "" +} + +.fa-check-square:before { + content: "" +} + +.fa-shredder:before { + content: "" +} + +.fa-book-open-cover:before { + content: "" +} + +.fa-book-open-alt:before { + content: "" +} + +.fa-sandwich:before { + content: "" +} + +.fa-peseta-sign:before { + content: "" +} + +.fa-square-parking-slash:before { + content: "" +} + +.fa-parking-slash:before { + content: "" +} + +.fa-train-tunnel:before { + content: "" +} + +.fa-heading:before { + content: "" +} + +.fa-header:before { + content: "" +} + +.fa-ghost:before { + content: "" +} + +.fa-face-anguished:before { + content: "" +} + +.fa-hockey-sticks:before { + content: "" +} + +.fa-abacus:before { + content: "" +} + +.fa-film-simple:before { + content: "" +} + +.fa-film-alt:before { + content: "" +} + +.fa-list:before { + content: "" +} + +.fa-list-squares:before { + content: "" +} + +.fa-tree-palm:before { + content: "" +} + +.fa-square-phone-flip:before { + content: "" +} + +.fa-phone-square-alt:before { + content: "" +} + +.fa-user-beard-bolt:before { + content: "" +} + +.fa-cart-plus:before { + content: "" +} + +.fa-gamepad:before { + content: "" +} + +.fa-border-center-v:before { + content: "" +} + +.fa-circle-dot:before { + content: "" +} + +.fa-dot-circle:before { + content: "" +} + +.fa-clipboard-medical:before { + content: "" +} + +.fa-face-dizzy:before { + content: "" +} + +.fa-dizzy:before { + content: "" +} + +.fa-egg:before { + content: "" +} + +.fa-up-to-line:before { + content: "" +} + +.fa-arrow-alt-to-top:before { + content: "" +} + +.fa-house-medical-circle-xmark:before { + content: "" +} + +.fa-watch-fitness:before { + content: "" +} + +.fa-clock-nine-thirty:before { + content: "" +} + +.fa-campground:before { + content: "" +} + +.fa-folder-plus:before { + content: "" +} + +.fa-jug:before { + content: "" +} + +.fa-futbol:before { + content: "" +} + +.fa-futbol-ball:before { + content: "" +} + +.fa-soccer-ball:before { + content: "" +} + +.fa-snow-blowing:before { + content: "" +} + +.fa-paintbrush:before { + content: "" +} + +.fa-paint-brush:before { + content: "" +} + +.fa-lock:before { + content: "" +} + +.fa-arrow-down-from-line:before { + content: "" +} + +.fa-arrow-from-top:before { + content: "" +} + +.fa-gas-pump:before { + content: "" +} + +.fa-signal-bars-slash:before { + content: "" +} + +.fa-signal-alt-slash:before { + content: "" +} + +.fa-monkey:before { + content: "" +} + +.fa-rectangle-pro:before { + content: "" +} + +.fa-pro:before { + content: "" +} + +.fa-house-night:before { + content: "" +} + +.fa-hot-tub-person:before { + content: "" +} + +.fa-hot-tub:before { + content: "" +} + +.fa-globe-pointer:before { + content: "" +} + +.fa-blanket:before { + content: "" +} + +.fa-map-location:before { + content: "" +} + +.fa-map-marked:before { + content: "" +} + +.fa-house-flood-water:before { + content: "" +} + +.fa-comments-question-check:before { + content: "" +} + +.fa-tree:before { + content: "" +} + +.fa-arrows-cross:before { + content: "" +} + +.fa-backpack:before { + content: "" +} + +.fa-square-small:before { + content: "" +} + +.fa-folder-arrow-up:before { + content: "" +} + +.fa-folder-upload:before { + content: "" +} + +.fa-bridge-lock:before { + content: "" +} + +.fa-crosshairs-simple:before { + content: "" +} + +.fa-sack-dollar:before { + content: "" +} + +.fa-pen-to-square:before { + content: "" +} + +.fa-edit:before { + content: "" +} + +.fa-square-sliders:before { + content: "" +} + +.fa-sliders-h-square:before { + content: "" +} + +.fa-car-side:before { + content: "" +} + +.fa-message-middle-top:before { + content: "" +} + +.fa-comment-middle-top-alt:before { + content: "" +} + +.fa-lightbulb-on:before { + content: "" +} + +.fa-knife:before { + content: "" +} + +.fa-utensil-knife:before { + content: "" +} + +.fa-share-nodes:before { + content: "" +} + +.fa-share-alt:before { + content: "" +} + +.fa-display-chart-up-circle-dollar:before { + content: "" +} + +.fa-wave-sine:before { + content: "" +} + +.fa-heart-circle-minus:before { + content: "" +} + +.fa-circle-w:before { + content: "" +} + +.fa-circle-calendar:before { + content: "" +} + +.fa-calendar-circle:before { + content: "" +} + +.fa-hourglass-half:before { + content: "" +} + +.fa-hourglass-2:before { + content: "" +} + +.fa-microscope:before { + content: "" +} + +.fa-sunset:before { + content: "" +} + +.fa-sink:before { + content: "" +} + +.fa-calendar-exclamation:before { + content: "" +} + +.fa-truck-container-empty:before { + content: "" +} + +.fa-hand-heart:before { + content: "" +} + +.fa-bag-shopping:before { + content: "" +} + +.fa-shopping-bag:before { + content: "" +} + +.fa-arrow-down-z-a:before { + content: "" +} + +.fa-sort-alpha-desc:before { + content: "" +} + +.fa-sort-alpha-down-alt:before { + content: "" +} + +.fa-mitten:before { + content: "" +} + +.fa-reply-clock:before { + content: "" +} + +.fa-reply-time:before { + content: "" +} + +.fa-person-rays:before { + content: "" +} + +.fa-right:before { + content: "" +} + +.fa-arrow-alt-right:before { + content: "" +} + +.fa-circle-f:before { + content: "" +} + +.fa-users:before { + content: "" +} + +.fa-face-pleading:before { + content: "" +} + +.fa-eye-slash:before { + content: "" +} + +.fa-flask-vial:before { + content: "" +} + +.fa-police-box:before { + content: "" +} + +.fa-cucumber:before { + content: "" +} + +.fa-head-side-brain:before { + content: "" +} + +.fa-hand:before { + content: "" +} + +.fa-hand-paper:before { + content: "" +} + +.fa-person-biking-mountain:before { + content: "" +} + +.fa-biking-mountain:before { + content: "" +} + +.fa-utensils-slash:before { + content: "" +} + +.fa-print-magnifying-glass:before { + content: "" +} + +.fa-print-search:before { + content: "" +} + +.fa-turn-right:before { + content: "" +} + +.fa-folder-bookmark:before { + content: "" +} + +.fa-arrow-turn-left-down:before { + content: "" +} + +.fa-om:before { + content: "" +} + +.fa-pi:before { + content: "" +} + +.fa-flask-round-potion:before { + content: "" +} + +.fa-flask-potion:before { + content: "" +} + +.fa-face-shush:before { + content: "" +} + +.fa-worm:before { + content: "" +} + +.fa-house-circle-xmark:before { + content: "" +} + +.fa-plug:before { + content: "" +} + +.fa-calendar-circle-exclamation:before { + content: "" +} + +.fa-square-i:before { + content: "" +} + +.fa-chevron-up:before { + content: "" +} + +.fa-face-saluting:before { + content: "" +} + +.fa-gauge-simple-low:before { + content: "" +} + +.fa-tachometer-slow:before { + content: "" +} + +.fa-face-persevering:before { + content: "" +} + +.fa-circle-camera:before { + content: "" +} + +.fa-camera-circle:before { + content: "" +} + +.fa-hand-spock:before { + content: "" +} + +.fa-spider-web:before { + content: "" +} + +.fa-circle-microphone:before { + content: "" +} + +.fa-microphone-circle:before { + content: "" +} + +.fa-book-arrow-up:before { + content: "" +} + +.fa-popsicle:before { + content: "" +} + +.fa-command:before { + content: "" +} + +.fa-blinds:before { + content: "" +} + +.fa-stopwatch:before { + content: "" +} + +.fa-saxophone:before { + content: "" +} + +.fa-square-2:before { + content: "" +} + +.fa-field-hockey-stick-ball:before { + content: "" +} + +.fa-field-hockey:before { + content: "" +} + +.fa-arrow-up-square-triangle:before { + content: "" +} + +.fa-sort-shapes-up-alt:before { + content: "" +} + +.fa-face-scream:before { + content: "" +} + +.fa-square-m:before { + content: "" +} + +.fa-camera-web:before { + content: "" +} + +.fa-webcam:before { + content: "" +} + +.fa-comment-arrow-down:before { + content: "" +} + +.fa-lightbulb-cfl:before { + content: "" +} + +.fa-window-frame-open:before { + content: "" +} + +.fa-face-kiss:before { + content: "" +} + +.fa-kiss:before { + content: "" +} + +.fa-bridge-circle-xmark:before { + content: "" +} + +.fa-period:before { + content: "." +} + +.fa-face-grin-tongue:before { + content: "" +} + +.fa-grin-tongue:before { + content: "" +} + +.fa-up-to-dotted-line:before { + content: "" +} + +.fa-thought-bubble:before { + content: "" +} + +.fa-skeleton-ribs:before { + content: "" +} + +.fa-raygun:before { + content: "" +} + +.fa-flute:before { + content: "" +} + +.fa-acorn:before { + content: "" +} + +.fa-video-arrow-up-right:before { + content: "" +} + +.fa-grate-droplet:before { + content: "" +} + +.fa-seal-exclamation:before { + content: "" +} + +.fa-chess-bishop:before { + content: "" +} + +.fa-message-sms:before { + content: "" +} + +.fa-coffee-beans:before { + content: "" +} + +.fa-hat-witch:before { + content: "" +} + +.fa-face-grin-wink:before { + content: "" +} + +.fa-grin-wink:before { + content: "" +} + +.fa-clock-three-thirty:before { + content: "" +} + +.fa-ear-deaf:before { + content: "" +} + +.fa-deaf:before { + content: "" +} + +.fa-deafness:before { + content: "" +} + +.fa-hard-of-hearing:before { + content: "" +} + +.fa-alarm-clock:before { + content: "" +} + +.fa-eclipse:before { + content: "" +} + +.fa-face-relieved:before { + content: "" +} + +.fa-road-circle-check:before { + content: "" +} + +.fa-dice-five:before { + content: "" +} + +.fa-octagon-minus:before { + content: "" +} + +.fa-minus-octagon:before { + content: "" +} + +.fa-square-rss:before { + content: "" +} + +.fa-rss-square:before { + content: "" +} + +.fa-face-zany:before { + content: "" +} + +.fa-tricycle:before { + content: "" +} + +.fa-land-mine-on:before { + content: "" +} + +.fa-square-arrow-up-left:before { + content: "" +} + +.fa-i-cursor:before { + content: "" +} + +.fa-chart-mixed-up-circle-dollar:before { + content: "" +} + +.fa-salt-shaker:before { + content: "" +} + +.fa-stamp:before { + content: "" +} + +.fa-file-plus:before { + content: "" +} + +.fa-draw-square:before { + content: "" +} + +.fa-toilet-paper-under-slash:before { + content: "" +} + +.fa-toilet-paper-reverse-slash:before { + content: "" +} + +.fa-stairs:before { + content: "" +} + +.fa-drone-front:before { + content: "" +} + +.fa-drone-alt:before { + content: "" +} + +.fa-glass-empty:before { + content: "" +} + +.fa-dial-high:before { + content: "" +} + +.fa-user-helmet-safety:before { + content: "" +} + +.fa-user-construction:before { + content: "" +} + +.fa-user-hard-hat:before { + content: "" +} + +.fa-i:before { + content: "I" +} + +.fa-hryvnia-sign:before { + content: "" +} + +.fa-hryvnia:before { + content: "" +} + +.fa-arrow-down-left-and-arrow-up-right-to-center:before { + content: "" +} + +.fa-pills:before { + content: "" +} + +.fa-face-grin-wide:before { + content: "" +} + +.fa-grin-alt:before { + content: "" +} + +.fa-tooth:before { + content: "" +} + +.fa-basketball-hoop:before { + content: "" +} + +.fa-objects-align-bottom:before { + content: "" +} + +.fa-v:before { + content: "V" +} + +.fa-sparkles:before { + content: "" +} + +.fa-squid:before { + content: "" +} + +.fa-leafy-green:before { + content: "" +} + +.fa-circle-arrow-up-right:before { + content: "" +} + +.fa-calendars:before { + content: "" +} + +.fa-bangladeshi-taka-sign:before { + content: "" +} + +.fa-bicycle:before { + content: "" +} + +.fa-hammer-war:before { + content: "" +} + +.fa-circle-d:before { + content: "" +} + +.fa-spider-black-widow:before { + content: "" +} + +.fa-staff-snake:before { + content: "" +} + +.fa-rod-asclepius:before { + content: "" +} + +.fa-rod-snake:before { + content: "" +} + +.fa-staff-aesculapius:before { + content: "" +} + +.fa-pear:before { + content: "" +} + +.fa-head-side-cough-slash:before { + content: "" +} + +.fa-file-mov:before { + content: "" +} + +.fa-triangle:before { + content: "" +} + +.fa-apartment:before { + content: "" +} + +.fa-truck-medical:before { + content: "" +} + +.fa-ambulance:before { + content: "" +} + +.fa-pepper:before { + content: "" +} + +.fa-piano:before { + content: "" +} + +.fa-gun-squirt:before { + content: "" +} + +.fa-wheat-awn-circle-exclamation:before { + content: "" +} + +.fa-snowman:before { + content: "" +} + +.fa-user-alien:before { + content: "" +} + +.fa-shield-check:before { + content: "" +} + +.fa-mortar-pestle:before { + content: "" +} + +.fa-road-barrier:before { + content: "" +} + +.fa-chart-candlestick:before { + content: "" +} + +.fa-briefcase-blank:before { + content: "" +} + +.fa-school:before { + content: "" +} + +.fa-igloo:before { + content: "" +} + +.fa-bracket-round:before { + content: "(" +} + +.fa-parenthesis:before { + content: "(" +} + +.fa-joint:before { + content: "" +} + +.fa-horse-saddle:before { + content: "" +} + +.fa-mug-marshmallows:before { + content: "" +} + +.fa-filters:before { + content: "" +} + +.fa-bell-on:before { + content: "" +} + +.fa-angle-right:before { + content: "" +} + +.fa-dial-med:before { + content: "" +} + +.fa-horse:before { + content: "" +} + +.fa-q:before { + content: "Q" +} + +.fa-monitor-waveform:before { + content: "" +} + +.fa-monitor-heart-rate:before { + content: "" +} + +.fa-link-simple:before { + content: "" +} + +.fa-whistle:before { + content: "" +} + +.fa-g:before { + content: "G" +} + +.fa-wine-glass-crack:before { + content: "" +} + +.fa-fragile:before { + content: "" +} + +.fa-slot-machine:before { + content: "" +} + +.fa-notes-medical:before { + content: "" +} + +.fa-car-wash:before { + content: "" +} + +.fa-escalator:before { + content: "" +} + +.fa-comment-image:before { + content: "" +} + +.fa-temperature-half:before { + content: "" +} + +.fa-temperature-2:before { + content: "" +} + +.fa-thermometer-2:before { + content: "" +} + +.fa-thermometer-half:before { + content: "" +} + +.fa-dong-sign:before { + content: "" +} + +.fa-donut:before { + content: "" +} + +.fa-doughnut:before { + content: "" +} + +.fa-capsules:before { + content: "" +} + +.fa-poo-storm:before { + content: "" +} + +.fa-poo-bolt:before { + content: "" +} + +.fa-tally-1:before { + content: "" +} + +.fa-file-vector:before { + content: "" +} + +.fa-face-frown-open:before { + content: "" +} + +.fa-frown-open:before { + content: "" +} + +.fa-square-dashed:before { + content: "" +} + +.fa-bag-shopping-plus:before { + content: "" +} + +.fa-square-j:before { + content: "" +} + +.fa-hand-point-up:before { + content: "" +} + +.fa-money-bill:before { + content: "" +} + +.fa-arrow-up-big-small:before { + content: "" +} + +.fa-sort-size-up:before { + content: "" +} + +.fa-barcode-read:before { + content: "" +} + +.fa-baguette:before { + content: "" +} + +.fa-bowl-soft-serve:before { + content: "" +} + +.fa-face-holding-back-tears:before { + content: "" +} + +.fa-square-up:before { + content: "" +} + +.fa-arrow-alt-square-up:before { + content: "" +} + +.fa-train-subway-tunnel:before { + content: "" +} + +.fa-subway-tunnel:before { + content: "" +} + +.fa-square-exclamation:before { + content: "" +} + +.fa-exclamation-square:before { + content: "" +} + +.fa-semicolon:before { + content: ";" +} + +.fa-bookmark:before { + content: "" +} + +.fa-fan-table:before { + content: "" +} + +.fa-align-justify:before { + content: "" +} + +.fa-battery-low:before { + content: "" +} + +.fa-battery-1:before { + content: "" +} + +.fa-credit-card-front:before { + content: "" +} + +.fa-brain-arrow-curved-right:before { + content: "" +} + +.fa-mind-share:before { + content: "" +} + +.fa-umbrella-beach:before { + content: "" +} + +.fa-helmet-un:before { + content: "" +} + +.fa-location-smile:before { + content: "" +} + +.fa-map-marker-smile:before { + content: "" +} + +.fa-arrow-left-to-line:before { + content: "" +} + +.fa-arrow-to-left:before { + content: "" +} + +.fa-bullseye:before { + content: "" +} + +.fa-sushi:before { + content: "" +} + +.fa-nigiri:before { + content: "" +} + +.fa-message-captions:before { + content: "" +} + +.fa-comment-alt-captions:before { + content: "" +} + +.fa-trash-list:before { + content: "" +} + +.fa-bacon:before { + content: "" +} + +.fa-option:before { + content: "" +} + +.fa-raccoon:before { + content: "" +} + +.fa-hand-point-down:before { + content: "" +} + +.fa-arrow-up-from-bracket:before { + content: "" +} + +.fa-head-side-gear:before { + content: "" +} + +.fa-trash-plus:before { + content: "" +} + +.fa-file-cad:before { + content: "" +} + +.fa-objects-align-top:before { + content: "" +} + +.fa-folder:before { + content: "" +} + +.fa-folder-blank:before { + content: "" +} + +.fa-face-anxious-sweat:before { + content: "" +} + +.fa-credit-card-blank:before { + content: "" +} + +.fa-file-waveform:before { + content: "" +} + +.fa-file-medical-alt:before { + content: "" +} + +.fa-microchip-ai:before { + content: "" +} + +.fa-mug:before { + content: "" +} + +.fa-plane-up-slash:before { + content: "" +} + +.fa-radiation:before { + content: "" +} + +.fa-pen-circle:before { + content: "" +} + +.fa-bag-seedling:before { + content: "" +} + +.fa-chart-simple:before { + content: "" +} + +.fa-crutches:before { + content: "" +} + +.fa-circle-parking:before { + content: "" +} + +.fa-parking-circle:before { + content: "" +} + +.fa-mars-stroke:before { + content: "" +} + +.fa-leaf-oak:before { + content: "" +} + +.fa-square-bolt:before { + content: "" +} + +.fa-vial:before { + content: "" +} + +.fa-gauge:before { + content: "" +} + +.fa-dashboard:before { + content: "" +} + +.fa-gauge-med:before { + content: "" +} + +.fa-tachometer-alt-average:before { + content: "" +} + +.fa-wand-magic-sparkles:before { + content: "" +} + +.fa-magic-wand-sparkles:before { + content: "" +} + +.fa-lambda:before { + content: "" +} + +.fa-e:before { + content: "E" +} + +.fa-pizza:before { + content: "" +} + +.fa-bowl-chopsticks-noodles:before { + content: "" +} + +.fa-h3:before { + content: "" +} + +.fa-pen-clip:before { + content: "" +} + +.fa-pen-alt:before { + content: "" +} + +.fa-bridge-circle-exclamation:before { + content: "" +} + +.fa-badge-percent:before { + content: "" +} + +.fa-rotate-reverse:before { + content: "" +} + +.fa-user:before { + content: "" +} + +.fa-sensor:before { + content: "" +} + +.fa-comma:before { + content: "," +} + +.fa-school-circle-check:before { + content: "" +} + +.fa-toilet-paper-under:before { + content: "" +} + +.fa-toilet-paper-reverse:before { + content: "" +} + +.fa-light-emergency:before { + content: "" +} + +.fa-arrow-down-to-arc:before { + content: "" +} + +.fa-dumpster:before { + content: "" +} + +.fa-van-shuttle:before { + content: "" +} + +.fa-shuttle-van:before { + content: "" +} + +.fa-building-user:before { + content: "" +} + +.fa-light-switch:before { + content: "" +} + +.fa-square-caret-left:before { + content: "" +} + +.fa-caret-square-left:before { + content: "" +} + +.fa-highlighter:before { + content: "" +} + +.fa-wave-pulse:before { + content: "" +} + +.fa-heart-rate:before { + content: "" +} + +.fa-key:before { + content: "" +} + +.fa-arrow-left-to-bracket:before { + content: "" +} + +.fa-hat-santa:before { + content: "" +} + +.fa-tamale:before { + content: "" +} + +.fa-box-check:before { + content: "" +} + +.fa-bullhorn:before { + content: "" +} + +.fa-steak:before { + content: "" +} + +.fa-location-crosshairs-slash:before { + content: "" +} + +.fa-location-slash:before { + content: "" +} + +.fa-person-dolly:before { + content: "" +} + +.fa-globe:before { + content: "" +} + +.fa-synagogue:before { + content: "" +} + +.fa-file-chart-column:before { + content: "" +} + +.fa-file-chart-line:before { + content: "" +} + +.fa-person-half-dress:before { + content: "" +} + +.fa-folder-image:before { + content: "" +} + +.fa-calendar-pen:before { + content: "" +} + +.fa-calendar-edit:before { + content: "" +} + +.fa-road-bridge:before { + content: "" +} + +.fa-face-smile-tear:before { + content: "" +} + +.fa-message-plus:before { + content: "" +} + +.fa-comment-alt-plus:before { + content: "" +} + +.fa-location-arrow:before { + content: "" +} + +.fa-c:before { + content: "C" +} + +.fa-tablet-button:before { + content: "" +} + +.fa-person-dress-fairy:before { + content: "" +} + +.fa-rectangle-history-circle-user:before { + content: "" +} + +.fa-building-lock:before { + content: "" +} + +.fa-chart-line-up:before { + content: "" +} + +.fa-mailbox:before { + content: "" +} + +.fa-sign-posts:before { + content: "" +} + +.fa-truck-bolt:before { + content: "" +} + +.fa-pizza-slice:before { + content: "" +} + +.fa-money-bill-wave:before { + content: "" +} + +.fa-chart-area:before { + content: "" +} + +.fa-area-chart:before { + content: "" +} + +.fa-house-flag:before { + content: "" +} + +.fa-circle-three-quarters-stroke:before { + content: "" +} + +.fa-person-circle-minus:before { + content: "" +} + +.fa-scalpel:before { + content: "" +} + +.fa-ban:before { + content: "" +} + +.fa-cancel:before { + content: "" +} + +.fa-bell-exclamation:before { + content: "" +} + +.fa-circle-bookmark:before { + content: "" +} + +.fa-bookmark-circle:before { + content: "" +} + +.fa-egg-fried:before { + content: "" +} + +.fa-face-weary:before { + content: "" +} + +.fa-uniform-martial-arts:before { + content: "" +} + +.fa-camera-rotate:before { + content: "" +} + +.fa-sun-dust:before { + content: "" +} + +.fa-comment-text:before { + content: "" +} + +.fa-spray-can-sparkles:before { + content: "" +} + +.fa-air-freshener:before { + content: "" +} + +.fa-signal-bars:before { + content: "" +} + +.fa-signal-alt:before { + content: "" +} + +.fa-signal-alt-4:before { + content: "" +} + +.fa-signal-bars-strong:before { + content: "" +} + +.fa-diamond-exclamation:before { + content: "" +} + +.fa-star:before { + content: "" +} + +.fa-dial-min:before { + content: "" +} + +.fa-repeat:before { + content: "" +} + +.fa-cross:before { + content: "" +} + +.fa-page-caret-down:before { + content: "" +} + +.fa-file-caret-down:before { + content: "" +} + +.fa-box:before { + content: "" +} + +.fa-venus-mars:before { + content: "" +} + +.fa-clock-seven-thirty:before { + content: "" +} + +.fa-arrow-pointer:before { + content: "" +} + +.fa-mouse-pointer:before { + content: "" +} + +.fa-clock-four-thirty:before { + content: "" +} + +.fa-signal-bars-good:before { + content: "" +} + +.fa-signal-alt-3:before { + content: "" +} + +.fa-cactus:before { + content: "" +} + +.fa-lightbulb-gear:before { + content: "" +} + +.fa-maximize:before { + content: "" +} + +.fa-expand-arrows-alt:before { + content: "" +} + +.fa-charging-station:before { + content: "" +} + +.fa-shapes:before { + content: "" +} + +.fa-triangle-circle-square:before { + content: "" +} + +.fa-plane-tail:before { + content: "" +} + +.fa-gauge-simple-max:before { + content: "" +} + +.fa-tachometer-fastest:before { + content: "" +} + +.fa-circle-u:before { + content: "" +} + +.fa-shield-slash:before { + content: "" +} + +.fa-square-phone-hangup:before { + content: "" +} + +.fa-phone-square-down:before { + content: "" +} + +.fa-arrow-up-left:before { + content: "" +} + +.fa-transporter-1:before { + content: "" +} + +.fa-peanuts:before { + content: "" +} + +.fa-shuffle:before { + content: "" +} + +.fa-random:before { + content: "" +} + +.fa-person-running:before { + content: "" +} + +.fa-running:before { + content: "" +} + +.fa-mobile-retro:before { + content: "" +} + +.fa-grip-lines-vertical:before { + content: "" +} + +.fa-bin-bottles-recycle:before { + content: "" +} + +.fa-arrow-up-from-square:before { + content: "" +} + +.fa-file-dashed-line:before { + content: "" +} + +.fa-page-break:before { + content: "" +} + +.fa-bracket-curly-right:before { + content: "}" +} + +.fa-spider:before { + content: "" +} + +.fa-clock-three:before { + content: "" +} + +.fa-hands-bound:before { + content: "" +} + +.fa-scalpel-line-dashed:before { + content: "" +} + +.fa-scalpel-path:before { + content: "" +} + +.fa-file-invoice-dollar:before { + content: "" +} + +.fa-pipe-smoking:before { + content: "" +} + +.fa-face-astonished:before { + content: "" +} + +.fa-window:before { + content: "" +} + +.fa-plane-circle-exclamation:before { + content: "" +} + +.fa-ear:before { + content: "" +} + +.fa-file-lock:before { + content: "" +} + +.fa-diagram-venn:before { + content: "" +} + +.fa-arrow-down-from-bracket:before { + content: "" +} + +.fa-x-ray:before { + content: "" +} + +.fa-goal-net:before { + content: "" +} + +.fa-coffin-cross:before { + content: "" +} + +.fa-octopus:before { + content: "" +} + +.fa-spell-check:before { + content: "" +} + +.fa-location-xmark:before { + content: "" +} + +.fa-map-marker-times:before { + content: "" +} + +.fa-map-marker-xmark:before { + content: "" +} + +.fa-circle-quarter-stroke:before { + content: "" +} + +.fa-lasso:before { + content: "" +} + +.fa-slash:before { + content: "" +} + +.fa-person-to-portal:before { + content: "" +} + +.fa-portal-enter:before { + content: "" +} + +.fa-calendar-star:before { + content: "" +} + +.fa-computer-mouse:before { + content: "" +} + +.fa-mouse:before { + content: "" +} + +.fa-arrow-right-to-bracket:before { + content: "" +} + +.fa-sign-in:before { + content: "" +} + +.fa-pegasus:before { + content: "" +} + +.fa-files-medical:before { + content: "" +} + +.fa-cannon:before { + content: "" +} + +.fa-nfc-lock:before { + content: "" +} + +.fa-person-ski-lift:before { + content: "" +} + +.fa-ski-lift:before { + content: "" +} + +.fa-square-6:before { + content: "" +} + +.fa-shop-slash:before { + content: "" +} + +.fa-store-alt-slash:before { + content: "" +} + +.fa-wind-turbine:before { + content: "" +} + +.fa-sliders-simple:before { + content: "" +} + +.fa-grid-round:before { + content: "" +} + +.fa-badge-sheriff:before { + content: "" +} + +.fa-server:before { + content: "" +} + +.fa-virus-covid-slash:before { + content: "" +} + +.fa-intersection:before { + content: "" +} + +.fa-shop-lock:before { + content: "" +} + +.fa-family:before { + content: "" +} + +.fa-hourglass-start:before { + content: "" +} + +.fa-hourglass-1:before { + content: "" +} + +.fa-user-hair-buns:before { + content: "" +} + +.fa-blender-phone:before { + content: "" +} + +.fa-hourglass-clock:before { + content: "" +} + +.fa-person-seat-reclined:before { + content: "" +} + +.fa-paper-plane-top:before { + content: "" +} + +.fa-paper-plane-alt:before { + content: "" +} + +.fa-send:before { + content: "" +} + +.fa-message-arrow-up:before { + content: "" +} + +.fa-comment-alt-arrow-up:before { + content: "" +} + +.fa-lightbulb-exclamation:before { + content: "" +} + +.fa-layer-minus:before { + content: "" +} + +.fa-layer-group-minus:before { + content: "" +} + +.fa-chart-pie-simple-circle-currency:before { + content: "" +} + +.fa-circle-e:before { + content: "" +} + +.fa-building-wheat:before { + content: "" +} + +.fa-gauge-max:before { + content: "" +} + +.fa-tachometer-alt-fastest:before { + content: "" +} + +.fa-person-breastfeeding:before { + content: "" +} + +.fa-apostrophe:before { + content: "'" +} + +.fa-file-png:before { + content: "" +} + +.fa-fire-hydrant:before { + content: "" +} + +.fa-right-to-bracket:before { + content: "" +} + +.fa-sign-in-alt:before { + content: "" +} + +.fa-video-plus:before { + content: "" +} + +.fa-square-right:before { + content: "" +} + +.fa-arrow-alt-square-right:before { + content: "" +} + +.fa-comment-smile:before { + content: "" +} + +.fa-venus:before { + content: "" +} + +.fa-passport:before { + content: "" +} + +.fa-thumbtack-slash:before { + content: "" +} + +.fa-thumb-tack-slash:before { + content: "" +} + +.fa-inbox-in:before { + content: "" +} + +.fa-inbox-arrow-down:before { + content: "" +} + +.fa-heart-pulse:before { + content: "" +} + +.fa-heartbeat:before { + content: "" +} + +.fa-circle-8:before { + content: "" +} + +.fa-clouds-moon:before { + content: "" +} + +.fa-clock-ten-thirty:before { + content: "" +} + +.fa-people-carry-box:before { + content: "" +} + +.fa-people-carry:before { + content: "" +} + +.fa-folder-user:before { + content: "" +} + +.fa-trash-can-xmark:before { + content: "" +} + +.fa-temperature-high:before { + content: "" +} + +.fa-microchip:before { + content: "" +} + +.fa-left-long-to-line:before { + content: "" +} + +.fa-crown:before { + content: "" +} + +.fa-weight-hanging:before { + content: "" +} + +.fa-xmarks-lines:before { + content: "" +} + +.fa-file-prescription:before { + content: "" +} + +.fa-table-cells-lock:before { + content: "" +} + +.fa-calendar-range:before { + content: "" +} + +.fa-flower-daffodil:before { + content: "" +} + +.fa-hand-back-point-up:before { + content: "" +} + +.fa-weight-scale:before { + content: "" +} + +.fa-weight:before { + content: "" +} + +.fa-arrow-up-to-arc:before { + content: "" +} + +.fa-star-exclamation:before { + content: "" +} + +.fa-books:before { + content: "" +} + +.fa-user-group:before { + content: "" +} + +.fa-user-friends:before { + content: "" +} + +.fa-arrow-up-a-z:before { + content: "" +} + +.fa-sort-alpha-up:before { + content: "" +} + +.fa-layer-plus:before { + content: "" +} + +.fa-layer-group-plus:before { + content: "" +} + +.fa-play-pause:before { + content: "" +} + +.fa-block-question:before { + content: "" +} + +.fa-snooze:before { + content: "" +} + +.fa-zzz:before { + content: "" +} + +.fa-scanner-image:before { + content: "" +} + +.fa-tv-retro:before { + content: "" +} + +.fa-square-t:before { + content: "" +} + +.fa-farm:before { + content: "" +} + +.fa-barn-silo:before { + content: "" +} + +.fa-chess-knight:before { + content: "" +} + +.fa-bars-sort:before { + content: "" +} + +.fa-pallet-boxes:before { + content: "" +} + +.fa-palette-boxes:before { + content: "" +} + +.fa-pallet-alt:before { + content: "" +} + +.fa-face-laugh-squint:before { + content: "" +} + +.fa-laugh-squint:before { + content: "" +} + +.fa-code-simple:before { + content: "" +} + +.fa-bolt-slash:before { + content: "" +} + +.fa-panel-fire:before { + content: "" +} + +.fa-binary-circle-check:before { + content: "" +} + +.fa-comment-minus:before { + content: "" +} + +.fa-burrito:before { + content: "" +} + +.fa-violin:before { + content: "" +} + +.fa-objects-column:before { + content: "" +} + +.fa-square-chevron-down:before { + content: "" +} + +.fa-chevron-square-down:before { + content: "" +} + +.fa-comment-plus:before { + content: "" +} + +.fa-triangle-instrument:before { + content: "" +} + +.fa-triangle-music:before { + content: "" +} + +.fa-wheelchair:before { + content: "" +} + +.fa-user-pilot-tie:before { + content: "" +} + +.fa-piano-keyboard:before { + content: "" +} + +.fa-bed-empty:before { + content: "" +} + +.fa-circle-arrow-up:before { + content: "" +} + +.fa-arrow-circle-up:before { + content: "" +} + +.fa-toggle-on:before { + content: "" +} + +.fa-rectangle-vertical:before { + content: "" +} + +.fa-rectangle-portrait:before { + content: "" +} + +.fa-person-walking:before { + content: "" +} + +.fa-walking:before { + content: "" +} + +.fa-l:before { + content: "L" +} + +.fa-signal-stream:before { + content: "" +} + +.fa-down-to-bracket:before { + content: "" +} + +.fa-circle-z:before { + content: "" +} + +.fa-stars:before { + content: "" +} + +.fa-fire:before { + content: "" +} + +.fa-bed-pulse:before { + content: "" +} + +.fa-procedures:before { + content: "" +} + +.fa-house-day:before { + content: "" +} + +.fa-shuttle-space:before { + content: "" +} + +.fa-space-shuttle:before { + content: "" +} + +.fa-shirt-long-sleeve:before { + content: "" +} + +.fa-chart-pie-simple:before { + content: "" +} + +.fa-chart-pie-alt:before { + content: "" +} + +.fa-face-laugh:before { + content: "" +} + +.fa-laugh:before { + content: "" +} + +.fa-folder-open:before { + content: "" +} + +.fa-album-collection-circle-user:before { + content: "" +} + +.fa-candy:before { + content: "" +} + +.fa-bowl-hot:before { + content: "" +} + +.fa-soup:before { + content: "" +} + +.fa-flatbread:before { + content: "" +} + +.fa-heart-circle-plus:before { + content: "" +} + +.fa-code-fork:before { + content: "" +} + +.fa-city:before { + content: "" +} + +.fa-signal-bars-weak:before { + content: "" +} + +.fa-signal-alt-1:before { + content: "" +} + +.fa-microphone-lines:before { + content: "" +} + +.fa-microphone-alt:before { + content: "" +} + +.fa-clock-twelve:before { + content: "" +} + +.fa-pepper-hot:before { + content: "" +} + +.fa-citrus-slice:before { + content: "" +} + +.fa-sheep:before { + content: "" +} + +.fa-unlock:before { + content: "" +} + +.fa-colon-sign:before { + content: "" +} + +.fa-headset:before { + content: "" +} + +.fa-badger-honey:before { + content: "" +} + +.fa-h4:before { + content: "" +} + +.fa-store-slash:before { + content: "" +} + +.fa-road-circle-xmark:before { + content: "" +} + +.fa-signal-slash:before { + content: "" +} + +.fa-user-minus:before { + content: "" +} + +.fa-mars-stroke-up:before { + content: "" +} + +.fa-mars-stroke-v:before { + content: "" +} + +.fa-champagne-glasses:before { + content: "" +} + +.fa-glass-cheers:before { + content: "" +} + +.fa-taco:before { + content: "" +} + +.fa-hexagon-plus:before { + content: "" +} + +.fa-plus-hexagon:before { + content: "" +} + +.fa-clipboard:before { + content: "" +} + +.fa-house-circle-exclamation:before { + content: "" +} + +.fa-file-arrow-up:before { + content: "" +} + +.fa-file-upload:before { + content: "" +} + +.fa-wifi:before { + content: "" +} + +.fa-wifi-3:before { + content: "" +} + +.fa-wifi-strong:before { + content: "" +} + +.fa-messages:before { + content: "" +} + +.fa-comments-alt:before { + content: "" +} + +.fa-bath:before { + content: "" +} + +.fa-bathtub:before { + content: "" +} + +.fa-umbrella-simple:before { + content: "" +} + +.fa-umbrella-alt:before { + content: "" +} + +.fa-rectangle-history-circle-plus:before { + content: "" +} + +.fa-underline:before { + content: "" +} + +.fa-prescription-bottle-pill:before { + content: "" +} + +.fa-user-pen:before { + content: "" +} + +.fa-user-edit:before { + content: "" +} + +.fa-binary-slash:before { + content: "" +} + +.fa-square-o:before { + content: "" +} + +.fa-caduceus:before { + content: "" +} + +.fa-signature:before { + content: "" +} + +.fa-stroopwafel:before { + content: "" +} + +.fa-bold:before { + content: "" +} + +.fa-anchor-lock:before { + content: "" +} + +.fa-building-ngo:before { + content: "" +} + +.fa-transporter-3:before { + content: "" +} + +.fa-engine-warning:before { + content: "" +} + +.fa-engine-exclamation:before { + content: "" +} + +.fa-circle-down-right:before { + content: "" +} + +.fa-square-k:before { + content: "" +} + +.fa-manat-sign:before { + content: "" +} + +.fa-money-check-pen:before { + content: "" +} + +.fa-money-check-edit:before { + content: "" +} + +.fa-not-equal:before { + content: "" +} + +.fa-border-top-left:before { + content: "" +} + +.fa-border-style:before { + content: "" +} + +.fa-map-location-dot:before { + content: "" +} + +.fa-map-marked-alt:before { + content: "" +} + +.fa-tilde:before { + content: "~" +} + +.fa-jedi:before { + content: "" +} + +.fa-square-poll-vertical:before { + content: "" +} + +.fa-poll:before { + content: "" +} + +.fa-arrow-down-square-triangle:before { + content: "" +} + +.fa-sort-shapes-down-alt:before { + content: "" +} + +.fa-mug-hot:before { + content: "" +} + +.fa-dog-leashed:before { + content: "" +} + +.fa-car-battery:before { + content: "" +} + +.fa-battery-car:before { + content: "" +} + +.fa-face-downcast-sweat:before { + content: "" +} + +.fa-mailbox-flag-up:before { + content: "" +} + +.fa-memo-circle-info:before { + content: "" +} + +.fa-gift:before { + content: "" +} + +.fa-dice-two:before { + content: "" +} + +.fa-volume:before { + content: "" +} + +.fa-volume-medium:before { + content: "" +} + +.fa-transporter-5:before { + content: "" +} + +.fa-gauge-circle-bolt:before { + content: "" +} + +.fa-coin-front:before { + content: "" +} + +.fa-file-slash:before { + content: "" +} + +.fa-message-arrow-up-right:before { + content: "" +} + +.fa-treasure-chest:before { + content: "" +} + +.fa-chess-queen:before { + content: "" +} + +.fa-paintbrush-fine:before { + content: "" +} + +.fa-paint-brush-alt:before { + content: "" +} + +.fa-paint-brush-fine:before { + content: "" +} + +.fa-paintbrush-alt:before { + content: "" +} + +.fa-glasses:before { + content: "" +} + +.fa-hood-cloak:before { + content: "" +} + +.fa-square-quote:before { + content: "" +} + +.fa-up-left:before { + content: "" +} + +.fa-bring-front:before { + content: "" +} + +.fa-chess-board:before { + content: "" +} + +.fa-burger-cheese:before { + content: "" +} + +.fa-cheeseburger:before { + content: "" +} + +.fa-building-circle-check:before { + content: "" +} + +.fa-repeat-1:before { + content: "" +} + +.fa-arrow-down-to-line:before { + content: "" +} + +.fa-arrow-to-bottom:before { + content: "" +} + +.fa-grid-5:before { + content: "" +} + +.fa-swap-arrows:before { + content: "" +} + +.fa-right-long-to-line:before { + content: "" +} + +.fa-person-chalkboard:before { + content: "" +} + +.fa-mars-stroke-right:before { + content: "" +} + +.fa-mars-stroke-h:before { + content: "" +} + +.fa-hand-back-fist:before { + content: "" +} + +.fa-hand-rock:before { + content: "" +} + +.fa-grid-round-5:before { + content: "" +} + +.fa-tally:before { + content: "" +} + +.fa-tally-5:before { + content: "" +} + +.fa-square-caret-up:before { + content: "" +} + +.fa-caret-square-up:before { + content: "" +} + +.fa-cloud-showers-water:before { + content: "" +} + +.fa-chart-bar:before { + content: "" +} + +.fa-bar-chart:before { + content: "" +} + +.fa-hands-bubbles:before { + content: "" +} + +.fa-hands-wash:before { + content: "" +} + +.fa-less-than-equal:before { + content: "" +} + +.fa-train:before { + content: "" +} + +.fa-up-from-dotted-line:before { + content: "" +} + +.fa-eye-low-vision:before { + content: "" +} + +.fa-low-vision:before { + content: "" +} + +.fa-traffic-light-go:before { + content: "" +} + +.fa-face-exhaling:before { + content: "" +} + +.fa-sensor-fire:before { + content: "" +} + +.fa-user-unlock:before { + content: "" +} + +.fa-hexagon-divide:before { + content: "" +} + +.fa-00:before { + content: "" +} + +.fa-crow:before { + content: "" +} + +.fa-cassette-betamax:before { + content: "" +} + +.fa-betamax:before { + content: "" +} + +.fa-sailboat:before { + content: "" +} + +.fa-window-restore:before { + content: "" +} + +.fa-nfc-magnifying-glass:before { + content: "" +} + +.fa-file-binary:before { + content: "" +} + +.fa-circle-v:before { + content: "" +} + +.fa-square-plus:before { + content: "" +} + +.fa-plus-square:before { + content: "" +} + +.fa-bowl-scoops:before { + content: "" +} + +.fa-mistletoe:before { + content: "" +} + +.fa-custard:before { + content: "" +} + +.fa-lacrosse-stick:before { + content: "" +} + +.fa-hockey-mask:before { + content: "" +} + +.fa-sunrise:before { + content: "" +} + +.fa-subtitles:before { + content: "" +} + +.fa-panel-ews:before { + content: "" +} + +.fa-torii-gate:before { + content: "" +} + +.fa-cloud-exclamation:before { + content: "" +} + +.fa-message-lines:before { + content: "" +} + +.fa-comment-alt-lines:before { + content: "" +} + +.fa-frog:before { + content: "" +} + +.fa-bucket:before { + content: "" +} + +.fa-floppy-disk-pen:before { + content: "" +} + +.fa-image:before { + content: "" +} + +.fa-window-frame:before { + content: "" +} + +.fa-microphone:before { + content: "" +} + +.fa-cow:before { + content: "" +} + +.fa-file-zip:before { + content: "" +} + +.fa-square-ring:before { + content: "" +} + +.fa-down-from-line:before { + content: "" +} + +.fa-arrow-alt-from-top:before { + content: "" +} + +.fa-caret-up:before { + content: "" +} + +.fa-shield-xmark:before { + content: "" +} + +.fa-shield-times:before { + content: "" +} + +.fa-screwdriver:before { + content: "" +} + +.fa-circle-sort-down:before { + content: "" +} + +.fa-sort-circle-down:before { + content: "" +} + +.fa-folder-closed:before { + content: "" +} + +.fa-house-tsunami:before { + content: "" +} + +.fa-square-nfi:before { + content: "" +} + +.fa-forklift:before { + content: "" +} + +.fa-arrow-up-from-ground-water:before { + content: "" +} + +.fa-bracket-square-right:before { + content: "]" +} + +.fa-martini-glass:before { + content: "" +} + +.fa-glass-martini-alt:before { + content: "" +} + +.fa-rotate-left:before { + content: "" +} + +.fa-rotate-back:before { + content: "" +} + +.fa-rotate-backward:before { + content: "" +} + +.fa-undo-alt:before { + content: "" +} + +.fa-table-columns:before { + content: "" +} + +.fa-columns:before { + content: "" +} + +.fa-square-a:before { + content: "" +} + +.fa-tick:before { + content: "" +} + +.fa-lemon:before { + content: "" +} + +.fa-head-side-mask:before { + content: "" +} + +.fa-handshake:before { + content: "" +} + +.fa-gem:before { + content: "" +} + +.fa-dolly:before { + content: "" +} + +.fa-dolly-box:before { + content: "" +} + +.fa-smoking:before { + content: "" +} + +.fa-minimize:before { + content: "" +} + +.fa-compress-arrows-alt:before { + content: "" +} + +.fa-refrigerator:before { + content: "" +} + +.fa-monument:before { + content: "" +} + +.fa-octagon-xmark:before { + content: "" +} + +.fa-times-octagon:before { + content: "" +} + +.fa-xmark-octagon:before { + content: "" +} + +.fa-align-slash:before { + content: "" +} + +.fa-snowplow:before { + content: "" +} + +.fa-angles-right:before { + content: "" +} + +.fa-angle-double-right:before { + content: "" +} + +.fa-truck-ramp-couch:before { + content: "" +} + +.fa-truck-couch:before { + content: "" +} + +.fa-cannabis:before { + content: "" +} + +.fa-circle-play:before { + content: "" +} + +.fa-play-circle:before { + content: "" +} + +.fa-arrow-up-right-and-arrow-down-left-from-center:before { + content: "" +} + +.fa-location-arrow-up:before { + content: "" +} + +.fa-tablets:before { + content: "" +} + +.fa-360-degrees:before { + content: "" +} + +.fa-ethernet:before { + content: "" +} + +.fa-euro-sign:before { + content: "" +} + +.fa-eur:before { + content: "" +} + +.fa-euro:before { + content: "" +} + +.fa-chair:before { + content: "" +} + +.fa-circle-check:before { + content: "" +} + +.fa-check-circle:before { + content: "" +} + +.fa-square-dashed-circle-plus:before { + content: "" +} + +.fa-hand-holding-circle-dollar:before { + content: "" +} + +.fa-money-simple-from-bracket:before { + content: "" +} + +.fa-bat:before { + content: "" +} + +.fa-circle-stop:before { + content: "" +} + +.fa-stop-circle:before { + content: "" +} + +.fa-head-side-headphones:before { + content: "" +} + +.fa-phone-rotary:before { + content: "" +} + +.fa-arrow-up-to-bracket:before { + content: "" +} + +.fa-compass-drafting:before { + content: "" +} + +.fa-drafting-compass:before { + content: "" +} + +.fa-plate-wheat:before { + content: "" +} + +.fa-calendar-circle-minus:before { + content: "" +} + +.fa-chopsticks:before { + content: "" +} + +.fa-car-wrench:before { + content: "" +} + +.fa-car-mechanic:before { + content: "" +} + +.fa-icicles:before { + content: "" +} + +.fa-person-shelter:before { + content: "" +} + +.fa-neuter:before { + content: "" +} + +.fa-id-badge:before { + content: "" +} + +.fa-kazoo:before { + content: "" +} + +.fa-marker:before { + content: "" +} + +.fa-bin-bottles:before { + content: "" +} + +.fa-face-laugh-beam:before { + content: "" +} + +.fa-laugh-beam:before { + content: "" +} + +.fa-square-arrow-down-left:before { + content: "" +} + +.fa-battery-bolt:before { + content: "" +} + +.fa-tree-large:before { + content: "" +} + +.fa-helicopter-symbol:before { + content: "" +} + +.fa-aperture:before { + content: "" +} + +.fa-universal-access:before { + content: "" +} + +.fa-gear-complex:before { + content: "" +} + +.fa-file-magnifying-glass:before { + content: "" +} + +.fa-file-search:before { + content: "" +} + +.fa-up-right:before { + content: "" +} + +.fa-circle-chevron-up:before { + content: "" +} + +.fa-chevron-circle-up:before { + content: "" +} + +.fa-user-police:before { + content: "" +} + +.fa-lari-sign:before { + content: "" +} + +.fa-volcano:before { + content: "" +} + +.fa-teddy-bear:before { + content: "" +} + +.fa-stocking:before { + content: "" +} + +.fa-person-walking-dashed-line-arrow-right:before { + content: "" +} + +.fa-image-slash:before { + content: "" +} + +.fa-mask-snorkel:before { + content: "" +} + +.fa-smoke:before { + content: "" +} + +.fa-sterling-sign:before { + content: "" +} + +.fa-gbp:before { + content: "" +} + +.fa-pound-sign:before { + content: "" +} + +.fa-battery-exclamation:before { + content: "" +} + +.fa-viruses:before { + content: "" +} + +.fa-square-person-confined:before { + content: "" +} + +.fa-user-tie:before { + content: "" +} + +.fa-up-to-bracket:before { + content: "" +} + +.fa-arrow-down-long:before { + content: "" +} + +.fa-long-arrow-down:before { + content: "" +} + +.fa-tent-arrow-down-to-line:before { + content: "" +} + +.fa-certificate:before { + content: "" +} + +.fa-crystal-ball:before { + content: "" +} + +.fa-reply-all:before { + content: "" +} + +.fa-mail-reply-all:before { + content: "" +} + +.fa-suitcase:before { + content: "" +} + +.fa-person-skating:before { + content: "" +} + +.fa-skating:before { + content: "" +} + +.fa-star-shooting:before { + content: "" +} + +.fa-binary-lock:before { + content: "" +} + +.fa-filter-circle-dollar:before { + content: "" +} + +.fa-funnel-dollar:before { + content: "" +} + +.fa-camera-retro:before { + content: "" +} + +.fa-circle-arrow-down:before { + content: "" +} + +.fa-arrow-circle-down:before { + content: "" +} + +.fa-comment-pen:before { + content: "" +} + +.fa-comment-edit:before { + content: "" +} + +.fa-file-import:before { + content: "" +} + +.fa-arrow-right-to-file:before { + content: "" +} + +.fa-banjo:before { + content: "" +} + +.fa-square-arrow-up-right:before { + content: "" +} + +.fa-external-link-square:before { + content: "" +} + +.fa-light-emergency-on:before { + content: "" +} + +.fa-kerning:before { + content: "" +} + +.fa-box-open:before { + content: "" +} + +.fa-square-f:before { + content: "" +} + +.fa-scroll:before { + content: "" +} + +.fa-spa:before { + content: "" +} + +.fa-arrow-left-from-line:before { + content: "" +} + +.fa-arrow-from-right:before { + content: "" +} + +.fa-strawberry:before { + content: "" +} + +.fa-location-pin-lock:before { + content: "" +} + +.fa-pause:before { + content: "" +} + +.fa-clock-eight-thirty:before { + content: "" +} + +.fa-plane-engines:before { + content: "" +} + +.fa-plane-alt:before { + content: "" +} + +.fa-hill-avalanche:before { + content: "" +} + +.fa-temperature-empty:before { + content: "" +} + +.fa-temperature-0:before { + content: "" +} + +.fa-thermometer-0:before { + content: "" +} + +.fa-thermometer-empty:before { + content: "" +} + +.fa-bomb:before { + content: "" +} + +.fa-gauge-low:before { + content: "" +} + +.fa-tachometer-alt-slow:before { + content: "" +} + +.fa-registered:before { + content: "" +} + +.fa-trash-can-plus:before { + content: "" +} + +.fa-address-card:before { + content: "" +} + +.fa-contact-card:before { + content: "" +} + +.fa-vcard:before { + content: "" +} + +.fa-scale-unbalanced-flip:before { + content: "" +} + +.fa-balance-scale-right:before { + content: "" +} + +.fa-globe-snow:before { + content: "" +} + +.fa-subscript:before { + content: "" +} + +.fa-diamond-turn-right:before { + content: "" +} + +.fa-directions:before { + content: "" +} + +.fa-integral:before { + content: "" +} + +.fa-burst:before { + content: "" +} + +.fa-house-laptop:before { + content: "" +} + +.fa-laptop-house:before { + content: "" +} + +.fa-face-tired:before { + content: "" +} + +.fa-tired:before { + content: "" +} + +.fa-money-bills:before { + content: "" +} + +.fa-blinds-raised:before { + content: "" +} + +.fa-smog:before { + content: "" +} + +.fa-ufo-beam:before { + content: "" +} + +.fa-hydra:before { + content: "" +} + +.fa-circle-caret-up:before { + content: "" +} + +.fa-caret-circle-up:before { + content: "" +} + +.fa-user-vneck-hair-long:before { + content: "" +} + +.fa-square-a-lock:before { + content: "" +} + +.fa-crutch:before { + content: "" +} + +.fa-gas-pump-slash:before { + content: "" +} + +.fa-cloud-arrow-up:before { + content: "" +} + +.fa-cloud-upload:before { + content: "" +} + +.fa-cloud-upload-alt:before { + content: "" +} + +.fa-palette:before { + content: "" +} + +.fa-transporter-4:before { + content: "" +} + +.fa-chart-mixed-up-circle-currency:before { + content: "" +} + +.fa-objects-align-right:before { + content: "" +} + +.fa-arrows-turn-right:before { + content: "" +} + +.fa-vest:before { + content: "" +} + +.fa-pig:before { + content: "" +} + +.fa-inbox-full:before { + content: "" +} + +.fa-circle-envelope:before { + content: "" +} + +.fa-envelope-circle:before { + content: "" +} + +.fa-triangle-person-digging:before { + content: "" +} + +.fa-construction:before { + content: "" +} + +.fa-ferry:before { + content: "" +} + +.fa-bullseye-arrow:before { + content: "" +} + +.fa-arrows-down-to-people:before { + content: "" +} + +.fa-seedling:before { + content: "" +} + +.fa-sprout:before { + content: "" +} + +.fa-clock-seven:before { + content: "" +} + +.fa-left-right:before { + content: "" +} + +.fa-arrows-alt-h:before { + content: "" +} + +.fa-boxes-packing:before { + content: "" +} + +.fa-circle-arrow-left:before { + content: "" +} + +.fa-arrow-circle-left:before { + content: "" +} + +.fa-flashlight:before { + content: "" +} + +.fa-file-jpg:before { + content: "" +} + +.fa-group-arrows-rotate:before { + content: "" +} + +.fa-bowl-food:before { + content: "" +} + +.fa-square-9:before { + content: "" +} + +.fa-candy-cane:before { + content: "" +} + +.fa-arrow-down-wide-short:before { + content: "" +} + +.fa-sort-amount-asc:before { + content: "" +} + +.fa-sort-amount-down:before { + content: "" +} + +.fa-square-dollar:before { + content: "" +} + +.fa-dollar-square:before { + content: "" +} + +.fa-usd-square:before { + content: "" +} + +.fa-phone-arrow-right:before { + content: "" +} + +.fa-hand-holding-seedling:before { + content: "" +} + +.fa-message-check:before { + content: "" +} + +.fa-comment-alt-check:before { + content: "" +} + +.fa-cloud-bolt:before { + content: "" +} + +.fa-thunderstorm:before { + content: "" +} + +.fa-chart-line-up-down:before { + content: "" +} + +.fa-text-slash:before { + content: "" +} + +.fa-remove-format:before { + content: "" +} + +.fa-watch:before { + content: "" +} + +.fa-circle-down-left:before { + content: "" +} + +.fa-text:before { + content: "" +} + +.fa-projector:before { + content: "" +} + +.fa-face-smile-wink:before { + content: "" +} + +.fa-smile-wink:before { + content: "" +} + +.fa-tombstone-blank:before { + content: "" +} + +.fa-tombstone-alt:before { + content: "" +} + +.fa-chess-king-piece:before { + content: "" +} + +.fa-chess-king-alt:before { + content: "" +} + +.fa-circle-6:before { + content: "" +} + +.fa-waves-sine:before { + content: "" +} + +.fa-left:before { + content: "" +} + +.fa-arrow-alt-left:before { + content: "" +} + +.fa-file-word:before { + content: "" +} + +.fa-file-powerpoint:before { + content: "" +} + +.fa-square-down:before { + content: "" +} + +.fa-arrow-alt-square-down:before { + content: "" +} + +.fa-objects-align-center-vertical:before { + content: "" +} + +.fa-arrows-left-right:before { + content: "" +} + +.fa-arrows-h:before { + content: "" +} + +.fa-house-lock:before { + content: "" +} + +.fa-cloud-arrow-down:before { + content: "" +} + +.fa-cloud-download:before { + content: "" +} + +.fa-cloud-download-alt:before { + content: "" +} + +.fa-wreath:before { + content: "" +} + +.fa-children:before { + content: "" +} + +.fa-meter-droplet:before { + content: "" +} + +.fa-chalkboard:before { + content: "" +} + +.fa-blackboard:before { + content: "" +} + +.fa-user-large-slash:before { + content: "" +} + +.fa-user-alt-slash:before { + content: "" +} + +.fa-signal-strong:before { + content: "" +} + +.fa-signal-4:before { + content: "" +} + +.fa-lollipop:before { + content: "" +} + +.fa-lollypop:before { + content: "" +} + +.fa-list-tree:before { + content: "" +} + +.fa-envelope-open:before { + content: "" +} + +.fa-draw-circle:before { + content: "" +} + +.fa-cat-space:before { + content: "" +} + +.fa-handshake-simple-slash:before { + content: "" +} + +.fa-handshake-alt-slash:before { + content: "" +} + +.fa-rabbit-running:before { + content: "" +} + +.fa-rabbit-fast:before { + content: "" +} + +.fa-memo-pad:before { + content: "" +} + +.fa-mattress-pillow:before { + content: "" +} + +.fa-alarm-plus:before { + content: "" +} + +.fa-alicorn:before { + content: "" +} + +.fa-comment-question:before { + content: "" +} + +.fa-gingerbread-man:before { + content: "" +} + +.fa-guarani-sign:before { + content: "" +} + +.fa-burger-fries:before { + content: "" +} + +.fa-mug-tea:before { + content: "" +} + +.fa-border-top:before { + content: "" +} + +.fa-arrows-rotate:before { + content: "" +} + +.fa-refresh:before { + content: "" +} + +.fa-sync:before { + content: "" +} + +.fa-circle-book-open:before { + content: "" +} + +.fa-book-circle:before { + content: "" +} + +.fa-arrows-to-dotted-line:before { + content: "" +} + +.fa-fire-extinguisher:before { + content: "" +} + +.fa-magnifying-glass-arrows-rotate:before { + content: "" +} + +.fa-garage-open:before { + content: "" +} + +.fa-shelves-empty:before { + content: "" +} + +.fa-cruzeiro-sign:before { + content: "" +} + +.fa-watch-apple:before { + content: "" +} + +.fa-watch-calculator:before { + content: "" +} + +.fa-list-dropdown:before { + content: "" +} + +.fa-cabinet-filing:before { + content: "" +} + +.fa-burger-soda:before { + content: "" +} + +.fa-square-arrow-up:before { + content: "" +} + +.fa-arrow-square-up:before { + content: "" +} + +.fa-greater-than-equal:before { + content: "" +} + +.fa-pallet-box:before { + content: "" +} + +.fa-face-confounded:before { + content: "" +} + +.fa-shield-halved:before { + content: "" +} + +.fa-shield-alt:before { + content: "" +} + +.fa-truck-plow:before { + content: "" +} + +.fa-book-atlas:before { + content: "" +} + +.fa-atlas:before { + content: "" +} + +.fa-virus:before { + content: "" +} + +.fa-grid-round-2:before { + content: "" +} + +.fa-comment-middle-top:before { + content: "" +} + +.fa-wave:before { + content: "" +} + +.fa-envelope-circle-check:before { + content: "" +} + +.fa-layer-group:before { + content: "" +} + +.fa-restroom-simple:before { + content: "" +} + +.fa-arrows-to-dot:before { + content: "" +} + +.fa-border-outer:before { + content: "" +} + +.fa-hashtag-lock:before { + content: "" +} + +.fa-clock-two-thirty:before { + content: "" +} + +.fa-archway:before { + content: "" +} + +.fa-heart-circle-check:before { + content: "" +} + +.fa-house-chimney-crack:before { + content: "" +} + +.fa-house-damage:before { + content: "" +} + +.fa-file-zipper:before { + content: "" +} + +.fa-file-archive:before { + content: "" +} + +.fa-ticket-perforated:before { + content: "" +} + +.fa-heart-half:before { + content: "" +} + +.fa-comment-check:before { + content: "" +} + +.fa-square:before { + content: "" +} + +.fa-memo:before { + content: "" +} + +.fa-martini-glass-empty:before { + content: "" +} + +.fa-glass-martini:before { + content: "" +} + +.fa-couch:before { + content: "" +} + +.fa-cedi-sign:before { + content: "" +} + +.fa-italic:before { + content: "" +} + +.fa-glass-citrus:before { + content: "" +} + +.fa-calendar-lines-pen:before { + content: "" +} + +.fa-table-cells-column-lock:before { + content: "" +} + +.fa-church:before { + content: "" +} + +.fa-person-snowmobiling:before { + content: "" +} + +.fa-snowmobile:before { + content: "" +} + +.fa-face-hushed:before { + content: "" +} + +.fa-comments-dollar:before { + content: "" +} + +.fa-tickets-simple:before { + content: "" +} + +.fa-pickaxe:before { + content: "" +} + +.fa-link-simple-slash:before { + content: "" +} + +.fa-democrat:before { + content: "" +} + +.fa-face-confused:before { + content: "" +} + +.fa-pinball:before { + content: "" +} + +.fa-z:before { + content: "Z" +} + +.fa-person-skiing:before { + content: "" +} + +.fa-skiing:before { + content: "" +} + +.fa-deer:before { + content: "" +} + +.fa-input-pipe:before { + content: "" +} + +.fa-road-lock:before { + content: "" +} + +.fa-a:before { + content: "A" +} + +.fa-bookmark-slash:before { + content: "" +} + +.fa-temperature-arrow-down:before { + content: "" +} + +.fa-temperature-down:before { + content: "" +} + +.fa-mace:before { + content: "" +} + +.fa-feather-pointed:before { + content: "" +} + +.fa-feather-alt:before { + content: "" +} + +.fa-sausage:before { + content: "" +} + +.fa-trash-can-clock:before { + content: "" +} + +.fa-p:before { + content: "P" +} + +.fa-broom-wide:before { + content: "" +} + +.fa-snowflake:before { + content: "" +} + +.fa-stomach:before { + content: "" +} + +.fa-newspaper:before { + content: "" +} + +.fa-rectangle-ad:before { + content: "" +} + +.fa-ad:before { + content: "" +} + +.fa-guitar-electric:before { + content: "" +} + +.fa-arrow-turn-down-right:before { + content: "" +} + +.fa-moon-cloud:before { + content: "" +} + +.fa-bread-slice-butter:before { + content: "" +} + +.fa-circle-arrow-right:before { + content: "" +} + +.fa-arrow-circle-right:before { + content: "" +} + +.fa-user-group-crown:before { + content: "" +} + +.fa-users-crown:before { + content: "" +} + +.fa-circle-i:before { + content: "" +} + +.fa-toilet-paper-check:before { + content: "" +} + +.fa-filter-circle-xmark:before { + content: "" +} + +.fa-locust:before { + content: "" +} + +.fa-sort:before { + content: "" +} + +.fa-unsorted:before { + content: "" +} + +.fa-list-ol:before { + content: "" +} + +.fa-list-1-2:before { + content: "" +} + +.fa-list-numeric:before { + content: "" +} + +.fa-chart-waterfall:before { + content: "" +} + +.fa-sparkle:before { + content: "" +} + +.fa-face-party:before { + content: "" +} + +.fa-kidneys:before { + content: "" +} + +.fa-wifi-exclamation:before { + content: "" +} + +.fa-chart-network:before { + content: "" +} + +.fa-person-dress-burst:before { + content: "" +} + +.fa-dice-d4:before { + content: "" +} + +.fa-money-check-dollar:before { + content: "" +} + +.fa-money-check-alt:before { + content: "" +} + +.fa-vector-square:before { + content: "" +} + +.fa-bread-slice:before { + content: "" +} + +.fa-language:before { + content: "" +} + +.fa-wheat-awn-slash:before { + content: "" +} + +.fa-face-kiss-wink-heart:before { + content: "" +} + +.fa-kiss-wink-heart:before { + content: "" +} + +.fa-dagger:before { + content: "" +} + +.fa-podium:before { + content: "" +} + +.fa-diamonds-4:before { + content: "" +} + +.fa-memo-circle-check:before { + content: "" +} + +.fa-route-highway:before { + content: "" +} + +.fa-down-to-line:before { + content: "" +} + +.fa-arrow-alt-to-bottom:before { + content: "" +} + +.fa-filter:before { + content: "" +} + +.fa-square-g:before { + content: "" +} + +.fa-circle-phone:before { + content: "" +} + +.fa-phone-circle:before { + content: "" +} + +.fa-clipboard-prescription:before { + content: "" +} + +.fa-user-nurse-hair:before { + content: "" +} + +.fa-question:before { + content: "?" +} + +.fa-file-signature:before { + content: "" +} + +.fa-toggle-large-on:before { + content: "" +} + +.fa-up-down-left-right:before { + content: "" +} + +.fa-arrows-alt:before { + content: "" +} + +.fa-dryer-heat:before { + content: "" +} + +.fa-dryer-alt:before { + content: "" +} + +.fa-house-chimney-user:before { + content: "" +} + +.fa-hand-holding-heart:before { + content: "" +} + +.fa-arrow-up-small-big:before { + content: "" +} + +.fa-sort-size-up-alt:before { + content: "" +} + +.fa-train-track:before { + content: "" +} + +.fa-puzzle-piece:before { + content: "" +} + +.fa-money-check:before { + content: "" +} + +.fa-star-half-stroke:before { + content: "" +} + +.fa-star-half-alt:before { + content: "" +} + +.fa-file-exclamation:before { + content: "" +} + +.fa-code:before { + content: "" +} + +.fa-whiskey-glass:before { + content: "" +} + +.fa-glass-whiskey:before { + content: "" +} + +.fa-moon-stars:before { + content: "" +} + +.fa-building-circle-exclamation:before { + content: "" +} + +.fa-clothes-hanger:before { + content: "" +} + +.fa-mobile-notch:before { + content: "" +} + +.fa-mobile-iphone:before { + content: "" +} + +.fa-magnifying-glass-chart:before { + content: "" +} + +.fa-arrow-up-right-from-square:before { + content: "" +} + +.fa-external-link:before { + content: "" +} + +.fa-cubes-stacked:before { + content: "" +} + +.fa-images-user:before { + content: "" +} + +.fa-won-sign:before { + content: "" +} + +.fa-krw:before { + content: "" +} + +.fa-won:before { + content: "" +} + +.fa-image-polaroid-user:before { + content: "" +} + +.fa-virus-covid:before { + content: "" +} + +.fa-square-ellipsis:before { + content: "" +} + +.fa-pie:before { + content: "" +} + +.fa-chess-knight-piece:before { + content: "" +} + +.fa-chess-knight-alt:before { + content: "" +} + +.fa-austral-sign:before { + content: "" +} + +.fa-cloud-plus:before { + content: "" +} + +.fa-f:before { + content: "F" +} + +.fa-leaf:before { + content: "" +} + +.fa-bed-bunk:before { + content: "" +} + +.fa-road:before { + content: "" +} + +.fa-taxi:before { + content: "" +} + +.fa-cab:before { + content: "" +} + +.fa-person-circle-plus:before { + content: "" +} + +.fa-chart-pie:before { + content: "" +} + +.fa-pie-chart:before { + content: "" +} + +.fa-bolt-lightning:before { + content: "" +} + +.fa-clock-eight:before { + content: "" +} + +.fa-sack-xmark:before { + content: "" +} + +.fa-file-xls:before { + content: "" +} + +.fa-file-excel:before { + content: "" +} + +.fa-file-contract:before { + content: "" +} + +.fa-fish-fins:before { + content: "" +} + +.fa-circle-q:before { + content: "" +} + +.fa-building-flag:before { + content: "" +} + +.fa-face-grin-beam:before { + content: "" +} + +.fa-grin-beam:before { + content: "" +} + +.fa-object-ungroup:before { + content: "" +} + +.fa-face-disguise:before { + content: "" +} + +.fa-circle-arrow-down-right:before { + content: "" +} + +.fa-alien-8bit:before { + content: "" +} + +.fa-alien-monster:before { + content: "" +} + +.fa-hand-point-ribbon:before { + content: "" +} + +.fa-poop:before { + content: "" +} + +.fa-object-exclude:before { + content: "" +} + +.fa-telescope:before { + content: "" +} + +.fa-location-pin:before { + content: "" +} + +.fa-map-marker:before { + content: "" +} + +.fa-square-list:before { + content: "" +} + +.fa-kaaba:before { + content: "" +} + +.fa-toilet-paper:before { + content: "" +} + +.fa-helmet-safety:before { + content: "" +} + +.fa-hard-hat:before { + content: "" +} + +.fa-hat-hard:before { + content: "" +} + +.fa-comment-code:before { + content: "" +} + +.fa-sim-cards:before { + content: "" +} + +.fa-starship:before { + content: "" +} + +.fa-eject:before { + content: "" +} + +.fa-circle-right:before { + content: "" +} + +.fa-arrow-alt-circle-right:before { + content: "" +} + +.fa-plane-circle-check:before { + content: "" +} + +.fa-seal:before { + content: "" +} + +.fa-user-cowboy:before { + content: "" +} + +.fa-hexagon-vertical-nft:before { + content: "" +} + +.fa-face-rolling-eyes:before { + content: "" +} + +.fa-meh-rolling-eyes:before { + content: "" +} + +.fa-bread-loaf:before { + content: "" +} + +.fa-rings-wedding:before { + content: "" +} + +.fa-object-group:before { + content: "" +} + +.fa-french-fries:before { + content: "" +} + +.fa-chart-line:before { + content: "" +} + +.fa-line-chart:before { + content: "" +} + +.fa-calendar-arrow-down:before { + content: "" +} + +.fa-calendar-download:before { + content: "" +} + +.fa-send-back:before { + content: "" +} + +.fa-mask-ventilator:before { + content: "" +} + +.fa-tickets:before { + content: "" +} + +.fa-signature-lock:before { + content: "" +} + +.fa-arrow-right:before { + content: "" +} + +.fa-signs-post:before { + content: "" +} + +.fa-map-signs:before { + content: "" +} + +.fa-octagon-plus:before { + content: "" +} + +.fa-plus-octagon:before { + content: "" +} + +.fa-cash-register:before { + content: "" +} + +.fa-person-circle-question:before { + content: "" +} + +.fa-melon-slice:before { + content: "" +} + +.fa-space-station-moon:before { + content: "" +} + +.fa-message-smile:before { + content: "" +} + +.fa-comment-alt-smile:before { + content: "" +} + +.fa-cup-straw:before { + content: "" +} + +.fa-left-from-line:before { + content: "" +} + +.fa-arrow-alt-from-right:before { + content: "" +} + +.fa-h:before { + content: "H" +} + +.fa-basket-shopping-simple:before { + content: "" +} + +.fa-shopping-basket-alt:before { + content: "" +} + +.fa-hands-holding-heart:before { + content: "" +} + +.fa-hands-heart:before { + content: "" +} + +.fa-clock-nine:before { + content: "" +} + +.fa-hammer-brush:before { + content: "" +} + +.fa-tarp:before { + content: "" +} + +.fa-face-sleepy:before { + content: "" +} + +.fa-hand-horns:before { + content: "" +} + +.fa-screwdriver-wrench:before { + content: "" +} + +.fa-tools:before { + content: "" +} + +.fa-arrows-to-eye:before { + content: "" +} + +.fa-circle-three-quarters:before { + content: "" +} + +.fa-trophy-star:before { + content: "" +} + +.fa-trophy-alt:before { + content: "" +} + +.fa-plug-circle-bolt:before { + content: "" +} + +.fa-face-thermometer:before { + content: "" +} + +.fa-grid-round-4:before { + content: "" +} + +.fa-sign-posts-wrench:before { + content: "" +} + +.fa-shirt-running:before { + content: "" +} + +.fa-book-circle-arrow-up:before { + content: "" +} + +.fa-face-nauseated:before { + content: "" +} + +.fa-heart:before { + content: "" +} + +.fa-file-chart-pie:before { + content: "" +} + +.fa-mars-and-venus:before { + content: "" +} + +.fa-house-user:before { + content: "" +} + +.fa-home-user:before { + content: "" +} + +.fa-circle-arrow-down-left:before { + content: "" +} + +.fa-dumpster-fire:before { + content: "" +} + +.fa-hexagon-minus:before { + content: "" +} + +.fa-minus-hexagon:before { + content: "" +} + +.fa-left-to-line:before { + content: "" +} + +.fa-arrow-alt-to-left:before { + content: "" +} + +.fa-house-crack:before { + content: "" +} + +.fa-paw-simple:before { + content: "" +} + +.fa-paw-alt:before { + content: "" +} + +.fa-arrow-left-long-to-line:before { + content: "" +} + +.fa-brackets-round:before { + content: "" +} + +.fa-parentheses:before { + content: "" +} + +.fa-martini-glass-citrus:before { + content: "" +} + +.fa-cocktail:before { + content: "" +} + +.fa-user-shakespeare:before { + content: "" +} + +.fa-arrow-right-to-arc:before { + content: "" +} + +.fa-face-surprise:before { + content: "" +} + +.fa-surprise:before { + content: "" +} + +.fa-bottle-water:before { + content: "" +} + +.fa-circle-pause:before { + content: "" +} + +.fa-pause-circle:before { + content: "" +} + +.fa-gauge-circle-plus:before { + content: "" +} + +.fa-folders:before { + content: "" +} + +.fa-angel:before { + content: "" +} + +.fa-value-absolute:before { + content: "" +} + +.fa-rabbit:before { + content: "" +} + +.fa-toilet-paper-slash:before { + content: "" +} + +.fa-circle-euro:before { + content: "" +} + +.fa-apple-whole:before { + content: "" +} + +.fa-apple-alt:before { + content: "" +} + +.fa-kitchen-set:before { + content: "" +} + +.fa-diamond-half:before { + content: "" +} + +.fa-lock-keyhole:before { + content: "" +} + +.fa-lock-alt:before { + content: "" +} + +.fa-r:before { + content: "R" +} + +.fa-temperature-quarter:before { + content: "" +} + +.fa-temperature-1:before { + content: "" +} + +.fa-thermometer-1:before { + content: "" +} + +.fa-thermometer-quarter:before { + content: "" +} + +.fa-square-info:before { + content: "" +} + +.fa-info-square:before { + content: "" +} + +.fa-wifi-slash:before { + content: "" +} + +.fa-toilet-paper-xmark:before { + content: "" +} + +.fa-hands-holding-dollar:before { + content: "" +} + +.fa-hands-usd:before { + content: "" +} + +.fa-cube:before { + content: "" +} + +.fa-arrow-down-triangle-square:before { + content: "" +} + +.fa-sort-shapes-down:before { + content: "" +} + +.fa-bitcoin-sign:before { + content: "" +} + +.fa-shutters:before { + content: "" +} + +.fa-shield-dog:before { + content: "" +} + +.fa-solar-panel:before { + content: "" +} + +.fa-lock-open:before { + content: "" +} + +.fa-table-tree:before { + content: "" +} + +.fa-house-chimney-heart:before { + content: "" +} + +.fa-tally-3:before { + content: "" +} + +.fa-elevator:before { + content: "" +} + +.fa-money-bill-transfer:before { + content: "" +} + +.fa-money-bill-trend-up:before { + content: "" +} + +.fa-house-flood-water-circle-arrow-right:before { + content: "" +} + +.fa-square-poll-horizontal:before { + content: "" +} + +.fa-poll-h:before { + content: "" +} + +.fa-circle:before { + content: "" +} + +.fa-left-to-bracket:before { + content: "" +} + +.fa-cart-circle-exclamation:before { + content: "" +} + +.fa-sword:before { + content: "" +} + +.fa-backward-fast:before { + content: "" +} + +.fa-fast-backward:before { + content: "" +} + +.fa-recycle:before { + content: "" +} + +.fa-user-astronaut:before { + content: "" +} + +.fa-interrobang:before { + content: "" +} + +.fa-plane-slash:before { + content: "" +} + +.fa-circle-dashed:before { + content: "" +} + +.fa-trademark:before { + content: "" +} + +.fa-basketball:before { + content: "" +} + +.fa-basketball-ball:before { + content: "" +} + +.fa-fork-knife:before { + content: "" +} + +.fa-utensils-alt:before { + content: "" +} + +.fa-satellite-dish:before { + content: "" +} + +.fa-badge-check:before { + content: "" +} + +.fa-circle-up:before { + content: "" +} + +.fa-arrow-alt-circle-up:before { + content: "" +} + +.fa-slider:before { + content: "" +} + +.fa-mobile-screen-button:before { + content: "" +} + +.fa-mobile-alt:before { + content: "" +} + +.fa-clock-one-thirty:before { + content: "" +} + +.fa-inbox-out:before { + content: "" +} + +.fa-inbox-arrow-up:before { + content: "" +} + +.fa-cloud-slash:before { + content: "" +} + +.fa-volume-high:before { + content: "" +} + +.fa-volume-up:before { + content: "" +} + +.fa-users-rays:before { + content: "" +} + +.fa-wallet:before { + content: "" +} + +.fa-octagon-check:before { + content: "" +} + +.fa-flatbread-stuffed:before { + content: "" +} + +.fa-clipboard-check:before { + content: "" +} + +.fa-cart-circle-plus:before { + content: "" +} + +.fa-truck-clock:before { + content: "" +} + +.fa-shipping-timed:before { + content: "" +} + +.fa-pool-8-ball:before { + content: "" +} + +.fa-file-audio:before { + content: "" +} + +.fa-turn-down-left:before { + content: "" +} + +.fa-lock-hashtag:before { + content: "" +} + +.fa-chart-radar:before { + content: "" +} + +.fa-staff:before { + content: "" +} + +.fa-burger:before { + content: "" +} + +.fa-hamburger:before { + content: "" +} + +.fa-utility-pole:before { + content: "" +} + +.fa-transporter-6:before { + content: "" +} + +.fa-arrow-turn-left:before { + content: "" +} + +.fa-wrench:before { + content: "" +} + +.fa-bugs:before { + content: "" +} + +.fa-vector-polygon:before { + content: "" +} + +.fa-diagram-nested:before { + content: "" +} + +.fa-rupee-sign:before { + content: "" +} + +.fa-rupee:before { + content: "" +} + +.fa-file-image:before { + content: "" +} + +.fa-circle-question:before { + content: "" +} + +.fa-question-circle:before { + content: "" +} + +.fa-tickets-perforated:before { + content: "" +} + +.fa-image-user:before { + content: "" +} + +.fa-buoy:before { + content: "" +} + +.fa-plane-departure:before { + content: "" +} + +.fa-handshake-slash:before { + content: "" +} + +.fa-book-bookmark:before { + content: "" +} + +.fa-border-center-h:before { + content: "" +} + +.fa-can-food:before { + content: "" +} + +.fa-typewriter:before { + content: "" +} + +.fa-arrow-right-from-arc:before { + content: "" +} + +.fa-circle-k:before { + content: "" +} + +.fa-face-hand-over-mouth:before { + content: "" +} + +.fa-popcorn:before { + content: "" +} + +.fa-house-water:before { + content: "" +} + +.fa-house-flood:before { + content: "" +} + +.fa-object-subtract:before { + content: "" +} + +.fa-code-branch:before { + content: "" +} + +.fa-warehouse-full:before { + content: "" +} + +.fa-warehouse-alt:before { + content: "" +} + +.fa-hat-cowboy:before { + content: "" +} + +.fa-bridge:before { + content: "" +} + +.fa-phone-flip:before { + content: "" +} + +.fa-phone-alt:before { + content: "" +} + +.fa-arrow-down-from-dotted-line:before { + content: "" +} + +.fa-file-doc:before { + content: "" +} + +.fa-square-quarters:before { + content: "" +} + +.fa-truck-front:before { + content: "" +} + +.fa-cat:before { + content: "" +} + +.fa-trash-xmark:before { + content: "" +} + +.fa-circle-caret-left:before { + content: "" +} + +.fa-caret-circle-left:before { + content: "" +} + +.fa-files:before { + content: "" +} + +.fa-anchor-circle-exclamation:before { + content: "" +} + +.fa-face-clouds:before { + content: "" +} + +.fa-user-crown:before { + content: "" +} + +.fa-basket-shopping-plus:before { + content: "" +} + +.fa-truck-field:before { + content: "" +} + +.fa-route:before { + content: "" +} + +.fa-cart-circle-check:before { + content: "" +} + +.fa-clipboard-question:before { + content: "" +} + +.fa-panorama:before { + content: "" +} + +.fa-comment-medical:before { + content: "" +} + +.fa-teeth-open:before { + content: "" +} + +.fa-user-tie-hair-long:before { + content: "" +} + +.fa-file-circle-minus:before { + content: "" +} + +.fa-head-side-medical:before { + content: "" +} + +.fa-arrow-turn-right:before { + content: "" +} + +.fa-tags:before { + content: "" +} + +.fa-wine-glass:before { + content: "" +} + +.fa-forward-fast:before { + content: "" +} + +.fa-fast-forward:before { + content: "" +} + +.fa-face-meh-blank:before { + content: "" +} + +.fa-meh-blank:before { + content: "" +} + +.fa-user-robot:before { + content: "" +} + +.fa-square-parking:before { + content: "" +} + +.fa-parking:before { + content: "" +} + +.fa-card-diamond:before { + content: "" +} + +.fa-face-zipper:before { + content: "" +} + +.fa-face-raised-eyebrow:before { + content: "" +} + +.fa-house-signal:before { + content: "" +} + +.fa-square-chevron-up:before { + content: "" +} + +.fa-chevron-square-up:before { + content: "" +} + +.fa-bars-progress:before { + content: "" +} + +.fa-tasks-alt:before { + content: "" +} + +.fa-faucet-drip:before { + content: "" +} + +.fa-arrows-to-line:before { + content: "" +} + +.fa-dolphin:before { + content: "" +} + +.fa-arrow-up-right:before { + content: "" +} + +.fa-circle-r:before { + content: "" +} + +.fa-cart-flatbed:before { + content: "" +} + +.fa-dolly-flatbed:before { + content: "" +} + +.fa-ban-smoking:before { + content: "" +} + +.fa-smoking-ban:before { + content: "" +} + +.fa-circle-sort-up:before { + content: "" +} + +.fa-sort-circle-up:before { + content: "" +} + +.fa-terminal:before { + content: "" +} + +.fa-mobile-button:before { + content: "" +} + +.fa-house-medical-flag:before { + content: "" +} + +.fa-basket-shopping:before { + content: "" +} + +.fa-shopping-basket:before { + content: "" +} + +.fa-tape:before { + content: "" +} + +.fa-chestnut:before { + content: "" +} + +.fa-bus-simple:before { + content: "" +} + +.fa-bus-alt:before { + content: "" +} + +.fa-eye:before { + content: "" +} + +.fa-face-sad-cry:before { + content: "" +} + +.fa-sad-cry:before { + content: "" +} + +.fa-heat:before { + content: "" +} + +.fa-ticket-airline:before { + content: "" +} + +.fa-ticket-perforated-plane:before { + content: "" +} + +.fa-ticket-plane:before { + content: "" +} + +.fa-boot-heeled:before { + content: "" +} + +.fa-arrows-minimize:before { + content: "" +} + +.fa-compress-arrows:before { + content: "" +} + +.fa-audio-description:before { + content: "" +} + +.fa-person-military-to-person:before { + content: "" +} + +.fa-file-shield:before { + content: "" +} + +.fa-hexagon:before { + content: "" +} + +.fa-manhole:before { + content: "" +} + +.fa-user-slash:before { + content: "" +} + +.fa-pen:before { + content: "" +} + +.fa-tower-observation:before { + content: "" +} + +.fa-floppy-disks:before { + content: "" +} + +.fa-toilet-paper-blank-under:before { + content: "" +} + +.fa-toilet-paper-reverse-alt:before { + content: "" +} + +.fa-file-code:before { + content: "" +} + +.fa-signal:before { + content: "" +} + +.fa-signal-5:before { + content: "" +} + +.fa-signal-perfect:before { + content: "" +} + +.fa-pump:before { + content: "" +} + +.fa-bus:before { + content: "" +} + +.fa-heart-circle-xmark:before { + content: "" +} + +.fa-arrow-up-left-from-circle:before { + content: "" +} + +.fa-house-chimney:before { + content: "" +} + +.fa-home-lg:before { + content: "" +} + +.fa-window-maximize:before { + content: "" +} + +.fa-dryer:before { + content: "" +} + +.fa-face-frown:before { + content: "" +} + +.fa-frown:before { + content: "" +} + +.fa-chess-bishop-piece:before { + content: "" +} + +.fa-chess-bishop-alt:before { + content: "" +} + +.fa-shirt-tank-top:before { + content: "" +} + +.fa-diploma:before { + content: "" +} + +.fa-scroll-ribbon:before { + content: "" +} + +.fa-screencast:before { + content: "" +} + +.fa-walker:before { + content: "" +} + +.fa-prescription:before { + content: "" +} + +.fa-shop:before { + content: "" +} + +.fa-store-alt:before { + content: "" +} + +.fa-floppy-disk:before { + content: "" +} + +.fa-save:before { + content: "" +} + +.fa-vihara:before { + content: "" +} + +.fa-face-kiss-closed-eyes:before { + content: "" +} + +.fa-scale-unbalanced:before { + content: "" +} + +.fa-balance-scale-left:before { + content: "" +} + +.fa-file-user:before { + content: "" +} + +.fa-user-police-tie:before { + content: "" +} + +.fa-face-tongue-money:before { + content: "" +} + +.fa-tennis-ball:before { + content: "" +} + +.fa-square-l:before { + content: "" +} + +.fa-sort-up:before { + content: "" +} + +.fa-sort-asc:before { + content: "" +} + +.fa-calendar-arrow-up:before { + content: "" +} + +.fa-calendar-upload:before { + content: "" +} + +.fa-comment-dots:before { + content: "" +} + +.fa-commenting:before { + content: "" +} + +.fa-plant-wilt:before { + content: "" +} + +.fa-scarf:before { + content: "" +} + +.fa-album-circle-plus:before { + content: "" +} + +.fa-user-nurse-hair-long:before { + content: "" +} + +.fa-diamond:before { + content: "" +} + +.fa-square-left:before { + content: "" +} + +.fa-arrow-alt-square-left:before { + content: "" +} + +.fa-face-grin-squint:before { + content: "" +} + +.fa-grin-squint:before { + content: "" +} + +.fa-circle-ellipsis-vertical:before { + content: "" +} + +.fa-hand-holding-dollar:before { + content: "" +} + +.fa-hand-holding-usd:before { + content: "" +} + +.fa-grid-dividers:before { + content: "" +} + +.fa-bacterium:before { + content: "" +} + +.fa-hand-pointer:before { + content: "" +} + +.fa-drum-steelpan:before { + content: "" +} + +.fa-hand-scissors:before { + content: "" +} + +.fa-hands-praying:before { + content: "" +} + +.fa-praying-hands:before { + content: "" +} + +.fa-face-pensive:before { + content: "" +} + +.fa-user-music:before { + content: "" +} + +.fa-arrow-rotate-right:before { + content: "" +} + +.fa-arrow-right-rotate:before { + content: "" +} + +.fa-arrow-rotate-forward:before { + content: "" +} + +.fa-redo:before { + content: "" +} + +.fa-messages-dollar:before { + content: "" +} + +.fa-comments-alt-dollar:before { + content: "" +} + +.fa-sensor-on:before { + content: "" +} + +.fa-balloon:before { + content: "" +} + +.fa-biohazard:before { + content: "" +} + +.fa-chess-queen-piece:before { + content: "" +} + +.fa-chess-queen-alt:before { + content: "" +} + +.fa-location-crosshairs:before { + content: "" +} + +.fa-location:before { + content: "" +} + +.fa-mars-double:before { + content: "" +} + +.fa-left-from-bracket:before { + content: "" +} + +.fa-house-person-leave:before { + content: "" +} + +.fa-house-leave:before { + content: "" +} + +.fa-house-person-depart:before { + content: "" +} + +.fa-ruler-triangle:before { + content: "" +} + +.fa-card-club:before { + content: "" +} + +.fa-child-dress:before { + content: "" +} + +.fa-users-between-lines:before { + content: "" +} + +.fa-lungs-virus:before { + content: "" +} + +.fa-spinner-third:before { + content: "" +} + +.fa-face-grin-tears:before { + content: "" +} + +.fa-grin-tears:before { + content: "" +} + +.fa-phone:before { + content: "" +} + +.fa-computer-mouse-scrollwheel:before { + content: "" +} + +.fa-mouse-alt:before { + content: "" +} + +.fa-calendar-xmark:before { + content: "" +} + +.fa-calendar-times:before { + content: "" +} + +.fa-child-reaching:before { + content: "" +} + +.fa-table-layout:before { + content: "" +} + +.fa-narwhal:before { + content: "" +} + +.fa-ramp-loading:before { + content: "" +} + +.fa-calendar-circle-plus:before { + content: "" +} + +.fa-toothbrush:before { + content: "" +} + +.fa-border-inner:before { + content: "" +} + +.fa-paw-claws:before { + content: "" +} + +.fa-kiwi-fruit:before { + content: "" +} + +.fa-traffic-light-slow:before { + content: "" +} + +.fa-rectangle-code:before { + content: "" +} + +.fa-head-side-virus:before { + content: "" +} + +.fa-keyboard-brightness:before { + content: "" +} + +.fa-books-medical:before { + content: "" +} + +.fa-lightbulb-slash:before { + content: "" +} + +.fa-house-blank:before { + content: "" +} + +.fa-home-blank:before { + content: "" +} + +.fa-square-5:before { + content: "" +} + +.fa-square-heart:before { + content: "" +} + +.fa-heart-square:before { + content: "" +} + +.fa-puzzle:before { + content: "" +} + +.fa-user-gear:before { + content: "" +} + +.fa-user-cog:before { + content: "" +} + +.fa-pipe-circle-check:before { + content: "" +} + +.fa-arrow-up-1-9:before { + content: "" +} + +.fa-sort-numeric-up:before { + content: "" +} + +.fa-octagon-exclamation:before { + content: "" +} + +.fa-dial-low:before { + content: "" +} + +.fa-door-closed:before { + content: "" +} + +.fa-laptop-mobile:before { + content: "" +} + +.fa-phone-laptop:before { + content: "" +} + +.fa-conveyor-belt-boxes:before { + content: "" +} + +.fa-conveyor-belt-alt:before { + content: "" +} + +.fa-shield-virus:before { + content: "" +} + +.fa-starfighter-twin-ion-engine-advanced:before { + content: "" +} + +.fa-starfighter-alt-advanced:before { + content: "" +} + +.fa-dice-six:before { + content: "" +} + +.fa-starfighter-twin-ion-engine:before { + content: "" +} + +.fa-starfighter-alt:before { + content: "" +} + +.fa-rocket-launch:before { + content: "" +} + +.fa-mosquito-net:before { + content: "" +} + +.fa-vent-damper:before { + content: "" +} + +.fa-bridge-water:before { + content: "" +} + +.fa-ban-bug:before { + content: "" +} + +.fa-debug:before { + content: "" +} + +.fa-person-booth:before { + content: "" +} + +.fa-text-width:before { + content: "" +} + +.fa-garage-car:before { + content: "" +} + +.fa-square-kanban:before { + content: "" +} + +.fa-hat-wizard:before { + content: "" +} + +.fa-chart-kanban:before { + content: "" +} + +.fa-pen-fancy:before { + content: "" +} + +.fa-coffee-pot:before { + content: "" +} + +.fa-mouse-field:before { + content: "" +} + +.fa-person-digging:before { + content: "" +} + +.fa-digging:before { + content: "" +} + +.fa-shower-down:before { + content: "" +} + +.fa-shower-alt:before { + content: "" +} + +.fa-box-circle-check:before { + content: "" +} + +.fa-brightness:before { + content: "" +} + +.fa-car-side-bolt:before { + content: "" +} + +.fa-file-xml:before { + content: "" +} + +.fa-ornament:before { + content: "" +} + +.fa-phone-arrow-down-left:before { + content: "" +} + +.fa-phone-arrow-down:before { + content: "" +} + +.fa-phone-incoming:before { + content: "" +} + +.fa-cloud-word:before { + content: "" +} + +.fa-hand-fingers-crossed:before { + content: "" +} + +.fa-trash:before { + content: "" +} + +.fa-gauge-simple:before { + content: "" +} + +.fa-gauge-simple-med:before { + content: "" +} + +.fa-tachometer-average:before { + content: "" +} + +.fa-arrow-down-small-big:before { + content: "" +} + +.fa-sort-size-down-alt:before { + content: "" +} + +.fa-book-medical:before { + content: "" +} + +.fa-face-melting:before { + content: "" +} + +.fa-poo:before { + content: "" +} + +.fa-pen-clip-slash:before { + content: "" +} + +.fa-pen-alt-slash:before { + content: "" +} + +.fa-quote-right:before { + content: "" +} + +.fa-quote-right-alt:before { + content: "" +} + +.fa-scroll-old:before { + content: "" +} + +.fa-guitars:before { + content: "" +} + +.fa-phone-xmark:before { + content: "" +} + +.fa-hose:before { + content: "" +} + +.fa-clock-six:before { + content: "" +} + +.fa-shirt:before { + content: "" +} + +.fa-t-shirt:before { + content: "" +} + +.fa-tshirt:before { + content: "" +} + +.fa-billboard:before { + content: "" +} + +.fa-square-r:before { + content: "" +} + +.fa-cubes:before { + content: "" +} + +.fa-envelope-open-dollar:before { + content: "" +} + +.fa-divide:before { + content: "" +} + +.fa-sun-cloud:before { + content: "" +} + +.fa-lamp-floor:before { + content: "" +} + +.fa-square-7:before { + content: "" +} + +.fa-tenge-sign:before { + content: "" +} + +.fa-tenge:before { + content: "" +} + +.fa-headphones:before { + content: "" +} + +.fa-hands-holding:before { + content: "" +} + +.fa-campfire:before { + content: "" +} + +.fa-circle-ampersand:before { + content: "" +} + +.fa-snowflakes:before { + content: "" +} + +.fa-hands-clapping:before { + content: "" +} + +.fa-republican:before { + content: "" +} + +.fa-leaf-maple:before { + content: "" +} + +.fa-arrow-left:before { + content: "" +} + +.fa-person-circle-xmark:before { + content: "" +} + +.fa-ruler:before { + content: "" +} + +.fa-arrow-left-from-bracket:before { + content: "" +} + +.fa-cup-straw-swoosh:before { + content: "" +} + +.fa-temperature-sun:before { + content: "" +} + +.fa-temperature-hot:before { + content: "" +} + +.fa-align-left:before { + content: "" +} + +.fa-dice-d6:before { + content: "" +} + +.fa-restroom:before { + content: "" +} + +.fa-high-definition:before { + content: "" +} + +.fa-rectangle-hd:before { + content: "" +} + +.fa-j:before { + content: "J" +} + +.fa-galaxy:before { + content: "" +} + +.fa-users-viewfinder:before { + content: "" +} + +.fa-file-video:before { + content: "" +} + +.fa-cherries:before { + content: "" +} + +.fa-up-right-from-square:before { + content: "" +} + +.fa-external-link-alt:before { + content: "" +} + +.fa-circle-sort:before { + content: "" +} + +.fa-sort-circle:before { + content: "" +} + +.fa-table-cells:before { + content: "" +} + +.fa-th:before { + content: "" +} + +.fa-bag-shopping-minus:before { + content: "" +} + +.fa-file-pdf:before { + content: "" +} + +.fa-siren:before { + content: "" +} + +.fa-arrow-up-to-dotted-line:before { + content: "" +} + +.fa-image-landscape:before { + content: "" +} + +.fa-landscape:before { + content: "" +} + +.fa-tank-water:before { + content: "" +} + +.fa-curling-stone:before { + content: "" +} + +.fa-curling:before { + content: "" +} + +.fa-gamepad-modern:before { + content: "" +} + +.fa-gamepad-alt:before { + content: "" +} + +.fa-messages-question:before { + content: "" +} + +.fa-book-bible:before { + content: "" +} + +.fa-bible:before { + content: "" +} + +.fa-o:before { + content: "O" +} + +.fa-suitcase-medical:before { + content: "" +} + +.fa-medkit:before { + content: "" +} + +.fa-briefcase-arrow-right:before { + content: "" +} + +.fa-expand-wide:before { + content: "" +} + +.fa-clock-eleven-thirty:before { + content: "" +} + +.fa-rv:before { + content: "" +} + +.fa-user-secret:before { + content: "" +} + +.fa-otter:before { + content: "" +} + +.fa-dreidel:before { + content: "" +} + +.fa-person-dress:before { + content: "" +} + +.fa-female:before { + content: "" +} + +.fa-comment-dollar:before { + content: "" +} + +.fa-business-time:before { + content: "" +} + +.fa-briefcase-clock:before { + content: "" +} + +.fa-flower-tulip:before { + content: "" +} + +.fa-people-pants-simple:before { + content: "" +} + +.fa-cloud-drizzle:before { + content: "" +} + +.fa-table-cells-large:before { + content: "" +} + +.fa-th-large:before { + content: "" +} + +.fa-book-tanakh:before { + content: "" +} + +.fa-tanakh:before { + content: "" +} + +.fa-solar-system:before { + content: "" +} + +.fa-seal-question:before { + content: "" +} + +.fa-phone-volume:before { + content: "" +} + +.fa-volume-control-phone:before { + content: "" +} + +.fa-disc-drive:before { + content: "" +} + +.fa-hat-cowboy-side:before { + content: "" +} + +.fa-table-rows:before { + content: "" +} + +.fa-rows:before { + content: "" +} + +.fa-location-exclamation:before { + content: "" +} + +.fa-map-marker-exclamation:before { + content: "" +} + +.fa-face-fearful:before { + content: "" +} + +.fa-clipboard-user:before { + content: "" +} + +.fa-bus-school:before { + content: "" +} + +.fa-film-slash:before { + content: "" +} + +.fa-square-arrow-down-right:before { + content: "" +} + +.fa-book-sparkles:before { + content: "" +} + +.fa-book-spells:before { + content: "" +} + +.fa-washing-machine:before { + content: "" +} + +.fa-washer:before { + content: "" +} + +.fa-child:before { + content: "" +} + +.fa-lira-sign:before { + content: "" +} + +.fa-user-visor:before { + content: "" +} + +.fa-file-plus-minus:before { + content: "" +} + +.fa-chess-clock-flip:before { + content: "" +} + +.fa-chess-clock-alt:before { + content: "" +} + +.fa-satellite:before { + content: "" +} + +.fa-truck-fire:before { + content: "" +} + +.fa-plane-lock:before { + content: "" +} + +.fa-steering-wheel:before { + content: "" +} + +.fa-tag:before { + content: "" +} + +.fa-stretcher:before { + content: "" +} + +.fa-book-section:before { + content: "" +} + +.fa-book-law:before { + content: "" +} + +.fa-inboxes:before { + content: "" +} + +.fa-coffee-bean:before { + content: "" +} + +.fa-circle-yen:before { + content: "" +} + +.fa-brackets-curly:before { + content: "" +} + +.fa-ellipsis-stroke-vertical:before { + content: "" +} + +.fa-ellipsis-v-alt:before { + content: "" +} + +.fa-comment:before { + content: "" +} + +.fa-square-1:before { + content: "" +} + +.fa-cake-candles:before { + content: "" +} + +.fa-birthday-cake:before { + content: "" +} + +.fa-cake:before { + content: "" +} + +.fa-head-side:before { + content: "" +} + +.fa-truck-ladder:before { + content: "" +} + +.fa-envelope:before { + content: "" +} + +.fa-dolly-empty:before { + content: "" +} + +.fa-face-tissue:before { + content: "" +} + +.fa-angles-up:before { + content: "" +} + +.fa-angle-double-up:before { + content: "" +} + +.fa-bin-recycle:before { + content: "" +} + +.fa-paperclip:before { + content: "" +} + +.fa-chart-line-down:before { + content: "" +} + +.fa-arrow-right-to-city:before { + content: "" +} + +.fa-lock-a:before { + content: "" +} + +.fa-ribbon:before { + content: "" +} + +.fa-lungs:before { + content: "" +} + +.fa-person-pinball:before { + content: "" +} + +.fa-arrow-up-9-1:before { + content: "" +} + +.fa-sort-numeric-up-alt:before { + content: "" +} + +.fa-apple-core:before { + content: "" +} + +.fa-circle-y:before { + content: "" +} + +.fa-h6:before { + content: "" +} + +.fa-litecoin-sign:before { + content: "" +} + +.fa-bottle-baby:before { + content: "" +} + +.fa-circle-small:before { + content: "" +} + +.fa-border-none:before { + content: "" +} + +.fa-arrow-turn-down-left:before { + content: "" +} + +.fa-circle-wifi-circle-wifi:before { + content: "" +} + +.fa-circle-wifi-group:before { + content: "" +} + +.fa-circle-nodes:before { + content: "" +} + +.fa-parachute-box:before { + content: "" +} + +.fa-reflect-horizontal:before { + content: "" +} + +.fa-message-medical:before { + content: "" +} + +.fa-comment-alt-medical:before { + content: "" +} + +.fa-rugby-ball:before { + content: "" +} + +.fa-comment-music:before { + content: "" +} + +.fa-indent:before { + content: "" +} + +.fa-tree-deciduous:before { + content: "" +} + +.fa-tree-alt:before { + content: "" +} + +.fa-puzzle-piece-simple:before { + content: "" +} + +.fa-puzzle-piece-alt:before { + content: "" +} + +.fa-truck-field-un:before { + content: "" +} + +.fa-nfc-trash:before { + content: "" +} + +.fa-hourglass:before { + content: "" +} + +.fa-hourglass-empty:before { + content: "" +} + +.fa-mountain:before { + content: "" +} + +.fa-file-xmark:before { + content: "" +} + +.fa-file-times:before { + content: "" +} + +.fa-house-heart:before { + content: "" +} + +.fa-home-heart:before { + content: "" +} + +.fa-house-chimney-blank:before { + content: "" +} + +.fa-meter-bolt:before { + content: "" +} + +.fa-user-doctor:before { + content: "" +} + +.fa-user-md:before { + content: "" +} + +.fa-slash-back:before { + content: "\\" +} + +.fa-circle-info:before { + content: "" +} + +.fa-info-circle:before { + content: "" +} + +.fa-fishing-rod:before { + content: "" +} + +.fa-hammer-crash:before { + content: "" +} + +.fa-message-heart:before { + content: "" +} + +.fa-cloud-meatball:before { + content: "" +} + +.fa-camera-polaroid:before { + content: "" +} + +.fa-camera:before { + content: "" +} + +.fa-camera-alt:before { + content: "" +} + +.fa-square-virus:before { + content: "" +} + +.fa-cart-arrow-up:before { + content: "" +} + +.fa-meteor:before { + content: "" +} + +.fa-car-on:before { + content: "" +} + +.fa-sleigh:before { + content: "" +} + +.fa-arrow-down-1-9:before { + content: "" +} + +.fa-sort-numeric-asc:before { + content: "" +} + +.fa-sort-numeric-down:before { + content: "" +} + +.fa-buoy-mooring:before { + content: "" +} + +.fa-square-4:before { + content: "" +} + +.fa-hand-holding-droplet:before { + content: "" +} + +.fa-hand-holding-water:before { + content: "" +} + +.fa-file-eps:before { + content: "" +} + +.fa-tricycle-adult:before { + content: "" +} + +.fa-waveform:before { + content: "" +} + +.fa-water:before { + content: "" +} + +.fa-star-sharp-half-stroke:before { + content: "" +} + +.fa-star-sharp-half-alt:before { + content: "" +} + +.fa-nfc-signal:before { + content: "" +} + +.fa-plane-prop:before { + content: "" +} + +.fa-calendar-check:before { + content: "" +} + +.fa-clock-desk:before { + content: "" +} + +.fa-calendar-clock:before { + content: "" +} + +.fa-calendar-time:before { + content: "" +} + +.fa-braille:before { + content: "" +} + +.fa-prescription-bottle-medical:before { + content: "" +} + +.fa-prescription-bottle-alt:before { + content: "" +} + +.fa-plate-utensils:before { + content: "" +} + +.fa-family-pants:before { + content: "" +} + +.fa-hose-reel:before { + content: "" +} + +.fa-house-window:before { + content: "" +} + +.fa-landmark:before { + content: "" +} + +.fa-truck:before { + content: "" +} + +.fa-music-magnifying-glass:before { + content: "" +} + +.fa-crosshairs:before { + content: "" +} + +.fa-cloud-rainbow:before { + content: "" +} + +.fa-person-cane:before { + content: "" +} + +.fa-alien:before { + content: "" +} + +.fa-tent:before { + content: "" +} + +.fa-laptop-binary:before { + content: "" +} + +.fa-vest-patches:before { + content: "" +} + +.fa-people-dress-simple:before { + content: "" +} + +.fa-check-double:before { + content: "" +} + +.fa-arrow-down-a-z:before { + content: "" +} + +.fa-sort-alpha-asc:before { + content: "" +} + +.fa-sort-alpha-down:before { + content: "" +} + +.fa-bowling-ball-pin:before { + content: "" +} + +.fa-bell-school-slash:before { + content: "" +} + +.fa-plus-large:before { + content: "" +} + +.fa-money-bill-wheat:before { + content: "" +} + +.fa-camera-viewfinder:before { + content: "" +} + +.fa-screenshot:before { + content: "" +} + +.fa-message-music:before { + content: "" +} + +.fa-comment-alt-music:before { + content: "" +} + +.fa-car-building:before { + content: "" +} + +.fa-border-bottom-right:before { + content: "" +} + +.fa-border-style-alt:before { + content: "" +} + +.fa-octagon:before { + content: "" +} + +.fa-comment-arrow-up-right:before { + content: "" +} + +.fa-octagon-divide:before { + content: "" +} + +.fa-cookie:before { + content: "" +} + +.fa-arrow-rotate-left:before { + content: "" +} + +.fa-arrow-left-rotate:before { + content: "" +} + +.fa-arrow-rotate-back:before { + content: "" +} + +.fa-arrow-rotate-backward:before { + content: "" +} + +.fa-undo:before { + content: "" +} + +.fa-tv-music:before { + content: "" +} + +.fa-hard-drive:before { + content: "" +} + +.fa-hdd:before { + content: "" +} + +.fa-reel:before { + content: "" +} + +.fa-face-grin-squint-tears:before { + content: "" +} + +.fa-grin-squint-tears:before { + content: "" +} + +.fa-dumbbell:before { + content: "" +} + +.fa-rectangle-list:before { + content: "" +} + +.fa-list-alt:before { + content: "" +} + +.fa-tarp-droplet:before { + content: "" +} + +.fa-alarm-exclamation:before { + content: "" +} + +.fa-house-medical-circle-check:before { + content: "" +} + +.fa-traffic-cone:before { + content: "" +} + +.fa-grate:before { + content: "" +} + +.fa-arrow-down-right:before { + content: "" +} + +.fa-person-skiing-nordic:before { + content: "" +} + +.fa-skiing-nordic:before { + content: "" +} + +.fa-calendar-plus:before { + content: "" +} + +.fa-person-from-portal:before { + content: "" +} + +.fa-portal-exit:before { + content: "" +} + +.fa-plane-arrival:before { + content: "" +} + +.fa-cowbell-circle-plus:before { + content: "" +} + +.fa-cowbell-more:before { + content: "" +} + +.fa-circle-left:before { + content: "" +} + +.fa-arrow-alt-circle-left:before { + content: "" +} + +.fa-distribute-spacing-vertical:before { + content: "" +} + +.fa-signal-bars-fair:before { + content: "" +} + +.fa-signal-alt-2:before { + content: "" +} + +.fa-sportsball:before { + content: "" +} + +.fa-game-console-handheld-crank:before { + content: "" +} + +.fa-train-subway:before { + content: "" +} + +.fa-subway:before { + content: "" +} + +.fa-chart-gantt:before { + content: "" +} + +.fa-face-smile-upside-down:before { + content: "" +} + +.fa-ball-pile:before { + content: "" +} + +.fa-badge-dollar:before { + content: "" +} + +.fa-money-bills-simple:before { + content: "" +} + +.fa-money-bills-alt:before { + content: "" +} + +.fa-list-timeline:before { + content: "" +} + +.fa-indian-rupee-sign:before { + content: "" +} + +.fa-indian-rupee:before { + content: "" +} + +.fa-inr:before { + content: "" +} + +.fa-crop-simple:before { + content: "" +} + +.fa-crop-alt:before { + content: "" +} + +.fa-money-bill-1:before { + content: "" +} + +.fa-money-bill-alt:before { + content: "" +} + +.fa-left-long:before { + content: "" +} + +.fa-long-arrow-alt-left:before { + content: "" +} + +.fa-keyboard-down:before { + content: "" +} + +.fa-circle-up-right:before { + content: "" +} + +.fa-cloud-bolt-moon:before { + content: "" +} + +.fa-thunderstorm-moon:before { + content: "" +} + +.fa-turn-left-up:before { + content: "" +} + +.fa-dna:before { + content: "" +} + +.fa-virus-slash:before { + content: "" +} + +.fa-bracket-round-right:before { + content: ")" +} + +.fa-circle-sterling:before { + content: "" +} + +.fa-circle-5:before { + content: "" +} + +.fa-minus:before { + content: "" +} + +.fa-subtract:before { + content: "" +} + +.fa-fire-flame:before { + content: "" +} + +.fa-flame:before { + content: "" +} + +.fa-right-to-line:before { + content: "" +} + +.fa-arrow-alt-to-right:before { + content: "" +} + +.fa-gif:before { + content: "" +} + +.fa-chess:before { + content: "" +} + +.fa-trash-slash:before { + content: "" +} + +.fa-arrow-left-long:before { + content: "" +} + +.fa-long-arrow-left:before { + content: "" +} + +.fa-plug-circle-check:before { + content: "" +} + +.fa-font-case:before { + content: "" +} + +.fa-street-view:before { + content: "" +} + +.fa-arrow-down-left:before { + content: "" +} + +.fa-franc-sign:before { + content: "" +} + +.fa-flask-round-poison:before { + content: "" +} + +.fa-flask-poison:before { + content: "" +} + +.fa-volume-off:before { + content: "" +} + +.fa-book-circle-arrow-right:before { + content: "" +} + +.fa-chart-user:before { + content: "" +} + +.fa-user-chart:before { + content: "" +} + +.fa-hands-asl-interpreting:before { + content: "" +} + +.fa-american-sign-language-interpreting:before { + content: "" +} + +.fa-asl-interpreting:before { + content: "" +} + +.fa-hands-american-sign-language-interpreting:before { + content: "" +} + +.fa-presentation-screen:before { + content: "" +} + +.fa-presentation:before { + content: "" +} + +.fa-circle-bolt:before { + content: "" +} + +.fa-face-smile-halo:before { + content: "" +} + +.fa-cart-circle-arrow-down:before { + content: "" +} + +.fa-house-person-return:before { + content: "" +} + +.fa-house-person-arrive:before { + content: "" +} + +.fa-house-return:before { + content: "" +} + +.fa-message-xmark:before { + content: "" +} + +.fa-comment-alt-times:before { + content: "" +} + +.fa-message-times:before { + content: "" +} + +.fa-file-certificate:before { + content: "" +} + +.fa-file-award:before { + content: "" +} + +.fa-user-doctor-hair-long:before { + content: "" +} + +.fa-camera-security:before { + content: "" +} + +.fa-camera-home:before { + content: "" +} + +.fa-gear:before { + content: "" +} + +.fa-cog:before { + content: "" +} + +.fa-droplet-slash:before { + content: "" +} + +.fa-tint-slash:before { + content: "" +} + +.fa-book-heart:before { + content: "" +} + +.fa-mosque:before { + content: "" +} + +.fa-duck:before { + content: "" +} + +.fa-mosquito:before { + content: "" +} + +.fa-star-of-david:before { + content: "" +} + +.fa-flag-swallowtail:before { + content: "" +} + +.fa-flag-alt:before { + content: "" +} + +.fa-person-military-rifle:before { + content: "" +} + +.fa-car-garage:before { + content: "" +} + +.fa-cart-shopping:before { + content: "" +} + +.fa-shopping-cart:before { + content: "" +} + +.fa-book-font:before { + content: "" +} + +.fa-shield-plus:before { + content: "" +} + +.fa-vials:before { + content: "" +} + +.fa-eye-dropper-full:before { + content: "" +} + +.fa-distribute-spacing-horizontal:before { + content: "" +} + +.fa-tablet-rugged:before { + content: "" +} + +.fa-temperature-snow:before { + content: "" +} + +.fa-temperature-frigid:before { + content: "" +} + +.fa-moped:before { + content: "" +} + +.fa-face-smile-plus:before { + content: "" +} + +.fa-smile-plus:before { + content: "" +} + +.fa-radio-tuner:before { + content: "" +} + +.fa-radio-alt:before { + content: "" +} + +.fa-face-swear:before { + content: "" +} + +.fa-water-arrow-down:before { + content: "" +} + +.fa-water-lower:before { + content: "" +} + +.fa-scanner-touchscreen:before { + content: "" +} + +.fa-circle-7:before { + content: "" +} + +.fa-plug-circle-plus:before { + content: "" +} + +.fa-person-ski-jumping:before { + content: "" +} + +.fa-ski-jump:before { + content: "" +} + +.fa-place-of-worship:before { + content: "" +} + +.fa-water-arrow-up:before { + content: "" +} + +.fa-water-rise:before { + content: "" +} + +.fa-waveform-lines:before { + content: "" +} + +.fa-waveform-path:before { + content: "" +} + +.fa-split:before { + content: "" +} + +.fa-film-canister:before { + content: "" +} + +.fa-film-cannister:before { + content: "" +} + +.fa-folder-xmark:before { + content: "" +} + +.fa-folder-times:before { + content: "" +} + +.fa-toilet-paper-blank:before { + content: "" +} + +.fa-toilet-paper-alt:before { + content: "" +} + +.fa-tablet-screen:before { + content: "" +} + +.fa-tablet-android-alt:before { + content: "" +} + +.fa-hexagon-vertical-nft-slanted:before { + content: "" +} + +.fa-folder-music:before { + content: "" +} + +.fa-display-medical:before { + content: "" +} + +.fa-desktop-medical:before { + content: "" +} + +.fa-share-all:before { + content: "" +} + +.fa-peapod:before { + content: "" +} + +.fa-chess-clock:before { + content: "" +} + +.fa-axe:before { + content: "" +} + +.fa-square-d:before { + content: "" +} + +.fa-grip-vertical:before { + content: "" +} + +.fa-mobile-signal-out:before { + content: "" +} + +.fa-arrow-turn-up:before { + content: "" +} + +.fa-level-up:before { + content: "" +} + +.fa-u:before { + content: "U" +} + +.fa-arrow-up-from-dotted-line:before { + content: "" +} + +.fa-square-root-variable:before { + content: "" +} + +.fa-square-root-alt:before { + content: "" +} + +.fa-light-switch-on:before { + content: "" +} + +.fa-arrow-down-arrow-up:before { + content: "" +} + +.fa-sort-alt:before { + content: "" +} + +.fa-raindrops:before { + content: "" +} + +.fa-dash:before { + content: "" +} + +.fa-minus-large:before { + content: "" +} + +.fa-clock:before { + content: "" +} + +.fa-clock-four:before { + content: "" +} + +.fa-input-numeric:before { + content: "" +} + +.fa-truck-tow:before { + content: "" +} + +.fa-backward-step:before { + content: "" +} + +.fa-step-backward:before { + content: "" +} + +.fa-pallet:before { + content: "" +} + +.fa-car-bolt:before { + content: "" +} + +.fa-arrows-maximize:before { + content: "" +} + +.fa-expand-arrows:before { + content: "" +} + +.fa-faucet:before { + content: "" +} + +.fa-cloud-sleet:before { + content: "" +} + +.fa-lamp-street:before { + content: "" +} + +.fa-list-radio:before { + content: "" +} + +.fa-pen-nib-slash:before { + content: "" +} + +.fa-baseball-bat-ball:before { + content: "" +} + +.fa-square-up-left:before { + content: "" +} + +.fa-overline:before { + content: "" +} + +.fa-s:before { + content: "S" +} + +.fa-timeline:before { + content: "" +} + +.fa-keyboard:before { + content: "" +} + +.fa-arrows-from-dotted-line:before { + content: "" +} + +.fa-usb-drive:before { + content: "" +} + +.fa-ballot:before { + content: "" +} + +.fa-caret-down:before { + content: "" +} + +.fa-location-dot-slash:before { + content: "" +} + +.fa-map-marker-alt-slash:before { + content: "" +} + +.fa-cards:before { + content: "" +} + +.fa-house-chimney-medical:before { + content: "" +} + +.fa-clinic-medical:before { + content: "" +} + +.fa-boxing-glove:before { + content: "" +} + +.fa-glove-boxing:before { + content: "" +} + +.fa-temperature-three-quarters:before { + content: "" +} + +.fa-temperature-3:before { + content: "" +} + +.fa-thermometer-3:before { + content: "" +} + +.fa-thermometer-three-quarters:before { + content: "" +} + +.fa-bell-school:before { + content: "" +} + +.fa-mobile-screen:before { + content: "" +} + +.fa-mobile-android-alt:before { + content: "" +} + +.fa-plane-up:before { + content: "" +} + +.fa-folder-heart:before { + content: "" +} + +.fa-circle-location-arrow:before { + content: "" +} + +.fa-location-circle:before { + content: "" +} + +.fa-face-head-bandage:before { + content: "" +} + +.fa-sushi-roll:before { + content: "" +} + +.fa-maki-roll:before { + content: "" +} + +.fa-makizushi:before { + content: "" +} + +.fa-car-bump:before { + content: "" +} + +.fa-piggy-bank:before { + content: "" +} + +.fa-racquet:before { + content: "" +} + +.fa-car-mirrors:before { + content: "" +} + +.fa-industry-windows:before { + content: "" +} + +.fa-industry-alt:before { + content: "" +} + +.fa-bolt-auto:before { + content: "" +} + +.fa-battery-half:before { + content: "" +} + +.fa-battery-3:before { + content: "" +} + +.fa-flux-capacitor:before { + content: "" +} + +.fa-mountain-city:before { + content: "" +} + +.fa-coins:before { + content: "" +} + +.fa-honey-pot:before { + content: "" +} + +.fa-olive:before { + content: "" +} + +.fa-khanda:before { + content: "" +} + +.fa-filter-list:before { + content: "" +} + +.fa-outlet:before { + content: "" +} + +.fa-sliders:before { + content: "" +} + +.fa-sliders-h:before { + content: "" +} + +.fa-cauldron:before { + content: "" +} + +.fa-people:before { + content: "" +} + +.fa-folder-tree:before { + content: "" +} + +.fa-network-wired:before { + content: "" +} + +.fa-croissant:before { + content: "" +} + +.fa-map-pin:before { + content: "" +} + +.fa-hamsa:before { + content: "" +} + +.fa-cent-sign:before { + content: "" +} + +.fa-swords-laser:before { + content: "" +} + +.fa-flask:before { + content: "" +} + +.fa-person-pregnant:before { + content: "" +} + +.fa-square-u:before { + content: "" +} + +.fa-wand-sparkles:before { + content: "" +} + +.fa-router:before { + content: "" +} + +.fa-ellipsis-vertical:before { + content: "" +} + +.fa-ellipsis-v:before { + content: "" +} + +.fa-sword-laser-alt:before { + content: "" +} + +.fa-ticket:before { + content: "" +} + +.fa-power-off:before { + content: "" +} + +.fa-coin:before { + content: "" +} + +.fa-laptop-slash:before { + content: "" +} + +.fa-right-long:before { + content: "" +} + +.fa-long-arrow-alt-right:before { + content: "" +} + +.fa-circle-b:before { + content: "" +} + +.fa-person-dress-simple:before { + content: "" +} + +.fa-pipe-collar:before { + content: "" +} + +.fa-lights-holiday:before { + content: "" +} + +.fa-citrus:before { + content: "" +} + +.fa-flag-usa:before { + content: "" +} + +.fa-laptop-file:before { + content: "" +} + +.fa-tty:before { + content: "" +} + +.fa-teletype:before { + content: "" +} + +.fa-chart-tree-map:before { + content: "" +} + +.fa-diagram-next:before { + content: "" +} + +.fa-person-rifle:before { + content: "" +} + +.fa-clock-five-thirty:before { + content: "" +} + +.fa-pipe-valve:before { + content: "" +} + +.fa-lightbulb-message:before { + content: "" +} + +.fa-arrow-up-from-arc:before { + content: "" +} + +.fa-face-spiral-eyes:before { + content: "" +} + +.fa-compress-wide:before { + content: "" +} + +.fa-circle-phone-hangup:before { + content: "" +} + +.fa-phone-circle-down:before { + content: "" +} + +.fa-gear-complex-code:before { + content: "" +} + +.fa-house-medical-circle-exclamation:before { + content: "" +} + +.fa-badminton:before { + content: "" +} + +.fa-closed-captioning:before { + content: "" +} + +.fa-person-hiking:before { + content: "" +} + +.fa-hiking:before { + content: "" +} + +.fa-right-from-line:before { + content: "" +} + +.fa-arrow-alt-from-left:before { + content: "" +} + +.fa-venus-double:before { + content: "" +} + +.fa-images:before { + content: "" +} + +.fa-calculator:before { + content: "" +} + +.fa-shuttlecock:before { + content: "" +} + +.fa-user-hair:before { + content: "" +} + +.fa-eye-evil:before { + content: "" +} + +.fa-people-pulling:before { + content: "" +} + +.fa-n:before { + content: "N" +} + +.fa-swap:before { + content: "" +} + +.fa-garage:before { + content: "" +} + +.fa-cable-car:before { + content: "" +} + +.fa-tram:before { + content: "" +} + +.fa-shovel-snow:before { + content: "" +} + +.fa-cloud-rain:before { + content: "" +} + +.fa-face-lying:before { + content: "" +} + +.fa-sprinkler:before { + content: "" +} + +.fa-building-circle-xmark:before { + content: "" +} + +.fa-person-sledding:before { + content: "" +} + +.fa-sledding:before { + content: "" +} + +.fa-game-console-handheld:before { + content: "" +} + +.fa-ship:before { + content: "" +} + +.fa-clock-six-thirty:before { + content: "" +} + +.fa-battery-slash:before { + content: "" +} + +.fa-tugrik-sign:before { + content: "" +} + +.fa-arrows-down-to-line:before { + content: "" +} + +.fa-download:before { + content: "" +} + +.fa-angles-up-down:before { + content: "" +} + +.fa-shelves:before { + content: "" +} + +.fa-inventory:before { + content: "" +} + +.fa-cloud-snow:before { + content: "" +} + +.fa-face-grin:before { + content: "" +} + +.fa-grin:before { + content: "" +} + +.fa-delete-left:before { + content: "" +} + +.fa-backspace:before { + content: "" +} + +.fa-oven:before { + content: "" +} + +.fa-cloud-binary:before { + content: "" +} + +.fa-eye-dropper:before { + content: "" +} + +.fa-eye-dropper-empty:before { + content: "" +} + +.fa-eyedropper:before { + content: "" +} + +.fa-comment-captions:before { + content: "" +} + +.fa-comments-question:before { + content: "" +} + +.fa-scribble:before { + content: "" +} + +.fa-rotate-exclamation:before { + content: "" +} + +.fa-file-circle-check:before { + content: "" +} + +.fa-glass:before { + content: "" +} + +.fa-loader:before { + content: "" +} + +.fa-forward:before { + content: "" +} + +.fa-user-pilot:before { + content: "" +} + +.fa-mobile:before { + content: "" +} + +.fa-mobile-android:before { + content: "" +} + +.fa-mobile-phone:before { + content: "" +} + +.fa-code-pull-request-closed:before { + content: "" +} + +.fa-face-meh:before { + content: "" +} + +.fa-meh:before { + content: "" +} + +.fa-align-center:before { + content: "" +} + +.fa-book-skull:before { + content: "" +} + +.fa-book-dead:before { + content: "" +} + +.fa-id-card:before { + content: "" +} + +.fa-drivers-license:before { + content: "" +} + +.fa-face-dotted:before { + content: "" +} + +.fa-face-worried:before { + content: "" +} + +.fa-outdent:before { + content: "" +} + +.fa-dedent:before { + content: "" +} + +.fa-court-sport:before { + content: "" +} + +.fa-heart-circle-exclamation:before { + content: "" +} + +.fa-house:before { + content: "" +} + +.fa-home:before { + content: "" +} + +.fa-home-alt:before { + content: "" +} + +.fa-home-lg-alt:before { + content: "" +} + +.fa-vector-circle:before { + content: "" +} + +.fa-car-circle-bolt:before { + content: "" +} + +.fa-calendar-week:before { + content: "" +} + +.fa-flying-disc:before { + content: "" +} + +.fa-laptop-medical:before { + content: "" +} + +.fa-square-down-right:before { + content: "" +} + +.fa-b:before { + content: "B" +} + +.fa-seat-airline:before { + content: "" +} + +.fa-moon-over-sun:before { + content: "" +} + +.fa-eclipse-alt:before { + content: "" +} + +.fa-pipe:before { + content: "|" +} + +.fa-file-medical:before { + content: "" +} + +.fa-potato:before { + content: "" +} + +.fa-dice-one:before { + content: "" +} + +.fa-circle-a:before { + content: "" +} + +.fa-helmet-battle:before { + content: "" +} + +.fa-butter:before { + content: "" +} + +.fa-blanket-fire:before { + content: "" +} + +.fa-kiwi-bird:before { + content: "" +} + +.fa-castle:before { + content: "" +} + +.fa-golf-club:before { + content: "" +} + +.fa-arrow-right-arrow-left:before { + content: "" +} + +.fa-exchange:before { + content: "" +} + +.fa-rotate-right:before { + content: "" +} + +.fa-redo-alt:before { + content: "" +} + +.fa-rotate-forward:before { + content: "" +} + +.fa-utensils:before { + content: "" +} + +.fa-cutlery:before { + content: "" +} + +.fa-arrow-up-wide-short:before { + content: "" +} + +.fa-sort-amount-up:before { + content: "" +} + +.fa-chart-pie-simple-circle-dollar:before { + content: "" +} + +.fa-balloons:before { + content: "" +} + +.fa-mill-sign:before { + content: "" +} + +.fa-bowl-rice:before { + content: "" +} + +.fa-timeline-arrow:before { + content: "" +} + +.fa-skull:before { + content: "" +} + +.fa-game-board-simple:before { + content: "" +} + +.fa-game-board-alt:before { + content: "" +} + +.fa-circle-video:before { + content: "" +} + +.fa-video-circle:before { + content: "" +} + +.fa-chart-scatter-bubble:before { + content: "" +} + +.fa-house-turret:before { + content: "" +} + +.fa-banana:before { + content: "" +} + +.fa-hand-holding-skull:before { + content: "" +} + +.fa-people-dress:before { + content: "" +} + +.fa-loveseat:before { + content: "" +} + +.fa-couch-small:before { + content: "" +} + +.fa-tower-broadcast:before { + content: "" +} + +.fa-broadcast-tower:before { + content: "" +} + +.fa-truck-pickup:before { + content: "" +} + +.fa-block-quote:before { + content: "" +} + +.fa-up-long:before { + content: "" +} + +.fa-long-arrow-alt-up:before { + content: "" +} + +.fa-stop:before { + content: "" +} + +.fa-code-merge:before { + content: "" +} + +.fa-money-check-dollar-pen:before { + content: "" +} + +.fa-money-check-edit-alt:before { + content: "" +} + +.fa-up-from-line:before { + content: "" +} + +.fa-arrow-alt-from-bottom:before { + content: "" +} + +.fa-upload:before { + content: "" +} + +.fa-hurricane:before { + content: "" +} + +.fa-grid-round-2-plus:before { + content: "" +} + +.fa-people-pants:before { + content: "" +} + +.fa-mound:before { + content: "" +} + +.fa-windsock:before { + content: "" +} + +.fa-circle-half:before { + content: "" +} + +.fa-brake-warning:before { + content: "" +} + +.fa-toilet-portable:before { + content: "" +} + +.fa-compact-disc:before { + content: "" +} + +.fa-file-arrow-down:before { + content: "" +} + +.fa-file-download:before { + content: "" +} + +.fa-saxophone-fire:before { + content: "" +} + +.fa-sax-hot:before { + content: "" +} + +.fa-camera-web-slash:before { + content: "" +} + +.fa-webcam-slash:before { + content: "" +} + +.fa-folder-medical:before { + content: "" +} + +.fa-folder-gear:before { + content: "" +} + +.fa-folder-cog:before { + content: "" +} + +.fa-hand-wave:before { + content: "" +} + +.fa-arrow-up-arrow-down:before { + content: "" +} + +.fa-sort-up-down:before { + content: "" +} + +.fa-caravan:before { + content: "" +} + +.fa-shield-cat:before { + content: "" +} + +.fa-message-slash:before { + content: "" +} + +.fa-comment-alt-slash:before { + content: "" +} + +.fa-bolt:before { + content: "" +} + +.fa-zap:before { + content: "" +} + +.fa-trash-can-check:before { + content: "" +} + +.fa-glass-water:before { + content: "" +} + +.fa-oil-well:before { + content: "" +} + +.fa-table-cells-column-unlock:before { + content: "" +} + +.fa-person-simple:before { + content: "" +} + +.fa-arrow-turn-left-up:before { + content: "" +} + +.fa-vault:before { + content: "" +} + +.fa-mars:before { + content: "" +} + +.fa-toilet:before { + content: "" +} + +.fa-plane-circle-xmark:before { + content: "" +} + +.fa-yen-sign:before { + content: "" +} + +.fa-cny:before { + content: "" +} + +.fa-jpy:before { + content: "" +} + +.fa-rmb:before { + content: "" +} + +.fa-yen:before { + content: "" +} + +.fa-gear-code:before { + content: "" +} + +.fa-notes:before { + content: "" +} + +.fa-ruble-sign:before { + content: "" +} + +.fa-rouble:before { + content: "" +} + +.fa-rub:before { + content: "" +} + +.fa-ruble:before { + content: "" +} + +.fa-trash-undo:before { + content: "" +} + +.fa-trash-arrow-turn-left:before { + content: "" +} + +.fa-champagne-glass:before { + content: "" +} + +.fa-glass-champagne:before { + content: "" +} + +.fa-objects-align-center-horizontal:before { + content: "" +} + +.fa-sun:before { + content: "" +} + +.fa-trash-can-slash:before { + content: "" +} + +.fa-trash-alt-slash:before { + content: "" +} + +.fa-screen-users:before { + content: "" +} + +.fa-users-class:before { + content: "" +} + +.fa-guitar:before { + content: "" +} + +.fa-square-arrow-left:before { + content: "" +} + +.fa-arrow-square-left:before { + content: "" +} + +.fa-square-8:before { + content: "" +} + +.fa-face-smile-hearts:before { + content: "" +} + +.fa-brackets-square:before { + content: "" +} + +.fa-brackets:before { + content: "" +} + +.fa-laptop-arrow-down:before { + content: "" +} + +.fa-hockey-stick-puck:before { + content: "" +} + +.fa-house-tree:before { + content: "" +} + +.fa-signal-fair:before { + content: "" +} + +.fa-signal-2:before { + content: "" +} + +.fa-face-laugh-wink:before { + content: "" +} + +.fa-laugh-wink:before { + content: "" +} + +.fa-circle-dollar:before { + content: "" +} + +.fa-dollar-circle:before { + content: "" +} + +.fa-usd-circle:before { + content: "" +} + +.fa-horse-head:before { + content: "" +} + +.fa-arrows-repeat:before { + content: "" +} + +.fa-repeat-alt:before { + content: "" +} + +.fa-bore-hole:before { + content: "" +} + +.fa-industry:before { + content: "" +} + +.fa-image-polaroid:before { + content: "" +} + +.fa-wave-triangle:before { + content: "" +} + +.fa-turn-left-down:before { + content: "" +} + +.fa-person-running-fast:before { + content: "" +} + +.fa-circle-down:before { + content: "" +} + +.fa-arrow-alt-circle-down:before { + content: "" +} + +.fa-grill:before { + content: "" +} + +.fa-arrows-turn-to-dots:before { + content: "" +} + +.fa-chart-mixed:before { + content: "" +} + +.fa-analytics:before { + content: "" +} + +.fa-florin-sign:before { + content: "" +} + +.fa-arrow-down-short-wide:before { + content: "" +} + +.fa-sort-amount-desc:before { + content: "" +} + +.fa-sort-amount-down-alt:before { + content: "" +} + +.fa-less-than:before { + content: "<" +} + +.fa-display-code:before { + content: "" +} + +.fa-desktop-code:before { + content: "" +} + +.fa-face-drooling:before { + content: "" +} + +.fa-oil-temperature:before { + content: "" +} + +.fa-oil-temp:before { + content: "" +} + +.fa-square-question:before { + content: "" +} + +.fa-question-square:before { + content: "" +} + +.fa-air-conditioner:before { + content: "" +} + +.fa-angle-down:before { + content: "" +} + +.fa-mountains:before { + content: "" +} + +.fa-omega:before { + content: "" +} + +.fa-car-tunnel:before { + content: "" +} + +.fa-person-dolly-empty:before { + content: "" +} + +.fa-pan-food:before { + content: "" +} + +.fa-head-side-cough:before { + content: "" +} + +.fa-grip-lines:before { + content: "" +} + +.fa-thumbs-down:before { + content: "" +} + +.fa-user-lock:before { + content: "" +} + +.fa-arrow-right-long:before { + content: "" +} + +.fa-long-arrow-right:before { + content: "" +} + +.fa-tickets-airline:before { + content: "" +} + +.fa-tickets-perforated-plane:before { + content: "" +} + +.fa-tickets-plane:before { + content: "" +} + +.fa-tent-double-peak:before { + content: "" +} + +.fa-anchor-circle-xmark:before { + content: "" +} + +.fa-ellipsis:before { + content: "" +} + +.fa-ellipsis-h:before { + content: "" +} + +.fa-nfc-slash:before { + content: "" +} + +.fa-chess-pawn:before { + content: "" +} + +.fa-kit-medical:before { + content: "" +} + +.fa-first-aid:before { + content: "" +} + +.fa-grid-2-plus:before { + content: "" +} + +.fa-bells:before { + content: "" +} + +.fa-person-through-window:before { + content: "" +} + +.fa-toolbox:before { + content: "" +} + +.fa-globe-wifi:before { + content: "" +} + +.fa-envelope-dot:before { + content: "" +} + +.fa-envelope-badge:before { + content: "" +} + +.fa-magnifying-glass-waveform:before { + content: "" +} + +.fa-hands-holding-circle:before { + content: "" +} + +.fa-bug:before { + content: "" +} + +.fa-bowl-chopsticks:before { + content: "" +} + +.fa-credit-card:before { + content: "" +} + +.fa-credit-card-alt:before { + content: "" +} + +.fa-circle-s:before { + content: "" +} + +.fa-box-ballot:before { + content: "" +} + +.fa-car:before { + content: "" +} + +.fa-automobile:before { + content: "" +} + +.fa-hand-holding-hand:before { + content: "" +} + +.fa-user-tie-hair:before { + content: "" +} + +.fa-podium-star:before { + content: "" +} + +.fa-user-hair-mullet:before { + content: "" +} + +.fa-business-front:before { + content: "" +} + +.fa-party-back:before { + content: "" +} + +.fa-trian-balbot:before { + content: "" +} + +.fa-microphone-stand:before { + content: "" +} + +.fa-book-open-reader:before { + content: "" +} + +.fa-book-reader:before { + content: "" +} + +.fa-family-dress:before { + content: "" +} + +.fa-circle-x:before { + content: "" +} + +.fa-cabin:before { + content: "" +} + +.fa-mountain-sun:before { + content: "" +} + +.fa-chart-simple-horizontal:before { + content: "" +} + +.fa-arrows-left-right-to-line:before { + content: "" +} + +.fa-hand-back-point-left:before { + content: "" +} + +.fa-message-dots:before { + content: "" +} + +.fa-comment-alt-dots:before { + content: "" +} + +.fa-messaging:before { + content: "" +} + +.fa-file-heart:before { + content: "" +} + +.fa-beer-mug:before { + content: "" +} + +.fa-beer-foam:before { + content: "" +} + +.fa-dice-d20:before { + content: "" +} + +.fa-drone:before { + content: "" +} + +.fa-truck-droplet:before { + content: "" +} + +.fa-file-circle-xmark:before { + content: "" +} + +.fa-temperature-arrow-up:before { + content: "" +} + +.fa-temperature-up:before { + content: "" +} + +.fa-medal:before { + content: "" +} + +.fa-person-fairy:before { + content: "" +} + +.fa-bed:before { + content: "" +} + +.fa-book-copy:before { + content: "" +} + +.fa-square-h:before { + content: "" +} + +.fa-h-square:before { + content: "" +} + +.fa-square-c:before { + content: "" +} + +.fa-clock-two:before { + content: "" +} + +.fa-square-ellipsis-vertical:before { + content: "" +} + +.fa-calendar-users:before { + content: "" +} + +.fa-podcast:before { + content: "" +} + +.fa-bee:before { + content: "" +} + +.fa-temperature-full:before { + content: "" +} + +.fa-temperature-4:before { + content: "" +} + +.fa-thermometer-4:before { + content: "" +} + +.fa-thermometer-full:before { + content: "" +} + +.fa-bell:before { + content: "" +} + +.fa-candy-bar:before { + content: "" +} + +.fa-chocolate-bar:before { + content: "" +} + +.fa-xmark-large:before { + content: "" +} + +.fa-pinata:before { + content: "" +} + +.fa-file-ppt:before { + content: "" +} + +.fa-arrows-from-line:before { + content: "" +} + +.fa-superscript:before { + content: "" +} + +.fa-bowl-spoon:before { + content: "" +} + +.fa-hexagon-check:before { + content: "" +} + +.fa-plug-circle-xmark:before { + content: "" +} + +.fa-star-of-life:before { + content: "" +} + +.fa-phone-slash:before { + content: "" +} + +.fa-traffic-light-stop:before { + content: "" +} + +.fa-paint-roller:before { + content: "" +} + +.fa-accent-grave:before { + content: "`" +} + +.fa-handshake-angle:before { + content: "" +} + +.fa-hands-helping:before { + content: "" +} + +.fa-circle-0:before { + content: "" +} + +.fa-dial-med-low:before { + content: "" +} + +.fa-location-dot:before { + content: "" +} + +.fa-map-marker-alt:before { + content: "" +} + +.fa-crab:before { + content: "" +} + +.fa-box-open-full:before { + content: "" +} + +.fa-box-full:before { + content: "" +} + +.fa-file:before { + content: "" +} + +.fa-greater-than:before { + content: ">" +} + +.fa-quotes:before { + content: "" +} + +.fa-pretzel:before { + content: "" +} + +.fa-t-rex:before { + content: "" +} + +.fa-person-swimming:before { + content: "" +} + +.fa-swimmer:before { + content: "" +} + +.fa-arrow-down:before { + content: "" +} + +.fa-user-robot-xmarks:before { + content: "" +} + +.fa-message-quote:before { + content: "" +} + +.fa-comment-alt-quote:before { + content: "" +} + +.fa-candy-corn:before { + content: "" +} + +.fa-folder-magnifying-glass:before { + content: "" +} + +.fa-folder-search:before { + content: "" +} + +.fa-notebook:before { + content: "" +} + +.fa-circle-wifi:before { + content: "" +} + +.fa-droplet:before { + content: "" +} + +.fa-tint:before { + content: "" +} + +.fa-bullseye-pointer:before { + content: "" +} + +.fa-eraser:before { + content: "" +} + +.fa-hexagon-image:before { + content: "" +} + +.fa-earth-americas:before { + content: "" +} + +.fa-earth:before { + content: "" +} + +.fa-earth-america:before { + content: "" +} + +.fa-globe-americas:before { + content: "" +} + +.fa-file-svg:before { + content: "" +} + +.fa-crate-apple:before { + content: "" +} + +.fa-apple-crate:before { + content: "" +} + +.fa-person-burst:before { + content: "" +} + +.fa-game-board:before { + content: "" +} + +.fa-hat-chef:before { + content: "" +} + +.fa-hand-back-point-right:before { + content: "" +} + +.fa-dove:before { + content: "" +} + +.fa-snowflake-droplets:before { + content: "" +} + +.fa-battery-empty:before { + content: "" +} + +.fa-battery-0:before { + content: "" +} + +.fa-grid-4:before { + content: "" +} + +.fa-socks:before { + content: "" +} + +.fa-face-sunglasses:before { + content: "" +} + +.fa-inbox:before { + content: "" +} + +.fa-square-0:before { + content: "" +} + +.fa-section:before { + content: "" +} + +.fa-square-this-way-up:before { + content: "" +} + +.fa-box-up:before { + content: "" +} + +.fa-gauge-high:before { + content: "" +} + +.fa-tachometer-alt:before { + content: "" +} + +.fa-tachometer-alt-fast:before { + content: "" +} + +.fa-square-ampersand:before { + content: "" +} + +.fa-envelope-open-text:before { + content: "" +} + +.fa-lamp-desk:before { + content: "" +} + +.fa-hospital:before { + content: "" +} + +.fa-hospital-alt:before { + content: "" +} + +.fa-hospital-wide:before { + content: "" +} + +.fa-poll-people:before { + content: "" +} + +.fa-whiskey-glass-ice:before { + content: "" +} + +.fa-glass-whiskey-rocks:before { + content: "" +} + +.fa-wine-bottle:before { + content: "" +} + +.fa-chess-rook:before { + content: "" +} + +.fa-user-bounty-hunter:before { + content: "" +} + +.fa-bars-staggered:before { + content: "" +} + +.fa-reorder:before { + content: "" +} + +.fa-stream:before { + content: "" +} + +.fa-diagram-sankey:before { + content: "" +} + +.fa-cloud-hail-mixed:before { + content: "" +} + +.fa-circle-up-left:before { + content: "" +} + +.fa-dharmachakra:before { + content: "" +} + +.fa-objects-align-left:before { + content: "" +} + +.fa-oil-can-drip:before { + content: "" +} + +.fa-face-smiling-hands:before { + content: "" +} + +.fa-broccoli:before { + content: "" +} + +.fa-route-interstate:before { + content: "" +} + +.fa-ear-muffs:before { + content: "" +} + +.fa-hotdog:before { + content: "" +} + +.fa-transporter-empty:before { + content: "" +} + +.fa-person-walking-with-cane:before { + content: "" +} + +.fa-blind:before { + content: "" +} + +.fa-angle-90:before { + content: "" +} + +.fa-rectangle-terminal:before { + content: "" +} + +.fa-kite:before { + content: "" +} + +.fa-drum:before { + content: "" +} + +.fa-scrubber:before { + content: "" +} + +.fa-ice-cream:before { + content: "" +} + +.fa-heart-circle-bolt:before { + content: "" +} + +.fa-fish-bones:before { + content: "" +} + +.fa-deer-rudolph:before { + content: "" +} + +.fa-fax:before { + content: "" +} + +.fa-paragraph:before { + content: "" +} + +.fa-head-side-heart:before { + content: "" +} + +.fa-square-e:before { + content: "" +} + +.fa-meter-fire:before { + content: "" +} + +.fa-cloud-hail:before { + content: "" +} + +.fa-check-to-slot:before { + content: "" +} + +.fa-vote-yea:before { + content: "" +} + +.fa-money-from-bracket:before { + content: "" +} + +.fa-star-half:before { + content: "" +} + +.fa-car-bus:before { + content: "" +} + +.fa-speaker:before { + content: "" +} + +.fa-timer:before { + content: "" +} + +.fa-boxes-stacked:before { + content: "" +} + +.fa-boxes:before { + content: "" +} + +.fa-boxes-alt:before { + content: "" +} + +.fa-landmark-magnifying-glass:before { + content: "" +} + +.fa-grill-hot:before { + content: "" +} + +.fa-ballot-check:before { + content: "" +} + +.fa-link:before { + content: "" +} + +.fa-chain:before { + content: "" +} + +.fa-ear-listen:before { + content: "" +} + +.fa-assistive-listening-systems:before { + content: "" +} + +.fa-file-minus:before { + content: "" +} + +.fa-tree-city:before { + content: "" +} + +.fa-play:before { + content: "" +} + +.fa-font:before { + content: "" +} + +.fa-cup-togo:before { + content: "" +} + +.fa-coffee-togo:before { + content: "" +} + +.fa-square-down-left:before { + content: "" +} + +.fa-burger-lettuce:before { + content: "" +} + +.fa-table-cells-row-lock:before { + content: "" +} + +.fa-rupiah-sign:before { + content: "" +} + +.fa-magnifying-glass:before { + content: "" +} + +.fa-search:before { + content: "" +} + +.fa-table-tennis-paddle-ball:before { + content: "" +} + +.fa-ping-pong-paddle-ball:before { + content: "" +} + +.fa-table-tennis:before { + content: "" +} + +.fa-person-dots-from-line:before { + content: "" +} + +.fa-diagnoses:before { + content: "" +} + +.fa-chevrons-down:before { + content: "" +} + +.fa-chevron-double-down:before { + content: "" +} + +.fa-trash-can-arrow-up:before { + content: "" +} + +.fa-trash-restore-alt:before { + content: "" +} + +.fa-signal-good:before { + content: "" +} + +.fa-signal-3:before { + content: "" +} + +.fa-location-question:before { + content: "" +} + +.fa-map-marker-question:before { + content: "" +} + +.fa-floppy-disk-circle-xmark:before { + content: "" +} + +.fa-floppy-disk-times:before { + content: "" +} + +.fa-save-circle-xmark:before { + content: "" +} + +.fa-save-times:before { + content: "" +} + +.fa-naira-sign:before { + content: "" +} + +.fa-peach:before { + content: "" +} + +.fa-taxi-bus:before { + content: "" +} + +.fa-bracket-curly:before { + content: "{" +} + +.fa-bracket-curly-left:before { + content: "{" +} + +.fa-lobster:before { + content: "" +} + +.fa-cart-flatbed-empty:before { + content: "" +} + +.fa-dolly-flatbed-empty:before { + content: "" +} + +.fa-colon:before { + content: ":" +} + +.fa-cart-arrow-down:before { + content: "" +} + +.fa-wand:before { + content: "" +} + +.fa-walkie-talkie:before { + content: "" +} + +.fa-file-pen:before { + content: "" +} + +.fa-file-edit:before { + content: "" +} + +.fa-receipt:before { + content: "" +} + +.fa-table-picnic:before { + content: "" +} + +.fa-square-pen:before { + content: "" +} + +.fa-pen-square:before { + content: "" +} + +.fa-pencil-square:before { + content: "" +} + +.fa-circle-microphone-lines:before { + content: "" +} + +.fa-microphone-circle-alt:before { + content: "" +} + +.fa-display-slash:before { + content: "" +} + +.fa-desktop-slash:before { + content: "" +} + +.fa-suitcase-rolling:before { + content: "" +} + +.fa-person-circle-exclamation:before { + content: "" +} + +.fa-transporter-2:before { + content: "" +} + +.fa-user-hoodie:before { + content: "" +} + +.fa-hands-holding-diamond:before { + content: "" +} + +.fa-hand-receiving:before { + content: "" +} + +.fa-money-bill-simple-wave:before { + content: "" +} + +.fa-chevron-down:before { + content: "" +} + +.fa-battery-full:before { + content: "" +} + +.fa-battery:before { + content: "" +} + +.fa-battery-5:before { + content: "" +} + +.fa-bell-plus:before { + content: "" +} + +.fa-book-arrow-right:before { + content: "" +} + +.fa-hospitals:before { + content: "" +} + +.fa-club:before { + content: "" +} + +.fa-skull-crossbones:before { + content: "" +} + +.fa-droplet-degree:before { + content: "" +} + +.fa-dewpoint:before { + content: "" +} + +.fa-code-compare:before { + content: "" +} + +.fa-list-ul:before { + content: "" +} + +.fa-list-dots:before { + content: "" +} + +.fa-hand-holding-magic:before { + content: "" +} + +.fa-watermelon-slice:before { + content: "" +} + +.fa-circle-ellipsis:before { + content: "" +} + +.fa-school-lock:before { + content: "" +} + +.fa-tower-cell:before { + content: "" +} + +.fa-sd-cards:before { + content: "" +} + +.fa-jug-bottle:before { + content: "" +} + +.fa-down-long:before { + content: "" +} + +.fa-long-arrow-alt-down:before { + content: "" +} + +.fa-envelopes:before { + content: "" +} + +.fa-phone-office:before { + content: "" +} + +.fa-ranking-star:before { + content: "" +} + +.fa-chess-king:before { + content: "" +} + +.fa-nfc-pen:before { + content: "" +} + +.fa-person-harassing:before { + content: "" +} + +.fa-magnifying-glass-play:before { + content: "" +} + +.fa-hat-winter:before { + content: "" +} + +.fa-brazilian-real-sign:before { + content: "" +} + +.fa-landmark-dome:before { + content: "" +} + +.fa-landmark-alt:before { + content: "" +} + +.fa-bone-break:before { + content: "" +} + +.fa-arrow-up:before { + content: "" +} + +.fa-down-from-dotted-line:before { + content: "" +} + +.fa-tv:before { + content: "" +} + +.fa-television:before { + content: "" +} + +.fa-tv-alt:before { + content: "" +} + +.fa-border-left:before { + content: "" +} + +.fa-circle-divide:before { + content: "" +} + +.fa-shrimp:before { + content: "" +} + +.fa-list-check:before { + content: "" +} + +.fa-tasks:before { + content: "" +} + +.fa-diagram-subtask:before { + content: "" +} + +.fa-jug-detergent:before { + content: "" +} + +.fa-circle-user:before { + content: "" +} + +.fa-user-circle:before { + content: "" +} + +.fa-square-y:before { + content: "" +} + +.fa-user-doctor-hair:before { + content: "" +} + +.fa-planet-ringed:before { + content: "" +} + +.fa-mushroom:before { + content: "" +} + +.fa-user-shield:before { + content: "" +} + +.fa-megaphone:before { + content: "" +} + +.fa-wreath-laurel:before { + content: "" +} + +.fa-circle-exclamation-check:before { + content: "" +} + +.fa-wind:before { + content: "" +} + +.fa-box-dollar:before { + content: "" +} + +.fa-box-usd:before { + content: "" +} + +.fa-car-burst:before { + content: "" +} + +.fa-car-crash:before { + content: "" +} + +.fa-y:before { + content: "Y" +} + +.fa-user-headset:before { + content: "" +} + +.fa-arrows-retweet:before { + content: "" +} + +.fa-retweet-alt:before { + content: "" +} + +.fa-person-snowboarding:before { + content: "" +} + +.fa-snowboarding:before { + content: "" +} + +.fa-square-chevron-right:before { + content: "" +} + +.fa-chevron-square-right:before { + content: "" +} + +.fa-lacrosse-stick-ball:before { + content: "" +} + +.fa-truck-fast:before { + content: "" +} + +.fa-shipping-fast:before { + content: "" +} + +.fa-user-magnifying-glass:before { + content: "" +} + +.fa-star-sharp:before { + content: "" +} + +.fa-comment-heart:before { + content: "" +} + +.fa-circle-1:before { + content: "" +} + +.fa-circle-star:before { + content: "" +} + +.fa-star-circle:before { + content: "" +} + +.fa-fish:before { + content: "" +} + +.fa-cloud-fog:before { + content: "" +} + +.fa-fog:before { + content: "" +} + +.fa-waffle:before { + content: "" +} + +.fa-music-note:before { + content: "" +} + +.fa-music-alt:before { + content: "" +} + +.fa-hexagon-exclamation:before { + content: "" +} + +.fa-cart-shopping-fast:before { + content: "" +} + +.fa-object-union:before { + content: "" +} + +.fa-user-graduate:before { + content: "" +} + +.fa-starfighter:before { + content: "" +} + +.fa-circle-half-stroke:before { + content: "" +} + +.fa-adjust:before { + content: "" +} + +.fa-arrow-right-long-to-line:before { + content: "" +} + +.fa-square-arrow-down:before { + content: "" +} + +.fa-arrow-square-down:before { + content: "" +} + +.fa-diamond-half-stroke:before { + content: "" +} + +.fa-clapperboard:before { + content: "" +} + +.fa-square-chevron-left:before { + content: "" +} + +.fa-chevron-square-left:before { + content: "" +} + +.fa-phone-intercom:before { + content: "" +} + +.fa-link-horizontal:before { + content: "" +} + +.fa-chain-horizontal:before { + content: "" +} + +.fa-mango:before { + content: "" +} + +.fa-music-note-slash:before { + content: "" +} + +.fa-music-alt-slash:before { + content: "" +} + +.fa-circle-radiation:before { + content: "" +} + +.fa-radiation-alt:before { + content: "" +} + +.fa-face-tongue-sweat:before { + content: "" +} + +.fa-globe-stand:before { + content: "" +} + +.fa-baseball:before { + content: "" +} + +.fa-baseball-ball:before { + content: "" +} + +.fa-circle-p:before { + content: "" +} + +.fa-award-simple:before { + content: "" +} + +.fa-jet-fighter-up:before { + content: "" +} + +.fa-diagram-project:before { + content: "" +} + +.fa-project-diagram:before { + content: "" +} + +.fa-pedestal:before { + content: "" +} + +.fa-chart-pyramid:before { + content: "" +} + +.fa-sidebar:before { + content: "" +} + +.fa-snowman-head:before { + content: "" +} + +.fa-frosty-head:before { + content: "" +} + +.fa-copy:before { + content: "" +} + +.fa-burger-glass:before { + content: "" +} + +.fa-volume-xmark:before { + content: "" +} + +.fa-volume-mute:before { + content: "" +} + +.fa-volume-times:before { + content: "" +} + +.fa-hand-sparkles:before { + content: "" +} + +.fa-bars-filter:before { + content: "" +} + +.fa-paintbrush-pencil:before { + content: "" +} + +.fa-party-bell:before { + content: "" +} + +.fa-user-vneck-hair:before { + content: "" +} + +.fa-jack-o-lantern:before { + content: "" +} + +.fa-grip:before { + content: "" +} + +.fa-grip-horizontal:before { + content: "" +} + +.fa-share-from-square:before { + content: "" +} + +.fa-share-square:before { + content: "" +} + +.fa-keynote:before { + content: "" +} + +.fa-child-combatant:before { + content: "" +} + +.fa-child-rifle:before { + content: "" +} + +.fa-gun:before { + content: "" +} + +.fa-square-phone:before { + content: "" +} + +.fa-phone-square:before { + content: "" +} + +.fa-hat-beach:before { + content: "" +} + +.fa-plus:before { + content: "+" +} + +.fa-add:before { + content: "+" +} + +.fa-expand:before { + content: "" +} + +.fa-computer:before { + content: "" +} + +.fa-fort:before { + content: "" +} + +.fa-cloud-check:before { + content: "" +} + +.fa-xmark:before { + content: "" +} + +.fa-close:before { + content: "" +} + +.fa-multiply:before { + content: "" +} + +.fa-remove:before { + content: "" +} + +.fa-times:before { + content: "" +} + +.fa-face-smirking:before { + content: "" +} + +.fa-arrows-up-down-left-right:before { + content: "" +} + +.fa-arrows:before { + content: "" +} + +.fa-chalkboard-user:before { + content: "" +} + +.fa-chalkboard-teacher:before { + content: "" +} + +.fa-rhombus:before { + content: "" +} + +.fa-claw-marks:before { + content: "" +} + +.fa-peso-sign:before { + content: "" +} + +.fa-face-smile-tongue:before { + content: "" +} + +.fa-cart-circle-xmark:before { + content: "" +} + +.fa-building-shield:before { + content: "" +} + +.fa-circle-phone-flip:before { + content: "" +} + +.fa-phone-circle-alt:before { + content: "" +} + +.fa-baby:before { + content: "" +} + +.fa-users-line:before { + content: "" +} + +.fa-quote-left:before { + content: "" +} + +.fa-quote-left-alt:before { + content: "" +} + +.fa-tractor:before { + content: "" +} + +.fa-down-from-bracket:before { + content: "" +} + +.fa-key-skeleton:before { + content: "" +} + +.fa-trash-arrow-up:before { + content: "" +} + +.fa-trash-restore:before { + content: "" +} + +.fa-arrow-down-up-lock:before { + content: "" +} + +.fa-arrow-down-to-bracket:before { + content: "" +} + +.fa-lines-leaning:before { + content: "" +} + +.fa-square-q:before { + content: "" +} + +.fa-ruler-combined:before { + content: "" +} + +.fa-symbols:before { + content: "" +} + +.fa-icons-alt:before { + content: "" +} + +.fa-copyright:before { + content: "" +} + +.fa-flask-gear:before { + content: "" +} + +.fa-highlighter-line:before { + content: "" +} + +.fa-bracket-square:before { + content: "[" +} + +.fa-bracket:before { + content: "[" +} + +.fa-bracket-left:before { + content: "[" +} + +.fa-island-tropical:before { + content: "" +} + +.fa-island-tree-palm:before { + content: "" +} + +.fa-arrow-right-from-line:before { + content: "" +} + +.fa-arrow-from-left:before { + content: "" +} + +.fa-h2:before { + content: "" +} + +.fa-equals:before { + content: "=" +} + +.fa-cake-slice:before { + content: "" +} + +.fa-shortcake:before { + content: "" +} + +.fa-building-magnifying-glass:before { + content: "" +} + +.fa-peanut:before { + content: "" +} + +.fa-wrench-simple:before { + content: "" +} + +.fa-blender:before { + content: "" +} + +.fa-teeth:before { + content: "" +} + +.fa-tally-2:before { + content: "" +} + +.fa-shekel-sign:before { + content: "" +} + +.fa-ils:before { + content: "" +} + +.fa-shekel:before { + content: "" +} + +.fa-sheqel:before { + content: "" +} + +.fa-sheqel-sign:before { + content: "" +} + +.fa-cars:before { + content: "" +} + +.fa-axe-battle:before { + content: "" +} + +.fa-user-hair-long:before { + content: "" +} + +.fa-map:before { + content: "" +} + +.fa-arrow-left-from-arc:before { + content: "" +} + +.fa-file-circle-info:before { + content: "" +} + +.fa-face-disappointed:before { + content: "" +} + +.fa-lasso-sparkles:before { + content: "" +} + +.fa-clock-eleven:before { + content: "" +} + +.fa-rocket:before { + content: "" +} + +.fa-siren-on:before { + content: "" +} + +.fa-clock-ten:before { + content: "" +} + +.fa-candle-holder:before { + content: "" +} + +.fa-video-arrow-down-left:before { + content: "" +} + +.fa-photo-film:before { + content: "" +} + +.fa-photo-video:before { + content: "" +} + +.fa-floppy-disk-circle-arrow-right:before { + content: "" +} + +.fa-save-circle-arrow-right:before { + content: "" +} + +.fa-folder-minus:before { + content: "" +} + +.fa-planet-moon:before { + content: "" +} + +.fa-face-eyes-xmarks:before { + content: "" +} + +.fa-chart-scatter:before { + content: "" +} + +.fa-circle-gf:before { + content: "" +} + +.fa-display-arrow-down:before { + content: "" +} + +.fa-store:before { + content: "" +} + +.fa-arrow-trend-up:before { + content: "" +} + +.fa-plug-circle-minus:before { + content: "" +} + +.fa-olive-branch:before { + content: "" +} + +.fa-angle:before { + content: "" +} + +.fa-vacuum-robot:before { + content: "" +} + +.fa-sign-hanging:before { + content: "" +} + +.fa-sign:before { + content: "" +} + +.fa-square-divide:before { + content: "" +} + +.fa-folder-check:before { + content: "" +} + +.fa-signal-stream-slash:before { + content: "" +} + +.fa-bezier-curve:before { + content: "" +} + +.fa-eye-dropper-half:before { + content: "" +} + +.fa-store-lock:before { + content: "" +} + +.fa-bell-slash:before { + content: "" +} + +.fa-cloud-bolt-sun:before { + content: "" +} + +.fa-thunderstorm-sun:before { + content: "" +} + +.fa-camera-slash:before { + content: "" +} + +.fa-comment-quote:before { + content: "" +} + +.fa-tablet:before { + content: "" +} + +.fa-tablet-android:before { + content: "" +} + +.fa-school-flag:before { + content: "" +} + +.fa-message-code:before { + content: "" +} + +.fa-glass-half:before { + content: "" +} + +.fa-glass-half-empty:before { + content: "" +} + +.fa-glass-half-full:before { + content: "" +} + +.fa-fill:before { + content: "" +} + +.fa-message-minus:before { + content: "" +} + +.fa-comment-alt-minus:before { + content: "" +} + +.fa-angle-up:before { + content: "" +} + +.fa-dinosaur:before { + content: "" +} + +.fa-drumstick-bite:before { + content: "" +} + +.fa-link-horizontal-slash:before { + content: "" +} + +.fa-chain-horizontal-slash:before { + content: "" +} + +.fa-holly-berry:before { + content: "" +} + +.fa-nose:before { + content: "" +} + +.fa-arrow-left-to-arc:before { + content: "" +} + +.fa-chevron-left:before { + content: "" +} + +.fa-bacteria:before { + content: "" +} + +.fa-clouds:before { + content: "" +} + +.fa-money-bill-simple:before { + content: "" +} + +.fa-hand-lizard:before { + content: "" +} + +.fa-table-pivot:before { + content: "" +} + +.fa-filter-slash:before { + content: "" +} + +.fa-trash-can-undo:before { + content: "" +} + +.fa-trash-can-arrow-turn-left:before { + content: "" +} + +.fa-trash-undo-alt:before { + content: "" +} + +.fa-notdef:before { + content: "" +} + +.fa-disease:before { + content: "" +} + +.fa-person-to-door:before { + content: "" +} + +.fa-turntable:before { + content: "" +} + +.fa-briefcase-medical:before { + content: "" +} + +.fa-genderless:before { + content: "" +} + +.fa-chevron-right:before { + content: "" +} + +.fa-signal-weak:before { + content: "" +} + +.fa-signal-1:before { + content: "" +} + +.fa-clock-five:before { + content: "" +} + +.fa-retweet:before { + content: "" +} + +.fa-car-rear:before { + content: "" +} + +.fa-car-alt:before { + content: "" +} + +.fa-pump-soap:before { + content: "" +} + +.fa-computer-classic:before { + content: "" +} + +.fa-frame:before { + content: "" +} + +.fa-video-slash:before { + content: "" +} + +.fa-battery-quarter:before { + content: "" +} + +.fa-battery-2:before { + content: "" +} + +.fa-ellipsis-stroke:before { + content: "" +} + +.fa-ellipsis-h-alt:before { + content: "" +} + +.fa-radio:before { + content: "" +} + +.fa-baby-carriage:before { + content: "" +} + +.fa-carriage-baby:before { + content: "" +} + +.fa-face-expressionless:before { + content: "" +} + +.fa-down-to-dotted-line:before { + content: "" +} + +.fa-cloud-music:before { + content: "" +} + +.fa-traffic-light:before { + content: "" +} + +.fa-cloud-minus:before { + content: "" +} + +.fa-thermometer:before { + content: "" +} + +.fa-shield-minus:before { + content: "" +} + +.fa-vr-cardboard:before { + content: "" +} + +.fa-car-tilt:before { + content: "" +} + +.fa-gauge-circle-minus:before { + content: "" +} + +.fa-brightness-low:before { + content: "" +} + +.fa-hand-middle-finger:before { + content: "" +} + +.fa-percent:before { + content: "%" +} + +.fa-percentage:before { + content: "%" +} + +.fa-truck-moving:before { + content: "" +} + +.fa-glass-water-droplet:before { + content: "" +} + +.fa-conveyor-belt:before { + content: "" +} + +.fa-location-check:before { + content: "" +} + +.fa-map-marker-check:before { + content: "" +} + +.fa-coin-vertical:before { + content: "" +} + +.fa-display:before { + content: "" +} + +.fa-person-sign:before { + content: "" +} + +.fa-face-smile:before { + content: "" +} + +.fa-smile:before { + content: "" +} + +.fa-phone-hangup:before { + content: "" +} + +.fa-signature-slash:before { + content: "" +} + +.fa-thumbtack:before { + content: "" +} + +.fa-thumb-tack:before { + content: "" +} + +.fa-wheat-slash:before { + content: "" +} + +.fa-trophy:before { + content: "" +} + +.fa-clouds-sun:before { + content: "" +} + +.fa-person-praying:before { + content: "" +} + +.fa-pray:before { + content: "" +} + +.fa-hammer:before { + content: "" +} + +.fa-face-vomit:before { + content: "" +} + +.fa-speakers:before { + content: "" +} + +.fa-tty-answer:before { + content: "" +} + +.fa-teletype-answer:before { + content: "" +} + +.fa-mug-tea-saucer:before { + content: "" +} + +.fa-diagram-lean-canvas:before { + content: "" +} + +.fa-alt:before { + content: "" +} + +.fa-dial:before { + content: "" +} + +.fa-dial-med-high:before { + content: "" +} + +.fa-hand-peace:before { + content: "" +} + +.fa-circle-trash:before { + content: "" +} + +.fa-trash-circle:before { + content: "" +} + +.fa-rotate:before { + content: "" +} + +.fa-sync-alt:before { + content: "" +} + +.fa-circle-quarters:before { + content: "" +} + +.fa-spinner:before { + content: "" +} + +.fa-tower-control:before { + content: "" +} + +.fa-arrow-up-triangle-square:before { + content: "" +} + +.fa-sort-shapes-up:before { + content: "" +} + +.fa-whale:before { + content: "" +} + +.fa-robot:before { + content: "" +} + +.fa-peace:before { + content: "" +} + +.fa-party-horn:before { + content: "" +} + +.fa-gears:before { + content: "" +} + +.fa-cogs:before { + content: "" +} + +.fa-sun-bright:before { + content: "" +} + +.fa-sun-alt:before { + content: "" +} + +.fa-warehouse:before { + content: "" +} + +.fa-conveyor-belt-arm:before { + content: "" +} + +.fa-lock-keyhole-open:before { + content: "" +} + +.fa-lock-open-alt:before { + content: "" +} + +.fa-square-fragile:before { + content: "" +} + +.fa-box-fragile:before { + content: "" +} + +.fa-square-wine-glass-crack:before { + content: "" +} + +.fa-arrow-up-right-dots:before { + content: "" +} + +.fa-square-n:before { + content: "" +} + +.fa-splotch:before { + content: "" +} + +.fa-face-grin-hearts:before { + content: "" +} + +.fa-grin-hearts:before { + content: "" +} + +.fa-meter:before { + content: "" +} + +.fa-mandolin:before { + content: "" +} + +.fa-dice-four:before { + content: "" +} + +.fa-sim-card:before { + content: "" +} + +.fa-transgender:before { + content: "" +} + +.fa-transgender-alt:before { + content: "" +} + +.fa-mercury:before { + content: "" +} + +.fa-up-from-bracket:before { + content: "" +} + +.fa-knife-kitchen:before { + content: "" +} + +.fa-border-right:before { + content: "" +} + +.fa-arrow-turn-down:before { + content: "" +} + +.fa-level-down:before { + content: "" +} + +.fa-spade:before { + content: "" +} + +.fa-card-spade:before { + content: "" +} + +.fa-line-columns:before { + content: "" +} + +.fa-ant:before { + content: "" +} + +.fa-arrow-right-to-line:before { + content: "" +} + +.fa-arrow-to-right:before { + content: "" +} + +.fa-person-falling-burst:before { + content: "" +} + +.fa-flag-pennant:before { + content: "" +} + +.fa-pennant:before { + content: "" +} + +.fa-conveyor-belt-empty:before { + content: "" +} + +.fa-user-group-simple:before { + content: "" +} + +.fa-award:before { + content: "" +} + +.fa-ticket-simple:before { + content: "" +} + +.fa-ticket-alt:before { + content: "" +} + +.fa-building:before { + content: "" +} + +.fa-angles-left:before { + content: "" +} + +.fa-angle-double-left:before { + content: "" +} + +.fa-camcorder:before { + content: "" +} + +.fa-video-handheld:before { + content: "" +} + +.fa-pancakes:before { + content: "" +} + +.fa-album-circle-user:before { + content: "" +} + +.fa-subtitles-slash:before { + content: "" +} + +.fa-qrcode:before { + content: "" +} + +.fa-dice-d10:before { + content: "" +} + +.fa-fireplace:before { + content: "" +} + +.fa-browser:before { + content: "" +} + +.fa-pen-paintbrush:before { + content: "" +} + +.fa-pencil-paintbrush:before { + content: "" +} + +.fa-fish-cooked:before { + content: "" +} + +.fa-chair-office:before { + content: "" +} + +.fa-magnifying-glass-music:before { + content: "" +} + +.fa-nesting-dolls:before { + content: "" +} + +.fa-clock-rotate-left:before { + content: "" +} + +.fa-history:before { + content: "" +} + +.fa-trumpet:before { + content: "" +} + +.fa-face-grin-beam-sweat:before { + content: "" +} + +.fa-grin-beam-sweat:before { + content: "" +} + +.fa-fire-smoke:before { + content: "" +} + +.fa-phone-missed:before { + content: "" +} + +.fa-file-export:before { + content: "" +} + +.fa-arrow-right-from-file:before { + content: "" +} + +.fa-shield:before { + content: "" +} + +.fa-shield-blank:before { + content: "" +} + +.fa-arrow-up-short-wide:before { + content: "" +} + +.fa-sort-amount-up-alt:before { + content: "" +} + +.fa-arrows-repeat-1:before { + content: "" +} + +.fa-repeat-1-alt:before { + content: "" +} + +.fa-gun-slash:before { + content: "" +} + +.fa-avocado:before { + content: "" +} + +.fa-binary:before { + content: "" +} + +.fa-glasses-round:before { + content: "" +} + +.fa-glasses-alt:before { + content: "" +} + +.fa-phone-plus:before { + content: "" +} + +.fa-ditto:before { + content: '"' +} + +.fa-person-seat:before { + content: "" +} + +.fa-house-medical:before { + content: "" +} + +.fa-golf-ball-tee:before { + content: "" +} + +.fa-golf-ball:before { + content: "" +} + +.fa-circle-chevron-left:before { + content: "" +} + +.fa-chevron-circle-left:before { + content: "" +} + +.fa-house-chimney-window:before { + content: "" +} + +.fa-scythe:before { + content: "" +} + +.fa-pen-nib:before { + content: "" +} + +.fa-ban-parking:before { + content: "" +} + +.fa-parking-circle-slash:before { + content: "" +} + +.fa-tent-arrow-turn-left:before { + content: "" +} + +.fa-face-diagonal-mouth:before { + content: "" +} + +.fa-diagram-cells:before { + content: "" +} + +.fa-cricket-bat-ball:before { + content: "" +} + +.fa-cricket:before { + content: "" +} + +.fa-tents:before { + content: "" +} + +.fa-wand-magic:before { + content: "" +} + +.fa-magic:before { + content: "" +} + +.fa-dog:before { + content: "" +} + +.fa-pen-line:before { + content: "" +} + +.fa-atom-simple:before { + content: "" +} + +.fa-atom-alt:before { + content: "" +} + +.fa-ampersand:before { + content: "&" +} + +.fa-carrot:before { + content: "" +} + +.fa-arrow-up-from-line:before { + content: "" +} + +.fa-arrow-from-bottom:before { + content: "" +} + +.fa-moon:before { + content: "" +} + +.fa-pen-slash:before { + content: "" +} + +.fa-wine-glass-empty:before { + content: "" +} + +.fa-wine-glass-alt:before { + content: "" +} + +.fa-square-star:before { + content: "" +} + +.fa-cheese:before { + content: "" +} + +.fa-send-backward:before { + content: "" +} + +.fa-yin-yang:before { + content: "" +} + +.fa-music:before { + content: "" +} + +.fa-compass-slash:before { + content: "" +} + +.fa-clock-one:before { + content: "" +} + +.fa-file-music:before { + content: "" +} + +.fa-code-commit:before { + content: "" +} + +.fa-temperature-low:before { + content: "" +} + +.fa-person-biking:before { + content: "" +} + +.fa-biking:before { + content: "" +} + +.fa-display-chart-up-circle-currency:before { + content: "" +} + +.fa-skeleton:before { + content: "" +} + +.fa-circle-g:before { + content: "" +} + +.fa-circle-arrow-up-left:before { + content: "" +} + +.fa-coin-blank:before { + content: "" +} + +.fa-broom:before { + content: "" +} + +.fa-vacuum:before { + content: "" +} + +.fa-shield-heart:before { + content: "" +} + +.fa-card-heart:before { + content: "" +} + +.fa-lightbulb-cfl-on:before { + content: "" +} + +.fa-melon:before { + content: "" +} + +.fa-gopuram:before { + content: "" +} + +.fa-earth-oceania:before { + content: "" +} + +.fa-globe-oceania:before { + content: "" +} + +.fa-container-storage:before { + content: "" +} + +.fa-face-pouting:before { + content: "" +} + +.fa-square-xmark:before { + content: "" +} + +.fa-times-square:before { + content: "" +} + +.fa-xmark-square:before { + content: "" +} + +.fa-face-explode:before { + content: "" +} + +.fa-exploding-head:before { + content: "" +} + +.fa-hashtag:before { + content: "#" +} + +.fa-up-right-and-down-left-from-center:before { + content: "" +} + +.fa-expand-alt:before { + content: "" +} + +.fa-oil-can:before { + content: "" +} + +.fa-t:before { + content: "T" +} + +.fa-transformer-bolt:before { + content: "" +} + +.fa-hippo:before { + content: "" +} + +.fa-chart-column:before { + content: "" +} + +.fa-cassette-vhs:before { + content: "" +} + +.fa-vhs:before { + content: "" +} + +.fa-infinity:before { + content: "" +} + +.fa-vial-circle-check:before { + content: "" +} + +.fa-chimney:before { + content: "" +} + +.fa-object-intersect:before { + content: "" +} + +.fa-person-arrow-down-to-line:before { + content: "" +} + +.fa-voicemail:before { + content: "" +} + +.fa-block-brick:before { + content: "" +} + +.fa-wall-brick:before { + content: "" +} + +.fa-fan:before { + content: "" +} + +.fa-bags-shopping:before { + content: "" +} + +.fa-paragraph-left:before { + content: "" +} + +.fa-paragraph-rtl:before { + content: "" +} + +.fa-person-walking-luggage:before { + content: "" +} + +.fa-caravan-simple:before { + content: "" +} + +.fa-caravan-alt:before { + content: "" +} + +.fa-turtle:before { + content: "" +} + +.fa-pencil-mechanical:before { + content: "" +} + +.fa-up-down:before { + content: "" +} + +.fa-arrows-alt-v:before { + content: "" +} + +.fa-cloud-moon-rain:before { + content: "" +} + +.fa-booth-curtain:before { + content: "" +} + +.fa-calendar:before { + content: "" +} + +.fa-box-heart:before { + content: "" +} + +.fa-trailer:before { + content: "" +} + +.fa-user-doctor-message:before { + content: "" +} + +.fa-user-md-chat:before { + content: "" +} + +.fa-bahai:before { + content: "" +} + +.fa-haykal:before { + content: "" +} + +.fa-lighthouse:before { + content: "" +} + +.fa-amp-guitar:before { + content: "" +} + +.fa-sd-card:before { + content: "" +} + +.fa-volume-slash:before { + content: "" +} + +.fa-border-bottom:before { + content: "" +} + +.fa-wifi-weak:before { + content: "" +} + +.fa-wifi-1:before { + content: "" +} + +.fa-dragon:before { + content: "" +} + +.fa-shoe-prints:before { + content: "" +} + +.fa-circle-plus:before { + content: "" +} + +.fa-plus-circle:before { + content: "" +} + +.fa-face-grin-tongue-wink:before { + content: "" +} + +.fa-grin-tongue-wink:before { + content: "" +} + +.fa-hand-holding:before { + content: "" +} + +.fa-plug-circle-exclamation:before { + content: "" +} + +.fa-link-slash:before { + content: "" +} + +.fa-chain-broken:before { + content: "" +} + +.fa-chain-slash:before { + content: "" +} + +.fa-unlink:before { + content: "" +} + +.fa-clone:before { + content: "" +} + +.fa-person-walking-arrow-loop-left:before { + content: "" +} + +.fa-arrow-up-z-a:before { + content: "" +} + +.fa-sort-alpha-up-alt:before { + content: "" +} + +.fa-fire-flame-curved:before { + content: "" +} + +.fa-fire-alt:before { + content: "" +} + +.fa-tornado:before { + content: "" +} + +.fa-file-circle-plus:before { + content: "" +} + +.fa-delete-right:before { + content: "" +} + +.fa-book-quran:before { + content: "" +} + +.fa-quran:before { + content: "" +} + +.fa-circle-quarter:before { + content: "" +} + +.fa-anchor:before { + content: "" +} + +.fa-border-all:before { + content: "" +} + +.fa-function:before { + content: "" +} + +.fa-face-angry:before { + content: "" +} + +.fa-angry:before { + content: "" +} + +.fa-people-simple:before { + content: "" +} + +.fa-cookie-bite:before { + content: "" +} + +.fa-arrow-trend-down:before { + content: "" +} + +.fa-rss:before { + content: "" +} + +.fa-feed:before { + content: "" +} + +.fa-face-monocle:before { + content: "" +} + +.fa-draw-polygon:before { + content: "" +} + +.fa-scale-balanced:before { + content: "" +} + +.fa-balance-scale:before { + content: "" +} + +.fa-calendar-lines:before { + content: "" +} + +.fa-calendar-note:before { + content: "" +} + +.fa-arrow-down-big-small:before { + content: "" +} + +.fa-sort-size-down:before { + content: "" +} + +.fa-gauge-simple-high:before { + content: "" +} + +.fa-tachometer:before { + content: "" +} + +.fa-tachometer-fast:before { + content: "" +} + +.fa-do-not-enter:before { + content: "" +} + +.fa-shower:before { + content: "" +} + +.fa-dice-d8:before { + content: "" +} + +.fa-desktop:before { + content: "" +} + +.fa-desktop-alt:before { + content: "" +} + +.fa-m:before { + content: "M" +} + +.fa-spinner-scale:before { + content: "" +} + +.fa-grip-dots-vertical:before { + content: "" +} + +.fa-face-viewfinder:before { + content: "" +} + +.fa-soft-serve:before { + content: "" +} + +.fa-creemee:before { + content: "" +} + +.fa-h5:before { + content: "" +} + +.fa-hand-back-point-down:before { + content: "" +} + +.fa-table-list:before { + content: "" +} + +.fa-th-list:before { + content: "" +} + +.fa-basket-shopping-minus:before { + content: "" +} + +.fa-comment-sms:before { + content: "" +} + +.fa-sms:before { + content: "" +} + +.fa-rectangle:before { + content: "" +} + +.fa-rectangle-landscape:before { + content: "" +} + +.fa-clipboard-list-check:before { + content: "" +} + +.fa-turkey:before { + content: "" +} + +.fa-book:before { + content: "" +} + +.fa-user-plus:before { + content: "" +} + +.fa-ice-skate:before { + content: "" +} + +.fa-check:before { + content: "" +} + +.fa-battery-three-quarters:before { + content: "" +} + +.fa-battery-4:before { + content: "" +} + +.fa-tomato:before { + content: "" +} + +.fa-sword-laser:before { + content: "" +} + +.fa-house-circle-check:before { + content: "" +} + +.fa-buildings:before { + content: "" +} + +.fa-angle-left:before { + content: "" +} + +.fa-cart-flatbed-boxes:before { + content: "" +} + +.fa-dolly-flatbed-alt:before { + content: "" +} + +.fa-diagram-successor:before { + content: "" +} + +.fa-truck-arrow-right:before { + content: "" +} + +.fa-square-w:before { + content: "" +} + +.fa-arrows-split-up-and-left:before { + content: "" +} + +.fa-lamp:before { + content: "" +} + +.fa-airplay:before { + content: "" +} + +.fa-hand-fist:before { + content: "" +} + +.fa-fist-raised:before { + content: "" +} + +.fa-shield-quartered:before { + content: "" +} + +.fa-slash-forward:before { + content: "/" +} + +.fa-location-pen:before { + content: "" +} + +.fa-map-marker-edit:before { + content: "" +} + +.fa-cloud-moon:before { + content: "" +} + +.fa-pot-food:before { + content: "" +} + +.fa-briefcase:before { + content: "" +} + +.fa-person-falling:before { + content: "" +} + +.fa-image-portrait:before { + content: "" +} + +.fa-portrait:before { + content: "" +} + +.fa-user-tag:before { + content: "" +} + +.fa-rug:before { + content: "" +} + +.fa-print-slash:before { + content: "" +} + +.fa-earth-europe:before { + content: "" +} + +.fa-globe-europe:before { + content: "" +} + +.fa-cart-flatbed-suitcase:before { + content: "" +} + +.fa-luggage-cart:before { + content: "" +} + +.fa-hand-back-point-ribbon:before { + content: "" +} + +.fa-rectangle-xmark:before { + content: "" +} + +.fa-rectangle-times:before { + content: "" +} + +.fa-times-rectangle:before { + content: "" +} + +.fa-window-close:before { + content: "" +} + +.fa-tire-rugged:before { + content: "" +} + +.fa-lightbulb-dollar:before { + content: "" +} + +.fa-cowbell:before { + content: "" +} + +.fa-baht-sign:before { + content: "" +} + +.fa-corner:before { + content: "" +} + +.fa-chevrons-right:before { + content: "" +} + +.fa-chevron-double-right:before { + content: "" +} + +.fa-book-open:before { + content: "" +} + +.fa-book-journal-whills:before { + content: "" +} + +.fa-journal-whills:before { + content: "" +} + +.fa-inhaler:before { + content: "" +} + +.fa-handcuffs:before { + content: "" +} + +.fa-snake:before { + content: "" +} + +.fa-triangle-exclamation:before { + content: "" +} + +.fa-exclamation-triangle:before { + content: "" +} + +.fa-warning:before { + content: "" +} + +.fa-note-medical:before { + content: "" +} + +.fa-database:before { + content: "" +} + +.fa-down-left:before { + content: "" +} + +.fa-share:before { + content: "" +} + +.fa-mail-forward:before { + content: "" +} + +.fa-face-thinking:before { + content: "" +} + +.fa-turn-down-right:before { + content: "" +} + +.fa-bottle-droplet:before { + content: "" +} + +.fa-mask-face:before { + content: "" +} + +.fa-hill-rockslide:before { + content: "" +} + +.fa-scanner-keyboard:before { + content: "" +} + +.fa-circle-o:before { + content: "" +} + +.fa-grid-horizontal:before { + content: "" +} + +.fa-message-dollar:before { + content: "" +} + +.fa-comment-alt-dollar:before { + content: "" +} + +.fa-right-left:before { + content: "" +} + +.fa-exchange-alt:before { + content: "" +} + +.fa-columns-3:before { + content: "" +} + +.fa-paper-plane:before { + content: "" +} + +.fa-road-circle-exclamation:before { + content: "" +} + +.fa-dungeon:before { + content: "" +} + +.fa-hand-holding-box:before { + content: "" +} + +.fa-input-text:before { + content: "" +} + +.fa-window-flip:before { + content: "" +} + +.fa-window-alt:before { + content: "" +} + +.fa-align-right:before { + content: "" +} + +.fa-scanner-gun:before { + content: "" +} + +.fa-scanner:before { + content: "" +} + +.fa-tire:before { + content: "" +} + +.fa-engine:before { + content: "" +} + +.fa-money-bill-1-wave:before { + content: "" +} + +.fa-money-bill-wave-alt:before { + content: "" +} + +.fa-life-ring:before { + content: "" +} + +.fa-hands:before { + content: "" +} + +.fa-sign-language:before { + content: "" +} + +.fa-signing:before { + content: "" +} + +.fa-circle-caret-right:before { + content: "" +} + +.fa-caret-circle-right:before { + content: "" +} + +.fa-turn-left:before { + content: "" +} + +.fa-wheat:before { + content: "" +} + +.fa-file-spreadsheet:before { + content: "" +} + +.fa-audio-description-slash:before { + content: "" +} + +.fa-bell-ring:before { + content: "" +} + +.fa-calendar-day:before { + content: "" +} + +.fa-water-ladder:before { + content: "" +} + +.fa-ladder-water:before { + content: "" +} + +.fa-swimming-pool:before { + content: "" +} + +.fa-arrows-up-down:before { + content: "" +} + +.fa-arrows-v:before { + content: "" +} + +.fa-chess-pawn-piece:before { + content: "" +} + +.fa-chess-pawn-alt:before { + content: "" +} + +.fa-face-grimace:before { + content: "" +} + +.fa-grimace:before { + content: "" +} + +.fa-wheelchair-move:before { + content: "" +} + +.fa-wheelchair-alt:before { + content: "" +} + +.fa-turn-down:before { + content: "" +} + +.fa-level-down-alt:before { + content: "" +} + +.fa-square-s:before { + content: "" +} + +.fa-rectangle-barcode:before { + content: "" +} + +.fa-barcode-alt:before { + content: "" +} + +.fa-person-walking-arrow-right:before { + content: "" +} + +.fa-square-envelope:before { + content: "" +} + +.fa-envelope-square:before { + content: "" +} + +.fa-dice:before { + content: "" +} + +.fa-unicorn:before { + content: "" +} + +.fa-bowling-ball:before { + content: "" +} + +.fa-pompebled:before { + content: "" +} + +.fa-brain:before { + content: "" +} + +.fa-watch-smart:before { + content: "" +} + +.fa-book-user:before { + content: "" +} + +.fa-sensor-cloud:before { + content: "" +} + +.fa-sensor-smoke:before { + content: "" +} + +.fa-clapperboard-play:before { + content: "" +} + +.fa-bandage:before { + content: "" +} + +.fa-band-aid:before { + content: "" +} + +.fa-calendar-minus:before { + content: "" +} + +.fa-circle-xmark:before { + content: "" +} + +.fa-times-circle:before { + content: "" +} + +.fa-xmark-circle:before { + content: "" +} + +.fa-circle-4:before { + content: "" +} + +.fa-gifts:before { + content: "" +} + +.fa-album-collection:before { + content: "" +} + +.fa-hotel:before { + content: "" +} + +.fa-earth-asia:before { + content: "" +} + +.fa-globe-asia:before { + content: "" +} + +.fa-id-card-clip:before { + content: "" +} + +.fa-id-card-alt:before { + content: "" +} + +.fa-magnifying-glass-plus:before { + content: "" +} + +.fa-search-plus:before { + content: "" +} + +.fa-thumbs-up:before { + content: "" +} + +.fa-cloud-showers:before { + content: "" +} + +.fa-user-clock:before { + content: "" +} + +.fa-onion:before { + content: "" +} + +.fa-clock-twelve-thirty:before { + content: "" +} + +.fa-arrow-down-to-dotted-line:before { + content: "" +} + +.fa-hand-dots:before { + content: "" +} + +.fa-allergies:before { + content: "" +} + +.fa-file-invoice:before { + content: "" +} + +.fa-window-minimize:before { + content: "" +} + +.fa-rectangle-wide:before { + content: "" +} + +.fa-comment-arrow-up:before { + content: "" +} + +.fa-garlic:before { + content: "" +} + +.fa-mug-saucer:before { + content: "" +} + +.fa-coffee:before { + content: "" +} + +.fa-brush:before { + content: "" +} + +.fa-tree-decorated:before { + content: "" +} + +.fa-mask:before { + content: "" +} + +.fa-calendar-heart:before { + content: "" +} + +.fa-magnifying-glass-minus:before { + content: "" +} + +.fa-search-minus:before { + content: "" +} + +.fa-flower:before { + content: "" +} + +.fa-arrow-down-from-arc:before { + content: "" +} + +.fa-right-left-large:before { + content: "" +} + +.fa-ruler-vertical:before { + content: "" +} + +.fa-circles-overlap:before { + content: "" +} + +.fa-user-large:before { + content: "" +} + +.fa-user-alt:before { + content: "" +} + +.fa-starship-freighter:before { + content: "" +} + +.fa-train-tram:before { + content: "" +} + +.fa-bridge-suspension:before { + content: "" +} + +.fa-trash-check:before { + content: "" +} + +.fa-user-nurse:before { + content: "" +} + +.fa-boombox:before { + content: "" +} + +.fa-syringe:before { + content: "" +} + +.fa-cloud-sun:before { + content: "" +} + +.fa-shield-exclamation:before { + content: "" +} + +.fa-stopwatch-20:before { + content: "" +} + +.fa-square-full:before { + content: "" +} + +.fa-grip-dots:before { + content: "" +} + +.fa-comment-exclamation:before { + content: "" +} + +.fa-pen-swirl:before { + content: "" +} + +.fa-falafel:before { + content: "" +} + +.fa-circle-2:before { + content: "" +} + +.fa-magnet:before { + content: "" +} + +.fa-jar:before { + content: "" +} + +.fa-gramophone:before { + content: "" +} + +.fa-dice-d12:before { + content: "" +} + +.fa-note-sticky:before { + content: "" +} + +.fa-sticky-note:before { + content: "" +} + +.fa-down:before { + content: "" +} + +.fa-arrow-alt-down:before { + content: "" +} + +.fa-hundred-points:before { + content: "" +} + +.fa-100:before { + content: "" +} + +.fa-paperclip-vertical:before { + content: "" +} + +.fa-wind-warning:before { + content: "" +} + +.fa-wind-circle-exclamation:before { + content: "" +} + +.fa-location-pin-slash:before { + content: "" +} + +.fa-map-marker-slash:before { + content: "" +} + +.fa-face-sad-sweat:before { + content: "" +} + +.fa-bug-slash:before { + content: "" +} + +.fa-cupcake:before { + content: "" +} + +.fa-light-switch-off:before { + content: "" +} + +.fa-toggle-large-off:before { + content: "" +} + +.fa-pen-fancy-slash:before { + content: "" +} + +.fa-truck-container:before { + content: "" +} + +.fa-boot:before { + content: "" +} + +.fa-arrow-up-from-water-pump:before { + content: "" +} + +.fa-file-check:before { + content: "" +} + +.fa-bone:before { + content: "" +} + +.fa-cards-blank:before { + content: "" +} + +.fa-circle-3:before { + content: "" +} + +.fa-bench-tree:before { + content: "" +} + +.fa-keyboard-brightness-low:before { + content: "" +} + +.fa-ski-boot-ski:before { + content: "" +} + +.fa-brain-circuit:before { + content: "" +} + +.fa-table-cells-row-unlock:before { + content: "" +} + +.fa-user-injured:before { + content: "" +} + +.fa-block-brick-fire:before { + content: "" +} + +.fa-firewall:before { + content: "" +} + +.fa-face-sad-tear:before { + content: "" +} + +.fa-sad-tear:before { + content: "" +} + +.fa-plane:before { + content: "" +} + +.fa-tent-arrows-down:before { + content: "" +} + +.fa-exclamation:before { + content: "!" +} + +.fa-arrows-spin:before { + content: "" +} + +.fa-face-smile-relaxed:before { + content: "" +} + +.fa-comment-xmark:before { + content: "" +} + +.fa-comment-times:before { + content: "" +} + +.fa-print:before { + content: "" +} + +.fa-turkish-lira-sign:before { + content: "" +} + +.fa-try:before { + content: "" +} + +.fa-turkish-lira:before { + content: "" +} + +.fa-face-nose-steam:before { + content: "" +} + +.fa-circle-waveform-lines:before { + content: "" +} + +.fa-waveform-circle:before { + content: "" +} + +.fa-dollar-sign:before { + content: "$" +} + +.fa-dollar:before { + content: "$" +} + +.fa-usd:before { + content: "$" +} + +.fa-ferris-wheel:before { + content: "" +} + +.fa-computer-speaker:before { + content: "" +} + +.fa-skull-cow:before { + content: "" +} + +.fa-x:before { + content: "X" +} + +.fa-magnifying-glass-dollar:before { + content: "" +} + +.fa-search-dollar:before { + content: "" +} + +.fa-users-gear:before { + content: "" +} + +.fa-users-cog:before { + content: "" +} + +.fa-person-military-pointing:before { + content: "" +} + +.fa-building-columns:before { + content: "" +} + +.fa-bank:before { + content: "" +} + +.fa-institution:before { + content: "" +} + +.fa-museum:before { + content: "" +} + +.fa-university:before { + content: "" +} + +.fa-circle-t:before { + content: "" +} + +.fa-sack:before { + content: "" +} + +.fa-grid-2:before { + content: "" +} + +.fa-camera-cctv:before { + content: "" +} + +.fa-cctv:before { + content: "" +} + +.fa-umbrella:before { + content: "" +} + +.fa-trowel:before { + content: "" +} + +.fa-horizontal-rule:before { + content: "" +} + +.fa-bed-front:before { + content: "" +} + +.fa-bed-alt:before { + content: "" +} + +.fa-d:before { + content: "D" +} + +.fa-stapler:before { + content: "" +} + +.fa-masks-theater:before { + content: "" +} + +.fa-theater-masks:before { + content: "" +} + +.fa-file-gif:before { + content: "" +} + +.fa-kip-sign:before { + content: "" +} + +.fa-face-woozy:before { + content: "" +} + +.fa-cloud-question:before { + content: "" +} + +.fa-pineapple:before { + content: "" +} + +.fa-hand-point-left:before { + content: "" +} + +.fa-gallery-thumbnails:before { + content: "" +} + +.fa-circle-j:before { + content: "" +} + +.fa-eyes:before { + content: "" +} + +.fa-handshake-simple:before { + content: "" +} + +.fa-handshake-alt:before { + content: "" +} + +.fa-page-caret-up:before { + content: "" +} + +.fa-file-caret-up:before { + content: "" +} + +.fa-jet-fighter:before { + content: "" +} + +.fa-fighter-jet:before { + content: "" +} + +.fa-comet:before { + content: "" +} + +.fa-square-share-nodes:before { + content: "" +} + +.fa-share-alt-square:before { + content: "" +} + +.fa-reflect-vertical:before { + content: "" +} + +.fa-shield-keyhole:before { + content: "" +} + +.fa-file-mp4:before { + content: "" +} + +.fa-barcode:before { + content: "" +} + +.fa-bulldozer:before { + content: "" +} + +.fa-plus-minus:before { + content: "" +} + +.fa-square-sliders-vertical:before { + content: "" +} + +.fa-sliders-v-square:before { + content: "" +} + +.fa-video:before { + content: "" +} + +.fa-video-camera:before { + content: "" +} + +.fa-message-middle:before { + content: "" +} + +.fa-comment-middle-alt:before { + content: "" +} + +.fa-graduation-cap:before { + content: "" +} + +.fa-mortar-board:before { + content: "" +} + +.fa-hand-holding-medical:before { + content: "" +} + +.fa-person-circle-check:before { + content: "" +} + +.fa-square-z:before { + content: "" +} + +.fa-message-text:before { + content: "" +} + +.fa-comment-alt-text:before { + content: "" +} + +.fa-turn-up:before { + content: "" +} + +.fa-level-up-alt:before { + content: "" +} diff --git a/src/assets/ucicon/styles.css b/src/assets/ucicon/styles.css index f9c46f9..b19f0d4 100644 --- a/src/assets/ucicon/styles.css +++ b/src/assets/ucicon/styles.css @@ -1,401 +1,402 @@ -@font-face { - font-family: 'icons'; - src: - url('/assets/ucicon/fonts/icons.ttf') format('truetype'); - /*url('fonts/icons.woff?vl8kbo') format('woff'), - url('fonts/icons.svg?vl8kbo#icons') format('svg');*/ - font-weight: normal; - font-style: normal; - font-display: block; -} +@import "fa.css"; -[class^="icon-"], [class*=" icon-"] { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'icons' !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; +/*@font-face {*/ +/* font-family: 'icons';*/ +/* src:*/ +/* url('/assets/ucicon/fonts/icons.ttf') format('truetype');*/ +/* font-weight: normal;*/ +/* font-style: normal;*/ +/* font-display: block;*/ +/*}*/ - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.icon-button:before { - content: "\e979"; -} -.icon-cover:before { - content: "\e97a"; -} -.icon-macro:before { - content: "\e97b"; -} -.icon-media_player:before { - content: "\e97c"; -} -.icon-apps:before { - content: "\e978"; -} -.icon-filter:before { - content: "\e977"; -} -.icon-down-arrow-alt:before { - content: "\e973"; -} -.icon-left-arrow-alt:before { - content: "\e974"; -} -.icon-right-arrow-alt:before { - content: "\e975"; -} -.icon-up-arrow-alt:before { - content: "\e976"; -} -.icon-light-off:before { - content: "\e971"; -} -.icon-light-on:before { - content: "\e972"; -} -.icon-blind-alt-closed:before { - content: "\e96f"; -} -.icon-blind-alt-open:before { - content: "\e970"; -} -.icon-repeat:before { - content: "\e96d"; -} -.icon-shuffle:before { - content: "\e96e"; -} -.icon-color:before { - content: "\e969"; -} -.icon-backspace:before { - content: "\e96a"; -} -.icon-shift-fill:before { - content: "\e96b"; -} -.icon-shift-outline:before { - content: "\e96c"; -} -.icon-bluetooth:before { - content: "\e968"; -} -.icon-back:before { - content: "\e962"; -} -.icon-minus:before { - content: "\e965"; -} -.icon-play-pause:before { - content: "\e966"; -} -.icon-plus:before { - content: "\e967"; -} -.icon-check:before { - content: "\e912"; -} -.icon-sensor:before { - content: "\e963"; -} -.icon-switch:before { - content: "\e964"; -} -.icon-alarm-clock:before { - content: "\e95a"; -} -.icon-alarm-snooze:before { - content: "\e95b"; -} -.icon-clock:before { - content: "\e95c"; -} -.icon-globe:before { - content: "\e95d"; -} -.icon-map-location:before { - content: "\e95e"; -} -.icon-sleep:before { - content: "\e95f"; -} -.icon-stopwatch:before { - content: "\e960"; -} -.icon-timer:before { - content: "\e961"; -} -.icon-ban:before { - content: "\e92e"; -} -.icon-battery-full:before { - content: "\e93f"; -} -.icon-battery-low-2:before { - content: "\e940"; -} -.icon-battery-low:before { - content: "\e941"; -} -.icon-blind-alt:before { - content: "\e942"; -} -.icon-brightness-low:before { - content: "\e943"; -} -.icon-brightness:before { - content: "\e944"; -} -.icon-button-brightness-low:before { - content: "\e945"; -} -.icon-button-brightness:before { - content: "\e946"; -} -.icon-bw:before { - content: "\e947"; -} -.icon-cc:before { - content: "\e948"; -} -.icon-clone:before { - content: "\e949"; -} -.icon-curtain:before { - content: "\e94a"; -} -.icon-ff:before { - content: "\e94b"; -} -.icon-garage:before { - content: "\e94c"; -} -.icon-info:before { - content: "\e94d"; -} -.icon-lamp-1:before { - content: "\e94e"; -} -.icon-lamp-2:before { - content: "\e94f"; -} -.icon-lamp-3:before { - content: "\e950"; -} -.icon-list-alt:before { - content: "\e951"; -} -.icon-list:before { - content: "\e952"; -} -.icon-lock-alt:before { - content: "\e953"; -} -.icon-menu:before { - content: "\e954"; -} -.icon-rec:before { - content: "\e955"; -} -.icon-stop-copy:before { - content: "\e956"; -} -.icon-stop:before { - content: "\e957"; -} -.icon-trash:before { - content: "\e958"; -} -.icon-unfolded-circle:before { - content: "\e959"; -} -.icon-camera:before { - content: "\e93e"; -} -.icon-edit:before { - content: "\e93c"; -} -.icon-hamburger:before { - content: "\e93d"; -} -.icon-microphone:before { - content: "\e93a"; -} -.icon-activity:before { - content: "\e93b"; -} -.icon-reboot:before { - content: "\e939"; -} -.icon-profile-hat:before { - content: "\e938"; -} -.icon-profile:before { - content: "\e937"; -} -.icon-volume:before { - content: "\e935"; -} -.icon-mute:before { - content: "\e936"; -} -.icon-lock:before { - content: "\e934"; -} -.icon-phone_answer:before { - content: "\e932"; -} -.icon-phone_hang:before { - content: "\e933"; -} -.icon-eye:before { - content: "\e931"; -} -.icon-bell:before { - content: "\e92f"; -} -.icon-warning:before { - content: "\e930"; -} -.icon-charging:before { - content: "\e92d"; -} -.icon-about:before { - content: "\e928"; -} -.icon-battery:before { - content: "\e929"; -} -.icon-integration:before { - content: "\e92a"; -} -.icon-system:before { - content: "\e92b"; -} -.icon-wifi-bluetooth:before { - content: "\e92c"; -} -.icon-language:before { - content: "\e927"; -} -.icon-wifi-01:before { - content: "\e924"; -} -.icon-wifi-02:before { - content: "\e925"; -} -.icon-wifi-03:before { - content: "\e926"; -} -.icon-down-arrow-bold:before { - content: "\e922"; -} -.icon-up-arrow-bold:before { - content: "\e923"; -} -.icon-fav-add:before { - content: "\e920"; -} -.icon-fav-remove:before { - content: "\e921"; -} -.icon-cool:before { - content: "\e91e"; -} -.icon-heat:before { - content: "\e91f"; -} -.icon-circle-full:before { - content: "\e91a"; -} -.icon-circle:before { - content: "\e91b"; -} -.icon-square-full:before { - content: "\e91c"; -} -.icon-square:before { - content: "\e91d"; -} -.icon-left-arrow:before { - content: "\e917"; -} -.icon-right-arrow:before { - content: "\e918"; -} -.icon-up-arrow:before { - content: "\e919"; -} -.icon-down-arrow:before { - content: "\e916"; -} -.icon-close:before { - content: "\e915"; -} -.icon-home:before { - content: "\e900"; -} -.icon-light:before { - content: "\e901"; -} -.icon-link:before { - content: "\e902"; -} -.icon-music:before { - content: "\e903"; -} -.icon-next:before { - content: "\e904"; -} -.icon-pause:before { - content: "\e905"; -} -.icon-play:before { - content: "\e906"; -} -.icon-playlist:before { - content: "\e907"; -} -.icon-power-on:before { - content: "\e908"; -} -.icon-prev:before { - content: "\e909"; -} -.icon-radio:before { - content: "\e90a"; -} -.icon-remote:before { - content: "\e90b"; -} -.icon-search:before { - content: "\e90c"; -} -.icon-speaker:before { - content: "\e90d"; -} -.icon-speakers:before { - content: "\e90e"; -} -.icon-stairs:before { - content: "\e90f"; -} -.icon-tv:before { - content: "\e910"; -} -.icon-weather:before { - content: "\e911"; -} -.icon-climate:before { - content: "\e913"; -} -.icon-blind:before { - content: "\e914"; -} +/*[class^="icon-"], [class*=" icon-"] {*/ +/* !* use !important to prevent issues with browser extensions that change fonts *!*/ +/* font-family: 'icons' !important;*/ +/* speak: never;*/ +/* font-style: normal;*/ +/* font-weight: normal;*/ +/* font-variant: normal;*/ +/* text-transform: none;*/ +/* line-height: 1;*/ + +/* !* Better Font Rendering =========== *!*/ +/* -webkit-font-smoothing: antialiased;*/ +/* -moz-osx-font-smoothing: grayscale;*/ +/*}*/ + +/*.icon-button:before {*/ +/* content: "\e979";*/ +/*}*/ +/*.icon-cover:before {*/ +/* content: "\e97a";*/ +/*}*/ +/*.icon-macro:before {*/ +/* content: "\e97b";*/ +/*}*/ +/*.icon-media_player:before {*/ +/* content: "\e97c";*/ +/*}*/ +/*.icon-apps:before {*/ +/* content: "\e978";*/ +/*}*/ +/*.icon-filter:before {*/ +/* content: "\e977";*/ +/*}*/ +/*.icon-down-arrow-alt:before {*/ +/* content: "\e973";*/ +/*}*/ +/*.icon-left-arrow-alt:before {*/ +/* content: "\e974";*/ +/*}*/ +/*.icon-right-arrow-alt:before {*/ +/* content: "\e975";*/ +/*}*/ +/*.icon-up-arrow-alt:before {*/ +/* content: "\e976";*/ +/*}*/ +/*.icon-light-off:before {*/ +/* content: "\e971";*/ +/*}*/ +/*.icon-light-on:before {*/ +/* content: "\e972";*/ +/*}*/ +/*.icon-blind-alt-closed:before {*/ +/* content: "\e96f";*/ +/*}*/ +/*.icon-blind-alt-open:before {*/ +/* content: "\e970";*/ +/*}*/ +/*.icon-repeat:before {*/ +/* content: "\e96d";*/ +/*}*/ +/*.icon-shuffle:before {*/ +/* content: "\e96e";*/ +/*}*/ +/*.icon-color:before {*/ +/* content: "\e969";*/ +/*}*/ +/*.icon-backspace:before {*/ +/* content: "\e96a";*/ +/*}*/ +/*.icon-shift-fill:before {*/ +/* content: "\e96b";*/ +/*}*/ +/*.icon-shift-outline:before {*/ +/* content: "\e96c";*/ +/*}*/ +/*.icon-bluetooth:before {*/ +/* content: "\e968";*/ +/*}*/ +/*.icon-back:before {*/ +/* content: "\e962";*/ +/*}*/ +/*.icon-minus:before {*/ +/* content: "\e965";*/ +/*}*/ +/*.icon-play-pause:before {*/ +/* content: "\e966";*/ +/*}*/ +/*.icon-plus:before {*/ +/* content: "\e967";*/ +/*}*/ +/*.icon-check:before {*/ +/* content: "\e912";*/ +/*}*/ +/*.icon-sensor:before {*/ +/* content: "\e963";*/ +/*}*/ +/*.icon-switch:before {*/ +/* content: "\e964";*/ +/*}*/ +/*.icon-alarm-clock:before {*/ +/* content: "\e95a";*/ +/*}*/ +/*.icon-alarm-snooze:before {*/ +/* content: "\e95b";*/ +/*}*/ +/*.icon-clock:before {*/ +/* content: "\e95c";*/ +/*}*/ +/*.icon-globe:before {*/ +/* content: "\e95d";*/ +/*}*/ +/*.icon-map-location:before {*/ +/* content: "\e95e";*/ +/*}*/ +/*.icon-sleep:before {*/ +/* content: "\e95f";*/ +/*}*/ +/*.icon-stopwatch:before {*/ +/* content: "\e960";*/ +/*}*/ +/*.icon-timer:before {*/ +/* content: "\e961";*/ +/*}*/ +/*.icon-ban:before {*/ +/* content: "\e92e";*/ +/*}*/ +/*.icon-battery-full:before {*/ +/* content: "\e93f";*/ +/*}*/ +/*.icon-battery-low-2:before {*/ +/* content: "\e940";*/ +/*}*/ +/*.icon-battery-low:before {*/ +/* content: "\e941";*/ +/*}*/ +/*.icon-blind-alt:before {*/ +/* content: "\e942";*/ +/*}*/ +/*.icon-brightness-low:before {*/ +/* content: "\e943";*/ +/*}*/ +/*.icon-brightness:before {*/ +/* content: "\e944";*/ +/*}*/ +/*.icon-button-brightness-low:before {*/ +/* content: "\e945";*/ +/*}*/ +/*.icon-button-brightness:before {*/ +/* content: "\e946";*/ +/*}*/ +/*.icon-bw:before {*/ +/* content: "\e947";*/ +/*}*/ +/*.icon-cc:before {*/ +/* content: "\e948";*/ +/*}*/ +/*.icon-clone:before {*/ +/* content: "\e949";*/ +/*}*/ +/*.icon-curtain:before {*/ +/* content: "\e94a";*/ +/*}*/ +/*.icon-ff:before {*/ +/* content: "\e94b";*/ +/*}*/ +/*.icon-garage:before {*/ +/* content: "\e94c";*/ +/*}*/ +/*.icon-info:before {*/ +/* content: "\e94d";*/ +/*}*/ +/*.icon-lamp-1:before {*/ +/* content: "\e94e";*/ +/*}*/ +/*.icon-lamp-2:before {*/ +/* content: "\e94f";*/ +/*}*/ +/*.icon-lamp-3:before {*/ +/* content: "\e950";*/ +/*}*/ +/*.icon-list-alt:before {*/ +/* content: "\e951";*/ +/*}*/ +/*.icon-list:before {*/ +/* content: "\e952";*/ +/*}*/ +/*.icon-lock-alt:before {*/ +/* content: "\e953";*/ +/*}*/ +/*.icon-menu:before {*/ +/* content: "\e954";*/ +/*}*/ +/*.icon-rec:before {*/ +/* content: "\e955";*/ +/*}*/ +/*.icon-stop-copy:before {*/ +/* content: "\e956";*/ +/*}*/ +/*.icon-stop:before {*/ +/* content: "\e957";*/ +/*}*/ +/*.icon-trash:before {*/ +/* content: "\e958";*/ +/*}*/ +/*.icon-unfolded-circle:before {*/ +/* content: "\e959";*/ +/*}*/ +/*.icon-camera:before {*/ +/* content: "\e93e";*/ +/*}*/ +/*.icon-edit:before {*/ +/* content: "\e93c";*/ +/*}*/ +/*.icon-hamburger:before {*/ +/* content: "\e93d";*/ +/*}*/ +/*.icon-microphone:before {*/ +/* content: "\e93a";*/ +/*}*/ +/*.icon-activity:before {*/ +/* content: "\e93b";*/ +/*}*/ +/*.icon-reboot:before {*/ +/* content: "\e939";*/ +/*}*/ +/*.icon-profile-hat:before {*/ +/* content: "\e938";*/ +/*}*/ +/*.icon-profile:before {*/ +/* content: "\e937";*/ +/*}*/ +/*.icon-volume:before {*/ +/* content: "\e935";*/ +/*}*/ +/*.icon-mute:before {*/ +/* content: "\e936";*/ +/*}*/ +/*.icon-lock:before {*/ +/* content: "\e934";*/ +/*}*/ +/*.icon-phone_answer:before {*/ +/* content: "\e932";*/ +/*}*/ +/*.icon-phone_hang:before {*/ +/* content: "\e933";*/ +/*}*/ +/*.icon-eye:before {*/ +/* content: "\e931";*/ +/*}*/ +/*.icon-bell:before {*/ +/* content: "\e92f";*/ +/*}*/ +/*.icon-warning:before {*/ +/* content: "\e930";*/ +/*}*/ +/*.icon-charging:before {*/ +/* content: "\e92d";*/ +/*}*/ +/*.icon-about:before {*/ +/* content: "\e928";*/ +/*}*/ +/*.icon-battery:before {*/ +/* content: "\e929";*/ +/*}*/ +/*.icon-integration:before {*/ +/* content: "\e92a";*/ +/*}*/ +/*.icon-system:before {*/ +/* content: "\e92b";*/ +/*}*/ +/*.icon-wifi-bluetooth:before {*/ +/* content: "\e92c";*/ +/*}*/ +/*.icon-language:before {*/ +/* content: "\e927";*/ +/*}*/ +/*.icon-wifi-01:before {*/ +/* content: "\e924";*/ +/*}*/ +/*.icon-wifi-02:before {*/ +/* content: "\e925";*/ +/*}*/ +/*.icon-wifi-03:before {*/ +/* content: "\e926";*/ +/*}*/ +/*.icon-down-arrow-bold:before {*/ +/* content: "\e922";*/ +/*}*/ +/*.icon-up-arrow-bold:before {*/ +/* content: "\e923";*/ +/*}*/ +/*.icon-fav-add:before {*/ +/* content: "\e920";*/ +/*}*/ +/*.icon-fav-remove:before {*/ +/* content: "\e921";*/ +/*}*/ +/*.icon-cool:before {*/ +/* content: "\e91e";*/ +/*}*/ +/*.icon-heat:before {*/ +/* content: "\e91f";*/ +/*}*/ +/*.icon-circle-full:before {*/ +/* content: "\e91a";*/ +/*}*/ +/*.icon-circle:before {*/ +/* content: "\e91b";*/ +/*}*/ +/*.icon-square-full:before {*/ +/* content: "\e91c";*/ +/*}*/ +/*.icon-square:before {*/ +/* content: "\e91d";*/ +/*}*/ +/*.icon-left-arrow:before {*/ +/* content: "\e917";*/ +/*}*/ +/*.icon-right-arrow:before {*/ +/* content: "\e918";*/ +/*}*/ +/*.icon-up-arrow:before {*/ +/* content: "\e919";*/ +/*}*/ +/*.icon-down-arrow:before {*/ +/* content: "\e916";*/ +/*}*/ +/*.icon-close:before {*/ +/* content: "\e915";*/ +/*}*/ +/*.icon-home:before {*/ +/* content: "\e900";*/ +/*}*/ +/*.icon-light:before {*/ +/* content: "\e901";*/ +/*}*/ +/*.icon-link:before {*/ +/* content: "\e902";*/ +/*}*/ +/*.icon-music:before {*/ +/* content: "\e903";*/ +/*}*/ +/*.icon-next:before {*/ +/* content: "\e904";*/ +/*}*/ +/*.icon-pause:before {*/ +/* content: "\e905";*/ +/*}*/ +/*.icon-play:before {*/ +/* content: "\e906";*/ +/*}*/ +/*.icon-playlist:before {*/ +/* content: "\e907";*/ +/*}*/ +/*.icon-power-on:before {*/ +/* content: "\e908";*/ +/*}*/ +/*.icon-prev:before {*/ +/* content: "\e909";*/ +/*}*/ +/*.icon-radio:before {*/ +/* content: "\e90a";*/ +/*}*/ +/*.icon-remote:before {*/ +/* content: "\e90b";*/ +/*}*/ +/*.icon-search:before {*/ +/* content: "\e90c";*/ +/*}*/ +/*.icon-speaker:before {*/ +/* content: "\e90d";*/ +/*}*/ +/*.icon-speakers:before {*/ +/* content: "\e90e";*/ +/*}*/ +/*.icon-stairs:before {*/ +/* content: "\e90f";*/ +/*}*/ +/*.icon-tv:before {*/ +/* content: "\e910";*/ +/*}*/ +/*.icon-weather:before {*/ +/* content: "\e911";*/ +/*}*/ +/*.icon-climate:before {*/ +/* content: "\e913";*/ +/*}*/ +/*.icon-blind:before {*/ +/* content: "\e914";*/ +/*}*/ diff --git a/src/proxy.conf.json b/src/proxy.conf.json index 849e777..2b94fab 100644 --- a/src/proxy.conf.json +++ b/src/proxy.conf.json @@ -14,5 +14,9 @@ "/server/api": { "target": "http://127.0.0.1:8000", "secure": false + }, + "/resource": { + "target": "http://127.0.0.1:8000", + "secure": false } }