From 06584bd54e26e0de0d7eae07b88db961f604d0c3 Mon Sep 17 00:00:00 2001 From: "Neri J. Jakubowski Jr." <17169+nerijunior@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:27:50 -0300 Subject: [PATCH 01/11] FIX 1909 - Wrong gray colors (#1957) --- src/scss/utils/_colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/utils/_colors.scss b/src/scss/utils/_colors.scss index fa7867ab9..f0a08115f 100644 --- a/src/scss/utils/_colors.scss +++ b/src/scss/utils/_colors.scss @@ -35,6 +35,6 @@ } .text-#{"" + $color}-fg { - color: color-contrast($value) !important; + color: $value !important; } } From 4e66e548a31f043cff1faa5c6f784e3b2a87cdc5 Mon Sep 17 00:00:00 2001 From: Lachlan Jones Date: Thu, 21 Nov 2024 20:00:10 +0800 Subject: [PATCH 02/11] FIX: ensure border color works in dark mode (#1995) --- src/scss/_utilities.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/_utilities.scss b/src/scss/_utilities.scss index 698eb3dda..38dcc6b39 100644 --- a/src/scss/_utilities.scss +++ b/src/scss/_utilities.scss @@ -1,8 +1,8 @@ $border-values: ( null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) - $border-color-translucent, + var(--#{$prefix}border-color-translucent), wide: $border-width-wide var(--#{$prefix}border-style) - $border-color-translucent, + var(--#{$prefix}border-color-translucent), 0: 0, ); From 2b916dd090943e0a4e7af912ea6b99b5101d354b Mon Sep 17 00:00:00 2001 From: Patrick Laimbock Date: Thu, 21 Nov 2024 13:21:56 +0100 Subject: [PATCH 03/11] Fix wrong CDN url in webfont.mdx Adds fix from https://github.com/tabler/tabler/pull/1848 and https://github.com/tabler/tabler/pull/1891 to the 'dev' branch --- docs/icons/webfont.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/icons/webfont.mdx b/docs/icons/webfont.mdx index c8d2b5654..c8e4aff30 100644 --- a/docs/icons/webfont.mdx +++ b/docs/icons/webfont.mdx @@ -27,7 +27,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases). ### CDN ```html - + ``` ## Usage From 3d37a759ba1a1de03ecd4392ce350ca31db4d6fa Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 3 Dec 2024 18:51:01 +0100 Subject: [PATCH 04/11] dependencies update --- package.json | 22 +- pnpm-lock.yaml | 1517 +++++++++++++++++++++++------------------------- 2 files changed, 725 insertions(+), 814 deletions(-) diff --git a/package.json b/package.json index b63d30021..48519c7f9 100644 --- a/package.json +++ b/package.json @@ -131,15 +131,15 @@ ] }, "devDependencies": { - "@babel/core": "^7.25.2", - "@babel/preset-env": "^7.25.4", - "@changesets/cli": "^2.27.8", + "@babel/core": "^7.25.9", + "@babel/preset-env": "^7.25.9", + "@changesets/cli": "^2.27.10", "@rollup/plugin-commonjs": "^24.1.0", - "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-node-resolve": "^15.2.4", "@rollup/plugin-replace": "^5.0.7", - "@rollup/pluginutils": "^5.1.0", + "@rollup/pluginutils": "^5.1.3", "@rollup/stream": "^2.0.0", - "@shopify/prettier-plugin-liquid": "^1.5.0", + "@shopify/prettier-plugin-liquid": "^1.5.2", "all-contributors-cli": "^6.26.1", "apexcharts": "^3.53.0", "autoprefixer": "^10.4.20", @@ -148,10 +148,10 @@ "bundlewatch": "^0.3.3", "choices.js": "^10.2.0", "countup.js": "^2.8.0", - "cross-spawn": "^7.0.3", + "cross-spawn": "^7.0.6", "dropzone": "^6.0.0-beta.2", "flatpickr": "^4.6.13", - "fslightbox": "^3.4.1", + "fslightbox": "^3.4.2", "glob": "^10.4.5", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", @@ -171,14 +171,14 @@ "litepicker": "^2.0.12", "nouislider": "^15.8.1", "plyr": "^3.7.8", - "postcss": "^8.4.45", + "postcss": "^8.4.49", "prettier": "^2.8.8", "release-it": "^15.11.0", "request": "^2.88.2", - "rollup": "2.79.1", + "rollup": "2.79.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-cleanup": "^3.2.1", - "sass": "^1.77.8", + "sass": "^1.75.0", "star-rating.js": "^4.3.1", "tinymce": "^7.3.0", "tom-select": "^2.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c1623756..c1c846a00 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,32 +20,32 @@ dependencies: devDependencies: '@babel/core': - specifier: ^7.25.2 - version: 7.25.2 + specifier: ^7.25.9 + version: 7.25.9 '@babel/preset-env': - specifier: ^7.25.4 - version: 7.25.4(@babel/core@7.25.2) + specifier: ^7.25.9 + version: 7.25.9(@babel/core@7.25.9) '@changesets/cli': - specifier: ^2.27.8 - version: 2.27.8 + specifier: ^2.27.10 + version: 2.27.10 '@rollup/plugin-commonjs': specifier: ^24.1.0 - version: 24.1.0(rollup@2.79.1) + version: 24.1.0(rollup@2.79.2) '@rollup/plugin-node-resolve': - specifier: ^15.2.3 - version: 15.2.3(rollup@2.79.1) + specifier: ^15.2.4 + version: 15.2.4(rollup@2.79.2) '@rollup/plugin-replace': specifier: ^5.0.7 - version: 5.0.7(rollup@2.79.1) + version: 5.0.7(rollup@2.79.2) '@rollup/pluginutils': - specifier: ^5.1.0 - version: 5.1.0(rollup@2.79.1) + specifier: ^5.1.3 + version: 5.1.3(rollup@2.79.2) '@rollup/stream': specifier: ^2.0.0 - version: 2.0.0(rollup@2.79.1) + version: 2.0.0(rollup@2.79.2) '@shopify/prettier-plugin-liquid': - specifier: ^1.5.0 - version: 1.5.0(prettier@2.8.8) + specifier: ^1.5.2 + version: 1.5.2(prettier@2.8.8) all-contributors-cli: specifier: ^6.26.1 version: 6.26.1 @@ -54,7 +54,7 @@ devDependencies: version: 3.53.0 autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.45) + version: 10.4.20(postcss@8.4.49) autosize: specifier: ^6.0.1 version: 6.0.1 @@ -71,8 +71,8 @@ devDependencies: specifier: ^2.8.0 version: 2.8.0 cross-spawn: - specifier: ^7.0.3 - version: 7.0.3 + specifier: ^7.0.6 + version: 7.0.6 dropzone: specifier: ^6.0.0-beta.2 version: 6.0.0-beta.2 @@ -80,8 +80,8 @@ devDependencies: specifier: ^4.6.13 version: 4.6.13 fslightbox: - specifier: ^3.4.1 - version: 3.4.1 + specifier: ^3.4.2 + version: 3.4.2 glob: specifier: ^10.4.5 version: 10.4.5 @@ -102,7 +102,7 @@ devDependencies: version: 2.0.9 gulp-postcss: specifier: ^9.0.1 - version: 9.0.1(postcss@8.4.45) + version: 9.0.1(postcss@8.4.49) gulp-purgecss: specifier: ^5.0.0 version: 5.0.0 @@ -140,8 +140,8 @@ devDependencies: specifier: ^3.7.8 version: 3.7.8 postcss: - specifier: ^8.4.45 - version: 8.4.45 + specifier: ^8.4.49 + version: 8.4.49 prettier: specifier: ^2.8.8 version: 2.8.8 @@ -152,17 +152,17 @@ devDependencies: specifier: ^2.88.2 version: 2.88.2 rollup: - specifier: 2.79.1 - version: 2.79.1 + specifier: 2.79.2 + version: 2.79.2 rollup-plugin-babel: specifier: ^4.4.0 - version: 4.4.0(@babel/core@7.25.2)(rollup@2.79.1) + version: 4.4.0(@babel/core@7.25.9)(rollup@2.79.2) rollup-plugin-cleanup: specifier: ^3.2.1 - version: 3.2.1(rollup@2.79.1) + version: 3.2.1(rollup@2.79.2) sass: - specifier: ^1.77.8 - version: 1.77.8 + specifier: ^1.75.0 + version: 1.75.0 star-rating.js: specifier: ^4.3.1 version: 4.3.1 @@ -206,25 +206,34 @@ packages: picocolors: 1.1.0 dev: true - /@babel/compat-data@7.25.4: - resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} + /@babel/code-frame@7.26.2: + resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.25.9 + js-tokens: 4.0.0 + picocolors: 1.1.0 + dev: true + + /@babel/compat-data@7.26.2: + resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==} engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.25.2: - resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} + /@babel/core@7.25.9: + resolution: {integrity: sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.6 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) - '@babel/helpers': 7.25.6 - '@babel/parser': 7.25.6 - '@babel/template': 7.25.0 - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.2 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/helpers': 7.26.0 + '@babel/parser': 7.26.2 + '@babel/template': 7.25.9 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -234,14 +243,15 @@ packages: - supports-color dev: true - /@babel/generator@7.25.6: - resolution: {integrity: sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==} + /@babel/generator@7.26.2: + resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.25.6 + '@babel/parser': 7.26.2 + '@babel/types': 7.26.0 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - jsesc: 2.5.2 + jsesc: 3.0.2 dev: true /@babel/helper-annotate-as-pure@7.24.7: @@ -251,65 +261,84 @@ packages: '@babel/types': 7.25.6 dev: true - /@babel/helper-builder-binary-assignment-operator-visitor@7.24.7: - resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==} + /@babel/helper-annotate-as-pure@7.25.9: + resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/types': 7.26.0 + dev: true + + /@babel/helper-builder-binary-assignment-operator-visitor@7.25.9: + resolution: {integrity: sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-compilation-targets@7.25.2: - resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} + /@babel/helper-compilation-targets@7.25.9: + resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.25.4 - '@babel/helper-validator-option': 7.24.8 - browserslist: 4.23.3 + '@babel/compat-data': 7.26.2 + '@babel/helper-validator-option': 7.25.9 + browserslist: 4.24.2 lru-cache: 5.1.1 semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.2): - resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} + /@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-member-expression-to-functions': 7.24.8 - '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) - '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9) + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/traverse': 7.25.9 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.2): + /@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.9): resolution: {integrity: sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 + '@babel/core': 7.25.9 '@babel/helper-annotate-as-pure': 7.24.7 regexpu-core: 5.3.2 semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.2): + /@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.25.9 + '@babel/helper-annotate-as-pure': 7.25.9 + regexpu-core: 6.2.0 + semver: 6.3.1 + dev: true + + /@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.9): resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.2 @@ -317,12 +346,12 @@ packages: - supports-color dev: true - /@babel/helper-member-expression-to-functions@7.24.8: - resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==} + /@babel/helper-member-expression-to-functions@7.25.9: + resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color dev: true @@ -334,87 +363,86 @@ packages: '@babel/types': 7.25.6 dev: true - /@babel/helper-module-imports@7.24.7: - resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==} + /@babel/helper-module-imports@7.25.9: + resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2): - resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} + /@babel/helper-module-transforms@7.26.0(@babel/core@7.25.9): + resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-module-imports': 7.24.7 - '@babel/helper-simple-access': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-optimise-call-expression@7.24.7: - resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==} + /@babel/helper-optimise-call-expression@7.25.9: + resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.26.0 dev: true - /@babel/helper-plugin-utils@7.24.8: - resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==} + /@babel/helper-plugin-utils@7.25.9: + resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.25.2): - resolution: {integrity: sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==} + /@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-wrap-function': 7.25.0 - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-wrap-function': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-replace-supers@7.25.0(@babel/core@7.25.2): - resolution: {integrity: sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==} + /@babel/helper-replace-supers@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-member-expression-to-functions': 7.24.8 - '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access@7.24.7: - resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==} + /@babel/helper-simple-access@7.25.9: + resolution: {integrity: sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-skip-transparent-expression-wrappers@7.24.7: - resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} + /@babel/helper-skip-transparent-expression-wrappers@7.25.9: + resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color dev: true @@ -424,33 +452,43 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/helper-string-parser@7.25.9: + resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-validator-identifier@7.24.7: resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-option@7.24.8: - resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} + /@babel/helper-validator-identifier@7.25.9: + resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-wrap-function@7.25.0: - resolution: {integrity: sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==} + /@babel/helper-validator-option@7.25.9: + resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-wrap-function@7.25.9: + resolution: {integrity: sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.25.0 - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/template': 7.25.9 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers@7.25.6: - resolution: {integrity: sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==} + /@babel/helpers@7.26.0: + resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.25.0 - '@babel/types': 7.25.6 + '@babel/template': 7.25.9 + '@babel/types': 7.26.0 dev: true /@babel/highlight@7.24.7: @@ -463,927 +501,762 @@ packages: picocolors: 1.1.0 dev: true - /@babel/parser@7.25.6: - resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==} + /@babel/parser@7.26.2: + resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.26.0 dev: true - /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2): - resolution: {integrity: sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==} + /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.25.2): - resolution: {integrity: sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==} + /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.25.2): - resolution: {integrity: sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==} + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.25.9) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.25.2): - resolution: {integrity: sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==} + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.9): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 + '@babel/core': 7.25.9 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.2): - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2): - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2): - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + /@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.25.9): + resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2): - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.2): - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==} + /@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.25.9): + resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.2): - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.2): - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2): - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.2): - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.2): - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2): - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.2): - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.2): - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2): - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.2): - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - dev: true - - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.9): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==} + /@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.25.2): - resolution: {integrity: sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==} + /@babel/plugin-transform-async-generator-functions@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.25.9) + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==} + /@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-module-imports': 7.24.7 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.25.9) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==} + /@babel/plugin-transform-block-scoped-functions@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.25.2): - resolution: {integrity: sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==} + /@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2): - resolution: {integrity: sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==} + /@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==} + /@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.25.9): + resolution: {integrity: sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2): - resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} + /@babel/plugin-transform-classes@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9) + '@babel/traverse': 7.25.9 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==} + /@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/template': 7.25.0 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/template': 7.25.9 dev: true - /@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.25.2): - resolution: {integrity: sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==} + /@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==} + /@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==} + /@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.25.2): - resolution: {integrity: sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==} + /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==} + /@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==} + /@babel/plugin-transform-exponentiation-operator@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==} + /@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-for-of@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==} + /@babel/plugin-transform-for-of@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-function-name@7.25.1(@babel/core@7.25.2): - resolution: {integrity: sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==} + /@babel/plugin-transform-function-name@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==} + /@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-literals@7.25.2(@babel/core@7.25.2): - resolution: {integrity: sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==} + /@babel/plugin-transform-literals@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==} + /@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==} + /@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==} + /@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.25.2): - resolution: {integrity: sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==} + /@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-simple-access': 7.24.7 + '@babel/core': 7.25.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-simple-access': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.25.2): - resolution: {integrity: sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==} + /@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.6 + '@babel/core': 7.25.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==} + /@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==} + /@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-new-target@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==} + /@babel/plugin-transform-new-target@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==} + /@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==} + /@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==} + /@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.25.9) dev: true - /@babel/plugin-transform-object-super@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==} + /@babel/plugin-transform-object-super@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==} + /@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.25.2): - resolution: {integrity: sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==} + /@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==} + /@babel/plugin-transform-parameters@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2): - resolution: {integrity: sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==} + /@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==} + /@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==} + /@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==} + /@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 regenerator-transform: 0.15.2 dev: true - /@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==} + /@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==} + /@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-spread@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==} + /@babel/plugin-transform-spread@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==} + /@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==} + /@babel/plugin-transform-template-literals@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.25.2): - resolution: {integrity: sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==} + /@babel/plugin-transform-typeof-symbol@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==} + /@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==} + /@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.25.2): - resolution: {integrity: sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==} + /@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.25.2): - resolution: {integrity: sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==} + /@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/preset-env@7.25.4(@babel/core@7.25.2): - resolution: {integrity: sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==} + /@babel/preset-env@7.25.9(@babel/core@7.25.9): + resolution: {integrity: sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.25.4 - '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.3(@babel/core@7.25.2) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) - '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.25.2) - '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) - '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) - '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) - '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.25.2) - '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.25.2) - '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) - '@babel/plugin-transform-modules-systemjs': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) - '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-sets-regex': 7.25.4(@babel/core@7.25.2) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) - babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) + '@babel/compat-data': 7.26.2 + '@babel/core': 7.25.9 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-validator-option': 7.25.9 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.9) + '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.25.9) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.25.9) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.9) + '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-async-generator-functions': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-block-scoped-functions': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.25.9) + '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-exponentiation-operator': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-nullish-coalescing-operator': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-typeof-symbol': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.25.9) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.9) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.9) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.9) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.9) core-js-compat: 3.38.1 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.9): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 '@babel/types': 7.25.6 esutils: 2.0.3 dev: true @@ -1407,24 +1280,24 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@babel/template@7.25.0: - resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} + /@babel/template@7.25.9: + resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.6 - '@babel/types': 7.25.6 + '@babel/code-frame': 7.26.2 + '@babel/parser': 7.26.2 + '@babel/types': 7.26.0 dev: true - /@babel/traverse@7.25.6: - resolution: {integrity: sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==} + /@babel/traverse@7.25.9: + resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.6 - '@babel/parser': 7.25.6 - '@babel/template': 7.25.0 - '@babel/types': 7.25.6 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.2 + '@babel/parser': 7.26.2 + '@babel/template': 7.25.9 + '@babel/types': 7.26.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1440,12 +1313,20 @@ packages: to-fast-properties: 2.0.0 dev: true - /@changesets/apply-release-plan@7.0.5: - resolution: {integrity: sha512-1cWCk+ZshEkSVEZrm2fSj1Gz8sYvxgUL4Q78+1ZZqeqfuevPTPk033/yUZ3df8BKMohkqqHfzj0HOOrG0KtXTw==} + /@babel/types@7.26.0: + resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} + engines: {node: '>=6.9.0'} dependencies: - '@changesets/config': 3.0.3 + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + dev: true + + /@changesets/apply-release-plan@7.0.6: + resolution: {integrity: sha512-TKhVLtiwtQOgMAC0fCJfmv93faiViKSDqr8oMEqrnNs99gtSC1sZh/aEMS9a+dseU1ESZRCK+ofLgGY7o0fw/Q==} + dependencies: + '@changesets/config': 3.0.4 '@changesets/get-version-range-type': 0.4.0 - '@changesets/git': 3.0.1 + '@changesets/git': 3.0.2 '@changesets/should-skip-package': 0.1.1 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 @@ -1458,8 +1339,8 @@ packages: semver: 7.5.4 dev: true - /@changesets/assemble-release-plan@6.0.4: - resolution: {integrity: sha512-nqICnvmrwWj4w2x0fOhVj2QEGdlUuwVAwESrUo5HLzWMI1rE5SWfsr9ln+rDqWB6RQ2ZyaMZHUcU7/IRaUJS+Q==} + /@changesets/assemble-release-plan@6.0.5: + resolution: {integrity: sha512-IgvBWLNKZd6k4t72MBTBK3nkygi0j3t3zdC1zrfusYo0KpdsvnDjrMM9vPnTCLCMlfNs55jRL4gIMybxa64FCQ==} dependencies: '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.2 @@ -1475,44 +1356,42 @@ packages: '@changesets/types': 6.0.0 dev: true - /@changesets/cli@2.27.8: - resolution: {integrity: sha512-gZNyh+LdSsI82wBSHLQ3QN5J30P4uHKJ4fXgoGwQxfXwYFTJzDdvIJasZn8rYQtmKhyQuiBj4SSnLuKlxKWq4w==} + /@changesets/cli@2.27.10: + resolution: {integrity: sha512-PfeXjvs9OfQJV8QSFFHjwHX3QnUL9elPEQ47SgkiwzLgtKGyuikWjrdM+lO9MXzOE22FO9jEGkcs4b+B6D6X0Q==} hasBin: true dependencies: - '@changesets/apply-release-plan': 7.0.5 - '@changesets/assemble-release-plan': 6.0.4 + '@changesets/apply-release-plan': 7.0.6 + '@changesets/assemble-release-plan': 6.0.5 '@changesets/changelog-git': 0.2.0 - '@changesets/config': 3.0.3 + '@changesets/config': 3.0.4 '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.2 - '@changesets/get-release-plan': 4.0.4 - '@changesets/git': 3.0.1 + '@changesets/get-release-plan': 4.0.5 + '@changesets/git': 3.0.2 '@changesets/logger': 0.1.1 '@changesets/pre': 2.0.1 - '@changesets/read': 0.6.1 + '@changesets/read': 0.6.2 '@changesets/should-skip-package': 0.1.1 '@changesets/types': 6.0.0 '@changesets/write': 0.3.2 '@manypkg/get-packages': 1.1.3 - '@types/semver': 7.5.0 ansi-colors: 4.1.3 ci-info: 3.8.0 enquirer: 2.3.6 external-editor: 3.1.0 fs-extra: 7.0.1 mri: 1.2.0 - outdent: 0.5.0 p-limit: 2.3.0 package-manager-detector: 0.2.0 picocolors: 1.1.0 resolve-from: 5.0.0 semver: 7.5.4 - spawndamnit: 2.0.0 + spawndamnit: 3.0.1 term-size: 2.2.1 dev: true - /@changesets/config@3.0.3: - resolution: {integrity: sha512-vqgQZMyIcuIpw9nqFIpTSNyc/wgm/Lu1zKN5vECy74u95Qx/Wa9g27HdgO4NkVAaq+BGA8wUc/qvbvVNs93n6A==} + /@changesets/config@3.0.4: + resolution: {integrity: sha512-+DiIwtEBpvvv1z30f8bbOsUQGuccnZl9KRKMM/LxUHuDu5oEjmN+bJQ1RIBKNJjfYMQn8RZzoPiX0UgPaLQyXw==} dependencies: '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.2 @@ -1520,7 +1399,7 @@ packages: '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 - micromatch: 4.0.5 + micromatch: 4.0.8 dev: true /@changesets/errors@0.2.0: @@ -1538,13 +1417,13 @@ packages: semver: 7.5.4 dev: true - /@changesets/get-release-plan@4.0.4: - resolution: {integrity: sha512-SicG/S67JmPTrdcc9Vpu0wSQt7IiuN0dc8iR5VScnnTVPfIaLvKmEGRvIaF0kcn8u5ZqLbormZNTO77bCEvyWw==} + /@changesets/get-release-plan@4.0.5: + resolution: {integrity: sha512-E6wW7JoSMcctdVakut0UB76FrrN3KIeJSXvB+DHMFo99CnC3ZVnNYDCVNClMlqAhYGmLmAj77QfApaI3ca4Fkw==} dependencies: - '@changesets/assemble-release-plan': 6.0.4 - '@changesets/config': 3.0.3 + '@changesets/assemble-release-plan': 6.0.5 + '@changesets/config': 3.0.4 '@changesets/pre': 2.0.1 - '@changesets/read': 0.6.1 + '@changesets/read': 0.6.2 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 dev: true @@ -1553,14 +1432,14 @@ packages: resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==} dev: true - /@changesets/git@3.0.1: - resolution: {integrity: sha512-pdgHcYBLCPcLd82aRcuO0kxCDbw/yISlOtkmwmE8Odo1L6hSiZrBOsRl84eYG7DRCab/iHnOkWqExqc4wxk2LQ==} + /@changesets/git@3.0.2: + resolution: {integrity: sha512-r1/Kju9Y8OxRRdvna+nxpQIsMsRQn9dhhAZt94FLDeu0Hij2hnOozW8iqnHBgvu+KdnJppCveQwK4odwfw/aWQ==} dependencies: '@changesets/errors': 0.2.0 '@manypkg/get-packages': 1.1.3 is-subdir: 1.2.0 - micromatch: 4.0.5 - spawndamnit: 2.0.0 + micromatch: 4.0.8 + spawndamnit: 3.0.1 dev: true /@changesets/logger@0.1.1: @@ -1585,10 +1464,10 @@ packages: fs-extra: 7.0.1 dev: true - /@changesets/read@0.6.1: - resolution: {integrity: sha512-jYMbyXQk3nwP25nRzQQGa1nKLY0KfoOV7VLgwucI0bUO8t8ZLCr6LZmgjXsiKuRDc+5A6doKPr9w2d+FEJ55zQ==} + /@changesets/read@0.6.2: + resolution: {integrity: sha512-wjfQpJvryY3zD61p8jR87mJdyx2FIhEcdXhKUqkja87toMrP/3jtg/Yg29upN+N4Ckf525/uvV7a4tzBlpk6gg==} dependencies: - '@changesets/git': 3.0.1 + '@changesets/git': 3.0.2 '@changesets/logger': 0.1.1 '@changesets/parse': 0.4.0 '@changesets/types': 6.0.0 @@ -1643,7 +1522,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.25 dev: true /@jridgewell/gen-mapping@0.3.5: @@ -1907,7 +1786,7 @@ packages: resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} dev: false - /@rollup/plugin-commonjs@24.1.0(rollup@2.79.1): + /@rollup/plugin-commonjs@24.1.0(rollup@2.79.2): resolution: {integrity: sha512-eSL45hjhCWI0jCCXcNtLVqM5N1JlBGvlFfY0m6oOYnLCJ6N0qEXoZql4sY2MOUArzhH4SA/qBpTxvvZp2Sc+DQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1916,17 +1795,17 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@2.79.1) + '@rollup/pluginutils': 5.1.3(rollup@2.79.2) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 magic-string: 0.27.0 - rollup: 2.79.1 + rollup: 2.79.2 dev: true - /@rollup/plugin-node-resolve@15.2.3(rollup@2.79.1): - resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} + /@rollup/plugin-node-resolve@15.2.4(rollup@2.79.2): + resolution: {integrity: sha512-wnKAGisav1m2vgVK2/2mNowK5DCqff7kpz76cY1pECVE0qRQTCAIcWP5xmdGDi8X8K9SYeeC98i6cD3fk6qkDg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.78.0||^3.0.0||^4.0.0 @@ -1934,16 +1813,15 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@2.79.1) + '@rollup/pluginutils': 5.1.3(rollup@2.79.2) '@types/resolve': 1.20.2 deepmerge: 4.3.1 - is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.2 - rollup: 2.79.1 + rollup: 2.79.2 dev: true - /@rollup/plugin-replace@5.0.7(rollup@2.79.1): + /@rollup/plugin-replace@5.0.7(rollup@2.79.2): resolution: {integrity: sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1952,13 +1830,13 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@2.79.1) + '@rollup/pluginutils': 5.1.3(rollup@2.79.2) magic-string: 0.30.5 - rollup: 2.79.1 + rollup: 2.79.2 dev: true - /@rollup/pluginutils@5.1.0(rollup@2.79.1): - resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} + /@rollup/pluginutils@5.1.3(rollup@2.79.2): + resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -1968,32 +1846,32 @@ packages: dependencies: '@types/estree': 1.0.1 estree-walker: 2.0.2 - picomatch: 2.3.1 - rollup: 2.79.1 + picomatch: 4.0.2 + rollup: 2.79.2 dev: true - /@rollup/stream@2.0.0(rollup@2.79.1): + /@rollup/stream@2.0.0(rollup@2.79.2): resolution: {integrity: sha512-HsCyY/phZMys1zFUYoYlnDJGG9zMmYFfEjDKNQa00CYgjeyGD4cLdO6KNIkBh61AWOZfOsTPuGtNmFCsjQOfFg==} engines: {node: '>= 10.20.1'} peerDependencies: rollup: ^2.35.1 dependencies: - rollup: 2.79.1 + rollup: 2.79.2 dev: true - /@shopify/liquid-html-parser@2.0.3: - resolution: {integrity: sha512-aIkZ5TJWG7/ztd1sZm5XNpBNTG3B+Q0gv3WN/QahmNQzm2wmKYSHiRLOA8JALAnOGTmH0uqOJ7jzdqoATcZSxw==} + /@shopify/liquid-html-parser@2.1.1: + resolution: {integrity: sha512-5shGZTB7tK28MzawqBb82n6fbn+77U6al5UrOcUruBUj3GNqHJWjzZVPtXq4fQHrFpXFu6l11x+z+ggdUHT0Ng==} dependencies: line-column: 1.0.2 ohm-js: 16.6.0 dev: true - /@shopify/prettier-plugin-liquid@1.5.0(prettier@2.8.8): - resolution: {integrity: sha512-CuWjUnBCvq/RTmubEa5RfwW2oP2gYfTXaJ39t4apAYm//1v5Ftvv1bbhEnoEZwCjPshaAJLhSzP9dvCel4cebw==} + /@shopify/prettier-plugin-liquid@1.5.2(prettier@2.8.8): + resolution: {integrity: sha512-KjTuNFxyyVZQYAX9+TqKq3NuQhg9Or7PLbot8Q1y18fIjN3rjf6z6Cw3nzn845cW7GSdWW7awyvzaWXMw+sPqQ==} peerDependencies: prettier: ^2.0.0 || ^3.0.0 dependencies: - '@shopify/liquid-html-parser': 2.0.3 + '@shopify/liquid-html-parser': 2.1.1 html-styles: 1.0.0 prettier: 2.8.8 dev: true @@ -2056,10 +1934,6 @@ packages: resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} dev: true - /@types/semver@7.5.0: - resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} - dev: true - /@yr/monotone-cubic-spline@1.0.3: resolution: {integrity: sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==} dev: true @@ -2441,7 +2315,7 @@ packages: hasBin: true dev: true - /autoprefixer@10.4.20(postcss@8.4.45): + /autoprefixer@10.4.20(postcss@8.4.49): resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -2453,7 +2327,7 @@ packages: fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.0 - postcss: 8.4.45 + postcss: 8.4.49 postcss-value-parser: 4.2.0 dev: true @@ -2490,38 +2364,38 @@ packages: - debug dev: true - /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2): + /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.9): resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.25.4 - '@babel/core': 7.25.2 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) + '@babel/compat-data': 7.26.2 + '@babel/core': 7.25.9 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.2): + /babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.9): resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9) core-js-compat: 3.38.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.2): + /babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.9): resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.25.2 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) + '@babel/core': 7.25.9 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9) transitivePeerDependencies: - supports-color dev: true @@ -2703,7 +2577,14 @@ packages: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} dependencies: - fill-range: 7.0.1 + fill-range: 7.1.1 + dev: true + + /braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + dependencies: + fill-range: 7.1.1 dev: true /browser-sync-client@2.29.3: @@ -2783,6 +2664,17 @@ packages: update-browserslist-db: 1.1.0(browserslist@4.23.3) dev: true + /browserslist@4.24.2: + resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001686 + electron-to-chromium: 1.5.68 + node-releases: 2.0.18 + update-browserslist-db: 1.1.1(browserslist@4.24.2) + dev: true + /bs-recipes@1.3.4: resolution: {integrity: sha512-BXvDkqhDNxXEjeGM8LFkSbR+jzmP/CYpCiVKYn+soB1dDldeU15EBNDkwVXndKuX35wnNUaPd0qSoQEAkmQtMw==} dev: true @@ -2810,11 +2702,6 @@ packages: ieee754: 1.2.1 dev: true - /builtin-modules@3.3.0: - resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} - engines: {node: '>=6'} - dev: true - /bundle-name@3.0.0: resolution: {integrity: sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==} engines: {node: '>=12'} @@ -2910,6 +2797,10 @@ packages: resolution: {integrity: sha512-N2YVqWbJELVdrnsW5p+apoQyYt51aBMSsBZki1XZEfeBCexcM/sf4xiAHcXQBkuOwJBXtWF7aW1sYX6tKebPHw==} dev: true + /caniuse-lite@1.0.30001686: + resolution: {integrity: sha512-Y7deg0Aergpa24M3qLC5xjNklnKnhsmSyR/V89dLZ1n0ucJIFNs7PgR2Yfa/Zf6W79SbBicgtGxZr2juHkEUIA==} + dev: true + /caseless@0.12.0: resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} dev: true @@ -2974,7 +2865,7 @@ packages: engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.3 - braces: 3.0.2 + braces: 3.0.3 glob-parent: 5.1.2 is-binary-path: 2.1.0 is-glob: 4.0.3 @@ -3312,16 +3203,8 @@ packages: resolution: {integrity: sha512-f7xEhX0awl4NOElHulrl4XRfKoNH3rB+qfNSZZyjSZhaAoUk6elvhH+MNxMmlmuUJ2/QNTWPSA7U4mNtIAKljQ==} dev: true - /cross-spawn@5.1.0: - resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} - dependencies: - lru-cache: 4.1.5 - shebang-command: 1.2.0 - which: 1.3.1 - dev: true - - /cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + /cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} dependencies: path-key: 3.1.1 @@ -3643,6 +3526,10 @@ packages: resolution: {integrity: sha512-1OfuVACu+zKlmjsNdcJuVQuVE61sZOLbNM4JAQ1Rvh6EOj0/EUKhMJjRH73InPlXSh8HIJk1cVZ8pyOV/FMdUQ==} dev: true + /electron-to-chromium@1.5.68: + resolution: {integrity: sha512-FgMdJlma0OzUYlbrtZ4AeXjKxKPk6KT8WOP8BjcqxWtlg8qyJQjRzPJzUtUn5GBg1oQ26hFs7HOOHJMYiJRnvQ==} + dev: true + /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: true @@ -3903,7 +3790,7 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 get-stream: 6.0.1 human-signals: 2.1.0 is-stream: 2.0.1 @@ -3918,7 +3805,7 @@ packages: resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==} engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 get-stream: 6.0.1 human-signals: 4.3.1 is-stream: 3.0.0 @@ -4103,8 +3990,8 @@ packages: to-regex-range: 2.1.1 dev: true - /fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + /fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 @@ -4234,7 +4121,7 @@ packages: resolution: {integrity: sha512-CrWQNaEl1/6WeZoarcM9LHupTo3RpZO2Pdk1vktwzPiQTsJnAKJmm3TACKeG5UZbWDfaH2AbvYxzP96y0MT7fA==} engines: {node: '>=14'} dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 signal-exit: 4.1.0 dev: true @@ -4321,7 +4208,7 @@ packages: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 + deprecated: Upgrade to fsevents v2 to mitigate potential security issues requiresBuild: true dependencies: bindings: 1.5.0 @@ -4337,8 +4224,8 @@ packages: dev: true optional: true - /fslightbox@3.4.1: - resolution: {integrity: sha512-/YkPP9jCnZMIlPuJPUo10JTCOCntU0vHeIKe0cB5ruR0ss2QCLhzxY5h24grZ2gUsF//0NXik7iGMU05RV/jcg==} + /fslightbox@3.4.2: + resolution: {integrity: sha512-vrPUNgFBioRPzc54BHnryR5yML1vlJYaEP/y1hpYFl/EKXsv76WhEB83iDr6Fr1hUvUBTnfW8ggyKIdARw9xZw==} dev: true /function-bind@1.1.1: @@ -4692,7 +4579,7 @@ packages: through2: 2.0.5 dev: true - /gulp-postcss@9.0.1(postcss@8.4.45): + /gulp-postcss@9.0.1(postcss@8.4.49): resolution: {integrity: sha512-9QUHam5JyXwGUxaaMvoFQVT44tohpEFpM8xBdPfdwTYGM0AItS1iTQz0MpsF8Jroh7GF5Jt2GVPaYgvy8qD2Fw==} engines: {node: ^10 || ^12 || >=14} peerDependencies: @@ -4700,8 +4587,8 @@ packages: dependencies: fancy-log: 1.3.3 plugin-error: 1.0.1 - postcss: 8.4.45 - postcss-load-config: 3.1.4(postcss@8.4.45) + postcss: 8.4.49 + postcss-load-config: 3.1.4(postcss@8.4.49) vinyl-sourcemaps-apply: 0.2.1 transitivePeerDependencies: - ts-node @@ -5207,13 +5094,6 @@ packages: resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} dev: true - /is-builtin-module@3.2.1: - resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} - engines: {node: '>=6'} - dependencies: - builtin-modules: 3.3.0 - dev: true - /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} @@ -5670,9 +5550,9 @@ packages: hasBin: true dev: true - /jsesc@2.5.2: - resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} - engines: {node: '>=4'} + /jsesc@3.0.2: + resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} + engines: {node: '>=6'} hasBin: true dev: true @@ -6008,13 +5888,6 @@ packages: engines: {node: 14 || >=16.14} dev: true - /lru-cache@4.1.5: - resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} - dependencies: - pseudomap: 1.0.2 - yallist: 2.1.2 - dev: true - /lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: @@ -6131,6 +6004,14 @@ packages: picomatch: 2.3.1 dev: true + /micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + dev: true + /mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -6835,11 +6716,20 @@ packages: resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} dev: true + /picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + dev: true + /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} dev: true + /picomatch@4.0.2: + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + engines: {node: '>=12'} + dev: true + /pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} @@ -6925,7 +6815,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /postcss-load-config@3.1.4(postcss@8.4.45): + /postcss-load-config@3.1.4(postcss@8.4.49): resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -6938,7 +6828,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.45 + postcss: 8.4.49 yaml: 1.10.2 dev: true @@ -6954,13 +6844,13 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss@8.4.45: - resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} + /postcss@8.4.49: + resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.7 - picocolors: 1.1.0 - source-map-js: 1.2.0 + picocolors: 1.1.1 + source-map-js: 1.2.1 dev: true /prelude-ls@1.1.2: @@ -7028,10 +6918,6 @@ packages: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} dev: true - /pseudomap@1.0.2: - resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} - dev: true - /psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: true @@ -7069,7 +6955,7 @@ packages: dependencies: commander: 9.5.0 glob: 8.1.0 - postcss: 8.4.45 + postcss: 8.4.49 postcss-selector-parser: 6.0.13 dev: true @@ -7221,6 +7107,13 @@ packages: regenerate: 1.4.2 dev: true + /regenerate-unicode-properties@10.2.0: + resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==} + engines: {node: '>=4'} + dependencies: + regenerate: 1.4.2 + dev: true + /regenerate@1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: true @@ -7268,6 +7161,18 @@ packages: unicode-match-property-value-ecmascript: 2.1.0 dev: true + /regexpu-core@6.2.0: + resolution: {integrity: sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==} + engines: {node: '>=4'} + dependencies: + regenerate: 1.4.2 + regenerate-unicode-properties: 10.2.0 + regjsgen: 0.8.0 + regjsparser: 0.12.0 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 + dev: true + /registry-auth-token@5.0.2: resolution: {integrity: sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==} engines: {node: '>=14'} @@ -7282,6 +7187,17 @@ packages: rc: 1.2.8 dev: true + /regjsgen@0.8.0: + resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==} + dev: true + + /regjsparser@0.12.0: + resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==} + hasBin: true + dependencies: + jsesc: 3.0.2 + dev: true + /regjsparser@0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true @@ -7518,27 +7434,27 @@ packages: glob: 7.2.3 dev: true - /rollup-plugin-babel@4.4.0(@babel/core@7.25.2)(rollup@2.79.1): + /rollup-plugin-babel@4.4.0(@babel/core@7.25.9)(rollup@2.79.2): resolution: {integrity: sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. peerDependencies: '@babel/core': 7 || ^7.0.0-rc.2 rollup: '>=0.60.0 <3' dependencies: - '@babel/core': 7.25.2 + '@babel/core': 7.25.9 '@babel/helper-module-imports': 7.21.4 - rollup: 2.79.1 + rollup: 2.79.2 rollup-pluginutils: 2.8.2 dev: true - /rollup-plugin-cleanup@3.2.1(rollup@2.79.1): + /rollup-plugin-cleanup@3.2.1(rollup@2.79.2): resolution: {integrity: sha512-zuv8EhoO3TpnrU8MX8W7YxSbO4gmOR0ny06Lm3nkFfq0IVKdBUtHwhVzY1OAJyNCIAdLiyPnOrU0KnO0Fri1GQ==} engines: {node: ^10.14.2 || >=12.0.0} peerDependencies: rollup: '>=2.0' dependencies: js-cleanup: 1.2.0 - rollup: 2.79.1 + rollup: 2.79.2 rollup-pluginutils: 2.8.2 dev: true @@ -7548,8 +7464,8 @@ packages: estree-walker: 0.6.1 dev: true - /rollup@2.79.1: - resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} + /rollup@2.79.2: + resolution: {integrity: sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -7562,7 +7478,7 @@ packages: dependencies: find-up: 5.0.0 picocolors: 1.0.0 - postcss: 8.4.45 + postcss: 8.4.49 strip-json-comments: 3.1.1 dev: true @@ -7632,14 +7548,14 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass@1.77.8: - resolution: {integrity: sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==} + /sass@1.75.0: + resolution: {integrity: sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==} engines: {node: '>=14.0.0'} hasBin: true dependencies: chokidar: 3.5.3 immutable: 4.3.0 - source-map-js: 1.2.0 + source-map-js: 1.2.1 dev: true /semver-diff@4.0.0: @@ -7756,13 +7672,6 @@ packages: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} dev: true - /shebang-command@1.2.0: - resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} - engines: {node: '>=0.10.0'} - dependencies: - shebang-regex: 1.0.0 - dev: true - /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} @@ -7770,11 +7679,6 @@ packages: shebang-regex: 3.0.0 dev: true - /shebang-regex@1.0.0: - resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} - engines: {node: '>=0.10.0'} - dev: true - /shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} @@ -7927,8 +7831,8 @@ packages: smart-buffer: 4.2.0 dev: true - /source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + /source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} dev: true @@ -7975,11 +7879,11 @@ packages: engines: {node: '>= 0.10'} dev: true - /spawndamnit@2.0.0: - resolution: {integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==} + /spawndamnit@3.0.1: + resolution: {integrity: sha512-MmnduQUuHCoFckZoWnXsTg7JaiLBJrKFj9UI2MbRPGaJeVpsLcVBu6P/IGZovziM/YBsellCmsprgNA+w0CzVg==} dependencies: - cross-spawn: 5.1.0 - signal-exit: 3.0.7 + cross-spawn: 7.0.6 + signal-exit: 4.1.0 dev: true /spdx-correct@3.2.0: @@ -8660,6 +8564,17 @@ packages: picocolors: 1.1.0 dev: true + /update-browserslist-db@1.1.1(browserslist@4.24.2): + resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.24.2 + escalade: 3.2.0 + picocolors: 1.1.0 + dev: true + /update-notifier@6.0.2: resolution: {integrity: sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==} engines: {node: '>=14.16'} @@ -9010,10 +8925,6 @@ packages: engines: {node: '>=10'} dev: true - /yallist@2.1.2: - resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} - dev: true - /yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} dev: true From 65c13001ceb10b40d8998ebe09859db827d8e483 Mon Sep 17 00:00:00 2001 From: Sameer Poswal <106386145+poswalsameer@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:25:13 +0530 Subject: [PATCH 05/11] Fix the z-index value of the nav-tab inside card-tab #1933 (#1953) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/slimy-queens-pull.md | 5 +++++ src/scss/_variables.scss | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .changeset/slimy-queens-pull.md diff --git a/.changeset/slimy-queens-pull.md b/.changeset/slimy-queens-pull.md new file mode 100644 index 000000000..c4295e2ea --- /dev/null +++ b/.changeset/slimy-queens-pull.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Fix the `z-index` value of the `nav-tab` inside `card-tab` #1933 diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 4af88b77d..d79cad370 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -605,6 +605,8 @@ $card-header-tabs-bg: var(--#{$prefix}bg-surface-tertiary) !default; $cards-grid-gap: var(--#{$prefix}page-padding) !default; $cards-grid-breakpoint: lg !default; +$zindex-dropdown: 1; + // Carousel $carousel-control-color: $white !default; $carousel-control-icon-width: 1.5rem !default; From 95ec955678da6fa190cd9a465748279250031920 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 3 Dec 2024 19:00:55 +0100 Subject: [PATCH 06/11] dependencies update --- package.json | 20 +- pnpm-lock.yaml | 664 +++++++++++++++++++++++-------------------------- 2 files changed, 323 insertions(+), 361 deletions(-) diff --git a/package.json b/package.json index 48519c7f9..c48e2720b 100644 --- a/package.json +++ b/package.json @@ -131,21 +131,21 @@ ] }, "devDependencies": { - "@babel/core": "^7.25.9", - "@babel/preset-env": "^7.25.9", + "@babel/core": "^7.26.0", + "@babel/preset-env": "^7.26.0", "@changesets/cli": "^2.27.10", "@rollup/plugin-commonjs": "^24.1.0", - "@rollup/plugin-node-resolve": "^15.2.4", + "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-replace": "^5.0.7", "@rollup/pluginutils": "^5.1.3", "@rollup/stream": "^2.0.0", - "@shopify/prettier-plugin-liquid": "^1.5.2", + "@shopify/prettier-plugin-liquid": "^1.6.1", "all-contributors-cli": "^6.26.1", - "apexcharts": "^3.53.0", + "apexcharts": "^3.54.1", "autoprefixer": "^10.4.20", "autosize": "^6.0.1", "browser-sync": "^2.29.3", - "bundlewatch": "^0.3.3", + "bundlewatch": "^0.4.0", "choices.js": "^10.2.0", "countup.js": "^2.8.0", "cross-spawn": "^7.0.6", @@ -178,13 +178,13 @@ "rollup": "2.79.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-cleanup": "^3.2.1", - "sass": "^1.75.0", + "sass": "1.71.0", "star-rating.js": "^4.3.1", - "tinymce": "^7.3.0", - "tom-select": "^2.3.1", + "tinymce": "^7.5.1", + "tom-select": "^2.4.1", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", - "yaml": "^2.5.1", + "yaml": "^2.6.1", "yargs": "^17.7.2", "zod": "^3.23.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c1c846a00..b1c3e3619 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,18 +13,18 @@ dependencies: version: 2.11.8 '@tabler/icons': specifier: ^3.17.0 - version: 3.17.0 + version: 3.24.0 bootstrap: specifier: 5.3.3 version: 5.3.3(@popperjs/core@2.11.8) devDependencies: '@babel/core': - specifier: ^7.25.9 - version: 7.25.9 + specifier: ^7.26.0 + version: 7.26.0 '@babel/preset-env': - specifier: ^7.25.9 - version: 7.25.9(@babel/core@7.25.9) + specifier: ^7.26.0 + version: 7.26.0(@babel/core@7.26.0) '@changesets/cli': specifier: ^2.27.10 version: 2.27.10 @@ -32,8 +32,8 @@ devDependencies: specifier: ^24.1.0 version: 24.1.0(rollup@2.79.2) '@rollup/plugin-node-resolve': - specifier: ^15.2.4 - version: 15.2.4(rollup@2.79.2) + specifier: ^15.3.0 + version: 15.3.0(rollup@2.79.2) '@rollup/plugin-replace': specifier: ^5.0.7 version: 5.0.7(rollup@2.79.2) @@ -44,14 +44,14 @@ devDependencies: specifier: ^2.0.0 version: 2.0.0(rollup@2.79.2) '@shopify/prettier-plugin-liquid': - specifier: ^1.5.2 - version: 1.5.2(prettier@2.8.8) + specifier: ^1.6.1 + version: 1.6.1(prettier@2.8.8) all-contributors-cli: specifier: ^6.26.1 version: 6.26.1 apexcharts: - specifier: ^3.53.0 - version: 3.53.0 + specifier: ^3.54.1 + version: 3.54.1 autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.49) @@ -62,8 +62,8 @@ devDependencies: specifier: ^2.29.3 version: 2.29.3 bundlewatch: - specifier: ^0.3.3 - version: 0.3.3 + specifier: ^0.4.0 + version: 0.4.0 choices.js: specifier: ^10.2.0 version: 10.2.0 @@ -156,22 +156,22 @@ devDependencies: version: 2.79.2 rollup-plugin-babel: specifier: ^4.4.0 - version: 4.4.0(@babel/core@7.25.9)(rollup@2.79.2) + version: 4.4.0(@babel/core@7.26.0)(rollup@2.79.2) rollup-plugin-cleanup: specifier: ^3.2.1 version: 3.2.1(rollup@2.79.2) sass: - specifier: ^1.75.0 - version: 1.75.0 + specifier: 1.71.0 + version: 1.71.0 star-rating.js: specifier: ^4.3.1 version: 4.3.1 tinymce: - specifier: ^7.3.0 - version: 7.3.0 + specifier: ^7.5.1 + version: 7.5.1 tom-select: - specifier: ^2.3.1 - version: 2.3.1 + specifier: ^2.4.1 + version: 2.4.1 vinyl-buffer: specifier: ^1.0.1 version: 1.0.1 @@ -179,8 +179,8 @@ devDependencies: specifier: ^2.0.0 version: 2.0.0 yaml: - specifier: ^2.5.1 - version: 2.5.1 + specifier: ^2.6.1 + version: 2.6.1 yargs: specifier: ^17.7.2 version: 17.7.2 @@ -212,7 +212,7 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.25.9 js-tokens: 4.0.0 - picocolors: 1.1.0 + picocolors: 1.1.1 dev: true /@babel/compat-data@7.26.2: @@ -220,15 +220,15 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.25.9: - resolution: {integrity: sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==} + /@babel/core@7.26.0: + resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.26.2 '@babel/generator': 7.26.2 '@babel/helper-compilation-targets': 7.25.9 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helpers': 7.26.0 '@babel/parser': 7.26.2 '@babel/template': 7.25.9 @@ -254,13 +254,6 @@ packages: jsesc: 3.0.2 dev: true - /@babel/helper-annotate-as-pure@7.24.7: - resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.25.6 - dev: true - /@babel/helper-annotate-as-pure@7.25.9: resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} @@ -289,17 +282,17 @@ packages: semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.25.9): + /@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9) + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 '@babel/traverse': 7.25.9 semver: 6.3.1 @@ -307,36 +300,24 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.9): - resolution: {integrity: sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.25.9 - '@babel/helper-annotate-as-pure': 7.24.7 - regexpu-core: 5.3.2 - semver: 6.3.1 - dev: true - - /@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.25.9): + /@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 regexpu-core: 6.2.0 semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.9): + /@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.26.0): resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 debug: 4.3.4 @@ -373,13 +354,13 @@ packages: - supports-color dev: true - /@babel/helper-module-transforms@7.26.0(@babel/core@7.25.9): + /@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0): resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 '@babel/traverse': 7.25.9 @@ -399,13 +380,13 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.25.9): + /@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-wrap-function': 7.25.9 '@babel/traverse': 7.25.9 @@ -413,13 +394,13 @@ packages: - supports-color dev: true - /@babel/helper-replace-supers@7.25.9(@babel/core@7.25.9): + /@babel/helper-replace-supers@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 '@babel/traverse': 7.25.9 @@ -509,313 +490,313 @@ packages: '@babel/types': 7.26.0 dev: true - /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.25.9): + /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.25.9): + /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.25.9): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.25.9): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.25.9): + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.9): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.0): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 dev: true - /@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.25.9): + /@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.0): resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.25.9): + /@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.0): resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.9): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.0): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-async-generator-functions@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-async-generator-functions@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.25.9) + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.0) '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.25.9) + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-block-scoped-functions@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.25.9): + /@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.26.0): resolution: {integrity: sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-classes@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9) + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) '@babel/traverse': 7.25.9 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/template': 7.25.9 dev: true - /@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-exponentiation-operator@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-exponentiation-operator@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-for-of@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-for-of@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-function-name@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-function-name@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 '@babel/traverse': 7.25.9 @@ -823,81 +804,81 @@ packages: - supports-color dev: true - /@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-literals@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-simple-access': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 '@babel/traverse': 7.25.9 @@ -905,366 +886,374 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-new-target@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.25.9) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0) dev: true - /@babel/plugin-transform-object-super@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9) + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-parameters@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 regenerator-transform: 0.15.2 dev: true - /@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.0): + resolution: {integrity: sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-plugin-utils': 7.25.9 + dev: true + + /@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-spread@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-spread@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-template-literals@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-template-literals@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-typeof-symbol@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-typeof-symbol@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.25.9): + /@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.0): resolution: {integrity: sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 dev: true - /@babel/preset-env@7.25.9(@babel/core@7.25.9): - resolution: {integrity: sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==} + /@babel/preset-env@7.26.0(@babel/core@7.26.0): + resolution: {integrity: sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.26.2 - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.9) - '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.25.9) - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.25.9) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.9) - '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-async-generator-functions': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-block-scoped-functions': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.25.9) - '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-exponentiation-operator': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-nullish-coalescing-operator': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-typeof-symbol': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.25.9) - '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.25.9) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.9) - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.9) - babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.9) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.9) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.0) + '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.0) + '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-async-generator-functions': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-block-scoped-functions': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-exponentiation-operator': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-regexp-modifiers': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-typeof-symbol': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.26.0) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.0) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.26.0) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.0) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.26.0) core-js-compat: 3.38.1 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.9): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.0): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/types': 7.25.6 + '@babel/types': 7.26.0 esutils: 2.0.3 dev: true - /@babel/regjsgen@0.8.0: - resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - dev: true - /@babel/runtime-corejs3@7.24.5: resolution: {integrity: sha512-GWO0mgzNMLWaSYM4z4NVIuY0Cd1fl8cPnuetuddu5w/qGuvt5Y7oUi/kvvQGK9xgOkFJDQX2heIvTRn/OQ1XTg==} engines: {node: '>=6.9.0'} @@ -1744,14 +1733,14 @@ packages: '@octokit/openapi-types': 17.2.0 dev: true - /@orchidjs/sifter@1.0.3: - resolution: {integrity: sha512-zCZbwKegHytfsPm8Amcfh7v/4vHqTAaOu6xFswBYcn8nznBOuseu6COB2ON7ez0tFV0mKL0nRNnCiZZA+lU9/g==} + /@orchidjs/sifter@1.1.0: + resolution: {integrity: sha512-mYwHCfr736cIWWdhhSZvDbf90AKt2xyrJspKFC3qyIJG1LtrJeJunYEqCGG4Aq2ijENbc4WkOjszcvNaIAS/pQ==} dependencies: - '@orchidjs/unicode-variants': 1.0.4 + '@orchidjs/unicode-variants': 1.1.2 dev: true - /@orchidjs/unicode-variants@1.0.4: - resolution: {integrity: sha512-NvVBRnZNE+dugiXERFsET1JlKZfM5lJDEpSMilKW4bToYJ7pxf0Zne78xyXB2ny2c2aHfJ6WLnz1AaTNHAmQeQ==} + /@orchidjs/unicode-variants@1.1.2: + resolution: {integrity: sha512-5DobW1CHgnBROOEpFlEXytED5OosEWESFvg/VYmH0143oXcijYTprRYJTs+55HzGM4IqxiLFSuqEzu9mPNwVsA==} dev: true /@pkgjs/parseargs@0.11.0: @@ -1804,8 +1793,8 @@ packages: rollup: 2.79.2 dev: true - /@rollup/plugin-node-resolve@15.2.4(rollup@2.79.2): - resolution: {integrity: sha512-wnKAGisav1m2vgVK2/2mNowK5DCqff7kpz76cY1pECVE0qRQTCAIcWP5xmdGDi8X8K9SYeeC98i6cD3fk6qkDg==} + /@rollup/plugin-node-resolve@15.3.0(rollup@2.79.2): + resolution: {integrity: sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.78.0||^3.0.0||^4.0.0 @@ -1866,8 +1855,8 @@ packages: ohm-js: 16.6.0 dev: true - /@shopify/prettier-plugin-liquid@1.5.2(prettier@2.8.8): - resolution: {integrity: sha512-KjTuNFxyyVZQYAX9+TqKq3NuQhg9Or7PLbot8Q1y18fIjN3rjf6z6Cw3nzn845cW7GSdWW7awyvzaWXMw+sPqQ==} + /@shopify/prettier-plugin-liquid@1.6.1(prettier@2.8.8): + resolution: {integrity: sha512-l72sIdCF/GvRsGe3t3rbr0sEIg65Q83yamVoTDjsi9VhXbZJTnrIo/ZSe2dJJFOch61n8zi3tWM9jPjbzEblmA==} peerDependencies: prettier: ^2.0.0 || ^3.0.0 dependencies: @@ -1896,8 +1885,8 @@ packages: defer-to-connect: 2.0.1 dev: true - /@tabler/icons@3.17.0: - resolution: {integrity: sha512-sCSfAQ0w93KSnSL7tS08n73CdIKpuHP8foeLMWgDKiZaCs8ZE//N3ytazCk651ZtruTtByI3b+ZDj7nRf+hHvA==} + /@tabler/icons@3.24.0: + resolution: {integrity: sha512-qNis9e90QcdxAGV3wNIeX0Ba2R7ktm0cnqOToKHJfC2kj3fvJwEVLsw63K0/fm7NW8rSZjDSTQRmMnSg8g/wrg==} dev: false /@types/cookie@0.4.1: @@ -2098,8 +2087,8 @@ packages: picomatch: 2.3.1 dev: true - /apexcharts@3.53.0: - resolution: {integrity: sha512-QESZHZY3w9LPQ64PGh1gEdfjYjJ5Jp+Dfy0D/CLjsLOPTpXzdxwlNMqRj+vPbTcP0nAHgjWv1maDqcEq6u5olw==} + /apexcharts@3.54.1: + resolution: {integrity: sha512-E4et0h/J1U3r3EwS/WlqJCQIbepKbp6wGUmaAwJOMjHUP4Ci0gxanLa7FR3okx6p9coi4st6J853/Cb1NP0vpA==} dependencies: '@yr/monotone-cubic-spline': 1.0.3 svg.draggable.js: 2.2.2 @@ -2356,46 +2345,48 @@ packages: - debug dev: true - /axios@0.24.0: - resolution: {integrity: sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==} + /axios@0.28.1: + resolution: {integrity: sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==} dependencies: follow-redirects: 1.15.6(debug@4.3.2) + form-data: 4.0.1 + proxy-from-env: 1.1.0 transitivePeerDependencies: - debug dev: true - /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.9): + /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.26.0): resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/compat-data': 7.26.2 - '@babel/core': 7.25.9 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.0) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.9): + /babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.26.0): resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.0) core-js-compat: 3.38.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.9): + /babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.26.0): resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.25.9 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9) + '@babel/core': 7.26.0 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.0) transitivePeerDependencies: - supports-color dev: true @@ -2573,13 +2564,6 @@ packages: - supports-color dev: true - /braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} - dependencies: - fill-range: 7.1.1 - dev: true - /braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} @@ -2709,12 +2693,12 @@ packages: run-applescript: 5.0.0 dev: true - /bundlewatch@0.3.3: - resolution: {integrity: sha512-qzSVWrZyyWXa546JpAPRPTFmnXms9YNVnfzB05DRJKmN6wRRa7SkxE4OgKQmbAY74Z6CM2mKAc6vwvd2R+1lUQ==} - engines: {node: '>=10'} + /bundlewatch@0.4.0: + resolution: {integrity: sha512-w8w4K8RdrsHMZD9Ss4Ailfsrax/0zSIgh25GCaiudNHg45xXuh/u/xezzjbu+WCQJGjL9O1Fg9k9TEdS/XkZFA==} + engines: {node: '>=16'} hasBin: true dependencies: - axios: 0.24.0 + axios: 0.28.1 bytes: 3.1.2 chalk: 4.1.2 ci-env: 1.17.0 @@ -3160,7 +3144,7 @@ packages: /core-js-compat@3.38.1: resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} dependencies: - browserslist: 4.23.3 + browserslist: 4.24.2 dev: true /core-js-pure@3.34.0: @@ -4143,6 +4127,15 @@ packages: mime-types: 2.1.35 dev: true + /form-data@4.0.1: + resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==} + engines: {node: '>= 6'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + dev: true + /formdata-polyfill@4.0.10: resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} engines: {node: '>=12.20.0'} @@ -4902,8 +4895,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /immutable@4.3.0: - resolution: {integrity: sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==} + /immutable@4.3.7: + resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==} dev: true /import-fresh@3.3.0: @@ -5545,11 +5538,6 @@ packages: resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} dev: true - /jsesc@0.5.0: - resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} - hasBin: true - dev: true - /jsesc@3.0.2: resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} engines: {node: '>=6'} @@ -6000,7 +5988,7 @@ packages: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} dependencies: - braces: 3.0.2 + braces: 3.0.3 picomatch: 2.3.1 dev: true @@ -7100,13 +7088,6 @@ packages: '@babel/runtime': 7.21.5 dev: true - /regenerate-unicode-properties@10.1.0: - resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} - engines: {node: '>=4'} - dependencies: - regenerate: 1.4.2 - dev: true - /regenerate-unicode-properties@10.2.0: resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==} engines: {node: '>=4'} @@ -7149,18 +7130,6 @@ packages: functions-have-names: 1.2.3 dev: true - /regexpu-core@5.3.2: - resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} - engines: {node: '>=4'} - dependencies: - '@babel/regjsgen': 0.8.0 - regenerate: 1.4.2 - regenerate-unicode-properties: 10.1.0 - regjsparser: 0.9.1 - unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.1.0 - dev: true - /regexpu-core@6.2.0: resolution: {integrity: sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==} engines: {node: '>=4'} @@ -7198,13 +7167,6 @@ packages: jsesc: 3.0.2 dev: true - /regjsparser@0.9.1: - resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} - hasBin: true - dependencies: - jsesc: 0.5.0 - dev: true - /release-it@15.11.0: resolution: {integrity: sha512-lZwoGEnKYKwGnfxxlA7vtR7vvozPrOSsIgQaHO4bgQ5ARbG3IA6Dmo0IVusv6nR1KmnjH70QIeNAgsWs6Ji/tw==} engines: {node: '>=14.9'} @@ -7434,14 +7396,14 @@ packages: glob: 7.2.3 dev: true - /rollup-plugin-babel@4.4.0(@babel/core@7.25.9)(rollup@2.79.2): + /rollup-plugin-babel@4.4.0(@babel/core@7.26.0)(rollup@2.79.2): resolution: {integrity: sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. peerDependencies: '@babel/core': 7 || ^7.0.0-rc.2 rollup: '>=0.60.0 <3' dependencies: - '@babel/core': 7.25.9 + '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.21.4 rollup: 2.79.2 rollup-pluginutils: 2.8.2 @@ -7548,13 +7510,13 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass@1.75.0: - resolution: {integrity: sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==} + /sass@1.71.0: + resolution: {integrity: sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==} engines: {node: '>=14.0.0'} hasBin: true dependencies: chokidar: 3.5.3 - immutable: 4.3.0 + immutable: 4.3.7 source-map-js: 1.2.1 dev: true @@ -8267,8 +8229,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /tinymce@7.3.0: - resolution: {integrity: sha512-Ls4PgYlpk73XAxBSBqbVmSl8Mb3DuNfgF01GZ0lY6/MOEVRl3IL+VxC1Oe6165e8WqbqVsxO3Qj/PmoYNvQKGQ==} + /tinymce@7.5.1: + resolution: {integrity: sha512-GRXJUB0BEIOUHUEC+q9IjsgWGIAQ4Tn5t5hfpB/YR7No3oPgKHG03v1d3nbov9aqdyVW7Be+UD4I3ZerQG30VQ==} dev: true /titleize@3.0.0: @@ -8340,11 +8302,11 @@ packages: engines: {node: '>=0.6'} dev: true - /tom-select@2.3.1: - resolution: {integrity: sha512-QS4vnOcB6StNGqX4sGboGXL2fkhBF2gIBB+8Hwv30FZXYPn0CyYO8kkdATRvwfCTThxiR4WcXwKJZ3cOmtI9eg==} + /tom-select@2.4.1: + resolution: {integrity: sha512-adI8H8+wk8RRzHYLQ3bXSk2Q+FAq/kzAATrcWlJ2fbIrEzb0VkwaXzKHTAlBwSJrhqbPJvhV/0eypFkED/nAug==} dependencies: - '@orchidjs/sifter': 1.0.3 - '@orchidjs/unicode-variants': 1.0.4 + '@orchidjs/sifter': 1.1.0 + '@orchidjs/unicode-variants': 1.1.2 dev: true /tough-cookie@2.5.0: @@ -8572,7 +8534,7 @@ packages: dependencies: browserslist: 4.24.2 escalade: 3.2.0 - picocolors: 1.1.0 + picocolors: 1.1.1 dev: true /update-notifier@6.0.2: @@ -8938,8 +8900,8 @@ packages: engines: {node: '>= 6'} dev: true - /yaml@2.5.1: - resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} + /yaml@2.6.1: + resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} engines: {node: '>= 14'} hasBin: true dev: true From 4eb8728158d041bc45a803ab8c8fbf3e1a6b6f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:05:11 +0100 Subject: [PATCH 07/11] Bump webrick from 1.8.1 to 1.8.2 (#2002) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 71c8c3aa5..db44717d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby From 74880788bd06a5f62406723dd422ede3524a1a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:07:15 +0100 Subject: [PATCH 08/11] Bump google-protobuf from 4.26.1 to 4.27.5 (#1964) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index db44717d6..dee7b80a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) + bigdecimal (3.1.8) colorator (1.1.0) concurrent-ruby (1.2.3) em-websocket (0.5.3) @@ -11,7 +12,8 @@ GEM eventmachine (1.2.7) ffi (1.16.3) forwardable-extended (2.6.0) - google-protobuf (4.26.1) + google-protobuf (4.27.5) + bigdecimal rake (>= 13) htmlbeautifier (1.4.2) htmlcompressor (0.4.0) From c72b02970a198ea5a8faa920fdb8ca73d5a7c19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:07:32 +0100 Subject: [PATCH 09/11] Bump rexml from 3.3.6 to 3.3.9 (#1985) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dee7b80a4..64241e569 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,14 +67,12 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.3.6) - strscan + rexml (3.3.9) rouge (4.2.1) safe_yaml (1.0.5) sass-embedded (1.75.0) google-protobuf (>= 3.25, < 5.0) rake (>= 13.0.0) - strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) From 4cd9215e031cbce383741208ed6e88bec918eac6 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 3 Dec 2024 19:14:22 +0100 Subject: [PATCH 10/11] create changeset --- .changeset/tabler-icons.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tabler-icons.md diff --git a/.changeset/tabler-icons.md b/.changeset/tabler-icons.md new file mode 100644 index 000000000..5db37f1c9 --- /dev/null +++ b/.changeset/tabler-icons.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Updated Tabler Icons to v3.24.0 \ No newline at end of file From b0ca6fe7036111cc6c0e12eb81e1f4a0cda37b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:15:36 +0100 Subject: [PATCH 11/11] update icons to v3.24.0 (#2003) --- package.json | 2 +- pnpm-lock.yaml | 2 +- src/pages/_data/icons-info.json | 2 +- src/pages/_data/icons.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c48e2720b..7cf4c7191 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ }, "dependencies": { "@popperjs/core": "^2.11.8", - "@tabler/icons": "^3.17.0", + "@tabler/icons": "^3.24.0", "bootstrap": "5.3.3" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b1c3e3619..60f1c83ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ dependencies: specifier: ^2.11.8 version: 2.11.8 '@tabler/icons': - specifier: ^3.17.0 + specifier: ^3.24.0 version: 3.24.0 bootstrap: specifier: 5.3.3 diff --git a/src/pages/_data/icons-info.json b/src/pages/_data/icons-info.json index f94373817..2af724759 100644 --- a/src/pages/_data/icons-info.json +++ b/src/pages/_data/icons-info.json @@ -1 +1 @@ -{"version":"3.17.0","count":5628} \ No newline at end of file +{"version":"3.24.0","count":5754} \ No newline at end of file diff --git a/src/pages/_data/icons.json b/src/pages/_data/icons.json index c03e68850..b1648b6bb 100644 --- a/src/pages/_data/icons.json +++ b/src/pages/_data/icons.json @@ -1 +1 @@ -{"a-b-2":{"name":"a-b-2","svg":{"outline":"","filled":null}},"a-b-off":{"name":"a-b-off","svg":{"outline":"","filled":null}},"a-b":{"name":"a-b","svg":{"outline":"","filled":null}},"abacus-off":{"name":"abacus-off","svg":{"outline":"","filled":null}},"abacus":{"name":"abacus","svg":{"outline":"","filled":null}},"abc":{"name":"abc","svg":{"outline":"","filled":null}},"access-point-off":{"name":"access-point-off","svg":{"outline":"","filled":null}},"access-point":{"name":"access-point","svg":{"outline":"","filled":null}},"accessible-off":{"name":"accessible-off","svg":{"outline":"","filled":null}},"accessible":{"name":"accessible","svg":{"outline":"","filled":""}},"activity-heartbeat":{"name":"activity-heartbeat","svg":{"outline":"","filled":null}},"activity":{"name":"activity","svg":{"outline":"","filled":null}},"ad-2":{"name":"ad-2","svg":{"outline":"","filled":null}},"ad-circle-off":{"name":"ad-circle-off","svg":{"outline":"","filled":null}},"ad-circle":{"name":"ad-circle","svg":{"outline":"","filled":""}},"ad-off":{"name":"ad-off","svg":{"outline":"","filled":null}},"ad":{"name":"ad","svg":{"outline":"","filled":""}},"address-book-off":{"name":"address-book-off","svg":{"outline":"","filled":null}},"address-book":{"name":"address-book","svg":{"outline":"","filled":null}},"adjustments-alt":{"name":"adjustments-alt","svg":{"outline":"","filled":null}},"adjustments-bolt":{"name":"adjustments-bolt","svg":{"outline":"","filled":null}},"adjustments-cancel":{"name":"adjustments-cancel","svg":{"outline":"","filled":null}},"adjustments-check":{"name":"adjustments-check","svg":{"outline":"","filled":null}},"adjustments-code":{"name":"adjustments-code","svg":{"outline":"","filled":null}},"adjustments-cog":{"name":"adjustments-cog","svg":{"outline":"","filled":null}},"adjustments-dollar":{"name":"adjustments-dollar","svg":{"outline":"","filled":null}},"adjustments-down":{"name":"adjustments-down","svg":{"outline":"","filled":null}},"adjustments-exclamation":{"name":"adjustments-exclamation","svg":{"outline":"","filled":null}},"adjustments-heart":{"name":"adjustments-heart","svg":{"outline":"","filled":null}},"adjustments-horizontal":{"name":"adjustments-horizontal","svg":{"outline":"","filled":null}},"adjustments-minus":{"name":"adjustments-minus","svg":{"outline":"","filled":null}},"adjustments-off":{"name":"adjustments-off","svg":{"outline":"","filled":null}},"adjustments-pause":{"name":"adjustments-pause","svg":{"outline":"","filled":null}},"adjustments-pin":{"name":"adjustments-pin","svg":{"outline":"","filled":null}},"adjustments-plus":{"name":"adjustments-plus","svg":{"outline":"","filled":null}},"adjustments-question":{"name":"adjustments-question","svg":{"outline":"","filled":null}},"adjustments-search":{"name":"adjustments-search","svg":{"outline":"","filled":null}},"adjustments-share":{"name":"adjustments-share","svg":{"outline":"","filled":null}},"adjustments-spark":{"name":"adjustments-spark","svg":{"outline":"","filled":null}},"adjustments-star":{"name":"adjustments-star","svg":{"outline":"","filled":null}},"adjustments-up":{"name":"adjustments-up","svg":{"outline":"","filled":null}},"adjustments-x":{"name":"adjustments-x","svg":{"outline":"","filled":null}},"adjustments":{"name":"adjustments","svg":{"outline":"","filled":""}},"aerial-lift":{"name":"aerial-lift","svg":{"outline":"","filled":null}},"affiliate":{"name":"affiliate","svg":{"outline":"","filled":""}},"ai":{"name":"ai","svg":{"outline":"","filled":null}},"air-balloon":{"name":"air-balloon","svg":{"outline":"","filled":null}},"air-conditioning-disabled":{"name":"air-conditioning-disabled","svg":{"outline":"","filled":null}},"air-conditioning":{"name":"air-conditioning","svg":{"outline":"","filled":null}},"air-traffic-control":{"name":"air-traffic-control","svg":{"outline":"","filled":null}},"alarm-average":{"name":"alarm-average","svg":{"outline":"","filled":null}},"alarm-minus":{"name":"alarm-minus","svg":{"outline":"","filled":""}},"alarm-off":{"name":"alarm-off","svg":{"outline":"","filled":null}},"alarm-plus":{"name":"alarm-plus","svg":{"outline":"","filled":""}},"alarm-snooze":{"name":"alarm-snooze","svg":{"outline":"","filled":""}},"alarm":{"name":"alarm","svg":{"outline":"","filled":""}},"album-off":{"name":"album-off","svg":{"outline":"","filled":null}},"album":{"name":"album","svg":{"outline":"","filled":null}},"alert-circle-off":{"name":"alert-circle-off","svg":{"outline":"","filled":null}},"alert-circle":{"name":"alert-circle","svg":{"outline":"","filled":""}},"alert-hexagon-off":{"name":"alert-hexagon-off","svg":{"outline":"","filled":null}},"alert-hexagon":{"name":"alert-hexagon","svg":{"outline":"","filled":""}},"alert-octagon":{"name":"alert-octagon","svg":{"outline":"","filled":""}},"alert-small-off":{"name":"alert-small-off","svg":{"outline":"","filled":null}},"alert-small":{"name":"alert-small","svg":{"outline":"","filled":null}},"alert-square-rounded-off":{"name":"alert-square-rounded-off","svg":{"outline":"","filled":null}},"alert-square-rounded":{"name":"alert-square-rounded","svg":{"outline":"","filled":""}},"alert-square":{"name":"alert-square","svg":{"outline":"","filled":""}},"alert-triangle-off":{"name":"alert-triangle-off","svg":{"outline":"","filled":null}},"alert-triangle":{"name":"alert-triangle","svg":{"outline":"","filled":""}},"alien":{"name":"alien","svg":{"outline":"","filled":""}},"align-box-bottom-center":{"name":"align-box-bottom-center","svg":{"outline":"","filled":""}},"align-box-bottom-left":{"name":"align-box-bottom-left","svg":{"outline":"","filled":""}},"align-box-bottom-right":{"name":"align-box-bottom-right","svg":{"outline":"","filled":""}},"align-box-center-bottom":{"name":"align-box-center-bottom","svg":{"outline":"","filled":null}},"align-box-center-middle":{"name":"align-box-center-middle","svg":{"outline":"","filled":""}},"align-box-center-stretch":{"name":"align-box-center-stretch","svg":{"outline":"","filled":null}},"align-box-center-top":{"name":"align-box-center-top","svg":{"outline":"","filled":null}},"align-box-left-bottom":{"name":"align-box-left-bottom","svg":{"outline":"","filled":""}},"align-box-left-middle":{"name":"align-box-left-middle","svg":{"outline":"","filled":""}},"align-box-left-stretch":{"name":"align-box-left-stretch","svg":{"outline":"","filled":null}},"align-box-left-top":{"name":"align-box-left-top","svg":{"outline":"","filled":""}},"align-box-right-bottom":{"name":"align-box-right-bottom","svg":{"outline":"","filled":""}},"align-box-right-middle":{"name":"align-box-right-middle","svg":{"outline":"","filled":""}},"align-box-right-stretch":{"name":"align-box-right-stretch","svg":{"outline":"","filled":null}},"align-box-right-top":{"name":"align-box-right-top","svg":{"outline":"","filled":""}},"align-box-top-center":{"name":"align-box-top-center","svg":{"outline":"","filled":""}},"align-box-top-left":{"name":"align-box-top-left","svg":{"outline":"","filled":""}},"align-box-top-right":{"name":"align-box-top-right","svg":{"outline":"","filled":""}},"align-center":{"name":"align-center","svg":{"outline":"","filled":null}},"align-justified":{"name":"align-justified","svg":{"outline":"","filled":null}},"align-left-2":{"name":"align-left-2","svg":{"outline":"","filled":null}},"align-left":{"name":"align-left","svg":{"outline":"","filled":null}},"align-right-2":{"name":"align-right-2","svg":{"outline":"","filled":null}},"align-right":{"name":"align-right","svg":{"outline":"","filled":null}},"alpha":{"name":"alpha","svg":{"outline":"","filled":null}},"alphabet-arabic":{"name":"alphabet-arabic","svg":{"outline":"","filled":null}},"alphabet-bangla":{"name":"alphabet-bangla","svg":{"outline":"","filled":null}},"alphabet-cyrillic":{"name":"alphabet-cyrillic","svg":{"outline":"","filled":null}},"alphabet-greek":{"name":"alphabet-greek","svg":{"outline":"","filled":null}},"alphabet-hebrew":{"name":"alphabet-hebrew","svg":{"outline":"","filled":null}},"alphabet-korean":{"name":"alphabet-korean","svg":{"outline":"","filled":null}},"alphabet-latin":{"name":"alphabet-latin","svg":{"outline":"","filled":null}},"alphabet-thai":{"name":"alphabet-thai","svg":{"outline":"","filled":null}},"alt":{"name":"alt","svg":{"outline":"","filled":null}},"ambulance":{"name":"ambulance","svg":{"outline":"","filled":null}},"ampersand":{"name":"ampersand","svg":{"outline":"","filled":null}},"analyze-off":{"name":"analyze-off","svg":{"outline":"","filled":null}},"analyze":{"name":"analyze","svg":{"outline":"","filled":""}},"anchor-off":{"name":"anchor-off","svg":{"outline":"","filled":null}},"anchor":{"name":"anchor","svg":{"outline":"","filled":null}},"angle":{"name":"angle","svg":{"outline":"","filled":null}},"ankh":{"name":"ankh","svg":{"outline":"","filled":null}},"antenna-bars-1":{"name":"antenna-bars-1","svg":{"outline":"","filled":null}},"antenna-bars-2":{"name":"antenna-bars-2","svg":{"outline":"","filled":null}},"antenna-bars-3":{"name":"antenna-bars-3","svg":{"outline":"","filled":null}},"antenna-bars-4":{"name":"antenna-bars-4","svg":{"outline":"","filled":null}},"antenna-bars-5":{"name":"antenna-bars-5","svg":{"outline":"","filled":null}},"antenna-bars-off":{"name":"antenna-bars-off","svg":{"outline":"","filled":null}},"antenna-off":{"name":"antenna-off","svg":{"outline":"","filled":null}},"antenna":{"name":"antenna","svg":{"outline":"","filled":null}},"aperture-off":{"name":"aperture-off","svg":{"outline":"","filled":null}},"aperture":{"name":"aperture","svg":{"outline":"","filled":null}},"api-app-off":{"name":"api-app-off","svg":{"outline":"","filled":null}},"api-app":{"name":"api-app","svg":{"outline":"","filled":null}},"api-off":{"name":"api-off","svg":{"outline":"","filled":null}},"api":{"name":"api","svg":{"outline":"","filled":null}},"app-window":{"name":"app-window","svg":{"outline":"","filled":""}},"apple":{"name":"apple","svg":{"outline":"","filled":""}},"apps-off":{"name":"apps-off","svg":{"outline":"","filled":null}},"apps":{"name":"apps","svg":{"outline":"","filled":""}},"archery-arrow":{"name":"archery-arrow","svg":{"outline":"","filled":null}},"archive-off":{"name":"archive-off","svg":{"outline":"","filled":null}},"archive":{"name":"archive","svg":{"outline":"","filled":""}},"armchair-2-off":{"name":"armchair-2-off","svg":{"outline":"","filled":null}},"armchair-2":{"name":"armchair-2","svg":{"outline":"","filled":null}},"armchair-off":{"name":"armchair-off","svg":{"outline":"","filled":null}},"armchair":{"name":"armchair","svg":{"outline":"","filled":null}},"arrow-autofit-content":{"name":"arrow-autofit-content","svg":{"outline":"","filled":""}},"arrow-autofit-down":{"name":"arrow-autofit-down","svg":{"outline":"","filled":null}},"arrow-autofit-height":{"name":"arrow-autofit-height","svg":{"outline":"","filled":null}},"arrow-autofit-left":{"name":"arrow-autofit-left","svg":{"outline":"","filled":null}},"arrow-autofit-right":{"name":"arrow-autofit-right","svg":{"outline":"","filled":null}},"arrow-autofit-up":{"name":"arrow-autofit-up","svg":{"outline":"","filled":null}},"arrow-autofit-width":{"name":"arrow-autofit-width","svg":{"outline":"","filled":null}},"arrow-back-up-double":{"name":"arrow-back-up-double","svg":{"outline":"","filled":null}},"arrow-back-up":{"name":"arrow-back-up","svg":{"outline":"","filled":null}},"arrow-back":{"name":"arrow-back","svg":{"outline":"","filled":null}},"arrow-badge-down":{"name":"arrow-badge-down","svg":{"outline":"","filled":""}},"arrow-badge-left":{"name":"arrow-badge-left","svg":{"outline":"","filled":""}},"arrow-badge-right":{"name":"arrow-badge-right","svg":{"outline":"","filled":""}},"arrow-badge-up":{"name":"arrow-badge-up","svg":{"outline":"","filled":""}},"arrow-bar-both":{"name":"arrow-bar-both","svg":{"outline":"","filled":null}},"arrow-bar-down":{"name":"arrow-bar-down","svg":{"outline":"","filled":null}},"arrow-bar-left":{"name":"arrow-bar-left","svg":{"outline":"","filled":null}},"arrow-bar-right":{"name":"arrow-bar-right","svg":{"outline":"","filled":null}},"arrow-bar-to-down":{"name":"arrow-bar-to-down","svg":{"outline":"","filled":null}},"arrow-bar-to-left":{"name":"arrow-bar-to-left","svg":{"outline":"","filled":null}},"arrow-bar-to-right":{"name":"arrow-bar-to-right","svg":{"outline":"","filled":null}},"arrow-bar-to-up":{"name":"arrow-bar-to-up","svg":{"outline":"","filled":null}},"arrow-bar-up":{"name":"arrow-bar-up","svg":{"outline":"","filled":null}},"arrow-bear-left-2":{"name":"arrow-bear-left-2","svg":{"outline":"","filled":null}},"arrow-bear-left":{"name":"arrow-bear-left","svg":{"outline":"","filled":null}},"arrow-bear-right-2":{"name":"arrow-bear-right-2","svg":{"outline":"","filled":null}},"arrow-bear-right":{"name":"arrow-bear-right","svg":{"outline":"","filled":null}},"arrow-big-down-line":{"name":"arrow-big-down-line","svg":{"outline":"","filled":""}},"arrow-big-down-lines":{"name":"arrow-big-down-lines","svg":{"outline":"","filled":""}},"arrow-big-down":{"name":"arrow-big-down","svg":{"outline":"","filled":""}},"arrow-big-left-line":{"name":"arrow-big-left-line","svg":{"outline":"","filled":""}},"arrow-big-left-lines":{"name":"arrow-big-left-lines","svg":{"outline":"","filled":""}},"arrow-big-left":{"name":"arrow-big-left","svg":{"outline":"","filled":""}},"arrow-big-right-line":{"name":"arrow-big-right-line","svg":{"outline":"","filled":""}},"arrow-big-right-lines":{"name":"arrow-big-right-lines","svg":{"outline":"","filled":""}},"arrow-big-right":{"name":"arrow-big-right","svg":{"outline":"","filled":""}},"arrow-big-up-line":{"name":"arrow-big-up-line","svg":{"outline":"","filled":""}},"arrow-big-up-lines":{"name":"arrow-big-up-lines","svg":{"outline":"","filled":""}},"arrow-big-up":{"name":"arrow-big-up","svg":{"outline":"","filled":""}},"arrow-bounce":{"name":"arrow-bounce","svg":{"outline":"","filled":null}},"arrow-capsule":{"name":"arrow-capsule","svg":{"outline":"","filled":null}},"arrow-curve-left":{"name":"arrow-curve-left","svg":{"outline":"","filled":null}},"arrow-curve-right":{"name":"arrow-curve-right","svg":{"outline":"","filled":null}},"arrow-down-bar":{"name":"arrow-down-bar","svg":{"outline":"","filled":null}},"arrow-down-circle":{"name":"arrow-down-circle","svg":{"outline":"","filled":""}},"arrow-down-from-arc":{"name":"arrow-down-from-arc","svg":{"outline":"","filled":null}},"arrow-down-left-circle":{"name":"arrow-down-left-circle","svg":{"outline":"","filled":null}},"arrow-down-left":{"name":"arrow-down-left","svg":{"outline":"","filled":null}},"arrow-down-rhombus":{"name":"arrow-down-rhombus","svg":{"outline":"","filled":""}},"arrow-down-right-circle":{"name":"arrow-down-right-circle","svg":{"outline":"","filled":null}},"arrow-down-right":{"name":"arrow-down-right","svg":{"outline":"","filled":null}},"arrow-down-square":{"name":"arrow-down-square","svg":{"outline":"","filled":""}},"arrow-down-tail":{"name":"arrow-down-tail","svg":{"outline":"","filled":null}},"arrow-down-to-arc":{"name":"arrow-down-to-arc","svg":{"outline":"","filled":null}},"arrow-down":{"name":"arrow-down","svg":{"outline":"","filled":null}},"arrow-elbow-left":{"name":"arrow-elbow-left","svg":{"outline":"","filled":null}},"arrow-elbow-right":{"name":"arrow-elbow-right","svg":{"outline":"","filled":null}},"arrow-fork":{"name":"arrow-fork","svg":{"outline":"","filled":null}},"arrow-forward-up-double":{"name":"arrow-forward-up-double","svg":{"outline":"","filled":null}},"arrow-forward-up":{"name":"arrow-forward-up","svg":{"outline":"","filled":null}},"arrow-forward":{"name":"arrow-forward","svg":{"outline":"","filled":null}},"arrow-guide":{"name":"arrow-guide","svg":{"outline":"","filled":""}},"arrow-iteration":{"name":"arrow-iteration","svg":{"outline":"","filled":null}},"arrow-left-bar":{"name":"arrow-left-bar","svg":{"outline":"","filled":null}},"arrow-left-circle":{"name":"arrow-left-circle","svg":{"outline":"","filled":""}},"arrow-left-from-arc":{"name":"arrow-left-from-arc","svg":{"outline":"","filled":null}},"arrow-left-rhombus":{"name":"arrow-left-rhombus","svg":{"outline":"","filled":""}},"arrow-left-right":{"name":"arrow-left-right","svg":{"outline":"","filled":null}},"arrow-left-square":{"name":"arrow-left-square","svg":{"outline":"","filled":""}},"arrow-left-tail":{"name":"arrow-left-tail","svg":{"outline":"","filled":null}},"arrow-left-to-arc":{"name":"arrow-left-to-arc","svg":{"outline":"","filled":null}},"arrow-left":{"name":"arrow-left","svg":{"outline":"","filled":null}},"arrow-loop-left-2":{"name":"arrow-loop-left-2","svg":{"outline":"","filled":null}},"arrow-loop-left":{"name":"arrow-loop-left","svg":{"outline":"","filled":null}},"arrow-loop-right-2":{"name":"arrow-loop-right-2","svg":{"outline":"","filled":null}},"arrow-loop-right":{"name":"arrow-loop-right","svg":{"outline":"","filled":null}},"arrow-merge-alt-left":{"name":"arrow-merge-alt-left","svg":{"outline":"","filled":null}},"arrow-merge-alt-right":{"name":"arrow-merge-alt-right","svg":{"outline":"","filled":null}},"arrow-merge-both":{"name":"arrow-merge-both","svg":{"outline":"","filled":null}},"arrow-merge-left":{"name":"arrow-merge-left","svg":{"outline":"","filled":null}},"arrow-merge-right":{"name":"arrow-merge-right","svg":{"outline":"","filled":null}},"arrow-merge":{"name":"arrow-merge","svg":{"outline":"","filled":null}},"arrow-move-down":{"name":"arrow-move-down","svg":{"outline":"","filled":""}},"arrow-move-left":{"name":"arrow-move-left","svg":{"outline":"","filled":""}},"arrow-move-right":{"name":"arrow-move-right","svg":{"outline":"","filled":""}},"arrow-move-up":{"name":"arrow-move-up","svg":{"outline":"","filled":""}},"arrow-narrow-down":{"name":"arrow-narrow-down","svg":{"outline":"","filled":null}},"arrow-narrow-left":{"name":"arrow-narrow-left","svg":{"outline":"","filled":null}},"arrow-narrow-right":{"name":"arrow-narrow-right","svg":{"outline":"","filled":null}},"arrow-narrow-up":{"name":"arrow-narrow-up","svg":{"outline":"","filled":null}},"arrow-ramp-left-2":{"name":"arrow-ramp-left-2","svg":{"outline":"","filled":null}},"arrow-ramp-left-3":{"name":"arrow-ramp-left-3","svg":{"outline":"","filled":null}},"arrow-ramp-left":{"name":"arrow-ramp-left","svg":{"outline":"","filled":null}},"arrow-ramp-right-2":{"name":"arrow-ramp-right-2","svg":{"outline":"","filled":null}},"arrow-ramp-right-3":{"name":"arrow-ramp-right-3","svg":{"outline":"","filled":null}},"arrow-ramp-right":{"name":"arrow-ramp-right","svg":{"outline":"","filled":null}},"arrow-right-bar":{"name":"arrow-right-bar","svg":{"outline":"","filled":null}},"arrow-right-circle":{"name":"arrow-right-circle","svg":{"outline":"","filled":""}},"arrow-right-from-arc":{"name":"arrow-right-from-arc","svg":{"outline":"","filled":null}},"arrow-right-rhombus":{"name":"arrow-right-rhombus","svg":{"outline":"","filled":""}},"arrow-right-square":{"name":"arrow-right-square","svg":{"outline":"","filled":""}},"arrow-right-tail":{"name":"arrow-right-tail","svg":{"outline":"","filled":null}},"arrow-right-to-arc":{"name":"arrow-right-to-arc","svg":{"outline":"","filled":null}},"arrow-right":{"name":"arrow-right","svg":{"outline":"","filled":null}},"arrow-rotary-first-left":{"name":"arrow-rotary-first-left","svg":{"outline":"","filled":null}},"arrow-rotary-first-right":{"name":"arrow-rotary-first-right","svg":{"outline":"","filled":null}},"arrow-rotary-last-left":{"name":"arrow-rotary-last-left","svg":{"outline":"","filled":null}},"arrow-rotary-last-right":{"name":"arrow-rotary-last-right","svg":{"outline":"","filled":null}},"arrow-rotary-left":{"name":"arrow-rotary-left","svg":{"outline":"","filled":null}},"arrow-rotary-right":{"name":"arrow-rotary-right","svg":{"outline":"","filled":null}},"arrow-rotary-straight":{"name":"arrow-rotary-straight","svg":{"outline":"","filled":null}},"arrow-roundabout-left":{"name":"arrow-roundabout-left","svg":{"outline":"","filled":null}},"arrow-roundabout-right":{"name":"arrow-roundabout-right","svg":{"outline":"","filled":null}},"arrow-sharp-turn-left":{"name":"arrow-sharp-turn-left","svg":{"outline":"","filled":null}},"arrow-sharp-turn-right":{"name":"arrow-sharp-turn-right","svg":{"outline":"","filled":null}},"arrow-up-bar":{"name":"arrow-up-bar","svg":{"outline":"","filled":null}},"arrow-up-circle":{"name":"arrow-up-circle","svg":{"outline":"","filled":""}},"arrow-up-from-arc":{"name":"arrow-up-from-arc","svg":{"outline":"","filled":null}},"arrow-up-left-circle":{"name":"arrow-up-left-circle","svg":{"outline":"","filled":null}},"arrow-up-left":{"name":"arrow-up-left","svg":{"outline":"","filled":null}},"arrow-up-rhombus":{"name":"arrow-up-rhombus","svg":{"outline":"","filled":""}},"arrow-up-right-circle":{"name":"arrow-up-right-circle","svg":{"outline":"","filled":null}},"arrow-up-right":{"name":"arrow-up-right","svg":{"outline":"","filled":null}},"arrow-up-square":{"name":"arrow-up-square","svg":{"outline":"","filled":""}},"arrow-up-tail":{"name":"arrow-up-tail","svg":{"outline":"","filled":null}},"arrow-up-to-arc":{"name":"arrow-up-to-arc","svg":{"outline":"","filled":null}},"arrow-up":{"name":"arrow-up","svg":{"outline":"","filled":null}},"arrow-wave-left-down":{"name":"arrow-wave-left-down","svg":{"outline":"","filled":null}},"arrow-wave-left-up":{"name":"arrow-wave-left-up","svg":{"outline":"","filled":null}},"arrow-wave-right-down":{"name":"arrow-wave-right-down","svg":{"outline":"","filled":null}},"arrow-wave-right-up":{"name":"arrow-wave-right-up","svg":{"outline":"","filled":null}},"arrow-zig-zag":{"name":"arrow-zig-zag","svg":{"outline":"","filled":null}},"arrows-cross":{"name":"arrows-cross","svg":{"outline":"","filled":null}},"arrows-diagonal-2":{"name":"arrows-diagonal-2","svg":{"outline":"","filled":null}},"arrows-diagonal-minimize-2":{"name":"arrows-diagonal-minimize-2","svg":{"outline":"","filled":null}},"arrows-diagonal-minimize":{"name":"arrows-diagonal-minimize","svg":{"outline":"","filled":null}},"arrows-diagonal":{"name":"arrows-diagonal","svg":{"outline":"","filled":null}},"arrows-diff":{"name":"arrows-diff","svg":{"outline":"","filled":null}},"arrows-double-ne-sw":{"name":"arrows-double-ne-sw","svg":{"outline":"","filled":null}},"arrows-double-nw-se":{"name":"arrows-double-nw-se","svg":{"outline":"","filled":null}},"arrows-double-se-nw":{"name":"arrows-double-se-nw","svg":{"outline":"","filled":null}},"arrows-double-sw-ne":{"name":"arrows-double-sw-ne","svg":{"outline":"","filled":null}},"arrows-down-up":{"name":"arrows-down-up","svg":{"outline":"","filled":null}},"arrows-down":{"name":"arrows-down","svg":{"outline":"","filled":null}},"arrows-exchange-2":{"name":"arrows-exchange-2","svg":{"outline":"","filled":null}},"arrows-exchange":{"name":"arrows-exchange","svg":{"outline":"","filled":null}},"arrows-horizontal":{"name":"arrows-horizontal","svg":{"outline":"","filled":null}},"arrows-join-2":{"name":"arrows-join-2","svg":{"outline":"","filled":null}},"arrows-join":{"name":"arrows-join","svg":{"outline":"","filled":null}},"arrows-left-down":{"name":"arrows-left-down","svg":{"outline":"","filled":null}},"arrows-left-right":{"name":"arrows-left-right","svg":{"outline":"","filled":null}},"arrows-left":{"name":"arrows-left","svg":{"outline":"","filled":null}},"arrows-maximize":{"name":"arrows-maximize","svg":{"outline":"","filled":null}},"arrows-minimize":{"name":"arrows-minimize","svg":{"outline":"","filled":null}},"arrows-move-horizontal":{"name":"arrows-move-horizontal","svg":{"outline":"","filled":null}},"arrows-move-vertical":{"name":"arrows-move-vertical","svg":{"outline":"","filled":null}},"arrows-move":{"name":"arrows-move","svg":{"outline":"","filled":null}},"arrows-random":{"name":"arrows-random","svg":{"outline":"","filled":null}},"arrows-right-down":{"name":"arrows-right-down","svg":{"outline":"","filled":null}},"arrows-right-left":{"name":"arrows-right-left","svg":{"outline":"","filled":null}},"arrows-right":{"name":"arrows-right","svg":{"outline":"","filled":null}},"arrows-shuffle-2":{"name":"arrows-shuffle-2","svg":{"outline":"","filled":null}},"arrows-shuffle":{"name":"arrows-shuffle","svg":{"outline":"","filled":null}},"arrows-sort":{"name":"arrows-sort","svg":{"outline":"","filled":null}},"arrows-split-2":{"name":"arrows-split-2","svg":{"outline":"","filled":null}},"arrows-split":{"name":"arrows-split","svg":{"outline":"","filled":null}},"arrows-transfer-down":{"name":"arrows-transfer-down","svg":{"outline":"","filled":null}},"arrows-transfer-up-down":{"name":"arrows-transfer-up-down","svg":{"outline":"","filled":null}},"arrows-transfer-up":{"name":"arrows-transfer-up","svg":{"outline":"","filled":null}},"arrows-up-down":{"name":"arrows-up-down","svg":{"outline":"","filled":null}},"arrows-up-left":{"name":"arrows-up-left","svg":{"outline":"","filled":null}},"arrows-up-right":{"name":"arrows-up-right","svg":{"outline":"","filled":null}},"arrows-up":{"name":"arrows-up","svg":{"outline":"","filled":null}},"arrows-vertical":{"name":"arrows-vertical","svg":{"outline":"","filled":null}},"artboard-off":{"name":"artboard-off","svg":{"outline":"","filled":null}},"artboard":{"name":"artboard","svg":{"outline":"","filled":""}},"article-off":{"name":"article-off","svg":{"outline":"","filled":null}},"article":{"name":"article","svg":{"outline":"","filled":""}},"aspect-ratio-off":{"name":"aspect-ratio-off","svg":{"outline":"","filled":null}},"aspect-ratio":{"name":"aspect-ratio","svg":{"outline":"","filled":""}},"assembly-off":{"name":"assembly-off","svg":{"outline":"","filled":null}},"assembly":{"name":"assembly","svg":{"outline":"","filled":""}},"asset":{"name":"asset","svg":{"outline":"","filled":""}},"asterisk-simple":{"name":"asterisk-simple","svg":{"outline":"","filled":null}},"asterisk":{"name":"asterisk","svg":{"outline":"","filled":null}},"at-off":{"name":"at-off","svg":{"outline":"","filled":null}},"at":{"name":"at","svg":{"outline":"","filled":null}},"atom-2":{"name":"atom-2","svg":{"outline":"","filled":""}},"atom-off":{"name":"atom-off","svg":{"outline":"","filled":null}},"atom":{"name":"atom","svg":{"outline":"","filled":null}},"augmented-reality-2":{"name":"augmented-reality-2","svg":{"outline":"","filled":null}},"augmented-reality-off":{"name":"augmented-reality-off","svg":{"outline":"","filled":null}},"augmented-reality":{"name":"augmented-reality","svg":{"outline":"","filled":null}},"auth-2fa":{"name":"auth-2fa","svg":{"outline":"","filled":null}},"automatic-gearbox":{"name":"automatic-gearbox","svg":{"outline":"","filled":""}},"automation":{"name":"automation","svg":{"outline":"","filled":null}},"avocado":{"name":"avocado","svg":{"outline":"","filled":null}},"award-off":{"name":"award-off","svg":{"outline":"","filled":null}},"award":{"name":"award","svg":{"outline":"","filled":""}},"axe":{"name":"axe","svg":{"outline":"","filled":null}},"axis-x":{"name":"axis-x","svg":{"outline":"","filled":null}},"axis-y":{"name":"axis-y","svg":{"outline":"","filled":null}},"baby-bottle":{"name":"baby-bottle","svg":{"outline":"","filled":null}},"baby-carriage":{"name":"baby-carriage","svg":{"outline":"","filled":""}},"background":{"name":"background","svg":{"outline":"","filled":null}},"backhoe":{"name":"backhoe","svg":{"outline":"","filled":null}},"backpack-off":{"name":"backpack-off","svg":{"outline":"","filled":null}},"backpack":{"name":"backpack","svg":{"outline":"","filled":null}},"backslash":{"name":"backslash","svg":{"outline":"","filled":null}},"backspace":{"name":"backspace","svg":{"outline":"","filled":""}},"badge-3d":{"name":"badge-3d","svg":{"outline":"","filled":""}},"badge-4k":{"name":"badge-4k","svg":{"outline":"","filled":""}},"badge-8k":{"name":"badge-8k","svg":{"outline":"","filled":""}},"badge-ad-off":{"name":"badge-ad-off","svg":{"outline":"","filled":null}},"badge-ad":{"name":"badge-ad","svg":{"outline":"","filled":""}},"badge-ar":{"name":"badge-ar","svg":{"outline":"","filled":""}},"badge-cc":{"name":"badge-cc","svg":{"outline":"","filled":""}},"badge-hd":{"name":"badge-hd","svg":{"outline":"","filled":""}},"badge-off":{"name":"badge-off","svg":{"outline":"","filled":null}},"badge-sd":{"name":"badge-sd","svg":{"outline":"","filled":""}},"badge-tm":{"name":"badge-tm","svg":{"outline":"","filled":""}},"badge-vo":{"name":"badge-vo","svg":{"outline":"","filled":""}},"badge-vr":{"name":"badge-vr","svg":{"outline":"","filled":""}},"badge-wc":{"name":"badge-wc","svg":{"outline":"","filled":""}},"badge":{"name":"badge","svg":{"outline":"","filled":""}},"badges-off":{"name":"badges-off","svg":{"outline":"","filled":null}},"badges":{"name":"badges","svg":{"outline":"","filled":""}},"baguette":{"name":"baguette","svg":{"outline":"","filled":null}},"ball-american-football-off":{"name":"ball-american-football-off","svg":{"outline":"","filled":null}},"ball-american-football":{"name":"ball-american-football","svg":{"outline":"","filled":null}},"ball-baseball":{"name":"ball-baseball","svg":{"outline":"","filled":null}},"ball-basketball":{"name":"ball-basketball","svg":{"outline":"","filled":null}},"ball-bowling":{"name":"ball-bowling","svg":{"outline":"","filled":null}},"ball-football-off":{"name":"ball-football-off","svg":{"outline":"","filled":null}},"ball-football":{"name":"ball-football","svg":{"outline":"","filled":null}},"ball-tennis":{"name":"ball-tennis","svg":{"outline":"","filled":null}},"ball-volleyball":{"name":"ball-volleyball","svg":{"outline":"","filled":null}},"balloon-off":{"name":"balloon-off","svg":{"outline":"","filled":null}},"balloon":{"name":"balloon","svg":{"outline":"","filled":""}},"ballpen-off":{"name":"ballpen-off","svg":{"outline":"","filled":null}},"ballpen":{"name":"ballpen","svg":{"outline":"","filled":""}},"ban":{"name":"ban","svg":{"outline":"","filled":null}},"bandage-off":{"name":"bandage-off","svg":{"outline":"","filled":null}},"bandage":{"name":"bandage","svg":{"outline":"","filled":""}},"barbell-off":{"name":"barbell-off","svg":{"outline":"","filled":null}},"barbell":{"name":"barbell","svg":{"outline":"","filled":""}},"barcode-off":{"name":"barcode-off","svg":{"outline":"","filled":null}},"barcode":{"name":"barcode","svg":{"outline":"","filled":null}},"barrel-off":{"name":"barrel-off","svg":{"outline":"","filled":null}},"barrel":{"name":"barrel","svg":{"outline":"","filled":null}},"barrier-block-off":{"name":"barrier-block-off","svg":{"outline":"","filled":null}},"barrier-block":{"name":"barrier-block","svg":{"outline":"","filled":""}},"baseline-density-large":{"name":"baseline-density-large","svg":{"outline":"","filled":null}},"baseline-density-medium":{"name":"baseline-density-medium","svg":{"outline":"","filled":null}},"baseline-density-small":{"name":"baseline-density-small","svg":{"outline":"","filled":null}},"baseline":{"name":"baseline","svg":{"outline":"","filled":null}},"basket-bolt":{"name":"basket-bolt","svg":{"outline":"","filled":null}},"basket-cancel":{"name":"basket-cancel","svg":{"outline":"","filled":null}},"basket-check":{"name":"basket-check","svg":{"outline":"","filled":null}},"basket-code":{"name":"basket-code","svg":{"outline":"","filled":null}},"basket-cog":{"name":"basket-cog","svg":{"outline":"","filled":null}},"basket-discount":{"name":"basket-discount","svg":{"outline":"","filled":null}},"basket-dollar":{"name":"basket-dollar","svg":{"outline":"","filled":null}},"basket-down":{"name":"basket-down","svg":{"outline":"","filled":null}},"basket-exclamation":{"name":"basket-exclamation","svg":{"outline":"","filled":null}},"basket-heart":{"name":"basket-heart","svg":{"outline":"","filled":null}},"basket-minus":{"name":"basket-minus","svg":{"outline":"","filled":null}},"basket-off":{"name":"basket-off","svg":{"outline":"","filled":null}},"basket-pause":{"name":"basket-pause","svg":{"outline":"","filled":null}},"basket-pin":{"name":"basket-pin","svg":{"outline":"","filled":null}},"basket-plus":{"name":"basket-plus","svg":{"outline":"","filled":null}},"basket-question":{"name":"basket-question","svg":{"outline":"","filled":null}},"basket-search":{"name":"basket-search","svg":{"outline":"","filled":null}},"basket-share":{"name":"basket-share","svg":{"outline":"","filled":null}},"basket-star":{"name":"basket-star","svg":{"outline":"","filled":null}},"basket-up":{"name":"basket-up","svg":{"outline":"","filled":null}},"basket-x":{"name":"basket-x","svg":{"outline":"","filled":null}},"basket":{"name":"basket","svg":{"outline":"","filled":""}},"bat":{"name":"bat","svg":{"outline":"","filled":null}},"bath-off":{"name":"bath-off","svg":{"outline":"","filled":null}},"bath":{"name":"bath","svg":{"outline":"","filled":""}},"battery-1":{"name":"battery-1","svg":{"outline":"","filled":""}},"battery-2":{"name":"battery-2","svg":{"outline":"","filled":""}},"battery-3":{"name":"battery-3","svg":{"outline":"","filled":""}},"battery-4":{"name":"battery-4","svg":{"outline":"","filled":""}},"battery-automotive":{"name":"battery-automotive","svg":{"outline":"","filled":""}},"battery-charging-2":{"name":"battery-charging-2","svg":{"outline":"","filled":null}},"battery-charging":{"name":"battery-charging","svg":{"outline":"","filled":null}},"battery-eco":{"name":"battery-eco","svg":{"outline":"","filled":null}},"battery-exclamation":{"name":"battery-exclamation","svg":{"outline":"","filled":null}},"battery-off":{"name":"battery-off","svg":{"outline":"","filled":null}},"battery-spark":{"name":"battery-spark","svg":{"outline":"","filled":null}},"battery-vertical-1":{"name":"battery-vertical-1","svg":{"outline":"","filled":""}},"battery-vertical-2":{"name":"battery-vertical-2","svg":{"outline":"","filled":""}},"battery-vertical-3":{"name":"battery-vertical-3","svg":{"outline":"","filled":""}},"battery-vertical-4":{"name":"battery-vertical-4","svg":{"outline":"","filled":""}},"battery-vertical-charging-2":{"name":"battery-vertical-charging-2","svg":{"outline":"","filled":null}},"battery-vertical-charging":{"name":"battery-vertical-charging","svg":{"outline":"","filled":null}},"battery-vertical-eco":{"name":"battery-vertical-eco","svg":{"outline":"","filled":null}},"battery-vertical-exclamation":{"name":"battery-vertical-exclamation","svg":{"outline":"","filled":null}},"battery-vertical-off":{"name":"battery-vertical-off","svg":{"outline":"","filled":null}},"battery-vertical":{"name":"battery-vertical","svg":{"outline":"","filled":""}},"battery":{"name":"battery","svg":{"outline":"","filled":""}},"beach-off":{"name":"beach-off","svg":{"outline":"","filled":null}},"beach":{"name":"beach","svg":{"outline":"","filled":null}},"bed-flat":{"name":"bed-flat","svg":{"outline":"","filled":""}},"bed-off":{"name":"bed-off","svg":{"outline":"","filled":null}},"bed":{"name":"bed","svg":{"outline":"","filled":""}},"beer-off":{"name":"beer-off","svg":{"outline":"","filled":null}},"beer":{"name":"beer","svg":{"outline":"","filled":""}},"bell-bolt":{"name":"bell-bolt","svg":{"outline":"","filled":null}},"bell-cancel":{"name":"bell-cancel","svg":{"outline":"","filled":null}},"bell-check":{"name":"bell-check","svg":{"outline":"","filled":null}},"bell-code":{"name":"bell-code","svg":{"outline":"","filled":null}},"bell-cog":{"name":"bell-cog","svg":{"outline":"","filled":null}},"bell-dollar":{"name":"bell-dollar","svg":{"outline":"","filled":null}},"bell-down":{"name":"bell-down","svg":{"outline":"","filled":null}},"bell-exclamation":{"name":"bell-exclamation","svg":{"outline":"","filled":null}},"bell-heart":{"name":"bell-heart","svg":{"outline":"","filled":null}},"bell-minus":{"name":"bell-minus","svg":{"outline":"","filled":""}},"bell-off":{"name":"bell-off","svg":{"outline":"","filled":null}},"bell-pause":{"name":"bell-pause","svg":{"outline":"","filled":null}},"bell-pin":{"name":"bell-pin","svg":{"outline":"","filled":null}},"bell-plus":{"name":"bell-plus","svg":{"outline":"","filled":""}},"bell-question":{"name":"bell-question","svg":{"outline":"","filled":null}},"bell-ringing-2":{"name":"bell-ringing-2","svg":{"outline":"","filled":""}},"bell-ringing":{"name":"bell-ringing","svg":{"outline":"","filled":""}},"bell-school":{"name":"bell-school","svg":{"outline":"","filled":null}},"bell-search":{"name":"bell-search","svg":{"outline":"","filled":null}},"bell-share":{"name":"bell-share","svg":{"outline":"","filled":null}},"bell-star":{"name":"bell-star","svg":{"outline":"","filled":null}},"bell-up":{"name":"bell-up","svg":{"outline":"","filled":null}},"bell-x":{"name":"bell-x","svg":{"outline":"","filled":""}},"bell-z":{"name":"bell-z","svg":{"outline":"","filled":""}},"bell":{"name":"bell","svg":{"outline":"","filled":""}},"beta":{"name":"beta","svg":{"outline":"","filled":null}},"bible":{"name":"bible","svg":{"outline":"","filled":null}},"bike-off":{"name":"bike-off","svg":{"outline":"","filled":null}},"bike":{"name":"bike","svg":{"outline":"","filled":""}},"binary-off":{"name":"binary-off","svg":{"outline":"","filled":null}},"binary-tree-2":{"name":"binary-tree-2","svg":{"outline":"","filled":""}},"binary-tree":{"name":"binary-tree","svg":{"outline":"","filled":""}},"binary":{"name":"binary","svg":{"outline":"","filled":null}},"binoculars":{"name":"binoculars","svg":{"outline":"","filled":""}},"biohazard-off":{"name":"biohazard-off","svg":{"outline":"","filled":null}},"biohazard":{"name":"biohazard","svg":{"outline":"","filled":""}},"blade":{"name":"blade","svg":{"outline":"","filled":""}},"bleach-chlorine":{"name":"bleach-chlorine","svg":{"outline":"","filled":null}},"bleach-no-chlorine":{"name":"bleach-no-chlorine","svg":{"outline":"","filled":null}},"bleach-off":{"name":"bleach-off","svg":{"outline":"","filled":null}},"bleach":{"name":"bleach","svg":{"outline":"","filled":null}},"blend-mode":{"name":"blend-mode","svg":{"outline":"","filled":null}},"blender":{"name":"blender","svg":{"outline":"","filled":""}},"blob":{"name":"blob","svg":{"outline":"","filled":""}},"blockquote":{"name":"blockquote","svg":{"outline":"","filled":null}},"bluetooth-connected":{"name":"bluetooth-connected","svg":{"outline":"","filled":null}},"bluetooth-off":{"name":"bluetooth-off","svg":{"outline":"","filled":null}},"bluetooth-x":{"name":"bluetooth-x","svg":{"outline":"","filled":null}},"bluetooth":{"name":"bluetooth","svg":{"outline":"","filled":null}},"blur-off":{"name":"blur-off","svg":{"outline":"","filled":null}},"blur":{"name":"blur","svg":{"outline":"","filled":null}},"bmp":{"name":"bmp","svg":{"outline":"","filled":null}},"body-scan":{"name":"body-scan","svg":{"outline":"","filled":null}},"bold-off":{"name":"bold-off","svg":{"outline":"","filled":null}},"bold":{"name":"bold","svg":{"outline":"","filled":null}},"bolt-off":{"name":"bolt-off","svg":{"outline":"","filled":null}},"bolt":{"name":"bolt","svg":{"outline":"","filled":""}},"bomb":{"name":"bomb","svg":{"outline":"","filled":""}},"bone-off":{"name":"bone-off","svg":{"outline":"","filled":null}},"bone":{"name":"bone","svg":{"outline":"","filled":""}},"bong-off":{"name":"bong-off","svg":{"outline":"","filled":null}},"bong":{"name":"bong","svg":{"outline":"","filled":""}},"book-2":{"name":"book-2","svg":{"outline":"","filled":null}},"book-download":{"name":"book-download","svg":{"outline":"","filled":null}},"book-off":{"name":"book-off","svg":{"outline":"","filled":null}},"book-upload":{"name":"book-upload","svg":{"outline":"","filled":null}},"book":{"name":"book","svg":{"outline":"","filled":""}},"bookmark-ai":{"name":"bookmark-ai","svg":{"outline":"","filled":null}},"bookmark-edit":{"name":"bookmark-edit","svg":{"outline":"","filled":null}},"bookmark-minus":{"name":"bookmark-minus","svg":{"outline":"","filled":null}},"bookmark-off":{"name":"bookmark-off","svg":{"outline":"","filled":null}},"bookmark-plus":{"name":"bookmark-plus","svg":{"outline":"","filled":null}},"bookmark-question":{"name":"bookmark-question","svg":{"outline":"","filled":null}},"bookmark":{"name":"bookmark","svg":{"outline":"","filled":""}},"bookmarks-off":{"name":"bookmarks-off","svg":{"outline":"","filled":null}},"bookmarks":{"name":"bookmarks","svg":{"outline":"","filled":""}},"books-off":{"name":"books-off","svg":{"outline":"","filled":null}},"books":{"name":"books","svg":{"outline":"","filled":null}},"boom":{"name":"boom","svg":{"outline":"","filled":""}},"border-all":{"name":"border-all","svg":{"outline":"","filled":null}},"border-bottom-plus":{"name":"border-bottom-plus","svg":{"outline":"","filled":null}},"border-bottom":{"name":"border-bottom","svg":{"outline":"","filled":null}},"border-corner-ios":{"name":"border-corner-ios","svg":{"outline":"","filled":null}},"border-corner-pill":{"name":"border-corner-pill","svg":{"outline":"","filled":null}},"border-corner-rounded":{"name":"border-corner-rounded","svg":{"outline":"","filled":null}},"border-corner-square":{"name":"border-corner-square","svg":{"outline":"","filled":null}},"border-corners":{"name":"border-corners","svg":{"outline":"","filled":null}},"border-horizontal":{"name":"border-horizontal","svg":{"outline":"","filled":null}},"border-inner":{"name":"border-inner","svg":{"outline":"","filled":null}},"border-left-plus":{"name":"border-left-plus","svg":{"outline":"","filled":null}},"border-left":{"name":"border-left","svg":{"outline":"","filled":null}},"border-none":{"name":"border-none","svg":{"outline":"","filled":null}},"border-outer":{"name":"border-outer","svg":{"outline":"","filled":null}},"border-radius":{"name":"border-radius","svg":{"outline":"","filled":null}},"border-right-plus":{"name":"border-right-plus","svg":{"outline":"","filled":null}},"border-right":{"name":"border-right","svg":{"outline":"","filled":null}},"border-sides":{"name":"border-sides","svg":{"outline":"","filled":null}},"border-style-2":{"name":"border-style-2","svg":{"outline":"","filled":null}},"border-style":{"name":"border-style","svg":{"outline":"","filled":null}},"border-top-plus":{"name":"border-top-plus","svg":{"outline":"","filled":null}},"border-top":{"name":"border-top","svg":{"outline":"","filled":null}},"border-vertical":{"name":"border-vertical","svg":{"outline":"","filled":null}},"bottle-off":{"name":"bottle-off","svg":{"outline":"","filled":null}},"bottle":{"name":"bottle","svg":{"outline":"","filled":""}},"bounce-left":{"name":"bounce-left","svg":{"outline":"","filled":""}},"bounce-right":{"name":"bounce-right","svg":{"outline":"","filled":""}},"bow":{"name":"bow","svg":{"outline":"","filled":""}},"bowl-chopsticks":{"name":"bowl-chopsticks","svg":{"outline":"","filled":""}},"bowl-spoon":{"name":"bowl-spoon","svg":{"outline":"","filled":""}},"bowl":{"name":"bowl","svg":{"outline":"","filled":""}},"box-align-bottom-left":{"name":"box-align-bottom-left","svg":{"outline":"","filled":""}},"box-align-bottom-right":{"name":"box-align-bottom-right","svg":{"outline":"","filled":""}},"box-align-bottom":{"name":"box-align-bottom","svg":{"outline":"","filled":""}},"box-align-left":{"name":"box-align-left","svg":{"outline":"","filled":""}},"box-align-right":{"name":"box-align-right","svg":{"outline":"","filled":""}},"box-align-top-left":{"name":"box-align-top-left","svg":{"outline":"","filled":""}},"box-align-top-right":{"name":"box-align-top-right","svg":{"outline":"","filled":""}},"box-align-top":{"name":"box-align-top","svg":{"outline":"","filled":""}},"box-margin":{"name":"box-margin","svg":{"outline":"","filled":null}},"box-model-2-off":{"name":"box-model-2-off","svg":{"outline":"","filled":null}},"box-model-2":{"name":"box-model-2","svg":{"outline":"","filled":null}},"box-model-off":{"name":"box-model-off","svg":{"outline":"","filled":null}},"box-model":{"name":"box-model","svg":{"outline":"","filled":null}},"box-multiple-0":{"name":"box-multiple-0","svg":{"outline":"","filled":null}},"box-multiple-1":{"name":"box-multiple-1","svg":{"outline":"","filled":null}},"box-multiple-2":{"name":"box-multiple-2","svg":{"outline":"","filled":null}},"box-multiple-3":{"name":"box-multiple-3","svg":{"outline":"","filled":null}},"box-multiple-4":{"name":"box-multiple-4","svg":{"outline":"","filled":null}},"box-multiple-5":{"name":"box-multiple-5","svg":{"outline":"","filled":null}},"box-multiple-6":{"name":"box-multiple-6","svg":{"outline":"","filled":null}},"box-multiple-7":{"name":"box-multiple-7","svg":{"outline":"","filled":null}},"box-multiple-8":{"name":"box-multiple-8","svg":{"outline":"","filled":null}},"box-multiple-9":{"name":"box-multiple-9","svg":{"outline":"","filled":null}},"box-multiple":{"name":"box-multiple","svg":{"outline":"","filled":""}},"box-off":{"name":"box-off","svg":{"outline":"","filled":null}},"box-padding":{"name":"box-padding","svg":{"outline":"","filled":null}},"box":{"name":"box","svg":{"outline":"","filled":null}},"braces-off":{"name":"braces-off","svg":{"outline":"","filled":null}},"braces":{"name":"braces","svg":{"outline":"","filled":null}},"brackets-angle-off":{"name":"brackets-angle-off","svg":{"outline":"","filled":null}},"brackets-angle":{"name":"brackets-angle","svg":{"outline":"","filled":null}},"brackets-contain-end":{"name":"brackets-contain-end","svg":{"outline":"","filled":null}},"brackets-contain-start":{"name":"brackets-contain-start","svg":{"outline":"","filled":null}},"brackets-contain":{"name":"brackets-contain","svg":{"outline":"","filled":null}},"brackets-off":{"name":"brackets-off","svg":{"outline":"","filled":null}},"brackets":{"name":"brackets","svg":{"outline":"","filled":null}},"braille":{"name":"braille","svg":{"outline":"","filled":null}},"brain":{"name":"brain","svg":{"outline":"","filled":null}},"brand-4chan":{"name":"brand-4chan","svg":{"outline":"","filled":null}},"brand-abstract":{"name":"brand-abstract","svg":{"outline":"","filled":null}},"brand-adobe-after-effect":{"name":"brand-adobe-after-effect","svg":{"outline":"","filled":null}},"brand-adobe-illustrator":{"name":"brand-adobe-illustrator","svg":{"outline":"","filled":null}},"brand-adobe-indesign":{"name":"brand-adobe-indesign","svg":{"outline":"","filled":null}},"brand-adobe-photoshop":{"name":"brand-adobe-photoshop","svg":{"outline":"","filled":null}},"brand-adobe-premier":{"name":"brand-adobe-premier","svg":{"outline":"","filled":null}},"brand-adobe-xd":{"name":"brand-adobe-xd","svg":{"outline":"","filled":null}},"brand-adobe":{"name":"brand-adobe","svg":{"outline":"","filled":null}},"brand-adonis-js":{"name":"brand-adonis-js","svg":{"outline":"","filled":null}},"brand-airbnb":{"name":"brand-airbnb","svg":{"outline":"","filled":null}},"brand-airtable":{"name":"brand-airtable","svg":{"outline":"","filled":null}},"brand-algolia":{"name":"brand-algolia","svg":{"outline":"","filled":null}},"brand-alipay":{"name":"brand-alipay","svg":{"outline":"","filled":null}},"brand-alpine-js":{"name":"brand-alpine-js","svg":{"outline":"","filled":null}},"brand-amazon":{"name":"brand-amazon","svg":{"outline":"","filled":null}},"brand-amd":{"name":"brand-amd","svg":{"outline":"","filled":null}},"brand-amie":{"name":"brand-amie","svg":{"outline":"","filled":null}},"brand-amigo":{"name":"brand-amigo","svg":{"outline":"","filled":null}},"brand-among-us":{"name":"brand-among-us","svg":{"outline":"","filled":null}},"brand-android":{"name":"brand-android","svg":{"outline":"","filled":null}},"brand-angular":{"name":"brand-angular","svg":{"outline":"","filled":null}},"brand-ansible":{"name":"brand-ansible","svg":{"outline":"","filled":null}},"brand-ao3":{"name":"brand-ao3","svg":{"outline":"","filled":null}},"brand-appgallery":{"name":"brand-appgallery","svg":{"outline":"","filled":null}},"brand-apple-arcade":{"name":"brand-apple-arcade","svg":{"outline":"","filled":null}},"brand-apple-news":{"name":"brand-apple-news","svg":{"outline":"","filled":null}},"brand-apple-podcast":{"name":"brand-apple-podcast","svg":{"outline":"","filled":null}},"brand-apple":{"name":"brand-apple","svg":{"outline":"","filled":""}},"brand-appstore":{"name":"brand-appstore","svg":{"outline":"","filled":null}},"brand-arc":{"name":"brand-arc","svg":{"outline":"","filled":null}},"brand-asana":{"name":"brand-asana","svg":{"outline":"","filled":null}},"brand-astro":{"name":"brand-astro","svg":{"outline":"","filled":null}},"brand-auth0":{"name":"brand-auth0","svg":{"outline":"","filled":null}},"brand-aws":{"name":"brand-aws","svg":{"outline":"","filled":null}},"brand-azure":{"name":"brand-azure","svg":{"outline":"","filled":null}},"brand-backbone":{"name":"brand-backbone","svg":{"outline":"","filled":null}},"brand-badoo":{"name":"brand-badoo","svg":{"outline":"","filled":null}},"brand-baidu":{"name":"brand-baidu","svg":{"outline":"","filled":null}},"brand-bandcamp":{"name":"brand-bandcamp","svg":{"outline":"","filled":null}},"brand-bandlab":{"name":"brand-bandlab","svg":{"outline":"","filled":null}},"brand-beats":{"name":"brand-beats","svg":{"outline":"","filled":null}},"brand-bebo":{"name":"brand-bebo","svg":{"outline":"","filled":null}},"brand-behance":{"name":"brand-behance","svg":{"outline":"","filled":null}},"brand-bilibili":{"name":"brand-bilibili","svg":{"outline":"","filled":null}},"brand-binance":{"name":"brand-binance","svg":{"outline":"","filled":null}},"brand-bing":{"name":"brand-bing","svg":{"outline":"","filled":null}},"brand-bitbucket":{"name":"brand-bitbucket","svg":{"outline":"","filled":null}},"brand-blackberry":{"name":"brand-blackberry","svg":{"outline":"","filled":null}},"brand-blender":{"name":"brand-blender","svg":{"outline":"","filled":null}},"brand-blogger":{"name":"brand-blogger","svg":{"outline":"","filled":null}},"brand-bluesky":{"name":"brand-bluesky","svg":{"outline":"","filled":null}},"brand-booking":{"name":"brand-booking","svg":{"outline":"","filled":null}},"brand-bootstrap":{"name":"brand-bootstrap","svg":{"outline":"","filled":null}},"brand-bulma":{"name":"brand-bulma","svg":{"outline":"","filled":null}},"brand-bumble":{"name":"brand-bumble","svg":{"outline":"","filled":null}},"brand-bunpo":{"name":"brand-bunpo","svg":{"outline":"","filled":null}},"brand-c-sharp":{"name":"brand-c-sharp","svg":{"outline":"","filled":null}},"brand-cake":{"name":"brand-cake","svg":{"outline":"","filled":null}},"brand-cakephp":{"name":"brand-cakephp","svg":{"outline":"","filled":null}},"brand-campaignmonitor":{"name":"brand-campaignmonitor","svg":{"outline":"","filled":null}},"brand-carbon":{"name":"brand-carbon","svg":{"outline":"","filled":null}},"brand-cashapp":{"name":"brand-cashapp","svg":{"outline":"","filled":null}},"brand-chrome":{"name":"brand-chrome","svg":{"outline":"","filled":null}},"brand-cinema-4d":{"name":"brand-cinema-4d","svg":{"outline":"","filled":null}},"brand-citymapper":{"name":"brand-citymapper","svg":{"outline":"","filled":null}},"brand-cloudflare":{"name":"brand-cloudflare","svg":{"outline":"","filled":null}},"brand-codecov":{"name":"brand-codecov","svg":{"outline":"","filled":null}},"brand-codepen":{"name":"brand-codepen","svg":{"outline":"","filled":null}},"brand-codesandbox":{"name":"brand-codesandbox","svg":{"outline":"","filled":null}},"brand-cohost":{"name":"brand-cohost","svg":{"outline":"","filled":null}},"brand-coinbase":{"name":"brand-coinbase","svg":{"outline":"","filled":null}},"brand-comedy-central":{"name":"brand-comedy-central","svg":{"outline":"","filled":null}},"brand-coreos":{"name":"brand-coreos","svg":{"outline":"","filled":null}},"brand-couchdb":{"name":"brand-couchdb","svg":{"outline":"","filled":null}},"brand-couchsurfing":{"name":"brand-couchsurfing","svg":{"outline":"","filled":null}},"brand-cpp":{"name":"brand-cpp","svg":{"outline":"","filled":null}},"brand-craft":{"name":"brand-craft","svg":{"outline":"","filled":null}},"brand-crunchbase":{"name":"brand-crunchbase","svg":{"outline":"","filled":null}},"brand-css3":{"name":"brand-css3","svg":{"outline":"","filled":null}},"brand-ctemplar":{"name":"brand-ctemplar","svg":{"outline":"","filled":null}},"brand-cucumber":{"name":"brand-cucumber","svg":{"outline":"","filled":null}},"brand-cupra":{"name":"brand-cupra","svg":{"outline":"","filled":null}},"brand-cypress":{"name":"brand-cypress","svg":{"outline":"","filled":null}},"brand-d3":{"name":"brand-d3","svg":{"outline":"","filled":null}},"brand-databricks":{"name":"brand-databricks","svg":{"outline":"","filled":null}},"brand-days-counter":{"name":"brand-days-counter","svg":{"outline":"","filled":null}},"brand-dcos":{"name":"brand-dcos","svg":{"outline":"","filled":null}},"brand-debian":{"name":"brand-debian","svg":{"outline":"","filled":null}},"brand-deezer":{"name":"brand-deezer","svg":{"outline":"","filled":null}},"brand-deliveroo":{"name":"brand-deliveroo","svg":{"outline":"","filled":null}},"brand-deno":{"name":"brand-deno","svg":{"outline":"","filled":null}},"brand-denodo":{"name":"brand-denodo","svg":{"outline":"","filled":null}},"brand-deviantart":{"name":"brand-deviantart","svg":{"outline":"","filled":null}},"brand-digg":{"name":"brand-digg","svg":{"outline":"","filled":null}},"brand-dingtalk":{"name":"brand-dingtalk","svg":{"outline":"","filled":null}},"brand-discord":{"name":"brand-discord","svg":{"outline":"","filled":""}},"brand-disney":{"name":"brand-disney","svg":{"outline":"","filled":null}},"brand-disqus":{"name":"brand-disqus","svg":{"outline":"","filled":null}},"brand-django":{"name":"brand-django","svg":{"outline":"","filled":null}},"brand-docker":{"name":"brand-docker","svg":{"outline":"","filled":null}},"brand-doctrine":{"name":"brand-doctrine","svg":{"outline":"","filled":null}},"brand-dolby-digital":{"name":"brand-dolby-digital","svg":{"outline":"","filled":null}},"brand-douban":{"name":"brand-douban","svg":{"outline":"","filled":null}},"brand-dribbble":{"name":"brand-dribbble","svg":{"outline":"","filled":""}},"brand-drops":{"name":"brand-drops","svg":{"outline":"","filled":null}},"brand-drupal":{"name":"brand-drupal","svg":{"outline":"","filled":null}},"brand-edge":{"name":"brand-edge","svg":{"outline":"","filled":null}},"brand-elastic":{"name":"brand-elastic","svg":{"outline":"","filled":null}},"brand-electronic-arts":{"name":"brand-electronic-arts","svg":{"outline":"","filled":null}},"brand-ember":{"name":"brand-ember","svg":{"outline":"","filled":null}},"brand-envato":{"name":"brand-envato","svg":{"outline":"","filled":null}},"brand-etsy":{"name":"brand-etsy","svg":{"outline":"","filled":null}},"brand-evernote":{"name":"brand-evernote","svg":{"outline":"","filled":null}},"brand-facebook":{"name":"brand-facebook","svg":{"outline":"","filled":""}},"brand-feedly":{"name":"brand-feedly","svg":{"outline":"","filled":null}},"brand-figma":{"name":"brand-figma","svg":{"outline":"","filled":null}},"brand-filezilla":{"name":"brand-filezilla","svg":{"outline":"","filled":null}},"brand-finder":{"name":"brand-finder","svg":{"outline":"","filled":null}},"brand-firebase":{"name":"brand-firebase","svg":{"outline":"","filled":null}},"brand-firefox":{"name":"brand-firefox","svg":{"outline":"","filled":null}},"brand-fiverr":{"name":"brand-fiverr","svg":{"outline":"","filled":null}},"brand-flickr":{"name":"brand-flickr","svg":{"outline":"","filled":null}},"brand-flightradar24":{"name":"brand-flightradar24","svg":{"outline":"","filled":null}},"brand-flipboard":{"name":"brand-flipboard","svg":{"outline":"","filled":null}},"brand-flutter":{"name":"brand-flutter","svg":{"outline":"","filled":null}},"brand-fortnite":{"name":"brand-fortnite","svg":{"outline":"","filled":null}},"brand-foursquare":{"name":"brand-foursquare","svg":{"outline":"","filled":null}},"brand-framer-motion":{"name":"brand-framer-motion","svg":{"outline":"","filled":null}},"brand-framer":{"name":"brand-framer","svg":{"outline":"","filled":null}},"brand-funimation":{"name":"brand-funimation","svg":{"outline":"","filled":null}},"brand-gatsby":{"name":"brand-gatsby","svg":{"outline":"","filled":null}},"brand-git":{"name":"brand-git","svg":{"outline":"","filled":null}},"brand-github-copilot":{"name":"brand-github-copilot","svg":{"outline":"","filled":null}},"brand-github":{"name":"brand-github","svg":{"outline":"","filled":""}},"brand-gitlab":{"name":"brand-gitlab","svg":{"outline":"","filled":null}},"brand-gmail":{"name":"brand-gmail","svg":{"outline":"","filled":null}},"brand-golang":{"name":"brand-golang","svg":{"outline":"","filled":null}},"brand-google-analytics":{"name":"brand-google-analytics","svg":{"outline":"","filled":null}},"brand-google-big-query":{"name":"brand-google-big-query","svg":{"outline":"","filled":null}},"brand-google-drive":{"name":"brand-google-drive","svg":{"outline":"","filled":null}},"brand-google-fit":{"name":"brand-google-fit","svg":{"outline":"","filled":null}},"brand-google-home":{"name":"brand-google-home","svg":{"outline":"","filled":null}},"brand-google-maps":{"name":"brand-google-maps","svg":{"outline":"","filled":null}},"brand-google-one":{"name":"brand-google-one","svg":{"outline":"","filled":null}},"brand-google-photos":{"name":"brand-google-photos","svg":{"outline":"","filled":null}},"brand-google-play":{"name":"brand-google-play","svg":{"outline":"","filled":null}},"brand-google-podcasts":{"name":"brand-google-podcasts","svg":{"outline":"","filled":null}},"brand-google":{"name":"brand-google","svg":{"outline":"","filled":""}},"brand-grammarly":{"name":"brand-grammarly","svg":{"outline":"","filled":null}},"brand-graphql":{"name":"brand-graphql","svg":{"outline":"","filled":null}},"brand-gravatar":{"name":"brand-gravatar","svg":{"outline":"","filled":null}},"brand-grindr":{"name":"brand-grindr","svg":{"outline":"","filled":null}},"brand-guardian":{"name":"brand-guardian","svg":{"outline":"","filled":null}},"brand-gumroad":{"name":"brand-gumroad","svg":{"outline":"","filled":null}},"brand-hackerrank":{"name":"brand-hackerrank","svg":{"outline":"","filled":null}},"brand-hbo":{"name":"brand-hbo","svg":{"outline":"","filled":null}},"brand-headlessui":{"name":"brand-headlessui","svg":{"outline":"","filled":null}},"brand-hexo":{"name":"brand-hexo","svg":{"outline":"","filled":null}},"brand-hipchat":{"name":"brand-hipchat","svg":{"outline":"","filled":null}},"brand-html5":{"name":"brand-html5","svg":{"outline":"","filled":null}},"brand-inertia":{"name":"brand-inertia","svg":{"outline":"","filled":null}},"brand-instagram":{"name":"brand-instagram","svg":{"outline":"","filled":null}},"brand-intercom":{"name":"brand-intercom","svg":{"outline":"","filled":null}},"brand-itch":{"name":"brand-itch","svg":{"outline":"","filled":null}},"brand-javascript":{"name":"brand-javascript","svg":{"outline":"","filled":null}},"brand-juejin":{"name":"brand-juejin","svg":{"outline":"","filled":null}},"brand-kako-talk":{"name":"brand-kako-talk","svg":{"outline":"","filled":null}},"brand-kbin":{"name":"brand-kbin","svg":{"outline":"","filled":null}},"brand-kick":{"name":"brand-kick","svg":{"outline":"","filled":null}},"brand-kickstarter":{"name":"brand-kickstarter","svg":{"outline":"","filled":null}},"brand-kotlin":{"name":"brand-kotlin","svg":{"outline":"","filled":null}},"brand-laravel":{"name":"brand-laravel","svg":{"outline":"","filled":null}},"brand-lastfm":{"name":"brand-lastfm","svg":{"outline":"","filled":null}},"brand-leetcode":{"name":"brand-leetcode","svg":{"outline":"","filled":null}},"brand-letterboxd":{"name":"brand-letterboxd","svg":{"outline":"","filled":null}},"brand-line":{"name":"brand-line","svg":{"outline":"","filled":null}},"brand-linkedin":{"name":"brand-linkedin","svg":{"outline":"","filled":null}},"brand-linktree":{"name":"brand-linktree","svg":{"outline":"","filled":null}},"brand-linqpad":{"name":"brand-linqpad","svg":{"outline":"","filled":null}},"brand-livewire":{"name":"brand-livewire","svg":{"outline":"","filled":null}},"brand-loom":{"name":"brand-loom","svg":{"outline":"","filled":null}},"brand-mailgun":{"name":"brand-mailgun","svg":{"outline":"","filled":null}},"brand-mantine":{"name":"brand-mantine","svg":{"outline":"","filled":null}},"brand-mastercard":{"name":"brand-mastercard","svg":{"outline":"","filled":null}},"brand-mastodon":{"name":"brand-mastodon","svg":{"outline":"","filled":null}},"brand-matrix":{"name":"brand-matrix","svg":{"outline":"","filled":null}},"brand-mcdonalds":{"name":"brand-mcdonalds","svg":{"outline":"","filled":null}},"brand-medium":{"name":"brand-medium","svg":{"outline":"","filled":null}},"brand-meetup":{"name":"brand-meetup","svg":{"outline":"","filled":null}},"brand-mercedes":{"name":"brand-mercedes","svg":{"outline":"","filled":null}},"brand-messenger":{"name":"brand-messenger","svg":{"outline":"","filled":null}},"brand-meta":{"name":"brand-meta","svg":{"outline":"","filled":null}},"brand-metabrainz":{"name":"brand-metabrainz","svg":{"outline":"","filled":null}},"brand-minecraft":{"name":"brand-minecraft","svg":{"outline":"","filled":null}},"brand-miniprogram":{"name":"brand-miniprogram","svg":{"outline":"","filled":null}},"brand-mixpanel":{"name":"brand-mixpanel","svg":{"outline":"","filled":null}},"brand-monday":{"name":"brand-monday","svg":{"outline":"","filled":null}},"brand-mongodb":{"name":"brand-mongodb","svg":{"outline":"","filled":null}},"brand-my-oppo":{"name":"brand-my-oppo","svg":{"outline":"","filled":null}},"brand-mysql":{"name":"brand-mysql","svg":{"outline":"","filled":null}},"brand-national-geographic":{"name":"brand-national-geographic","svg":{"outline":"","filled":null}},"brand-nem":{"name":"brand-nem","svg":{"outline":"","filled":null}},"brand-netbeans":{"name":"brand-netbeans","svg":{"outline":"","filled":null}},"brand-netease-music":{"name":"brand-netease-music","svg":{"outline":"","filled":null}},"brand-netflix":{"name":"brand-netflix","svg":{"outline":"","filled":null}},"brand-nexo":{"name":"brand-nexo","svg":{"outline":"","filled":null}},"brand-nextcloud":{"name":"brand-nextcloud","svg":{"outline":"","filled":null}},"brand-nextjs":{"name":"brand-nextjs","svg":{"outline":"","filled":null}},"brand-nodejs":{"name":"brand-nodejs","svg":{"outline":"","filled":null}},"brand-nord-vpn":{"name":"brand-nord-vpn","svg":{"outline":"","filled":null}},"brand-notion":{"name":"brand-notion","svg":{"outline":"","filled":null}},"brand-npm":{"name":"brand-npm","svg":{"outline":"","filled":null}},"brand-nuxt":{"name":"brand-nuxt","svg":{"outline":"","filled":null}},"brand-nytimes":{"name":"brand-nytimes","svg":{"outline":"","filled":null}},"brand-oauth":{"name":"brand-oauth","svg":{"outline":"","filled":null}},"brand-office":{"name":"brand-office","svg":{"outline":"","filled":null}},"brand-ok-ru":{"name":"brand-ok-ru","svg":{"outline":"","filled":null}},"brand-onedrive":{"name":"brand-onedrive","svg":{"outline":"","filled":null}},"brand-onlyfans":{"name":"brand-onlyfans","svg":{"outline":"","filled":null}},"brand-open-source":{"name":"brand-open-source","svg":{"outline":"","filled":null}},"brand-openai":{"name":"brand-openai","svg":{"outline":"","filled":null}},"brand-openvpn":{"name":"brand-openvpn","svg":{"outline":"","filled":null}},"brand-opera":{"name":"brand-opera","svg":{"outline":"","filled":null}},"brand-pagekit":{"name":"brand-pagekit","svg":{"outline":"","filled":null}},"brand-parsinta":{"name":"brand-parsinta","svg":{"outline":"","filled":null}},"brand-patreon":{"name":"brand-patreon","svg":{"outline":"","filled":""}},"brand-paypal":{"name":"brand-paypal","svg":{"outline":"","filled":""}},"brand-paypay":{"name":"brand-paypay","svg":{"outline":"","filled":null}},"brand-peanut":{"name":"brand-peanut","svg":{"outline":"","filled":null}},"brand-pepsi":{"name":"brand-pepsi","svg":{"outline":"","filled":null}},"brand-php":{"name":"brand-php","svg":{"outline":"","filled":null}},"brand-picsart":{"name":"brand-picsart","svg":{"outline":"","filled":null}},"brand-pinterest":{"name":"brand-pinterest","svg":{"outline":"","filled":null}},"brand-planetscale":{"name":"brand-planetscale","svg":{"outline":"","filled":null}},"brand-pnpm":{"name":"brand-pnpm","svg":{"outline":"","filled":null}},"brand-pocket":{"name":"brand-pocket","svg":{"outline":"","filled":null}},"brand-polymer":{"name":"brand-polymer","svg":{"outline":"","filled":null}},"brand-powershell":{"name":"brand-powershell","svg":{"outline":"","filled":null}},"brand-printables":{"name":"brand-printables","svg":{"outline":"","filled":null}},"brand-prisma":{"name":"brand-prisma","svg":{"outline":"","filled":null}},"brand-producthunt":{"name":"brand-producthunt","svg":{"outline":"","filled":null}},"brand-pushbullet":{"name":"brand-pushbullet","svg":{"outline":"","filled":null}},"brand-pushover":{"name":"brand-pushover","svg":{"outline":"","filled":null}},"brand-python":{"name":"brand-python","svg":{"outline":"","filled":null}},"brand-qq":{"name":"brand-qq","svg":{"outline":"","filled":null}},"brand-radix-ui":{"name":"brand-radix-ui","svg":{"outline":"","filled":null}},"brand-react-native":{"name":"brand-react-native","svg":{"outline":"","filled":null}},"brand-react":{"name":"brand-react","svg":{"outline":"","filled":null}},"brand-reason":{"name":"brand-reason","svg":{"outline":"","filled":null}},"brand-reddit":{"name":"brand-reddit","svg":{"outline":"","filled":null}},"brand-redhat":{"name":"brand-redhat","svg":{"outline":"","filled":null}},"brand-redux":{"name":"brand-redux","svg":{"outline":"","filled":null}},"brand-revolut":{"name":"brand-revolut","svg":{"outline":"","filled":null}},"brand-rumble":{"name":"brand-rumble","svg":{"outline":"","filled":null}},"brand-rust":{"name":"brand-rust","svg":{"outline":"","filled":null}},"brand-safari":{"name":"brand-safari","svg":{"outline":"","filled":null}},"brand-samsungpass":{"name":"brand-samsungpass","svg":{"outline":"","filled":null}},"brand-sass":{"name":"brand-sass","svg":{"outline":"","filled":null}},"brand-sentry":{"name":"brand-sentry","svg":{"outline":"","filled":null}},"brand-sharik":{"name":"brand-sharik","svg":{"outline":"","filled":null}},"brand-shazam":{"name":"brand-shazam","svg":{"outline":"","filled":null}},"brand-shopee":{"name":"brand-shopee","svg":{"outline":"","filled":null}},"brand-sketch":{"name":"brand-sketch","svg":{"outline":"","filled":null}},"brand-skype":{"name":"brand-skype","svg":{"outline":"","filled":null}},"brand-slack":{"name":"brand-slack","svg":{"outline":"","filled":null}},"brand-snapchat":{"name":"brand-snapchat","svg":{"outline":"","filled":null}},"brand-snapseed":{"name":"brand-snapseed","svg":{"outline":"","filled":null}},"brand-snowflake":{"name":"brand-snowflake","svg":{"outline":"","filled":null}},"brand-socket-io":{"name":"brand-socket-io","svg":{"outline":"","filled":null}},"brand-solidjs":{"name":"brand-solidjs","svg":{"outline":"","filled":null}},"brand-soundcloud":{"name":"brand-soundcloud","svg":{"outline":"","filled":null}},"brand-spacehey":{"name":"brand-spacehey","svg":{"outline":"","filled":null}},"brand-speedtest":{"name":"brand-speedtest","svg":{"outline":"","filled":null}},"brand-spotify":{"name":"brand-spotify","svg":{"outline":"","filled":""}},"brand-stackoverflow":{"name":"brand-stackoverflow","svg":{"outline":"","filled":null}},"brand-stackshare":{"name":"brand-stackshare","svg":{"outline":"","filled":null}},"brand-steam":{"name":"brand-steam","svg":{"outline":"","filled":null}},"brand-stocktwits":{"name":"brand-stocktwits","svg":{"outline":"","filled":null}},"brand-storj":{"name":"brand-storj","svg":{"outline":"","filled":null}},"brand-storybook":{"name":"brand-storybook","svg":{"outline":"","filled":null}},"brand-storytel":{"name":"brand-storytel","svg":{"outline":"","filled":null}},"brand-strava":{"name":"brand-strava","svg":{"outline":"","filled":null}},"brand-stripe":{"name":"brand-stripe","svg":{"outline":"","filled":null}},"brand-sublime-text":{"name":"brand-sublime-text","svg":{"outline":"","filled":null}},"brand-sugarizer":{"name":"brand-sugarizer","svg":{"outline":"","filled":null}},"brand-supabase":{"name":"brand-supabase","svg":{"outline":"","filled":null}},"brand-superhuman":{"name":"brand-superhuman","svg":{"outline":"","filled":null}},"brand-supernova":{"name":"brand-supernova","svg":{"outline":"","filled":null}},"brand-surfshark":{"name":"brand-surfshark","svg":{"outline":"","filled":null}},"brand-svelte":{"name":"brand-svelte","svg":{"outline":"","filled":null}},"brand-swift":{"name":"brand-swift","svg":{"outline":"","filled":null}},"brand-symfony":{"name":"brand-symfony","svg":{"outline":"","filled":null}},"brand-tabler":{"name":"brand-tabler","svg":{"outline":"","filled":null}},"brand-tailwind":{"name":"brand-tailwind","svg":{"outline":"","filled":null}},"brand-taobao":{"name":"brand-taobao","svg":{"outline":"","filled":null}},"brand-teams":{"name":"brand-teams","svg":{"outline":"","filled":null}},"brand-ted":{"name":"brand-ted","svg":{"outline":"","filled":null}},"brand-telegram":{"name":"brand-telegram","svg":{"outline":"","filled":null}},"brand-terraform":{"name":"brand-terraform","svg":{"outline":"","filled":null}},"brand-tether":{"name":"brand-tether","svg":{"outline":"","filled":null}},"brand-thingiverse":{"name":"brand-thingiverse","svg":{"outline":"","filled":null}},"brand-threads":{"name":"brand-threads","svg":{"outline":"","filled":null}},"brand-threejs":{"name":"brand-threejs","svg":{"outline":"","filled":null}},"brand-tidal":{"name":"brand-tidal","svg":{"outline":"","filled":null}},"brand-tiktok":{"name":"brand-tiktok","svg":{"outline":"","filled":""}},"brand-tinder":{"name":"brand-tinder","svg":{"outline":"","filled":null}},"brand-topbuzz":{"name":"brand-topbuzz","svg":{"outline":"","filled":null}},"brand-torchain":{"name":"brand-torchain","svg":{"outline":"","filled":null}},"brand-toyota":{"name":"brand-toyota","svg":{"outline":"","filled":null}},"brand-trello":{"name":"brand-trello","svg":{"outline":"","filled":null}},"brand-tripadvisor":{"name":"brand-tripadvisor","svg":{"outline":"","filled":null}},"brand-tumblr":{"name":"brand-tumblr","svg":{"outline":"","filled":null}},"brand-twilio":{"name":"brand-twilio","svg":{"outline":"","filled":null}},"brand-twitch":{"name":"brand-twitch","svg":{"outline":"","filled":null}},"brand-twitter":{"name":"brand-twitter","svg":{"outline":"","filled":""}},"brand-typescript":{"name":"brand-typescript","svg":{"outline":"","filled":null}},"brand-uber":{"name":"brand-uber","svg":{"outline":"","filled":null}},"brand-ubuntu":{"name":"brand-ubuntu","svg":{"outline":"","filled":null}},"brand-unity":{"name":"brand-unity","svg":{"outline":"","filled":null}},"brand-unsplash":{"name":"brand-unsplash","svg":{"outline":"","filled":null}},"brand-upwork":{"name":"brand-upwork","svg":{"outline":"","filled":null}},"brand-valorant":{"name":"brand-valorant","svg":{"outline":"","filled":null}},"brand-vercel":{"name":"brand-vercel","svg":{"outline":"","filled":null}},"brand-vimeo":{"name":"brand-vimeo","svg":{"outline":"","filled":null}},"brand-vinted":{"name":"brand-vinted","svg":{"outline":"","filled":null}},"brand-visa":{"name":"brand-visa","svg":{"outline":"","filled":null}},"brand-visual-studio":{"name":"brand-visual-studio","svg":{"outline":"","filled":null}},"brand-vite":{"name":"brand-vite","svg":{"outline":"","filled":null}},"brand-vivaldi":{"name":"brand-vivaldi","svg":{"outline":"","filled":null}},"brand-vk":{"name":"brand-vk","svg":{"outline":"","filled":null}},"brand-vlc":{"name":"brand-vlc","svg":{"outline":"","filled":null}},"brand-volkswagen":{"name":"brand-volkswagen","svg":{"outline":"","filled":null}},"brand-vsco":{"name":"brand-vsco","svg":{"outline":"","filled":null}},"brand-vscode":{"name":"brand-vscode","svg":{"outline":"","filled":null}},"brand-vue":{"name":"brand-vue","svg":{"outline":"","filled":null}},"brand-walmart":{"name":"brand-walmart","svg":{"outline":"","filled":null}},"brand-waze":{"name":"brand-waze","svg":{"outline":"","filled":null}},"brand-webflow":{"name":"brand-webflow","svg":{"outline":"","filled":null}},"brand-wechat":{"name":"brand-wechat","svg":{"outline":"","filled":null}},"brand-weibo":{"name":"brand-weibo","svg":{"outline":"","filled":null}},"brand-whatsapp":{"name":"brand-whatsapp","svg":{"outline":"","filled":null}},"brand-wikipedia":{"name":"brand-wikipedia","svg":{"outline":"","filled":null}},"brand-windows":{"name":"brand-windows","svg":{"outline":"","filled":null}},"brand-windy":{"name":"brand-windy","svg":{"outline":"","filled":null}},"brand-wish":{"name":"brand-wish","svg":{"outline":"","filled":null}},"brand-wix":{"name":"brand-wix","svg":{"outline":"","filled":null}},"brand-wordpress":{"name":"brand-wordpress","svg":{"outline":"","filled":null}},"brand-x":{"name":"brand-x","svg":{"outline":"","filled":""}},"brand-xamarin":{"name":"brand-xamarin","svg":{"outline":"","filled":null}},"brand-xbox":{"name":"brand-xbox","svg":{"outline":"","filled":null}},"brand-xdeep":{"name":"brand-xdeep","svg":{"outline":"","filled":null}},"brand-xing":{"name":"brand-xing","svg":{"outline":"","filled":null}},"brand-yahoo":{"name":"brand-yahoo","svg":{"outline":"","filled":null}},"brand-yandex":{"name":"brand-yandex","svg":{"outline":"","filled":null}},"brand-yarn":{"name":"brand-yarn","svg":{"outline":"","filled":null}},"brand-yatse":{"name":"brand-yatse","svg":{"outline":"","filled":null}},"brand-ycombinator":{"name":"brand-ycombinator","svg":{"outline":"","filled":null}},"brand-youtube-kids":{"name":"brand-youtube-kids","svg":{"outline":"","filled":null}},"brand-youtube":{"name":"brand-youtube","svg":{"outline":"","filled":""}},"brand-zalando":{"name":"brand-zalando","svg":{"outline":"","filled":null}},"brand-zapier":{"name":"brand-zapier","svg":{"outline":"","filled":null}},"brand-zeit":{"name":"brand-zeit","svg":{"outline":"","filled":null}},"brand-zhihu":{"name":"brand-zhihu","svg":{"outline":"","filled":null}},"brand-zoom":{"name":"brand-zoom","svg":{"outline":"","filled":null}},"brand-zulip":{"name":"brand-zulip","svg":{"outline":"","filled":null}},"brand-zwift":{"name":"brand-zwift","svg":{"outline":"","filled":null}},"bread-off":{"name":"bread-off","svg":{"outline":"","filled":null}},"bread":{"name":"bread","svg":{"outline":"","filled":""}},"briefcase-2":{"name":"briefcase-2","svg":{"outline":"","filled":""}},"briefcase-off":{"name":"briefcase-off","svg":{"outline":"","filled":null}},"briefcase":{"name":"briefcase","svg":{"outline":"","filled":""}},"brightness-2":{"name":"brightness-2","svg":{"outline":"","filled":null}},"brightness-auto":{"name":"brightness-auto","svg":{"outline":"","filled":""}},"brightness-down":{"name":"brightness-down","svg":{"outline":"","filled":""}},"brightness-half":{"name":"brightness-half","svg":{"outline":"","filled":null}},"brightness-off":{"name":"brightness-off","svg":{"outline":"","filled":null}},"brightness-up":{"name":"brightness-up","svg":{"outline":"","filled":""}},"brightness":{"name":"brightness","svg":{"outline":"","filled":""}},"broadcast-off":{"name":"broadcast-off","svg":{"outline":"","filled":null}},"broadcast":{"name":"broadcast","svg":{"outline":"","filled":null}},"browser-check":{"name":"browser-check","svg":{"outline":"","filled":null}},"browser-off":{"name":"browser-off","svg":{"outline":"","filled":null}},"browser-plus":{"name":"browser-plus","svg":{"outline":"","filled":null}},"browser-x":{"name":"browser-x","svg":{"outline":"","filled":null}},"browser":{"name":"browser","svg":{"outline":"","filled":null}},"brush-off":{"name":"brush-off","svg":{"outline":"","filled":null}},"brush":{"name":"brush","svg":{"outline":"","filled":null}},"bubble-minus":{"name":"bubble-minus","svg":{"outline":"","filled":null}},"bubble-plus":{"name":"bubble-plus","svg":{"outline":"","filled":null}},"bubble-tea-2":{"name":"bubble-tea-2","svg":{"outline":"","filled":null}},"bubble-tea":{"name":"bubble-tea","svg":{"outline":"","filled":null}},"bubble-text":{"name":"bubble-text","svg":{"outline":"","filled":null}},"bubble-x":{"name":"bubble-x","svg":{"outline":"","filled":null}},"bubble":{"name":"bubble","svg":{"outline":"","filled":""}},"bucket-droplet":{"name":"bucket-droplet","svg":{"outline":"","filled":null}},"bucket-off":{"name":"bucket-off","svg":{"outline":"","filled":null}},"bucket":{"name":"bucket","svg":{"outline":"","filled":null}},"bug-off":{"name":"bug-off","svg":{"outline":"","filled":null}},"bug":{"name":"bug","svg":{"outline":"","filled":""}},"building-airport":{"name":"building-airport","svg":{"outline":"","filled":null}},"building-arch":{"name":"building-arch","svg":{"outline":"","filled":null}},"building-bank":{"name":"building-bank","svg":{"outline":"","filled":null}},"building-bridge-2":{"name":"building-bridge-2","svg":{"outline":"","filled":null}},"building-bridge":{"name":"building-bridge","svg":{"outline":"","filled":null}},"building-broadcast-tower":{"name":"building-broadcast-tower","svg":{"outline":"","filled":""}},"building-burj-al-arab":{"name":"building-burj-al-arab","svg":{"outline":"","filled":null}},"building-carousel":{"name":"building-carousel","svg":{"outline":"","filled":null}},"building-castle":{"name":"building-castle","svg":{"outline":"","filled":null}},"building-church":{"name":"building-church","svg":{"outline":"","filled":null}},"building-circus":{"name":"building-circus","svg":{"outline":"","filled":null}},"building-community":{"name":"building-community","svg":{"outline":"","filled":null}},"building-cottage":{"name":"building-cottage","svg":{"outline":"","filled":null}},"building-estate":{"name":"building-estate","svg":{"outline":"","filled":null}},"building-factory-2":{"name":"building-factory-2","svg":{"outline":"","filled":null}},"building-factory":{"name":"building-factory","svg":{"outline":"","filled":null}},"building-fortress":{"name":"building-fortress","svg":{"outline":"","filled":null}},"building-hospital":{"name":"building-hospital","svg":{"outline":"","filled":null}},"building-lighthouse":{"name":"building-lighthouse","svg":{"outline":"","filled":null}},"building-monument":{"name":"building-monument","svg":{"outline":"","filled":null}},"building-mosque":{"name":"building-mosque","svg":{"outline":"","filled":null}},"building-off":{"name":"building-off","svg":{"outline":"","filled":null}},"building-pavilion":{"name":"building-pavilion","svg":{"outline":"","filled":null}},"building-skyscraper":{"name":"building-skyscraper","svg":{"outline":"","filled":null}},"building-stadium":{"name":"building-stadium","svg":{"outline":"","filled":null}},"building-store":{"name":"building-store","svg":{"outline":"","filled":null}},"building-tunnel":{"name":"building-tunnel","svg":{"outline":"","filled":null}},"building-warehouse":{"name":"building-warehouse","svg":{"outline":"","filled":null}},"building-wind-turbine":{"name":"building-wind-turbine","svg":{"outline":"","filled":null}},"building":{"name":"building","svg":{"outline":"","filled":null}},"buildings":{"name":"buildings","svg":{"outline":"","filled":null}},"bulb-off":{"name":"bulb-off","svg":{"outline":"","filled":null}},"bulb":{"name":"bulb","svg":{"outline":"","filled":""}},"bulldozer":{"name":"bulldozer","svg":{"outline":"","filled":null}},"burger":{"name":"burger","svg":{"outline":"","filled":null}},"bus-off":{"name":"bus-off","svg":{"outline":"","filled":null}},"bus-stop":{"name":"bus-stop","svg":{"outline":"","filled":null}},"bus":{"name":"bus","svg":{"outline":"","filled":null}},"businessplan":{"name":"businessplan","svg":{"outline":"","filled":null}},"butterfly":{"name":"butterfly","svg":{"outline":"","filled":""}},"cactus-off":{"name":"cactus-off","svg":{"outline":"","filled":null}},"cactus":{"name":"cactus","svg":{"outline":"","filled":""}},"cake-off":{"name":"cake-off","svg":{"outline":"","filled":null}},"cake":{"name":"cake","svg":{"outline":"","filled":null}},"calculator-off":{"name":"calculator-off","svg":{"outline":"","filled":null}},"calculator":{"name":"calculator","svg":{"outline":"","filled":""}},"calendar-bolt":{"name":"calendar-bolt","svg":{"outline":"","filled":null}},"calendar-cancel":{"name":"calendar-cancel","svg":{"outline":"","filled":null}},"calendar-check":{"name":"calendar-check","svg":{"outline":"","filled":null}},"calendar-clock":{"name":"calendar-clock","svg":{"outline":"","filled":null}},"calendar-code":{"name":"calendar-code","svg":{"outline":"","filled":null}},"calendar-cog":{"name":"calendar-cog","svg":{"outline":"","filled":null}},"calendar-dollar":{"name":"calendar-dollar","svg":{"outline":"","filled":null}},"calendar-dot":{"name":"calendar-dot","svg":{"outline":"","filled":null}},"calendar-down":{"name":"calendar-down","svg":{"outline":"","filled":null}},"calendar-due":{"name":"calendar-due","svg":{"outline":"","filled":null}},"calendar-event":{"name":"calendar-event","svg":{"outline":"","filled":null}},"calendar-exclamation":{"name":"calendar-exclamation","svg":{"outline":"","filled":null}},"calendar-heart":{"name":"calendar-heart","svg":{"outline":"","filled":null}},"calendar-minus":{"name":"calendar-minus","svg":{"outline":"","filled":null}},"calendar-month":{"name":"calendar-month","svg":{"outline":"","filled":null}},"calendar-off":{"name":"calendar-off","svg":{"outline":"","filled":null}},"calendar-pause":{"name":"calendar-pause","svg":{"outline":"","filled":null}},"calendar-pin":{"name":"calendar-pin","svg":{"outline":"","filled":null}},"calendar-plus":{"name":"calendar-plus","svg":{"outline":"","filled":null}},"calendar-question":{"name":"calendar-question","svg":{"outline":"","filled":null}},"calendar-repeat":{"name":"calendar-repeat","svg":{"outline":"","filled":null}},"calendar-sad":{"name":"calendar-sad","svg":{"outline":"","filled":null}},"calendar-search":{"name":"calendar-search","svg":{"outline":"","filled":null}},"calendar-share":{"name":"calendar-share","svg":{"outline":"","filled":null}},"calendar-smile":{"name":"calendar-smile","svg":{"outline":"","filled":null}},"calendar-star":{"name":"calendar-star","svg":{"outline":"","filled":null}},"calendar-stats":{"name":"calendar-stats","svg":{"outline":"","filled":null}},"calendar-time":{"name":"calendar-time","svg":{"outline":"","filled":null}},"calendar-up":{"name":"calendar-up","svg":{"outline":"","filled":null}},"calendar-user":{"name":"calendar-user","svg":{"outline":"","filled":null}},"calendar-week":{"name":"calendar-week","svg":{"outline":"","filled":null}},"calendar-x":{"name":"calendar-x","svg":{"outline":"","filled":null}},"calendar":{"name":"calendar","svg":{"outline":"","filled":""}},"camera-ai":{"name":"camera-ai","svg":{"outline":"","filled":null}},"camera-bitcoin":{"name":"camera-bitcoin","svg":{"outline":"","filled":null}},"camera-bolt":{"name":"camera-bolt","svg":{"outline":"","filled":null}},"camera-cancel":{"name":"camera-cancel","svg":{"outline":"","filled":null}},"camera-check":{"name":"camera-check","svg":{"outline":"","filled":null}},"camera-code":{"name":"camera-code","svg":{"outline":"","filled":null}},"camera-cog":{"name":"camera-cog","svg":{"outline":"","filled":null}},"camera-dollar":{"name":"camera-dollar","svg":{"outline":"","filled":null}},"camera-down":{"name":"camera-down","svg":{"outline":"","filled":null}},"camera-exclamation":{"name":"camera-exclamation","svg":{"outline":"","filled":null}},"camera-heart":{"name":"camera-heart","svg":{"outline":"","filled":null}},"camera-minus":{"name":"camera-minus","svg":{"outline":"","filled":null}},"camera-moon":{"name":"camera-moon","svg":{"outline":"","filled":null}},"camera-off":{"name":"camera-off","svg":{"outline":"","filled":null}},"camera-pause":{"name":"camera-pause","svg":{"outline":"","filled":null}},"camera-pin":{"name":"camera-pin","svg":{"outline":"","filled":null}},"camera-plus":{"name":"camera-plus","svg":{"outline":"","filled":null}},"camera-question":{"name":"camera-question","svg":{"outline":"","filled":null}},"camera-rotate":{"name":"camera-rotate","svg":{"outline":"","filled":null}},"camera-search":{"name":"camera-search","svg":{"outline":"","filled":null}},"camera-selfie":{"name":"camera-selfie","svg":{"outline":"","filled":null}},"camera-share":{"name":"camera-share","svg":{"outline":"","filled":null}},"camera-spark":{"name":"camera-spark","svg":{"outline":"","filled":null}},"camera-star":{"name":"camera-star","svg":{"outline":"","filled":null}},"camera-up":{"name":"camera-up","svg":{"outline":"","filled":null}},"camera-x":{"name":"camera-x","svg":{"outline":"","filled":null}},"camera":{"name":"camera","svg":{"outline":"","filled":""}},"camper":{"name":"camper","svg":{"outline":"","filled":null}},"campfire":{"name":"campfire","svg":{"outline":"","filled":""}},"cancel":{"name":"cancel","svg":{"outline":"","filled":null}},"candle":{"name":"candle","svg":{"outline":"","filled":""}},"candy-off":{"name":"candy-off","svg":{"outline":"","filled":null}},"candy":{"name":"candy","svg":{"outline":"","filled":null}},"cane":{"name":"cane","svg":{"outline":"","filled":null}},"cannabis":{"name":"cannabis","svg":{"outline":"","filled":""}},"cap-projecting":{"name":"cap-projecting","svg":{"outline":"","filled":null}},"cap-rounded":{"name":"cap-rounded","svg":{"outline":"","filled":null}},"cap-straight":{"name":"cap-straight","svg":{"outline":"","filled":null}},"capsule-horizontal":{"name":"capsule-horizontal","svg":{"outline":"","filled":""}},"capsule":{"name":"capsule","svg":{"outline":"","filled":""}},"capture-off":{"name":"capture-off","svg":{"outline":"","filled":null}},"capture":{"name":"capture","svg":{"outline":"","filled":""}},"car-4wd":{"name":"car-4wd","svg":{"outline":"","filled":""}},"car-crane":{"name":"car-crane","svg":{"outline":"","filled":null}},"car-crash":{"name":"car-crash","svg":{"outline":"","filled":null}},"car-fan-1":{"name":"car-fan-1","svg":{"outline":"","filled":null}},"car-fan-2":{"name":"car-fan-2","svg":{"outline":"","filled":null}},"car-fan-3":{"name":"car-fan-3","svg":{"outline":"","filled":null}},"car-fan-auto":{"name":"car-fan-auto","svg":{"outline":"","filled":null}},"car-fan":{"name":"car-fan","svg":{"outline":"","filled":""}},"car-garage":{"name":"car-garage","svg":{"outline":"","filled":null}},"car-off":{"name":"car-off","svg":{"outline":"","filled":null}},"car-suv":{"name":"car-suv","svg":{"outline":"","filled":""}},"car-turbine":{"name":"car-turbine","svg":{"outline":"","filled":null}},"car":{"name":"car","svg":{"outline":"","filled":""}},"carambola":{"name":"carambola","svg":{"outline":"","filled":""}},"caravan":{"name":"caravan","svg":{"outline":"","filled":null}},"cardboards-off":{"name":"cardboards-off","svg":{"outline":"","filled":null}},"cardboards":{"name":"cardboards","svg":{"outline":"","filled":""}},"cards":{"name":"cards","svg":{"outline":"","filled":""}},"caret-down":{"name":"caret-down","svg":{"outline":"","filled":""}},"caret-left-right":{"name":"caret-left-right","svg":{"outline":"","filled":""}},"caret-left":{"name":"caret-left","svg":{"outline":"","filled":""}},"caret-right":{"name":"caret-right","svg":{"outline":"","filled":""}},"caret-up-down":{"name":"caret-up-down","svg":{"outline":"","filled":""}},"caret-up":{"name":"caret-up","svg":{"outline":"","filled":""}},"carousel-horizontal":{"name":"carousel-horizontal","svg":{"outline":"","filled":""}},"carousel-vertical":{"name":"carousel-vertical","svg":{"outline":"","filled":""}},"carrot-off":{"name":"carrot-off","svg":{"outline":"","filled":null}},"carrot":{"name":"carrot","svg":{"outline":"","filled":null}},"cash-banknote-off":{"name":"cash-banknote-off","svg":{"outline":"","filled":null}},"cash-banknote":{"name":"cash-banknote","svg":{"outline":"","filled":""}},"cash-off":{"name":"cash-off","svg":{"outline":"","filled":null}},"cash-register":{"name":"cash-register","svg":{"outline":"","filled":null}},"cash":{"name":"cash","svg":{"outline":"","filled":null}},"cast-off":{"name":"cast-off","svg":{"outline":"","filled":null}},"cast":{"name":"cast","svg":{"outline":"","filled":null}},"cat":{"name":"cat","svg":{"outline":"","filled":null}},"category-2":{"name":"category-2","svg":{"outline":"","filled":null}},"category-minus":{"name":"category-minus","svg":{"outline":"","filled":null}},"category-plus":{"name":"category-plus","svg":{"outline":"","filled":null}},"category":{"name":"category","svg":{"outline":"","filled":""}},"ce-off":{"name":"ce-off","svg":{"outline":"","filled":null}},"ce":{"name":"ce","svg":{"outline":"","filled":null}},"cell-signal-1":{"name":"cell-signal-1","svg":{"outline":"","filled":null}},"cell-signal-2":{"name":"cell-signal-2","svg":{"outline":"","filled":null}},"cell-signal-3":{"name":"cell-signal-3","svg":{"outline":"","filled":null}},"cell-signal-4":{"name":"cell-signal-4","svg":{"outline":"","filled":null}},"cell-signal-5":{"name":"cell-signal-5","svg":{"outline":"","filled":null}},"cell-signal-off":{"name":"cell-signal-off","svg":{"outline":"","filled":null}},"cell":{"name":"cell","svg":{"outline":"","filled":null}},"certificate-2-off":{"name":"certificate-2-off","svg":{"outline":"","filled":null}},"certificate-2":{"name":"certificate-2","svg":{"outline":"","filled":null}},"certificate-off":{"name":"certificate-off","svg":{"outline":"","filled":null}},"certificate":{"name":"certificate","svg":{"outline":"","filled":null}},"chair-director":{"name":"chair-director","svg":{"outline":"","filled":null}},"chalkboard-off":{"name":"chalkboard-off","svg":{"outline":"","filled":null}},"chalkboard":{"name":"chalkboard","svg":{"outline":"","filled":null}},"charging-pile":{"name":"charging-pile","svg":{"outline":"","filled":""}},"chart-arcs-3":{"name":"chart-arcs-3","svg":{"outline":"","filled":null}},"chart-arcs":{"name":"chart-arcs","svg":{"outline":"","filled":null}},"chart-area-line":{"name":"chart-area-line","svg":{"outline":"","filled":""}},"chart-area":{"name":"chart-area","svg":{"outline":"","filled":""}},"chart-arrows-vertical":{"name":"chart-arrows-vertical","svg":{"outline":"","filled":null}},"chart-arrows":{"name":"chart-arrows","svg":{"outline":"","filled":null}},"chart-bar-off":{"name":"chart-bar-off","svg":{"outline":"","filled":null}},"chart-bar-popular":{"name":"chart-bar-popular","svg":{"outline":"","filled":null}},"chart-bar":{"name":"chart-bar","svg":{"outline":"","filled":null}},"chart-bubble":{"name":"chart-bubble","svg":{"outline":"","filled":""}},"chart-candle":{"name":"chart-candle","svg":{"outline":"","filled":""}},"chart-circles":{"name":"chart-circles","svg":{"outline":"","filled":null}},"chart-cohort":{"name":"chart-cohort","svg":{"outline":"","filled":null}},"chart-column":{"name":"chart-column","svg":{"outline":"","filled":null}},"chart-covariate":{"name":"chart-covariate","svg":{"outline":"","filled":null}},"chart-donut-2":{"name":"chart-donut-2","svg":{"outline":"","filled":null}},"chart-donut-3":{"name":"chart-donut-3","svg":{"outline":"","filled":null}},"chart-donut-4":{"name":"chart-donut-4","svg":{"outline":"","filled":null}},"chart-donut":{"name":"chart-donut","svg":{"outline":"","filled":""}},"chart-dots-2":{"name":"chart-dots-2","svg":{"outline":"","filled":null}},"chart-dots-3":{"name":"chart-dots-3","svg":{"outline":"","filled":null}},"chart-dots":{"name":"chart-dots","svg":{"outline":"","filled":""}},"chart-funnel":{"name":"chart-funnel","svg":{"outline":"","filled":null}},"chart-grid-dots":{"name":"chart-grid-dots","svg":{"outline":"","filled":""}},"chart-histogram":{"name":"chart-histogram","svg":{"outline":"","filled":null}},"chart-infographic":{"name":"chart-infographic","svg":{"outline":"","filled":null}},"chart-line":{"name":"chart-line","svg":{"outline":"","filled":null}},"chart-pie-2":{"name":"chart-pie-2","svg":{"outline":"","filled":null}},"chart-pie-3":{"name":"chart-pie-3","svg":{"outline":"","filled":null}},"chart-pie-4":{"name":"chart-pie-4","svg":{"outline":"","filled":null}},"chart-pie-off":{"name":"chart-pie-off","svg":{"outline":"","filled":null}},"chart-pie":{"name":"chart-pie","svg":{"outline":"","filled":""}},"chart-ppf":{"name":"chart-ppf","svg":{"outline":"","filled":null}},"chart-radar":{"name":"chart-radar","svg":{"outline":"","filled":null}},"chart-sankey":{"name":"chart-sankey","svg":{"outline":"","filled":null}},"chart-scatter-3d":{"name":"chart-scatter-3d","svg":{"outline":"","filled":null}},"chart-scatter":{"name":"chart-scatter","svg":{"outline":"","filled":null}},"chart-treemap":{"name":"chart-treemap","svg":{"outline":"","filled":null}},"check":{"name":"check","svg":{"outline":"","filled":null}},"checkbox":{"name":"checkbox","svg":{"outline":"","filled":null}},"checklist":{"name":"checklist","svg":{"outline":"","filled":null}},"checks":{"name":"checks","svg":{"outline":"","filled":null}},"checkup-list":{"name":"checkup-list","svg":{"outline":"","filled":null}},"cheese":{"name":"cheese","svg":{"outline":"","filled":null}},"chef-hat-off":{"name":"chef-hat-off","svg":{"outline":"","filled":null}},"chef-hat":{"name":"chef-hat","svg":{"outline":"","filled":null}},"cherry":{"name":"cherry","svg":{"outline":"","filled":""}},"chess-bishop":{"name":"chess-bishop","svg":{"outline":"","filled":""}},"chess-king":{"name":"chess-king","svg":{"outline":"","filled":""}},"chess-knight":{"name":"chess-knight","svg":{"outline":"","filled":""}},"chess-queen":{"name":"chess-queen","svg":{"outline":"","filled":""}},"chess-rook":{"name":"chess-rook","svg":{"outline":"","filled":""}},"chess":{"name":"chess","svg":{"outline":"","filled":""}},"chevron-compact-down":{"name":"chevron-compact-down","svg":{"outline":"","filled":null}},"chevron-compact-left":{"name":"chevron-compact-left","svg":{"outline":"","filled":null}},"chevron-compact-right":{"name":"chevron-compact-right","svg":{"outline":"","filled":null}},"chevron-compact-up":{"name":"chevron-compact-up","svg":{"outline":"","filled":null}},"chevron-down-left":{"name":"chevron-down-left","svg":{"outline":"","filled":null}},"chevron-down-right":{"name":"chevron-down-right","svg":{"outline":"","filled":null}},"chevron-down":{"name":"chevron-down","svg":{"outline":"","filled":null}},"chevron-left-pipe":{"name":"chevron-left-pipe","svg":{"outline":"","filled":null}},"chevron-left":{"name":"chevron-left","svg":{"outline":"","filled":null}},"chevron-right-pipe":{"name":"chevron-right-pipe","svg":{"outline":"","filled":null}},"chevron-right":{"name":"chevron-right","svg":{"outline":"","filled":null}},"chevron-up-left":{"name":"chevron-up-left","svg":{"outline":"","filled":null}},"chevron-up-right":{"name":"chevron-up-right","svg":{"outline":"","filled":null}},"chevron-up":{"name":"chevron-up","svg":{"outline":"","filled":null}},"chevrons-down-left":{"name":"chevrons-down-left","svg":{"outline":"","filled":null}},"chevrons-down-right":{"name":"chevrons-down-right","svg":{"outline":"","filled":null}},"chevrons-down":{"name":"chevrons-down","svg":{"outline":"","filled":null}},"chevrons-left":{"name":"chevrons-left","svg":{"outline":"","filled":null}},"chevrons-right":{"name":"chevrons-right","svg":{"outline":"","filled":null}},"chevrons-up-left":{"name":"chevrons-up-left","svg":{"outline":"","filled":null}},"chevrons-up-right":{"name":"chevrons-up-right","svg":{"outline":"","filled":null}},"chevrons-up":{"name":"chevrons-up","svg":{"outline":"","filled":null}},"chisel":{"name":"chisel","svg":{"outline":"","filled":null}},"christmas-ball":{"name":"christmas-ball","svg":{"outline":"","filled":null}},"christmas-tree-off":{"name":"christmas-tree-off","svg":{"outline":"","filled":null}},"christmas-tree":{"name":"christmas-tree","svg":{"outline":"","filled":""}},"circle-arrow-down-left":{"name":"circle-arrow-down-left","svg":{"outline":"","filled":""}},"circle-arrow-down-right":{"name":"circle-arrow-down-right","svg":{"outline":"","filled":""}},"circle-arrow-down":{"name":"circle-arrow-down","svg":{"outline":"","filled":""}},"circle-arrow-left":{"name":"circle-arrow-left","svg":{"outline":"","filled":""}},"circle-arrow-right":{"name":"circle-arrow-right","svg":{"outline":"","filled":""}},"circle-arrow-up-left":{"name":"circle-arrow-up-left","svg":{"outline":"","filled":""}},"circle-arrow-up-right":{"name":"circle-arrow-up-right","svg":{"outline":"","filled":""}},"circle-arrow-up":{"name":"circle-arrow-up","svg":{"outline":"","filled":""}},"circle-caret-down":{"name":"circle-caret-down","svg":{"outline":"","filled":null}},"circle-caret-left":{"name":"circle-caret-left","svg":{"outline":"","filled":null}},"circle-caret-right":{"name":"circle-caret-right","svg":{"outline":"","filled":null}},"circle-caret-up":{"name":"circle-caret-up","svg":{"outline":"","filled":null}},"circle-check":{"name":"circle-check","svg":{"outline":"","filled":""}},"circle-chevron-down":{"name":"circle-chevron-down","svg":{"outline":"","filled":null}},"circle-chevron-left":{"name":"circle-chevron-left","svg":{"outline":"","filled":null}},"circle-chevron-right":{"name":"circle-chevron-right","svg":{"outline":"","filled":null}},"circle-chevron-up":{"name":"circle-chevron-up","svg":{"outline":"","filled":null}},"circle-chevrons-down":{"name":"circle-chevrons-down","svg":{"outline":"","filled":null}},"circle-chevrons-left":{"name":"circle-chevrons-left","svg":{"outline":"","filled":null}},"circle-chevrons-right":{"name":"circle-chevrons-right","svg":{"outline":"","filled":null}},"circle-chevrons-up":{"name":"circle-chevrons-up","svg":{"outline":"","filled":null}},"circle-dashed-check":{"name":"circle-dashed-check","svg":{"outline":"","filled":null}},"circle-dashed-letter-a":{"name":"circle-dashed-letter-a","svg":{"outline":"","filled":null}},"circle-dashed-letter-b":{"name":"circle-dashed-letter-b","svg":{"outline":"","filled":null}},"circle-dashed-letter-c":{"name":"circle-dashed-letter-c","svg":{"outline":"","filled":null}},"circle-dashed-letter-d":{"name":"circle-dashed-letter-d","svg":{"outline":"","filled":null}},"circle-dashed-letter-e":{"name":"circle-dashed-letter-e","svg":{"outline":"","filled":null}},"circle-dashed-letter-f":{"name":"circle-dashed-letter-f","svg":{"outline":"","filled":null}},"circle-dashed-letter-g":{"name":"circle-dashed-letter-g","svg":{"outline":"","filled":null}},"circle-dashed-letter-h":{"name":"circle-dashed-letter-h","svg":{"outline":"","filled":null}},"circle-dashed-letter-i":{"name":"circle-dashed-letter-i","svg":{"outline":"","filled":null}},"circle-dashed-letter-j":{"name":"circle-dashed-letter-j","svg":{"outline":"","filled":null}},"circle-dashed-letter-k":{"name":"circle-dashed-letter-k","svg":{"outline":"","filled":null}},"circle-dashed-letter-l":{"name":"circle-dashed-letter-l","svg":{"outline":"","filled":null}},"circle-dashed-letter-m":{"name":"circle-dashed-letter-m","svg":{"outline":"","filled":null}},"circle-dashed-letter-n":{"name":"circle-dashed-letter-n","svg":{"outline":"","filled":null}},"circle-dashed-letter-o":{"name":"circle-dashed-letter-o","svg":{"outline":"","filled":null}},"circle-dashed-letter-p":{"name":"circle-dashed-letter-p","svg":{"outline":"","filled":null}},"circle-dashed-letter-q":{"name":"circle-dashed-letter-q","svg":{"outline":"","filled":null}},"circle-dashed-letter-r":{"name":"circle-dashed-letter-r","svg":{"outline":"","filled":null}},"circle-dashed-letter-s":{"name":"circle-dashed-letter-s","svg":{"outline":"","filled":null}},"circle-dashed-letter-t":{"name":"circle-dashed-letter-t","svg":{"outline":"","filled":null}},"circle-dashed-letter-u":{"name":"circle-dashed-letter-u","svg":{"outline":"","filled":null}},"circle-dashed-letter-v":{"name":"circle-dashed-letter-v","svg":{"outline":"","filled":null}},"circle-dashed-letter-w":{"name":"circle-dashed-letter-w","svg":{"outline":"","filled":null}},"circle-dashed-letter-x":{"name":"circle-dashed-letter-x","svg":{"outline":"","filled":null}},"circle-dashed-letter-y":{"name":"circle-dashed-letter-y","svg":{"outline":"","filled":null}},"circle-dashed-letter-z":{"name":"circle-dashed-letter-z","svg":{"outline":"","filled":null}},"circle-dashed-minus":{"name":"circle-dashed-minus","svg":{"outline":"","filled":null}},"circle-dashed-number-0":{"name":"circle-dashed-number-0","svg":{"outline":"","filled":null}},"circle-dashed-number-1":{"name":"circle-dashed-number-1","svg":{"outline":"","filled":null}},"circle-dashed-number-2":{"name":"circle-dashed-number-2","svg":{"outline":"","filled":null}},"circle-dashed-number-3":{"name":"circle-dashed-number-3","svg":{"outline":"","filled":null}},"circle-dashed-number-4":{"name":"circle-dashed-number-4","svg":{"outline":"","filled":null}},"circle-dashed-number-5":{"name":"circle-dashed-number-5","svg":{"outline":"","filled":null}},"circle-dashed-number-6":{"name":"circle-dashed-number-6","svg":{"outline":"","filled":null}},"circle-dashed-number-7":{"name":"circle-dashed-number-7","svg":{"outline":"","filled":null}},"circle-dashed-number-8":{"name":"circle-dashed-number-8","svg":{"outline":"","filled":null}},"circle-dashed-number-9":{"name":"circle-dashed-number-9","svg":{"outline":"","filled":null}},"circle-dashed-percentage":{"name":"circle-dashed-percentage","svg":{"outline":"","filled":null}},"circle-dashed-plus":{"name":"circle-dashed-plus","svg":{"outline":"","filled":null}},"circle-dashed-x":{"name":"circle-dashed-x","svg":{"outline":"","filled":null}},"circle-dashed":{"name":"circle-dashed","svg":{"outline":"","filled":null}},"circle-dot":{"name":"circle-dot","svg":{"outline":"","filled":""}},"circle-dotted-letter-a":{"name":"circle-dotted-letter-a","svg":{"outline":"","filled":null}},"circle-dotted-letter-b":{"name":"circle-dotted-letter-b","svg":{"outline":"","filled":null}},"circle-dotted-letter-c":{"name":"circle-dotted-letter-c","svg":{"outline":"","filled":null}},"circle-dotted-letter-d":{"name":"circle-dotted-letter-d","svg":{"outline":"","filled":null}},"circle-dotted-letter-e":{"name":"circle-dotted-letter-e","svg":{"outline":"","filled":null}},"circle-dotted-letter-f":{"name":"circle-dotted-letter-f","svg":{"outline":"","filled":null}},"circle-dotted-letter-g":{"name":"circle-dotted-letter-g","svg":{"outline":"","filled":null}},"circle-dotted-letter-h":{"name":"circle-dotted-letter-h","svg":{"outline":"","filled":null}},"circle-dotted-letter-i":{"name":"circle-dotted-letter-i","svg":{"outline":"","filled":null}},"circle-dotted-letter-j":{"name":"circle-dotted-letter-j","svg":{"outline":"","filled":null}},"circle-dotted-letter-k":{"name":"circle-dotted-letter-k","svg":{"outline":"","filled":null}},"circle-dotted-letter-l":{"name":"circle-dotted-letter-l","svg":{"outline":"","filled":null}},"circle-dotted-letter-m":{"name":"circle-dotted-letter-m","svg":{"outline":"","filled":null}},"circle-dotted-letter-n":{"name":"circle-dotted-letter-n","svg":{"outline":"","filled":null}},"circle-dotted-letter-o":{"name":"circle-dotted-letter-o","svg":{"outline":"","filled":null}},"circle-dotted-letter-p":{"name":"circle-dotted-letter-p","svg":{"outline":"","filled":null}},"circle-dotted-letter-q":{"name":"circle-dotted-letter-q","svg":{"outline":"","filled":null}},"circle-dotted-letter-r":{"name":"circle-dotted-letter-r","svg":{"outline":"","filled":null}},"circle-dotted-letter-s":{"name":"circle-dotted-letter-s","svg":{"outline":"","filled":null}},"circle-dotted-letter-t":{"name":"circle-dotted-letter-t","svg":{"outline":"","filled":null}},"circle-dotted-letter-u":{"name":"circle-dotted-letter-u","svg":{"outline":"","filled":null}},"circle-dotted-letter-v":{"name":"circle-dotted-letter-v","svg":{"outline":"","filled":null}},"circle-dotted-letter-w":{"name":"circle-dotted-letter-w","svg":{"outline":"","filled":null}},"circle-dotted-letter-x":{"name":"circle-dotted-letter-x","svg":{"outline":"","filled":null}},"circle-dotted-letter-y":{"name":"circle-dotted-letter-y","svg":{"outline":"","filled":null}},"circle-dotted-letter-z":{"name":"circle-dotted-letter-z","svg":{"outline":"","filled":null}},"circle-dotted":{"name":"circle-dotted","svg":{"outline":"","filled":null}},"circle-half-2":{"name":"circle-half-2","svg":{"outline":"","filled":null}},"circle-half-vertical":{"name":"circle-half-vertical","svg":{"outline":"","filled":null}},"circle-half":{"name":"circle-half","svg":{"outline":"","filled":null}},"circle-key":{"name":"circle-key","svg":{"outline":"","filled":""}},"circle-letter-a":{"name":"circle-letter-a","svg":{"outline":"","filled":""}},"circle-letter-b":{"name":"circle-letter-b","svg":{"outline":"","filled":""}},"circle-letter-c":{"name":"circle-letter-c","svg":{"outline":"","filled":""}},"circle-letter-d":{"name":"circle-letter-d","svg":{"outline":"","filled":""}},"circle-letter-e":{"name":"circle-letter-e","svg":{"outline":"","filled":""}},"circle-letter-f":{"name":"circle-letter-f","svg":{"outline":"","filled":""}},"circle-letter-g":{"name":"circle-letter-g","svg":{"outline":"","filled":""}},"circle-letter-h":{"name":"circle-letter-h","svg":{"outline":"","filled":""}},"circle-letter-i":{"name":"circle-letter-i","svg":{"outline":"","filled":""}},"circle-letter-j":{"name":"circle-letter-j","svg":{"outline":"","filled":""}},"circle-letter-k":{"name":"circle-letter-k","svg":{"outline":"","filled":""}},"circle-letter-l":{"name":"circle-letter-l","svg":{"outline":"","filled":""}},"circle-letter-m":{"name":"circle-letter-m","svg":{"outline":"","filled":""}},"circle-letter-n":{"name":"circle-letter-n","svg":{"outline":"","filled":""}},"circle-letter-o":{"name":"circle-letter-o","svg":{"outline":"","filled":""}},"circle-letter-p":{"name":"circle-letter-p","svg":{"outline":"","filled":""}},"circle-letter-q":{"name":"circle-letter-q","svg":{"outline":"","filled":""}},"circle-letter-r":{"name":"circle-letter-r","svg":{"outline":"","filled":""}},"circle-letter-s":{"name":"circle-letter-s","svg":{"outline":"","filled":""}},"circle-letter-t":{"name":"circle-letter-t","svg":{"outline":"","filled":""}},"circle-letter-u":{"name":"circle-letter-u","svg":{"outline":"","filled":""}},"circle-letter-v":{"name":"circle-letter-v","svg":{"outline":"","filled":""}},"circle-letter-w":{"name":"circle-letter-w","svg":{"outline":"","filled":""}},"circle-letter-x":{"name":"circle-letter-x","svg":{"outline":"","filled":""}},"circle-letter-y":{"name":"circle-letter-y","svg":{"outline":"","filled":""}},"circle-letter-z":{"name":"circle-letter-z","svg":{"outline":"","filled":""}},"circle-minus-2":{"name":"circle-minus-2","svg":{"outline":"","filled":null}},"circle-minus":{"name":"circle-minus","svg":{"outline":"","filled":null}},"circle-number-0":{"name":"circle-number-0","svg":{"outline":"","filled":""}},"circle-number-1":{"name":"circle-number-1","svg":{"outline":"","filled":""}},"circle-number-2":{"name":"circle-number-2","svg":{"outline":"","filled":""}},"circle-number-3":{"name":"circle-number-3","svg":{"outline":"","filled":""}},"circle-number-4":{"name":"circle-number-4","svg":{"outline":"","filled":""}},"circle-number-5":{"name":"circle-number-5","svg":{"outline":"","filled":""}},"circle-number-6":{"name":"circle-number-6","svg":{"outline":"","filled":""}},"circle-number-7":{"name":"circle-number-7","svg":{"outline":"","filled":""}},"circle-number-8":{"name":"circle-number-8","svg":{"outline":"","filled":""}},"circle-number-9":{"name":"circle-number-9","svg":{"outline":"","filled":""}},"circle-off":{"name":"circle-off","svg":{"outline":"","filled":null}},"circle-percentage":{"name":"circle-percentage","svg":{"outline":"","filled":""}},"circle-plus-2":{"name":"circle-plus-2","svg":{"outline":"","filled":null}},"circle-plus":{"name":"circle-plus","svg":{"outline":"","filled":""}},"circle-rectangle-off":{"name":"circle-rectangle-off","svg":{"outline":"","filled":null}},"circle-rectangle":{"name":"circle-rectangle","svg":{"outline":"","filled":""}},"circle-square":{"name":"circle-square","svg":{"outline":"","filled":null}},"circle-triangle":{"name":"circle-triangle","svg":{"outline":"","filled":null}},"circle-x":{"name":"circle-x","svg":{"outline":"","filled":""}},"circle":{"name":"circle","svg":{"outline":"","filled":""}},"circles-relation":{"name":"circles-relation","svg":{"outline":"","filled":null}},"circles":{"name":"circles","svg":{"outline":"","filled":""}},"circuit-ammeter":{"name":"circuit-ammeter","svg":{"outline":"","filled":null}},"circuit-battery":{"name":"circuit-battery","svg":{"outline":"","filled":null}},"circuit-bulb":{"name":"circuit-bulb","svg":{"outline":"","filled":null}},"circuit-capacitor-polarized":{"name":"circuit-capacitor-polarized","svg":{"outline":"","filled":null}},"circuit-capacitor":{"name":"circuit-capacitor","svg":{"outline":"","filled":null}},"circuit-cell-plus":{"name":"circuit-cell-plus","svg":{"outline":"","filled":null}},"circuit-cell":{"name":"circuit-cell","svg":{"outline":"","filled":null}},"circuit-changeover":{"name":"circuit-changeover","svg":{"outline":"","filled":null}},"circuit-diode-zener":{"name":"circuit-diode-zener","svg":{"outline":"","filled":null}},"circuit-diode":{"name":"circuit-diode","svg":{"outline":"","filled":null}},"circuit-ground-digital":{"name":"circuit-ground-digital","svg":{"outline":"","filled":null}},"circuit-ground":{"name":"circuit-ground","svg":{"outline":"","filled":null}},"circuit-inductor":{"name":"circuit-inductor","svg":{"outline":"","filled":null}},"circuit-motor":{"name":"circuit-motor","svg":{"outline":"","filled":null}},"circuit-pushbutton":{"name":"circuit-pushbutton","svg":{"outline":"","filled":null}},"circuit-resistor":{"name":"circuit-resistor","svg":{"outline":"","filled":null}},"circuit-switch-closed":{"name":"circuit-switch-closed","svg":{"outline":"","filled":null}},"circuit-switch-open":{"name":"circuit-switch-open","svg":{"outline":"","filled":null}},"circuit-voltmeter":{"name":"circuit-voltmeter","svg":{"outline":"","filled":null}},"clear-all":{"name":"clear-all","svg":{"outline":"","filled":null}},"clear-formatting":{"name":"clear-formatting","svg":{"outline":"","filled":null}},"click":{"name":"click","svg":{"outline":"","filled":null}},"cliff-jumping":{"name":"cliff-jumping","svg":{"outline":"","filled":null}},"clipboard-check":{"name":"clipboard-check","svg":{"outline":"","filled":null}},"clipboard-copy":{"name":"clipboard-copy","svg":{"outline":"","filled":null}},"clipboard-data":{"name":"clipboard-data","svg":{"outline":"","filled":null}},"clipboard-heart":{"name":"clipboard-heart","svg":{"outline":"","filled":null}},"clipboard-list":{"name":"clipboard-list","svg":{"outline":"","filled":null}},"clipboard-off":{"name":"clipboard-off","svg":{"outline":"","filled":null}},"clipboard-plus":{"name":"clipboard-plus","svg":{"outline":"","filled":null}},"clipboard-smile":{"name":"clipboard-smile","svg":{"outline":"","filled":null}},"clipboard-text":{"name":"clipboard-text","svg":{"outline":"","filled":null}},"clipboard-typography":{"name":"clipboard-typography","svg":{"outline":"","filled":null}},"clipboard-x":{"name":"clipboard-x","svg":{"outline":"","filled":null}},"clipboard":{"name":"clipboard","svg":{"outline":"","filled":null}},"clock-12":{"name":"clock-12","svg":{"outline":"","filled":null}},"clock-2":{"name":"clock-2","svg":{"outline":"","filled":null}},"clock-24":{"name":"clock-24","svg":{"outline":"","filled":null}},"clock-bitcoin":{"name":"clock-bitcoin","svg":{"outline":"","filled":null}},"clock-bolt":{"name":"clock-bolt","svg":{"outline":"","filled":null}},"clock-cancel":{"name":"clock-cancel","svg":{"outline":"","filled":null}},"clock-check":{"name":"clock-check","svg":{"outline":"","filled":null}},"clock-code":{"name":"clock-code","svg":{"outline":"","filled":null}},"clock-cog":{"name":"clock-cog","svg":{"outline":"","filled":null}},"clock-dollar":{"name":"clock-dollar","svg":{"outline":"","filled":null}},"clock-down":{"name":"clock-down","svg":{"outline":"","filled":null}},"clock-edit":{"name":"clock-edit","svg":{"outline":"","filled":null}},"clock-exclamation":{"name":"clock-exclamation","svg":{"outline":"","filled":null}},"clock-heart":{"name":"clock-heart","svg":{"outline":"","filled":null}},"clock-hour-1":{"name":"clock-hour-1","svg":{"outline":"","filled":""}},"clock-hour-10":{"name":"clock-hour-10","svg":{"outline":"","filled":""}},"clock-hour-11":{"name":"clock-hour-11","svg":{"outline":"","filled":""}},"clock-hour-12":{"name":"clock-hour-12","svg":{"outline":"","filled":""}},"clock-hour-2":{"name":"clock-hour-2","svg":{"outline":"","filled":""}},"clock-hour-3":{"name":"clock-hour-3","svg":{"outline":"","filled":""}},"clock-hour-4":{"name":"clock-hour-4","svg":{"outline":"","filled":""}},"clock-hour-5":{"name":"clock-hour-5","svg":{"outline":"","filled":""}},"clock-hour-6":{"name":"clock-hour-6","svg":{"outline":"","filled":""}},"clock-hour-7":{"name":"clock-hour-7","svg":{"outline":"","filled":""}},"clock-hour-8":{"name":"clock-hour-8","svg":{"outline":"","filled":""}},"clock-hour-9":{"name":"clock-hour-9","svg":{"outline":"","filled":""}},"clock-minus":{"name":"clock-minus","svg":{"outline":"","filled":null}},"clock-off":{"name":"clock-off","svg":{"outline":"","filled":null}},"clock-pause":{"name":"clock-pause","svg":{"outline":"","filled":null}},"clock-pin":{"name":"clock-pin","svg":{"outline":"","filled":null}},"clock-play":{"name":"clock-play","svg":{"outline":"","filled":null}},"clock-plus":{"name":"clock-plus","svg":{"outline":"","filled":null}},"clock-question":{"name":"clock-question","svg":{"outline":"","filled":null}},"clock-record":{"name":"clock-record","svg":{"outline":"","filled":null}},"clock-search":{"name":"clock-search","svg":{"outline":"","filled":null}},"clock-share":{"name":"clock-share","svg":{"outline":"","filled":null}},"clock-shield":{"name":"clock-shield","svg":{"outline":"","filled":null}},"clock-star":{"name":"clock-star","svg":{"outline":"","filled":null}},"clock-stop":{"name":"clock-stop","svg":{"outline":"","filled":null}},"clock-up":{"name":"clock-up","svg":{"outline":"","filled":null}},"clock-x":{"name":"clock-x","svg":{"outline":"","filled":null}},"clock":{"name":"clock","svg":{"outline":"","filled":""}},"clothes-rack-off":{"name":"clothes-rack-off","svg":{"outline":"","filled":null}},"clothes-rack":{"name":"clothes-rack","svg":{"outline":"","filled":null}},"cloud-bitcoin":{"name":"cloud-bitcoin","svg":{"outline":"","filled":null}},"cloud-bolt":{"name":"cloud-bolt","svg":{"outline":"","filled":null}},"cloud-cancel":{"name":"cloud-cancel","svg":{"outline":"","filled":null}},"cloud-check":{"name":"cloud-check","svg":{"outline":"","filled":null}},"cloud-code":{"name":"cloud-code","svg":{"outline":"","filled":null}},"cloud-cog":{"name":"cloud-cog","svg":{"outline":"","filled":null}},"cloud-computing":{"name":"cloud-computing","svg":{"outline":"","filled":null}},"cloud-data-connection":{"name":"cloud-data-connection","svg":{"outline":"","filled":null}},"cloud-dollar":{"name":"cloud-dollar","svg":{"outline":"","filled":null}},"cloud-down":{"name":"cloud-down","svg":{"outline":"","filled":null}},"cloud-download":{"name":"cloud-download","svg":{"outline":"","filled":null}},"cloud-exclamation":{"name":"cloud-exclamation","svg":{"outline":"","filled":null}},"cloud-fog":{"name":"cloud-fog","svg":{"outline":"","filled":null}},"cloud-heart":{"name":"cloud-heart","svg":{"outline":"","filled":null}},"cloud-lock-open":{"name":"cloud-lock-open","svg":{"outline":"","filled":null}},"cloud-lock":{"name":"cloud-lock","svg":{"outline":"","filled":null}},"cloud-minus":{"name":"cloud-minus","svg":{"outline":"","filled":null}},"cloud-network":{"name":"cloud-network","svg":{"outline":"","filled":null}},"cloud-off":{"name":"cloud-off","svg":{"outline":"","filled":null}},"cloud-pause":{"name":"cloud-pause","svg":{"outline":"","filled":null}},"cloud-pin":{"name":"cloud-pin","svg":{"outline":"","filled":null}},"cloud-plus":{"name":"cloud-plus","svg":{"outline":"","filled":null}},"cloud-question":{"name":"cloud-question","svg":{"outline":"","filled":null}},"cloud-rain":{"name":"cloud-rain","svg":{"outline":"","filled":null}},"cloud-search":{"name":"cloud-search","svg":{"outline":"","filled":null}},"cloud-share":{"name":"cloud-share","svg":{"outline":"","filled":null}},"cloud-snow":{"name":"cloud-snow","svg":{"outline":"","filled":null}},"cloud-star":{"name":"cloud-star","svg":{"outline":"","filled":null}},"cloud-storm":{"name":"cloud-storm","svg":{"outline":"","filled":null}},"cloud-up":{"name":"cloud-up","svg":{"outline":"","filled":null}},"cloud-upload":{"name":"cloud-upload","svg":{"outline":"","filled":null}},"cloud-x":{"name":"cloud-x","svg":{"outline":"","filled":null}},"cloud":{"name":"cloud","svg":{"outline":"","filled":""}},"clover-2":{"name":"clover-2","svg":{"outline":"","filled":null}},"clover":{"name":"clover","svg":{"outline":"","filled":""}},"clubs":{"name":"clubs","svg":{"outline":"","filled":""}},"code-asterisk":{"name":"code-asterisk","svg":{"outline":"","filled":null}},"code-circle-2":{"name":"code-circle-2","svg":{"outline":"","filled":""}},"code-circle":{"name":"code-circle","svg":{"outline":"","filled":""}},"code-dots":{"name":"code-dots","svg":{"outline":"","filled":null}},"code-minus":{"name":"code-minus","svg":{"outline":"","filled":null}},"code-off":{"name":"code-off","svg":{"outline":"","filled":null}},"code-plus":{"name":"code-plus","svg":{"outline":"","filled":null}},"code":{"name":"code","svg":{"outline":"","filled":null}},"coffee-off":{"name":"coffee-off","svg":{"outline":"","filled":null}},"coffee":{"name":"coffee","svg":{"outline":"","filled":null}},"coffin":{"name":"coffin","svg":{"outline":"","filled":null}},"coin-bitcoin":{"name":"coin-bitcoin","svg":{"outline":"","filled":""}},"coin-euro":{"name":"coin-euro","svg":{"outline":"","filled":""}},"coin-monero":{"name":"coin-monero","svg":{"outline":"","filled":""}},"coin-off":{"name":"coin-off","svg":{"outline":"","filled":null}},"coin-pound":{"name":"coin-pound","svg":{"outline":"","filled":""}},"coin-rupee":{"name":"coin-rupee","svg":{"outline":"","filled":""}},"coin-taka":{"name":"coin-taka","svg":{"outline":"","filled":""}},"coin-yen":{"name":"coin-yen","svg":{"outline":"","filled":""}},"coin-yuan":{"name":"coin-yuan","svg":{"outline":"","filled":""}},"coin":{"name":"coin","svg":{"outline":"","filled":""}},"coins":{"name":"coins","svg":{"outline":"","filled":null}},"color-filter":{"name":"color-filter","svg":{"outline":"","filled":null}},"color-picker-off":{"name":"color-picker-off","svg":{"outline":"","filled":null}},"color-picker":{"name":"color-picker","svg":{"outline":"","filled":null}},"color-swatch-off":{"name":"color-swatch-off","svg":{"outline":"","filled":null}},"color-swatch":{"name":"color-swatch","svg":{"outline":"","filled":null}},"column-insert-left":{"name":"column-insert-left","svg":{"outline":"","filled":null}},"column-insert-right":{"name":"column-insert-right","svg":{"outline":"","filled":null}},"column-remove":{"name":"column-remove","svg":{"outline":"","filled":null}},"columns-1":{"name":"columns-1","svg":{"outline":"","filled":null}},"columns-2":{"name":"columns-2","svg":{"outline":"","filled":null}},"columns-3":{"name":"columns-3","svg":{"outline":"","filled":null}},"columns-off":{"name":"columns-off","svg":{"outline":"","filled":null}},"columns":{"name":"columns","svg":{"outline":"","filled":null}},"comet":{"name":"comet","svg":{"outline":"","filled":null}},"command-off":{"name":"command-off","svg":{"outline":"","filled":null}},"command":{"name":"command","svg":{"outline":"","filled":null}},"compass-off":{"name":"compass-off","svg":{"outline":"","filled":null}},"compass":{"name":"compass","svg":{"outline":"","filled":""}},"components-off":{"name":"components-off","svg":{"outline":"","filled":null}},"components":{"name":"components","svg":{"outline":"","filled":null}},"cone-2":{"name":"cone-2","svg":{"outline":"","filled":""}},"cone-off":{"name":"cone-off","svg":{"outline":"","filled":null}},"cone-plus":{"name":"cone-plus","svg":{"outline":"","filled":null}},"cone":{"name":"cone","svg":{"outline":"","filled":""}},"confetti-off":{"name":"confetti-off","svg":{"outline":"","filled":null}},"confetti":{"name":"confetti","svg":{"outline":"","filled":null}},"confucius":{"name":"confucius","svg":{"outline":"","filled":null}},"congruent-to":{"name":"congruent-to","svg":{"outline":"","filled":null}},"container-off":{"name":"container-off","svg":{"outline":"","filled":null}},"container":{"name":"container","svg":{"outline":"","filled":null}},"contract":{"name":"contract","svg":{"outline":"","filled":null}},"contrast-2-off":{"name":"contrast-2-off","svg":{"outline":"","filled":null}},"contrast-2":{"name":"contrast-2","svg":{"outline":"","filled":""}},"contrast-off":{"name":"contrast-off","svg":{"outline":"","filled":null}},"contrast":{"name":"contrast","svg":{"outline":"","filled":""}},"cooker":{"name":"cooker","svg":{"outline":"","filled":null}},"cookie-man":{"name":"cookie-man","svg":{"outline":"","filled":""}},"cookie-off":{"name":"cookie-off","svg":{"outline":"","filled":null}},"cookie":{"name":"cookie","svg":{"outline":"","filled":""}},"copy-check":{"name":"copy-check","svg":{"outline":"","filled":""}},"copy-minus":{"name":"copy-minus","svg":{"outline":"","filled":""}},"copy-off":{"name":"copy-off","svg":{"outline":"","filled":null}},"copy-plus":{"name":"copy-plus","svg":{"outline":"","filled":""}},"copy-x":{"name":"copy-x","svg":{"outline":"","filled":""}},"copy":{"name":"copy","svg":{"outline":"","filled":null}},"copyleft-off":{"name":"copyleft-off","svg":{"outline":"","filled":null}},"copyleft":{"name":"copyleft","svg":{"outline":"","filled":""}},"copyright-off":{"name":"copyright-off","svg":{"outline":"","filled":null}},"copyright":{"name":"copyright","svg":{"outline":"","filled":""}},"corner-down-left-double":{"name":"corner-down-left-double","svg":{"outline":"","filled":null}},"corner-down-left":{"name":"corner-down-left","svg":{"outline":"","filled":null}},"corner-down-right-double":{"name":"corner-down-right-double","svg":{"outline":"","filled":null}},"corner-down-right":{"name":"corner-down-right","svg":{"outline":"","filled":null}},"corner-left-down-double":{"name":"corner-left-down-double","svg":{"outline":"","filled":null}},"corner-left-down":{"name":"corner-left-down","svg":{"outline":"","filled":null}},"corner-left-up-double":{"name":"corner-left-up-double","svg":{"outline":"","filled":null}},"corner-left-up":{"name":"corner-left-up","svg":{"outline":"","filled":null}},"corner-right-down-double":{"name":"corner-right-down-double","svg":{"outline":"","filled":null}},"corner-right-down":{"name":"corner-right-down","svg":{"outline":"","filled":null}},"corner-right-up-double":{"name":"corner-right-up-double","svg":{"outline":"","filled":null}},"corner-right-up":{"name":"corner-right-up","svg":{"outline":"","filled":null}},"corner-up-left-double":{"name":"corner-up-left-double","svg":{"outline":"","filled":null}},"corner-up-left":{"name":"corner-up-left","svg":{"outline":"","filled":null}},"corner-up-right-double":{"name":"corner-up-right-double","svg":{"outline":"","filled":null}},"corner-up-right":{"name":"corner-up-right","svg":{"outline":"","filled":null}},"cpu-2":{"name":"cpu-2","svg":{"outline":"","filled":null}},"cpu-off":{"name":"cpu-off","svg":{"outline":"","filled":null}},"cpu":{"name":"cpu","svg":{"outline":"","filled":null}},"crane-off":{"name":"crane-off","svg":{"outline":"","filled":null}},"crane":{"name":"crane","svg":{"outline":"","filled":null}},"creative-commons-by":{"name":"creative-commons-by","svg":{"outline":"","filled":null}},"creative-commons-nc":{"name":"creative-commons-nc","svg":{"outline":"","filled":null}},"creative-commons-nd":{"name":"creative-commons-nd","svg":{"outline":"","filled":null}},"creative-commons-off":{"name":"creative-commons-off","svg":{"outline":"","filled":null}},"creative-commons-sa":{"name":"creative-commons-sa","svg":{"outline":"","filled":null}},"creative-commons-zero":{"name":"creative-commons-zero","svg":{"outline":"","filled":null}},"creative-commons":{"name":"creative-commons","svg":{"outline":"","filled":null}},"credit-card-off":{"name":"credit-card-off","svg":{"outline":"","filled":null}},"credit-card-pay":{"name":"credit-card-pay","svg":{"outline":"","filled":null}},"credit-card-refund":{"name":"credit-card-refund","svg":{"outline":"","filled":null}},"credit-card":{"name":"credit-card","svg":{"outline":"","filled":""}},"cricket":{"name":"cricket","svg":{"outline":"","filled":null}},"crop-1-1":{"name":"crop-1-1","svg":{"outline":"","filled":""}},"crop-16-9":{"name":"crop-16-9","svg":{"outline":"","filled":""}},"crop-3-2":{"name":"crop-3-2","svg":{"outline":"","filled":""}},"crop-5-4":{"name":"crop-5-4","svg":{"outline":"","filled":""}},"crop-7-5":{"name":"crop-7-5","svg":{"outline":"","filled":""}},"crop-landscape":{"name":"crop-landscape","svg":{"outline":"","filled":""}},"crop-portrait":{"name":"crop-portrait","svg":{"outline":"","filled":""}},"crop":{"name":"crop","svg":{"outline":"","filled":null}},"cross-off":{"name":"cross-off","svg":{"outline":"","filled":null}},"cross":{"name":"cross","svg":{"outline":"","filled":""}},"crosshair":{"name":"crosshair","svg":{"outline":"","filled":null}},"crown-off":{"name":"crown-off","svg":{"outline":"","filled":null}},"crown":{"name":"crown","svg":{"outline":"","filled":null}},"crutches-off":{"name":"crutches-off","svg":{"outline":"","filled":null}},"crutches":{"name":"crutches","svg":{"outline":"","filled":null}},"crystal-ball":{"name":"crystal-ball","svg":{"outline":"","filled":null}},"csv":{"name":"csv","svg":{"outline":"","filled":null}},"cube-3d-sphere-off":{"name":"cube-3d-sphere-off","svg":{"outline":"","filled":null}},"cube-3d-sphere":{"name":"cube-3d-sphere","svg":{"outline":"","filled":null}},"cube-off":{"name":"cube-off","svg":{"outline":"","filled":null}},"cube-plus":{"name":"cube-plus","svg":{"outline":"","filled":null}},"cube-send":{"name":"cube-send","svg":{"outline":"","filled":null}},"cube-spark":{"name":"cube-spark","svg":{"outline":"","filled":null}},"cube-unfolded":{"name":"cube-unfolded","svg":{"outline":"","filled":null}},"cube":{"name":"cube","svg":{"outline":"","filled":null}},"cup-off":{"name":"cup-off","svg":{"outline":"","filled":null}},"cup":{"name":"cup","svg":{"outline":"","filled":null}},"curling":{"name":"curling","svg":{"outline":"","filled":null}},"curly-loop":{"name":"curly-loop","svg":{"outline":"","filled":null}},"currency-afghani":{"name":"currency-afghani","svg":{"outline":"","filled":null}},"currency-bahraini":{"name":"currency-bahraini","svg":{"outline":"","filled":null}},"currency-baht":{"name":"currency-baht","svg":{"outline":"","filled":null}},"currency-bitcoin":{"name":"currency-bitcoin","svg":{"outline":"","filled":null}},"currency-cent":{"name":"currency-cent","svg":{"outline":"","filled":null}},"currency-dinar":{"name":"currency-dinar","svg":{"outline":"","filled":null}},"currency-dirham":{"name":"currency-dirham","svg":{"outline":"","filled":null}},"currency-dogecoin":{"name":"currency-dogecoin","svg":{"outline":"","filled":null}},"currency-dollar-australian":{"name":"currency-dollar-australian","svg":{"outline":"","filled":null}},"currency-dollar-brunei":{"name":"currency-dollar-brunei","svg":{"outline":"","filled":null}},"currency-dollar-canadian":{"name":"currency-dollar-canadian","svg":{"outline":"","filled":null}},"currency-dollar-guyanese":{"name":"currency-dollar-guyanese","svg":{"outline":"","filled":null}},"currency-dollar-off":{"name":"currency-dollar-off","svg":{"outline":"","filled":null}},"currency-dollar-singapore":{"name":"currency-dollar-singapore","svg":{"outline":"","filled":null}},"currency-dollar-zimbabwean":{"name":"currency-dollar-zimbabwean","svg":{"outline":"","filled":null}},"currency-dollar":{"name":"currency-dollar","svg":{"outline":"","filled":null}},"currency-dong":{"name":"currency-dong","svg":{"outline":"","filled":null}},"currency-dram":{"name":"currency-dram","svg":{"outline":"","filled":null}},"currency-ethereum":{"name":"currency-ethereum","svg":{"outline":"","filled":null}},"currency-euro-off":{"name":"currency-euro-off","svg":{"outline":"","filled":null}},"currency-euro":{"name":"currency-euro","svg":{"outline":"","filled":null}},"currency-florin":{"name":"currency-florin","svg":{"outline":"","filled":null}},"currency-forint":{"name":"currency-forint","svg":{"outline":"","filled":null}},"currency-frank":{"name":"currency-frank","svg":{"outline":"","filled":null}},"currency-guarani":{"name":"currency-guarani","svg":{"outline":"","filled":null}},"currency-hryvnia":{"name":"currency-hryvnia","svg":{"outline":"","filled":null}},"currency-iranian-rial":{"name":"currency-iranian-rial","svg":{"outline":"","filled":null}},"currency-kip":{"name":"currency-kip","svg":{"outline":"","filled":null}},"currency-krone-czech":{"name":"currency-krone-czech","svg":{"outline":"","filled":null}},"currency-krone-danish":{"name":"currency-krone-danish","svg":{"outline":"","filled":null}},"currency-krone-swedish":{"name":"currency-krone-swedish","svg":{"outline":"","filled":null}},"currency-lari":{"name":"currency-lari","svg":{"outline":"","filled":null}},"currency-leu":{"name":"currency-leu","svg":{"outline":"","filled":null}},"currency-lira":{"name":"currency-lira","svg":{"outline":"","filled":null}},"currency-litecoin":{"name":"currency-litecoin","svg":{"outline":"","filled":null}},"currency-lyd":{"name":"currency-lyd","svg":{"outline":"","filled":null}},"currency-manat":{"name":"currency-manat","svg":{"outline":"","filled":null}},"currency-monero":{"name":"currency-monero","svg":{"outline":"","filled":null}},"currency-naira":{"name":"currency-naira","svg":{"outline":"","filled":null}},"currency-nano":{"name":"currency-nano","svg":{"outline":"","filled":null}},"currency-off":{"name":"currency-off","svg":{"outline":"","filled":null}},"currency-paanga":{"name":"currency-paanga","svg":{"outline":"","filled":null}},"currency-peso":{"name":"currency-peso","svg":{"outline":"","filled":null}},"currency-pound-off":{"name":"currency-pound-off","svg":{"outline":"","filled":null}},"currency-pound":{"name":"currency-pound","svg":{"outline":"","filled":null}},"currency-quetzal":{"name":"currency-quetzal","svg":{"outline":"","filled":null}},"currency-real":{"name":"currency-real","svg":{"outline":"","filled":null}},"currency-renminbi":{"name":"currency-renminbi","svg":{"outline":"","filled":null}},"currency-ripple":{"name":"currency-ripple","svg":{"outline":"","filled":null}},"currency-riyal":{"name":"currency-riyal","svg":{"outline":"","filled":null}},"currency-rubel":{"name":"currency-rubel","svg":{"outline":"","filled":null}},"currency-rufiyaa":{"name":"currency-rufiyaa","svg":{"outline":"","filled":null}},"currency-rupee-nepalese":{"name":"currency-rupee-nepalese","svg":{"outline":"","filled":null}},"currency-rupee":{"name":"currency-rupee","svg":{"outline":"","filled":null}},"currency-shekel":{"name":"currency-shekel","svg":{"outline":"","filled":null}},"currency-solana":{"name":"currency-solana","svg":{"outline":"","filled":null}},"currency-som":{"name":"currency-som","svg":{"outline":"","filled":null}},"currency-taka":{"name":"currency-taka","svg":{"outline":"","filled":null}},"currency-tenge":{"name":"currency-tenge","svg":{"outline":"","filled":null}},"currency-tugrik":{"name":"currency-tugrik","svg":{"outline":"","filled":null}},"currency-won":{"name":"currency-won","svg":{"outline":"","filled":null}},"currency-xrp":{"name":"currency-xrp","svg":{"outline":"","filled":null}},"currency-yen-off":{"name":"currency-yen-off","svg":{"outline":"","filled":null}},"currency-yen":{"name":"currency-yen","svg":{"outline":"","filled":null}},"currency-yuan":{"name":"currency-yuan","svg":{"outline":"","filled":null}},"currency-zloty":{"name":"currency-zloty","svg":{"outline":"","filled":null}},"currency":{"name":"currency","svg":{"outline":"","filled":null}},"current-location-off":{"name":"current-location-off","svg":{"outline":"","filled":null}},"current-location":{"name":"current-location","svg":{"outline":"","filled":null}},"cursor-off":{"name":"cursor-off","svg":{"outline":"","filled":null}},"cursor-text":{"name":"cursor-text","svg":{"outline":"","filled":null}},"cut":{"name":"cut","svg":{"outline":"","filled":null}},"cylinder-off":{"name":"cylinder-off","svg":{"outline":"","filled":null}},"cylinder-plus":{"name":"cylinder-plus","svg":{"outline":"","filled":null}},"cylinder":{"name":"cylinder","svg":{"outline":"","filled":null}},"dashboard-off":{"name":"dashboard-off","svg":{"outline":"","filled":null}},"dashboard":{"name":"dashboard","svg":{"outline":"","filled":""}},"database-cog":{"name":"database-cog","svg":{"outline":"","filled":null}},"database-dollar":{"name":"database-dollar","svg":{"outline":"","filled":null}},"database-edit":{"name":"database-edit","svg":{"outline":"","filled":null}},"database-exclamation":{"name":"database-exclamation","svg":{"outline":"","filled":null}},"database-export":{"name":"database-export","svg":{"outline":"","filled":null}},"database-heart":{"name":"database-heart","svg":{"outline":"","filled":null}},"database-import":{"name":"database-import","svg":{"outline":"","filled":null}},"database-leak":{"name":"database-leak","svg":{"outline":"","filled":null}},"database-minus":{"name":"database-minus","svg":{"outline":"","filled":null}},"database-off":{"name":"database-off","svg":{"outline":"","filled":null}},"database-plus":{"name":"database-plus","svg":{"outline":"","filled":null}},"database-search":{"name":"database-search","svg":{"outline":"","filled":null}},"database-share":{"name":"database-share","svg":{"outline":"","filled":null}},"database-smile":{"name":"database-smile","svg":{"outline":"","filled":null}},"database-star":{"name":"database-star","svg":{"outline":"","filled":null}},"database-x":{"name":"database-x","svg":{"outline":"","filled":null}},"database":{"name":"database","svg":{"outline":"","filled":null}},"decimal":{"name":"decimal","svg":{"outline":"","filled":null}},"deer":{"name":"deer","svg":{"outline":"","filled":null}},"delta":{"name":"delta","svg":{"outline":"","filled":null}},"dental-broken":{"name":"dental-broken","svg":{"outline":"","filled":null}},"dental-off":{"name":"dental-off","svg":{"outline":"","filled":null}},"dental":{"name":"dental","svg":{"outline":"","filled":null}},"deselect":{"name":"deselect","svg":{"outline":"","filled":null}},"desk":{"name":"desk","svg":{"outline":"","filled":null}},"details-off":{"name":"details-off","svg":{"outline":"","filled":null}},"details":{"name":"details","svg":{"outline":"","filled":null}},"device-airpods-case":{"name":"device-airpods-case","svg":{"outline":"","filled":null}},"device-airpods":{"name":"device-airpods","svg":{"outline":"","filled":null}},"device-airtag":{"name":"device-airtag","svg":{"outline":"","filled":null}},"device-analytics":{"name":"device-analytics","svg":{"outline":"","filled":null}},"device-audio-tape":{"name":"device-audio-tape","svg":{"outline":"","filled":null}},"device-camera-phone":{"name":"device-camera-phone","svg":{"outline":"","filled":null}},"device-cctv-off":{"name":"device-cctv-off","svg":{"outline":"","filled":null}},"device-cctv":{"name":"device-cctv","svg":{"outline":"","filled":""}},"device-computer-camera-off":{"name":"device-computer-camera-off","svg":{"outline":"","filled":null}},"device-computer-camera":{"name":"device-computer-camera","svg":{"outline":"","filled":null}},"device-desktop-analytics":{"name":"device-desktop-analytics","svg":{"outline":"","filled":null}},"device-desktop-bolt":{"name":"device-desktop-bolt","svg":{"outline":"","filled":null}},"device-desktop-cancel":{"name":"device-desktop-cancel","svg":{"outline":"","filled":null}},"device-desktop-check":{"name":"device-desktop-check","svg":{"outline":"","filled":null}},"device-desktop-code":{"name":"device-desktop-code","svg":{"outline":"","filled":null}},"device-desktop-cog":{"name":"device-desktop-cog","svg":{"outline":"","filled":null}},"device-desktop-dollar":{"name":"device-desktop-dollar","svg":{"outline":"","filled":null}},"device-desktop-down":{"name":"device-desktop-down","svg":{"outline":"","filled":null}},"device-desktop-exclamation":{"name":"device-desktop-exclamation","svg":{"outline":"","filled":null}},"device-desktop-heart":{"name":"device-desktop-heart","svg":{"outline":"","filled":null}},"device-desktop-minus":{"name":"device-desktop-minus","svg":{"outline":"","filled":null}},"device-desktop-off":{"name":"device-desktop-off","svg":{"outline":"","filled":null}},"device-desktop-pause":{"name":"device-desktop-pause","svg":{"outline":"","filled":null}},"device-desktop-pin":{"name":"device-desktop-pin","svg":{"outline":"","filled":null}},"device-desktop-plus":{"name":"device-desktop-plus","svg":{"outline":"","filled":null}},"device-desktop-question":{"name":"device-desktop-question","svg":{"outline":"","filled":null}},"device-desktop-search":{"name":"device-desktop-search","svg":{"outline":"","filled":null}},"device-desktop-share":{"name":"device-desktop-share","svg":{"outline":"","filled":null}},"device-desktop-star":{"name":"device-desktop-star","svg":{"outline":"","filled":null}},"device-desktop-up":{"name":"device-desktop-up","svg":{"outline":"","filled":null}},"device-desktop-x":{"name":"device-desktop-x","svg":{"outline":"","filled":null}},"device-desktop":{"name":"device-desktop","svg":{"outline":"","filled":""}},"device-floppy":{"name":"device-floppy","svg":{"outline":"","filled":null}},"device-gamepad-2":{"name":"device-gamepad-2","svg":{"outline":"","filled":null}},"device-gamepad-3":{"name":"device-gamepad-3","svg":{"outline":"","filled":""}},"device-gamepad":{"name":"device-gamepad","svg":{"outline":"","filled":null}},"device-heart-monitor":{"name":"device-heart-monitor","svg":{"outline":"","filled":""}},"device-imac-bolt":{"name":"device-imac-bolt","svg":{"outline":"","filled":null}},"device-imac-cancel":{"name":"device-imac-cancel","svg":{"outline":"","filled":null}},"device-imac-check":{"name":"device-imac-check","svg":{"outline":"","filled":null}},"device-imac-code":{"name":"device-imac-code","svg":{"outline":"","filled":null}},"device-imac-cog":{"name":"device-imac-cog","svg":{"outline":"","filled":null}},"device-imac-dollar":{"name":"device-imac-dollar","svg":{"outline":"","filled":null}},"device-imac-down":{"name":"device-imac-down","svg":{"outline":"","filled":null}},"device-imac-exclamation":{"name":"device-imac-exclamation","svg":{"outline":"","filled":null}},"device-imac-heart":{"name":"device-imac-heart","svg":{"outline":"","filled":null}},"device-imac-minus":{"name":"device-imac-minus","svg":{"outline":"","filled":null}},"device-imac-off":{"name":"device-imac-off","svg":{"outline":"","filled":null}},"device-imac-pause":{"name":"device-imac-pause","svg":{"outline":"","filled":null}},"device-imac-pin":{"name":"device-imac-pin","svg":{"outline":"","filled":null}},"device-imac-plus":{"name":"device-imac-plus","svg":{"outline":"","filled":null}},"device-imac-question":{"name":"device-imac-question","svg":{"outline":"","filled":null}},"device-imac-search":{"name":"device-imac-search","svg":{"outline":"","filled":null}},"device-imac-share":{"name":"device-imac-share","svg":{"outline":"","filled":null}},"device-imac-star":{"name":"device-imac-star","svg":{"outline":"","filled":null}},"device-imac-up":{"name":"device-imac-up","svg":{"outline":"","filled":null}},"device-imac-x":{"name":"device-imac-x","svg":{"outline":"","filled":null}},"device-imac":{"name":"device-imac","svg":{"outline":"","filled":""}},"device-ipad-bolt":{"name":"device-ipad-bolt","svg":{"outline":"","filled":null}},"device-ipad-cancel":{"name":"device-ipad-cancel","svg":{"outline":"","filled":null}},"device-ipad-check":{"name":"device-ipad-check","svg":{"outline":"","filled":null}},"device-ipad-code":{"name":"device-ipad-code","svg":{"outline":"","filled":null}},"device-ipad-cog":{"name":"device-ipad-cog","svg":{"outline":"","filled":null}},"device-ipad-dollar":{"name":"device-ipad-dollar","svg":{"outline":"","filled":null}},"device-ipad-down":{"name":"device-ipad-down","svg":{"outline":"","filled":null}},"device-ipad-exclamation":{"name":"device-ipad-exclamation","svg":{"outline":"","filled":null}},"device-ipad-heart":{"name":"device-ipad-heart","svg":{"outline":"","filled":null}},"device-ipad-horizontal-bolt":{"name":"device-ipad-horizontal-bolt","svg":{"outline":"","filled":null}},"device-ipad-horizontal-cancel":{"name":"device-ipad-horizontal-cancel","svg":{"outline":"","filled":null}},"device-ipad-horizontal-check":{"name":"device-ipad-horizontal-check","svg":{"outline":"","filled":null}},"device-ipad-horizontal-code":{"name":"device-ipad-horizontal-code","svg":{"outline":"","filled":null}},"device-ipad-horizontal-cog":{"name":"device-ipad-horizontal-cog","svg":{"outline":"","filled":null}},"device-ipad-horizontal-dollar":{"name":"device-ipad-horizontal-dollar","svg":{"outline":"","filled":null}},"device-ipad-horizontal-down":{"name":"device-ipad-horizontal-down","svg":{"outline":"","filled":null}},"device-ipad-horizontal-exclamation":{"name":"device-ipad-horizontal-exclamation","svg":{"outline":"","filled":null}},"device-ipad-horizontal-heart":{"name":"device-ipad-horizontal-heart","svg":{"outline":"","filled":null}},"device-ipad-horizontal-minus":{"name":"device-ipad-horizontal-minus","svg":{"outline":"","filled":null}},"device-ipad-horizontal-off":{"name":"device-ipad-horizontal-off","svg":{"outline":"","filled":null}},"device-ipad-horizontal-pause":{"name":"device-ipad-horizontal-pause","svg":{"outline":"","filled":null}},"device-ipad-horizontal-pin":{"name":"device-ipad-horizontal-pin","svg":{"outline":"","filled":null}},"device-ipad-horizontal-plus":{"name":"device-ipad-horizontal-plus","svg":{"outline":"","filled":null}},"device-ipad-horizontal-question":{"name":"device-ipad-horizontal-question","svg":{"outline":"","filled":null}},"device-ipad-horizontal-search":{"name":"device-ipad-horizontal-search","svg":{"outline":"","filled":null}},"device-ipad-horizontal-share":{"name":"device-ipad-horizontal-share","svg":{"outline":"","filled":null}},"device-ipad-horizontal-star":{"name":"device-ipad-horizontal-star","svg":{"outline":"","filled":null}},"device-ipad-horizontal-up":{"name":"device-ipad-horizontal-up","svg":{"outline":"","filled":null}},"device-ipad-horizontal-x":{"name":"device-ipad-horizontal-x","svg":{"outline":"","filled":null}},"device-ipad-horizontal":{"name":"device-ipad-horizontal","svg":{"outline":"","filled":null}},"device-ipad-minus":{"name":"device-ipad-minus","svg":{"outline":"","filled":null}},"device-ipad-off":{"name":"device-ipad-off","svg":{"outline":"","filled":null}},"device-ipad-pause":{"name":"device-ipad-pause","svg":{"outline":"","filled":null}},"device-ipad-pin":{"name":"device-ipad-pin","svg":{"outline":"","filled":null}},"device-ipad-plus":{"name":"device-ipad-plus","svg":{"outline":"","filled":null}},"device-ipad-question":{"name":"device-ipad-question","svg":{"outline":"","filled":null}},"device-ipad-search":{"name":"device-ipad-search","svg":{"outline":"","filled":null}},"device-ipad-share":{"name":"device-ipad-share","svg":{"outline":"","filled":null}},"device-ipad-star":{"name":"device-ipad-star","svg":{"outline":"","filled":null}},"device-ipad-up":{"name":"device-ipad-up","svg":{"outline":"","filled":null}},"device-ipad-x":{"name":"device-ipad-x","svg":{"outline":"","filled":null}},"device-ipad":{"name":"device-ipad","svg":{"outline":"","filled":""}},"device-landline-phone":{"name":"device-landline-phone","svg":{"outline":"","filled":null}},"device-laptop-off":{"name":"device-laptop-off","svg":{"outline":"","filled":null}},"device-laptop":{"name":"device-laptop","svg":{"outline":"","filled":null}},"device-mobile-bolt":{"name":"device-mobile-bolt","svg":{"outline":"","filled":null}},"device-mobile-cancel":{"name":"device-mobile-cancel","svg":{"outline":"","filled":null}},"device-mobile-charging":{"name":"device-mobile-charging","svg":{"outline":"","filled":null}},"device-mobile-check":{"name":"device-mobile-check","svg":{"outline":"","filled":null}},"device-mobile-code":{"name":"device-mobile-code","svg":{"outline":"","filled":null}},"device-mobile-cog":{"name":"device-mobile-cog","svg":{"outline":"","filled":null}},"device-mobile-dollar":{"name":"device-mobile-dollar","svg":{"outline":"","filled":null}},"device-mobile-down":{"name":"device-mobile-down","svg":{"outline":"","filled":null}},"device-mobile-exclamation":{"name":"device-mobile-exclamation","svg":{"outline":"","filled":null}},"device-mobile-heart":{"name":"device-mobile-heart","svg":{"outline":"","filled":null}},"device-mobile-message":{"name":"device-mobile-message","svg":{"outline":"","filled":null}},"device-mobile-minus":{"name":"device-mobile-minus","svg":{"outline":"","filled":null}},"device-mobile-off":{"name":"device-mobile-off","svg":{"outline":"","filled":null}},"device-mobile-pause":{"name":"device-mobile-pause","svg":{"outline":"","filled":null}},"device-mobile-pin":{"name":"device-mobile-pin","svg":{"outline":"","filled":null}},"device-mobile-plus":{"name":"device-mobile-plus","svg":{"outline":"","filled":null}},"device-mobile-question":{"name":"device-mobile-question","svg":{"outline":"","filled":null}},"device-mobile-rotated":{"name":"device-mobile-rotated","svg":{"outline":"","filled":null}},"device-mobile-search":{"name":"device-mobile-search","svg":{"outline":"","filled":null}},"device-mobile-share":{"name":"device-mobile-share","svg":{"outline":"","filled":null}},"device-mobile-star":{"name":"device-mobile-star","svg":{"outline":"","filled":null}},"device-mobile-up":{"name":"device-mobile-up","svg":{"outline":"","filled":null}},"device-mobile-vibration":{"name":"device-mobile-vibration","svg":{"outline":"","filled":null}},"device-mobile-x":{"name":"device-mobile-x","svg":{"outline":"","filled":null}},"device-mobile":{"name":"device-mobile","svg":{"outline":"","filled":""}},"device-nintendo-off":{"name":"device-nintendo-off","svg":{"outline":"","filled":null}},"device-nintendo":{"name":"device-nintendo","svg":{"outline":"","filled":null}},"device-projector":{"name":"device-projector","svg":{"outline":"","filled":null}},"device-remote":{"name":"device-remote","svg":{"outline":"","filled":""}},"device-sd-card":{"name":"device-sd-card","svg":{"outline":"","filled":null}},"device-sim-1":{"name":"device-sim-1","svg":{"outline":"","filled":null}},"device-sim-2":{"name":"device-sim-2","svg":{"outline":"","filled":null}},"device-sim-3":{"name":"device-sim-3","svg":{"outline":"","filled":null}},"device-sim":{"name":"device-sim","svg":{"outline":"","filled":null}},"device-speaker-off":{"name":"device-speaker-off","svg":{"outline":"","filled":null}},"device-speaker":{"name":"device-speaker","svg":{"outline":"","filled":""}},"device-tablet-bolt":{"name":"device-tablet-bolt","svg":{"outline":"","filled":null}},"device-tablet-cancel":{"name":"device-tablet-cancel","svg":{"outline":"","filled":null}},"device-tablet-check":{"name":"device-tablet-check","svg":{"outline":"","filled":null}},"device-tablet-code":{"name":"device-tablet-code","svg":{"outline":"","filled":null}},"device-tablet-cog":{"name":"device-tablet-cog","svg":{"outline":"","filled":null}},"device-tablet-dollar":{"name":"device-tablet-dollar","svg":{"outline":"","filled":null}},"device-tablet-down":{"name":"device-tablet-down","svg":{"outline":"","filled":null}},"device-tablet-exclamation":{"name":"device-tablet-exclamation","svg":{"outline":"","filled":null}},"device-tablet-heart":{"name":"device-tablet-heart","svg":{"outline":"","filled":null}},"device-tablet-minus":{"name":"device-tablet-minus","svg":{"outline":"","filled":null}},"device-tablet-off":{"name":"device-tablet-off","svg":{"outline":"","filled":null}},"device-tablet-pause":{"name":"device-tablet-pause","svg":{"outline":"","filled":null}},"device-tablet-pin":{"name":"device-tablet-pin","svg":{"outline":"","filled":null}},"device-tablet-plus":{"name":"device-tablet-plus","svg":{"outline":"","filled":null}},"device-tablet-question":{"name":"device-tablet-question","svg":{"outline":"","filled":null}},"device-tablet-search":{"name":"device-tablet-search","svg":{"outline":"","filled":null}},"device-tablet-share":{"name":"device-tablet-share","svg":{"outline":"","filled":null}},"device-tablet-star":{"name":"device-tablet-star","svg":{"outline":"","filled":null}},"device-tablet-up":{"name":"device-tablet-up","svg":{"outline":"","filled":null}},"device-tablet-x":{"name":"device-tablet-x","svg":{"outline":"","filled":null}},"device-tablet":{"name":"device-tablet","svg":{"outline":"","filled":""}},"device-tv-off":{"name":"device-tv-off","svg":{"outline":"","filled":null}},"device-tv-old":{"name":"device-tv-old","svg":{"outline":"","filled":""}},"device-tv":{"name":"device-tv","svg":{"outline":"","filled":""}},"device-unknown":{"name":"device-unknown","svg":{"outline":"","filled":""}},"device-usb":{"name":"device-usb","svg":{"outline":"","filled":""}},"device-vision-pro":{"name":"device-vision-pro","svg":{"outline":"","filled":""}},"device-watch-bolt":{"name":"device-watch-bolt","svg":{"outline":"","filled":null}},"device-watch-cancel":{"name":"device-watch-cancel","svg":{"outline":"","filled":null}},"device-watch-check":{"name":"device-watch-check","svg":{"outline":"","filled":null}},"device-watch-code":{"name":"device-watch-code","svg":{"outline":"","filled":null}},"device-watch-cog":{"name":"device-watch-cog","svg":{"outline":"","filled":null}},"device-watch-dollar":{"name":"device-watch-dollar","svg":{"outline":"","filled":null}},"device-watch-down":{"name":"device-watch-down","svg":{"outline":"","filled":null}},"device-watch-exclamation":{"name":"device-watch-exclamation","svg":{"outline":"","filled":null}},"device-watch-heart":{"name":"device-watch-heart","svg":{"outline":"","filled":null}},"device-watch-minus":{"name":"device-watch-minus","svg":{"outline":"","filled":null}},"device-watch-off":{"name":"device-watch-off","svg":{"outline":"","filled":null}},"device-watch-pause":{"name":"device-watch-pause","svg":{"outline":"","filled":null}},"device-watch-pin":{"name":"device-watch-pin","svg":{"outline":"","filled":null}},"device-watch-plus":{"name":"device-watch-plus","svg":{"outline":"","filled":null}},"device-watch-question":{"name":"device-watch-question","svg":{"outline":"","filled":null}},"device-watch-search":{"name":"device-watch-search","svg":{"outline":"","filled":null}},"device-watch-share":{"name":"device-watch-share","svg":{"outline":"","filled":null}},"device-watch-star":{"name":"device-watch-star","svg":{"outline":"","filled":null}},"device-watch-stats-2":{"name":"device-watch-stats-2","svg":{"outline":"","filled":null}},"device-watch-stats":{"name":"device-watch-stats","svg":{"outline":"","filled":null}},"device-watch-up":{"name":"device-watch-up","svg":{"outline":"","filled":null}},"device-watch-x":{"name":"device-watch-x","svg":{"outline":"","filled":null}},"device-watch":{"name":"device-watch","svg":{"outline":"","filled":""}},"devices-2":{"name":"devices-2","svg":{"outline":"","filled":null}},"devices-bolt":{"name":"devices-bolt","svg":{"outline":"","filled":null}},"devices-cancel":{"name":"devices-cancel","svg":{"outline":"","filled":null}},"devices-check":{"name":"devices-check","svg":{"outline":"","filled":null}},"devices-code":{"name":"devices-code","svg":{"outline":"","filled":null}},"devices-cog":{"name":"devices-cog","svg":{"outline":"","filled":null}},"devices-dollar":{"name":"devices-dollar","svg":{"outline":"","filled":null}},"devices-down":{"name":"devices-down","svg":{"outline":"","filled":null}},"devices-exclamation":{"name":"devices-exclamation","svg":{"outline":"","filled":null}},"devices-heart":{"name":"devices-heart","svg":{"outline":"","filled":null}},"devices-minus":{"name":"devices-minus","svg":{"outline":"","filled":null}},"devices-off":{"name":"devices-off","svg":{"outline":"","filled":null}},"devices-pause":{"name":"devices-pause","svg":{"outline":"","filled":null}},"devices-pc-off":{"name":"devices-pc-off","svg":{"outline":"","filled":null}},"devices-pc":{"name":"devices-pc","svg":{"outline":"","filled":null}},"devices-pin":{"name":"devices-pin","svg":{"outline":"","filled":null}},"devices-plus":{"name":"devices-plus","svg":{"outline":"","filled":null}},"devices-question":{"name":"devices-question","svg":{"outline":"","filled":null}},"devices-search":{"name":"devices-search","svg":{"outline":"","filled":null}},"devices-share":{"name":"devices-share","svg":{"outline":"","filled":null}},"devices-star":{"name":"devices-star","svg":{"outline":"","filled":null}},"devices-up":{"name":"devices-up","svg":{"outline":"","filled":null}},"devices-x":{"name":"devices-x","svg":{"outline":"","filled":null}},"devices":{"name":"devices","svg":{"outline":"","filled":null}},"diabolo-off":{"name":"diabolo-off","svg":{"outline":"","filled":null}},"diabolo-plus":{"name":"diabolo-plus","svg":{"outline":"","filled":null}},"diabolo":{"name":"diabolo","svg":{"outline":"","filled":null}},"dialpad-off":{"name":"dialpad-off","svg":{"outline":"","filled":null}},"dialpad":{"name":"dialpad","svg":{"outline":"","filled":""}},"diamond-off":{"name":"diamond-off","svg":{"outline":"","filled":null}},"diamond":{"name":"diamond","svg":{"outline":"","filled":""}},"diamonds":{"name":"diamonds","svg":{"outline":"","filled":""}},"diaper":{"name":"diaper","svg":{"outline":"","filled":null}},"dice-1":{"name":"dice-1","svg":{"outline":"","filled":""}},"dice-2":{"name":"dice-2","svg":{"outline":"","filled":""}},"dice-3":{"name":"dice-3","svg":{"outline":"","filled":""}},"dice-4":{"name":"dice-4","svg":{"outline":"","filled":""}},"dice-5":{"name":"dice-5","svg":{"outline":"","filled":""}},"dice-6":{"name":"dice-6","svg":{"outline":"","filled":""}},"dice":{"name":"dice","svg":{"outline":"","filled":""}},"dimensions":{"name":"dimensions","svg":{"outline":"","filled":null}},"direction-arrows":{"name":"direction-arrows","svg":{"outline":"","filled":null}},"direction-horizontal":{"name":"direction-horizontal","svg":{"outline":"","filled":null}},"direction-sign-off":{"name":"direction-sign-off","svg":{"outline":"","filled":null}},"direction-sign":{"name":"direction-sign","svg":{"outline":"","filled":""}},"direction":{"name":"direction","svg":{"outline":"","filled":null}},"directions-off":{"name":"directions-off","svg":{"outline":"","filled":null}},"directions":{"name":"directions","svg":{"outline":"","filled":""}},"disabled-2":{"name":"disabled-2","svg":{"outline":"","filled":null}},"disabled-off":{"name":"disabled-off","svg":{"outline":"","filled":null}},"disabled":{"name":"disabled","svg":{"outline":"","filled":null}},"disc-golf":{"name":"disc-golf","svg":{"outline":"","filled":null}},"disc-off":{"name":"disc-off","svg":{"outline":"","filled":null}},"disc":{"name":"disc","svg":{"outline":"","filled":""}},"discount-off":{"name":"discount-off","svg":{"outline":"","filled":null}},"discount":{"name":"discount","svg":{"outline":"","filled":""}},"divide":{"name":"divide","svg":{"outline":"","filled":null}},"dna-2-off":{"name":"dna-2-off","svg":{"outline":"","filled":null}},"dna-2":{"name":"dna-2","svg":{"outline":"","filled":null}},"dna-off":{"name":"dna-off","svg":{"outline":"","filled":null}},"dna":{"name":"dna","svg":{"outline":"","filled":null}},"dog-bowl":{"name":"dog-bowl","svg":{"outline":"","filled":null}},"dog":{"name":"dog","svg":{"outline":"","filled":null}},"door-enter":{"name":"door-enter","svg":{"outline":"","filled":null}},"door-exit":{"name":"door-exit","svg":{"outline":"","filled":null}},"door-off":{"name":"door-off","svg":{"outline":"","filled":null}},"door":{"name":"door","svg":{"outline":"","filled":null}},"dots-circle-horizontal":{"name":"dots-circle-horizontal","svg":{"outline":"","filled":null}},"dots-diagonal-2":{"name":"dots-diagonal-2","svg":{"outline":"","filled":null}},"dots-diagonal":{"name":"dots-diagonal","svg":{"outline":"","filled":null}},"dots-vertical":{"name":"dots-vertical","svg":{"outline":"","filled":null}},"dots":{"name":"dots","svg":{"outline":"","filled":null}},"download-off":{"name":"download-off","svg":{"outline":"","filled":null}},"download":{"name":"download","svg":{"outline":"","filled":null}},"drag-drop-2":{"name":"drag-drop-2","svg":{"outline":"","filled":null}},"drag-drop":{"name":"drag-drop","svg":{"outline":"","filled":null}},"drone-off":{"name":"drone-off","svg":{"outline":"","filled":null}},"drone":{"name":"drone","svg":{"outline":"","filled":null}},"drop-circle":{"name":"drop-circle","svg":{"outline":"","filled":null}},"droplet-bolt":{"name":"droplet-bolt","svg":{"outline":"","filled":null}},"droplet-cancel":{"name":"droplet-cancel","svg":{"outline":"","filled":null}},"droplet-check":{"name":"droplet-check","svg":{"outline":"","filled":null}},"droplet-code":{"name":"droplet-code","svg":{"outline":"","filled":null}},"droplet-cog":{"name":"droplet-cog","svg":{"outline":"","filled":null}},"droplet-dollar":{"name":"droplet-dollar","svg":{"outline":"","filled":null}},"droplet-down":{"name":"droplet-down","svg":{"outline":"","filled":null}},"droplet-exclamation":{"name":"droplet-exclamation","svg":{"outline":"","filled":null}},"droplet-half-2":{"name":"droplet-half-2","svg":{"outline":"","filled":""}},"droplet-half":{"name":"droplet-half","svg":{"outline":"","filled":""}},"droplet-heart":{"name":"droplet-heart","svg":{"outline":"","filled":null}},"droplet-minus":{"name":"droplet-minus","svg":{"outline":"","filled":null}},"droplet-off":{"name":"droplet-off","svg":{"outline":"","filled":null}},"droplet-pause":{"name":"droplet-pause","svg":{"outline":"","filled":null}},"droplet-pin":{"name":"droplet-pin","svg":{"outline":"","filled":null}},"droplet-plus":{"name":"droplet-plus","svg":{"outline":"","filled":null}},"droplet-question":{"name":"droplet-question","svg":{"outline":"","filled":null}},"droplet-search":{"name":"droplet-search","svg":{"outline":"","filled":null}},"droplet-share":{"name":"droplet-share","svg":{"outline":"","filled":null}},"droplet-star":{"name":"droplet-star","svg":{"outline":"","filled":null}},"droplet-up":{"name":"droplet-up","svg":{"outline":"","filled":null}},"droplet-x":{"name":"droplet-x","svg":{"outline":"","filled":null}},"droplet":{"name":"droplet","svg":{"outline":"","filled":""}},"droplets":{"name":"droplets","svg":{"outline":"","filled":null}},"dual-screen":{"name":"dual-screen","svg":{"outline":"","filled":null}},"dumpling":{"name":"dumpling","svg":{"outline":"","filled":null}},"e-passport":{"name":"e-passport","svg":{"outline":"","filled":null}},"ear-off":{"name":"ear-off","svg":{"outline":"","filled":null}},"ear-scan":{"name":"ear-scan","svg":{"outline":"","filled":null}},"ear":{"name":"ear","svg":{"outline":"","filled":null}},"ease-in-control-point":{"name":"ease-in-control-point","svg":{"outline":"","filled":null}},"ease-in-out-control-points":{"name":"ease-in-out-control-points","svg":{"outline":"","filled":null}},"ease-in-out":{"name":"ease-in-out","svg":{"outline":"","filled":null}},"ease-in":{"name":"ease-in","svg":{"outline":"","filled":null}},"ease-out-control-point":{"name":"ease-out-control-point","svg":{"outline":"","filled":null}},"ease-out":{"name":"ease-out","svg":{"outline":"","filled":null}},"edit-circle-off":{"name":"edit-circle-off","svg":{"outline":"","filled":null}},"edit-circle":{"name":"edit-circle","svg":{"outline":"","filled":null}},"edit-off":{"name":"edit-off","svg":{"outline":"","filled":null}},"edit":{"name":"edit","svg":{"outline":"","filled":null}},"egg-cracked":{"name":"egg-cracked","svg":{"outline":"","filled":""}},"egg-fried":{"name":"egg-fried","svg":{"outline":"","filled":null}},"egg-off":{"name":"egg-off","svg":{"outline":"","filled":null}},"egg":{"name":"egg","svg":{"outline":"","filled":""}},"eggs":{"name":"eggs","svg":{"outline":"","filled":null}},"elevator-off":{"name":"elevator-off","svg":{"outline":"","filled":null}},"elevator":{"name":"elevator","svg":{"outline":"","filled":""}},"emergency-bed":{"name":"emergency-bed","svg":{"outline":"","filled":null}},"empathize-off":{"name":"empathize-off","svg":{"outline":"","filled":null}},"empathize":{"name":"empathize","svg":{"outline":"","filled":null}},"emphasis":{"name":"emphasis","svg":{"outline":"","filled":null}},"engine-off":{"name":"engine-off","svg":{"outline":"","filled":null}},"engine":{"name":"engine","svg":{"outline":"","filled":null}},"equal-double":{"name":"equal-double","svg":{"outline":"","filled":null}},"equal-not":{"name":"equal-not","svg":{"outline":"","filled":null}},"equal":{"name":"equal","svg":{"outline":"","filled":null}},"eraser-off":{"name":"eraser-off","svg":{"outline":"","filled":null}},"eraser":{"name":"eraser","svg":{"outline":"","filled":null}},"error-404-off":{"name":"error-404-off","svg":{"outline":"","filled":null}},"error-404":{"name":"error-404","svg":{"outline":"","filled":null}},"escalator-down":{"name":"escalator-down","svg":{"outline":"","filled":null}},"escalator-up":{"name":"escalator-up","svg":{"outline":"","filled":null}},"escalator":{"name":"escalator","svg":{"outline":"","filled":null}},"exchange-off":{"name":"exchange-off","svg":{"outline":"","filled":null}},"exchange":{"name":"exchange","svg":{"outline":"","filled":null}},"exclamation-circle":{"name":"exclamation-circle","svg":{"outline":"","filled":""}},"exclamation-mark-off":{"name":"exclamation-mark-off","svg":{"outline":"","filled":null}},"exclamation-mark":{"name":"exclamation-mark","svg":{"outline":"","filled":null}},"explicit-off":{"name":"explicit-off","svg":{"outline":"","filled":null}},"explicit":{"name":"explicit","svg":{"outline":"","filled":null}},"exposure-0":{"name":"exposure-0","svg":{"outline":"","filled":null}},"exposure-minus-1":{"name":"exposure-minus-1","svg":{"outline":"","filled":null}},"exposure-minus-2":{"name":"exposure-minus-2","svg":{"outline":"","filled":null}},"exposure-off":{"name":"exposure-off","svg":{"outline":"","filled":null}},"exposure-plus-1":{"name":"exposure-plus-1","svg":{"outline":"","filled":null}},"exposure-plus-2":{"name":"exposure-plus-2","svg":{"outline":"","filled":null}},"exposure":{"name":"exposure","svg":{"outline":"","filled":null}},"external-link-off":{"name":"external-link-off","svg":{"outline":"","filled":null}},"external-link":{"name":"external-link","svg":{"outline":"","filled":null}},"eye-bitcoin":{"name":"eye-bitcoin","svg":{"outline":"","filled":null}},"eye-bolt":{"name":"eye-bolt","svg":{"outline":"","filled":null}},"eye-cancel":{"name":"eye-cancel","svg":{"outline":"","filled":null}},"eye-check":{"name":"eye-check","svg":{"outline":"","filled":null}},"eye-closed":{"name":"eye-closed","svg":{"outline":"","filled":null}},"eye-code":{"name":"eye-code","svg":{"outline":"","filled":null}},"eye-cog":{"name":"eye-cog","svg":{"outline":"","filled":null}},"eye-discount":{"name":"eye-discount","svg":{"outline":"","filled":null}},"eye-dollar":{"name":"eye-dollar","svg":{"outline":"","filled":null}},"eye-dotted":{"name":"eye-dotted","svg":{"outline":"","filled":null}},"eye-down":{"name":"eye-down","svg":{"outline":"","filled":null}},"eye-edit":{"name":"eye-edit","svg":{"outline":"","filled":null}},"eye-exclamation":{"name":"eye-exclamation","svg":{"outline":"","filled":null}},"eye-heart":{"name":"eye-heart","svg":{"outline":"","filled":null}},"eye-minus":{"name":"eye-minus","svg":{"outline":"","filled":null}},"eye-off":{"name":"eye-off","svg":{"outline":"","filled":null}},"eye-pause":{"name":"eye-pause","svg":{"outline":"","filled":null}},"eye-pin":{"name":"eye-pin","svg":{"outline":"","filled":null}},"eye-plus":{"name":"eye-plus","svg":{"outline":"","filled":null}},"eye-question":{"name":"eye-question","svg":{"outline":"","filled":null}},"eye-search":{"name":"eye-search","svg":{"outline":"","filled":null}},"eye-share":{"name":"eye-share","svg":{"outline":"","filled":null}},"eye-spark":{"name":"eye-spark","svg":{"outline":"","filled":null}},"eye-star":{"name":"eye-star","svg":{"outline":"","filled":null}},"eye-table":{"name":"eye-table","svg":{"outline":"","filled":null}},"eye-up":{"name":"eye-up","svg":{"outline":"","filled":null}},"eye-x":{"name":"eye-x","svg":{"outline":"","filled":null}},"eye":{"name":"eye","svg":{"outline":"","filled":""}},"eyeglass-2":{"name":"eyeglass-2","svg":{"outline":"","filled":null}},"eyeglass-off":{"name":"eyeglass-off","svg":{"outline":"","filled":null}},"eyeglass":{"name":"eyeglass","svg":{"outline":"","filled":null}},"face-id-error":{"name":"face-id-error","svg":{"outline":"","filled":null}},"face-id":{"name":"face-id","svg":{"outline":"","filled":null}},"face-mask-off":{"name":"face-mask-off","svg":{"outline":"","filled":null}},"face-mask":{"name":"face-mask","svg":{"outline":"","filled":null}},"fall":{"name":"fall","svg":{"outline":"","filled":null}},"favicon":{"name":"favicon","svg":{"outline":"","filled":null}},"feather-off":{"name":"feather-off","svg":{"outline":"","filled":null}},"feather":{"name":"feather","svg":{"outline":"","filled":""}},"fence-off":{"name":"fence-off","svg":{"outline":"","filled":null}},"fence":{"name":"fence","svg":{"outline":"","filled":null}},"fidget-spinner":{"name":"fidget-spinner","svg":{"outline":"","filled":null}},"file-3d":{"name":"file-3d","svg":{"outline":"","filled":null}},"file-ai":{"name":"file-ai","svg":{"outline":"","filled":null}},"file-alert":{"name":"file-alert","svg":{"outline":"","filled":null}},"file-analytics":{"name":"file-analytics","svg":{"outline":"","filled":null}},"file-arrow-left":{"name":"file-arrow-left","svg":{"outline":"","filled":null}},"file-arrow-right":{"name":"file-arrow-right","svg":{"outline":"","filled":null}},"file-barcode":{"name":"file-barcode","svg":{"outline":"","filled":null}},"file-bitcoin":{"name":"file-bitcoin","svg":{"outline":"","filled":null}},"file-broken":{"name":"file-broken","svg":{"outline":"","filled":null}},"file-certificate":{"name":"file-certificate","svg":{"outline":"","filled":null}},"file-chart":{"name":"file-chart","svg":{"outline":"","filled":null}},"file-check":{"name":"file-check","svg":{"outline":"","filled":null}},"file-code-2":{"name":"file-code-2","svg":{"outline":"","filled":null}},"file-code":{"name":"file-code","svg":{"outline":"","filled":null}},"file-cv":{"name":"file-cv","svg":{"outline":"","filled":null}},"file-database":{"name":"file-database","svg":{"outline":"","filled":null}},"file-delta":{"name":"file-delta","svg":{"outline":"","filled":null}},"file-description":{"name":"file-description","svg":{"outline":"","filled":null}},"file-diff":{"name":"file-diff","svg":{"outline":"","filled":null}},"file-digit":{"name":"file-digit","svg":{"outline":"","filled":null}},"file-dislike":{"name":"file-dislike","svg":{"outline":"","filled":null}},"file-dollar":{"name":"file-dollar","svg":{"outline":"","filled":null}},"file-dots":{"name":"file-dots","svg":{"outline":"","filled":null}},"file-download":{"name":"file-download","svg":{"outline":"","filled":null}},"file-euro":{"name":"file-euro","svg":{"outline":"","filled":null}},"file-excel":{"name":"file-excel","svg":{"outline":"","filled":null}},"file-export":{"name":"file-export","svg":{"outline":"","filled":null}},"file-function":{"name":"file-function","svg":{"outline":"","filled":null}},"file-horizontal":{"name":"file-horizontal","svg":{"outline":"","filled":null}},"file-import":{"name":"file-import","svg":{"outline":"","filled":null}},"file-infinity":{"name":"file-infinity","svg":{"outline":"","filled":null}},"file-info":{"name":"file-info","svg":{"outline":"","filled":null}},"file-invoice":{"name":"file-invoice","svg":{"outline":"","filled":null}},"file-isr":{"name":"file-isr","svg":{"outline":"","filled":null}},"file-lambda":{"name":"file-lambda","svg":{"outline":"","filled":null}},"file-like":{"name":"file-like","svg":{"outline":"","filled":null}},"file-minus":{"name":"file-minus","svg":{"outline":"","filled":null}},"file-music":{"name":"file-music","svg":{"outline":"","filled":null}},"file-neutral":{"name":"file-neutral","svg":{"outline":"","filled":null}},"file-off":{"name":"file-off","svg":{"outline":"","filled":null}},"file-orientation":{"name":"file-orientation","svg":{"outline":"","filled":null}},"file-pencil":{"name":"file-pencil","svg":{"outline":"","filled":null}},"file-percent":{"name":"file-percent","svg":{"outline":"","filled":null}},"file-phone":{"name":"file-phone","svg":{"outline":"","filled":null}},"file-plus":{"name":"file-plus","svg":{"outline":"","filled":null}},"file-power":{"name":"file-power","svg":{"outline":"","filled":null}},"file-report":{"name":"file-report","svg":{"outline":"","filled":null}},"file-rss":{"name":"file-rss","svg":{"outline":"","filled":null}},"file-sad":{"name":"file-sad","svg":{"outline":"","filled":null}},"file-scissors":{"name":"file-scissors","svg":{"outline":"","filled":null}},"file-search":{"name":"file-search","svg":{"outline":"","filled":null}},"file-settings":{"name":"file-settings","svg":{"outline":"","filled":null}},"file-shredder":{"name":"file-shredder","svg":{"outline":"","filled":null}},"file-signal":{"name":"file-signal","svg":{"outline":"","filled":null}},"file-smile":{"name":"file-smile","svg":{"outline":"","filled":null}},"file-spark":{"name":"file-spark","svg":{"outline":"","filled":null}},"file-spreadsheet":{"name":"file-spreadsheet","svg":{"outline":"","filled":null}},"file-stack":{"name":"file-stack","svg":{"outline":"","filled":null}},"file-star":{"name":"file-star","svg":{"outline":"","filled":null}},"file-symlink":{"name":"file-symlink","svg":{"outline":"","filled":null}},"file-text-ai":{"name":"file-text-ai","svg":{"outline":"","filled":null}},"file-text-spark":{"name":"file-text-spark","svg":{"outline":"","filled":null}},"file-text":{"name":"file-text","svg":{"outline":"","filled":null}},"file-time":{"name":"file-time","svg":{"outline":"","filled":null}},"file-type-bmp":{"name":"file-type-bmp","svg":{"outline":"","filled":null}},"file-type-css":{"name":"file-type-css","svg":{"outline":"","filled":null}},"file-type-csv":{"name":"file-type-csv","svg":{"outline":"","filled":null}},"file-type-doc":{"name":"file-type-doc","svg":{"outline":"","filled":null}},"file-type-docx":{"name":"file-type-docx","svg":{"outline":"","filled":null}},"file-type-html":{"name":"file-type-html","svg":{"outline":"","filled":null}},"file-type-jpg":{"name":"file-type-jpg","svg":{"outline":"","filled":null}},"file-type-js":{"name":"file-type-js","svg":{"outline":"","filled":null}},"file-type-jsx":{"name":"file-type-jsx","svg":{"outline":"","filled":null}},"file-type-pdf":{"name":"file-type-pdf","svg":{"outline":"","filled":null}},"file-type-php":{"name":"file-type-php","svg":{"outline":"","filled":null}},"file-type-png":{"name":"file-type-png","svg":{"outline":"","filled":null}},"file-type-ppt":{"name":"file-type-ppt","svg":{"outline":"","filled":null}},"file-type-rs":{"name":"file-type-rs","svg":{"outline":"","filled":null}},"file-type-sql":{"name":"file-type-sql","svg":{"outline":"","filled":null}},"file-type-svg":{"name":"file-type-svg","svg":{"outline":"","filled":null}},"file-type-ts":{"name":"file-type-ts","svg":{"outline":"","filled":null}},"file-type-tsx":{"name":"file-type-tsx","svg":{"outline":"","filled":null}},"file-type-txt":{"name":"file-type-txt","svg":{"outline":"","filled":null}},"file-type-vue":{"name":"file-type-vue","svg":{"outline":"","filled":null}},"file-type-xls":{"name":"file-type-xls","svg":{"outline":"","filled":null}},"file-type-xml":{"name":"file-type-xml","svg":{"outline":"","filled":null}},"file-type-zip":{"name":"file-type-zip","svg":{"outline":"","filled":null}},"file-typography":{"name":"file-typography","svg":{"outline":"","filled":null}},"file-unknown":{"name":"file-unknown","svg":{"outline":"","filled":null}},"file-upload":{"name":"file-upload","svg":{"outline":"","filled":null}},"file-vector":{"name":"file-vector","svg":{"outline":"","filled":null}},"file-word":{"name":"file-word","svg":{"outline":"","filled":null}},"file-x":{"name":"file-x","svg":{"outline":"","filled":""}},"file-zip":{"name":"file-zip","svg":{"outline":"","filled":null}},"file":{"name":"file","svg":{"outline":"","filled":""}},"files-off":{"name":"files-off","svg":{"outline":"","filled":null}},"files":{"name":"files","svg":{"outline":"","filled":null}},"filter-bolt":{"name":"filter-bolt","svg":{"outline":"","filled":null}},"filter-cancel":{"name":"filter-cancel","svg":{"outline":"","filled":null}},"filter-check":{"name":"filter-check","svg":{"outline":"","filled":null}},"filter-code":{"name":"filter-code","svg":{"outline":"","filled":null}},"filter-cog":{"name":"filter-cog","svg":{"outline":"","filled":null}},"filter-discount":{"name":"filter-discount","svg":{"outline":"","filled":null}},"filter-dollar":{"name":"filter-dollar","svg":{"outline":"","filled":null}},"filter-down":{"name":"filter-down","svg":{"outline":"","filled":null}},"filter-edit":{"name":"filter-edit","svg":{"outline":"","filled":null}},"filter-exclamation":{"name":"filter-exclamation","svg":{"outline":"","filled":null}},"filter-heart":{"name":"filter-heart","svg":{"outline":"","filled":null}},"filter-minus":{"name":"filter-minus","svg":{"outline":"","filled":null}},"filter-off":{"name":"filter-off","svg":{"outline":"","filled":null}},"filter-pause":{"name":"filter-pause","svg":{"outline":"","filled":null}},"filter-pin":{"name":"filter-pin","svg":{"outline":"","filled":null}},"filter-plus":{"name":"filter-plus","svg":{"outline":"","filled":null}},"filter-question":{"name":"filter-question","svg":{"outline":"","filled":null}},"filter-search":{"name":"filter-search","svg":{"outline":"","filled":null}},"filter-share":{"name":"filter-share","svg":{"outline":"","filled":null}},"filter-star":{"name":"filter-star","svg":{"outline":"","filled":null}},"filter-up":{"name":"filter-up","svg":{"outline":"","filled":null}},"filter-x":{"name":"filter-x","svg":{"outline":"","filled":null}},"filter":{"name":"filter","svg":{"outline":"","filled":""}},"filters":{"name":"filters","svg":{"outline":"","filled":null}},"fingerprint-off":{"name":"fingerprint-off","svg":{"outline":"","filled":null}},"fingerprint-scan":{"name":"fingerprint-scan","svg":{"outline":"","filled":null}},"fingerprint":{"name":"fingerprint","svg":{"outline":"","filled":null}},"fire-extinguisher":{"name":"fire-extinguisher","svg":{"outline":"","filled":null}},"fire-hydrant-off":{"name":"fire-hydrant-off","svg":{"outline":"","filled":null}},"fire-hydrant":{"name":"fire-hydrant","svg":{"outline":"","filled":null}},"firetruck":{"name":"firetruck","svg":{"outline":"","filled":null}},"first-aid-kit-off":{"name":"first-aid-kit-off","svg":{"outline":"","filled":null}},"first-aid-kit":{"name":"first-aid-kit","svg":{"outline":"","filled":null}},"fish-bone":{"name":"fish-bone","svg":{"outline":"","filled":null}},"fish-christianity":{"name":"fish-christianity","svg":{"outline":"","filled":null}},"fish-hook-off":{"name":"fish-hook-off","svg":{"outline":"","filled":null}},"fish-hook":{"name":"fish-hook","svg":{"outline":"","filled":null}},"fish-off":{"name":"fish-off","svg":{"outline":"","filled":null}},"fish":{"name":"fish","svg":{"outline":"","filled":null}},"flag-2-off":{"name":"flag-2-off","svg":{"outline":"","filled":null}},"flag-2":{"name":"flag-2","svg":{"outline":"","filled":""}},"flag-3":{"name":"flag-3","svg":{"outline":"","filled":""}},"flag-bitcoin":{"name":"flag-bitcoin","svg":{"outline":"","filled":null}},"flag-bolt":{"name":"flag-bolt","svg":{"outline":"","filled":null}},"flag-cancel":{"name":"flag-cancel","svg":{"outline":"","filled":null}},"flag-check":{"name":"flag-check","svg":{"outline":"","filled":null}},"flag-code":{"name":"flag-code","svg":{"outline":"","filled":null}},"flag-cog":{"name":"flag-cog","svg":{"outline":"","filled":null}},"flag-discount":{"name":"flag-discount","svg":{"outline":"","filled":null}},"flag-dollar":{"name":"flag-dollar","svg":{"outline":"","filled":null}},"flag-down":{"name":"flag-down","svg":{"outline":"","filled":null}},"flag-exclamation":{"name":"flag-exclamation","svg":{"outline":"","filled":null}},"flag-heart":{"name":"flag-heart","svg":{"outline":"","filled":null}},"flag-minus":{"name":"flag-minus","svg":{"outline":"","filled":null}},"flag-off":{"name":"flag-off","svg":{"outline":"","filled":null}},"flag-pause":{"name":"flag-pause","svg":{"outline":"","filled":null}},"flag-pin":{"name":"flag-pin","svg":{"outline":"","filled":null}},"flag-plus":{"name":"flag-plus","svg":{"outline":"","filled":null}},"flag-question":{"name":"flag-question","svg":{"outline":"","filled":null}},"flag-search":{"name":"flag-search","svg":{"outline":"","filled":null}},"flag-share":{"name":"flag-share","svg":{"outline":"","filled":null}},"flag-spark":{"name":"flag-spark","svg":{"outline":"","filled":null}},"flag-star":{"name":"flag-star","svg":{"outline":"","filled":null}},"flag-up":{"name":"flag-up","svg":{"outline":"","filled":null}},"flag-x":{"name":"flag-x","svg":{"outline":"","filled":null}},"flag":{"name":"flag","svg":{"outline":"","filled":""}},"flame-off":{"name":"flame-off","svg":{"outline":"","filled":null}},"flame":{"name":"flame","svg":{"outline":"","filled":null}},"flare":{"name":"flare","svg":{"outline":"","filled":null}},"flask-2-off":{"name":"flask-2-off","svg":{"outline":"","filled":null}},"flask-2":{"name":"flask-2","svg":{"outline":"","filled":""}},"flask-off":{"name":"flask-off","svg":{"outline":"","filled":null}},"flask":{"name":"flask","svg":{"outline":"","filled":""}},"flip-flops":{"name":"flip-flops","svg":{"outline":"","filled":null}},"flip-horizontal":{"name":"flip-horizontal","svg":{"outline":"","filled":null}},"flip-vertical":{"name":"flip-vertical","svg":{"outline":"","filled":null}},"float-center":{"name":"float-center","svg":{"outline":"","filled":null}},"float-left":{"name":"float-left","svg":{"outline":"","filled":null}},"float-none":{"name":"float-none","svg":{"outline":"","filled":null}},"float-right":{"name":"float-right","svg":{"outline":"","filled":null}},"flower-off":{"name":"flower-off","svg":{"outline":"","filled":null}},"flower":{"name":"flower","svg":{"outline":"","filled":""}},"focus-2":{"name":"focus-2","svg":{"outline":"","filled":null}},"focus-auto":{"name":"focus-auto","svg":{"outline":"","filled":null}},"focus-centered":{"name":"focus-centered","svg":{"outline":"","filled":null}},"focus":{"name":"focus","svg":{"outline":"","filled":null}},"fold-down":{"name":"fold-down","svg":{"outline":"","filled":null}},"fold-up":{"name":"fold-up","svg":{"outline":"","filled":null}},"fold":{"name":"fold","svg":{"outline":"","filled":null}},"folder-bolt":{"name":"folder-bolt","svg":{"outline":"","filled":null}},"folder-cancel":{"name":"folder-cancel","svg":{"outline":"","filled":null}},"folder-check":{"name":"folder-check","svg":{"outline":"","filled":null}},"folder-code":{"name":"folder-code","svg":{"outline":"","filled":null}},"folder-cog":{"name":"folder-cog","svg":{"outline":"","filled":null}},"folder-dollar":{"name":"folder-dollar","svg":{"outline":"","filled":null}},"folder-down":{"name":"folder-down","svg":{"outline":"","filled":null}},"folder-exclamation":{"name":"folder-exclamation","svg":{"outline":"","filled":null}},"folder-heart":{"name":"folder-heart","svg":{"outline":"","filled":null}},"folder-minus":{"name":"folder-minus","svg":{"outline":"","filled":null}},"folder-off":{"name":"folder-off","svg":{"outline":"","filled":null}},"folder-open":{"name":"folder-open","svg":{"outline":"","filled":null}},"folder-pause":{"name":"folder-pause","svg":{"outline":"","filled":null}},"folder-pin":{"name":"folder-pin","svg":{"outline":"","filled":null}},"folder-plus":{"name":"folder-plus","svg":{"outline":"","filled":null}},"folder-question":{"name":"folder-question","svg":{"outline":"","filled":null}},"folder-root":{"name":"folder-root","svg":{"outline":"","filled":null}},"folder-search":{"name":"folder-search","svg":{"outline":"","filled":null}},"folder-share":{"name":"folder-share","svg":{"outline":"","filled":null}},"folder-star":{"name":"folder-star","svg":{"outline":"","filled":null}},"folder-symlink":{"name":"folder-symlink","svg":{"outline":"","filled":null}},"folder-up":{"name":"folder-up","svg":{"outline":"","filled":null}},"folder-x":{"name":"folder-x","svg":{"outline":"","filled":null}},"folder":{"name":"folder","svg":{"outline":"","filled":""}},"folders-off":{"name":"folders-off","svg":{"outline":"","filled":null}},"folders":{"name":"folders","svg":{"outline":"","filled":null}},"forbid-2":{"name":"forbid-2","svg":{"outline":"","filled":""}},"forbid":{"name":"forbid","svg":{"outline":"","filled":""}},"forklift":{"name":"forklift","svg":{"outline":"","filled":null}},"forms":{"name":"forms","svg":{"outline":"","filled":null}},"fountain-off":{"name":"fountain-off","svg":{"outline":"","filled":null}},"fountain":{"name":"fountain","svg":{"outline":"","filled":""}},"frame-off":{"name":"frame-off","svg":{"outline":"","filled":null}},"frame":{"name":"frame","svg":{"outline":"","filled":null}},"free-rights":{"name":"free-rights","svg":{"outline":"","filled":null}},"freeze-column":{"name":"freeze-column","svg":{"outline":"","filled":null}},"freeze-row-column":{"name":"freeze-row-column","svg":{"outline":"","filled":null}},"freeze-row":{"name":"freeze-row","svg":{"outline":"","filled":null}},"fridge-off":{"name":"fridge-off","svg":{"outline":"","filled":null}},"fridge":{"name":"fridge","svg":{"outline":"","filled":null}},"friends-off":{"name":"friends-off","svg":{"outline":"","filled":null}},"friends":{"name":"friends","svg":{"outline":"","filled":null}},"frustum-off":{"name":"frustum-off","svg":{"outline":"","filled":null}},"frustum-plus":{"name":"frustum-plus","svg":{"outline":"","filled":null}},"frustum":{"name":"frustum","svg":{"outline":"","filled":null}},"function-off":{"name":"function-off","svg":{"outline":"","filled":null}},"function":{"name":"function","svg":{"outline":"","filled":""}},"galaxy":{"name":"galaxy","svg":{"outline":"","filled":null}},"garden-cart-off":{"name":"garden-cart-off","svg":{"outline":"","filled":null}},"garden-cart":{"name":"garden-cart","svg":{"outline":"","filled":null}},"gas-station-off":{"name":"gas-station-off","svg":{"outline":"","filled":null}},"gas-station":{"name":"gas-station","svg":{"outline":"","filled":null}},"gauge-off":{"name":"gauge-off","svg":{"outline":"","filled":null}},"gauge":{"name":"gauge","svg":{"outline":"","filled":""}},"gavel":{"name":"gavel","svg":{"outline":"","filled":null}},"gender-agender":{"name":"gender-agender","svg":{"outline":"","filled":null}},"gender-androgyne":{"name":"gender-androgyne","svg":{"outline":"","filled":null}},"gender-bigender":{"name":"gender-bigender","svg":{"outline":"","filled":null}},"gender-demiboy":{"name":"gender-demiboy","svg":{"outline":"","filled":null}},"gender-demigirl":{"name":"gender-demigirl","svg":{"outline":"","filled":null}},"gender-epicene":{"name":"gender-epicene","svg":{"outline":"","filled":null}},"gender-female":{"name":"gender-female","svg":{"outline":"","filled":null}},"gender-femme":{"name":"gender-femme","svg":{"outline":"","filled":null}},"gender-genderfluid":{"name":"gender-genderfluid","svg":{"outline":"","filled":null}},"gender-genderless":{"name":"gender-genderless","svg":{"outline":"","filled":null}},"gender-genderqueer":{"name":"gender-genderqueer","svg":{"outline":"","filled":null}},"gender-hermaphrodite":{"name":"gender-hermaphrodite","svg":{"outline":"","filled":null}},"gender-intergender":{"name":"gender-intergender","svg":{"outline":"","filled":null}},"gender-male":{"name":"gender-male","svg":{"outline":"","filled":null}},"gender-neutrois":{"name":"gender-neutrois","svg":{"outline":"","filled":null}},"gender-third":{"name":"gender-third","svg":{"outline":"","filled":null}},"gender-transgender":{"name":"gender-transgender","svg":{"outline":"","filled":null}},"gender-trasvesti":{"name":"gender-trasvesti","svg":{"outline":"","filled":null}},"geometry":{"name":"geometry","svg":{"outline":"","filled":null}},"ghost-2":{"name":"ghost-2","svg":{"outline":"","filled":""}},"ghost-3":{"name":"ghost-3","svg":{"outline":"","filled":null}},"ghost-off":{"name":"ghost-off","svg":{"outline":"","filled":null}},"ghost":{"name":"ghost","svg":{"outline":"","filled":""}},"gif":{"name":"gif","svg":{"outline":"","filled":null}},"gift-card":{"name":"gift-card","svg":{"outline":"","filled":""}},"gift-off":{"name":"gift-off","svg":{"outline":"","filled":null}},"gift":{"name":"gift","svg":{"outline":"","filled":""}},"git-branch-deleted":{"name":"git-branch-deleted","svg":{"outline":"","filled":null}},"git-branch":{"name":"git-branch","svg":{"outline":"","filled":null}},"git-cherry-pick":{"name":"git-cherry-pick","svg":{"outline":"","filled":null}},"git-commit":{"name":"git-commit","svg":{"outline":"","filled":null}},"git-compare":{"name":"git-compare","svg":{"outline":"","filled":null}},"git-fork":{"name":"git-fork","svg":{"outline":"","filled":null}},"git-merge":{"name":"git-merge","svg":{"outline":"","filled":null}},"git-pull-request-closed":{"name":"git-pull-request-closed","svg":{"outline":"","filled":null}},"git-pull-request-draft":{"name":"git-pull-request-draft","svg":{"outline":"","filled":null}},"git-pull-request":{"name":"git-pull-request","svg":{"outline":"","filled":null}},"gizmo":{"name":"gizmo","svg":{"outline":"","filled":null}},"glass-champagne":{"name":"glass-champagne","svg":{"outline":"","filled":null}},"glass-cocktail":{"name":"glass-cocktail","svg":{"outline":"","filled":null}},"glass-full":{"name":"glass-full","svg":{"outline":"","filled":""}},"glass-gin":{"name":"glass-gin","svg":{"outline":"","filled":null}},"glass-off":{"name":"glass-off","svg":{"outline":"","filled":null}},"glass":{"name":"glass","svg":{"outline":"","filled":""}},"globe-off":{"name":"globe-off","svg":{"outline":"","filled":null}},"globe":{"name":"globe","svg":{"outline":"","filled":""}},"go-game":{"name":"go-game","svg":{"outline":"","filled":null}},"golf-off":{"name":"golf-off","svg":{"outline":"","filled":null}},"golf":{"name":"golf","svg":{"outline":"","filled":null}},"gps":{"name":"gps","svg":{"outline":"","filled":""}},"gradienter":{"name":"gradienter","svg":{"outline":"","filled":null}},"grain":{"name":"grain","svg":{"outline":"","filled":null}},"graph-off":{"name":"graph-off","svg":{"outline":"","filled":null}},"graph":{"name":"graph","svg":{"outline":"","filled":""}},"grave-2":{"name":"grave-2","svg":{"outline":"","filled":null}},"grave":{"name":"grave","svg":{"outline":"","filled":null}},"grid-3x3":{"name":"grid-3x3","svg":{"outline":"","filled":null}},"grid-4x4":{"name":"grid-4x4","svg":{"outline":"","filled":null}},"grid-dots":{"name":"grid-dots","svg":{"outline":"","filled":null}},"grid-goldenratio":{"name":"grid-goldenratio","svg":{"outline":"","filled":null}},"grid-pattern":{"name":"grid-pattern","svg":{"outline":"","filled":null}},"grid-scan":{"name":"grid-scan","svg":{"outline":"","filled":null}},"grill-fork":{"name":"grill-fork","svg":{"outline":"","filled":null}},"grill-off":{"name":"grill-off","svg":{"outline":"","filled":null}},"grill-spatula":{"name":"grill-spatula","svg":{"outline":"","filled":null}},"grill":{"name":"grill","svg":{"outline":"","filled":null}},"grip-horizontal":{"name":"grip-horizontal","svg":{"outline":"","filled":null}},"grip-vertical":{"name":"grip-vertical","svg":{"outline":"","filled":null}},"growth":{"name":"growth","svg":{"outline":"","filled":null}},"guitar-pick":{"name":"guitar-pick","svg":{"outline":"","filled":""}},"gymnastics":{"name":"gymnastics","svg":{"outline":"","filled":null}},"h-1":{"name":"h-1","svg":{"outline":"","filled":null}},"h-2":{"name":"h-2","svg":{"outline":"","filled":null}},"h-3":{"name":"h-3","svg":{"outline":"","filled":null}},"h-4":{"name":"h-4","svg":{"outline":"","filled":null}},"h-5":{"name":"h-5","svg":{"outline":"","filled":null}},"h-6":{"name":"h-6","svg":{"outline":"","filled":null}},"hammer-off":{"name":"hammer-off","svg":{"outline":"","filled":null}},"hammer":{"name":"hammer","svg":{"outline":"","filled":null}},"hand-click":{"name":"hand-click","svg":{"outline":"","filled":null}},"hand-finger-down":{"name":"hand-finger-down","svg":{"outline":"","filled":null}},"hand-finger-left":{"name":"hand-finger-left","svg":{"outline":"","filled":null}},"hand-finger-off":{"name":"hand-finger-off","svg":{"outline":"","filled":null}},"hand-finger-right":{"name":"hand-finger-right","svg":{"outline":"","filled":null}},"hand-finger":{"name":"hand-finger","svg":{"outline":"","filled":null}},"hand-grab":{"name":"hand-grab","svg":{"outline":"","filled":null}},"hand-little-finger":{"name":"hand-little-finger","svg":{"outline":"","filled":null}},"hand-love-you":{"name":"hand-love-you","svg":{"outline":"","filled":null}},"hand-middle-finger":{"name":"hand-middle-finger","svg":{"outline":"","filled":null}},"hand-move":{"name":"hand-move","svg":{"outline":"","filled":null}},"hand-off":{"name":"hand-off","svg":{"outline":"","filled":null}},"hand-ring-finger":{"name":"hand-ring-finger","svg":{"outline":"","filled":null}},"hand-sanitizer":{"name":"hand-sanitizer","svg":{"outline":"","filled":null}},"hand-stop":{"name":"hand-stop","svg":{"outline":"","filled":null}},"hand-three-fingers":{"name":"hand-three-fingers","svg":{"outline":"","filled":null}},"hand-two-fingers":{"name":"hand-two-fingers","svg":{"outline":"","filled":null}},"hanger-2":{"name":"hanger-2","svg":{"outline":"","filled":""}},"hanger-off":{"name":"hanger-off","svg":{"outline":"","filled":null}},"hanger":{"name":"hanger","svg":{"outline":"","filled":null}},"hash":{"name":"hash","svg":{"outline":"","filled":null}},"haze-moon":{"name":"haze-moon","svg":{"outline":"","filled":null}},"haze":{"name":"haze","svg":{"outline":"","filled":null}},"hdr":{"name":"hdr","svg":{"outline":"","filled":null}},"heading-off":{"name":"heading-off","svg":{"outline":"","filled":null}},"heading":{"name":"heading","svg":{"outline":"","filled":null}},"headphones-off":{"name":"headphones-off","svg":{"outline":"","filled":null}},"headphones":{"name":"headphones","svg":{"outline":"","filled":""}},"headset-off":{"name":"headset-off","svg":{"outline":"","filled":null}},"headset":{"name":"headset","svg":{"outline":"","filled":null}},"health-recognition":{"name":"health-recognition","svg":{"outline":"","filled":null}},"heart-bitcoin":{"name":"heart-bitcoin","svg":{"outline":"","filled":null}},"heart-bolt":{"name":"heart-bolt","svg":{"outline":"","filled":null}},"heart-broken":{"name":"heart-broken","svg":{"outline":"","filled":null}},"heart-cancel":{"name":"heart-cancel","svg":{"outline":"","filled":null}},"heart-check":{"name":"heart-check","svg":{"outline":"","filled":null}},"heart-code":{"name":"heart-code","svg":{"outline":"","filled":null}},"heart-cog":{"name":"heart-cog","svg":{"outline":"","filled":null}},"heart-discount":{"name":"heart-discount","svg":{"outline":"","filled":null}},"heart-dollar":{"name":"heart-dollar","svg":{"outline":"","filled":null}},"heart-down":{"name":"heart-down","svg":{"outline":"","filled":null}},"heart-exclamation":{"name":"heart-exclamation","svg":{"outline":"","filled":null}},"heart-handshake":{"name":"heart-handshake","svg":{"outline":"","filled":null}},"heart-minus":{"name":"heart-minus","svg":{"outline":"","filled":null}},"heart-off":{"name":"heart-off","svg":{"outline":"","filled":null}},"heart-pause":{"name":"heart-pause","svg":{"outline":"","filled":null}},"heart-pin":{"name":"heart-pin","svg":{"outline":"","filled":null}},"heart-plus":{"name":"heart-plus","svg":{"outline":"","filled":null}},"heart-question":{"name":"heart-question","svg":{"outline":"","filled":null}},"heart-rate-monitor":{"name":"heart-rate-monitor","svg":{"outline":"","filled":null}},"heart-search":{"name":"heart-search","svg":{"outline":"","filled":null}},"heart-share":{"name":"heart-share","svg":{"outline":"","filled":null}},"heart-spark":{"name":"heart-spark","svg":{"outline":"","filled":null}},"heart-star":{"name":"heart-star","svg":{"outline":"","filled":null}},"heart-up":{"name":"heart-up","svg":{"outline":"","filled":null}},"heart-x":{"name":"heart-x","svg":{"outline":"","filled":null}},"heart":{"name":"heart","svg":{"outline":"","filled":""}},"heartbeat":{"name":"heartbeat","svg":{"outline":"","filled":null}},"hearts-off":{"name":"hearts-off","svg":{"outline":"","filled":null}},"hearts":{"name":"hearts","svg":{"outline":"","filled":null}},"helicopter-landing":{"name":"helicopter-landing","svg":{"outline":"","filled":null}},"helicopter":{"name":"helicopter","svg":{"outline":"","filled":null}},"helmet-off":{"name":"helmet-off","svg":{"outline":"","filled":null}},"helmet":{"name":"helmet","svg":{"outline":"","filled":null}},"help-circle":{"name":"help-circle","svg":{"outline":"","filled":""}},"help-hexagon":{"name":"help-hexagon","svg":{"outline":"","filled":""}},"help-octagon":{"name":"help-octagon","svg":{"outline":"","filled":""}},"help-off":{"name":"help-off","svg":{"outline":"","filled":null}},"help-small":{"name":"help-small","svg":{"outline":"","filled":null}},"help-square-rounded":{"name":"help-square-rounded","svg":{"outline":"","filled":""}},"help-square":{"name":"help-square","svg":{"outline":"","filled":""}},"help-triangle":{"name":"help-triangle","svg":{"outline":"","filled":""}},"help":{"name":"help","svg":{"outline":"","filled":null}},"hemisphere-off":{"name":"hemisphere-off","svg":{"outline":"","filled":null}},"hemisphere-plus":{"name":"hemisphere-plus","svg":{"outline":"","filled":null}},"hemisphere":{"name":"hemisphere","svg":{"outline":"","filled":null}},"hexagon-3d":{"name":"hexagon-3d","svg":{"outline":"","filled":null}},"hexagon-letter-a":{"name":"hexagon-letter-a","svg":{"outline":"","filled":""}},"hexagon-letter-b":{"name":"hexagon-letter-b","svg":{"outline":"","filled":""}},"hexagon-letter-c":{"name":"hexagon-letter-c","svg":{"outline":"","filled":""}},"hexagon-letter-d":{"name":"hexagon-letter-d","svg":{"outline":"","filled":""}},"hexagon-letter-e":{"name":"hexagon-letter-e","svg":{"outline":"","filled":""}},"hexagon-letter-f":{"name":"hexagon-letter-f","svg":{"outline":"","filled":""}},"hexagon-letter-g":{"name":"hexagon-letter-g","svg":{"outline":"","filled":""}},"hexagon-letter-h":{"name":"hexagon-letter-h","svg":{"outline":"","filled":""}},"hexagon-letter-i":{"name":"hexagon-letter-i","svg":{"outline":"","filled":""}},"hexagon-letter-j":{"name":"hexagon-letter-j","svg":{"outline":"","filled":""}},"hexagon-letter-k":{"name":"hexagon-letter-k","svg":{"outline":"","filled":""}},"hexagon-letter-l":{"name":"hexagon-letter-l","svg":{"outline":"","filled":""}},"hexagon-letter-m":{"name":"hexagon-letter-m","svg":{"outline":"","filled":""}},"hexagon-letter-n":{"name":"hexagon-letter-n","svg":{"outline":"","filled":""}},"hexagon-letter-o":{"name":"hexagon-letter-o","svg":{"outline":"","filled":""}},"hexagon-letter-p":{"name":"hexagon-letter-p","svg":{"outline":"","filled":""}},"hexagon-letter-q":{"name":"hexagon-letter-q","svg":{"outline":"","filled":""}},"hexagon-letter-r":{"name":"hexagon-letter-r","svg":{"outline":"","filled":""}},"hexagon-letter-s":{"name":"hexagon-letter-s","svg":{"outline":"","filled":""}},"hexagon-letter-t":{"name":"hexagon-letter-t","svg":{"outline":"","filled":""}},"hexagon-letter-u":{"name":"hexagon-letter-u","svg":{"outline":"","filled":""}},"hexagon-letter-v":{"name":"hexagon-letter-v","svg":{"outline":"","filled":""}},"hexagon-letter-w":{"name":"hexagon-letter-w","svg":{"outline":"","filled":""}},"hexagon-letter-x":{"name":"hexagon-letter-x","svg":{"outline":"","filled":""}},"hexagon-letter-y":{"name":"hexagon-letter-y","svg":{"outline":"","filled":""}},"hexagon-letter-z":{"name":"hexagon-letter-z","svg":{"outline":"","filled":""}},"hexagon-minus-2":{"name":"hexagon-minus-2","svg":{"outline":"","filled":null}},"hexagon-minus":{"name":"hexagon-minus","svg":{"outline":"","filled":""}},"hexagon-number-0":{"name":"hexagon-number-0","svg":{"outline":"","filled":""}},"hexagon-number-1":{"name":"hexagon-number-1","svg":{"outline":"","filled":""}},"hexagon-number-2":{"name":"hexagon-number-2","svg":{"outline":"","filled":""}},"hexagon-number-3":{"name":"hexagon-number-3","svg":{"outline":"","filled":""}},"hexagon-number-4":{"name":"hexagon-number-4","svg":{"outline":"","filled":""}},"hexagon-number-5":{"name":"hexagon-number-5","svg":{"outline":"","filled":""}},"hexagon-number-6":{"name":"hexagon-number-6","svg":{"outline":"","filled":""}},"hexagon-number-7":{"name":"hexagon-number-7","svg":{"outline":"","filled":""}},"hexagon-number-8":{"name":"hexagon-number-8","svg":{"outline":"","filled":""}},"hexagon-number-9":{"name":"hexagon-number-9","svg":{"outline":"","filled":""}},"hexagon-off":{"name":"hexagon-off","svg":{"outline":"","filled":null}},"hexagon-plus-2":{"name":"hexagon-plus-2","svg":{"outline":"","filled":null}},"hexagon-plus":{"name":"hexagon-plus","svg":{"outline":"","filled":""}},"hexagon":{"name":"hexagon","svg":{"outline":"","filled":""}},"hexagonal-prism-off":{"name":"hexagonal-prism-off","svg":{"outline":"","filled":null}},"hexagonal-prism-plus":{"name":"hexagonal-prism-plus","svg":{"outline":"","filled":null}},"hexagonal-prism":{"name":"hexagonal-prism","svg":{"outline":"","filled":null}},"hexagonal-pyramid-off":{"name":"hexagonal-pyramid-off","svg":{"outline":"","filled":null}},"hexagonal-pyramid-plus":{"name":"hexagonal-pyramid-plus","svg":{"outline":"","filled":null}},"hexagonal-pyramid":{"name":"hexagonal-pyramid","svg":{"outline":"","filled":null}},"hexagons-off":{"name":"hexagons-off","svg":{"outline":"","filled":null}},"hexagons":{"name":"hexagons","svg":{"outline":"","filled":null}},"hierarchy-2":{"name":"hierarchy-2","svg":{"outline":"","filled":null}},"hierarchy-3":{"name":"hierarchy-3","svg":{"outline":"","filled":null}},"hierarchy-off":{"name":"hierarchy-off","svg":{"outline":"","filled":null}},"hierarchy":{"name":"hierarchy","svg":{"outline":"","filled":null}},"highlight-off":{"name":"highlight-off","svg":{"outline":"","filled":null}},"highlight":{"name":"highlight","svg":{"outline":"","filled":null}},"history-off":{"name":"history-off","svg":{"outline":"","filled":null}},"history-toggle":{"name":"history-toggle","svg":{"outline":"","filled":null}},"history":{"name":"history","svg":{"outline":"","filled":null}},"home-2":{"name":"home-2","svg":{"outline":"","filled":null}},"home-bitcoin":{"name":"home-bitcoin","svg":{"outline":"","filled":null}},"home-bolt":{"name":"home-bolt","svg":{"outline":"","filled":null}},"home-cancel":{"name":"home-cancel","svg":{"outline":"","filled":null}},"home-check":{"name":"home-check","svg":{"outline":"","filled":null}},"home-cog":{"name":"home-cog","svg":{"outline":"","filled":null}},"home-dollar":{"name":"home-dollar","svg":{"outline":"","filled":null}},"home-dot":{"name":"home-dot","svg":{"outline":"","filled":null}},"home-down":{"name":"home-down","svg":{"outline":"","filled":null}},"home-eco":{"name":"home-eco","svg":{"outline":"","filled":null}},"home-edit":{"name":"home-edit","svg":{"outline":"","filled":null}},"home-exclamation":{"name":"home-exclamation","svg":{"outline":"","filled":null}},"home-hand":{"name":"home-hand","svg":{"outline":"","filled":null}},"home-heart":{"name":"home-heart","svg":{"outline":"","filled":null}},"home-infinity":{"name":"home-infinity","svg":{"outline":"","filled":null}},"home-link":{"name":"home-link","svg":{"outline":"","filled":null}},"home-minus":{"name":"home-minus","svg":{"outline":"","filled":null}},"home-move":{"name":"home-move","svg":{"outline":"","filled":null}},"home-off":{"name":"home-off","svg":{"outline":"","filled":null}},"home-plus":{"name":"home-plus","svg":{"outline":"","filled":null}},"home-question":{"name":"home-question","svg":{"outline":"","filled":null}},"home-ribbon":{"name":"home-ribbon","svg":{"outline":"","filled":null}},"home-search":{"name":"home-search","svg":{"outline":"","filled":null}},"home-share":{"name":"home-share","svg":{"outline":"","filled":null}},"home-shield":{"name":"home-shield","svg":{"outline":"","filled":null}},"home-signal":{"name":"home-signal","svg":{"outline":"","filled":null}},"home-spark":{"name":"home-spark","svg":{"outline":"","filled":null}},"home-star":{"name":"home-star","svg":{"outline":"","filled":null}},"home-stats":{"name":"home-stats","svg":{"outline":"","filled":null}},"home-up":{"name":"home-up","svg":{"outline":"","filled":null}},"home-x":{"name":"home-x","svg":{"outline":"","filled":null}},"home":{"name":"home","svg":{"outline":"","filled":""}},"horse-toy":{"name":"horse-toy","svg":{"outline":"","filled":null}},"horse":{"name":"horse","svg":{"outline":"","filled":null}},"horseshoe":{"name":"horseshoe","svg":{"outline":"","filled":null}},"hospital-circle":{"name":"hospital-circle","svg":{"outline":"","filled":""}},"hospital":{"name":"hospital","svg":{"outline":"","filled":null}},"hotel-service":{"name":"hotel-service","svg":{"outline":"","filled":null}},"hourglass-empty":{"name":"hourglass-empty","svg":{"outline":"","filled":null}},"hourglass-high":{"name":"hourglass-high","svg":{"outline":"","filled":null}},"hourglass-low":{"name":"hourglass-low","svg":{"outline":"","filled":null}},"hourglass-off":{"name":"hourglass-off","svg":{"outline":"","filled":null}},"hourglass":{"name":"hourglass","svg":{"outline":"","filled":""}},"hours-12":{"name":"hours-12","svg":{"outline":"","filled":null}},"hours-24":{"name":"hours-24","svg":{"outline":"","filled":null}},"html":{"name":"html","svg":{"outline":"","filled":null}},"http-connect":{"name":"http-connect","svg":{"outline":"","filled":null}},"http-delete":{"name":"http-delete","svg":{"outline":"","filled":null}},"http-get":{"name":"http-get","svg":{"outline":"","filled":null}},"http-head":{"name":"http-head","svg":{"outline":"","filled":null}},"http-options":{"name":"http-options","svg":{"outline":"","filled":null}},"http-patch":{"name":"http-patch","svg":{"outline":"","filled":null}},"http-post":{"name":"http-post","svg":{"outline":"","filled":null}},"http-put":{"name":"http-put","svg":{"outline":"","filled":null}},"http-que":{"name":"http-que","svg":{"outline":"","filled":null}},"http-trace":{"name":"http-trace","svg":{"outline":"","filled":null}},"ice-cream-2":{"name":"ice-cream-2","svg":{"outline":"","filled":null}},"ice-cream-off":{"name":"ice-cream-off","svg":{"outline":"","filled":null}},"ice-cream":{"name":"ice-cream","svg":{"outline":"","filled":null}},"ice-skating":{"name":"ice-skating","svg":{"outline":"","filled":null}},"icons-off":{"name":"icons-off","svg":{"outline":"","filled":null}},"icons":{"name":"icons","svg":{"outline":"","filled":null}},"id-badge-2":{"name":"id-badge-2","svg":{"outline":"","filled":null}},"id-badge-off":{"name":"id-badge-off","svg":{"outline":"","filled":null}},"id-badge":{"name":"id-badge","svg":{"outline":"","filled":null}},"id-off":{"name":"id-off","svg":{"outline":"","filled":null}},"id":{"name":"id","svg":{"outline":"","filled":null}},"ikosaedr":{"name":"ikosaedr","svg":{"outline":"","filled":null}},"image-in-picture":{"name":"image-in-picture","svg":{"outline":"","filled":null}},"inbox-off":{"name":"inbox-off","svg":{"outline":"","filled":null}},"inbox":{"name":"inbox","svg":{"outline":"","filled":null}},"indent-decrease":{"name":"indent-decrease","svg":{"outline":"","filled":null}},"indent-increase":{"name":"indent-increase","svg":{"outline":"","filled":null}},"infinity-off":{"name":"infinity-off","svg":{"outline":"","filled":null}},"infinity":{"name":"infinity","svg":{"outline":"","filled":null}},"info-circle":{"name":"info-circle","svg":{"outline":"","filled":""}},"info-hexagon":{"name":"info-hexagon","svg":{"outline":"","filled":""}},"info-octagon":{"name":"info-octagon","svg":{"outline":"","filled":""}},"info-small":{"name":"info-small","svg":{"outline":"","filled":null}},"info-square-rounded":{"name":"info-square-rounded","svg":{"outline":"","filled":""}},"info-square":{"name":"info-square","svg":{"outline":"","filled":""}},"info-triangle":{"name":"info-triangle","svg":{"outline":"","filled":""}},"inner-shadow-bottom-left":{"name":"inner-shadow-bottom-left","svg":{"outline":"","filled":""}},"inner-shadow-bottom-right":{"name":"inner-shadow-bottom-right","svg":{"outline":"","filled":""}},"inner-shadow-bottom":{"name":"inner-shadow-bottom","svg":{"outline":"","filled":""}},"inner-shadow-left":{"name":"inner-shadow-left","svg":{"outline":"","filled":""}},"inner-shadow-right":{"name":"inner-shadow-right","svg":{"outline":"","filled":""}},"inner-shadow-top-left":{"name":"inner-shadow-top-left","svg":{"outline":"","filled":""}},"inner-shadow-top-right":{"name":"inner-shadow-top-right","svg":{"outline":"","filled":""}},"inner-shadow-top":{"name":"inner-shadow-top","svg":{"outline":"","filled":""}},"input-ai":{"name":"input-ai","svg":{"outline":"","filled":null}},"input-check":{"name":"input-check","svg":{"outline":"","filled":null}},"input-search":{"name":"input-search","svg":{"outline":"","filled":null}},"input-spark":{"name":"input-spark","svg":{"outline":"","filled":null}},"input-x":{"name":"input-x","svg":{"outline":"","filled":null}},"invoice":{"name":"invoice","svg":{"outline":"","filled":null}},"ironing-1":{"name":"ironing-1","svg":{"outline":"","filled":null}},"ironing-2":{"name":"ironing-2","svg":{"outline":"","filled":null}},"ironing-3":{"name":"ironing-3","svg":{"outline":"","filled":null}},"ironing-off":{"name":"ironing-off","svg":{"outline":"","filled":null}},"ironing-steam-off":{"name":"ironing-steam-off","svg":{"outline":"","filled":null}},"ironing-steam":{"name":"ironing-steam","svg":{"outline":"","filled":null}},"ironing":{"name":"ironing","svg":{"outline":"","filled":""}},"irregular-polyhedron-off":{"name":"irregular-polyhedron-off","svg":{"outline":"","filled":null}},"irregular-polyhedron-plus":{"name":"irregular-polyhedron-plus","svg":{"outline":"","filled":null}},"irregular-polyhedron":{"name":"irregular-polyhedron","svg":{"outline":"","filled":null}},"italic":{"name":"italic","svg":{"outline":"","filled":null}},"jacket":{"name":"jacket","svg":{"outline":"","filled":null}},"jetpack":{"name":"jetpack","svg":{"outline":"","filled":""}},"jewish-star":{"name":"jewish-star","svg":{"outline":"","filled":""}},"join-bevel":{"name":"join-bevel","svg":{"outline":"","filled":null}},"join-round":{"name":"join-round","svg":{"outline":"","filled":null}},"join-straight":{"name":"join-straight","svg":{"outline":"","filled":null}},"jpg":{"name":"jpg","svg":{"outline":"","filled":null}},"json":{"name":"json","svg":{"outline":"","filled":null}},"jump-rope":{"name":"jump-rope","svg":{"outline":"","filled":null}},"karate":{"name":"karate","svg":{"outline":"","filled":null}},"kayak":{"name":"kayak","svg":{"outline":"","filled":null}},"kerning":{"name":"kerning","svg":{"outline":"","filled":null}},"key-off":{"name":"key-off","svg":{"outline":"","filled":null}},"key":{"name":"key","svg":{"outline":"","filled":""}},"keyboard-hide":{"name":"keyboard-hide","svg":{"outline":"","filled":null}},"keyboard-off":{"name":"keyboard-off","svg":{"outline":"","filled":null}},"keyboard-show":{"name":"keyboard-show","svg":{"outline":"","filled":null}},"keyboard":{"name":"keyboard","svg":{"outline":"","filled":null}},"keyframe-align-center":{"name":"keyframe-align-center","svg":{"outline":"","filled":""}},"keyframe-align-horizontal":{"name":"keyframe-align-horizontal","svg":{"outline":"","filled":""}},"keyframe-align-vertical":{"name":"keyframe-align-vertical","svg":{"outline":"","filled":""}},"keyframe":{"name":"keyframe","svg":{"outline":"","filled":""}},"keyframes":{"name":"keyframes","svg":{"outline":"","filled":""}},"label-important":{"name":"label-important","svg":{"outline":"","filled":""}},"label-off":{"name":"label-off","svg":{"outline":"","filled":null}},"label":{"name":"label","svg":{"outline":"","filled":""}},"ladder-off":{"name":"ladder-off","svg":{"outline":"","filled":null}},"ladder":{"name":"ladder","svg":{"outline":"","filled":null}},"ladle":{"name":"ladle","svg":{"outline":"","filled":null}},"lambda":{"name":"lambda","svg":{"outline":"","filled":null}},"lamp-2":{"name":"lamp-2","svg":{"outline":"","filled":null}},"lamp-off":{"name":"lamp-off","svg":{"outline":"","filled":null}},"lamp":{"name":"lamp","svg":{"outline":"","filled":null}},"lane":{"name":"lane","svg":{"outline":"","filled":null}},"language-hiragana":{"name":"language-hiragana","svg":{"outline":"","filled":null}},"language-katakana":{"name":"language-katakana","svg":{"outline":"","filled":null}},"language-off":{"name":"language-off","svg":{"outline":"","filled":null}},"language":{"name":"language","svg":{"outline":"","filled":null}},"lasso-off":{"name":"lasso-off","svg":{"outline":"","filled":null}},"lasso-polygon":{"name":"lasso-polygon","svg":{"outline":"","filled":""}},"lasso":{"name":"lasso","svg":{"outline":"","filled":null}},"laurel-wreath-1":{"name":"laurel-wreath-1","svg":{"outline":"","filled":null}},"laurel-wreath-2":{"name":"laurel-wreath-2","svg":{"outline":"","filled":null}},"laurel-wreath-3":{"name":"laurel-wreath-3","svg":{"outline":"","filled":null}},"laurel-wreath":{"name":"laurel-wreath","svg":{"outline":"","filled":null}},"layers-difference":{"name":"layers-difference","svg":{"outline":"","filled":null}},"layers-intersect-2":{"name":"layers-intersect-2","svg":{"outline":"","filled":null}},"layers-intersect":{"name":"layers-intersect","svg":{"outline":"","filled":null}},"layers-linked":{"name":"layers-linked","svg":{"outline":"","filled":null}},"layers-off":{"name":"layers-off","svg":{"outline":"","filled":null}},"layers-selected-bottom":{"name":"layers-selected-bottom","svg":{"outline":"","filled":null}},"layers-selected":{"name":"layers-selected","svg":{"outline":"","filled":null}},"layers-subtract":{"name":"layers-subtract","svg":{"outline":"","filled":null}},"layers-union":{"name":"layers-union","svg":{"outline":"","filled":null}},"layout-2":{"name":"layout-2","svg":{"outline":"","filled":""}},"layout-align-bottom":{"name":"layout-align-bottom","svg":{"outline":"","filled":""}},"layout-align-center":{"name":"layout-align-center","svg":{"outline":"","filled":""}},"layout-align-left":{"name":"layout-align-left","svg":{"outline":"","filled":""}},"layout-align-middle":{"name":"layout-align-middle","svg":{"outline":"","filled":""}},"layout-align-right":{"name":"layout-align-right","svg":{"outline":"","filled":""}},"layout-align-top":{"name":"layout-align-top","svg":{"outline":"","filled":""}},"layout-board-split":{"name":"layout-board-split","svg":{"outline":"","filled":null}},"layout-board":{"name":"layout-board","svg":{"outline":"","filled":null}},"layout-bottombar-collapse":{"name":"layout-bottombar-collapse","svg":{"outline":"","filled":""}},"layout-bottombar-expand":{"name":"layout-bottombar-expand","svg":{"outline":"","filled":""}},"layout-bottombar-inactive":{"name":"layout-bottombar-inactive","svg":{"outline":"","filled":null}},"layout-bottombar":{"name":"layout-bottombar","svg":{"outline":"","filled":""}},"layout-cards":{"name":"layout-cards","svg":{"outline":"","filled":""}},"layout-collage":{"name":"layout-collage","svg":{"outline":"","filled":null}},"layout-columns":{"name":"layout-columns","svg":{"outline":"","filled":null}},"layout-dashboard":{"name":"layout-dashboard","svg":{"outline":"","filled":""}},"layout-distribute-horizontal":{"name":"layout-distribute-horizontal","svg":{"outline":"","filled":""}},"layout-distribute-vertical":{"name":"layout-distribute-vertical","svg":{"outline":"","filled":""}},"layout-grid-add":{"name":"layout-grid-add","svg":{"outline":"","filled":null}},"layout-grid-remove":{"name":"layout-grid-remove","svg":{"outline":"","filled":null}},"layout-grid":{"name":"layout-grid","svg":{"outline":"","filled":""}},"layout-kanban":{"name":"layout-kanban","svg":{"outline":"","filled":""}},"layout-list":{"name":"layout-list","svg":{"outline":"","filled":""}},"layout-navbar-collapse":{"name":"layout-navbar-collapse","svg":{"outline":"","filled":""}},"layout-navbar-expand":{"name":"layout-navbar-expand","svg":{"outline":"","filled":""}},"layout-navbar-inactive":{"name":"layout-navbar-inactive","svg":{"outline":"","filled":null}},"layout-navbar":{"name":"layout-navbar","svg":{"outline":"","filled":""}},"layout-off":{"name":"layout-off","svg":{"outline":"","filled":null}},"layout-rows":{"name":"layout-rows","svg":{"outline":"","filled":null}},"layout-sidebar-inactive":{"name":"layout-sidebar-inactive","svg":{"outline":"","filled":null}},"layout-sidebar-left-collapse":{"name":"layout-sidebar-left-collapse","svg":{"outline":"","filled":""}},"layout-sidebar-left-expand":{"name":"layout-sidebar-left-expand","svg":{"outline":"","filled":""}},"layout-sidebar-right-collapse":{"name":"layout-sidebar-right-collapse","svg":{"outline":"","filled":""}},"layout-sidebar-right-expand":{"name":"layout-sidebar-right-expand","svg":{"outline":"","filled":""}},"layout-sidebar-right-inactive":{"name":"layout-sidebar-right-inactive","svg":{"outline":"","filled":null}},"layout-sidebar-right":{"name":"layout-sidebar-right","svg":{"outline":"","filled":""}},"layout-sidebar":{"name":"layout-sidebar","svg":{"outline":"","filled":""}},"layout":{"name":"layout","svg":{"outline":"","filled":""}},"leaf-2":{"name":"leaf-2","svg":{"outline":"","filled":null}},"leaf-off":{"name":"leaf-off","svg":{"outline":"","filled":null}},"leaf":{"name":"leaf","svg":{"outline":"","filled":null}},"lego-off":{"name":"lego-off","svg":{"outline":"","filled":null}},"lego":{"name":"lego","svg":{"outline":"","filled":""}},"lemon-2":{"name":"lemon-2","svg":{"outline":"","filled":null}},"lemon":{"name":"lemon","svg":{"outline":"","filled":null}},"letter-a-small":{"name":"letter-a-small","svg":{"outline":"","filled":null}},"letter-a":{"name":"letter-a","svg":{"outline":"","filled":null}},"letter-b-small":{"name":"letter-b-small","svg":{"outline":"","filled":null}},"letter-b":{"name":"letter-b","svg":{"outline":"","filled":null}},"letter-c-small":{"name":"letter-c-small","svg":{"outline":"","filled":null}},"letter-c":{"name":"letter-c","svg":{"outline":"","filled":null}},"letter-case-lower":{"name":"letter-case-lower","svg":{"outline":"","filled":null}},"letter-case-toggle":{"name":"letter-case-toggle","svg":{"outline":"","filled":null}},"letter-case-upper":{"name":"letter-case-upper","svg":{"outline":"","filled":null}},"letter-case":{"name":"letter-case","svg":{"outline":"","filled":null}},"letter-d-small":{"name":"letter-d-small","svg":{"outline":"","filled":null}},"letter-d":{"name":"letter-d","svg":{"outline":"","filled":null}},"letter-e-small":{"name":"letter-e-small","svg":{"outline":"","filled":null}},"letter-e":{"name":"letter-e","svg":{"outline":"","filled":null}},"letter-f-small":{"name":"letter-f-small","svg":{"outline":"","filled":null}},"letter-f":{"name":"letter-f","svg":{"outline":"","filled":null}},"letter-g-small":{"name":"letter-g-small","svg":{"outline":"","filled":null}},"letter-g":{"name":"letter-g","svg":{"outline":"","filled":null}},"letter-h-small":{"name":"letter-h-small","svg":{"outline":"","filled":null}},"letter-h":{"name":"letter-h","svg":{"outline":"","filled":null}},"letter-i-small":{"name":"letter-i-small","svg":{"outline":"","filled":null}},"letter-i":{"name":"letter-i","svg":{"outline":"","filled":null}},"letter-j-small":{"name":"letter-j-small","svg":{"outline":"","filled":null}},"letter-j":{"name":"letter-j","svg":{"outline":"","filled":null}},"letter-k-small":{"name":"letter-k-small","svg":{"outline":"","filled":null}},"letter-k":{"name":"letter-k","svg":{"outline":"","filled":null}},"letter-l-small":{"name":"letter-l-small","svg":{"outline":"","filled":null}},"letter-l":{"name":"letter-l","svg":{"outline":"","filled":null}},"letter-m-small":{"name":"letter-m-small","svg":{"outline":"","filled":null}},"letter-m":{"name":"letter-m","svg":{"outline":"","filled":null}},"letter-n-small":{"name":"letter-n-small","svg":{"outline":"","filled":null}},"letter-n":{"name":"letter-n","svg":{"outline":"","filled":null}},"letter-o-small":{"name":"letter-o-small","svg":{"outline":"","filled":null}},"letter-o":{"name":"letter-o","svg":{"outline":"","filled":null}},"letter-p-small":{"name":"letter-p-small","svg":{"outline":"","filled":null}},"letter-p":{"name":"letter-p","svg":{"outline":"","filled":null}},"letter-q-small":{"name":"letter-q-small","svg":{"outline":"","filled":null}},"letter-q":{"name":"letter-q","svg":{"outline":"","filled":null}},"letter-r-small":{"name":"letter-r-small","svg":{"outline":"","filled":null}},"letter-r":{"name":"letter-r","svg":{"outline":"","filled":null}},"letter-s-small":{"name":"letter-s-small","svg":{"outline":"","filled":null}},"letter-s":{"name":"letter-s","svg":{"outline":"","filled":null}},"letter-spacing":{"name":"letter-spacing","svg":{"outline":"","filled":null}},"letter-t-small":{"name":"letter-t-small","svg":{"outline":"","filled":null}},"letter-t":{"name":"letter-t","svg":{"outline":"","filled":null}},"letter-u-small":{"name":"letter-u-small","svg":{"outline":"","filled":null}},"letter-u":{"name":"letter-u","svg":{"outline":"","filled":null}},"letter-v-small":{"name":"letter-v-small","svg":{"outline":"","filled":null}},"letter-v":{"name":"letter-v","svg":{"outline":"","filled":null}},"letter-w-small":{"name":"letter-w-small","svg":{"outline":"","filled":null}},"letter-w":{"name":"letter-w","svg":{"outline":"","filled":null}},"letter-x-small":{"name":"letter-x-small","svg":{"outline":"","filled":null}},"letter-x":{"name":"letter-x","svg":{"outline":"","filled":null}},"letter-y-small":{"name":"letter-y-small","svg":{"outline":"","filled":null}},"letter-y":{"name":"letter-y","svg":{"outline":"","filled":null}},"letter-z-small":{"name":"letter-z-small","svg":{"outline":"","filled":null}},"letter-z":{"name":"letter-z","svg":{"outline":"","filled":null}},"library-minus":{"name":"library-minus","svg":{"outline":"","filled":null}},"library-photo":{"name":"library-photo","svg":{"outline":"","filled":null}},"library-plus":{"name":"library-plus","svg":{"outline":"","filled":null}},"library":{"name":"library","svg":{"outline":"","filled":null}},"license-off":{"name":"license-off","svg":{"outline":"","filled":null}},"license":{"name":"license","svg":{"outline":"","filled":null}},"lifebuoy-off":{"name":"lifebuoy-off","svg":{"outline":"","filled":null}},"lifebuoy":{"name":"lifebuoy","svg":{"outline":"","filled":null}},"lighter":{"name":"lighter","svg":{"outline":"","filled":null}},"line-dashed":{"name":"line-dashed","svg":{"outline":"","filled":null}},"line-dotted":{"name":"line-dotted","svg":{"outline":"","filled":null}},"line-height":{"name":"line-height","svg":{"outline":"","filled":null}},"line-scan":{"name":"line-scan","svg":{"outline":"","filled":null}},"line":{"name":"line","svg":{"outline":"","filled":null}},"link-minus":{"name":"link-minus","svg":{"outline":"","filled":null}},"link-off":{"name":"link-off","svg":{"outline":"","filled":null}},"link-plus":{"name":"link-plus","svg":{"outline":"","filled":null}},"link":{"name":"link","svg":{"outline":"","filled":null}},"list-check":{"name":"list-check","svg":{"outline":"","filled":null}},"list-details":{"name":"list-details","svg":{"outline":"","filled":null}},"list-letters":{"name":"list-letters","svg":{"outline":"","filled":null}},"list-numbers":{"name":"list-numbers","svg":{"outline":"","filled":null}},"list-search":{"name":"list-search","svg":{"outline":"","filled":null}},"list-tree":{"name":"list-tree","svg":{"outline":"","filled":null}},"list":{"name":"list","svg":{"outline":"","filled":null}},"live-photo-off":{"name":"live-photo-off","svg":{"outline":"","filled":null}},"live-photo":{"name":"live-photo","svg":{"outline":"","filled":""}},"live-view":{"name":"live-view","svg":{"outline":"","filled":null}},"load-balancer":{"name":"load-balancer","svg":{"outline":"","filled":null}},"loader-2":{"name":"loader-2","svg":{"outline":"","filled":null}},"loader-3":{"name":"loader-3","svg":{"outline":"","filled":null}},"loader-quarter":{"name":"loader-quarter","svg":{"outline":"","filled":null}},"loader":{"name":"loader","svg":{"outline":"","filled":null}},"location-bolt":{"name":"location-bolt","svg":{"outline":"","filled":null}},"location-broken":{"name":"location-broken","svg":{"outline":"","filled":null}},"location-cancel":{"name":"location-cancel","svg":{"outline":"","filled":null}},"location-check":{"name":"location-check","svg":{"outline":"","filled":null}},"location-code":{"name":"location-code","svg":{"outline":"","filled":null}},"location-cog":{"name":"location-cog","svg":{"outline":"","filled":null}},"location-discount":{"name":"location-discount","svg":{"outline":"","filled":null}},"location-dollar":{"name":"location-dollar","svg":{"outline":"","filled":null}},"location-down":{"name":"location-down","svg":{"outline":"","filled":null}},"location-exclamation":{"name":"location-exclamation","svg":{"outline":"","filled":null}},"location-heart":{"name":"location-heart","svg":{"outline":"","filled":null}},"location-minus":{"name":"location-minus","svg":{"outline":"","filled":null}},"location-off":{"name":"location-off","svg":{"outline":"","filled":null}},"location-pause":{"name":"location-pause","svg":{"outline":"","filled":null}},"location-pin":{"name":"location-pin","svg":{"outline":"","filled":null}},"location-plus":{"name":"location-plus","svg":{"outline":"","filled":null}},"location-question":{"name":"location-question","svg":{"outline":"","filled":null}},"location-search":{"name":"location-search","svg":{"outline":"","filled":null}},"location-share":{"name":"location-share","svg":{"outline":"","filled":null}},"location-star":{"name":"location-star","svg":{"outline":"","filled":null}},"location-up":{"name":"location-up","svg":{"outline":"","filled":null}},"location-x":{"name":"location-x","svg":{"outline":"","filled":null}},"location":{"name":"location","svg":{"outline":"","filled":""}},"lock-access-off":{"name":"lock-access-off","svg":{"outline":"","filled":null}},"lock-access":{"name":"lock-access","svg":{"outline":"","filled":null}},"lock-bitcoin":{"name":"lock-bitcoin","svg":{"outline":"","filled":null}},"lock-bolt":{"name":"lock-bolt","svg":{"outline":"","filled":null}},"lock-cancel":{"name":"lock-cancel","svg":{"outline":"","filled":null}},"lock-check":{"name":"lock-check","svg":{"outline":"","filled":null}},"lock-code":{"name":"lock-code","svg":{"outline":"","filled":null}},"lock-cog":{"name":"lock-cog","svg":{"outline":"","filled":null}},"lock-dollar":{"name":"lock-dollar","svg":{"outline":"","filled":null}},"lock-down":{"name":"lock-down","svg":{"outline":"","filled":null}},"lock-exclamation":{"name":"lock-exclamation","svg":{"outline":"","filled":null}},"lock-heart":{"name":"lock-heart","svg":{"outline":"","filled":null}},"lock-minus":{"name":"lock-minus","svg":{"outline":"","filled":null}},"lock-off":{"name":"lock-off","svg":{"outline":"","filled":null}},"lock-open-2":{"name":"lock-open-2","svg":{"outline":"","filled":null}},"lock-open-off":{"name":"lock-open-off","svg":{"outline":"","filled":null}},"lock-open":{"name":"lock-open","svg":{"outline":"","filled":null}},"lock-password":{"name":"lock-password","svg":{"outline":"","filled":null}},"lock-pause":{"name":"lock-pause","svg":{"outline":"","filled":null}},"lock-pin":{"name":"lock-pin","svg":{"outline":"","filled":null}},"lock-plus":{"name":"lock-plus","svg":{"outline":"","filled":null}},"lock-question":{"name":"lock-question","svg":{"outline":"","filled":null}},"lock-search":{"name":"lock-search","svg":{"outline":"","filled":null}},"lock-share":{"name":"lock-share","svg":{"outline":"","filled":null}},"lock-square-rounded":{"name":"lock-square-rounded","svg":{"outline":"","filled":""}},"lock-square":{"name":"lock-square","svg":{"outline":"","filled":null}},"lock-star":{"name":"lock-star","svg":{"outline":"","filled":null}},"lock-up":{"name":"lock-up","svg":{"outline":"","filled":null}},"lock-x":{"name":"lock-x","svg":{"outline":"","filled":null}},"lock":{"name":"lock","svg":{"outline":"","filled":""}},"logic-and":{"name":"logic-and","svg":{"outline":"","filled":null}},"logic-buffer":{"name":"logic-buffer","svg":{"outline":"","filled":null}},"logic-nand":{"name":"logic-nand","svg":{"outline":"","filled":null}},"logic-nor":{"name":"logic-nor","svg":{"outline":"","filled":null}},"logic-not":{"name":"logic-not","svg":{"outline":"","filled":null}},"logic-or":{"name":"logic-or","svg":{"outline":"","filled":null}},"logic-xnor":{"name":"logic-xnor","svg":{"outline":"","filled":null}},"logic-xor":{"name":"logic-xor","svg":{"outline":"","filled":null}},"login-2":{"name":"login-2","svg":{"outline":"","filled":null}},"login":{"name":"login","svg":{"outline":"","filled":null}},"logout-2":{"name":"logout-2","svg":{"outline":"","filled":null}},"logout":{"name":"logout","svg":{"outline":"","filled":null}},"logs":{"name":"logs","svg":{"outline":"","filled":null}},"lollipop-off":{"name":"lollipop-off","svg":{"outline":"","filled":null}},"lollipop":{"name":"lollipop","svg":{"outline":"","filled":null}},"luggage-off":{"name":"luggage-off","svg":{"outline":"","filled":null}},"luggage":{"name":"luggage","svg":{"outline":"","filled":null}},"lungs-off":{"name":"lungs-off","svg":{"outline":"","filled":null}},"lungs":{"name":"lungs","svg":{"outline":"","filled":""}},"macro-off":{"name":"macro-off","svg":{"outline":"","filled":null}},"macro":{"name":"macro","svg":{"outline":"","filled":""}},"magnet-off":{"name":"magnet-off","svg":{"outline":"","filled":null}},"magnet":{"name":"magnet","svg":{"outline":"","filled":""}},"magnetic":{"name":"magnetic","svg":{"outline":"","filled":null}},"mail-ai":{"name":"mail-ai","svg":{"outline":"","filled":null}},"mail-bitcoin":{"name":"mail-bitcoin","svg":{"outline":"","filled":null}},"mail-bolt":{"name":"mail-bolt","svg":{"outline":"","filled":null}},"mail-cancel":{"name":"mail-cancel","svg":{"outline":"","filled":null}},"mail-check":{"name":"mail-check","svg":{"outline":"","filled":null}},"mail-code":{"name":"mail-code","svg":{"outline":"","filled":null}},"mail-cog":{"name":"mail-cog","svg":{"outline":"","filled":null}},"mail-dollar":{"name":"mail-dollar","svg":{"outline":"","filled":null}},"mail-down":{"name":"mail-down","svg":{"outline":"","filled":null}},"mail-exclamation":{"name":"mail-exclamation","svg":{"outline":"","filled":null}},"mail-fast":{"name":"mail-fast","svg":{"outline":"","filled":null}},"mail-forward":{"name":"mail-forward","svg":{"outline":"","filled":null}},"mail-heart":{"name":"mail-heart","svg":{"outline":"","filled":null}},"mail-minus":{"name":"mail-minus","svg":{"outline":"","filled":null}},"mail-off":{"name":"mail-off","svg":{"outline":"","filled":null}},"mail-opened":{"name":"mail-opened","svg":{"outline":"","filled":""}},"mail-pause":{"name":"mail-pause","svg":{"outline":"","filled":null}},"mail-pin":{"name":"mail-pin","svg":{"outline":"","filled":null}},"mail-plus":{"name":"mail-plus","svg":{"outline":"","filled":null}},"mail-question":{"name":"mail-question","svg":{"outline":"","filled":null}},"mail-search":{"name":"mail-search","svg":{"outline":"","filled":null}},"mail-share":{"name":"mail-share","svg":{"outline":"","filled":null}},"mail-spark":{"name":"mail-spark","svg":{"outline":"","filled":null}},"mail-star":{"name":"mail-star","svg":{"outline":"","filled":null}},"mail-up":{"name":"mail-up","svg":{"outline":"","filled":null}},"mail-x":{"name":"mail-x","svg":{"outline":"","filled":null}},"mail":{"name":"mail","svg":{"outline":"","filled":""}},"mailbox-off":{"name":"mailbox-off","svg":{"outline":"","filled":null}},"mailbox":{"name":"mailbox","svg":{"outline":"","filled":null}},"man":{"name":"man","svg":{"outline":"","filled":""}},"manual-gearbox":{"name":"manual-gearbox","svg":{"outline":"","filled":""}},"map-2":{"name":"map-2","svg":{"outline":"","filled":null}},"map-bolt":{"name":"map-bolt","svg":{"outline":"","filled":null}},"map-cancel":{"name":"map-cancel","svg":{"outline":"","filled":null}},"map-check":{"name":"map-check","svg":{"outline":"","filled":null}},"map-code":{"name":"map-code","svg":{"outline":"","filled":null}},"map-cog":{"name":"map-cog","svg":{"outline":"","filled":null}},"map-discount":{"name":"map-discount","svg":{"outline":"","filled":null}},"map-dollar":{"name":"map-dollar","svg":{"outline":"","filled":null}},"map-down":{"name":"map-down","svg":{"outline":"","filled":null}},"map-east":{"name":"map-east","svg":{"outline":"","filled":null}},"map-exclamation":{"name":"map-exclamation","svg":{"outline":"","filled":null}},"map-heart":{"name":"map-heart","svg":{"outline":"","filled":null}},"map-minus":{"name":"map-minus","svg":{"outline":"","filled":null}},"map-north":{"name":"map-north","svg":{"outline":"","filled":null}},"map-off":{"name":"map-off","svg":{"outline":"","filled":null}},"map-pause":{"name":"map-pause","svg":{"outline":"","filled":null}},"map-pin-2":{"name":"map-pin-2","svg":{"outline":"","filled":null}},"map-pin-bolt":{"name":"map-pin-bolt","svg":{"outline":"","filled":null}},"map-pin-cancel":{"name":"map-pin-cancel","svg":{"outline":"","filled":null}},"map-pin-check":{"name":"map-pin-check","svg":{"outline":"","filled":null}},"map-pin-code":{"name":"map-pin-code","svg":{"outline":"","filled":null}},"map-pin-cog":{"name":"map-pin-cog","svg":{"outline":"","filled":null}},"map-pin-dollar":{"name":"map-pin-dollar","svg":{"outline":"","filled":null}},"map-pin-down":{"name":"map-pin-down","svg":{"outline":"","filled":null}},"map-pin-exclamation":{"name":"map-pin-exclamation","svg":{"outline":"","filled":null}},"map-pin-heart":{"name":"map-pin-heart","svg":{"outline":"","filled":null}},"map-pin-minus":{"name":"map-pin-minus","svg":{"outline":"","filled":null}},"map-pin-off":{"name":"map-pin-off","svg":{"outline":"","filled":null}},"map-pin-pause":{"name":"map-pin-pause","svg":{"outline":"","filled":null}},"map-pin-pin":{"name":"map-pin-pin","svg":{"outline":"","filled":null}},"map-pin-plus":{"name":"map-pin-plus","svg":{"outline":"","filled":null}},"map-pin-question":{"name":"map-pin-question","svg":{"outline":"","filled":null}},"map-pin-search":{"name":"map-pin-search","svg":{"outline":"","filled":null}},"map-pin-share":{"name":"map-pin-share","svg":{"outline":"","filled":null}},"map-pin-star":{"name":"map-pin-star","svg":{"outline":"","filled":null}},"map-pin-up":{"name":"map-pin-up","svg":{"outline":"","filled":null}},"map-pin-x":{"name":"map-pin-x","svg":{"outline":"","filled":null}},"map-pin":{"name":"map-pin","svg":{"outline":"","filled":""}},"map-pins":{"name":"map-pins","svg":{"outline":"","filled":null}},"map-plus":{"name":"map-plus","svg":{"outline":"","filled":null}},"map-question":{"name":"map-question","svg":{"outline":"","filled":null}},"map-route":{"name":"map-route","svg":{"outline":"","filled":null}},"map-search":{"name":"map-search","svg":{"outline":"","filled":null}},"map-share":{"name":"map-share","svg":{"outline":"","filled":null}},"map-south":{"name":"map-south","svg":{"outline":"","filled":null}},"map-star":{"name":"map-star","svg":{"outline":"","filled":null}},"map-up":{"name":"map-up","svg":{"outline":"","filled":null}},"map-west":{"name":"map-west","svg":{"outline":"","filled":null}},"map-x":{"name":"map-x","svg":{"outline":"","filled":null}},"map":{"name":"map","svg":{"outline":"","filled":null}},"markdown-off":{"name":"markdown-off","svg":{"outline":"","filled":null}},"markdown":{"name":"markdown","svg":{"outline":"","filled":null}},"marquee-2":{"name":"marquee-2","svg":{"outline":"","filled":null}},"marquee-off":{"name":"marquee-off","svg":{"outline":"","filled":null}},"marquee":{"name":"marquee","svg":{"outline":"","filled":null}},"mars":{"name":"mars","svg":{"outline":"","filled":null}},"mask-off":{"name":"mask-off","svg":{"outline":"","filled":null}},"mask":{"name":"mask","svg":{"outline":"","filled":null}},"masks-theater-off":{"name":"masks-theater-off","svg":{"outline":"","filled":null}},"masks-theater":{"name":"masks-theater","svg":{"outline":"","filled":null}},"massage":{"name":"massage","svg":{"outline":"","filled":null}},"matchstick":{"name":"matchstick","svg":{"outline":"","filled":null}},"math-1-divide-2":{"name":"math-1-divide-2","svg":{"outline":"","filled":null}},"math-1-divide-3":{"name":"math-1-divide-3","svg":{"outline":"","filled":null}},"math-avg":{"name":"math-avg","svg":{"outline":"","filled":null}},"math-cos":{"name":"math-cos","svg":{"outline":"","filled":null}},"math-ctg":{"name":"math-ctg","svg":{"outline":"","filled":null}},"math-equal-greater":{"name":"math-equal-greater","svg":{"outline":"","filled":null}},"math-equal-lower":{"name":"math-equal-lower","svg":{"outline":"","filled":null}},"math-function-off":{"name":"math-function-off","svg":{"outline":"","filled":null}},"math-function-y":{"name":"math-function-y","svg":{"outline":"","filled":null}},"math-function":{"name":"math-function","svg":{"outline":"","filled":null}},"math-greater":{"name":"math-greater","svg":{"outline":"","filled":null}},"math-integral-x":{"name":"math-integral-x","svg":{"outline":"","filled":null}},"math-integral":{"name":"math-integral","svg":{"outline":"","filled":null}},"math-integrals":{"name":"math-integrals","svg":{"outline":"","filled":null}},"math-lower":{"name":"math-lower","svg":{"outline":"","filled":null}},"math-max-min":{"name":"math-max-min","svg":{"outline":"","filled":null}},"math-max":{"name":"math-max","svg":{"outline":"","filled":null}},"math-min":{"name":"math-min","svg":{"outline":"","filled":null}},"math-not":{"name":"math-not","svg":{"outline":"","filled":null}},"math-off":{"name":"math-off","svg":{"outline":"","filled":null}},"math-pi-divide-2":{"name":"math-pi-divide-2","svg":{"outline":"","filled":null}},"math-pi":{"name":"math-pi","svg":{"outline":"","filled":null}},"math-sec":{"name":"math-sec","svg":{"outline":"","filled":null}},"math-sin":{"name":"math-sin","svg":{"outline":"","filled":null}},"math-symbols":{"name":"math-symbols","svg":{"outline":"","filled":null}},"math-tg":{"name":"math-tg","svg":{"outline":"","filled":null}},"math-x-divide-2":{"name":"math-x-divide-2","svg":{"outline":"","filled":null}},"math-x-divide-y-2":{"name":"math-x-divide-y-2","svg":{"outline":"","filled":null}},"math-x-divide-y":{"name":"math-x-divide-y","svg":{"outline":"","filled":null}},"math-x-minus-x":{"name":"math-x-minus-x","svg":{"outline":"","filled":null}},"math-x-minus-y":{"name":"math-x-minus-y","svg":{"outline":"","filled":null}},"math-x-plus-x":{"name":"math-x-plus-x","svg":{"outline":"","filled":null}},"math-x-plus-y":{"name":"math-x-plus-y","svg":{"outline":"","filled":null}},"math-xy":{"name":"math-xy","svg":{"outline":"","filled":null}},"math-y-minus-y":{"name":"math-y-minus-y","svg":{"outline":"","filled":null}},"math-y-plus-y":{"name":"math-y-plus-y","svg":{"outline":"","filled":null}},"math":{"name":"math","svg":{"outline":"","filled":null}},"maximize-off":{"name":"maximize-off","svg":{"outline":"","filled":null}},"maximize":{"name":"maximize","svg":{"outline":"","filled":null}},"meat-off":{"name":"meat-off","svg":{"outline":"","filled":null}},"meat":{"name":"meat","svg":{"outline":"","filled":null}},"medal-2":{"name":"medal-2","svg":{"outline":"","filled":null}},"medal":{"name":"medal","svg":{"outline":"","filled":null}},"medical-cross-circle":{"name":"medical-cross-circle","svg":{"outline":"","filled":null}},"medical-cross-off":{"name":"medical-cross-off","svg":{"outline":"","filled":null}},"medical-cross":{"name":"medical-cross","svg":{"outline":"","filled":""}},"medicine-syrup":{"name":"medicine-syrup","svg":{"outline":"","filled":null}},"meeple":{"name":"meeple","svg":{"outline":"","filled":null}},"melon":{"name":"melon","svg":{"outline":"","filled":""}},"menorah":{"name":"menorah","svg":{"outline":"","filled":null}},"menu-2":{"name":"menu-2","svg":{"outline":"","filled":null}},"menu-3":{"name":"menu-3","svg":{"outline":"","filled":null}},"menu-4":{"name":"menu-4","svg":{"outline":"","filled":null}},"menu-deep":{"name":"menu-deep","svg":{"outline":"","filled":null}},"menu-order":{"name":"menu-order","svg":{"outline":"","filled":null}},"menu":{"name":"menu","svg":{"outline":"","filled":null}},"message-2-bolt":{"name":"message-2-bolt","svg":{"outline":"","filled":null}},"message-2-cancel":{"name":"message-2-cancel","svg":{"outline":"","filled":null}},"message-2-check":{"name":"message-2-check","svg":{"outline":"","filled":null}},"message-2-code":{"name":"message-2-code","svg":{"outline":"","filled":null}},"message-2-cog":{"name":"message-2-cog","svg":{"outline":"","filled":null}},"message-2-dollar":{"name":"message-2-dollar","svg":{"outline":"","filled":null}},"message-2-down":{"name":"message-2-down","svg":{"outline":"","filled":null}},"message-2-exclamation":{"name":"message-2-exclamation","svg":{"outline":"","filled":null}},"message-2-heart":{"name":"message-2-heart","svg":{"outline":"","filled":null}},"message-2-minus":{"name":"message-2-minus","svg":{"outline":"","filled":null}},"message-2-off":{"name":"message-2-off","svg":{"outline":"","filled":null}},"message-2-pause":{"name":"message-2-pause","svg":{"outline":"","filled":null}},"message-2-pin":{"name":"message-2-pin","svg":{"outline":"","filled":null}},"message-2-plus":{"name":"message-2-plus","svg":{"outline":"","filled":null}},"message-2-question":{"name":"message-2-question","svg":{"outline":"","filled":null}},"message-2-search":{"name":"message-2-search","svg":{"outline":"","filled":null}},"message-2-share":{"name":"message-2-share","svg":{"outline":"","filled":null}},"message-2-star":{"name":"message-2-star","svg":{"outline":"","filled":null}},"message-2-up":{"name":"message-2-up","svg":{"outline":"","filled":null}},"message-2-x":{"name":"message-2-x","svg":{"outline":"","filled":null}},"message-2":{"name":"message-2","svg":{"outline":"","filled":null}},"message-bolt":{"name":"message-bolt","svg":{"outline":"","filled":null}},"message-cancel":{"name":"message-cancel","svg":{"outline":"","filled":null}},"message-chatbot":{"name":"message-chatbot","svg":{"outline":"","filled":""}},"message-check":{"name":"message-check","svg":{"outline":"","filled":null}},"message-circle-bolt":{"name":"message-circle-bolt","svg":{"outline":"","filled":null}},"message-circle-cancel":{"name":"message-circle-cancel","svg":{"outline":"","filled":null}},"message-circle-check":{"name":"message-circle-check","svg":{"outline":"","filled":null}},"message-circle-code":{"name":"message-circle-code","svg":{"outline":"","filled":null}},"message-circle-cog":{"name":"message-circle-cog","svg":{"outline":"","filled":null}},"message-circle-dollar":{"name":"message-circle-dollar","svg":{"outline":"","filled":null}},"message-circle-down":{"name":"message-circle-down","svg":{"outline":"","filled":null}},"message-circle-exclamation":{"name":"message-circle-exclamation","svg":{"outline":"","filled":null}},"message-circle-heart":{"name":"message-circle-heart","svg":{"outline":"","filled":null}},"message-circle-minus":{"name":"message-circle-minus","svg":{"outline":"","filled":null}},"message-circle-off":{"name":"message-circle-off","svg":{"outline":"","filled":null}},"message-circle-pause":{"name":"message-circle-pause","svg":{"outline":"","filled":null}},"message-circle-pin":{"name":"message-circle-pin","svg":{"outline":"","filled":null}},"message-circle-plus":{"name":"message-circle-plus","svg":{"outline":"","filled":null}},"message-circle-question":{"name":"message-circle-question","svg":{"outline":"","filled":null}},"message-circle-search":{"name":"message-circle-search","svg":{"outline":"","filled":null}},"message-circle-share":{"name":"message-circle-share","svg":{"outline":"","filled":null}},"message-circle-star":{"name":"message-circle-star","svg":{"outline":"","filled":null}},"message-circle-up":{"name":"message-circle-up","svg":{"outline":"","filled":null}},"message-circle-user":{"name":"message-circle-user","svg":{"outline":"","filled":null}},"message-circle-x":{"name":"message-circle-x","svg":{"outline":"","filled":null}},"message-circle":{"name":"message-circle","svg":{"outline":"","filled":""}},"message-code":{"name":"message-code","svg":{"outline":"","filled":null}},"message-cog":{"name":"message-cog","svg":{"outline":"","filled":null}},"message-dollar":{"name":"message-dollar","svg":{"outline":"","filled":null}},"message-dots":{"name":"message-dots","svg":{"outline":"","filled":null}},"message-down":{"name":"message-down","svg":{"outline":"","filled":null}},"message-exclamation":{"name":"message-exclamation","svg":{"outline":"","filled":null}},"message-forward":{"name":"message-forward","svg":{"outline":"","filled":null}},"message-heart":{"name":"message-heart","svg":{"outline":"","filled":null}},"message-language":{"name":"message-language","svg":{"outline":"","filled":null}},"message-minus":{"name":"message-minus","svg":{"outline":"","filled":null}},"message-off":{"name":"message-off","svg":{"outline":"","filled":null}},"message-pause":{"name":"message-pause","svg":{"outline":"","filled":null}},"message-pin":{"name":"message-pin","svg":{"outline":"","filled":null}},"message-plus":{"name":"message-plus","svg":{"outline":"","filled":null}},"message-question":{"name":"message-question","svg":{"outline":"","filled":null}},"message-reply":{"name":"message-reply","svg":{"outline":"","filled":null}},"message-report":{"name":"message-report","svg":{"outline":"","filled":""}},"message-search":{"name":"message-search","svg":{"outline":"","filled":null}},"message-share":{"name":"message-share","svg":{"outline":"","filled":null}},"message-star":{"name":"message-star","svg":{"outline":"","filled":null}},"message-up":{"name":"message-up","svg":{"outline":"","filled":null}},"message-user":{"name":"message-user","svg":{"outline":"","filled":null}},"message-x":{"name":"message-x","svg":{"outline":"","filled":null}},"message":{"name":"message","svg":{"outline":"","filled":""}},"messages-off":{"name":"messages-off","svg":{"outline":"","filled":null}},"messages":{"name":"messages","svg":{"outline":"","filled":null}},"meteor-off":{"name":"meteor-off","svg":{"outline":"","filled":null}},"meteor":{"name":"meteor","svg":{"outline":"","filled":""}},"meter-cube":{"name":"meter-cube","svg":{"outline":"","filled":null}},"meter-square":{"name":"meter-square","svg":{"outline":"","filled":null}},"metronome":{"name":"metronome","svg":{"outline":"","filled":null}},"michelin-bib-gourmand":{"name":"michelin-bib-gourmand","svg":{"outline":"","filled":null}},"michelin-star-green":{"name":"michelin-star-green","svg":{"outline":"","filled":null}},"michelin-star":{"name":"michelin-star","svg":{"outline":"","filled":""}},"mickey":{"name":"mickey","svg":{"outline":"","filled":""}},"microphone-2-off":{"name":"microphone-2-off","svg":{"outline":"","filled":null}},"microphone-2":{"name":"microphone-2","svg":{"outline":"","filled":null}},"microphone-off":{"name":"microphone-off","svg":{"outline":"","filled":null}},"microphone":{"name":"microphone","svg":{"outline":"","filled":""}},"microscope-off":{"name":"microscope-off","svg":{"outline":"","filled":null}},"microscope":{"name":"microscope","svg":{"outline":"","filled":null}},"microwave-off":{"name":"microwave-off","svg":{"outline":"","filled":null}},"microwave":{"name":"microwave","svg":{"outline":"","filled":""}},"military-award":{"name":"military-award","svg":{"outline":"","filled":null}},"military-rank":{"name":"military-rank","svg":{"outline":"","filled":""}},"milk-off":{"name":"milk-off","svg":{"outline":"","filled":null}},"milk":{"name":"milk","svg":{"outline":"","filled":""}},"milkshake":{"name":"milkshake","svg":{"outline":"","filled":null}},"minimize":{"name":"minimize","svg":{"outline":"","filled":null}},"minus-vertical":{"name":"minus-vertical","svg":{"outline":"","filled":null}},"minus":{"name":"minus","svg":{"outline":"","filled":null}},"mist-off":{"name":"mist-off","svg":{"outline":"","filled":null}},"mist":{"name":"mist","svg":{"outline":"","filled":null}},"mobiledata-off":{"name":"mobiledata-off","svg":{"outline":"","filled":null}},"mobiledata":{"name":"mobiledata","svg":{"outline":"","filled":null}},"moneybag":{"name":"moneybag","svg":{"outline":"","filled":null}},"monkeybar":{"name":"monkeybar","svg":{"outline":"","filled":null}},"mood-angry":{"name":"mood-angry","svg":{"outline":"","filled":""}},"mood-annoyed-2":{"name":"mood-annoyed-2","svg":{"outline":"","filled":null}},"mood-annoyed":{"name":"mood-annoyed","svg":{"outline":"","filled":null}},"mood-bitcoin":{"name":"mood-bitcoin","svg":{"outline":"","filled":null}},"mood-boy":{"name":"mood-boy","svg":{"outline":"","filled":null}},"mood-check":{"name":"mood-check","svg":{"outline":"","filled":null}},"mood-cog":{"name":"mood-cog","svg":{"outline":"","filled":null}},"mood-confuzed":{"name":"mood-confuzed","svg":{"outline":"","filled":""}},"mood-crazy-happy":{"name":"mood-crazy-happy","svg":{"outline":"","filled":""}},"mood-cry":{"name":"mood-cry","svg":{"outline":"","filled":null}},"mood-dollar":{"name":"mood-dollar","svg":{"outline":"","filled":null}},"mood-edit":{"name":"mood-edit","svg":{"outline":"","filled":null}},"mood-empty":{"name":"mood-empty","svg":{"outline":"","filled":""}},"mood-happy":{"name":"mood-happy","svg":{"outline":"","filled":""}},"mood-heart":{"name":"mood-heart","svg":{"outline":"","filled":null}},"mood-kid":{"name":"mood-kid","svg":{"outline":"","filled":""}},"mood-look-down":{"name":"mood-look-down","svg":{"outline":"","filled":null}},"mood-look-left":{"name":"mood-look-left","svg":{"outline":"","filled":null}},"mood-look-right":{"name":"mood-look-right","svg":{"outline":"","filled":null}},"mood-look-up":{"name":"mood-look-up","svg":{"outline":"","filled":null}},"mood-minus":{"name":"mood-minus","svg":{"outline":"","filled":null}},"mood-nerd":{"name":"mood-nerd","svg":{"outline":"","filled":null}},"mood-nervous":{"name":"mood-nervous","svg":{"outline":"","filled":null}},"mood-neutral":{"name":"mood-neutral","svg":{"outline":"","filled":""}},"mood-off":{"name":"mood-off","svg":{"outline":"","filled":null}},"mood-pin":{"name":"mood-pin","svg":{"outline":"","filled":null}},"mood-plus":{"name":"mood-plus","svg":{"outline":"","filled":null}},"mood-puzzled":{"name":"mood-puzzled","svg":{"outline":"","filled":null}},"mood-sad-2":{"name":"mood-sad-2","svg":{"outline":"","filled":null}},"mood-sad-dizzy":{"name":"mood-sad-dizzy","svg":{"outline":"","filled":null}},"mood-sad-squint":{"name":"mood-sad-squint","svg":{"outline":"","filled":null}},"mood-sad":{"name":"mood-sad","svg":{"outline":"","filled":""}},"mood-search":{"name":"mood-search","svg":{"outline":"","filled":null}},"mood-share":{"name":"mood-share","svg":{"outline":"","filled":null}},"mood-sick":{"name":"mood-sick","svg":{"outline":"","filled":null}},"mood-silence":{"name":"mood-silence","svg":{"outline":"","filled":null}},"mood-sing":{"name":"mood-sing","svg":{"outline":"","filled":null}},"mood-smile-beam":{"name":"mood-smile-beam","svg":{"outline":"","filled":null}},"mood-smile-dizzy":{"name":"mood-smile-dizzy","svg":{"outline":"","filled":null}},"mood-smile":{"name":"mood-smile","svg":{"outline":"","filled":""}},"mood-spark":{"name":"mood-spark","svg":{"outline":"","filled":null}},"mood-surprised":{"name":"mood-surprised","svg":{"outline":"","filled":null}},"mood-tongue-wink-2":{"name":"mood-tongue-wink-2","svg":{"outline":"","filled":null}},"mood-tongue-wink":{"name":"mood-tongue-wink","svg":{"outline":"","filled":null}},"mood-tongue":{"name":"mood-tongue","svg":{"outline":"","filled":null}},"mood-unamused":{"name":"mood-unamused","svg":{"outline":"","filled":null}},"mood-up":{"name":"mood-up","svg":{"outline":"","filled":null}},"mood-wink-2":{"name":"mood-wink-2","svg":{"outline":"","filled":null}},"mood-wink":{"name":"mood-wink","svg":{"outline":"","filled":null}},"mood-wrrr":{"name":"mood-wrrr","svg":{"outline":"","filled":""}},"mood-x":{"name":"mood-x","svg":{"outline":"","filled":null}},"mood-xd":{"name":"mood-xd","svg":{"outline":"","filled":null}},"moon-2":{"name":"moon-2","svg":{"outline":"","filled":null}},"moon-off":{"name":"moon-off","svg":{"outline":"","filled":null}},"moon-stars":{"name":"moon-stars","svg":{"outline":"","filled":null}},"moon":{"name":"moon","svg":{"outline":"","filled":""}},"moped":{"name":"moped","svg":{"outline":"","filled":null}},"motorbike":{"name":"motorbike","svg":{"outline":"","filled":null}},"mountain-off":{"name":"mountain-off","svg":{"outline":"","filled":null}},"mountain":{"name":"mountain","svg":{"outline":"","filled":""}},"mouse-2":{"name":"mouse-2","svg":{"outline":"","filled":null}},"mouse-off":{"name":"mouse-off","svg":{"outline":"","filled":null}},"mouse":{"name":"mouse","svg":{"outline":"","filled":""}},"moustache":{"name":"moustache","svg":{"outline":"","filled":null}},"movie-off":{"name":"movie-off","svg":{"outline":"","filled":null}},"movie":{"name":"movie","svg":{"outline":"","filled":null}},"mug-off":{"name":"mug-off","svg":{"outline":"","filled":null}},"mug":{"name":"mug","svg":{"outline":"","filled":""}},"multiplier-0-5x":{"name":"multiplier-0-5x","svg":{"outline":"","filled":null}},"multiplier-1-5x":{"name":"multiplier-1-5x","svg":{"outline":"","filled":null}},"multiplier-1x":{"name":"multiplier-1x","svg":{"outline":"","filled":null}},"multiplier-2x":{"name":"multiplier-2x","svg":{"outline":"","filled":null}},"mushroom-off":{"name":"mushroom-off","svg":{"outline":"","filled":null}},"mushroom":{"name":"mushroom","svg":{"outline":"","filled":""}},"music-bolt":{"name":"music-bolt","svg":{"outline":"","filled":null}},"music-cancel":{"name":"music-cancel","svg":{"outline":"","filled":null}},"music-check":{"name":"music-check","svg":{"outline":"","filled":null}},"music-code":{"name":"music-code","svg":{"outline":"","filled":null}},"music-cog":{"name":"music-cog","svg":{"outline":"","filled":null}},"music-discount":{"name":"music-discount","svg":{"outline":"","filled":null}},"music-dollar":{"name":"music-dollar","svg":{"outline":"","filled":null}},"music-down":{"name":"music-down","svg":{"outline":"","filled":null}},"music-exclamation":{"name":"music-exclamation","svg":{"outline":"","filled":null}},"music-heart":{"name":"music-heart","svg":{"outline":"","filled":null}},"music-minus":{"name":"music-minus","svg":{"outline":"","filled":null}},"music-off":{"name":"music-off","svg":{"outline":"","filled":null}},"music-pause":{"name":"music-pause","svg":{"outline":"","filled":null}},"music-pin":{"name":"music-pin","svg":{"outline":"","filled":null}},"music-plus":{"name":"music-plus","svg":{"outline":"","filled":null}},"music-question":{"name":"music-question","svg":{"outline":"","filled":null}},"music-search":{"name":"music-search","svg":{"outline":"","filled":null}},"music-share":{"name":"music-share","svg":{"outline":"","filled":null}},"music-star":{"name":"music-star","svg":{"outline":"","filled":null}},"music-up":{"name":"music-up","svg":{"outline":"","filled":null}},"music-x":{"name":"music-x","svg":{"outline":"","filled":null}},"music":{"name":"music","svg":{"outline":"","filled":null}},"navigation-bolt":{"name":"navigation-bolt","svg":{"outline":"","filled":null}},"navigation-cancel":{"name":"navigation-cancel","svg":{"outline":"","filled":null}},"navigation-check":{"name":"navigation-check","svg":{"outline":"","filled":null}},"navigation-code":{"name":"navigation-code","svg":{"outline":"","filled":null}},"navigation-cog":{"name":"navigation-cog","svg":{"outline":"","filled":null}},"navigation-discount":{"name":"navigation-discount","svg":{"outline":"","filled":null}},"navigation-dollar":{"name":"navigation-dollar","svg":{"outline":"","filled":null}},"navigation-down":{"name":"navigation-down","svg":{"outline":"","filled":null}},"navigation-east":{"name":"navigation-east","svg":{"outline":"","filled":null}},"navigation-exclamation":{"name":"navigation-exclamation","svg":{"outline":"","filled":null}},"navigation-heart":{"name":"navigation-heart","svg":{"outline":"","filled":null}},"navigation-minus":{"name":"navigation-minus","svg":{"outline":"","filled":null}},"navigation-north":{"name":"navigation-north","svg":{"outline":"","filled":null}},"navigation-off":{"name":"navigation-off","svg":{"outline":"","filled":null}},"navigation-pause":{"name":"navigation-pause","svg":{"outline":"","filled":null}},"navigation-pin":{"name":"navigation-pin","svg":{"outline":"","filled":null}},"navigation-plus":{"name":"navigation-plus","svg":{"outline":"","filled":null}},"navigation-question":{"name":"navigation-question","svg":{"outline":"","filled":null}},"navigation-search":{"name":"navigation-search","svg":{"outline":"","filled":null}},"navigation-share":{"name":"navigation-share","svg":{"outline":"","filled":null}},"navigation-south":{"name":"navigation-south","svg":{"outline":"","filled":null}},"navigation-star":{"name":"navigation-star","svg":{"outline":"","filled":null}},"navigation-top":{"name":"navigation-top","svg":{"outline":"","filled":null}},"navigation-up":{"name":"navigation-up","svg":{"outline":"","filled":null}},"navigation-west":{"name":"navigation-west","svg":{"outline":"","filled":null}},"navigation-x":{"name":"navigation-x","svg":{"outline":"","filled":null}},"navigation":{"name":"navigation","svg":{"outline":"","filled":""}},"needle-thread":{"name":"needle-thread","svg":{"outline":"","filled":null}},"needle":{"name":"needle","svg":{"outline":"","filled":null}},"network-off":{"name":"network-off","svg":{"outline":"","filled":null}},"network":{"name":"network","svg":{"outline":"","filled":null}},"new-section":{"name":"new-section","svg":{"outline":"","filled":null}},"news-off":{"name":"news-off","svg":{"outline":"","filled":null}},"news":{"name":"news","svg":{"outline":"","filled":null}},"nfc-off":{"name":"nfc-off","svg":{"outline":"","filled":null}},"nfc":{"name":"nfc","svg":{"outline":"","filled":null}},"no-copyright":{"name":"no-copyright","svg":{"outline":"","filled":null}},"no-creative-commons":{"name":"no-creative-commons","svg":{"outline":"","filled":null}},"no-derivatives":{"name":"no-derivatives","svg":{"outline":"","filled":null}},"north-star":{"name":"north-star","svg":{"outline":"","filled":null}},"note-off":{"name":"note-off","svg":{"outline":"","filled":null}},"note":{"name":"note","svg":{"outline":"","filled":null}},"notebook-off":{"name":"notebook-off","svg":{"outline":"","filled":null}},"notebook":{"name":"notebook","svg":{"outline":"","filled":null}},"notes-off":{"name":"notes-off","svg":{"outline":"","filled":null}},"notes":{"name":"notes","svg":{"outline":"","filled":null}},"notification-off":{"name":"notification-off","svg":{"outline":"","filled":null}},"notification":{"name":"notification","svg":{"outline":"","filled":null}},"number-0-small":{"name":"number-0-small","svg":{"outline":"","filled":null}},"number-0":{"name":"number-0","svg":{"outline":"","filled":null}},"number-1-small":{"name":"number-1-small","svg":{"outline":"","filled":null}},"number-1":{"name":"number-1","svg":{"outline":"","filled":null}},"number-10-small":{"name":"number-10-small","svg":{"outline":"","filled":null}},"number-100-small":{"name":"number-100-small","svg":{"outline":"","filled":null}},"number-11-small":{"name":"number-11-small","svg":{"outline":"","filled":null}},"number-12-small":{"name":"number-12-small","svg":{"outline":"","filled":null}},"number-123":{"name":"number-123","svg":{"outline":"","filled":null}},"number-13-small":{"name":"number-13-small","svg":{"outline":"","filled":null}},"number-14-small":{"name":"number-14-small","svg":{"outline":"","filled":null}},"number-15-small":{"name":"number-15-small","svg":{"outline":"","filled":null}},"number-16-small":{"name":"number-16-small","svg":{"outline":"","filled":null}},"number-17-small":{"name":"number-17-small","svg":{"outline":"","filled":null}},"number-18-small":{"name":"number-18-small","svg":{"outline":"","filled":null}},"number-19-small":{"name":"number-19-small","svg":{"outline":"","filled":null}},"number-2-small":{"name":"number-2-small","svg":{"outline":"","filled":null}},"number-2":{"name":"number-2","svg":{"outline":"","filled":null}},"number-20-small":{"name":"number-20-small","svg":{"outline":"","filled":null}},"number-21-small":{"name":"number-21-small","svg":{"outline":"","filled":null}},"number-22-small":{"name":"number-22-small","svg":{"outline":"","filled":null}},"number-23-small":{"name":"number-23-small","svg":{"outline":"","filled":null}},"number-24-small":{"name":"number-24-small","svg":{"outline":"","filled":null}},"number-25-small":{"name":"number-25-small","svg":{"outline":"","filled":null}},"number-26-small":{"name":"number-26-small","svg":{"outline":"","filled":null}},"number-27-small":{"name":"number-27-small","svg":{"outline":"","filled":null}},"number-28-small":{"name":"number-28-small","svg":{"outline":"","filled":null}},"number-29-small":{"name":"number-29-small","svg":{"outline":"","filled":null}},"number-3-small":{"name":"number-3-small","svg":{"outline":"","filled":null}},"number-3":{"name":"number-3","svg":{"outline":"","filled":null}},"number-30-small":{"name":"number-30-small","svg":{"outline":"","filled":null}},"number-31-small":{"name":"number-31-small","svg":{"outline":"","filled":null}},"number-32-small":{"name":"number-32-small","svg":{"outline":"","filled":null}},"number-33-small":{"name":"number-33-small","svg":{"outline":"","filled":null}},"number-34-small":{"name":"number-34-small","svg":{"outline":"","filled":null}},"number-35-small":{"name":"number-35-small","svg":{"outline":"","filled":null}},"number-36-small":{"name":"number-36-small","svg":{"outline":"","filled":null}},"number-37-small":{"name":"number-37-small","svg":{"outline":"","filled":null}},"number-38-small":{"name":"number-38-small","svg":{"outline":"","filled":null}},"number-39-small":{"name":"number-39-small","svg":{"outline":"","filled":null}},"number-4-small":{"name":"number-4-small","svg":{"outline":"","filled":null}},"number-4":{"name":"number-4","svg":{"outline":"","filled":null}},"number-40-small":{"name":"number-40-small","svg":{"outline":"","filled":null}},"number-41-small":{"name":"number-41-small","svg":{"outline":"","filled":null}},"number-42-small":{"name":"number-42-small","svg":{"outline":"","filled":null}},"number-43-small":{"name":"number-43-small","svg":{"outline":"","filled":null}},"number-44-small":{"name":"number-44-small","svg":{"outline":"","filled":null}},"number-45-small":{"name":"number-45-small","svg":{"outline":"","filled":null}},"number-46-small":{"name":"number-46-small","svg":{"outline":"","filled":null}},"number-47-small":{"name":"number-47-small","svg":{"outline":"","filled":null}},"number-48-small":{"name":"number-48-small","svg":{"outline":"","filled":null}},"number-49-small":{"name":"number-49-small","svg":{"outline":"","filled":null}},"number-5-small":{"name":"number-5-small","svg":{"outline":"","filled":null}},"number-5":{"name":"number-5","svg":{"outline":"","filled":null}},"number-50-small":{"name":"number-50-small","svg":{"outline":"","filled":null}},"number-51-small":{"name":"number-51-small","svg":{"outline":"","filled":null}},"number-52-small":{"name":"number-52-small","svg":{"outline":"","filled":null}},"number-53-small":{"name":"number-53-small","svg":{"outline":"","filled":null}},"number-54-small":{"name":"number-54-small","svg":{"outline":"","filled":null}},"number-55-small":{"name":"number-55-small","svg":{"outline":"","filled":null}},"number-56-small":{"name":"number-56-small","svg":{"outline":"","filled":null}},"number-57-small":{"name":"number-57-small","svg":{"outline":"","filled":null}},"number-58-small":{"name":"number-58-small","svg":{"outline":"","filled":null}},"number-59-small":{"name":"number-59-small","svg":{"outline":"","filled":null}},"number-6-small":{"name":"number-6-small","svg":{"outline":"","filled":null}},"number-6":{"name":"number-6","svg":{"outline":"","filled":null}},"number-60-small":{"name":"number-60-small","svg":{"outline":"","filled":null}},"number-61-small":{"name":"number-61-small","svg":{"outline":"","filled":null}},"number-62-small":{"name":"number-62-small","svg":{"outline":"","filled":null}},"number-63-small":{"name":"number-63-small","svg":{"outline":"","filled":null}},"number-64-small":{"name":"number-64-small","svg":{"outline":"","filled":null}},"number-65-small":{"name":"number-65-small","svg":{"outline":"","filled":null}},"number-66-small":{"name":"number-66-small","svg":{"outline":"","filled":null}},"number-67-small":{"name":"number-67-small","svg":{"outline":"","filled":null}},"number-68-small":{"name":"number-68-small","svg":{"outline":"","filled":null}},"number-69-small":{"name":"number-69-small","svg":{"outline":"","filled":null}},"number-7-small":{"name":"number-7-small","svg":{"outline":"","filled":null}},"number-7":{"name":"number-7","svg":{"outline":"","filled":null}},"number-70-small":{"name":"number-70-small","svg":{"outline":"","filled":null}},"number-71-small":{"name":"number-71-small","svg":{"outline":"","filled":null}},"number-72-small":{"name":"number-72-small","svg":{"outline":"","filled":null}},"number-73-small":{"name":"number-73-small","svg":{"outline":"","filled":null}},"number-74-small":{"name":"number-74-small","svg":{"outline":"","filled":null}},"number-75-small":{"name":"number-75-small","svg":{"outline":"","filled":null}},"number-76-small":{"name":"number-76-small","svg":{"outline":"","filled":null}},"number-77-small":{"name":"number-77-small","svg":{"outline":"","filled":null}},"number-78-small":{"name":"number-78-small","svg":{"outline":"","filled":null}},"number-79-small":{"name":"number-79-small","svg":{"outline":"","filled":null}},"number-8-small":{"name":"number-8-small","svg":{"outline":"","filled":null}},"number-8":{"name":"number-8","svg":{"outline":"","filled":null}},"number-80-small":{"name":"number-80-small","svg":{"outline":"","filled":null}},"number-81-small":{"name":"number-81-small","svg":{"outline":"","filled":null}},"number-82-small":{"name":"number-82-small","svg":{"outline":"","filled":null}},"number-83-small":{"name":"number-83-small","svg":{"outline":"","filled":null}},"number-84-small":{"name":"number-84-small","svg":{"outline":"","filled":null}},"number-85-small":{"name":"number-85-small","svg":{"outline":"","filled":null}},"number-86-small":{"name":"number-86-small","svg":{"outline":"","filled":null}},"number-87-small":{"name":"number-87-small","svg":{"outline":"","filled":null}},"number-88-small":{"name":"number-88-small","svg":{"outline":"","filled":null}},"number-89-small":{"name":"number-89-small","svg":{"outline":"","filled":null}},"number-9-small":{"name":"number-9-small","svg":{"outline":"","filled":null}},"number-9":{"name":"number-9","svg":{"outline":"","filled":null}},"number-90-small":{"name":"number-90-small","svg":{"outline":"","filled":null}},"number-91-small":{"name":"number-91-small","svg":{"outline":"","filled":null}},"number-92-small":{"name":"number-92-small","svg":{"outline":"","filled":null}},"number-93-small":{"name":"number-93-small","svg":{"outline":"","filled":null}},"number-94-small":{"name":"number-94-small","svg":{"outline":"","filled":null}},"number-95-small":{"name":"number-95-small","svg":{"outline":"","filled":null}},"number-96-small":{"name":"number-96-small","svg":{"outline":"","filled":null}},"number-97-small":{"name":"number-97-small","svg":{"outline":"","filled":null}},"number-98-small":{"name":"number-98-small","svg":{"outline":"","filled":null}},"number-99-small":{"name":"number-99-small","svg":{"outline":"","filled":null}},"number":{"name":"number","svg":{"outline":"","filled":null}},"numbers":{"name":"numbers","svg":{"outline":"","filled":null}},"nurse":{"name":"nurse","svg":{"outline":"","filled":null}},"nut":{"name":"nut","svg":{"outline":"","filled":null}},"object-scan":{"name":"object-scan","svg":{"outline":"","filled":null}},"octagon-minus-2":{"name":"octagon-minus-2","svg":{"outline":"","filled":null}},"octagon-minus":{"name":"octagon-minus","svg":{"outline":"","filled":null}},"octagon-off":{"name":"octagon-off","svg":{"outline":"","filled":null}},"octagon-plus-2":{"name":"octagon-plus-2","svg":{"outline":"","filled":null}},"octagon-plus":{"name":"octagon-plus","svg":{"outline":"","filled":null}},"octagon":{"name":"octagon","svg":{"outline":"","filled":""}},"octahedron-off":{"name":"octahedron-off","svg":{"outline":"","filled":null}},"octahedron-plus":{"name":"octahedron-plus","svg":{"outline":"","filled":null}},"octahedron":{"name":"octahedron","svg":{"outline":"","filled":null}},"old":{"name":"old","svg":{"outline":"","filled":null}},"olympics-off":{"name":"olympics-off","svg":{"outline":"","filled":null}},"olympics":{"name":"olympics","svg":{"outline":"","filled":null}},"om":{"name":"om","svg":{"outline":"","filled":null}},"omega":{"name":"omega","svg":{"outline":"","filled":null}},"outbound":{"name":"outbound","svg":{"outline":"","filled":null}},"outlet":{"name":"outlet","svg":{"outline":"","filled":null}},"oval-vertical":{"name":"oval-vertical","svg":{"outline":"","filled":""}},"oval":{"name":"oval","svg":{"outline":"","filled":""}},"overline":{"name":"overline","svg":{"outline":"","filled":null}},"package-export":{"name":"package-export","svg":{"outline":"","filled":null}},"package-import":{"name":"package-import","svg":{"outline":"","filled":null}},"package-off":{"name":"package-off","svg":{"outline":"","filled":null}},"package":{"name":"package","svg":{"outline":"","filled":null}},"packages":{"name":"packages","svg":{"outline":"","filled":null}},"pacman":{"name":"pacman","svg":{"outline":"","filled":null}},"page-break":{"name":"page-break","svg":{"outline":"","filled":null}},"paint-off":{"name":"paint-off","svg":{"outline":"","filled":null}},"paint":{"name":"paint","svg":{"outline":"","filled":""}},"palette-off":{"name":"palette-off","svg":{"outline":"","filled":null}},"palette":{"name":"palette","svg":{"outline":"","filled":null}},"panorama-horizontal-off":{"name":"panorama-horizontal-off","svg":{"outline":"","filled":null}},"panorama-horizontal":{"name":"panorama-horizontal","svg":{"outline":"","filled":""}},"panorama-vertical-off":{"name":"panorama-vertical-off","svg":{"outline":"","filled":null}},"panorama-vertical":{"name":"panorama-vertical","svg":{"outline":"","filled":""}},"paper-bag-off":{"name":"paper-bag-off","svg":{"outline":"","filled":null}},"paper-bag":{"name":"paper-bag","svg":{"outline":"","filled":null}},"paperclip":{"name":"paperclip","svg":{"outline":"","filled":null}},"parachute-off":{"name":"parachute-off","svg":{"outline":"","filled":null}},"parachute":{"name":"parachute","svg":{"outline":"","filled":null}},"parentheses-off":{"name":"parentheses-off","svg":{"outline":"","filled":null}},"parentheses":{"name":"parentheses","svg":{"outline":"","filled":null}},"parking-circle":{"name":"parking-circle","svg":{"outline":"","filled":""}},"parking-off":{"name":"parking-off","svg":{"outline":"","filled":null}},"parking":{"name":"parking","svg":{"outline":"","filled":null}},"password-fingerprint":{"name":"password-fingerprint","svg":{"outline":"","filled":null}},"password-mobile-phone":{"name":"password-mobile-phone","svg":{"outline":"","filled":null}},"password-user":{"name":"password-user","svg":{"outline":"","filled":null}},"password":{"name":"password","svg":{"outline":"","filled":null}},"paw-off":{"name":"paw-off","svg":{"outline":"","filled":null}},"paw":{"name":"paw","svg":{"outline":"","filled":""}},"paywall":{"name":"paywall","svg":{"outline":"","filled":null}},"pdf":{"name":"pdf","svg":{"outline":"","filled":null}},"peace":{"name":"peace","svg":{"outline":"","filled":null}},"pencil-bolt":{"name":"pencil-bolt","svg":{"outline":"","filled":null}},"pencil-cancel":{"name":"pencil-cancel","svg":{"outline":"","filled":null}},"pencil-check":{"name":"pencil-check","svg":{"outline":"","filled":null}},"pencil-code":{"name":"pencil-code","svg":{"outline":"","filled":null}},"pencil-cog":{"name":"pencil-cog","svg":{"outline":"","filled":null}},"pencil-discount":{"name":"pencil-discount","svg":{"outline":"","filled":null}},"pencil-dollar":{"name":"pencil-dollar","svg":{"outline":"","filled":null}},"pencil-down":{"name":"pencil-down","svg":{"outline":"","filled":null}},"pencil-exclamation":{"name":"pencil-exclamation","svg":{"outline":"","filled":null}},"pencil-heart":{"name":"pencil-heart","svg":{"outline":"","filled":null}},"pencil-minus":{"name":"pencil-minus","svg":{"outline":"","filled":null}},"pencil-off":{"name":"pencil-off","svg":{"outline":"","filled":null}},"pencil-pause":{"name":"pencil-pause","svg":{"outline":"","filled":null}},"pencil-pin":{"name":"pencil-pin","svg":{"outline":"","filled":null}},"pencil-plus":{"name":"pencil-plus","svg":{"outline":"","filled":null}},"pencil-question":{"name":"pencil-question","svg":{"outline":"","filled":null}},"pencil-search":{"name":"pencil-search","svg":{"outline":"","filled":null}},"pencil-share":{"name":"pencil-share","svg":{"outline":"","filled":null}},"pencil-star":{"name":"pencil-star","svg":{"outline":"","filled":null}},"pencil-up":{"name":"pencil-up","svg":{"outline":"","filled":null}},"pencil-x":{"name":"pencil-x","svg":{"outline":"","filled":null}},"pencil":{"name":"pencil","svg":{"outline":"","filled":null}},"pennant-2":{"name":"pennant-2","svg":{"outline":"","filled":""}},"pennant-off":{"name":"pennant-off","svg":{"outline":"","filled":null}},"pennant":{"name":"pennant","svg":{"outline":"","filled":""}},"pentagon-minus":{"name":"pentagon-minus","svg":{"outline":"","filled":null}},"pentagon-number-0":{"name":"pentagon-number-0","svg":{"outline":"","filled":null}},"pentagon-number-1":{"name":"pentagon-number-1","svg":{"outline":"","filled":null}},"pentagon-number-2":{"name":"pentagon-number-2","svg":{"outline":"","filled":null}},"pentagon-number-3":{"name":"pentagon-number-3","svg":{"outline":"","filled":null}},"pentagon-number-4":{"name":"pentagon-number-4","svg":{"outline":"","filled":null}},"pentagon-number-5":{"name":"pentagon-number-5","svg":{"outline":"","filled":null}},"pentagon-number-6":{"name":"pentagon-number-6","svg":{"outline":"","filled":null}},"pentagon-number-7":{"name":"pentagon-number-7","svg":{"outline":"","filled":null}},"pentagon-number-8":{"name":"pentagon-number-8","svg":{"outline":"","filled":null}},"pentagon-number-9":{"name":"pentagon-number-9","svg":{"outline":"","filled":null}},"pentagon-off":{"name":"pentagon-off","svg":{"outline":"","filled":null}},"pentagon-plus":{"name":"pentagon-plus","svg":{"outline":"","filled":null}},"pentagon-x":{"name":"pentagon-x","svg":{"outline":"","filled":null}},"pentagon":{"name":"pentagon","svg":{"outline":"","filled":""}},"pentagram":{"name":"pentagram","svg":{"outline":"","filled":null}},"pepper-off":{"name":"pepper-off","svg":{"outline":"","filled":null}},"pepper":{"name":"pepper","svg":{"outline":"","filled":null}},"percentage-0":{"name":"percentage-0","svg":{"outline":"","filled":null}},"percentage-10":{"name":"percentage-10","svg":{"outline":"","filled":null}},"percentage-100":{"name":"percentage-100","svg":{"outline":"","filled":null}},"percentage-20":{"name":"percentage-20","svg":{"outline":"","filled":null}},"percentage-25":{"name":"percentage-25","svg":{"outline":"","filled":null}},"percentage-30":{"name":"percentage-30","svg":{"outline":"","filled":null}},"percentage-33":{"name":"percentage-33","svg":{"outline":"","filled":null}},"percentage-40":{"name":"percentage-40","svg":{"outline":"","filled":null}},"percentage-50":{"name":"percentage-50","svg":{"outline":"","filled":null}},"percentage-60":{"name":"percentage-60","svg":{"outline":"","filled":null}},"percentage-66":{"name":"percentage-66","svg":{"outline":"","filled":null}},"percentage-70":{"name":"percentage-70","svg":{"outline":"","filled":null}},"percentage-75":{"name":"percentage-75","svg":{"outline":"","filled":null}},"percentage-80":{"name":"percentage-80","svg":{"outline":"","filled":null}},"percentage-90":{"name":"percentage-90","svg":{"outline":"","filled":null}},"percentage":{"name":"percentage","svg":{"outline":"","filled":null}},"perfume":{"name":"perfume","svg":{"outline":"","filled":null}},"perspective-off":{"name":"perspective-off","svg":{"outline":"","filled":null}},"perspective":{"name":"perspective","svg":{"outline":"","filled":null}},"phone-call":{"name":"phone-call","svg":{"outline":"","filled":null}},"phone-calling":{"name":"phone-calling","svg":{"outline":"","filled":null}},"phone-check":{"name":"phone-check","svg":{"outline":"","filled":null}},"phone-done":{"name":"phone-done","svg":{"outline":"","filled":null}},"phone-end":{"name":"phone-end","svg":{"outline":"","filled":null}},"phone-incoming":{"name":"phone-incoming","svg":{"outline":"","filled":null}},"phone-off":{"name":"phone-off","svg":{"outline":"","filled":null}},"phone-outgoing":{"name":"phone-outgoing","svg":{"outline":"","filled":null}},"phone-pause":{"name":"phone-pause","svg":{"outline":"","filled":null}},"phone-plus":{"name":"phone-plus","svg":{"outline":"","filled":null}},"phone-ringing":{"name":"phone-ringing","svg":{"outline":"","filled":null}},"phone-spark":{"name":"phone-spark","svg":{"outline":"","filled":null}},"phone-x":{"name":"phone-x","svg":{"outline":"","filled":null}},"phone":{"name":"phone","svg":{"outline":"","filled":""}},"photo-ai":{"name":"photo-ai","svg":{"outline":"","filled":null}},"photo-bitcoin":{"name":"photo-bitcoin","svg":{"outline":"","filled":null}},"photo-bolt":{"name":"photo-bolt","svg":{"outline":"","filled":null}},"photo-cancel":{"name":"photo-cancel","svg":{"outline":"","filled":null}},"photo-check":{"name":"photo-check","svg":{"outline":"","filled":null}},"photo-circle-minus":{"name":"photo-circle-minus","svg":{"outline":"","filled":null}},"photo-circle-plus":{"name":"photo-circle-plus","svg":{"outline":"","filled":null}},"photo-circle":{"name":"photo-circle","svg":{"outline":"","filled":null}},"photo-code":{"name":"photo-code","svg":{"outline":"","filled":null}},"photo-cog":{"name":"photo-cog","svg":{"outline":"","filled":null}},"photo-dollar":{"name":"photo-dollar","svg":{"outline":"","filled":null}},"photo-down":{"name":"photo-down","svg":{"outline":"","filled":null}},"photo-edit":{"name":"photo-edit","svg":{"outline":"","filled":null}},"photo-exclamation":{"name":"photo-exclamation","svg":{"outline":"","filled":null}},"photo-heart":{"name":"photo-heart","svg":{"outline":"","filled":null}},"photo-hexagon":{"name":"photo-hexagon","svg":{"outline":"","filled":null}},"photo-minus":{"name":"photo-minus","svg":{"outline":"","filled":null}},"photo-off":{"name":"photo-off","svg":{"outline":"","filled":null}},"photo-pause":{"name":"photo-pause","svg":{"outline":"","filled":null}},"photo-pentagon":{"name":"photo-pentagon","svg":{"outline":"","filled":null}},"photo-pin":{"name":"photo-pin","svg":{"outline":"","filled":null}},"photo-plus":{"name":"photo-plus","svg":{"outline":"","filled":null}},"photo-question":{"name":"photo-question","svg":{"outline":"","filled":null}},"photo-scan":{"name":"photo-scan","svg":{"outline":"","filled":null}},"photo-search":{"name":"photo-search","svg":{"outline":"","filled":null}},"photo-sensor-2":{"name":"photo-sensor-2","svg":{"outline":"","filled":null}},"photo-sensor-3":{"name":"photo-sensor-3","svg":{"outline":"","filled":null}},"photo-sensor":{"name":"photo-sensor","svg":{"outline":"","filled":null}},"photo-share":{"name":"photo-share","svg":{"outline":"","filled":null}},"photo-shield":{"name":"photo-shield","svg":{"outline":"","filled":null}},"photo-spark":{"name":"photo-spark","svg":{"outline":"","filled":null}},"photo-square-rounded":{"name":"photo-square-rounded","svg":{"outline":"","filled":null}},"photo-star":{"name":"photo-star","svg":{"outline":"","filled":null}},"photo-up":{"name":"photo-up","svg":{"outline":"","filled":null}},"photo-video":{"name":"photo-video","svg":{"outline":"","filled":null}},"photo-x":{"name":"photo-x","svg":{"outline":"","filled":null}},"photo":{"name":"photo","svg":{"outline":"","filled":""}},"physotherapist":{"name":"physotherapist","svg":{"outline":"","filled":null}},"piano":{"name":"piano","svg":{"outline":"","filled":null}},"pick":{"name":"pick","svg":{"outline":"","filled":null}},"picnic-table":{"name":"picnic-table","svg":{"outline":"","filled":null}},"picture-in-picture-off":{"name":"picture-in-picture-off","svg":{"outline":"","filled":null}},"picture-in-picture-on":{"name":"picture-in-picture-on","svg":{"outline":"","filled":null}},"picture-in-picture-top":{"name":"picture-in-picture-top","svg":{"outline":"","filled":""}},"picture-in-picture":{"name":"picture-in-picture","svg":{"outline":"","filled":""}},"pig-money":{"name":"pig-money","svg":{"outline":"","filled":null}},"pig-off":{"name":"pig-off","svg":{"outline":"","filled":null}},"pig":{"name":"pig","svg":{"outline":"","filled":null}},"pilcrow-left":{"name":"pilcrow-left","svg":{"outline":"","filled":null}},"pilcrow-right":{"name":"pilcrow-right","svg":{"outline":"","filled":null}},"pilcrow":{"name":"pilcrow","svg":{"outline":"","filled":null}},"pill-off":{"name":"pill-off","svg":{"outline":"","filled":null}},"pill":{"name":"pill","svg":{"outline":"","filled":""}},"pills":{"name":"pills","svg":{"outline":"","filled":null}},"pin-end":{"name":"pin-end","svg":{"outline":"","filled":null}},"pin-invoke":{"name":"pin-invoke","svg":{"outline":"","filled":null}},"pin":{"name":"pin","svg":{"outline":"","filled":""}},"ping-pong":{"name":"ping-pong","svg":{"outline":"","filled":null}},"pinned-off":{"name":"pinned-off","svg":{"outline":"","filled":null}},"pinned":{"name":"pinned","svg":{"outline":"","filled":""}},"pizza-off":{"name":"pizza-off","svg":{"outline":"","filled":null}},"pizza":{"name":"pizza","svg":{"outline":"","filled":""}},"placeholder":{"name":"placeholder","svg":{"outline":"","filled":null}},"plane-arrival":{"name":"plane-arrival","svg":{"outline":"","filled":null}},"plane-departure":{"name":"plane-departure","svg":{"outline":"","filled":null}},"plane-inflight":{"name":"plane-inflight","svg":{"outline":"","filled":null}},"plane-off":{"name":"plane-off","svg":{"outline":"","filled":null}},"plane-tilt":{"name":"plane-tilt","svg":{"outline":"","filled":null}},"plane":{"name":"plane","svg":{"outline":"","filled":null}},"planet-off":{"name":"planet-off","svg":{"outline":"","filled":null}},"planet":{"name":"planet","svg":{"outline":"","filled":null}},"plant-2-off":{"name":"plant-2-off","svg":{"outline":"","filled":null}},"plant-2":{"name":"plant-2","svg":{"outline":"","filled":null}},"plant-off":{"name":"plant-off","svg":{"outline":"","filled":null}},"plant":{"name":"plant","svg":{"outline":"","filled":null}},"play-basketball":{"name":"play-basketball","svg":{"outline":"","filled":null}},"play-card-off":{"name":"play-card-off","svg":{"outline":"","filled":null}},"play-card":{"name":"play-card","svg":{"outline":"","filled":null}},"play-football":{"name":"play-football","svg":{"outline":"","filled":null}},"play-handball":{"name":"play-handball","svg":{"outline":"","filled":null}},"play-volleyball":{"name":"play-volleyball","svg":{"outline":"","filled":null}},"player-eject":{"name":"player-eject","svg":{"outline":"","filled":""}},"player-pause":{"name":"player-pause","svg":{"outline":"","filled":""}},"player-play":{"name":"player-play","svg":{"outline":"","filled":""}},"player-record":{"name":"player-record","svg":{"outline":"","filled":""}},"player-skip-back":{"name":"player-skip-back","svg":{"outline":"","filled":""}},"player-skip-forward":{"name":"player-skip-forward","svg":{"outline":"","filled":""}},"player-stop":{"name":"player-stop","svg":{"outline":"","filled":""}},"player-track-next":{"name":"player-track-next","svg":{"outline":"","filled":""}},"player-track-prev":{"name":"player-track-prev","svg":{"outline":"","filled":""}},"playlist-add":{"name":"playlist-add","svg":{"outline":"","filled":null}},"playlist-off":{"name":"playlist-off","svg":{"outline":"","filled":null}},"playlist-x":{"name":"playlist-x","svg":{"outline":"","filled":null}},"playlist":{"name":"playlist","svg":{"outline":"","filled":null}},"playstation-circle":{"name":"playstation-circle","svg":{"outline":"","filled":null}},"playstation-square":{"name":"playstation-square","svg":{"outline":"","filled":null}},"playstation-triangle":{"name":"playstation-triangle","svg":{"outline":"","filled":null}},"playstation-x":{"name":"playstation-x","svg":{"outline":"","filled":null}},"plug-connected-x":{"name":"plug-connected-x","svg":{"outline":"","filled":null}},"plug-connected":{"name":"plug-connected","svg":{"outline":"","filled":null}},"plug-off":{"name":"plug-off","svg":{"outline":"","filled":null}},"plug-x":{"name":"plug-x","svg":{"outline":"","filled":null}},"plug":{"name":"plug","svg":{"outline":"","filled":null}},"plus-equal":{"name":"plus-equal","svg":{"outline":"","filled":null}},"plus-minus":{"name":"plus-minus","svg":{"outline":"","filled":null}},"plus":{"name":"plus","svg":{"outline":"","filled":null}},"png":{"name":"png","svg":{"outline":"","filled":null}},"podium-off":{"name":"podium-off","svg":{"outline":"","filled":null}},"podium":{"name":"podium","svg":{"outline":"","filled":null}},"point-off":{"name":"point-off","svg":{"outline":"","filled":null}},"point":{"name":"point","svg":{"outline":"","filled":""}},"pointer-bolt":{"name":"pointer-bolt","svg":{"outline":"","filled":null}},"pointer-cancel":{"name":"pointer-cancel","svg":{"outline":"","filled":null}},"pointer-check":{"name":"pointer-check","svg":{"outline":"","filled":null}},"pointer-code":{"name":"pointer-code","svg":{"outline":"","filled":null}},"pointer-cog":{"name":"pointer-cog","svg":{"outline":"","filled":null}},"pointer-dollar":{"name":"pointer-dollar","svg":{"outline":"","filled":null}},"pointer-down":{"name":"pointer-down","svg":{"outline":"","filled":null}},"pointer-exclamation":{"name":"pointer-exclamation","svg":{"outline":"","filled":null}},"pointer-heart":{"name":"pointer-heart","svg":{"outline":"","filled":null}},"pointer-minus":{"name":"pointer-minus","svg":{"outline":"","filled":null}},"pointer-off":{"name":"pointer-off","svg":{"outline":"","filled":null}},"pointer-pause":{"name":"pointer-pause","svg":{"outline":"","filled":null}},"pointer-pin":{"name":"pointer-pin","svg":{"outline":"","filled":null}},"pointer-plus":{"name":"pointer-plus","svg":{"outline":"","filled":null}},"pointer-question":{"name":"pointer-question","svg":{"outline":"","filled":null}},"pointer-search":{"name":"pointer-search","svg":{"outline":"","filled":null}},"pointer-share":{"name":"pointer-share","svg":{"outline":"","filled":null}},"pointer-star":{"name":"pointer-star","svg":{"outline":"","filled":null}},"pointer-up":{"name":"pointer-up","svg":{"outline":"","filled":null}},"pointer-x":{"name":"pointer-x","svg":{"outline":"","filled":null}},"pointer":{"name":"pointer","svg":{"outline":"","filled":""}},"pokeball-off":{"name":"pokeball-off","svg":{"outline":"","filled":null}},"pokeball":{"name":"pokeball","svg":{"outline":"","filled":null}},"poker-chip":{"name":"poker-chip","svg":{"outline":"","filled":null}},"polaroid":{"name":"polaroid","svg":{"outline":"","filled":""}},"polygon-off":{"name":"polygon-off","svg":{"outline":"","filled":null}},"polygon":{"name":"polygon","svg":{"outline":"","filled":null}},"poo":{"name":"poo","svg":{"outline":"","filled":""}},"pool-off":{"name":"pool-off","svg":{"outline":"","filled":null}},"pool":{"name":"pool","svg":{"outline":"","filled":null}},"power":{"name":"power","svg":{"outline":"","filled":null}},"pray":{"name":"pray","svg":{"outline":"","filled":null}},"premium-rights":{"name":"premium-rights","svg":{"outline":"","filled":null}},"prescription":{"name":"prescription","svg":{"outline":"","filled":null}},"presentation-analytics":{"name":"presentation-analytics","svg":{"outline":"","filled":""}},"presentation-off":{"name":"presentation-off","svg":{"outline":"","filled":null}},"presentation":{"name":"presentation","svg":{"outline":"","filled":""}},"printer-off":{"name":"printer-off","svg":{"outline":"","filled":null}},"printer":{"name":"printer","svg":{"outline":"","filled":null}},"prism-light":{"name":"prism-light","svg":{"outline":"","filled":null}},"prism-off":{"name":"prism-off","svg":{"outline":"","filled":null}},"prism-plus":{"name":"prism-plus","svg":{"outline":"","filled":null}},"prism":{"name":"prism","svg":{"outline":"","filled":null}},"prison":{"name":"prison","svg":{"outline":"","filled":null}},"progress-alert":{"name":"progress-alert","svg":{"outline":"","filled":null}},"progress-bolt":{"name":"progress-bolt","svg":{"outline":"","filled":null}},"progress-check":{"name":"progress-check","svg":{"outline":"","filled":null}},"progress-down":{"name":"progress-down","svg":{"outline":"","filled":null}},"progress-help":{"name":"progress-help","svg":{"outline":"","filled":null}},"progress-x":{"name":"progress-x","svg":{"outline":"","filled":null}},"progress":{"name":"progress","svg":{"outline":"","filled":null}},"prompt":{"name":"prompt","svg":{"outline":"","filled":null}},"prong":{"name":"prong","svg":{"outline":"","filled":null}},"propeller-off":{"name":"propeller-off","svg":{"outline":"","filled":null}},"propeller":{"name":"propeller","svg":{"outline":"","filled":null}},"protocol":{"name":"protocol","svg":{"outline":"","filled":null}},"pumpkin-scary":{"name":"pumpkin-scary","svg":{"outline":"","filled":null}},"puzzle-2":{"name":"puzzle-2","svg":{"outline":"","filled":null}},"puzzle-off":{"name":"puzzle-off","svg":{"outline":"","filled":null}},"puzzle":{"name":"puzzle","svg":{"outline":"","filled":""}},"pyramid-off":{"name":"pyramid-off","svg":{"outline":"","filled":null}},"pyramid-plus":{"name":"pyramid-plus","svg":{"outline":"","filled":null}},"pyramid":{"name":"pyramid","svg":{"outline":"","filled":null}},"qrcode-off":{"name":"qrcode-off","svg":{"outline":"","filled":null}},"qrcode":{"name":"qrcode","svg":{"outline":"","filled":null}},"question-mark":{"name":"question-mark","svg":{"outline":"","filled":null}},"quote-off":{"name":"quote-off","svg":{"outline":"","filled":null}},"quote":{"name":"quote","svg":{"outline":"","filled":null}},"quotes":{"name":"quotes","svg":{"outline":"","filled":null}},"radar-2":{"name":"radar-2","svg":{"outline":"","filled":null}},"radar-off":{"name":"radar-off","svg":{"outline":"","filled":null}},"radar":{"name":"radar","svg":{"outline":"","filled":""}},"radio-off":{"name":"radio-off","svg":{"outline":"","filled":null}},"radio":{"name":"radio","svg":{"outline":"","filled":null}},"radioactive-off":{"name":"radioactive-off","svg":{"outline":"","filled":null}},"radioactive":{"name":"radioactive","svg":{"outline":"","filled":""}},"radius-bottom-left":{"name":"radius-bottom-left","svg":{"outline":"","filled":null}},"radius-bottom-right":{"name":"radius-bottom-right","svg":{"outline":"","filled":null}},"radius-top-left":{"name":"radius-top-left","svg":{"outline":"","filled":null}},"radius-top-right":{"name":"radius-top-right","svg":{"outline":"","filled":null}},"rainbow-off":{"name":"rainbow-off","svg":{"outline":"","filled":null}},"rainbow":{"name":"rainbow","svg":{"outline":"","filled":null}},"rating-12-plus":{"name":"rating-12-plus","svg":{"outline":"","filled":null}},"rating-14-plus":{"name":"rating-14-plus","svg":{"outline":"","filled":null}},"rating-16-plus":{"name":"rating-16-plus","svg":{"outline":"","filled":null}},"rating-18-plus":{"name":"rating-18-plus","svg":{"outline":"","filled":null}},"rating-21-plus":{"name":"rating-21-plus","svg":{"outline":"","filled":null}},"razor-electric":{"name":"razor-electric","svg":{"outline":"","filled":null}},"razor":{"name":"razor","svg":{"outline":"","filled":null}},"receipt-2":{"name":"receipt-2","svg":{"outline":"","filled":null}},"receipt-bitcoin":{"name":"receipt-bitcoin","svg":{"outline":"","filled":null}},"receipt-dollar":{"name":"receipt-dollar","svg":{"outline":"","filled":null}},"receipt-euro":{"name":"receipt-euro","svg":{"outline":"","filled":null}},"receipt-off":{"name":"receipt-off","svg":{"outline":"","filled":null}},"receipt-pound":{"name":"receipt-pound","svg":{"outline":"","filled":null}},"receipt-refund":{"name":"receipt-refund","svg":{"outline":"","filled":null}},"receipt-rupee":{"name":"receipt-rupee","svg":{"outline":"","filled":null}},"receipt-tax":{"name":"receipt-tax","svg":{"outline":"","filled":null}},"receipt-yen":{"name":"receipt-yen","svg":{"outline":"","filled":null}},"receipt-yuan":{"name":"receipt-yuan","svg":{"outline":"","filled":null}},"receipt":{"name":"receipt","svg":{"outline":"","filled":""}},"recharging":{"name":"recharging","svg":{"outline":"","filled":null}},"record-mail-off":{"name":"record-mail-off","svg":{"outline":"","filled":null}},"record-mail":{"name":"record-mail","svg":{"outline":"","filled":null}},"rectangle-rounded-bottom":{"name":"rectangle-rounded-bottom","svg":{"outline":"","filled":null}},"rectangle-rounded-top":{"name":"rectangle-rounded-top","svg":{"outline":"","filled":null}},"rectangle-vertical":{"name":"rectangle-vertical","svg":{"outline":"","filled":""}},"rectangle":{"name":"rectangle","svg":{"outline":"","filled":""}},"rectangular-prism-off":{"name":"rectangular-prism-off","svg":{"outline":"","filled":null}},"rectangular-prism-plus":{"name":"rectangular-prism-plus","svg":{"outline":"","filled":null}},"rectangular-prism":{"name":"rectangular-prism","svg":{"outline":"","filled":null}},"recycle-off":{"name":"recycle-off","svg":{"outline":"","filled":null}},"recycle":{"name":"recycle","svg":{"outline":"","filled":null}},"refresh-alert":{"name":"refresh-alert","svg":{"outline":"","filled":null}},"refresh-dot":{"name":"refresh-dot","svg":{"outline":"","filled":null}},"refresh-off":{"name":"refresh-off","svg":{"outline":"","filled":null}},"refresh":{"name":"refresh","svg":{"outline":"","filled":null}},"regex-off":{"name":"regex-off","svg":{"outline":"","filled":null}},"regex":{"name":"regex","svg":{"outline":"","filled":null}},"registered":{"name":"registered","svg":{"outline":"","filled":null}},"relation-many-to-many":{"name":"relation-many-to-many","svg":{"outline":"","filled":""}},"relation-one-to-many":{"name":"relation-one-to-many","svg":{"outline":"","filled":""}},"relation-one-to-one":{"name":"relation-one-to-one","svg":{"outline":"","filled":""}},"reload":{"name":"reload","svg":{"outline":"","filled":null}},"reorder":{"name":"reorder","svg":{"outline":"","filled":null}},"repeat-off":{"name":"repeat-off","svg":{"outline":"","filled":null}},"repeat-once":{"name":"repeat-once","svg":{"outline":"","filled":null}},"repeat":{"name":"repeat","svg":{"outline":"","filled":null}},"replace-off":{"name":"replace-off","svg":{"outline":"","filled":null}},"replace":{"name":"replace","svg":{"outline":"","filled":""}},"report-analytics":{"name":"report-analytics","svg":{"outline":"","filled":null}},"report-medical":{"name":"report-medical","svg":{"outline":"","filled":null}},"report-money":{"name":"report-money","svg":{"outline":"","filled":null}},"report-off":{"name":"report-off","svg":{"outline":"","filled":null}},"report-search":{"name":"report-search","svg":{"outline":"","filled":null}},"report":{"name":"report","svg":{"outline":"","filled":null}},"reserved-line":{"name":"reserved-line","svg":{"outline":"","filled":null}},"resize":{"name":"resize","svg":{"outline":"","filled":null}},"restore":{"name":"restore","svg":{"outline":"","filled":null}},"rewind-backward-10":{"name":"rewind-backward-10","svg":{"outline":"","filled":null}},"rewind-backward-15":{"name":"rewind-backward-15","svg":{"outline":"","filled":null}},"rewind-backward-20":{"name":"rewind-backward-20","svg":{"outline":"","filled":null}},"rewind-backward-30":{"name":"rewind-backward-30","svg":{"outline":"","filled":null}},"rewind-backward-40":{"name":"rewind-backward-40","svg":{"outline":"","filled":null}},"rewind-backward-5":{"name":"rewind-backward-5","svg":{"outline":"","filled":null}},"rewind-backward-50":{"name":"rewind-backward-50","svg":{"outline":"","filled":null}},"rewind-backward-60":{"name":"rewind-backward-60","svg":{"outline":"","filled":null}},"rewind-forward-10":{"name":"rewind-forward-10","svg":{"outline":"","filled":null}},"rewind-forward-15":{"name":"rewind-forward-15","svg":{"outline":"","filled":null}},"rewind-forward-20":{"name":"rewind-forward-20","svg":{"outline":"","filled":null}},"rewind-forward-30":{"name":"rewind-forward-30","svg":{"outline":"","filled":null}},"rewind-forward-40":{"name":"rewind-forward-40","svg":{"outline":"","filled":null}},"rewind-forward-5":{"name":"rewind-forward-5","svg":{"outline":"","filled":null}},"rewind-forward-50":{"name":"rewind-forward-50","svg":{"outline":"","filled":null}},"rewind-forward-60":{"name":"rewind-forward-60","svg":{"outline":"","filled":null}},"ribbon-health":{"name":"ribbon-health","svg":{"outline":"","filled":null}},"rings":{"name":"rings","svg":{"outline":"","filled":null}},"ripple-off":{"name":"ripple-off","svg":{"outline":"","filled":null}},"ripple":{"name":"ripple","svg":{"outline":"","filled":null}},"road-off":{"name":"road-off","svg":{"outline":"","filled":null}},"road-sign":{"name":"road-sign","svg":{"outline":"","filled":null}},"road":{"name":"road","svg":{"outline":"","filled":null}},"robot-face":{"name":"robot-face","svg":{"outline":"","filled":null}},"robot-off":{"name":"robot-off","svg":{"outline":"","filled":null}},"robot":{"name":"robot","svg":{"outline":"","filled":null}},"rocket-off":{"name":"rocket-off","svg":{"outline":"","filled":null}},"rocket":{"name":"rocket","svg":{"outline":"","filled":null}},"roller-skating":{"name":"roller-skating","svg":{"outline":"","filled":null}},"rollercoaster-off":{"name":"rollercoaster-off","svg":{"outline":"","filled":null}},"rollercoaster":{"name":"rollercoaster","svg":{"outline":"","filled":null}},"rosette-discount-check-off":{"name":"rosette-discount-check-off","svg":{"outline":"","filled":null}},"rosette-discount-check":{"name":"rosette-discount-check","svg":{"outline":"","filled":""}},"rosette-discount-off":{"name":"rosette-discount-off","svg":{"outline":"","filled":null}},"rosette-discount":{"name":"rosette-discount","svg":{"outline":"","filled":""}},"rosette-number-0":{"name":"rosette-number-0","svg":{"outline":"","filled":null}},"rosette-number-1":{"name":"rosette-number-1","svg":{"outline":"","filled":null}},"rosette-number-2":{"name":"rosette-number-2","svg":{"outline":"","filled":null}},"rosette-number-3":{"name":"rosette-number-3","svg":{"outline":"","filled":null}},"rosette-number-4":{"name":"rosette-number-4","svg":{"outline":"","filled":null}},"rosette-number-5":{"name":"rosette-number-5","svg":{"outline":"","filled":null}},"rosette-number-6":{"name":"rosette-number-6","svg":{"outline":"","filled":null}},"rosette-number-7":{"name":"rosette-number-7","svg":{"outline":"","filled":null}},"rosette-number-8":{"name":"rosette-number-8","svg":{"outline":"","filled":null}},"rosette-number-9":{"name":"rosette-number-9","svg":{"outline":"","filled":null}},"rosette":{"name":"rosette","svg":{"outline":"","filled":""}},"rotate-2":{"name":"rotate-2","svg":{"outline":"","filled":null}},"rotate-360":{"name":"rotate-360","svg":{"outline":"","filled":null}},"rotate-3d":{"name":"rotate-3d","svg":{"outline":"","filled":null}},"rotate-clockwise-2":{"name":"rotate-clockwise-2","svg":{"outline":"","filled":null}},"rotate-clockwise":{"name":"rotate-clockwise","svg":{"outline":"","filled":null}},"rotate-dot":{"name":"rotate-dot","svg":{"outline":"","filled":null}},"rotate-rectangle":{"name":"rotate-rectangle","svg":{"outline":"","filled":null}},"rotate":{"name":"rotate","svg":{"outline":"","filled":null}},"route-2":{"name":"route-2","svg":{"outline":"","filled":null}},"route-alt-left":{"name":"route-alt-left","svg":{"outline":"","filled":null}},"route-alt-right":{"name":"route-alt-right","svg":{"outline":"","filled":null}},"route-off":{"name":"route-off","svg":{"outline":"","filled":null}},"route-scan":{"name":"route-scan","svg":{"outline":"","filled":null}},"route-square-2":{"name":"route-square-2","svg":{"outline":"","filled":null}},"route-square":{"name":"route-square","svg":{"outline":"","filled":null}},"route-x-2":{"name":"route-x-2","svg":{"outline":"","filled":null}},"route-x":{"name":"route-x","svg":{"outline":"","filled":null}},"route":{"name":"route","svg":{"outline":"","filled":null}},"router-off":{"name":"router-off","svg":{"outline":"","filled":null}},"router":{"name":"router","svg":{"outline":"","filled":null}},"row-insert-bottom":{"name":"row-insert-bottom","svg":{"outline":"","filled":null}},"row-insert-top":{"name":"row-insert-top","svg":{"outline":"","filled":null}},"row-remove":{"name":"row-remove","svg":{"outline":"","filled":null}},"rss":{"name":"rss","svg":{"outline":"","filled":null}},"rubber-stamp-off":{"name":"rubber-stamp-off","svg":{"outline":"","filled":null}},"rubber-stamp":{"name":"rubber-stamp","svg":{"outline":"","filled":null}},"ruler-2-off":{"name":"ruler-2-off","svg":{"outline":"","filled":null}},"ruler-2":{"name":"ruler-2","svg":{"outline":"","filled":null}},"ruler-3":{"name":"ruler-3","svg":{"outline":"","filled":null}},"ruler-measure-2":{"name":"ruler-measure-2","svg":{"outline":"","filled":null}},"ruler-measure":{"name":"ruler-measure","svg":{"outline":"","filled":null}},"ruler-off":{"name":"ruler-off","svg":{"outline":"","filled":null}},"ruler":{"name":"ruler","svg":{"outline":"","filled":null}},"run":{"name":"run","svg":{"outline":"","filled":null}},"rv-truck":{"name":"rv-truck","svg":{"outline":"","filled":null}},"s-turn-down":{"name":"s-turn-down","svg":{"outline":"","filled":null}},"s-turn-left":{"name":"s-turn-left","svg":{"outline":"","filled":null}},"s-turn-right":{"name":"s-turn-right","svg":{"outline":"","filled":null}},"s-turn-up":{"name":"s-turn-up","svg":{"outline":"","filled":null}},"sailboat-2":{"name":"sailboat-2","svg":{"outline":"","filled":null}},"sailboat-off":{"name":"sailboat-off","svg":{"outline":"","filled":null}},"sailboat":{"name":"sailboat","svg":{"outline":"","filled":null}},"salad":{"name":"salad","svg":{"outline":"","filled":""}},"salt":{"name":"salt","svg":{"outline":"","filled":null}},"sandbox":{"name":"sandbox","svg":{"outline":"","filled":null}},"satellite-off":{"name":"satellite-off","svg":{"outline":"","filled":null}},"satellite":{"name":"satellite","svg":{"outline":"","filled":null}},"sausage":{"name":"sausage","svg":{"outline":"","filled":null}},"scale-off":{"name":"scale-off","svg":{"outline":"","filled":null}},"scale-outline-off":{"name":"scale-outline-off","svg":{"outline":"","filled":null}},"scale-outline":{"name":"scale-outline","svg":{"outline":"","filled":null}},"scale":{"name":"scale","svg":{"outline":"","filled":null}},"scan-eye":{"name":"scan-eye","svg":{"outline":"","filled":null}},"scan-position":{"name":"scan-position","svg":{"outline":"","filled":null}},"scan":{"name":"scan","svg":{"outline":"","filled":null}},"schema-off":{"name":"schema-off","svg":{"outline":"","filled":null}},"schema":{"name":"schema","svg":{"outline":"","filled":null}},"school-bell":{"name":"school-bell","svg":{"outline":"","filled":null}},"school-off":{"name":"school-off","svg":{"outline":"","filled":null}},"school":{"name":"school","svg":{"outline":"","filled":null}},"scissors-off":{"name":"scissors-off","svg":{"outline":"","filled":null}},"scissors":{"name":"scissors","svg":{"outline":"","filled":null}},"scooter-electric":{"name":"scooter-electric","svg":{"outline":"","filled":null}},"scooter":{"name":"scooter","svg":{"outline":"","filled":null}},"scoreboard":{"name":"scoreboard","svg":{"outline":"","filled":null}},"screen-share-off":{"name":"screen-share-off","svg":{"outline":"","filled":null}},"screen-share":{"name":"screen-share","svg":{"outline":"","filled":null}},"screenshot":{"name":"screenshot","svg":{"outline":"","filled":null}},"scribble-off":{"name":"scribble-off","svg":{"outline":"","filled":null}},"scribble":{"name":"scribble","svg":{"outline":"","filled":null}},"script-minus":{"name":"script-minus","svg":{"outline":"","filled":null}},"script-plus":{"name":"script-plus","svg":{"outline":"","filled":null}},"script-x":{"name":"script-x","svg":{"outline":"","filled":null}},"script":{"name":"script","svg":{"outline":"","filled":null}},"scuba-diving-tank":{"name":"scuba-diving-tank","svg":{"outline":"","filled":""}},"scuba-diving":{"name":"scuba-diving","svg":{"outline":"","filled":null}},"scuba-mask-off":{"name":"scuba-mask-off","svg":{"outline":"","filled":null}},"scuba-mask":{"name":"scuba-mask","svg":{"outline":"","filled":null}},"sdk":{"name":"sdk","svg":{"outline":"","filled":null}},"search-off":{"name":"search-off","svg":{"outline":"","filled":null}},"search":{"name":"search","svg":{"outline":"","filled":null}},"section-sign":{"name":"section-sign","svg":{"outline":"","filled":null}},"section":{"name":"section","svg":{"outline":"","filled":""}},"seeding-off":{"name":"seeding-off","svg":{"outline":"","filled":null}},"seeding":{"name":"seeding","svg":{"outline":"","filled":""}},"select-all":{"name":"select-all","svg":{"outline":"","filled":null}},"select":{"name":"select","svg":{"outline":"","filled":null}},"selector":{"name":"selector","svg":{"outline":"","filled":null}},"send-2":{"name":"send-2","svg":{"outline":"","filled":null}},"send-off":{"name":"send-off","svg":{"outline":"","filled":null}},"send":{"name":"send","svg":{"outline":"","filled":null}},"seo":{"name":"seo","svg":{"outline":"","filled":null}},"separator-horizontal":{"name":"separator-horizontal","svg":{"outline":"","filled":null}},"separator-vertical":{"name":"separator-vertical","svg":{"outline":"","filled":null}},"separator":{"name":"separator","svg":{"outline":"","filled":null}},"server-2":{"name":"server-2","svg":{"outline":"","filled":null}},"server-bolt":{"name":"server-bolt","svg":{"outline":"","filled":null}},"server-cog":{"name":"server-cog","svg":{"outline":"","filled":null}},"server-off":{"name":"server-off","svg":{"outline":"","filled":null}},"server-spark":{"name":"server-spark","svg":{"outline":"","filled":null}},"server":{"name":"server","svg":{"outline":"","filled":null}},"servicemark":{"name":"servicemark","svg":{"outline":"","filled":null}},"settings-2":{"name":"settings-2","svg":{"outline":"","filled":null}},"settings-automation":{"name":"settings-automation","svg":{"outline":"","filled":null}},"settings-bolt":{"name":"settings-bolt","svg":{"outline":"","filled":null}},"settings-cancel":{"name":"settings-cancel","svg":{"outline":"","filled":null}},"settings-check":{"name":"settings-check","svg":{"outline":"","filled":null}},"settings-code":{"name":"settings-code","svg":{"outline":"","filled":null}},"settings-cog":{"name":"settings-cog","svg":{"outline":"","filled":null}},"settings-dollar":{"name":"settings-dollar","svg":{"outline":"","filled":null}},"settings-down":{"name":"settings-down","svg":{"outline":"","filled":null}},"settings-exclamation":{"name":"settings-exclamation","svg":{"outline":"","filled":null}},"settings-heart":{"name":"settings-heart","svg":{"outline":"","filled":null}},"settings-minus":{"name":"settings-minus","svg":{"outline":"","filled":null}},"settings-off":{"name":"settings-off","svg":{"outline":"","filled":null}},"settings-pause":{"name":"settings-pause","svg":{"outline":"","filled":null}},"settings-pin":{"name":"settings-pin","svg":{"outline":"","filled":null}},"settings-plus":{"name":"settings-plus","svg":{"outline":"","filled":null}},"settings-question":{"name":"settings-question","svg":{"outline":"","filled":null}},"settings-search":{"name":"settings-search","svg":{"outline":"","filled":null}},"settings-share":{"name":"settings-share","svg":{"outline":"","filled":null}},"settings-spark":{"name":"settings-spark","svg":{"outline":"","filled":null}},"settings-star":{"name":"settings-star","svg":{"outline":"","filled":null}},"settings-up":{"name":"settings-up","svg":{"outline":"","filled":null}},"settings-x":{"name":"settings-x","svg":{"outline":"","filled":null}},"settings":{"name":"settings","svg":{"outline":"","filled":""}},"shadow-off":{"name":"shadow-off","svg":{"outline":"","filled":null}},"shadow":{"name":"shadow","svg":{"outline":"","filled":null}},"shape-2":{"name":"shape-2","svg":{"outline":"","filled":null}},"shape-3":{"name":"shape-3","svg":{"outline":"","filled":null}},"shape-off":{"name":"shape-off","svg":{"outline":"","filled":null}},"shape":{"name":"shape","svg":{"outline":"","filled":null}},"share-2":{"name":"share-2","svg":{"outline":"","filled":null}},"share-3":{"name":"share-3","svg":{"outline":"","filled":null}},"share-off":{"name":"share-off","svg":{"outline":"","filled":null}},"share":{"name":"share","svg":{"outline":"","filled":null}},"shareplay":{"name":"shareplay","svg":{"outline":"","filled":null}},"shield-bolt":{"name":"shield-bolt","svg":{"outline":"","filled":null}},"shield-cancel":{"name":"shield-cancel","svg":{"outline":"","filled":null}},"shield-check":{"name":"shield-check","svg":{"outline":"","filled":""}},"shield-checkered":{"name":"shield-checkered","svg":{"outline":"","filled":""}},"shield-chevron":{"name":"shield-chevron","svg":{"outline":"","filled":null}},"shield-code":{"name":"shield-code","svg":{"outline":"","filled":null}},"shield-cog":{"name":"shield-cog","svg":{"outline":"","filled":null}},"shield-dollar":{"name":"shield-dollar","svg":{"outline":"","filled":null}},"shield-down":{"name":"shield-down","svg":{"outline":"","filled":null}},"shield-exclamation":{"name":"shield-exclamation","svg":{"outline":"","filled":null}},"shield-half":{"name":"shield-half","svg":{"outline":"","filled":""}},"shield-heart":{"name":"shield-heart","svg":{"outline":"","filled":null}},"shield-lock":{"name":"shield-lock","svg":{"outline":"","filled":""}},"shield-minus":{"name":"shield-minus","svg":{"outline":"","filled":null}},"shield-off":{"name":"shield-off","svg":{"outline":"","filled":null}},"shield-pause":{"name":"shield-pause","svg":{"outline":"","filled":null}},"shield-pin":{"name":"shield-pin","svg":{"outline":"","filled":null}},"shield-plus":{"name":"shield-plus","svg":{"outline":"","filled":null}},"shield-question":{"name":"shield-question","svg":{"outline":"","filled":null}},"shield-search":{"name":"shield-search","svg":{"outline":"","filled":null}},"shield-share":{"name":"shield-share","svg":{"outline":"","filled":null}},"shield-star":{"name":"shield-star","svg":{"outline":"","filled":null}},"shield-up":{"name":"shield-up","svg":{"outline":"","filled":null}},"shield-x":{"name":"shield-x","svg":{"outline":"","filled":null}},"shield":{"name":"shield","svg":{"outline":"","filled":""}},"ship-off":{"name":"ship-off","svg":{"outline":"","filled":null}},"ship":{"name":"ship","svg":{"outline":"","filled":null}},"shirt-off":{"name":"shirt-off","svg":{"outline":"","filled":null}},"shirt-sport":{"name":"shirt-sport","svg":{"outline":"","filled":null}},"shirt":{"name":"shirt","svg":{"outline":"","filled":""}},"shoe-off":{"name":"shoe-off","svg":{"outline":"","filled":null}},"shoe":{"name":"shoe","svg":{"outline":"","filled":null}},"shopping-bag-check":{"name":"shopping-bag-check","svg":{"outline":"","filled":null}},"shopping-bag-discount":{"name":"shopping-bag-discount","svg":{"outline":"","filled":null}},"shopping-bag-edit":{"name":"shopping-bag-edit","svg":{"outline":"","filled":null}},"shopping-bag-exclamation":{"name":"shopping-bag-exclamation","svg":{"outline":"","filled":null}},"shopping-bag-heart":{"name":"shopping-bag-heart","svg":{"outline":"","filled":null}},"shopping-bag-minus":{"name":"shopping-bag-minus","svg":{"outline":"","filled":null}},"shopping-bag-plus":{"name":"shopping-bag-plus","svg":{"outline":"","filled":null}},"shopping-bag-search":{"name":"shopping-bag-search","svg":{"outline":"","filled":null}},"shopping-bag-x":{"name":"shopping-bag-x","svg":{"outline":"","filled":null}},"shopping-bag":{"name":"shopping-bag","svg":{"outline":"","filled":null}},"shopping-cart-bolt":{"name":"shopping-cart-bolt","svg":{"outline":"","filled":null}},"shopping-cart-cancel":{"name":"shopping-cart-cancel","svg":{"outline":"","filled":null}},"shopping-cart-check":{"name":"shopping-cart-check","svg":{"outline":"","filled":null}},"shopping-cart-code":{"name":"shopping-cart-code","svg":{"outline":"","filled":null}},"shopping-cart-cog":{"name":"shopping-cart-cog","svg":{"outline":"","filled":null}},"shopping-cart-copy":{"name":"shopping-cart-copy","svg":{"outline":"","filled":null}},"shopping-cart-discount":{"name":"shopping-cart-discount","svg":{"outline":"","filled":null}},"shopping-cart-dollar":{"name":"shopping-cart-dollar","svg":{"outline":"","filled":null}},"shopping-cart-down":{"name":"shopping-cart-down","svg":{"outline":"","filled":null}},"shopping-cart-exclamation":{"name":"shopping-cart-exclamation","svg":{"outline":"","filled":null}},"shopping-cart-heart":{"name":"shopping-cart-heart","svg":{"outline":"","filled":null}},"shopping-cart-minus":{"name":"shopping-cart-minus","svg":{"outline":"","filled":null}},"shopping-cart-off":{"name":"shopping-cart-off","svg":{"outline":"","filled":null}},"shopping-cart-pause":{"name":"shopping-cart-pause","svg":{"outline":"","filled":null}},"shopping-cart-pin":{"name":"shopping-cart-pin","svg":{"outline":"","filled":null}},"shopping-cart-plus":{"name":"shopping-cart-plus","svg":{"outline":"","filled":null}},"shopping-cart-question":{"name":"shopping-cart-question","svg":{"outline":"","filled":null}},"shopping-cart-search":{"name":"shopping-cart-search","svg":{"outline":"","filled":null}},"shopping-cart-share":{"name":"shopping-cart-share","svg":{"outline":"","filled":null}},"shopping-cart-star":{"name":"shopping-cart-star","svg":{"outline":"","filled":null}},"shopping-cart-up":{"name":"shopping-cart-up","svg":{"outline":"","filled":null}},"shopping-cart-x":{"name":"shopping-cart-x","svg":{"outline":"","filled":null}},"shopping-cart":{"name":"shopping-cart","svg":{"outline":"","filled":""}},"shovel-pitchforks":{"name":"shovel-pitchforks","svg":{"outline":"","filled":null}},"shovel":{"name":"shovel","svg":{"outline":"","filled":null}},"shredder":{"name":"shredder","svg":{"outline":"","filled":null}},"sign-left":{"name":"sign-left","svg":{"outline":"","filled":""}},"sign-right":{"name":"sign-right","svg":{"outline":"","filled":""}},"signal-2g":{"name":"signal-2g","svg":{"outline":"","filled":null}},"signal-3g":{"name":"signal-3g","svg":{"outline":"","filled":null}},"signal-4g-plus":{"name":"signal-4g-plus","svg":{"outline":"","filled":null}},"signal-4g":{"name":"signal-4g","svg":{"outline":"","filled":null}},"signal-5g":{"name":"signal-5g","svg":{"outline":"","filled":null}},"signal-6g":{"name":"signal-6g","svg":{"outline":"","filled":null}},"signal-e":{"name":"signal-e","svg":{"outline":"","filled":null}},"signal-g":{"name":"signal-g","svg":{"outline":"","filled":null}},"signal-h-plus":{"name":"signal-h-plus","svg":{"outline":"","filled":null}},"signal-h":{"name":"signal-h","svg":{"outline":"","filled":null}},"signal-lte":{"name":"signal-lte","svg":{"outline":"","filled":null}},"signature-off":{"name":"signature-off","svg":{"outline":"","filled":null}},"signature":{"name":"signature","svg":{"outline":"","filled":null}},"sitemap-off":{"name":"sitemap-off","svg":{"outline":"","filled":null}},"sitemap":{"name":"sitemap","svg":{"outline":"","filled":null}},"skateboard-off":{"name":"skateboard-off","svg":{"outline":"","filled":null}},"skateboard":{"name":"skateboard","svg":{"outline":"","filled":null}},"skateboarding":{"name":"skateboarding","svg":{"outline":"","filled":null}},"skew-x":{"name":"skew-x","svg":{"outline":"","filled":null}},"skew-y":{"name":"skew-y","svg":{"outline":"","filled":null}},"ski-jumping":{"name":"ski-jumping","svg":{"outline":"","filled":null}},"skull":{"name":"skull","svg":{"outline":"","filled":null}},"slash":{"name":"slash","svg":{"outline":"","filled":null}},"slashes":{"name":"slashes","svg":{"outline":"","filled":null}},"sleigh":{"name":"sleigh","svg":{"outline":"","filled":null}},"slice":{"name":"slice","svg":{"outline":"","filled":null}},"slideshow":{"name":"slideshow","svg":{"outline":"","filled":null}},"smart-home-off":{"name":"smart-home-off","svg":{"outline":"","filled":null}},"smart-home":{"name":"smart-home","svg":{"outline":"","filled":null}},"smoking-no":{"name":"smoking-no","svg":{"outline":"","filled":null}},"smoking":{"name":"smoking","svg":{"outline":"","filled":null}},"snowboarding":{"name":"snowboarding","svg":{"outline":"","filled":null}},"snowflake-off":{"name":"snowflake-off","svg":{"outline":"","filled":null}},"snowflake":{"name":"snowflake","svg":{"outline":"","filled":null}},"snowman":{"name":"snowman","svg":{"outline":"","filled":null}},"soccer-field":{"name":"soccer-field","svg":{"outline":"","filled":null}},"social-off":{"name":"social-off","svg":{"outline":"","filled":null}},"social":{"name":"social","svg":{"outline":"","filled":null}},"sock":{"name":"sock","svg":{"outline":"","filled":null}},"sofa-off":{"name":"sofa-off","svg":{"outline":"","filled":null}},"sofa":{"name":"sofa","svg":{"outline":"","filled":null}},"solar-electricity":{"name":"solar-electricity","svg":{"outline":"","filled":null}},"solar-panel-2":{"name":"solar-panel-2","svg":{"outline":"","filled":null}},"solar-panel":{"name":"solar-panel","svg":{"outline":"","filled":null}},"sort-0-9":{"name":"sort-0-9","svg":{"outline":"","filled":null}},"sort-9-0":{"name":"sort-9-0","svg":{"outline":"","filled":null}},"sort-a-z":{"name":"sort-a-z","svg":{"outline":"","filled":null}},"sort-ascending-2":{"name":"sort-ascending-2","svg":{"outline":"","filled":""}},"sort-ascending-letters":{"name":"sort-ascending-letters","svg":{"outline":"","filled":null}},"sort-ascending-numbers":{"name":"sort-ascending-numbers","svg":{"outline":"","filled":null}},"sort-ascending-shapes":{"name":"sort-ascending-shapes","svg":{"outline":"","filled":""}},"sort-ascending-small-big":{"name":"sort-ascending-small-big","svg":{"outline":"","filled":null}},"sort-ascending":{"name":"sort-ascending","svg":{"outline":"","filled":null}},"sort-descending-2":{"name":"sort-descending-2","svg":{"outline":"","filled":""}},"sort-descending-letters":{"name":"sort-descending-letters","svg":{"outline":"","filled":null}},"sort-descending-numbers":{"name":"sort-descending-numbers","svg":{"outline":"","filled":null}},"sort-descending-shapes":{"name":"sort-descending-shapes","svg":{"outline":"","filled":""}},"sort-descending-small-big":{"name":"sort-descending-small-big","svg":{"outline":"","filled":null}},"sort-descending":{"name":"sort-descending","svg":{"outline":"","filled":null}},"sort-z-a":{"name":"sort-z-a","svg":{"outline":"","filled":null}},"sos":{"name":"sos","svg":{"outline":"","filled":null}},"soup-off":{"name":"soup-off","svg":{"outline":"","filled":null}},"soup":{"name":"soup","svg":{"outline":"","filled":""}},"source-code":{"name":"source-code","svg":{"outline":"","filled":null}},"space-off":{"name":"space-off","svg":{"outline":"","filled":null}},"space":{"name":"space","svg":{"outline":"","filled":null}},"spaces":{"name":"spaces","svg":{"outline":"","filled":null}},"spacing-horizontal":{"name":"spacing-horizontal","svg":{"outline":"","filled":null}},"spacing-vertical":{"name":"spacing-vertical","svg":{"outline":"","filled":null}},"spade":{"name":"spade","svg":{"outline":"","filled":""}},"sparkles":{"name":"sparkles","svg":{"outline":"","filled":null}},"speakerphone":{"name":"speakerphone","svg":{"outline":"","filled":null}},"speedboat":{"name":"speedboat","svg":{"outline":"","filled":null}},"sphere-off":{"name":"sphere-off","svg":{"outline":"","filled":null}},"sphere-plus":{"name":"sphere-plus","svg":{"outline":"","filled":null}},"sphere":{"name":"sphere","svg":{"outline":"","filled":null}},"spider":{"name":"spider","svg":{"outline":"","filled":null}},"spiral-off":{"name":"spiral-off","svg":{"outline":"","filled":null}},"spiral":{"name":"spiral","svg":{"outline":"","filled":null}},"sport-billard":{"name":"sport-billard","svg":{"outline":"","filled":null}},"spray":{"name":"spray","svg":{"outline":"","filled":null}},"spy-off":{"name":"spy-off","svg":{"outline":"","filled":null}},"spy":{"name":"spy","svg":{"outline":"","filled":null}},"sql":{"name":"sql","svg":{"outline":"","filled":null}},"square-arrow-down":{"name":"square-arrow-down","svg":{"outline":"","filled":""}},"square-arrow-left":{"name":"square-arrow-left","svg":{"outline":"","filled":""}},"square-arrow-right":{"name":"square-arrow-right","svg":{"outline":"","filled":""}},"square-arrow-up":{"name":"square-arrow-up","svg":{"outline":"","filled":""}},"square-asterisk":{"name":"square-asterisk","svg":{"outline":"","filled":""}},"square-check":{"name":"square-check","svg":{"outline":"","filled":""}},"square-chevron-down":{"name":"square-chevron-down","svg":{"outline":"","filled":""}},"square-chevron-left":{"name":"square-chevron-left","svg":{"outline":"","filled":""}},"square-chevron-right":{"name":"square-chevron-right","svg":{"outline":"","filled":""}},"square-chevron-up":{"name":"square-chevron-up","svg":{"outline":"","filled":""}},"square-chevrons-down":{"name":"square-chevrons-down","svg":{"outline":"","filled":""}},"square-chevrons-left":{"name":"square-chevrons-left","svg":{"outline":"","filled":""}},"square-chevrons-right":{"name":"square-chevrons-right","svg":{"outline":"","filled":""}},"square-chevrons-up":{"name":"square-chevrons-up","svg":{"outline":"","filled":""}},"square-dot":{"name":"square-dot","svg":{"outline":"","filled":""}},"square-f0":{"name":"square-f0","svg":{"outline":"","filled":""}},"square-f1":{"name":"square-f1","svg":{"outline":"","filled":""}},"square-f2":{"name":"square-f2","svg":{"outline":"","filled":""}},"square-f3":{"name":"square-f3","svg":{"outline":"","filled":""}},"square-f4":{"name":"square-f4","svg":{"outline":"","filled":""}},"square-f5":{"name":"square-f5","svg":{"outline":"","filled":""}},"square-f6":{"name":"square-f6","svg":{"outline":"","filled":""}},"square-f7":{"name":"square-f7","svg":{"outline":"","filled":""}},"square-f8":{"name":"square-f8","svg":{"outline":"","filled":""}},"square-f9":{"name":"square-f9","svg":{"outline":"","filled":""}},"square-forbid-2":{"name":"square-forbid-2","svg":{"outline":"","filled":null}},"square-forbid":{"name":"square-forbid","svg":{"outline":"","filled":null}},"square-half":{"name":"square-half","svg":{"outline":"","filled":null}},"square-key":{"name":"square-key","svg":{"outline":"","filled":null}},"square-letter-a":{"name":"square-letter-a","svg":{"outline":"","filled":""}},"square-letter-b":{"name":"square-letter-b","svg":{"outline":"","filled":""}},"square-letter-c":{"name":"square-letter-c","svg":{"outline":"","filled":""}},"square-letter-d":{"name":"square-letter-d","svg":{"outline":"","filled":""}},"square-letter-e":{"name":"square-letter-e","svg":{"outline":"","filled":""}},"square-letter-f":{"name":"square-letter-f","svg":{"outline":"","filled":""}},"square-letter-g":{"name":"square-letter-g","svg":{"outline":"","filled":""}},"square-letter-h":{"name":"square-letter-h","svg":{"outline":"","filled":""}},"square-letter-i":{"name":"square-letter-i","svg":{"outline":"","filled":""}},"square-letter-j":{"name":"square-letter-j","svg":{"outline":"","filled":""}},"square-letter-k":{"name":"square-letter-k","svg":{"outline":"","filled":""}},"square-letter-l":{"name":"square-letter-l","svg":{"outline":"","filled":""}},"square-letter-m":{"name":"square-letter-m","svg":{"outline":"","filled":""}},"square-letter-n":{"name":"square-letter-n","svg":{"outline":"","filled":""}},"square-letter-o":{"name":"square-letter-o","svg":{"outline":"","filled":""}},"square-letter-p":{"name":"square-letter-p","svg":{"outline":"","filled":""}},"square-letter-q":{"name":"square-letter-q","svg":{"outline":"","filled":""}},"square-letter-r":{"name":"square-letter-r","svg":{"outline":"","filled":""}},"square-letter-s":{"name":"square-letter-s","svg":{"outline":"","filled":""}},"square-letter-t":{"name":"square-letter-t","svg":{"outline":"","filled":""}},"square-letter-u":{"name":"square-letter-u","svg":{"outline":"","filled":""}},"square-letter-v":{"name":"square-letter-v","svg":{"outline":"","filled":""}},"square-letter-w":{"name":"square-letter-w","svg":{"outline":"","filled":""}},"square-letter-x":{"name":"square-letter-x","svg":{"outline":"","filled":""}},"square-letter-y":{"name":"square-letter-y","svg":{"outline":"","filled":""}},"square-letter-z":{"name":"square-letter-z","svg":{"outline":"","filled":""}},"square-minus":{"name":"square-minus","svg":{"outline":"","filled":""}},"square-number-0":{"name":"square-number-0","svg":{"outline":"","filled":""}},"square-number-1":{"name":"square-number-1","svg":{"outline":"","filled":""}},"square-number-2":{"name":"square-number-2","svg":{"outline":"","filled":""}},"square-number-3":{"name":"square-number-3","svg":{"outline":"","filled":""}},"square-number-4":{"name":"square-number-4","svg":{"outline":"","filled":""}},"square-number-5":{"name":"square-number-5","svg":{"outline":"","filled":""}},"square-number-6":{"name":"square-number-6","svg":{"outline":"","filled":""}},"square-number-7":{"name":"square-number-7","svg":{"outline":"","filled":""}},"square-number-8":{"name":"square-number-8","svg":{"outline":"","filled":""}},"square-number-9":{"name":"square-number-9","svg":{"outline":"","filled":""}},"square-off":{"name":"square-off","svg":{"outline":"","filled":null}},"square-percentage":{"name":"square-percentage","svg":{"outline":"","filled":null}},"square-plus-2":{"name":"square-plus-2","svg":{"outline":"","filled":null}},"square-plus":{"name":"square-plus","svg":{"outline":"","filled":null}},"square-root-2":{"name":"square-root-2","svg":{"outline":"","filled":null}},"square-root":{"name":"square-root","svg":{"outline":"","filled":null}},"square-rotated-forbid-2":{"name":"square-rotated-forbid-2","svg":{"outline":"","filled":null}},"square-rotated-forbid":{"name":"square-rotated-forbid","svg":{"outline":"","filled":null}},"square-rotated-off":{"name":"square-rotated-off","svg":{"outline":"","filled":null}},"square-rotated":{"name":"square-rotated","svg":{"outline":"","filled":""}},"square-rounded-arrow-down":{"name":"square-rounded-arrow-down","svg":{"outline":"","filled":""}},"square-rounded-arrow-left":{"name":"square-rounded-arrow-left","svg":{"outline":"","filled":""}},"square-rounded-arrow-right":{"name":"square-rounded-arrow-right","svg":{"outline":"","filled":""}},"square-rounded-arrow-up":{"name":"square-rounded-arrow-up","svg":{"outline":"","filled":""}},"square-rounded-check":{"name":"square-rounded-check","svg":{"outline":"","filled":""}},"square-rounded-chevron-down":{"name":"square-rounded-chevron-down","svg":{"outline":"","filled":""}},"square-rounded-chevron-left":{"name":"square-rounded-chevron-left","svg":{"outline":"","filled":""}},"square-rounded-chevron-right":{"name":"square-rounded-chevron-right","svg":{"outline":"","filled":""}},"square-rounded-chevron-up":{"name":"square-rounded-chevron-up","svg":{"outline":"","filled":""}},"square-rounded-chevrons-down":{"name":"square-rounded-chevrons-down","svg":{"outline":"","filled":""}},"square-rounded-chevrons-left":{"name":"square-rounded-chevrons-left","svg":{"outline":"","filled":""}},"square-rounded-chevrons-right":{"name":"square-rounded-chevrons-right","svg":{"outline":"","filled":""}},"square-rounded-chevrons-up":{"name":"square-rounded-chevrons-up","svg":{"outline":"","filled":""}},"square-rounded-letter-a":{"name":"square-rounded-letter-a","svg":{"outline":"","filled":""}},"square-rounded-letter-b":{"name":"square-rounded-letter-b","svg":{"outline":"","filled":""}},"square-rounded-letter-c":{"name":"square-rounded-letter-c","svg":{"outline":"","filled":""}},"square-rounded-letter-d":{"name":"square-rounded-letter-d","svg":{"outline":"","filled":""}},"square-rounded-letter-e":{"name":"square-rounded-letter-e","svg":{"outline":"","filled":""}},"square-rounded-letter-f":{"name":"square-rounded-letter-f","svg":{"outline":"","filled":""}},"square-rounded-letter-g":{"name":"square-rounded-letter-g","svg":{"outline":"","filled":""}},"square-rounded-letter-h":{"name":"square-rounded-letter-h","svg":{"outline":"","filled":""}},"square-rounded-letter-i":{"name":"square-rounded-letter-i","svg":{"outline":"","filled":""}},"square-rounded-letter-j":{"name":"square-rounded-letter-j","svg":{"outline":"","filled":""}},"square-rounded-letter-k":{"name":"square-rounded-letter-k","svg":{"outline":"","filled":""}},"square-rounded-letter-l":{"name":"square-rounded-letter-l","svg":{"outline":"","filled":""}},"square-rounded-letter-m":{"name":"square-rounded-letter-m","svg":{"outline":"","filled":""}},"square-rounded-letter-n":{"name":"square-rounded-letter-n","svg":{"outline":"","filled":""}},"square-rounded-letter-o":{"name":"square-rounded-letter-o","svg":{"outline":"","filled":""}},"square-rounded-letter-p":{"name":"square-rounded-letter-p","svg":{"outline":"","filled":""}},"square-rounded-letter-q":{"name":"square-rounded-letter-q","svg":{"outline":"","filled":""}},"square-rounded-letter-r":{"name":"square-rounded-letter-r","svg":{"outline":"","filled":""}},"square-rounded-letter-s":{"name":"square-rounded-letter-s","svg":{"outline":"","filled":""}},"square-rounded-letter-t":{"name":"square-rounded-letter-t","svg":{"outline":"","filled":""}},"square-rounded-letter-u":{"name":"square-rounded-letter-u","svg":{"outline":"","filled":""}},"square-rounded-letter-v":{"name":"square-rounded-letter-v","svg":{"outline":"","filled":""}},"square-rounded-letter-w":{"name":"square-rounded-letter-w","svg":{"outline":"","filled":""}},"square-rounded-letter-x":{"name":"square-rounded-letter-x","svg":{"outline":"","filled":""}},"square-rounded-letter-y":{"name":"square-rounded-letter-y","svg":{"outline":"","filled":""}},"square-rounded-letter-z":{"name":"square-rounded-letter-z","svg":{"outline":"","filled":""}},"square-rounded-minus-2":{"name":"square-rounded-minus-2","svg":{"outline":"","filled":null}},"square-rounded-minus":{"name":"square-rounded-minus","svg":{"outline":"","filled":""}},"square-rounded-number-0":{"name":"square-rounded-number-0","svg":{"outline":"","filled":""}},"square-rounded-number-1":{"name":"square-rounded-number-1","svg":{"outline":"","filled":""}},"square-rounded-number-2":{"name":"square-rounded-number-2","svg":{"outline":"","filled":""}},"square-rounded-number-3":{"name":"square-rounded-number-3","svg":{"outline":"","filled":""}},"square-rounded-number-4":{"name":"square-rounded-number-4","svg":{"outline":"","filled":""}},"square-rounded-number-5":{"name":"square-rounded-number-5","svg":{"outline":"","filled":""}},"square-rounded-number-6":{"name":"square-rounded-number-6","svg":{"outline":"","filled":""}},"square-rounded-number-7":{"name":"square-rounded-number-7","svg":{"outline":"","filled":""}},"square-rounded-number-8":{"name":"square-rounded-number-8","svg":{"outline":"","filled":""}},"square-rounded-number-9":{"name":"square-rounded-number-9","svg":{"outline":"","filled":""}},"square-rounded-percentage":{"name":"square-rounded-percentage","svg":{"outline":"","filled":null}},"square-rounded-plus-2":{"name":"square-rounded-plus-2","svg":{"outline":"","filled":null}},"square-rounded-plus":{"name":"square-rounded-plus","svg":{"outline":"","filled":""}},"square-rounded-x":{"name":"square-rounded-x","svg":{"outline":"","filled":""}},"square-rounded":{"name":"square-rounded","svg":{"outline":"","filled":""}},"square-toggle-horizontal":{"name":"square-toggle-horizontal","svg":{"outline":"","filled":null}},"square-toggle":{"name":"square-toggle","svg":{"outline":"","filled":null}},"square-x":{"name":"square-x","svg":{"outline":"","filled":""}},"square":{"name":"square","svg":{"outline":"","filled":""}},"squares-diagonal":{"name":"squares-diagonal","svg":{"outline":"","filled":null}},"squares-selected":{"name":"squares-selected","svg":{"outline":"","filled":null}},"squares":{"name":"squares","svg":{"outline":"","filled":""}},"stack-2":{"name":"stack-2","svg":{"outline":"","filled":""}},"stack-3":{"name":"stack-3","svg":{"outline":"","filled":""}},"stack-back":{"name":"stack-back","svg":{"outline":"","filled":null}},"stack-backward":{"name":"stack-backward","svg":{"outline":"","filled":null}},"stack-forward":{"name":"stack-forward","svg":{"outline":"","filled":null}},"stack-front":{"name":"stack-front","svg":{"outline":"","filled":null}},"stack-middle":{"name":"stack-middle","svg":{"outline":"","filled":null}},"stack-pop":{"name":"stack-pop","svg":{"outline":"","filled":null}},"stack-push":{"name":"stack-push","svg":{"outline":"","filled":null}},"stack":{"name":"stack","svg":{"outline":"","filled":""}},"stairs-down":{"name":"stairs-down","svg":{"outline":"","filled":null}},"stairs-up":{"name":"stairs-up","svg":{"outline":"","filled":null}},"stairs":{"name":"stairs","svg":{"outline":"","filled":null}},"star-half":{"name":"star-half","svg":{"outline":"","filled":""}},"star-off":{"name":"star-off","svg":{"outline":"","filled":null}},"star":{"name":"star","svg":{"outline":"","filled":""}},"stars-off":{"name":"stars-off","svg":{"outline":"","filled":null}},"stars":{"name":"stars","svg":{"outline":"","filled":""}},"status-change":{"name":"status-change","svg":{"outline":"","filled":null}},"steam":{"name":"steam","svg":{"outline":"","filled":null}},"steering-wheel-off":{"name":"steering-wheel-off","svg":{"outline":"","filled":null}},"steering-wheel":{"name":"steering-wheel","svg":{"outline":"","filled":""}},"step-into":{"name":"step-into","svg":{"outline":"","filled":null}},"step-out":{"name":"step-out","svg":{"outline":"","filled":null}},"stereo-glasses":{"name":"stereo-glasses","svg":{"outline":"","filled":null}},"stethoscope-off":{"name":"stethoscope-off","svg":{"outline":"","filled":null}},"stethoscope":{"name":"stethoscope","svg":{"outline":"","filled":null}},"sticker-2":{"name":"sticker-2","svg":{"outline":"","filled":null}},"sticker":{"name":"sticker","svg":{"outline":"","filled":null}},"stopwatch":{"name":"stopwatch","svg":{"outline":"","filled":null}},"storm-off":{"name":"storm-off","svg":{"outline":"","filled":null}},"storm":{"name":"storm","svg":{"outline":"","filled":null}},"stretching-2":{"name":"stretching-2","svg":{"outline":"","filled":null}},"stretching":{"name":"stretching","svg":{"outline":"","filled":null}},"strikethrough":{"name":"strikethrough","svg":{"outline":"","filled":null}},"submarine":{"name":"submarine","svg":{"outline":"","filled":null}},"subscript":{"name":"subscript","svg":{"outline":"","filled":null}},"subtask":{"name":"subtask","svg":{"outline":"","filled":null}},"sum-off":{"name":"sum-off","svg":{"outline":"","filled":null}},"sum":{"name":"sum","svg":{"outline":"","filled":null}},"sun-electricity":{"name":"sun-electricity","svg":{"outline":"","filled":null}},"sun-high":{"name":"sun-high","svg":{"outline":"","filled":null}},"sun-low":{"name":"sun-low","svg":{"outline":"","filled":null}},"sun-moon":{"name":"sun-moon","svg":{"outline":"","filled":null}},"sun-off":{"name":"sun-off","svg":{"outline":"","filled":null}},"sun-wind":{"name":"sun-wind","svg":{"outline":"","filled":null}},"sun":{"name":"sun","svg":{"outline":"","filled":""}},"sunglasses":{"name":"sunglasses","svg":{"outline":"","filled":""}},"sunrise":{"name":"sunrise","svg":{"outline":"","filled":null}},"sunset-2":{"name":"sunset-2","svg":{"outline":"","filled":null}},"sunset":{"name":"sunset","svg":{"outline":"","filled":null}},"superscript":{"name":"superscript","svg":{"outline":"","filled":null}},"svg":{"name":"svg","svg":{"outline":"","filled":null}},"swimming":{"name":"swimming","svg":{"outline":"","filled":null}},"swipe-down":{"name":"swipe-down","svg":{"outline":"","filled":""}},"swipe-left":{"name":"swipe-left","svg":{"outline":"","filled":""}},"swipe-right":{"name":"swipe-right","svg":{"outline":"","filled":""}},"swipe-up":{"name":"swipe-up","svg":{"outline":"","filled":""}},"swipe":{"name":"swipe","svg":{"outline":"","filled":null}},"switch-2":{"name":"switch-2","svg":{"outline":"","filled":null}},"switch-3":{"name":"switch-3","svg":{"outline":"","filled":null}},"switch-horizontal":{"name":"switch-horizontal","svg":{"outline":"","filled":null}},"switch-vertical":{"name":"switch-vertical","svg":{"outline":"","filled":null}},"switch":{"name":"switch","svg":{"outline":"","filled":null}},"sword-off":{"name":"sword-off","svg":{"outline":"","filled":null}},"sword":{"name":"sword","svg":{"outline":"","filled":null}},"swords":{"name":"swords","svg":{"outline":"","filled":null}},"table-alias":{"name":"table-alias","svg":{"outline":"","filled":null}},"table-column":{"name":"table-column","svg":{"outline":"","filled":null}},"table-down":{"name":"table-down","svg":{"outline":"","filled":null}},"table-export":{"name":"table-export","svg":{"outline":"","filled":null}},"table-heart":{"name":"table-heart","svg":{"outline":"","filled":null}},"table-import":{"name":"table-import","svg":{"outline":"","filled":null}},"table-minus":{"name":"table-minus","svg":{"outline":"","filled":null}},"table-off":{"name":"table-off","svg":{"outline":"","filled":null}},"table-options":{"name":"table-options","svg":{"outline":"","filled":null}},"table-plus":{"name":"table-plus","svg":{"outline":"","filled":null}},"table-row":{"name":"table-row","svg":{"outline":"","filled":null}},"table-share":{"name":"table-share","svg":{"outline":"","filled":null}},"table-shortcut":{"name":"table-shortcut","svg":{"outline":"","filled":null}},"table-spark":{"name":"table-spark","svg":{"outline":"","filled":null}},"table":{"name":"table","svg":{"outline":"","filled":""}},"tag-off":{"name":"tag-off","svg":{"outline":"","filled":null}},"tag-starred":{"name":"tag-starred","svg":{"outline":"","filled":null}},"tag":{"name":"tag","svg":{"outline":"","filled":""}},"tags-off":{"name":"tags-off","svg":{"outline":"","filled":null}},"tags":{"name":"tags","svg":{"outline":"","filled":""}},"tallymark-1":{"name":"tallymark-1","svg":{"outline":"","filled":null}},"tallymark-2":{"name":"tallymark-2","svg":{"outline":"","filled":null}},"tallymark-3":{"name":"tallymark-3","svg":{"outline":"","filled":null}},"tallymark-4":{"name":"tallymark-4","svg":{"outline":"","filled":null}},"tallymarks":{"name":"tallymarks","svg":{"outline":"","filled":null}},"tank":{"name":"tank","svg":{"outline":"","filled":null}},"target-arrow":{"name":"target-arrow","svg":{"outline":"","filled":null}},"target-off":{"name":"target-off","svg":{"outline":"","filled":null}},"target":{"name":"target","svg":{"outline":"","filled":null}},"tax-euro":{"name":"tax-euro","svg":{"outline":"","filled":null}},"tax-pound":{"name":"tax-pound","svg":{"outline":"","filled":null}},"tax":{"name":"tax","svg":{"outline":"","filled":null}},"teapot":{"name":"teapot","svg":{"outline":"","filled":null}},"telescope-off":{"name":"telescope-off","svg":{"outline":"","filled":null}},"telescope":{"name":"telescope","svg":{"outline":"","filled":null}},"temperature-celsius":{"name":"temperature-celsius","svg":{"outline":"","filled":null}},"temperature-fahrenheit":{"name":"temperature-fahrenheit","svg":{"outline":"","filled":null}},"temperature-minus":{"name":"temperature-minus","svg":{"outline":"","filled":null}},"temperature-off":{"name":"temperature-off","svg":{"outline":"","filled":null}},"temperature-plus":{"name":"temperature-plus","svg":{"outline":"","filled":null}},"temperature-snow":{"name":"temperature-snow","svg":{"outline":"","filled":null}},"temperature-sun":{"name":"temperature-sun","svg":{"outline":"","filled":null}},"temperature":{"name":"temperature","svg":{"outline":"","filled":null}},"template-off":{"name":"template-off","svg":{"outline":"","filled":null}},"template":{"name":"template","svg":{"outline":"","filled":null}},"tent-off":{"name":"tent-off","svg":{"outline":"","filled":null}},"tent":{"name":"tent","svg":{"outline":"","filled":null}},"terminal-2":{"name":"terminal-2","svg":{"outline":"","filled":null}},"terminal":{"name":"terminal","svg":{"outline":"","filled":null}},"test-pipe-2":{"name":"test-pipe-2","svg":{"outline":"","filled":""}},"test-pipe-off":{"name":"test-pipe-off","svg":{"outline":"","filled":null}},"test-pipe":{"name":"test-pipe","svg":{"outline":"","filled":null}},"tex":{"name":"tex","svg":{"outline":"","filled":null}},"text-caption":{"name":"text-caption","svg":{"outline":"","filled":null}},"text-color":{"name":"text-color","svg":{"outline":"","filled":null}},"text-decrease":{"name":"text-decrease","svg":{"outline":"","filled":null}},"text-direction-ltr":{"name":"text-direction-ltr","svg":{"outline":"","filled":null}},"text-direction-rtl":{"name":"text-direction-rtl","svg":{"outline":"","filled":null}},"text-grammar":{"name":"text-grammar","svg":{"outline":"","filled":null}},"text-increase":{"name":"text-increase","svg":{"outline":"","filled":null}},"text-orientation":{"name":"text-orientation","svg":{"outline":"","filled":null}},"text-plus":{"name":"text-plus","svg":{"outline":"","filled":null}},"text-recognition":{"name":"text-recognition","svg":{"outline":"","filled":null}},"text-resize":{"name":"text-resize","svg":{"outline":"","filled":null}},"text-scan-2":{"name":"text-scan-2","svg":{"outline":"","filled":null}},"text-size":{"name":"text-size","svg":{"outline":"","filled":null}},"text-spellcheck":{"name":"text-spellcheck","svg":{"outline":"","filled":null}},"text-wrap-column":{"name":"text-wrap-column","svg":{"outline":"","filled":null}},"text-wrap-disabled":{"name":"text-wrap-disabled","svg":{"outline":"","filled":null}},"text-wrap":{"name":"text-wrap","svg":{"outline":"","filled":null}},"texture":{"name":"texture","svg":{"outline":"","filled":null}},"theater":{"name":"theater","svg":{"outline":"","filled":null}},"thermometer":{"name":"thermometer","svg":{"outline":"","filled":null}},"thumb-down-off":{"name":"thumb-down-off","svg":{"outline":"","filled":null}},"thumb-down":{"name":"thumb-down","svg":{"outline":"","filled":""}},"thumb-up-off":{"name":"thumb-up-off","svg":{"outline":"","filled":null}},"thumb-up":{"name":"thumb-up","svg":{"outline":"","filled":""}},"tic-tac":{"name":"tic-tac","svg":{"outline":"","filled":null}},"ticket-off":{"name":"ticket-off","svg":{"outline":"","filled":null}},"ticket":{"name":"ticket","svg":{"outline":"","filled":null}},"tie":{"name":"tie","svg":{"outline":"","filled":null}},"tilde":{"name":"tilde","svg":{"outline":"","filled":null}},"tilt-shift-off":{"name":"tilt-shift-off","svg":{"outline":"","filled":null}},"tilt-shift":{"name":"tilt-shift","svg":{"outline":"","filled":""}},"time-duration-0":{"name":"time-duration-0","svg":{"outline":"","filled":null}},"time-duration-10":{"name":"time-duration-10","svg":{"outline":"","filled":null}},"time-duration-15":{"name":"time-duration-15","svg":{"outline":"","filled":null}},"time-duration-30":{"name":"time-duration-30","svg":{"outline":"","filled":null}},"time-duration-45":{"name":"time-duration-45","svg":{"outline":"","filled":null}},"time-duration-5":{"name":"time-duration-5","svg":{"outline":"","filled":null}},"time-duration-60":{"name":"time-duration-60","svg":{"outline":"","filled":null}},"time-duration-90":{"name":"time-duration-90","svg":{"outline":"","filled":null}},"time-duration-off":{"name":"time-duration-off","svg":{"outline":"","filled":null}},"timeline-event-exclamation":{"name":"timeline-event-exclamation","svg":{"outline":"","filled":null}},"timeline-event-minus":{"name":"timeline-event-minus","svg":{"outline":"","filled":null}},"timeline-event-plus":{"name":"timeline-event-plus","svg":{"outline":"","filled":null}},"timeline-event-text":{"name":"timeline-event-text","svg":{"outline":"","filled":null}},"timeline-event-x":{"name":"timeline-event-x","svg":{"outline":"","filled":null}},"timeline-event":{"name":"timeline-event","svg":{"outline":"","filled":""}},"timeline":{"name":"timeline","svg":{"outline":"","filled":null}},"timezone":{"name":"timezone","svg":{"outline":"","filled":null}},"tip-jar-euro":{"name":"tip-jar-euro","svg":{"outline":"","filled":null}},"tip-jar-pound":{"name":"tip-jar-pound","svg":{"outline":"","filled":null}},"tip-jar":{"name":"tip-jar","svg":{"outline":"","filled":null}},"tir":{"name":"tir","svg":{"outline":"","filled":null}},"toggle-left":{"name":"toggle-left","svg":{"outline":"","filled":""}},"toggle-right":{"name":"toggle-right","svg":{"outline":"","filled":""}},"toilet-paper-off":{"name":"toilet-paper-off","svg":{"outline":"","filled":null}},"toilet-paper":{"name":"toilet-paper","svg":{"outline":"","filled":null}},"toml":{"name":"toml","svg":{"outline":"","filled":null}},"tool":{"name":"tool","svg":{"outline":"","filled":null}},"tools-kitchen-2-off":{"name":"tools-kitchen-2-off","svg":{"outline":"","filled":null}},"tools-kitchen-2":{"name":"tools-kitchen-2","svg":{"outline":"","filled":null}},"tools-kitchen-3":{"name":"tools-kitchen-3","svg":{"outline":"","filled":null}},"tools-kitchen-off":{"name":"tools-kitchen-off","svg":{"outline":"","filled":null}},"tools-kitchen":{"name":"tools-kitchen","svg":{"outline":"","filled":null}},"tools-off":{"name":"tools-off","svg":{"outline":"","filled":null}},"tools":{"name":"tools","svg":{"outline":"","filled":null}},"tooltip":{"name":"tooltip","svg":{"outline":"","filled":null}},"topology-bus":{"name":"topology-bus","svg":{"outline":"","filled":null}},"topology-complex":{"name":"topology-complex","svg":{"outline":"","filled":null}},"topology-full-hierarchy":{"name":"topology-full-hierarchy","svg":{"outline":"","filled":null}},"topology-full":{"name":"topology-full","svg":{"outline":"","filled":null}},"topology-ring-2":{"name":"topology-ring-2","svg":{"outline":"","filled":null}},"topology-ring-3":{"name":"topology-ring-3","svg":{"outline":"","filled":null}},"topology-ring":{"name":"topology-ring","svg":{"outline":"","filled":null}},"topology-star-2":{"name":"topology-star-2","svg":{"outline":"","filled":null}},"topology-star-3":{"name":"topology-star-3","svg":{"outline":"","filled":null}},"topology-star-ring-2":{"name":"topology-star-ring-2","svg":{"outline":"","filled":null}},"topology-star-ring-3":{"name":"topology-star-ring-3","svg":{"outline":"","filled":null}},"topology-star-ring":{"name":"topology-star-ring","svg":{"outline":"","filled":null}},"topology-star":{"name":"topology-star","svg":{"outline":"","filled":null}},"torii":{"name":"torii","svg":{"outline":"","filled":null}},"tornado":{"name":"tornado","svg":{"outline":"","filled":null}},"tournament":{"name":"tournament","svg":{"outline":"","filled":null}},"tower-off":{"name":"tower-off","svg":{"outline":"","filled":null}},"tower":{"name":"tower","svg":{"outline":"","filled":null}},"track":{"name":"track","svg":{"outline":"","filled":null}},"tractor":{"name":"tractor","svg":{"outline":"","filled":null}},"trademark":{"name":"trademark","svg":{"outline":"","filled":null}},"traffic-cone-off":{"name":"traffic-cone-off","svg":{"outline":"","filled":null}},"traffic-cone":{"name":"traffic-cone","svg":{"outline":"","filled":null}},"traffic-lights-off":{"name":"traffic-lights-off","svg":{"outline":"","filled":null}},"traffic-lights":{"name":"traffic-lights","svg":{"outline":"","filled":null}},"train":{"name":"train","svg":{"outline":"","filled":null}},"transaction-bitcoin":{"name":"transaction-bitcoin","svg":{"outline":"","filled":null}},"transaction-dollar":{"name":"transaction-dollar","svg":{"outline":"","filled":null}},"transaction-euro":{"name":"transaction-euro","svg":{"outline":"","filled":null}},"transaction-pound":{"name":"transaction-pound","svg":{"outline":"","filled":null}},"transaction-rupee":{"name":"transaction-rupee","svg":{"outline":"","filled":null}},"transaction-yen":{"name":"transaction-yen","svg":{"outline":"","filled":null}},"transaction-yuan":{"name":"transaction-yuan","svg":{"outline":"","filled":null}},"transfer-in":{"name":"transfer-in","svg":{"outline":"","filled":null}},"transfer-out":{"name":"transfer-out","svg":{"outline":"","filled":null}},"transfer-vertical":{"name":"transfer-vertical","svg":{"outline":"","filled":null}},"transfer":{"name":"transfer","svg":{"outline":"","filled":null}},"transform-point-bottom-left":{"name":"transform-point-bottom-left","svg":{"outline":"","filled":null}},"transform-point-bottom-right":{"name":"transform-point-bottom-right","svg":{"outline":"","filled":null}},"transform-point-top-left":{"name":"transform-point-top-left","svg":{"outline":"","filled":null}},"transform-point-top-right":{"name":"transform-point-top-right","svg":{"outline":"","filled":null}},"transform-point":{"name":"transform-point","svg":{"outline":"","filled":null}},"transform":{"name":"transform","svg":{"outline":"","filled":""}},"transition-bottom":{"name":"transition-bottom","svg":{"outline":"","filled":""}},"transition-left":{"name":"transition-left","svg":{"outline":"","filled":""}},"transition-right":{"name":"transition-right","svg":{"outline":"","filled":""}},"transition-top":{"name":"transition-top","svg":{"outline":"","filled":""}},"trash-off":{"name":"trash-off","svg":{"outline":"","filled":null}},"trash-x":{"name":"trash-x","svg":{"outline":"","filled":""}},"trash":{"name":"trash","svg":{"outline":"","filled":""}},"treadmill":{"name":"treadmill","svg":{"outline":"","filled":null}},"tree":{"name":"tree","svg":{"outline":"","filled":null}},"trees":{"name":"trees","svg":{"outline":"","filled":null}},"trekking":{"name":"trekking","svg":{"outline":"","filled":null}},"trending-down-2":{"name":"trending-down-2","svg":{"outline":"","filled":null}},"trending-down-3":{"name":"trending-down-3","svg":{"outline":"","filled":null}},"trending-down":{"name":"trending-down","svg":{"outline":"","filled":null}},"trending-up-2":{"name":"trending-up-2","svg":{"outline":"","filled":null}},"trending-up-3":{"name":"trending-up-3","svg":{"outline":"","filled":null}},"trending-up":{"name":"trending-up","svg":{"outline":"","filled":null}},"triangle-inverted":{"name":"triangle-inverted","svg":{"outline":"","filled":""}},"triangle-minus-2":{"name":"triangle-minus-2","svg":{"outline":"","filled":null}},"triangle-minus":{"name":"triangle-minus","svg":{"outline":"","filled":null}},"triangle-off":{"name":"triangle-off","svg":{"outline":"","filled":null}},"triangle-plus-2":{"name":"triangle-plus-2","svg":{"outline":"","filled":null}},"triangle-plus":{"name":"triangle-plus","svg":{"outline":"","filled":null}},"triangle-square-circle":{"name":"triangle-square-circle","svg":{"outline":"","filled":""}},"triangle":{"name":"triangle","svg":{"outline":"","filled":""}},"triangles":{"name":"triangles","svg":{"outline":"","filled":null}},"trident":{"name":"trident","svg":{"outline":"","filled":null}},"trolley":{"name":"trolley","svg":{"outline":"","filled":null}},"trophy-off":{"name":"trophy-off","svg":{"outline":"","filled":null}},"trophy":{"name":"trophy","svg":{"outline":"","filled":""}},"trowel":{"name":"trowel","svg":{"outline":"","filled":null}},"truck-delivery":{"name":"truck-delivery","svg":{"outline":"","filled":null}},"truck-loading":{"name":"truck-loading","svg":{"outline":"","filled":null}},"truck-off":{"name":"truck-off","svg":{"outline":"","filled":null}},"truck-return":{"name":"truck-return","svg":{"outline":"","filled":null}},"truck":{"name":"truck","svg":{"outline":"","filled":null}},"txt":{"name":"txt","svg":{"outline":"","filled":null}},"typeface":{"name":"typeface","svg":{"outline":"","filled":null}},"typography-off":{"name":"typography-off","svg":{"outline":"","filled":null}},"typography":{"name":"typography","svg":{"outline":"","filled":null}},"u-turn-left":{"name":"u-turn-left","svg":{"outline":"","filled":null}},"u-turn-right":{"name":"u-turn-right","svg":{"outline":"","filled":null}},"ufo-off":{"name":"ufo-off","svg":{"outline":"","filled":null}},"ufo":{"name":"ufo","svg":{"outline":"","filled":null}},"umbrella-2":{"name":"umbrella-2","svg":{"outline":"","filled":null}},"umbrella-closed-2":{"name":"umbrella-closed-2","svg":{"outline":"","filled":null}},"umbrella-closed":{"name":"umbrella-closed","svg":{"outline":"","filled":null}},"umbrella-off":{"name":"umbrella-off","svg":{"outline":"","filled":null}},"umbrella":{"name":"umbrella","svg":{"outline":"","filled":""}},"underline":{"name":"underline","svg":{"outline":"","filled":null}},"universe":{"name":"universe","svg":{"outline":"","filled":null}},"unlink":{"name":"unlink","svg":{"outline":"","filled":null}},"upload":{"name":"upload","svg":{"outline":"","filled":null}},"urgent":{"name":"urgent","svg":{"outline":"","filled":null}},"usb":{"name":"usb","svg":{"outline":"","filled":null}},"user-bitcoin":{"name":"user-bitcoin","svg":{"outline":"","filled":null}},"user-bolt":{"name":"user-bolt","svg":{"outline":"","filled":null}},"user-cancel":{"name":"user-cancel","svg":{"outline":"","filled":null}},"user-check":{"name":"user-check","svg":{"outline":"","filled":null}},"user-circle":{"name":"user-circle","svg":{"outline":"","filled":null}},"user-code":{"name":"user-code","svg":{"outline":"","filled":null}},"user-cog":{"name":"user-cog","svg":{"outline":"","filled":null}},"user-dollar":{"name":"user-dollar","svg":{"outline":"","filled":null}},"user-down":{"name":"user-down","svg":{"outline":"","filled":null}},"user-edit":{"name":"user-edit","svg":{"outline":"","filled":null}},"user-exclamation":{"name":"user-exclamation","svg":{"outline":"","filled":null}},"user-heart":{"name":"user-heart","svg":{"outline":"","filled":null}},"user-hexagon":{"name":"user-hexagon","svg":{"outline":"","filled":null}},"user-minus":{"name":"user-minus","svg":{"outline":"","filled":null}},"user-off":{"name":"user-off","svg":{"outline":"","filled":null}},"user-pause":{"name":"user-pause","svg":{"outline":"","filled":null}},"user-pentagon":{"name":"user-pentagon","svg":{"outline":"","filled":null}},"user-pin":{"name":"user-pin","svg":{"outline":"","filled":null}},"user-plus":{"name":"user-plus","svg":{"outline":"","filled":null}},"user-question":{"name":"user-question","svg":{"outline":"","filled":null}},"user-scan":{"name":"user-scan","svg":{"outline":"","filled":null}},"user-screen":{"name":"user-screen","svg":{"outline":"","filled":null}},"user-search":{"name":"user-search","svg":{"outline":"","filled":null}},"user-share":{"name":"user-share","svg":{"outline":"","filled":null}},"user-shield":{"name":"user-shield","svg":{"outline":"","filled":null}},"user-square-rounded":{"name":"user-square-rounded","svg":{"outline":"","filled":null}},"user-square":{"name":"user-square","svg":{"outline":"","filled":null}},"user-star":{"name":"user-star","svg":{"outline":"","filled":null}},"user-up":{"name":"user-up","svg":{"outline":"","filled":null}},"user-x":{"name":"user-x","svg":{"outline":"","filled":null}},"user":{"name":"user","svg":{"outline":"","filled":""}},"users-group":{"name":"users-group","svg":{"outline":"","filled":null}},"users-minus":{"name":"users-minus","svg":{"outline":"","filled":null}},"users-plus":{"name":"users-plus","svg":{"outline":"","filled":null}},"users":{"name":"users","svg":{"outline":"","filled":null}},"uv-index":{"name":"uv-index","svg":{"outline":"","filled":null}},"ux-circle":{"name":"ux-circle","svg":{"outline":"","filled":null}},"vaccine-bottle-off":{"name":"vaccine-bottle-off","svg":{"outline":"","filled":null}},"vaccine-bottle":{"name":"vaccine-bottle","svg":{"outline":"","filled":null}},"vaccine-off":{"name":"vaccine-off","svg":{"outline":"","filled":null}},"vaccine":{"name":"vaccine","svg":{"outline":"","filled":null}},"vacuum-cleaner":{"name":"vacuum-cleaner","svg":{"outline":"","filled":null}},"variable-minus":{"name":"variable-minus","svg":{"outline":"","filled":null}},"variable-off":{"name":"variable-off","svg":{"outline":"","filled":null}},"variable-plus":{"name":"variable-plus","svg":{"outline":"","filled":null}},"variable":{"name":"variable","svg":{"outline":"","filled":null}},"vector-bezier-2":{"name":"vector-bezier-2","svg":{"outline":"","filled":null}},"vector-bezier-arc":{"name":"vector-bezier-arc","svg":{"outline":"","filled":null}},"vector-bezier-circle":{"name":"vector-bezier-circle","svg":{"outline":"","filled":null}},"vector-bezier":{"name":"vector-bezier","svg":{"outline":"","filled":null}},"vector-off":{"name":"vector-off","svg":{"outline":"","filled":null}},"vector-spline":{"name":"vector-spline","svg":{"outline":"","filled":null}},"vector-triangle-off":{"name":"vector-triangle-off","svg":{"outline":"","filled":null}},"vector-triangle":{"name":"vector-triangle","svg":{"outline":"","filled":null}},"vector":{"name":"vector","svg":{"outline":"","filled":null}},"venus":{"name":"venus","svg":{"outline":"","filled":null}},"versions-off":{"name":"versions-off","svg":{"outline":"","filled":null}},"versions":{"name":"versions","svg":{"outline":"","filled":""}},"video-minus":{"name":"video-minus","svg":{"outline":"","filled":null}},"video-off":{"name":"video-off","svg":{"outline":"","filled":null}},"video-plus":{"name":"video-plus","svg":{"outline":"","filled":null}},"video":{"name":"video","svg":{"outline":"","filled":null}},"view-360-arrow":{"name":"view-360-arrow","svg":{"outline":"","filled":null}},"view-360-number":{"name":"view-360-number","svg":{"outline":"","filled":null}},"view-360-off":{"name":"view-360-off","svg":{"outline":"","filled":null}},"view-360":{"name":"view-360","svg":{"outline":"","filled":null}},"viewfinder-off":{"name":"viewfinder-off","svg":{"outline":"","filled":null}},"viewfinder":{"name":"viewfinder","svg":{"outline":"","filled":null}},"viewport-narrow":{"name":"viewport-narrow","svg":{"outline":"","filled":null}},"viewport-short":{"name":"viewport-short","svg":{"outline":"","filled":null}},"viewport-tall":{"name":"viewport-tall","svg":{"outline":"","filled":null}},"viewport-wide":{"name":"viewport-wide","svg":{"outline":"","filled":null}},"vinyl":{"name":"vinyl","svg":{"outline":"","filled":null}},"vip-off":{"name":"vip-off","svg":{"outline":"","filled":null}},"vip":{"name":"vip","svg":{"outline":"","filled":null}},"virus-off":{"name":"virus-off","svg":{"outline":"","filled":null}},"virus-search":{"name":"virus-search","svg":{"outline":"","filled":null}},"virus":{"name":"virus","svg":{"outline":"","filled":null}},"vocabulary-off":{"name":"vocabulary-off","svg":{"outline":"","filled":null}},"vocabulary":{"name":"vocabulary","svg":{"outline":"","filled":null}},"volcano":{"name":"volcano","svg":{"outline":"","filled":null}},"volume-2":{"name":"volume-2","svg":{"outline":"","filled":null}},"volume-3":{"name":"volume-3","svg":{"outline":"","filled":null}},"volume-off":{"name":"volume-off","svg":{"outline":"","filled":null}},"volume":{"name":"volume","svg":{"outline":"","filled":null}},"vs":{"name":"vs","svg":{"outline":"","filled":null}},"walk":{"name":"walk","svg":{"outline":"","filled":null}},"wall-off":{"name":"wall-off","svg":{"outline":"","filled":null}},"wall":{"name":"wall","svg":{"outline":"","filled":null}},"wallet-off":{"name":"wallet-off","svg":{"outline":"","filled":null}},"wallet":{"name":"wallet","svg":{"outline":"","filled":null}},"wallpaper-off":{"name":"wallpaper-off","svg":{"outline":"","filled":null}},"wallpaper":{"name":"wallpaper","svg":{"outline":"","filled":null}},"wand-off":{"name":"wand-off","svg":{"outline":"","filled":null}},"wand":{"name":"wand","svg":{"outline":"","filled":null}},"wash-dry-1":{"name":"wash-dry-1","svg":{"outline":"","filled":null}},"wash-dry-2":{"name":"wash-dry-2","svg":{"outline":"","filled":null}},"wash-dry-3":{"name":"wash-dry-3","svg":{"outline":"","filled":null}},"wash-dry-a":{"name":"wash-dry-a","svg":{"outline":"","filled":null}},"wash-dry-dip":{"name":"wash-dry-dip","svg":{"outline":"","filled":null}},"wash-dry-f":{"name":"wash-dry-f","svg":{"outline":"","filled":null}},"wash-dry-flat":{"name":"wash-dry-flat","svg":{"outline":"","filled":null}},"wash-dry-hang":{"name":"wash-dry-hang","svg":{"outline":"","filled":null}},"wash-dry-off":{"name":"wash-dry-off","svg":{"outline":"","filled":null}},"wash-dry-p":{"name":"wash-dry-p","svg":{"outline":"","filled":null}},"wash-dry-shade":{"name":"wash-dry-shade","svg":{"outline":"","filled":null}},"wash-dry-w":{"name":"wash-dry-w","svg":{"outline":"","filled":null}},"wash-dry":{"name":"wash-dry","svg":{"outline":"","filled":null}},"wash-dryclean-off":{"name":"wash-dryclean-off","svg":{"outline":"","filled":null}},"wash-dryclean":{"name":"wash-dryclean","svg":{"outline":"","filled":null}},"wash-eco":{"name":"wash-eco","svg":{"outline":"","filled":null}},"wash-gentle":{"name":"wash-gentle","svg":{"outline":"","filled":null}},"wash-hand":{"name":"wash-hand","svg":{"outline":"","filled":null}},"wash-machine":{"name":"wash-machine","svg":{"outline":"","filled":null}},"wash-off":{"name":"wash-off","svg":{"outline":"","filled":null}},"wash-press":{"name":"wash-press","svg":{"outline":"","filled":null}},"wash-temperature-1":{"name":"wash-temperature-1","svg":{"outline":"","filled":null}},"wash-temperature-2":{"name":"wash-temperature-2","svg":{"outline":"","filled":null}},"wash-temperature-3":{"name":"wash-temperature-3","svg":{"outline":"","filled":null}},"wash-temperature-4":{"name":"wash-temperature-4","svg":{"outline":"","filled":null}},"wash-temperature-5":{"name":"wash-temperature-5","svg":{"outline":"","filled":null}},"wash-temperature-6":{"name":"wash-temperature-6","svg":{"outline":"","filled":null}},"wash-tumble-dry":{"name":"wash-tumble-dry","svg":{"outline":"","filled":null}},"wash-tumble-off":{"name":"wash-tumble-off","svg":{"outline":"","filled":null}},"wash":{"name":"wash","svg":{"outline":"","filled":null}},"waterpolo":{"name":"waterpolo","svg":{"outline":"","filled":null}},"wave-saw-tool":{"name":"wave-saw-tool","svg":{"outline":"","filled":null}},"wave-sine":{"name":"wave-sine","svg":{"outline":"","filled":null}},"wave-square":{"name":"wave-square","svg":{"outline":"","filled":null}},"waves-electricity":{"name":"waves-electricity","svg":{"outline":"","filled":null}},"webhook-off":{"name":"webhook-off","svg":{"outline":"","filled":null}},"webhook":{"name":"webhook","svg":{"outline":"","filled":null}},"weight":{"name":"weight","svg":{"outline":"","filled":null}},"wheel":{"name":"wheel","svg":{"outline":"","filled":null}},"wheelchair-off":{"name":"wheelchair-off","svg":{"outline":"","filled":null}},"wheelchair":{"name":"wheelchair","svg":{"outline":"","filled":null}},"whirl":{"name":"whirl","svg":{"outline":"","filled":null}},"wifi-0":{"name":"wifi-0","svg":{"outline":"","filled":null}},"wifi-1":{"name":"wifi-1","svg":{"outline":"","filled":null}},"wifi-2":{"name":"wifi-2","svg":{"outline":"","filled":null}},"wifi-off":{"name":"wifi-off","svg":{"outline":"","filled":null}},"wifi":{"name":"wifi","svg":{"outline":"","filled":null}},"wind-electricity":{"name":"wind-electricity","svg":{"outline":"","filled":null}},"wind-off":{"name":"wind-off","svg":{"outline":"","filled":null}},"wind":{"name":"wind","svg":{"outline":"","filled":null}},"windmill-off":{"name":"windmill-off","svg":{"outline":"","filled":null}},"windmill":{"name":"windmill","svg":{"outline":"","filled":""}},"window-maximize":{"name":"window-maximize","svg":{"outline":"","filled":null}},"window-minimize":{"name":"window-minimize","svg":{"outline":"","filled":null}},"window-off":{"name":"window-off","svg":{"outline":"","filled":null}},"window":{"name":"window","svg":{"outline":"","filled":null}},"windsock":{"name":"windsock","svg":{"outline":"","filled":null}},"wiper-wash":{"name":"wiper-wash","svg":{"outline":"","filled":null}},"wiper":{"name":"wiper","svg":{"outline":"","filled":null}},"woman":{"name":"woman","svg":{"outline":"","filled":""}},"wood":{"name":"wood","svg":{"outline":"","filled":null}},"world-bolt":{"name":"world-bolt","svg":{"outline":"","filled":null}},"world-cancel":{"name":"world-cancel","svg":{"outline":"","filled":null}},"world-check":{"name":"world-check","svg":{"outline":"","filled":null}},"world-code":{"name":"world-code","svg":{"outline":"","filled":null}},"world-cog":{"name":"world-cog","svg":{"outline":"","filled":null}},"world-dollar":{"name":"world-dollar","svg":{"outline":"","filled":null}},"world-down":{"name":"world-down","svg":{"outline":"","filled":null}},"world-download":{"name":"world-download","svg":{"outline":"","filled":null}},"world-exclamation":{"name":"world-exclamation","svg":{"outline":"","filled":null}},"world-heart":{"name":"world-heart","svg":{"outline":"","filled":null}},"world-latitude":{"name":"world-latitude","svg":{"outline":"","filled":null}},"world-longitude":{"name":"world-longitude","svg":{"outline":"","filled":null}},"world-minus":{"name":"world-minus","svg":{"outline":"","filled":null}},"world-off":{"name":"world-off","svg":{"outline":"","filled":null}},"world-pause":{"name":"world-pause","svg":{"outline":"","filled":null}},"world-pin":{"name":"world-pin","svg":{"outline":"","filled":null}},"world-plus":{"name":"world-plus","svg":{"outline":"","filled":null}},"world-question":{"name":"world-question","svg":{"outline":"","filled":null}},"world-search":{"name":"world-search","svg":{"outline":"","filled":null}},"world-share":{"name":"world-share","svg":{"outline":"","filled":null}},"world-star":{"name":"world-star","svg":{"outline":"","filled":null}},"world-up":{"name":"world-up","svg":{"outline":"","filled":null}},"world-upload":{"name":"world-upload","svg":{"outline":"","filled":null}},"world-www":{"name":"world-www","svg":{"outline":"","filled":null}},"world-x":{"name":"world-x","svg":{"outline":"","filled":null}},"world":{"name":"world","svg":{"outline":"","filled":null}},"wrecking-ball":{"name":"wrecking-ball","svg":{"outline":"","filled":null}},"writing-off":{"name":"writing-off","svg":{"outline":"","filled":null}},"writing-sign-off":{"name":"writing-sign-off","svg":{"outline":"","filled":null}},"writing-sign":{"name":"writing-sign","svg":{"outline":"","filled":null}},"writing":{"name":"writing","svg":{"outline":"","filled":null}},"x":{"name":"x","svg":{"outline":"","filled":null}},"xbox-a":{"name":"xbox-a","svg":{"outline":"","filled":""}},"xbox-b":{"name":"xbox-b","svg":{"outline":"","filled":""}},"xbox-x":{"name":"xbox-x","svg":{"outline":"","filled":""}},"xbox-y":{"name":"xbox-y","svg":{"outline":"","filled":""}},"xd":{"name":"xd","svg":{"outline":"","filled":null}},"xxx":{"name":"xxx","svg":{"outline":"","filled":null}},"yin-yang":{"name":"yin-yang","svg":{"outline":"","filled":""}},"yoga":{"name":"yoga","svg":{"outline":"","filled":null}},"zeppelin-off":{"name":"zeppelin-off","svg":{"outline":"","filled":null}},"zeppelin":{"name":"zeppelin","svg":{"outline":"","filled":""}},"zip":{"name":"zip","svg":{"outline":"","filled":null}},"zodiac-aquarius":{"name":"zodiac-aquarius","svg":{"outline":"","filled":null}},"zodiac-aries":{"name":"zodiac-aries","svg":{"outline":"","filled":null}},"zodiac-cancer":{"name":"zodiac-cancer","svg":{"outline":"","filled":null}},"zodiac-capricorn":{"name":"zodiac-capricorn","svg":{"outline":"","filled":null}},"zodiac-gemini":{"name":"zodiac-gemini","svg":{"outline":"","filled":null}},"zodiac-leo":{"name":"zodiac-leo","svg":{"outline":"","filled":null}},"zodiac-libra":{"name":"zodiac-libra","svg":{"outline":"","filled":null}},"zodiac-pisces":{"name":"zodiac-pisces","svg":{"outline":"","filled":null}},"zodiac-sagittarius":{"name":"zodiac-sagittarius","svg":{"outline":"","filled":null}},"zodiac-scorpio":{"name":"zodiac-scorpio","svg":{"outline":"","filled":null}},"zodiac-taurus":{"name":"zodiac-taurus","svg":{"outline":"","filled":null}},"zodiac-virgo":{"name":"zodiac-virgo","svg":{"outline":"","filled":null}},"zoom-cancel":{"name":"zoom-cancel","svg":{"outline":"","filled":""}},"zoom-check":{"name":"zoom-check","svg":{"outline":"","filled":""}},"zoom-code":{"name":"zoom-code","svg":{"outline":"","filled":""}},"zoom-exclamation":{"name":"zoom-exclamation","svg":{"outline":"","filled":""}},"zoom-in-area":{"name":"zoom-in-area","svg":{"outline":"","filled":""}},"zoom-in":{"name":"zoom-in","svg":{"outline":"","filled":""}},"zoom-money":{"name":"zoom-money","svg":{"outline":"","filled":""}},"zoom-out-area":{"name":"zoom-out-area","svg":{"outline":"","filled":""}},"zoom-out":{"name":"zoom-out","svg":{"outline":"","filled":""}},"zoom-pan":{"name":"zoom-pan","svg":{"outline":"","filled":""}},"zoom-question":{"name":"zoom-question","svg":{"outline":"","filled":""}},"zoom-replace":{"name":"zoom-replace","svg":{"outline":"","filled":null}},"zoom-reset":{"name":"zoom-reset","svg":{"outline":"","filled":null}},"zoom-scan":{"name":"zoom-scan","svg":{"outline":"","filled":""}},"zoom":{"name":"zoom","svg":{"outline":"","filled":""}},"zzz-off":{"name":"zzz-off","svg":{"outline":"","filled":null}},"zzz":{"name":"zzz","svg":{"outline":"","filled":null}}} \ No newline at end of file +{"a-b-2":{"name":"a-b-2","svg":{"outline":"","filled":null}},"a-b-off":{"name":"a-b-off","svg":{"outline":"","filled":null}},"a-b":{"name":"a-b","svg":{"outline":"","filled":null}},"abacus-off":{"name":"abacus-off","svg":{"outline":"","filled":null}},"abacus":{"name":"abacus","svg":{"outline":"","filled":null}},"abc":{"name":"abc","svg":{"outline":"","filled":null}},"access-point-off":{"name":"access-point-off","svg":{"outline":"","filled":null}},"access-point":{"name":"access-point","svg":{"outline":"","filled":null}},"accessible-off":{"name":"accessible-off","svg":{"outline":"","filled":null}},"accessible":{"name":"accessible","svg":{"outline":"","filled":""}},"activity-heartbeat":{"name":"activity-heartbeat","svg":{"outline":"","filled":null}},"activity":{"name":"activity","svg":{"outline":"","filled":null}},"ad-2":{"name":"ad-2","svg":{"outline":"","filled":null}},"ad-circle-off":{"name":"ad-circle-off","svg":{"outline":"","filled":null}},"ad-circle":{"name":"ad-circle","svg":{"outline":"","filled":""}},"ad-off":{"name":"ad-off","svg":{"outline":"","filled":null}},"ad":{"name":"ad","svg":{"outline":"","filled":""}},"address-book-off":{"name":"address-book-off","svg":{"outline":"","filled":null}},"address-book":{"name":"address-book","svg":{"outline":"","filled":null}},"adjustments-alt":{"name":"adjustments-alt","svg":{"outline":"","filled":null}},"adjustments-bolt":{"name":"adjustments-bolt","svg":{"outline":"","filled":null}},"adjustments-cancel":{"name":"adjustments-cancel","svg":{"outline":"","filled":null}},"adjustments-check":{"name":"adjustments-check","svg":{"outline":"","filled":null}},"adjustments-code":{"name":"adjustments-code","svg":{"outline":"","filled":null}},"adjustments-cog":{"name":"adjustments-cog","svg":{"outline":"","filled":null}},"adjustments-dollar":{"name":"adjustments-dollar","svg":{"outline":"","filled":null}},"adjustments-down":{"name":"adjustments-down","svg":{"outline":"","filled":null}},"adjustments-exclamation":{"name":"adjustments-exclamation","svg":{"outline":"","filled":null}},"adjustments-heart":{"name":"adjustments-heart","svg":{"outline":"","filled":null}},"adjustments-horizontal":{"name":"adjustments-horizontal","svg":{"outline":"","filled":null}},"adjustments-minus":{"name":"adjustments-minus","svg":{"outline":"","filled":null}},"adjustments-off":{"name":"adjustments-off","svg":{"outline":"","filled":null}},"adjustments-pause":{"name":"adjustments-pause","svg":{"outline":"","filled":null}},"adjustments-pin":{"name":"adjustments-pin","svg":{"outline":"","filled":null}},"adjustments-plus":{"name":"adjustments-plus","svg":{"outline":"","filled":null}},"adjustments-question":{"name":"adjustments-question","svg":{"outline":"","filled":null}},"adjustments-search":{"name":"adjustments-search","svg":{"outline":"","filled":null}},"adjustments-share":{"name":"adjustments-share","svg":{"outline":"","filled":null}},"adjustments-spark":{"name":"adjustments-spark","svg":{"outline":"","filled":null}},"adjustments-star":{"name":"adjustments-star","svg":{"outline":"","filled":null}},"adjustments-up":{"name":"adjustments-up","svg":{"outline":"","filled":null}},"adjustments-x":{"name":"adjustments-x","svg":{"outline":"","filled":null}},"adjustments":{"name":"adjustments","svg":{"outline":"","filled":""}},"aerial-lift":{"name":"aerial-lift","svg":{"outline":"","filled":null}},"affiliate":{"name":"affiliate","svg":{"outline":"","filled":""}},"ai":{"name":"ai","svg":{"outline":"","filled":null}},"air-balloon":{"name":"air-balloon","svg":{"outline":"","filled":null}},"air-conditioning-disabled":{"name":"air-conditioning-disabled","svg":{"outline":"","filled":null}},"air-conditioning":{"name":"air-conditioning","svg":{"outline":"","filled":null}},"air-traffic-control":{"name":"air-traffic-control","svg":{"outline":"","filled":null}},"alarm-average":{"name":"alarm-average","svg":{"outline":"","filled":null}},"alarm-minus":{"name":"alarm-minus","svg":{"outline":"","filled":""}},"alarm-off":{"name":"alarm-off","svg":{"outline":"","filled":null}},"alarm-plus":{"name":"alarm-plus","svg":{"outline":"","filled":""}},"alarm-smoke":{"name":"alarm-smoke","svg":{"outline":"","filled":null}},"alarm-snooze":{"name":"alarm-snooze","svg":{"outline":"","filled":""}},"alarm":{"name":"alarm","svg":{"outline":"","filled":""}},"album-off":{"name":"album-off","svg":{"outline":"","filled":null}},"album":{"name":"album","svg":{"outline":"","filled":null}},"alert-circle-off":{"name":"alert-circle-off","svg":{"outline":"","filled":null}},"alert-circle":{"name":"alert-circle","svg":{"outline":"","filled":""}},"alert-hexagon-off":{"name":"alert-hexagon-off","svg":{"outline":"","filled":null}},"alert-hexagon":{"name":"alert-hexagon","svg":{"outline":"","filled":""}},"alert-octagon":{"name":"alert-octagon","svg":{"outline":"","filled":""}},"alert-small-off":{"name":"alert-small-off","svg":{"outline":"","filled":null}},"alert-small":{"name":"alert-small","svg":{"outline":"","filled":null}},"alert-square-rounded-off":{"name":"alert-square-rounded-off","svg":{"outline":"","filled":null}},"alert-square-rounded":{"name":"alert-square-rounded","svg":{"outline":"","filled":""}},"alert-square":{"name":"alert-square","svg":{"outline":"","filled":""}},"alert-triangle-off":{"name":"alert-triangle-off","svg":{"outline":"","filled":null}},"alert-triangle":{"name":"alert-triangle","svg":{"outline":"","filled":""}},"alien":{"name":"alien","svg":{"outline":"","filled":""}},"align-box-bottom-center":{"name":"align-box-bottom-center","svg":{"outline":"","filled":""}},"align-box-bottom-left":{"name":"align-box-bottom-left","svg":{"outline":"","filled":""}},"align-box-bottom-right":{"name":"align-box-bottom-right","svg":{"outline":"","filled":""}},"align-box-center-bottom":{"name":"align-box-center-bottom","svg":{"outline":"","filled":null}},"align-box-center-middle":{"name":"align-box-center-middle","svg":{"outline":"","filled":""}},"align-box-center-stretch":{"name":"align-box-center-stretch","svg":{"outline":"","filled":null}},"align-box-center-top":{"name":"align-box-center-top","svg":{"outline":"","filled":null}},"align-box-left-bottom":{"name":"align-box-left-bottom","svg":{"outline":"","filled":""}},"align-box-left-middle":{"name":"align-box-left-middle","svg":{"outline":"","filled":""}},"align-box-left-stretch":{"name":"align-box-left-stretch","svg":{"outline":"","filled":null}},"align-box-left-top":{"name":"align-box-left-top","svg":{"outline":"","filled":""}},"align-box-right-bottom":{"name":"align-box-right-bottom","svg":{"outline":"","filled":""}},"align-box-right-middle":{"name":"align-box-right-middle","svg":{"outline":"","filled":""}},"align-box-right-stretch":{"name":"align-box-right-stretch","svg":{"outline":"","filled":null}},"align-box-right-top":{"name":"align-box-right-top","svg":{"outline":"","filled":""}},"align-box-top-center":{"name":"align-box-top-center","svg":{"outline":"","filled":""}},"align-box-top-left":{"name":"align-box-top-left","svg":{"outline":"","filled":""}},"align-box-top-right":{"name":"align-box-top-right","svg":{"outline":"","filled":""}},"align-center":{"name":"align-center","svg":{"outline":"","filled":null}},"align-justified":{"name":"align-justified","svg":{"outline":"","filled":null}},"align-left-2":{"name":"align-left-2","svg":{"outline":"","filled":null}},"align-left":{"name":"align-left","svg":{"outline":"","filled":null}},"align-right-2":{"name":"align-right-2","svg":{"outline":"","filled":null}},"align-right":{"name":"align-right","svg":{"outline":"","filled":null}},"alpha":{"name":"alpha","svg":{"outline":"","filled":null}},"alphabet-arabic":{"name":"alphabet-arabic","svg":{"outline":"","filled":null}},"alphabet-bangla":{"name":"alphabet-bangla","svg":{"outline":"","filled":null}},"alphabet-cyrillic":{"name":"alphabet-cyrillic","svg":{"outline":"","filled":null}},"alphabet-greek":{"name":"alphabet-greek","svg":{"outline":"","filled":null}},"alphabet-hebrew":{"name":"alphabet-hebrew","svg":{"outline":"","filled":null}},"alphabet-korean":{"name":"alphabet-korean","svg":{"outline":"","filled":null}},"alphabet-latin":{"name":"alphabet-latin","svg":{"outline":"","filled":null}},"alphabet-thai":{"name":"alphabet-thai","svg":{"outline":"","filled":null}},"alt":{"name":"alt","svg":{"outline":"","filled":null}},"ambulance":{"name":"ambulance","svg":{"outline":"","filled":null}},"ampersand":{"name":"ampersand","svg":{"outline":"","filled":null}},"analyze-off":{"name":"analyze-off","svg":{"outline":"","filled":null}},"analyze":{"name":"analyze","svg":{"outline":"","filled":""}},"anchor-off":{"name":"anchor-off","svg":{"outline":"","filled":null}},"anchor":{"name":"anchor","svg":{"outline":"","filled":null}},"angle":{"name":"angle","svg":{"outline":"","filled":null}},"ankh":{"name":"ankh","svg":{"outline":"","filled":null}},"antenna-bars-1":{"name":"antenna-bars-1","svg":{"outline":"","filled":null}},"antenna-bars-2":{"name":"antenna-bars-2","svg":{"outline":"","filled":null}},"antenna-bars-3":{"name":"antenna-bars-3","svg":{"outline":"","filled":null}},"antenna-bars-4":{"name":"antenna-bars-4","svg":{"outline":"","filled":null}},"antenna-bars-5":{"name":"antenna-bars-5","svg":{"outline":"","filled":null}},"antenna-bars-off":{"name":"antenna-bars-off","svg":{"outline":"","filled":null}},"antenna-off":{"name":"antenna-off","svg":{"outline":"","filled":null}},"antenna":{"name":"antenna","svg":{"outline":"","filled":null}},"aperture-off":{"name":"aperture-off","svg":{"outline":"","filled":null}},"aperture":{"name":"aperture","svg":{"outline":"","filled":null}},"api-app-off":{"name":"api-app-off","svg":{"outline":"","filled":null}},"api-app":{"name":"api-app","svg":{"outline":"","filled":null}},"api-off":{"name":"api-off","svg":{"outline":"","filled":null}},"api":{"name":"api","svg":{"outline":"","filled":null}},"app-window":{"name":"app-window","svg":{"outline":"","filled":""}},"apple":{"name":"apple","svg":{"outline":"","filled":""}},"apps-off":{"name":"apps-off","svg":{"outline":"","filled":null}},"apps":{"name":"apps","svg":{"outline":"","filled":""}},"archery-arrow":{"name":"archery-arrow","svg":{"outline":"","filled":null}},"archive-off":{"name":"archive-off","svg":{"outline":"","filled":null}},"archive":{"name":"archive","svg":{"outline":"","filled":""}},"armchair-2-off":{"name":"armchair-2-off","svg":{"outline":"","filled":null}},"armchair-2":{"name":"armchair-2","svg":{"outline":"","filled":null}},"armchair-off":{"name":"armchair-off","svg":{"outline":"","filled":null}},"armchair":{"name":"armchair","svg":{"outline":"","filled":null}},"arrow-autofit-content":{"name":"arrow-autofit-content","svg":{"outline":"","filled":""}},"arrow-autofit-down":{"name":"arrow-autofit-down","svg":{"outline":"","filled":null}},"arrow-autofit-height":{"name":"arrow-autofit-height","svg":{"outline":"","filled":null}},"arrow-autofit-left":{"name":"arrow-autofit-left","svg":{"outline":"","filled":null}},"arrow-autofit-right":{"name":"arrow-autofit-right","svg":{"outline":"","filled":null}},"arrow-autofit-up":{"name":"arrow-autofit-up","svg":{"outline":"","filled":null}},"arrow-autofit-width":{"name":"arrow-autofit-width","svg":{"outline":"","filled":null}},"arrow-back-up-double":{"name":"arrow-back-up-double","svg":{"outline":"","filled":null}},"arrow-back-up":{"name":"arrow-back-up","svg":{"outline":"","filled":null}},"arrow-back":{"name":"arrow-back","svg":{"outline":"","filled":null}},"arrow-badge-down":{"name":"arrow-badge-down","svg":{"outline":"","filled":""}},"arrow-badge-left":{"name":"arrow-badge-left","svg":{"outline":"","filled":""}},"arrow-badge-right":{"name":"arrow-badge-right","svg":{"outline":"","filled":""}},"arrow-badge-up":{"name":"arrow-badge-up","svg":{"outline":"","filled":""}},"arrow-bar-both":{"name":"arrow-bar-both","svg":{"outline":"","filled":null}},"arrow-bar-down":{"name":"arrow-bar-down","svg":{"outline":"","filled":null}},"arrow-bar-left":{"name":"arrow-bar-left","svg":{"outline":"","filled":null}},"arrow-bar-right":{"name":"arrow-bar-right","svg":{"outline":"","filled":null}},"arrow-bar-to-down":{"name":"arrow-bar-to-down","svg":{"outline":"","filled":null}},"arrow-bar-to-left":{"name":"arrow-bar-to-left","svg":{"outline":"","filled":null}},"arrow-bar-to-right":{"name":"arrow-bar-to-right","svg":{"outline":"","filled":null}},"arrow-bar-to-up":{"name":"arrow-bar-to-up","svg":{"outline":"","filled":null}},"arrow-bar-up":{"name":"arrow-bar-up","svg":{"outline":"","filled":null}},"arrow-bear-left-2":{"name":"arrow-bear-left-2","svg":{"outline":"","filled":null}},"arrow-bear-left":{"name":"arrow-bear-left","svg":{"outline":"","filled":null}},"arrow-bear-right-2":{"name":"arrow-bear-right-2","svg":{"outline":"","filled":null}},"arrow-bear-right":{"name":"arrow-bear-right","svg":{"outline":"","filled":null}},"arrow-big-down-line":{"name":"arrow-big-down-line","svg":{"outline":"","filled":""}},"arrow-big-down-lines":{"name":"arrow-big-down-lines","svg":{"outline":"","filled":""}},"arrow-big-down":{"name":"arrow-big-down","svg":{"outline":"","filled":""}},"arrow-big-left-line":{"name":"arrow-big-left-line","svg":{"outline":"","filled":""}},"arrow-big-left-lines":{"name":"arrow-big-left-lines","svg":{"outline":"","filled":""}},"arrow-big-left":{"name":"arrow-big-left","svg":{"outline":"","filled":""}},"arrow-big-right-line":{"name":"arrow-big-right-line","svg":{"outline":"","filled":""}},"arrow-big-right-lines":{"name":"arrow-big-right-lines","svg":{"outline":"","filled":""}},"arrow-big-right":{"name":"arrow-big-right","svg":{"outline":"","filled":""}},"arrow-big-up-line":{"name":"arrow-big-up-line","svg":{"outline":"","filled":""}},"arrow-big-up-lines":{"name":"arrow-big-up-lines","svg":{"outline":"","filled":""}},"arrow-big-up":{"name":"arrow-big-up","svg":{"outline":"","filled":""}},"arrow-bounce":{"name":"arrow-bounce","svg":{"outline":"","filled":null}},"arrow-capsule":{"name":"arrow-capsule","svg":{"outline":"","filled":null}},"arrow-curve-left":{"name":"arrow-curve-left","svg":{"outline":"","filled":null}},"arrow-curve-right":{"name":"arrow-curve-right","svg":{"outline":"","filled":null}},"arrow-down-bar":{"name":"arrow-down-bar","svg":{"outline":"","filled":null}},"arrow-down-circle":{"name":"arrow-down-circle","svg":{"outline":"","filled":""}},"arrow-down-dashed":{"name":"arrow-down-dashed","svg":{"outline":"","filled":null}},"arrow-down-from-arc":{"name":"arrow-down-from-arc","svg":{"outline":"","filled":null}},"arrow-down-left-circle":{"name":"arrow-down-left-circle","svg":{"outline":"","filled":null}},"arrow-down-left":{"name":"arrow-down-left","svg":{"outline":"","filled":null}},"arrow-down-rhombus":{"name":"arrow-down-rhombus","svg":{"outline":"","filled":""}},"arrow-down-right-circle":{"name":"arrow-down-right-circle","svg":{"outline":"","filled":null}},"arrow-down-right":{"name":"arrow-down-right","svg":{"outline":"","filled":null}},"arrow-down-square":{"name":"arrow-down-square","svg":{"outline":"","filled":""}},"arrow-down-tail":{"name":"arrow-down-tail","svg":{"outline":"","filled":null}},"arrow-down-to-arc":{"name":"arrow-down-to-arc","svg":{"outline":"","filled":null}},"arrow-down":{"name":"arrow-down","svg":{"outline":"","filled":null}},"arrow-elbow-left":{"name":"arrow-elbow-left","svg":{"outline":"","filled":null}},"arrow-elbow-right":{"name":"arrow-elbow-right","svg":{"outline":"","filled":null}},"arrow-fork":{"name":"arrow-fork","svg":{"outline":"","filled":null}},"arrow-forward-up-double":{"name":"arrow-forward-up-double","svg":{"outline":"","filled":null}},"arrow-forward-up":{"name":"arrow-forward-up","svg":{"outline":"","filled":null}},"arrow-forward":{"name":"arrow-forward","svg":{"outline":"","filled":null}},"arrow-guide":{"name":"arrow-guide","svg":{"outline":"","filled":""}},"arrow-iteration":{"name":"arrow-iteration","svg":{"outline":"","filled":null}},"arrow-left-bar":{"name":"arrow-left-bar","svg":{"outline":"","filled":null}},"arrow-left-circle":{"name":"arrow-left-circle","svg":{"outline":"","filled":""}},"arrow-left-dashed":{"name":"arrow-left-dashed","svg":{"outline":"","filled":null}},"arrow-left-from-arc":{"name":"arrow-left-from-arc","svg":{"outline":"","filled":null}},"arrow-left-rhombus":{"name":"arrow-left-rhombus","svg":{"outline":"","filled":""}},"arrow-left-right":{"name":"arrow-left-right","svg":{"outline":"","filled":null}},"arrow-left-square":{"name":"arrow-left-square","svg":{"outline":"","filled":""}},"arrow-left-tail":{"name":"arrow-left-tail","svg":{"outline":"","filled":null}},"arrow-left-to-arc":{"name":"arrow-left-to-arc","svg":{"outline":"","filled":null}},"arrow-left":{"name":"arrow-left","svg":{"outline":"","filled":null}},"arrow-loop-left-2":{"name":"arrow-loop-left-2","svg":{"outline":"","filled":null}},"arrow-loop-left":{"name":"arrow-loop-left","svg":{"outline":"","filled":null}},"arrow-loop-right-2":{"name":"arrow-loop-right-2","svg":{"outline":"","filled":null}},"arrow-loop-right":{"name":"arrow-loop-right","svg":{"outline":"","filled":null}},"arrow-merge-alt-left":{"name":"arrow-merge-alt-left","svg":{"outline":"","filled":null}},"arrow-merge-alt-right":{"name":"arrow-merge-alt-right","svg":{"outline":"","filled":null}},"arrow-merge-both":{"name":"arrow-merge-both","svg":{"outline":"","filled":null}},"arrow-merge-left":{"name":"arrow-merge-left","svg":{"outline":"","filled":null}},"arrow-merge-right":{"name":"arrow-merge-right","svg":{"outline":"","filled":null}},"arrow-merge":{"name":"arrow-merge","svg":{"outline":"","filled":null}},"arrow-move-down":{"name":"arrow-move-down","svg":{"outline":"","filled":""}},"arrow-move-left":{"name":"arrow-move-left","svg":{"outline":"","filled":""}},"arrow-move-right":{"name":"arrow-move-right","svg":{"outline":"","filled":""}},"arrow-move-up":{"name":"arrow-move-up","svg":{"outline":"","filled":""}},"arrow-narrow-down-dashed":{"name":"arrow-narrow-down-dashed","svg":{"outline":"","filled":null}},"arrow-narrow-down":{"name":"arrow-narrow-down","svg":{"outline":"","filled":null}},"arrow-narrow-left-dashed":{"name":"arrow-narrow-left-dashed","svg":{"outline":"","filled":null}},"arrow-narrow-left":{"name":"arrow-narrow-left","svg":{"outline":"","filled":null}},"arrow-narrow-right-dashed":{"name":"arrow-narrow-right-dashed","svg":{"outline":"","filled":null}},"arrow-narrow-right":{"name":"arrow-narrow-right","svg":{"outline":"","filled":null}},"arrow-narrow-up-dashed":{"name":"arrow-narrow-up-dashed","svg":{"outline":"","filled":null}},"arrow-narrow-up":{"name":"arrow-narrow-up","svg":{"outline":"","filled":null}},"arrow-ramp-left-2":{"name":"arrow-ramp-left-2","svg":{"outline":"","filled":null}},"arrow-ramp-left-3":{"name":"arrow-ramp-left-3","svg":{"outline":"","filled":null}},"arrow-ramp-left":{"name":"arrow-ramp-left","svg":{"outline":"","filled":null}},"arrow-ramp-right-2":{"name":"arrow-ramp-right-2","svg":{"outline":"","filled":null}},"arrow-ramp-right-3":{"name":"arrow-ramp-right-3","svg":{"outline":"","filled":null}},"arrow-ramp-right":{"name":"arrow-ramp-right","svg":{"outline":"","filled":null}},"arrow-right-bar":{"name":"arrow-right-bar","svg":{"outline":"","filled":null}},"arrow-right-circle":{"name":"arrow-right-circle","svg":{"outline":"","filled":""}},"arrow-right-dashed":{"name":"arrow-right-dashed","svg":{"outline":"","filled":null}},"arrow-right-from-arc":{"name":"arrow-right-from-arc","svg":{"outline":"","filled":null}},"arrow-right-rhombus":{"name":"arrow-right-rhombus","svg":{"outline":"","filled":""}},"arrow-right-square":{"name":"arrow-right-square","svg":{"outline":"","filled":""}},"arrow-right-tail":{"name":"arrow-right-tail","svg":{"outline":"","filled":null}},"arrow-right-to-arc":{"name":"arrow-right-to-arc","svg":{"outline":"","filled":null}},"arrow-right":{"name":"arrow-right","svg":{"outline":"","filled":null}},"arrow-rotary-first-left":{"name":"arrow-rotary-first-left","svg":{"outline":"","filled":null}},"arrow-rotary-first-right":{"name":"arrow-rotary-first-right","svg":{"outline":"","filled":null}},"arrow-rotary-last-left":{"name":"arrow-rotary-last-left","svg":{"outline":"","filled":null}},"arrow-rotary-last-right":{"name":"arrow-rotary-last-right","svg":{"outline":"","filled":null}},"arrow-rotary-left":{"name":"arrow-rotary-left","svg":{"outline":"","filled":null}},"arrow-rotary-right":{"name":"arrow-rotary-right","svg":{"outline":"","filled":null}},"arrow-rotary-straight":{"name":"arrow-rotary-straight","svg":{"outline":"","filled":null}},"arrow-roundabout-left":{"name":"arrow-roundabout-left","svg":{"outline":"","filled":null}},"arrow-roundabout-right":{"name":"arrow-roundabout-right","svg":{"outline":"","filled":null}},"arrow-sharp-turn-left":{"name":"arrow-sharp-turn-left","svg":{"outline":"","filled":null}},"arrow-sharp-turn-right":{"name":"arrow-sharp-turn-right","svg":{"outline":"","filled":null}},"arrow-up-bar":{"name":"arrow-up-bar","svg":{"outline":"","filled":null}},"arrow-up-circle":{"name":"arrow-up-circle","svg":{"outline":"","filled":""}},"arrow-up-dashed":{"name":"arrow-up-dashed","svg":{"outline":"","filled":null}},"arrow-up-from-arc":{"name":"arrow-up-from-arc","svg":{"outline":"","filled":null}},"arrow-up-left-circle":{"name":"arrow-up-left-circle","svg":{"outline":"","filled":null}},"arrow-up-left":{"name":"arrow-up-left","svg":{"outline":"","filled":null}},"arrow-up-rhombus":{"name":"arrow-up-rhombus","svg":{"outline":"","filled":""}},"arrow-up-right-circle":{"name":"arrow-up-right-circle","svg":{"outline":"","filled":null}},"arrow-up-right":{"name":"arrow-up-right","svg":{"outline":"","filled":null}},"arrow-up-square":{"name":"arrow-up-square","svg":{"outline":"","filled":""}},"arrow-up-tail":{"name":"arrow-up-tail","svg":{"outline":"","filled":null}},"arrow-up-to-arc":{"name":"arrow-up-to-arc","svg":{"outline":"","filled":null}},"arrow-up":{"name":"arrow-up","svg":{"outline":"","filled":null}},"arrow-wave-left-down":{"name":"arrow-wave-left-down","svg":{"outline":"","filled":null}},"arrow-wave-left-up":{"name":"arrow-wave-left-up","svg":{"outline":"","filled":null}},"arrow-wave-right-down":{"name":"arrow-wave-right-down","svg":{"outline":"","filled":null}},"arrow-wave-right-up":{"name":"arrow-wave-right-up","svg":{"outline":"","filled":null}},"arrow-zig-zag":{"name":"arrow-zig-zag","svg":{"outline":"","filled":null}},"arrows-cross":{"name":"arrows-cross","svg":{"outline":"","filled":null}},"arrows-diagonal-2":{"name":"arrows-diagonal-2","svg":{"outline":"","filled":null}},"arrows-diagonal-minimize-2":{"name":"arrows-diagonal-minimize-2","svg":{"outline":"","filled":null}},"arrows-diagonal-minimize":{"name":"arrows-diagonal-minimize","svg":{"outline":"","filled":null}},"arrows-diagonal":{"name":"arrows-diagonal","svg":{"outline":"","filled":null}},"arrows-diff":{"name":"arrows-diff","svg":{"outline":"","filled":null}},"arrows-double-ne-sw":{"name":"arrows-double-ne-sw","svg":{"outline":"","filled":null}},"arrows-double-nw-se":{"name":"arrows-double-nw-se","svg":{"outline":"","filled":null}},"arrows-double-se-nw":{"name":"arrows-double-se-nw","svg":{"outline":"","filled":null}},"arrows-double-sw-ne":{"name":"arrows-double-sw-ne","svg":{"outline":"","filled":null}},"arrows-down-up":{"name":"arrows-down-up","svg":{"outline":"","filled":null}},"arrows-down":{"name":"arrows-down","svg":{"outline":"","filled":null}},"arrows-exchange-2":{"name":"arrows-exchange-2","svg":{"outline":"","filled":null}},"arrows-exchange":{"name":"arrows-exchange","svg":{"outline":"","filled":null}},"arrows-horizontal":{"name":"arrows-horizontal","svg":{"outline":"","filled":null}},"arrows-join-2":{"name":"arrows-join-2","svg":{"outline":"","filled":null}},"arrows-join":{"name":"arrows-join","svg":{"outline":"","filled":null}},"arrows-left-down":{"name":"arrows-left-down","svg":{"outline":"","filled":null}},"arrows-left-right":{"name":"arrows-left-right","svg":{"outline":"","filled":null}},"arrows-left":{"name":"arrows-left","svg":{"outline":"","filled":null}},"arrows-maximize":{"name":"arrows-maximize","svg":{"outline":"","filled":null}},"arrows-minimize":{"name":"arrows-minimize","svg":{"outline":"","filled":null}},"arrows-move-horizontal":{"name":"arrows-move-horizontal","svg":{"outline":"","filled":null}},"arrows-move-vertical":{"name":"arrows-move-vertical","svg":{"outline":"","filled":null}},"arrows-move":{"name":"arrows-move","svg":{"outline":"","filled":null}},"arrows-random":{"name":"arrows-random","svg":{"outline":"","filled":null}},"arrows-right-down":{"name":"arrows-right-down","svg":{"outline":"","filled":null}},"arrows-right-left":{"name":"arrows-right-left","svg":{"outline":"","filled":null}},"arrows-right":{"name":"arrows-right","svg":{"outline":"","filled":null}},"arrows-shuffle-2":{"name":"arrows-shuffle-2","svg":{"outline":"","filled":null}},"arrows-shuffle":{"name":"arrows-shuffle","svg":{"outline":"","filled":null}},"arrows-sort":{"name":"arrows-sort","svg":{"outline":"","filled":null}},"arrows-split-2":{"name":"arrows-split-2","svg":{"outline":"","filled":null}},"arrows-split":{"name":"arrows-split","svg":{"outline":"","filled":null}},"arrows-transfer-down":{"name":"arrows-transfer-down","svg":{"outline":"","filled":null}},"arrows-transfer-up-down":{"name":"arrows-transfer-up-down","svg":{"outline":"","filled":null}},"arrows-transfer-up":{"name":"arrows-transfer-up","svg":{"outline":"","filled":null}},"arrows-up-down":{"name":"arrows-up-down","svg":{"outline":"","filled":null}},"arrows-up-left":{"name":"arrows-up-left","svg":{"outline":"","filled":null}},"arrows-up-right":{"name":"arrows-up-right","svg":{"outline":"","filled":null}},"arrows-up":{"name":"arrows-up","svg":{"outline":"","filled":null}},"arrows-vertical":{"name":"arrows-vertical","svg":{"outline":"","filled":null}},"artboard-off":{"name":"artboard-off","svg":{"outline":"","filled":null}},"artboard":{"name":"artboard","svg":{"outline":"","filled":""}},"article-off":{"name":"article-off","svg":{"outline":"","filled":null}},"article":{"name":"article","svg":{"outline":"","filled":""}},"aspect-ratio-off":{"name":"aspect-ratio-off","svg":{"outline":"","filled":null}},"aspect-ratio":{"name":"aspect-ratio","svg":{"outline":"","filled":""}},"assembly-off":{"name":"assembly-off","svg":{"outline":"","filled":null}},"assembly":{"name":"assembly","svg":{"outline":"","filled":""}},"asset":{"name":"asset","svg":{"outline":"","filled":""}},"asterisk-simple":{"name":"asterisk-simple","svg":{"outline":"","filled":null}},"asterisk":{"name":"asterisk","svg":{"outline":"","filled":null}},"at-off":{"name":"at-off","svg":{"outline":"","filled":null}},"at":{"name":"at","svg":{"outline":"","filled":null}},"atom-2":{"name":"atom-2","svg":{"outline":"","filled":""}},"atom-off":{"name":"atom-off","svg":{"outline":"","filled":null}},"atom":{"name":"atom","svg":{"outline":"","filled":null}},"augmented-reality-2":{"name":"augmented-reality-2","svg":{"outline":"","filled":null}},"augmented-reality-off":{"name":"augmented-reality-off","svg":{"outline":"","filled":null}},"augmented-reality":{"name":"augmented-reality","svg":{"outline":"","filled":null}},"auth-2fa":{"name":"auth-2fa","svg":{"outline":"","filled":null}},"automatic-gearbox":{"name":"automatic-gearbox","svg":{"outline":"","filled":""}},"automation":{"name":"automation","svg":{"outline":"","filled":null}},"avocado":{"name":"avocado","svg":{"outline":"","filled":null}},"award-off":{"name":"award-off","svg":{"outline":"","filled":null}},"award":{"name":"award","svg":{"outline":"","filled":""}},"axe":{"name":"axe","svg":{"outline":"","filled":null}},"axis-x":{"name":"axis-x","svg":{"outline":"","filled":null}},"axis-y":{"name":"axis-y","svg":{"outline":"","filled":null}},"baby-bottle":{"name":"baby-bottle","svg":{"outline":"","filled":null}},"baby-carriage":{"name":"baby-carriage","svg":{"outline":"","filled":""}},"background":{"name":"background","svg":{"outline":"","filled":null}},"backhoe":{"name":"backhoe","svg":{"outline":"","filled":null}},"backpack-off":{"name":"backpack-off","svg":{"outline":"","filled":null}},"backpack":{"name":"backpack","svg":{"outline":"","filled":null}},"backslash":{"name":"backslash","svg":{"outline":"","filled":null}},"backspace":{"name":"backspace","svg":{"outline":"","filled":""}},"badge-2k":{"name":"badge-2k","svg":{"outline":"","filled":null}},"badge-3d":{"name":"badge-3d","svg":{"outline":"","filled":""}},"badge-3k":{"name":"badge-3k","svg":{"outline":"","filled":null}},"badge-4k":{"name":"badge-4k","svg":{"outline":"","filled":""}},"badge-5k":{"name":"badge-5k","svg":{"outline":"","filled":null}},"badge-8k":{"name":"badge-8k","svg":{"outline":"","filled":""}},"badge-ad-off":{"name":"badge-ad-off","svg":{"outline":"","filled":null}},"badge-ad":{"name":"badge-ad","svg":{"outline":"","filled":""}},"badge-ar":{"name":"badge-ar","svg":{"outline":"","filled":""}},"badge-cc":{"name":"badge-cc","svg":{"outline":"","filled":""}},"badge-hd":{"name":"badge-hd","svg":{"outline":"","filled":""}},"badge-off":{"name":"badge-off","svg":{"outline":"","filled":null}},"badge-sd":{"name":"badge-sd","svg":{"outline":"","filled":""}},"badge-tm":{"name":"badge-tm","svg":{"outline":"","filled":""}},"badge-vo":{"name":"badge-vo","svg":{"outline":"","filled":""}},"badge-vr":{"name":"badge-vr","svg":{"outline":"","filled":""}},"badge-wc":{"name":"badge-wc","svg":{"outline":"","filled":""}},"badge":{"name":"badge","svg":{"outline":"","filled":""}},"badges-off":{"name":"badges-off","svg":{"outline":"","filled":null}},"badges":{"name":"badges","svg":{"outline":"","filled":""}},"baguette":{"name":"baguette","svg":{"outline":"","filled":null}},"ball-american-football-off":{"name":"ball-american-football-off","svg":{"outline":"","filled":null}},"ball-american-football":{"name":"ball-american-football","svg":{"outline":"","filled":null}},"ball-baseball":{"name":"ball-baseball","svg":{"outline":"","filled":null}},"ball-basketball":{"name":"ball-basketball","svg":{"outline":"","filled":null}},"ball-bowling":{"name":"ball-bowling","svg":{"outline":"","filled":null}},"ball-football-off":{"name":"ball-football-off","svg":{"outline":"","filled":null}},"ball-football":{"name":"ball-football","svg":{"outline":"","filled":null}},"ball-tennis":{"name":"ball-tennis","svg":{"outline":"","filled":null}},"ball-volleyball":{"name":"ball-volleyball","svg":{"outline":"","filled":null}},"balloon-off":{"name":"balloon-off","svg":{"outline":"","filled":null}},"balloon":{"name":"balloon","svg":{"outline":"","filled":""}},"ballpen-off":{"name":"ballpen-off","svg":{"outline":"","filled":null}},"ballpen":{"name":"ballpen","svg":{"outline":"","filled":""}},"ban":{"name":"ban","svg":{"outline":"","filled":null}},"bandage-off":{"name":"bandage-off","svg":{"outline":"","filled":null}},"bandage":{"name":"bandage","svg":{"outline":"","filled":""}},"barbell-off":{"name":"barbell-off","svg":{"outline":"","filled":null}},"barbell":{"name":"barbell","svg":{"outline":"","filled":""}},"barcode-off":{"name":"barcode-off","svg":{"outline":"","filled":null}},"barcode":{"name":"barcode","svg":{"outline":"","filled":null}},"barrel-off":{"name":"barrel-off","svg":{"outline":"","filled":null}},"barrel":{"name":"barrel","svg":{"outline":"","filled":null}},"barrier-block-off":{"name":"barrier-block-off","svg":{"outline":"","filled":null}},"barrier-block":{"name":"barrier-block","svg":{"outline":"","filled":""}},"baseline-density-large":{"name":"baseline-density-large","svg":{"outline":"","filled":null}},"baseline-density-medium":{"name":"baseline-density-medium","svg":{"outline":"","filled":null}},"baseline-density-small":{"name":"baseline-density-small","svg":{"outline":"","filled":null}},"baseline":{"name":"baseline","svg":{"outline":"","filled":null}},"basket-bolt":{"name":"basket-bolt","svg":{"outline":"","filled":null}},"basket-cancel":{"name":"basket-cancel","svg":{"outline":"","filled":null}},"basket-check":{"name":"basket-check","svg":{"outline":"","filled":null}},"basket-code":{"name":"basket-code","svg":{"outline":"","filled":null}},"basket-cog":{"name":"basket-cog","svg":{"outline":"","filled":null}},"basket-discount":{"name":"basket-discount","svg":{"outline":"","filled":null}},"basket-dollar":{"name":"basket-dollar","svg":{"outline":"","filled":null}},"basket-down":{"name":"basket-down","svg":{"outline":"","filled":null}},"basket-exclamation":{"name":"basket-exclamation","svg":{"outline":"","filled":null}},"basket-heart":{"name":"basket-heart","svg":{"outline":"","filled":null}},"basket-minus":{"name":"basket-minus","svg":{"outline":"","filled":null}},"basket-off":{"name":"basket-off","svg":{"outline":"","filled":null}},"basket-pause":{"name":"basket-pause","svg":{"outline":"","filled":null}},"basket-pin":{"name":"basket-pin","svg":{"outline":"","filled":null}},"basket-plus":{"name":"basket-plus","svg":{"outline":"","filled":null}},"basket-question":{"name":"basket-question","svg":{"outline":"","filled":null}},"basket-search":{"name":"basket-search","svg":{"outline":"","filled":null}},"basket-share":{"name":"basket-share","svg":{"outline":"","filled":null}},"basket-star":{"name":"basket-star","svg":{"outline":"","filled":null}},"basket-up":{"name":"basket-up","svg":{"outline":"","filled":null}},"basket-x":{"name":"basket-x","svg":{"outline":"","filled":null}},"basket":{"name":"basket","svg":{"outline":"","filled":""}},"bat":{"name":"bat","svg":{"outline":"","filled":null}},"bath-off":{"name":"bath-off","svg":{"outline":"","filled":null}},"bath":{"name":"bath","svg":{"outline":"","filled":""}},"battery-1":{"name":"battery-1","svg":{"outline":"","filled":""}},"battery-2":{"name":"battery-2","svg":{"outline":"","filled":""}},"battery-3":{"name":"battery-3","svg":{"outline":"","filled":""}},"battery-4":{"name":"battery-4","svg":{"outline":"","filled":""}},"battery-automotive":{"name":"battery-automotive","svg":{"outline":"","filled":""}},"battery-charging-2":{"name":"battery-charging-2","svg":{"outline":"","filled":null}},"battery-charging":{"name":"battery-charging","svg":{"outline":"","filled":null}},"battery-eco":{"name":"battery-eco","svg":{"outline":"","filled":null}},"battery-exclamation":{"name":"battery-exclamation","svg":{"outline":"","filled":null}},"battery-off":{"name":"battery-off","svg":{"outline":"","filled":null}},"battery-spark":{"name":"battery-spark","svg":{"outline":"","filled":null}},"battery-vertical-1":{"name":"battery-vertical-1","svg":{"outline":"","filled":""}},"battery-vertical-2":{"name":"battery-vertical-2","svg":{"outline":"","filled":""}},"battery-vertical-3":{"name":"battery-vertical-3","svg":{"outline":"","filled":""}},"battery-vertical-4":{"name":"battery-vertical-4","svg":{"outline":"","filled":""}},"battery-vertical-charging-2":{"name":"battery-vertical-charging-2","svg":{"outline":"","filled":null}},"battery-vertical-charging":{"name":"battery-vertical-charging","svg":{"outline":"","filled":null}},"battery-vertical-eco":{"name":"battery-vertical-eco","svg":{"outline":"","filled":null}},"battery-vertical-exclamation":{"name":"battery-vertical-exclamation","svg":{"outline":"","filled":null}},"battery-vertical-off":{"name":"battery-vertical-off","svg":{"outline":"","filled":null}},"battery-vertical":{"name":"battery-vertical","svg":{"outline":"","filled":""}},"battery":{"name":"battery","svg":{"outline":"","filled":""}},"beach-off":{"name":"beach-off","svg":{"outline":"","filled":null}},"beach":{"name":"beach","svg":{"outline":"","filled":null}},"bed-flat":{"name":"bed-flat","svg":{"outline":"","filled":""}},"bed-off":{"name":"bed-off","svg":{"outline":"","filled":null}},"bed":{"name":"bed","svg":{"outline":"","filled":""}},"beer-off":{"name":"beer-off","svg":{"outline":"","filled":null}},"beer":{"name":"beer","svg":{"outline":"","filled":""}},"bell-bolt":{"name":"bell-bolt","svg":{"outline":"","filled":null}},"bell-cancel":{"name":"bell-cancel","svg":{"outline":"","filled":null}},"bell-check":{"name":"bell-check","svg":{"outline":"","filled":null}},"bell-code":{"name":"bell-code","svg":{"outline":"","filled":null}},"bell-cog":{"name":"bell-cog","svg":{"outline":"","filled":null}},"bell-dollar":{"name":"bell-dollar","svg":{"outline":"","filled":null}},"bell-down":{"name":"bell-down","svg":{"outline":"","filled":null}},"bell-exclamation":{"name":"bell-exclamation","svg":{"outline":"","filled":null}},"bell-heart":{"name":"bell-heart","svg":{"outline":"","filled":null}},"bell-minus":{"name":"bell-minus","svg":{"outline":"","filled":""}},"bell-off":{"name":"bell-off","svg":{"outline":"","filled":null}},"bell-pause":{"name":"bell-pause","svg":{"outline":"","filled":null}},"bell-pin":{"name":"bell-pin","svg":{"outline":"","filled":null}},"bell-plus":{"name":"bell-plus","svg":{"outline":"","filled":""}},"bell-question":{"name":"bell-question","svg":{"outline":"","filled":null}},"bell-ringing-2":{"name":"bell-ringing-2","svg":{"outline":"","filled":""}},"bell-ringing":{"name":"bell-ringing","svg":{"outline":"","filled":""}},"bell-school":{"name":"bell-school","svg":{"outline":"","filled":null}},"bell-search":{"name":"bell-search","svg":{"outline":"","filled":null}},"bell-share":{"name":"bell-share","svg":{"outline":"","filled":null}},"bell-star":{"name":"bell-star","svg":{"outline":"","filled":null}},"bell-up":{"name":"bell-up","svg":{"outline":"","filled":null}},"bell-x":{"name":"bell-x","svg":{"outline":"","filled":""}},"bell-z":{"name":"bell-z","svg":{"outline":"","filled":""}},"bell":{"name":"bell","svg":{"outline":"","filled":""}},"beta":{"name":"beta","svg":{"outline":"","filled":null}},"bible":{"name":"bible","svg":{"outline":"","filled":null}},"bike-off":{"name":"bike-off","svg":{"outline":"","filled":null}},"bike":{"name":"bike","svg":{"outline":"","filled":""}},"binary-off":{"name":"binary-off","svg":{"outline":"","filled":null}},"binary-tree-2":{"name":"binary-tree-2","svg":{"outline":"","filled":""}},"binary-tree":{"name":"binary-tree","svg":{"outline":"","filled":""}},"binary":{"name":"binary","svg":{"outline":"","filled":null}},"binoculars":{"name":"binoculars","svg":{"outline":"","filled":""}},"biohazard-off":{"name":"biohazard-off","svg":{"outline":"","filled":null}},"biohazard":{"name":"biohazard","svg":{"outline":"","filled":""}},"blade":{"name":"blade","svg":{"outline":"","filled":""}},"bleach-chlorine":{"name":"bleach-chlorine","svg":{"outline":"","filled":null}},"bleach-no-chlorine":{"name":"bleach-no-chlorine","svg":{"outline":"","filled":null}},"bleach-off":{"name":"bleach-off","svg":{"outline":"","filled":null}},"bleach":{"name":"bleach","svg":{"outline":"","filled":null}},"blend-mode":{"name":"blend-mode","svg":{"outline":"","filled":null}},"blender":{"name":"blender","svg":{"outline":"","filled":""}},"blob":{"name":"blob","svg":{"outline":"","filled":""}},"blockquote":{"name":"blockquote","svg":{"outline":"","filled":null}},"blocks":{"name":"blocks","svg":{"outline":"","filled":null}},"bluetooth-connected":{"name":"bluetooth-connected","svg":{"outline":"","filled":null}},"bluetooth-off":{"name":"bluetooth-off","svg":{"outline":"","filled":null}},"bluetooth-x":{"name":"bluetooth-x","svg":{"outline":"","filled":null}},"bluetooth":{"name":"bluetooth","svg":{"outline":"","filled":null}},"blur-off":{"name":"blur-off","svg":{"outline":"","filled":null}},"blur":{"name":"blur","svg":{"outline":"","filled":null}},"bmp":{"name":"bmp","svg":{"outline":"","filled":null}},"body-scan":{"name":"body-scan","svg":{"outline":"","filled":null}},"bold-off":{"name":"bold-off","svg":{"outline":"","filled":null}},"bold":{"name":"bold","svg":{"outline":"","filled":null}},"bolt-off":{"name":"bolt-off","svg":{"outline":"","filled":null}},"bolt":{"name":"bolt","svg":{"outline":"","filled":""}},"bomb":{"name":"bomb","svg":{"outline":"","filled":""}},"bone-off":{"name":"bone-off","svg":{"outline":"","filled":null}},"bone":{"name":"bone","svg":{"outline":"","filled":""}},"bong-off":{"name":"bong-off","svg":{"outline":"","filled":null}},"bong":{"name":"bong","svg":{"outline":"","filled":""}},"book-2":{"name":"book-2","svg":{"outline":"","filled":null}},"book-download":{"name":"book-download","svg":{"outline":"","filled":null}},"book-off":{"name":"book-off","svg":{"outline":"","filled":null}},"book-upload":{"name":"book-upload","svg":{"outline":"","filled":null}},"book":{"name":"book","svg":{"outline":"","filled":""}},"bookmark-ai":{"name":"bookmark-ai","svg":{"outline":"","filled":null}},"bookmark-edit":{"name":"bookmark-edit","svg":{"outline":"","filled":null}},"bookmark-minus":{"name":"bookmark-minus","svg":{"outline":"","filled":null}},"bookmark-off":{"name":"bookmark-off","svg":{"outline":"","filled":null}},"bookmark-plus":{"name":"bookmark-plus","svg":{"outline":"","filled":null}},"bookmark-question":{"name":"bookmark-question","svg":{"outline":"","filled":null}},"bookmark":{"name":"bookmark","svg":{"outline":"","filled":""}},"bookmarks-off":{"name":"bookmarks-off","svg":{"outline":"","filled":null}},"bookmarks":{"name":"bookmarks","svg":{"outline":"","filled":""}},"books-off":{"name":"books-off","svg":{"outline":"","filled":null}},"books":{"name":"books","svg":{"outline":"","filled":null}},"boom":{"name":"boom","svg":{"outline":"","filled":""}},"border-all":{"name":"border-all","svg":{"outline":"","filled":null}},"border-bottom-plus":{"name":"border-bottom-plus","svg":{"outline":"","filled":null}},"border-bottom":{"name":"border-bottom","svg":{"outline":"","filled":null}},"border-corner-ios":{"name":"border-corner-ios","svg":{"outline":"","filled":null}},"border-corner-pill":{"name":"border-corner-pill","svg":{"outline":"","filled":null}},"border-corner-rounded":{"name":"border-corner-rounded","svg":{"outline":"","filled":null}},"border-corner-square":{"name":"border-corner-square","svg":{"outline":"","filled":null}},"border-corners":{"name":"border-corners","svg":{"outline":"","filled":null}},"border-horizontal":{"name":"border-horizontal","svg":{"outline":"","filled":null}},"border-inner":{"name":"border-inner","svg":{"outline":"","filled":null}},"border-left-plus":{"name":"border-left-plus","svg":{"outline":"","filled":null}},"border-left":{"name":"border-left","svg":{"outline":"","filled":null}},"border-none":{"name":"border-none","svg":{"outline":"","filled":null}},"border-outer":{"name":"border-outer","svg":{"outline":"","filled":null}},"border-radius":{"name":"border-radius","svg":{"outline":"","filled":null}},"border-right-plus":{"name":"border-right-plus","svg":{"outline":"","filled":null}},"border-right":{"name":"border-right","svg":{"outline":"","filled":null}},"border-sides":{"name":"border-sides","svg":{"outline":"","filled":null}},"border-style-2":{"name":"border-style-2","svg":{"outline":"","filled":null}},"border-style":{"name":"border-style","svg":{"outline":"","filled":null}},"border-top-plus":{"name":"border-top-plus","svg":{"outline":"","filled":null}},"border-top":{"name":"border-top","svg":{"outline":"","filled":null}},"border-vertical":{"name":"border-vertical","svg":{"outline":"","filled":null}},"bottle-off":{"name":"bottle-off","svg":{"outline":"","filled":null}},"bottle":{"name":"bottle","svg":{"outline":"","filled":""}},"bounce-left":{"name":"bounce-left","svg":{"outline":"","filled":""}},"bounce-right":{"name":"bounce-right","svg":{"outline":"","filled":""}},"bow":{"name":"bow","svg":{"outline":"","filled":""}},"bowl-chopsticks":{"name":"bowl-chopsticks","svg":{"outline":"","filled":""}},"bowl-spoon":{"name":"bowl-spoon","svg":{"outline":"","filled":""}},"bowl":{"name":"bowl","svg":{"outline":"","filled":""}},"bowling":{"name":"bowling","svg":{"outline":"","filled":null}},"box-align-bottom-left":{"name":"box-align-bottom-left","svg":{"outline":"","filled":""}},"box-align-bottom-right":{"name":"box-align-bottom-right","svg":{"outline":"","filled":""}},"box-align-bottom":{"name":"box-align-bottom","svg":{"outline":"","filled":""}},"box-align-left":{"name":"box-align-left","svg":{"outline":"","filled":""}},"box-align-right":{"name":"box-align-right","svg":{"outline":"","filled":""}},"box-align-top-left":{"name":"box-align-top-left","svg":{"outline":"","filled":""}},"box-align-top-right":{"name":"box-align-top-right","svg":{"outline":"","filled":""}},"box-align-top":{"name":"box-align-top","svg":{"outline":"","filled":""}},"box-margin":{"name":"box-margin","svg":{"outline":"","filled":null}},"box-model-2-off":{"name":"box-model-2-off","svg":{"outline":"","filled":null}},"box-model-2":{"name":"box-model-2","svg":{"outline":"","filled":null}},"box-model-off":{"name":"box-model-off","svg":{"outline":"","filled":null}},"box-model":{"name":"box-model","svg":{"outline":"","filled":null}},"box-multiple-0":{"name":"box-multiple-0","svg":{"outline":"","filled":null}},"box-multiple-1":{"name":"box-multiple-1","svg":{"outline":"","filled":null}},"box-multiple-2":{"name":"box-multiple-2","svg":{"outline":"","filled":null}},"box-multiple-3":{"name":"box-multiple-3","svg":{"outline":"","filled":null}},"box-multiple-4":{"name":"box-multiple-4","svg":{"outline":"","filled":null}},"box-multiple-5":{"name":"box-multiple-5","svg":{"outline":"","filled":null}},"box-multiple-6":{"name":"box-multiple-6","svg":{"outline":"","filled":null}},"box-multiple-7":{"name":"box-multiple-7","svg":{"outline":"","filled":null}},"box-multiple-8":{"name":"box-multiple-8","svg":{"outline":"","filled":null}},"box-multiple-9":{"name":"box-multiple-9","svg":{"outline":"","filled":null}},"box-multiple":{"name":"box-multiple","svg":{"outline":"","filled":""}},"box-off":{"name":"box-off","svg":{"outline":"","filled":null}},"box-padding":{"name":"box-padding","svg":{"outline":"","filled":null}},"box":{"name":"box","svg":{"outline":"","filled":null}},"braces-off":{"name":"braces-off","svg":{"outline":"","filled":null}},"braces":{"name":"braces","svg":{"outline":"","filled":null}},"brackets-angle-off":{"name":"brackets-angle-off","svg":{"outline":"","filled":null}},"brackets-angle":{"name":"brackets-angle","svg":{"outline":"","filled":null}},"brackets-contain-end":{"name":"brackets-contain-end","svg":{"outline":"","filled":null}},"brackets-contain-start":{"name":"brackets-contain-start","svg":{"outline":"","filled":null}},"brackets-contain":{"name":"brackets-contain","svg":{"outline":"","filled":null}},"brackets-off":{"name":"brackets-off","svg":{"outline":"","filled":null}},"brackets":{"name":"brackets","svg":{"outline":"","filled":null}},"braille":{"name":"braille","svg":{"outline":"","filled":null}},"brain":{"name":"brain","svg":{"outline":"","filled":null}},"brand-4chan":{"name":"brand-4chan","svg":{"outline":"","filled":null}},"brand-abstract":{"name":"brand-abstract","svg":{"outline":"","filled":null}},"brand-adobe-after-effect":{"name":"brand-adobe-after-effect","svg":{"outline":"","filled":null}},"brand-adobe-illustrator":{"name":"brand-adobe-illustrator","svg":{"outline":"","filled":null}},"brand-adobe-indesign":{"name":"brand-adobe-indesign","svg":{"outline":"","filled":null}},"brand-adobe-photoshop":{"name":"brand-adobe-photoshop","svg":{"outline":"","filled":null}},"brand-adobe-premier":{"name":"brand-adobe-premier","svg":{"outline":"","filled":null}},"brand-adobe-xd":{"name":"brand-adobe-xd","svg":{"outline":"","filled":null}},"brand-adobe":{"name":"brand-adobe","svg":{"outline":"","filled":null}},"brand-adonis-js":{"name":"brand-adonis-js","svg":{"outline":"","filled":null}},"brand-airbnb":{"name":"brand-airbnb","svg":{"outline":"","filled":null}},"brand-airtable":{"name":"brand-airtable","svg":{"outline":"","filled":null}},"brand-algolia":{"name":"brand-algolia","svg":{"outline":"","filled":null}},"brand-alipay":{"name":"brand-alipay","svg":{"outline":"","filled":null}},"brand-alpine-js":{"name":"brand-alpine-js","svg":{"outline":"","filled":null}},"brand-amazon":{"name":"brand-amazon","svg":{"outline":"","filled":null}},"brand-amd":{"name":"brand-amd","svg":{"outline":"","filled":null}},"brand-amie":{"name":"brand-amie","svg":{"outline":"","filled":null}},"brand-amigo":{"name":"brand-amigo","svg":{"outline":"","filled":null}},"brand-among-us":{"name":"brand-among-us","svg":{"outline":"","filled":null}},"brand-android":{"name":"brand-android","svg":{"outline":"","filled":null}},"brand-angular":{"name":"brand-angular","svg":{"outline":"","filled":""}},"brand-ansible":{"name":"brand-ansible","svg":{"outline":"","filled":null}},"brand-ao3":{"name":"brand-ao3","svg":{"outline":"","filled":null}},"brand-appgallery":{"name":"brand-appgallery","svg":{"outline":"","filled":null}},"brand-apple-arcade":{"name":"brand-apple-arcade","svg":{"outline":"","filled":null}},"brand-apple-news":{"name":"brand-apple-news","svg":{"outline":"","filled":null}},"brand-apple-podcast":{"name":"brand-apple-podcast","svg":{"outline":"","filled":null}},"brand-apple":{"name":"brand-apple","svg":{"outline":"","filled":""}},"brand-appstore":{"name":"brand-appstore","svg":{"outline":"","filled":null}},"brand-arc":{"name":"brand-arc","svg":{"outline":"","filled":null}},"brand-asana":{"name":"brand-asana","svg":{"outline":"","filled":null}},"brand-astro":{"name":"brand-astro","svg":{"outline":"","filled":null}},"brand-auth0":{"name":"brand-auth0","svg":{"outline":"","filled":null}},"brand-aws":{"name":"brand-aws","svg":{"outline":"","filled":null}},"brand-azure":{"name":"brand-azure","svg":{"outline":"","filled":null}},"brand-backbone":{"name":"brand-backbone","svg":{"outline":"","filled":null}},"brand-badoo":{"name":"brand-badoo","svg":{"outline":"","filled":null}},"brand-baidu":{"name":"brand-baidu","svg":{"outline":"","filled":null}},"brand-bandcamp":{"name":"brand-bandcamp","svg":{"outline":"","filled":null}},"brand-bandlab":{"name":"brand-bandlab","svg":{"outline":"","filled":null}},"brand-beats":{"name":"brand-beats","svg":{"outline":"","filled":null}},"brand-bebo":{"name":"brand-bebo","svg":{"outline":"","filled":null}},"brand-behance":{"name":"brand-behance","svg":{"outline":"","filled":null}},"brand-bilibili":{"name":"brand-bilibili","svg":{"outline":"","filled":null}},"brand-binance":{"name":"brand-binance","svg":{"outline":"","filled":null}},"brand-bing":{"name":"brand-bing","svg":{"outline":"","filled":null}},"brand-bitbucket":{"name":"brand-bitbucket","svg":{"outline":"","filled":""}},"brand-blackberry":{"name":"brand-blackberry","svg":{"outline":"","filled":null}},"brand-blender":{"name":"brand-blender","svg":{"outline":"","filled":null}},"brand-blogger":{"name":"brand-blogger","svg":{"outline":"","filled":null}},"brand-bluesky":{"name":"brand-bluesky","svg":{"outline":"","filled":null}},"brand-booking":{"name":"brand-booking","svg":{"outline":"","filled":null}},"brand-bootstrap":{"name":"brand-bootstrap","svg":{"outline":"","filled":null}},"brand-bulma":{"name":"brand-bulma","svg":{"outline":"","filled":null}},"brand-bumble":{"name":"brand-bumble","svg":{"outline":"","filled":null}},"brand-bunpo":{"name":"brand-bunpo","svg":{"outline":"","filled":null}},"brand-c-sharp":{"name":"brand-c-sharp","svg":{"outline":"","filled":null}},"brand-cake":{"name":"brand-cake","svg":{"outline":"","filled":null}},"brand-cakephp":{"name":"brand-cakephp","svg":{"outline":"","filled":null}},"brand-campaignmonitor":{"name":"brand-campaignmonitor","svg":{"outline":"","filled":null}},"brand-carbon":{"name":"brand-carbon","svg":{"outline":"","filled":null}},"brand-cashapp":{"name":"brand-cashapp","svg":{"outline":"","filled":null}},"brand-chrome":{"name":"brand-chrome","svg":{"outline":"","filled":null}},"brand-cinema-4d":{"name":"brand-cinema-4d","svg":{"outline":"","filled":null}},"brand-citymapper":{"name":"brand-citymapper","svg":{"outline":"","filled":null}},"brand-cloudflare":{"name":"brand-cloudflare","svg":{"outline":"","filled":null}},"brand-codecov":{"name":"brand-codecov","svg":{"outline":"","filled":null}},"brand-codepen":{"name":"brand-codepen","svg":{"outline":"","filled":null}},"brand-codesandbox":{"name":"brand-codesandbox","svg":{"outline":"","filled":null}},"brand-cohost":{"name":"brand-cohost","svg":{"outline":"","filled":null}},"brand-coinbase":{"name":"brand-coinbase","svg":{"outline":"","filled":null}},"brand-comedy-central":{"name":"brand-comedy-central","svg":{"outline":"","filled":null}},"brand-coreos":{"name":"brand-coreos","svg":{"outline":"","filled":null}},"brand-couchdb":{"name":"brand-couchdb","svg":{"outline":"","filled":null}},"brand-couchsurfing":{"name":"brand-couchsurfing","svg":{"outline":"","filled":null}},"brand-cpp":{"name":"brand-cpp","svg":{"outline":"","filled":null}},"brand-craft":{"name":"brand-craft","svg":{"outline":"","filled":null}},"brand-crunchbase":{"name":"brand-crunchbase","svg":{"outline":"","filled":null}},"brand-css3":{"name":"brand-css3","svg":{"outline":"","filled":null}},"brand-ctemplar":{"name":"brand-ctemplar","svg":{"outline":"","filled":null}},"brand-cucumber":{"name":"brand-cucumber","svg":{"outline":"","filled":null}},"brand-cupra":{"name":"brand-cupra","svg":{"outline":"","filled":null}},"brand-cypress":{"name":"brand-cypress","svg":{"outline":"","filled":null}},"brand-d3":{"name":"brand-d3","svg":{"outline":"","filled":null}},"brand-databricks":{"name":"brand-databricks","svg":{"outline":"","filled":null}},"brand-days-counter":{"name":"brand-days-counter","svg":{"outline":"","filled":null}},"brand-dcos":{"name":"brand-dcos","svg":{"outline":"","filled":null}},"brand-debian":{"name":"brand-debian","svg":{"outline":"","filled":null}},"brand-deezer":{"name":"brand-deezer","svg":{"outline":"","filled":null}},"brand-deliveroo":{"name":"brand-deliveroo","svg":{"outline":"","filled":null}},"brand-deno":{"name":"brand-deno","svg":{"outline":"","filled":null}},"brand-denodo":{"name":"brand-denodo","svg":{"outline":"","filled":null}},"brand-deviantart":{"name":"brand-deviantart","svg":{"outline":"","filled":null}},"brand-digg":{"name":"brand-digg","svg":{"outline":"","filled":null}},"brand-dingtalk":{"name":"brand-dingtalk","svg":{"outline":"","filled":null}},"brand-discord":{"name":"brand-discord","svg":{"outline":"","filled":""}},"brand-disney":{"name":"brand-disney","svg":{"outline":"","filled":null}},"brand-disqus":{"name":"brand-disqus","svg":{"outline":"","filled":null}},"brand-django":{"name":"brand-django","svg":{"outline":"","filled":null}},"brand-docker":{"name":"brand-docker","svg":{"outline":"","filled":null}},"brand-doctrine":{"name":"brand-doctrine","svg":{"outline":"","filled":null}},"brand-dolby-digital":{"name":"brand-dolby-digital","svg":{"outline":"","filled":null}},"brand-douban":{"name":"brand-douban","svg":{"outline":"","filled":null}},"brand-dribbble":{"name":"brand-dribbble","svg":{"outline":"","filled":""}},"brand-drops":{"name":"brand-drops","svg":{"outline":"","filled":null}},"brand-drupal":{"name":"brand-drupal","svg":{"outline":"","filled":null}},"brand-edge":{"name":"brand-edge","svg":{"outline":"","filled":null}},"brand-elastic":{"name":"brand-elastic","svg":{"outline":"","filled":null}},"brand-electronic-arts":{"name":"brand-electronic-arts","svg":{"outline":"","filled":null}},"brand-ember":{"name":"brand-ember","svg":{"outline":"","filled":null}},"brand-envato":{"name":"brand-envato","svg":{"outline":"","filled":null}},"brand-etsy":{"name":"brand-etsy","svg":{"outline":"","filled":null}},"brand-evernote":{"name":"brand-evernote","svg":{"outline":"","filled":null}},"brand-facebook":{"name":"brand-facebook","svg":{"outline":"","filled":""}},"brand-feedly":{"name":"brand-feedly","svg":{"outline":"","filled":null}},"brand-figma":{"name":"brand-figma","svg":{"outline":"","filled":null}},"brand-filezilla":{"name":"brand-filezilla","svg":{"outline":"","filled":null}},"brand-finder":{"name":"brand-finder","svg":{"outline":"","filled":null}},"brand-firebase":{"name":"brand-firebase","svg":{"outline":"","filled":null}},"brand-firefox":{"name":"brand-firefox","svg":{"outline":"","filled":null}},"brand-fiverr":{"name":"brand-fiverr","svg":{"outline":"","filled":null}},"brand-flickr":{"name":"brand-flickr","svg":{"outline":"","filled":null}},"brand-flightradar24":{"name":"brand-flightradar24","svg":{"outline":"","filled":null}},"brand-flipboard":{"name":"brand-flipboard","svg":{"outline":"","filled":null}},"brand-flutter":{"name":"brand-flutter","svg":{"outline":"","filled":null}},"brand-fortnite":{"name":"brand-fortnite","svg":{"outline":"","filled":null}},"brand-foursquare":{"name":"brand-foursquare","svg":{"outline":"","filled":null}},"brand-framer-motion":{"name":"brand-framer-motion","svg":{"outline":"","filled":null}},"brand-framer":{"name":"brand-framer","svg":{"outline":"","filled":null}},"brand-funimation":{"name":"brand-funimation","svg":{"outline":"","filled":null}},"brand-gatsby":{"name":"brand-gatsby","svg":{"outline":"","filled":null}},"brand-git":{"name":"brand-git","svg":{"outline":"","filled":null}},"brand-github-copilot":{"name":"brand-github-copilot","svg":{"outline":"","filled":null}},"brand-github":{"name":"brand-github","svg":{"outline":"","filled":""}},"brand-gitlab":{"name":"brand-gitlab","svg":{"outline":"","filled":null}},"brand-gmail":{"name":"brand-gmail","svg":{"outline":"","filled":null}},"brand-golang":{"name":"brand-golang","svg":{"outline":"","filled":null}},"brand-google-analytics":{"name":"brand-google-analytics","svg":{"outline":"","filled":null}},"brand-google-big-query":{"name":"brand-google-big-query","svg":{"outline":"","filled":null}},"brand-google-drive":{"name":"brand-google-drive","svg":{"outline":"","filled":null}},"brand-google-fit":{"name":"brand-google-fit","svg":{"outline":"","filled":null}},"brand-google-home":{"name":"brand-google-home","svg":{"outline":"","filled":null}},"brand-google-maps":{"name":"brand-google-maps","svg":{"outline":"","filled":null}},"brand-google-one":{"name":"brand-google-one","svg":{"outline":"","filled":null}},"brand-google-photos":{"name":"brand-google-photos","svg":{"outline":"","filled":null}},"brand-google-play":{"name":"brand-google-play","svg":{"outline":"","filled":null}},"brand-google-podcasts":{"name":"brand-google-podcasts","svg":{"outline":"","filled":null}},"brand-google":{"name":"brand-google","svg":{"outline":"","filled":""}},"brand-grammarly":{"name":"brand-grammarly","svg":{"outline":"","filled":null}},"brand-graphql":{"name":"brand-graphql","svg":{"outline":"","filled":null}},"brand-gravatar":{"name":"brand-gravatar","svg":{"outline":"","filled":null}},"brand-grindr":{"name":"brand-grindr","svg":{"outline":"","filled":null}},"brand-guardian":{"name":"brand-guardian","svg":{"outline":"","filled":null}},"brand-gumroad":{"name":"brand-gumroad","svg":{"outline":"","filled":null}},"brand-hackerrank":{"name":"brand-hackerrank","svg":{"outline":"","filled":null}},"brand-hbo":{"name":"brand-hbo","svg":{"outline":"","filled":null}},"brand-headlessui":{"name":"brand-headlessui","svg":{"outline":"","filled":null}},"brand-hexo":{"name":"brand-hexo","svg":{"outline":"","filled":null}},"brand-hipchat":{"name":"brand-hipchat","svg":{"outline":"","filled":null}},"brand-html5":{"name":"brand-html5","svg":{"outline":"","filled":null}},"brand-inertia":{"name":"brand-inertia","svg":{"outline":"","filled":null}},"brand-instagram":{"name":"brand-instagram","svg":{"outline":"","filled":""}},"brand-intercom":{"name":"brand-intercom","svg":{"outline":"","filled":null}},"brand-itch":{"name":"brand-itch","svg":{"outline":"","filled":null}},"brand-javascript":{"name":"brand-javascript","svg":{"outline":"","filled":null}},"brand-juejin":{"name":"brand-juejin","svg":{"outline":"","filled":null}},"brand-kako-talk":{"name":"brand-kako-talk","svg":{"outline":"","filled":null}},"brand-kbin":{"name":"brand-kbin","svg":{"outline":"","filled":null}},"brand-kick":{"name":"brand-kick","svg":{"outline":"","filled":""}},"brand-kickstarter":{"name":"brand-kickstarter","svg":{"outline":"","filled":null}},"brand-kotlin":{"name":"brand-kotlin","svg":{"outline":"","filled":null}},"brand-laravel":{"name":"brand-laravel","svg":{"outline":"","filled":null}},"brand-lastfm":{"name":"brand-lastfm","svg":{"outline":"","filled":null}},"brand-leetcode":{"name":"brand-leetcode","svg":{"outline":"","filled":null}},"brand-letterboxd":{"name":"brand-letterboxd","svg":{"outline":"","filled":null}},"brand-line":{"name":"brand-line","svg":{"outline":"","filled":null}},"brand-linkedin":{"name":"brand-linkedin","svg":{"outline":"","filled":""}},"brand-linktree":{"name":"brand-linktree","svg":{"outline":"","filled":null}},"brand-linqpad":{"name":"brand-linqpad","svg":{"outline":"","filled":null}},"brand-livewire":{"name":"brand-livewire","svg":{"outline":"","filled":null}},"brand-loom":{"name":"brand-loom","svg":{"outline":"","filled":null}},"brand-mailgun":{"name":"brand-mailgun","svg":{"outline":"","filled":null}},"brand-mantine":{"name":"brand-mantine","svg":{"outline":"","filled":null}},"brand-mastercard":{"name":"brand-mastercard","svg":{"outline":"","filled":null}},"brand-mastodon":{"name":"brand-mastodon","svg":{"outline":"","filled":null}},"brand-matrix":{"name":"brand-matrix","svg":{"outline":"","filled":null}},"brand-mcdonalds":{"name":"brand-mcdonalds","svg":{"outline":"","filled":null}},"brand-medium":{"name":"brand-medium","svg":{"outline":"","filled":null}},"brand-meetup":{"name":"brand-meetup","svg":{"outline":"","filled":null}},"brand-mercedes":{"name":"brand-mercedes","svg":{"outline":"","filled":null}},"brand-messenger":{"name":"brand-messenger","svg":{"outline":"","filled":""}},"brand-meta":{"name":"brand-meta","svg":{"outline":"","filled":null}},"brand-metabrainz":{"name":"brand-metabrainz","svg":{"outline":"","filled":null}},"brand-minecraft":{"name":"brand-minecraft","svg":{"outline":"","filled":null}},"brand-miniprogram":{"name":"brand-miniprogram","svg":{"outline":"","filled":null}},"brand-mixpanel":{"name":"brand-mixpanel","svg":{"outline":"","filled":null}},"brand-monday":{"name":"brand-monday","svg":{"outline":"","filled":null}},"brand-mongodb":{"name":"brand-mongodb","svg":{"outline":"","filled":null}},"brand-my-oppo":{"name":"brand-my-oppo","svg":{"outline":"","filled":null}},"brand-mysql":{"name":"brand-mysql","svg":{"outline":"","filled":null}},"brand-national-geographic":{"name":"brand-national-geographic","svg":{"outline":"","filled":null}},"brand-nem":{"name":"brand-nem","svg":{"outline":"","filled":null}},"brand-netbeans":{"name":"brand-netbeans","svg":{"outline":"","filled":null}},"brand-netease-music":{"name":"brand-netease-music","svg":{"outline":"","filled":null}},"brand-netflix":{"name":"brand-netflix","svg":{"outline":"","filled":null}},"brand-nexo":{"name":"brand-nexo","svg":{"outline":"","filled":null}},"brand-nextcloud":{"name":"brand-nextcloud","svg":{"outline":"","filled":null}},"brand-nextjs":{"name":"brand-nextjs","svg":{"outline":"","filled":null}},"brand-nodejs":{"name":"brand-nodejs","svg":{"outline":"","filled":null}},"brand-nord-vpn":{"name":"brand-nord-vpn","svg":{"outline":"","filled":null}},"brand-notion":{"name":"brand-notion","svg":{"outline":"","filled":null}},"brand-npm":{"name":"brand-npm","svg":{"outline":"","filled":null}},"brand-nuxt":{"name":"brand-nuxt","svg":{"outline":"","filled":null}},"brand-nytimes":{"name":"brand-nytimes","svg":{"outline":"","filled":null}},"brand-oauth":{"name":"brand-oauth","svg":{"outline":"","filled":null}},"brand-office":{"name":"brand-office","svg":{"outline":"","filled":null}},"brand-ok-ru":{"name":"brand-ok-ru","svg":{"outline":"","filled":null}},"brand-onedrive":{"name":"brand-onedrive","svg":{"outline":"","filled":null}},"brand-onlyfans":{"name":"brand-onlyfans","svg":{"outline":"","filled":null}},"brand-open-source":{"name":"brand-open-source","svg":{"outline":"","filled":""}},"brand-openai":{"name":"brand-openai","svg":{"outline":"","filled":null}},"brand-openvpn":{"name":"brand-openvpn","svg":{"outline":"","filled":null}},"brand-opera":{"name":"brand-opera","svg":{"outline":"","filled":""}},"brand-pagekit":{"name":"brand-pagekit","svg":{"outline":"","filled":null}},"brand-parsinta":{"name":"brand-parsinta","svg":{"outline":"","filled":null}},"brand-patreon":{"name":"brand-patreon","svg":{"outline":"","filled":""}},"brand-paypal":{"name":"brand-paypal","svg":{"outline":"","filled":""}},"brand-paypay":{"name":"brand-paypay","svg":{"outline":"","filled":null}},"brand-peanut":{"name":"brand-peanut","svg":{"outline":"","filled":null}},"brand-pepsi":{"name":"brand-pepsi","svg":{"outline":"","filled":null}},"brand-php":{"name":"brand-php","svg":{"outline":"","filled":null}},"brand-picsart":{"name":"brand-picsart","svg":{"outline":"","filled":null}},"brand-pinterest":{"name":"brand-pinterest","svg":{"outline":"","filled":""}},"brand-planetscale":{"name":"brand-planetscale","svg":{"outline":"","filled":null}},"brand-pnpm":{"name":"brand-pnpm","svg":{"outline":"","filled":null}},"brand-pocket":{"name":"brand-pocket","svg":{"outline":"","filled":null}},"brand-polymer":{"name":"brand-polymer","svg":{"outline":"","filled":null}},"brand-powershell":{"name":"brand-powershell","svg":{"outline":"","filled":null}},"brand-printables":{"name":"brand-printables","svg":{"outline":"","filled":null}},"brand-prisma":{"name":"brand-prisma","svg":{"outline":"","filled":null}},"brand-producthunt":{"name":"brand-producthunt","svg":{"outline":"","filled":null}},"brand-pushbullet":{"name":"brand-pushbullet","svg":{"outline":"","filled":null}},"brand-pushover":{"name":"brand-pushover","svg":{"outline":"","filled":null}},"brand-python":{"name":"brand-python","svg":{"outline":"","filled":null}},"brand-qq":{"name":"brand-qq","svg":{"outline":"","filled":null}},"brand-radix-ui":{"name":"brand-radix-ui","svg":{"outline":"","filled":null}},"brand-react-native":{"name":"brand-react-native","svg":{"outline":"","filled":null}},"brand-react":{"name":"brand-react","svg":{"outline":"","filled":null}},"brand-reason":{"name":"brand-reason","svg":{"outline":"","filled":null}},"brand-reddit":{"name":"brand-reddit","svg":{"outline":"","filled":null}},"brand-redhat":{"name":"brand-redhat","svg":{"outline":"","filled":null}},"brand-redux":{"name":"brand-redux","svg":{"outline":"","filled":null}},"brand-revolut":{"name":"brand-revolut","svg":{"outline":"","filled":null}},"brand-rumble":{"name":"brand-rumble","svg":{"outline":"","filled":null}},"brand-rust":{"name":"brand-rust","svg":{"outline":"","filled":null}},"brand-safari":{"name":"brand-safari","svg":{"outline":"","filled":null}},"brand-samsungpass":{"name":"brand-samsungpass","svg":{"outline":"","filled":null}},"brand-sass":{"name":"brand-sass","svg":{"outline":"","filled":null}},"brand-sentry":{"name":"brand-sentry","svg":{"outline":"","filled":null}},"brand-sharik":{"name":"brand-sharik","svg":{"outline":"","filled":null}},"brand-shazam":{"name":"brand-shazam","svg":{"outline":"","filled":null}},"brand-shopee":{"name":"brand-shopee","svg":{"outline":"","filled":null}},"brand-sketch":{"name":"brand-sketch","svg":{"outline":"","filled":""}},"brand-skype":{"name":"brand-skype","svg":{"outline":"","filled":null}},"brand-slack":{"name":"brand-slack","svg":{"outline":"","filled":null}},"brand-snapchat":{"name":"brand-snapchat","svg":{"outline":"","filled":""}},"brand-snapseed":{"name":"brand-snapseed","svg":{"outline":"","filled":null}},"brand-snowflake":{"name":"brand-snowflake","svg":{"outline":"","filled":null}},"brand-socket-io":{"name":"brand-socket-io","svg":{"outline":"","filled":null}},"brand-solidjs":{"name":"brand-solidjs","svg":{"outline":"","filled":null}},"brand-soundcloud":{"name":"brand-soundcloud","svg":{"outline":"","filled":null}},"brand-spacehey":{"name":"brand-spacehey","svg":{"outline":"","filled":null}},"brand-speedtest":{"name":"brand-speedtest","svg":{"outline":"","filled":null}},"brand-spotify":{"name":"brand-spotify","svg":{"outline":"","filled":""}},"brand-stackoverflow":{"name":"brand-stackoverflow","svg":{"outline":"","filled":null}},"brand-stackshare":{"name":"brand-stackshare","svg":{"outline":"","filled":null}},"brand-steam":{"name":"brand-steam","svg":{"outline":"","filled":""}},"brand-stocktwits":{"name":"brand-stocktwits","svg":{"outline":"","filled":null}},"brand-storj":{"name":"brand-storj","svg":{"outline":"","filled":null}},"brand-storybook":{"name":"brand-storybook","svg":{"outline":"","filled":null}},"brand-storytel":{"name":"brand-storytel","svg":{"outline":"","filled":null}},"brand-strava":{"name":"brand-strava","svg":{"outline":"","filled":null}},"brand-stripe":{"name":"brand-stripe","svg":{"outline":"","filled":""}},"brand-sublime-text":{"name":"brand-sublime-text","svg":{"outline":"","filled":null}},"brand-sugarizer":{"name":"brand-sugarizer","svg":{"outline":"","filled":null}},"brand-supabase":{"name":"brand-supabase","svg":{"outline":"","filled":null}},"brand-superhuman":{"name":"brand-superhuman","svg":{"outline":"","filled":null}},"brand-supernova":{"name":"brand-supernova","svg":{"outline":"","filled":null}},"brand-surfshark":{"name":"brand-surfshark","svg":{"outline":"","filled":null}},"brand-svelte":{"name":"brand-svelte","svg":{"outline":"","filled":null}},"brand-swift":{"name":"brand-swift","svg":{"outline":"","filled":null}},"brand-symfony":{"name":"brand-symfony","svg":{"outline":"","filled":null}},"brand-tabler":{"name":"brand-tabler","svg":{"outline":"","filled":""}},"brand-tailwind":{"name":"brand-tailwind","svg":{"outline":"","filled":null}},"brand-taobao":{"name":"brand-taobao","svg":{"outline":"","filled":null}},"brand-teams":{"name":"brand-teams","svg":{"outline":"","filled":null}},"brand-ted":{"name":"brand-ted","svg":{"outline":"","filled":null}},"brand-telegram":{"name":"brand-telegram","svg":{"outline":"","filled":null}},"brand-terraform":{"name":"brand-terraform","svg":{"outline":"","filled":null}},"brand-tesla":{"name":"brand-tesla","svg":{"outline":"","filled":null}},"brand-tether":{"name":"brand-tether","svg":{"outline":"","filled":null}},"brand-thingiverse":{"name":"brand-thingiverse","svg":{"outline":"","filled":null}},"brand-threads":{"name":"brand-threads","svg":{"outline":"","filled":null}},"brand-threejs":{"name":"brand-threejs","svg":{"outline":"","filled":null}},"brand-tidal":{"name":"brand-tidal","svg":{"outline":"","filled":null}},"brand-tiktok":{"name":"brand-tiktok","svg":{"outline":"","filled":""}},"brand-tinder":{"name":"brand-tinder","svg":{"outline":"","filled":""}},"brand-topbuzz":{"name":"brand-topbuzz","svg":{"outline":"","filled":null}},"brand-torchain":{"name":"brand-torchain","svg":{"outline":"","filled":null}},"brand-toyota":{"name":"brand-toyota","svg":{"outline":"","filled":null}},"brand-trello":{"name":"brand-trello","svg":{"outline":"","filled":null}},"brand-tripadvisor":{"name":"brand-tripadvisor","svg":{"outline":"","filled":null}},"brand-tumblr":{"name":"brand-tumblr","svg":{"outline":"","filled":""}},"brand-twilio":{"name":"brand-twilio","svg":{"outline":"","filled":null}},"brand-twitch":{"name":"brand-twitch","svg":{"outline":"","filled":null}},"brand-twitter":{"name":"brand-twitter","svg":{"outline":"","filled":""}},"brand-typescript":{"name":"brand-typescript","svg":{"outline":"","filled":null}},"brand-uber":{"name":"brand-uber","svg":{"outline":"","filled":null}},"brand-ubuntu":{"name":"brand-ubuntu","svg":{"outline":"","filled":null}},"brand-unity":{"name":"brand-unity","svg":{"outline":"","filled":null}},"brand-unsplash":{"name":"brand-unsplash","svg":{"outline":"","filled":null}},"brand-upwork":{"name":"brand-upwork","svg":{"outline":"","filled":null}},"brand-valorant":{"name":"brand-valorant","svg":{"outline":"","filled":null}},"brand-vercel":{"name":"brand-vercel","svg":{"outline":"","filled":""}},"brand-vimeo":{"name":"brand-vimeo","svg":{"outline":"","filled":""}},"brand-vinted":{"name":"brand-vinted","svg":{"outline":"","filled":null}},"brand-visa":{"name":"brand-visa","svg":{"outline":"","filled":null}},"brand-visual-studio":{"name":"brand-visual-studio","svg":{"outline":"","filled":null}},"brand-vite":{"name":"brand-vite","svg":{"outline":"","filled":null}},"brand-vivaldi":{"name":"brand-vivaldi","svg":{"outline":"","filled":null}},"brand-vk":{"name":"brand-vk","svg":{"outline":"","filled":null}},"brand-vlc":{"name":"brand-vlc","svg":{"outline":"","filled":null}},"brand-volkswagen":{"name":"brand-volkswagen","svg":{"outline":"","filled":null}},"brand-vsco":{"name":"brand-vsco","svg":{"outline":"","filled":null}},"brand-vscode":{"name":"brand-vscode","svg":{"outline":"","filled":null}},"brand-vue":{"name":"brand-vue","svg":{"outline":"","filled":null}},"brand-walmart":{"name":"brand-walmart","svg":{"outline":"","filled":null}},"brand-waze":{"name":"brand-waze","svg":{"outline":"","filled":null}},"brand-webflow":{"name":"brand-webflow","svg":{"outline":"","filled":null}},"brand-wechat":{"name":"brand-wechat","svg":{"outline":"","filled":null}},"brand-weibo":{"name":"brand-weibo","svg":{"outline":"","filled":""}},"brand-whatsapp":{"name":"brand-whatsapp","svg":{"outline":"","filled":""}},"brand-wikipedia":{"name":"brand-wikipedia","svg":{"outline":"","filled":null}},"brand-windows":{"name":"brand-windows","svg":{"outline":"","filled":""}},"brand-windy":{"name":"brand-windy","svg":{"outline":"","filled":null}},"brand-wish":{"name":"brand-wish","svg":{"outline":"","filled":null}},"brand-wix":{"name":"brand-wix","svg":{"outline":"","filled":null}},"brand-wordpress":{"name":"brand-wordpress","svg":{"outline":"","filled":null}},"brand-x":{"name":"brand-x","svg":{"outline":"","filled":""}},"brand-xamarin":{"name":"brand-xamarin","svg":{"outline":"","filled":null}},"brand-xbox":{"name":"brand-xbox","svg":{"outline":"","filled":null}},"brand-xdeep":{"name":"brand-xdeep","svg":{"outline":"","filled":null}},"brand-xing":{"name":"brand-xing","svg":{"outline":"","filled":null}},"brand-yahoo":{"name":"brand-yahoo","svg":{"outline":"","filled":null}},"brand-yandex":{"name":"brand-yandex","svg":{"outline":"","filled":null}},"brand-yarn":{"name":"brand-yarn","svg":{"outline":"","filled":null}},"brand-yatse":{"name":"brand-yatse","svg":{"outline":"","filled":null}},"brand-ycombinator":{"name":"brand-ycombinator","svg":{"outline":"","filled":null}},"brand-youtube-kids":{"name":"brand-youtube-kids","svg":{"outline":"","filled":null}},"brand-youtube":{"name":"brand-youtube","svg":{"outline":"","filled":""}},"brand-zalando":{"name":"brand-zalando","svg":{"outline":"","filled":null}},"brand-zapier":{"name":"brand-zapier","svg":{"outline":"","filled":null}},"brand-zeit":{"name":"brand-zeit","svg":{"outline":"","filled":null}},"brand-zhihu":{"name":"brand-zhihu","svg":{"outline":"","filled":null}},"brand-zoom":{"name":"brand-zoom","svg":{"outline":"","filled":null}},"brand-zulip":{"name":"brand-zulip","svg":{"outline":"","filled":null}},"brand-zwift":{"name":"brand-zwift","svg":{"outline":"","filled":null}},"bread-off":{"name":"bread-off","svg":{"outline":"","filled":null}},"bread":{"name":"bread","svg":{"outline":"","filled":""}},"briefcase-2":{"name":"briefcase-2","svg":{"outline":"","filled":""}},"briefcase-off":{"name":"briefcase-off","svg":{"outline":"","filled":null}},"briefcase":{"name":"briefcase","svg":{"outline":"","filled":""}},"brightness-2":{"name":"brightness-2","svg":{"outline":"","filled":null}},"brightness-auto":{"name":"brightness-auto","svg":{"outline":"","filled":""}},"brightness-down":{"name":"brightness-down","svg":{"outline":"","filled":""}},"brightness-half":{"name":"brightness-half","svg":{"outline":"","filled":null}},"brightness-off":{"name":"brightness-off","svg":{"outline":"","filled":null}},"brightness-up":{"name":"brightness-up","svg":{"outline":"","filled":""}},"brightness":{"name":"brightness","svg":{"outline":"","filled":""}},"broadcast-off":{"name":"broadcast-off","svg":{"outline":"","filled":null}},"broadcast":{"name":"broadcast","svg":{"outline":"","filled":null}},"browser-check":{"name":"browser-check","svg":{"outline":"","filled":null}},"browser-maximize":{"name":"browser-maximize","svg":{"outline":"","filled":null}},"browser-minus":{"name":"browser-minus","svg":{"outline":"","filled":null}},"browser-off":{"name":"browser-off","svg":{"outline":"","filled":null}},"browser-plus":{"name":"browser-plus","svg":{"outline":"","filled":null}},"browser-share":{"name":"browser-share","svg":{"outline":"","filled":null}},"browser-x":{"name":"browser-x","svg":{"outline":"","filled":null}},"browser":{"name":"browser","svg":{"outline":"","filled":null}},"brush-off":{"name":"brush-off","svg":{"outline":"","filled":null}},"brush":{"name":"brush","svg":{"outline":"","filled":null}},"bubble-minus":{"name":"bubble-minus","svg":{"outline":"","filled":null}},"bubble-plus":{"name":"bubble-plus","svg":{"outline":"","filled":null}},"bubble-tea-2":{"name":"bubble-tea-2","svg":{"outline":"","filled":null}},"bubble-tea":{"name":"bubble-tea","svg":{"outline":"","filled":null}},"bubble-text":{"name":"bubble-text","svg":{"outline":"","filled":""}},"bubble-x":{"name":"bubble-x","svg":{"outline":"","filled":null}},"bubble":{"name":"bubble","svg":{"outline":"","filled":""}},"bucket-droplet":{"name":"bucket-droplet","svg":{"outline":"","filled":null}},"bucket-off":{"name":"bucket-off","svg":{"outline":"","filled":null}},"bucket":{"name":"bucket","svg":{"outline":"","filled":null}},"bug-off":{"name":"bug-off","svg":{"outline":"","filled":null}},"bug":{"name":"bug","svg":{"outline":"","filled":""}},"building-airport":{"name":"building-airport","svg":{"outline":"","filled":null}},"building-arch":{"name":"building-arch","svg":{"outline":"","filled":null}},"building-bank":{"name":"building-bank","svg":{"outline":"","filled":null}},"building-bridge-2":{"name":"building-bridge-2","svg":{"outline":"","filled":null}},"building-bridge":{"name":"building-bridge","svg":{"outline":"","filled":null}},"building-broadcast-tower":{"name":"building-broadcast-tower","svg":{"outline":"","filled":""}},"building-burj-al-arab":{"name":"building-burj-al-arab","svg":{"outline":"","filled":null}},"building-carousel":{"name":"building-carousel","svg":{"outline":"","filled":null}},"building-castle":{"name":"building-castle","svg":{"outline":"","filled":null}},"building-church":{"name":"building-church","svg":{"outline":"","filled":null}},"building-circus":{"name":"building-circus","svg":{"outline":"","filled":null}},"building-cog":{"name":"building-cog","svg":{"outline":"","filled":null}},"building-community":{"name":"building-community","svg":{"outline":"","filled":null}},"building-cottage":{"name":"building-cottage","svg":{"outline":"","filled":null}},"building-estate":{"name":"building-estate","svg":{"outline":"","filled":null}},"building-factory-2":{"name":"building-factory-2","svg":{"outline":"","filled":null}},"building-factory":{"name":"building-factory","svg":{"outline":"","filled":null}},"building-fortress":{"name":"building-fortress","svg":{"outline":"","filled":null}},"building-hospital":{"name":"building-hospital","svg":{"outline":"","filled":null}},"building-lighthouse":{"name":"building-lighthouse","svg":{"outline":"","filled":null}},"building-minus":{"name":"building-minus","svg":{"outline":"","filled":null}},"building-monument":{"name":"building-monument","svg":{"outline":"","filled":null}},"building-mosque":{"name":"building-mosque","svg":{"outline":"","filled":null}},"building-off":{"name":"building-off","svg":{"outline":"","filled":null}},"building-pavilion":{"name":"building-pavilion","svg":{"outline":"","filled":null}},"building-plus":{"name":"building-plus","svg":{"outline":"","filled":null}},"building-skyscraper":{"name":"building-skyscraper","svg":{"outline":"","filled":null}},"building-stadium":{"name":"building-stadium","svg":{"outline":"","filled":null}},"building-store":{"name":"building-store","svg":{"outline":"","filled":null}},"building-tunnel":{"name":"building-tunnel","svg":{"outline":"","filled":null}},"building-warehouse":{"name":"building-warehouse","svg":{"outline":"","filled":null}},"building-wind-turbine":{"name":"building-wind-turbine","svg":{"outline":"","filled":null}},"building":{"name":"building","svg":{"outline":"","filled":null}},"buildings":{"name":"buildings","svg":{"outline":"","filled":null}},"bulb-off":{"name":"bulb-off","svg":{"outline":"","filled":null}},"bulb":{"name":"bulb","svg":{"outline":"","filled":""}},"bulldozer":{"name":"bulldozer","svg":{"outline":"","filled":null}},"burger":{"name":"burger","svg":{"outline":"","filled":null}},"bus-off":{"name":"bus-off","svg":{"outline":"","filled":null}},"bus-stop":{"name":"bus-stop","svg":{"outline":"","filled":null}},"bus":{"name":"bus","svg":{"outline":"","filled":null}},"businessplan":{"name":"businessplan","svg":{"outline":"","filled":null}},"butterfly":{"name":"butterfly","svg":{"outline":"","filled":""}},"cactus-off":{"name":"cactus-off","svg":{"outline":"","filled":null}},"cactus":{"name":"cactus","svg":{"outline":"","filled":""}},"cake-off":{"name":"cake-off","svg":{"outline":"","filled":null}},"cake-roll":{"name":"cake-roll","svg":{"outline":"","filled":null}},"cake":{"name":"cake","svg":{"outline":"","filled":null}},"calculator-off":{"name":"calculator-off","svg":{"outline":"","filled":null}},"calculator":{"name":"calculator","svg":{"outline":"","filled":""}},"calendar-bolt":{"name":"calendar-bolt","svg":{"outline":"","filled":null}},"calendar-cancel":{"name":"calendar-cancel","svg":{"outline":"","filled":null}},"calendar-check":{"name":"calendar-check","svg":{"outline":"","filled":null}},"calendar-clock":{"name":"calendar-clock","svg":{"outline":"","filled":null}},"calendar-code":{"name":"calendar-code","svg":{"outline":"","filled":null}},"calendar-cog":{"name":"calendar-cog","svg":{"outline":"","filled":null}},"calendar-dollar":{"name":"calendar-dollar","svg":{"outline":"","filled":null}},"calendar-dot":{"name":"calendar-dot","svg":{"outline":"","filled":null}},"calendar-down":{"name":"calendar-down","svg":{"outline":"","filled":null}},"calendar-due":{"name":"calendar-due","svg":{"outline":"","filled":null}},"calendar-event":{"name":"calendar-event","svg":{"outline":"","filled":""}},"calendar-exclamation":{"name":"calendar-exclamation","svg":{"outline":"","filled":null}},"calendar-heart":{"name":"calendar-heart","svg":{"outline":"","filled":null}},"calendar-minus":{"name":"calendar-minus","svg":{"outline":"","filled":null}},"calendar-month":{"name":"calendar-month","svg":{"outline":"","filled":""}},"calendar-off":{"name":"calendar-off","svg":{"outline":"","filled":null}},"calendar-pause":{"name":"calendar-pause","svg":{"outline":"","filled":null}},"calendar-pin":{"name":"calendar-pin","svg":{"outline":"","filled":null}},"calendar-plus":{"name":"calendar-plus","svg":{"outline":"","filled":null}},"calendar-question":{"name":"calendar-question","svg":{"outline":"","filled":null}},"calendar-repeat":{"name":"calendar-repeat","svg":{"outline":"","filled":null}},"calendar-sad":{"name":"calendar-sad","svg":{"outline":"","filled":null}},"calendar-search":{"name":"calendar-search","svg":{"outline":"","filled":null}},"calendar-share":{"name":"calendar-share","svg":{"outline":"","filled":null}},"calendar-smile":{"name":"calendar-smile","svg":{"outline":"","filled":null}},"calendar-star":{"name":"calendar-star","svg":{"outline":"","filled":null}},"calendar-stats":{"name":"calendar-stats","svg":{"outline":"","filled":null}},"calendar-time":{"name":"calendar-time","svg":{"outline":"","filled":null}},"calendar-up":{"name":"calendar-up","svg":{"outline":"","filled":null}},"calendar-user":{"name":"calendar-user","svg":{"outline":"","filled":null}},"calendar-week":{"name":"calendar-week","svg":{"outline":"","filled":""}},"calendar-x":{"name":"calendar-x","svg":{"outline":"","filled":null}},"calendar":{"name":"calendar","svg":{"outline":"","filled":""}},"camera-ai":{"name":"camera-ai","svg":{"outline":"","filled":null}},"camera-bitcoin":{"name":"camera-bitcoin","svg":{"outline":"","filled":null}},"camera-bolt":{"name":"camera-bolt","svg":{"outline":"","filled":null}},"camera-cancel":{"name":"camera-cancel","svg":{"outline":"","filled":null}},"camera-check":{"name":"camera-check","svg":{"outline":"","filled":null}},"camera-code":{"name":"camera-code","svg":{"outline":"","filled":null}},"camera-cog":{"name":"camera-cog","svg":{"outline":"","filled":null}},"camera-dollar":{"name":"camera-dollar","svg":{"outline":"","filled":null}},"camera-down":{"name":"camera-down","svg":{"outline":"","filled":null}},"camera-exclamation":{"name":"camera-exclamation","svg":{"outline":"","filled":null}},"camera-heart":{"name":"camera-heart","svg":{"outline":"","filled":null}},"camera-minus":{"name":"camera-minus","svg":{"outline":"","filled":null}},"camera-moon":{"name":"camera-moon","svg":{"outline":"","filled":null}},"camera-off":{"name":"camera-off","svg":{"outline":"","filled":null}},"camera-pause":{"name":"camera-pause","svg":{"outline":"","filled":null}},"camera-pin":{"name":"camera-pin","svg":{"outline":"","filled":null}},"camera-plus":{"name":"camera-plus","svg":{"outline":"","filled":null}},"camera-question":{"name":"camera-question","svg":{"outline":"","filled":null}},"camera-rotate":{"name":"camera-rotate","svg":{"outline":"","filled":null}},"camera-search":{"name":"camera-search","svg":{"outline":"","filled":null}},"camera-selfie":{"name":"camera-selfie","svg":{"outline":"","filled":null}},"camera-share":{"name":"camera-share","svg":{"outline":"","filled":null}},"camera-spark":{"name":"camera-spark","svg":{"outline":"","filled":null}},"camera-star":{"name":"camera-star","svg":{"outline":"","filled":null}},"camera-up":{"name":"camera-up","svg":{"outline":"","filled":null}},"camera-x":{"name":"camera-x","svg":{"outline":"","filled":null}},"camera":{"name":"camera","svg":{"outline":"","filled":""}},"camper":{"name":"camper","svg":{"outline":"","filled":null}},"campfire":{"name":"campfire","svg":{"outline":"","filled":""}},"cancel":{"name":"cancel","svg":{"outline":"","filled":null}},"candle":{"name":"candle","svg":{"outline":"","filled":""}},"candy-off":{"name":"candy-off","svg":{"outline":"","filled":null}},"candy":{"name":"candy","svg":{"outline":"","filled":null}},"cane":{"name":"cane","svg":{"outline":"","filled":null}},"cannabis":{"name":"cannabis","svg":{"outline":"","filled":""}},"cap-projecting":{"name":"cap-projecting","svg":{"outline":"","filled":null}},"cap-rounded":{"name":"cap-rounded","svg":{"outline":"","filled":null}},"cap-straight":{"name":"cap-straight","svg":{"outline":"","filled":null}},"capsule-horizontal":{"name":"capsule-horizontal","svg":{"outline":"","filled":""}},"capsule":{"name":"capsule","svg":{"outline":"","filled":""}},"capture-off":{"name":"capture-off","svg":{"outline":"","filled":null}},"capture":{"name":"capture","svg":{"outline":"","filled":""}},"car-4wd":{"name":"car-4wd","svg":{"outline":"","filled":""}},"car-crane":{"name":"car-crane","svg":{"outline":"","filled":null}},"car-crash":{"name":"car-crash","svg":{"outline":"","filled":null}},"car-fan-1":{"name":"car-fan-1","svg":{"outline":"","filled":null}},"car-fan-2":{"name":"car-fan-2","svg":{"outline":"","filled":null}},"car-fan-3":{"name":"car-fan-3","svg":{"outline":"","filled":null}},"car-fan-auto":{"name":"car-fan-auto","svg":{"outline":"","filled":null}},"car-fan":{"name":"car-fan","svg":{"outline":"","filled":""}},"car-garage":{"name":"car-garage","svg":{"outline":"","filled":null}},"car-off":{"name":"car-off","svg":{"outline":"","filled":null}},"car-suv":{"name":"car-suv","svg":{"outline":"","filled":""}},"car-turbine":{"name":"car-turbine","svg":{"outline":"","filled":null}},"car":{"name":"car","svg":{"outline":"","filled":""}},"carambola":{"name":"carambola","svg":{"outline":"","filled":""}},"caravan":{"name":"caravan","svg":{"outline":"","filled":null}},"cardboards-off":{"name":"cardboards-off","svg":{"outline":"","filled":null}},"cardboards":{"name":"cardboards","svg":{"outline":"","filled":""}},"cards":{"name":"cards","svg":{"outline":"","filled":""}},"caret-down":{"name":"caret-down","svg":{"outline":"","filled":""}},"caret-left-right":{"name":"caret-left-right","svg":{"outline":"","filled":""}},"caret-left":{"name":"caret-left","svg":{"outline":"","filled":""}},"caret-right":{"name":"caret-right","svg":{"outline":"","filled":""}},"caret-up-down":{"name":"caret-up-down","svg":{"outline":"","filled":""}},"caret-up":{"name":"caret-up","svg":{"outline":"","filled":""}},"carousel-horizontal":{"name":"carousel-horizontal","svg":{"outline":"","filled":""}},"carousel-vertical":{"name":"carousel-vertical","svg":{"outline":"","filled":""}},"carrot-off":{"name":"carrot-off","svg":{"outline":"","filled":null}},"carrot":{"name":"carrot","svg":{"outline":"","filled":null}},"cash-banknote-off":{"name":"cash-banknote-off","svg":{"outline":"","filled":null}},"cash-banknote":{"name":"cash-banknote","svg":{"outline":"","filled":""}},"cash-off":{"name":"cash-off","svg":{"outline":"","filled":null}},"cash-register":{"name":"cash-register","svg":{"outline":"","filled":null}},"cash":{"name":"cash","svg":{"outline":"","filled":null}},"cast-off":{"name":"cast-off","svg":{"outline":"","filled":null}},"cast":{"name":"cast","svg":{"outline":"","filled":null}},"cat":{"name":"cat","svg":{"outline":"","filled":null}},"category-2":{"name":"category-2","svg":{"outline":"","filled":null}},"category-minus":{"name":"category-minus","svg":{"outline":"","filled":null}},"category-plus":{"name":"category-plus","svg":{"outline":"","filled":null}},"category":{"name":"category","svg":{"outline":"","filled":""}},"ce-off":{"name":"ce-off","svg":{"outline":"","filled":null}},"ce":{"name":"ce","svg":{"outline":"","filled":null}},"cell-signal-1":{"name":"cell-signal-1","svg":{"outline":"","filled":null}},"cell-signal-2":{"name":"cell-signal-2","svg":{"outline":"","filled":null}},"cell-signal-3":{"name":"cell-signal-3","svg":{"outline":"","filled":null}},"cell-signal-4":{"name":"cell-signal-4","svg":{"outline":"","filled":null}},"cell-signal-5":{"name":"cell-signal-5","svg":{"outline":"","filled":null}},"cell-signal-off":{"name":"cell-signal-off","svg":{"outline":"","filled":null}},"cell":{"name":"cell","svg":{"outline":"","filled":null}},"certificate-2-off":{"name":"certificate-2-off","svg":{"outline":"","filled":null}},"certificate-2":{"name":"certificate-2","svg":{"outline":"","filled":null}},"certificate-off":{"name":"certificate-off","svg":{"outline":"","filled":null}},"certificate":{"name":"certificate","svg":{"outline":"","filled":null}},"chair-director":{"name":"chair-director","svg":{"outline":"","filled":null}},"chalkboard-off":{"name":"chalkboard-off","svg":{"outline":"","filled":null}},"chalkboard":{"name":"chalkboard","svg":{"outline":"","filled":null}},"charging-pile":{"name":"charging-pile","svg":{"outline":"","filled":""}},"chart-arcs-3":{"name":"chart-arcs-3","svg":{"outline":"","filled":null}},"chart-arcs":{"name":"chart-arcs","svg":{"outline":"","filled":null}},"chart-area-line":{"name":"chart-area-line","svg":{"outline":"","filled":""}},"chart-area":{"name":"chart-area","svg":{"outline":"","filled":""}},"chart-arrows-vertical":{"name":"chart-arrows-vertical","svg":{"outline":"","filled":null}},"chart-arrows":{"name":"chart-arrows","svg":{"outline":"","filled":null}},"chart-bar-off":{"name":"chart-bar-off","svg":{"outline":"","filled":null}},"chart-bar-popular":{"name":"chart-bar-popular","svg":{"outline":"","filled":null}},"chart-bar":{"name":"chart-bar","svg":{"outline":"","filled":null}},"chart-bubble":{"name":"chart-bubble","svg":{"outline":"","filled":""}},"chart-candle":{"name":"chart-candle","svg":{"outline":"","filled":""}},"chart-circles":{"name":"chart-circles","svg":{"outline":"","filled":null}},"chart-cohort":{"name":"chart-cohort","svg":{"outline":"","filled":null}},"chart-column":{"name":"chart-column","svg":{"outline":"","filled":null}},"chart-covariate":{"name":"chart-covariate","svg":{"outline":"","filled":null}},"chart-donut-2":{"name":"chart-donut-2","svg":{"outline":"","filled":null}},"chart-donut-3":{"name":"chart-donut-3","svg":{"outline":"","filled":null}},"chart-donut-4":{"name":"chart-donut-4","svg":{"outline":"","filled":null}},"chart-donut":{"name":"chart-donut","svg":{"outline":"","filled":""}},"chart-dots-2":{"name":"chart-dots-2","svg":{"outline":"","filled":null}},"chart-dots-3":{"name":"chart-dots-3","svg":{"outline":"","filled":null}},"chart-dots":{"name":"chart-dots","svg":{"outline":"","filled":""}},"chart-funnel":{"name":"chart-funnel","svg":{"outline":"","filled":null}},"chart-grid-dots":{"name":"chart-grid-dots","svg":{"outline":"","filled":""}},"chart-histogram":{"name":"chart-histogram","svg":{"outline":"","filled":null}},"chart-infographic":{"name":"chart-infographic","svg":{"outline":"","filled":null}},"chart-line":{"name":"chart-line","svg":{"outline":"","filled":null}},"chart-pie-2":{"name":"chart-pie-2","svg":{"outline":"","filled":null}},"chart-pie-3":{"name":"chart-pie-3","svg":{"outline":"","filled":null}},"chart-pie-4":{"name":"chart-pie-4","svg":{"outline":"","filled":null}},"chart-pie-off":{"name":"chart-pie-off","svg":{"outline":"","filled":null}},"chart-pie":{"name":"chart-pie","svg":{"outline":"","filled":""}},"chart-ppf":{"name":"chart-ppf","svg":{"outline":"","filled":null}},"chart-radar":{"name":"chart-radar","svg":{"outline":"","filled":null}},"chart-sankey":{"name":"chart-sankey","svg":{"outline":"","filled":null}},"chart-scatter-3d":{"name":"chart-scatter-3d","svg":{"outline":"","filled":null}},"chart-scatter":{"name":"chart-scatter","svg":{"outline":"","filled":null}},"chart-treemap":{"name":"chart-treemap","svg":{"outline":"","filled":null}},"check":{"name":"check","svg":{"outline":"","filled":null}},"checkbox":{"name":"checkbox","svg":{"outline":"","filled":null}},"checklist":{"name":"checklist","svg":{"outline":"","filled":null}},"checks":{"name":"checks","svg":{"outline":"","filled":null}},"checkup-list":{"name":"checkup-list","svg":{"outline":"","filled":null}},"cheese":{"name":"cheese","svg":{"outline":"","filled":null}},"chef-hat-off":{"name":"chef-hat-off","svg":{"outline":"","filled":null}},"chef-hat":{"name":"chef-hat","svg":{"outline":"","filled":null}},"cherry":{"name":"cherry","svg":{"outline":"","filled":""}},"chess-bishop":{"name":"chess-bishop","svg":{"outline":"","filled":""}},"chess-king":{"name":"chess-king","svg":{"outline":"","filled":""}},"chess-knight":{"name":"chess-knight","svg":{"outline":"","filled":""}},"chess-queen":{"name":"chess-queen","svg":{"outline":"","filled":""}},"chess-rook":{"name":"chess-rook","svg":{"outline":"","filled":""}},"chess":{"name":"chess","svg":{"outline":"","filled":""}},"chevron-compact-down":{"name":"chevron-compact-down","svg":{"outline":"","filled":null}},"chevron-compact-left":{"name":"chevron-compact-left","svg":{"outline":"","filled":null}},"chevron-compact-right":{"name":"chevron-compact-right","svg":{"outline":"","filled":null}},"chevron-compact-up":{"name":"chevron-compact-up","svg":{"outline":"","filled":null}},"chevron-down-left":{"name":"chevron-down-left","svg":{"outline":"","filled":null}},"chevron-down-right":{"name":"chevron-down-right","svg":{"outline":"","filled":null}},"chevron-down":{"name":"chevron-down","svg":{"outline":"","filled":null}},"chevron-left-pipe":{"name":"chevron-left-pipe","svg":{"outline":"","filled":null}},"chevron-left":{"name":"chevron-left","svg":{"outline":"","filled":null}},"chevron-right-pipe":{"name":"chevron-right-pipe","svg":{"outline":"","filled":null}},"chevron-right":{"name":"chevron-right","svg":{"outline":"","filled":null}},"chevron-up-left":{"name":"chevron-up-left","svg":{"outline":"","filled":null}},"chevron-up-right":{"name":"chevron-up-right","svg":{"outline":"","filled":null}},"chevron-up":{"name":"chevron-up","svg":{"outline":"","filled":null}},"chevrons-down-left":{"name":"chevrons-down-left","svg":{"outline":"","filled":null}},"chevrons-down-right":{"name":"chevrons-down-right","svg":{"outline":"","filled":null}},"chevrons-down":{"name":"chevrons-down","svg":{"outline":"","filled":null}},"chevrons-left":{"name":"chevrons-left","svg":{"outline":"","filled":null}},"chevrons-right":{"name":"chevrons-right","svg":{"outline":"","filled":null}},"chevrons-up-left":{"name":"chevrons-up-left","svg":{"outline":"","filled":null}},"chevrons-up-right":{"name":"chevrons-up-right","svg":{"outline":"","filled":null}},"chevrons-up":{"name":"chevrons-up","svg":{"outline":"","filled":null}},"chisel":{"name":"chisel","svg":{"outline":"","filled":null}},"christmas-ball":{"name":"christmas-ball","svg":{"outline":"","filled":null}},"christmas-tree-off":{"name":"christmas-tree-off","svg":{"outline":"","filled":null}},"christmas-tree":{"name":"christmas-tree","svg":{"outline":"","filled":""}},"circle-arrow-down-left":{"name":"circle-arrow-down-left","svg":{"outline":"","filled":""}},"circle-arrow-down-right":{"name":"circle-arrow-down-right","svg":{"outline":"","filled":""}},"circle-arrow-down":{"name":"circle-arrow-down","svg":{"outline":"","filled":""}},"circle-arrow-left":{"name":"circle-arrow-left","svg":{"outline":"","filled":""}},"circle-arrow-right":{"name":"circle-arrow-right","svg":{"outline":"","filled":""}},"circle-arrow-up-left":{"name":"circle-arrow-up-left","svg":{"outline":"","filled":""}},"circle-arrow-up-right":{"name":"circle-arrow-up-right","svg":{"outline":"","filled":""}},"circle-arrow-up":{"name":"circle-arrow-up","svg":{"outline":"","filled":""}},"circle-caret-down":{"name":"circle-caret-down","svg":{"outline":"","filled":null}},"circle-caret-left":{"name":"circle-caret-left","svg":{"outline":"","filled":null}},"circle-caret-right":{"name":"circle-caret-right","svg":{"outline":"","filled":null}},"circle-caret-up":{"name":"circle-caret-up","svg":{"outline":"","filled":null}},"circle-check":{"name":"circle-check","svg":{"outline":"","filled":""}},"circle-chevron-down":{"name":"circle-chevron-down","svg":{"outline":"","filled":null}},"circle-chevron-left":{"name":"circle-chevron-left","svg":{"outline":"","filled":null}},"circle-chevron-right":{"name":"circle-chevron-right","svg":{"outline":"","filled":null}},"circle-chevron-up":{"name":"circle-chevron-up","svg":{"outline":"","filled":null}},"circle-chevrons-down":{"name":"circle-chevrons-down","svg":{"outline":"","filled":null}},"circle-chevrons-left":{"name":"circle-chevrons-left","svg":{"outline":"","filled":null}},"circle-chevrons-right":{"name":"circle-chevrons-right","svg":{"outline":"","filled":null}},"circle-chevrons-up":{"name":"circle-chevrons-up","svg":{"outline":"","filled":null}},"circle-dashed-check":{"name":"circle-dashed-check","svg":{"outline":"","filled":null}},"circle-dashed-letter-a":{"name":"circle-dashed-letter-a","svg":{"outline":"","filled":null}},"circle-dashed-letter-b":{"name":"circle-dashed-letter-b","svg":{"outline":"","filled":null}},"circle-dashed-letter-c":{"name":"circle-dashed-letter-c","svg":{"outline":"","filled":null}},"circle-dashed-letter-d":{"name":"circle-dashed-letter-d","svg":{"outline":"","filled":null}},"circle-dashed-letter-e":{"name":"circle-dashed-letter-e","svg":{"outline":"","filled":null}},"circle-dashed-letter-f":{"name":"circle-dashed-letter-f","svg":{"outline":"","filled":null}},"circle-dashed-letter-g":{"name":"circle-dashed-letter-g","svg":{"outline":"","filled":null}},"circle-dashed-letter-h":{"name":"circle-dashed-letter-h","svg":{"outline":"","filled":null}},"circle-dashed-letter-i":{"name":"circle-dashed-letter-i","svg":{"outline":"","filled":null}},"circle-dashed-letter-j":{"name":"circle-dashed-letter-j","svg":{"outline":"","filled":null}},"circle-dashed-letter-k":{"name":"circle-dashed-letter-k","svg":{"outline":"","filled":null}},"circle-dashed-letter-l":{"name":"circle-dashed-letter-l","svg":{"outline":"","filled":null}},"circle-dashed-letter-m":{"name":"circle-dashed-letter-m","svg":{"outline":"","filled":null}},"circle-dashed-letter-n":{"name":"circle-dashed-letter-n","svg":{"outline":"","filled":null}},"circle-dashed-letter-o":{"name":"circle-dashed-letter-o","svg":{"outline":"","filled":null}},"circle-dashed-letter-p":{"name":"circle-dashed-letter-p","svg":{"outline":"","filled":null}},"circle-dashed-letter-q":{"name":"circle-dashed-letter-q","svg":{"outline":"","filled":null}},"circle-dashed-letter-r":{"name":"circle-dashed-letter-r","svg":{"outline":"","filled":null}},"circle-dashed-letter-s":{"name":"circle-dashed-letter-s","svg":{"outline":"","filled":null}},"circle-dashed-letter-t":{"name":"circle-dashed-letter-t","svg":{"outline":"","filled":null}},"circle-dashed-letter-u":{"name":"circle-dashed-letter-u","svg":{"outline":"","filled":null}},"circle-dashed-letter-v":{"name":"circle-dashed-letter-v","svg":{"outline":"","filled":null}},"circle-dashed-letter-w":{"name":"circle-dashed-letter-w","svg":{"outline":"","filled":null}},"circle-dashed-letter-x":{"name":"circle-dashed-letter-x","svg":{"outline":"","filled":null}},"circle-dashed-letter-y":{"name":"circle-dashed-letter-y","svg":{"outline":"","filled":null}},"circle-dashed-letter-z":{"name":"circle-dashed-letter-z","svg":{"outline":"","filled":null}},"circle-dashed-minus":{"name":"circle-dashed-minus","svg":{"outline":"","filled":null}},"circle-dashed-number-0":{"name":"circle-dashed-number-0","svg":{"outline":"","filled":null}},"circle-dashed-number-1":{"name":"circle-dashed-number-1","svg":{"outline":"","filled":null}},"circle-dashed-number-2":{"name":"circle-dashed-number-2","svg":{"outline":"","filled":null}},"circle-dashed-number-3":{"name":"circle-dashed-number-3","svg":{"outline":"","filled":null}},"circle-dashed-number-4":{"name":"circle-dashed-number-4","svg":{"outline":"","filled":null}},"circle-dashed-number-5":{"name":"circle-dashed-number-5","svg":{"outline":"","filled":null}},"circle-dashed-number-6":{"name":"circle-dashed-number-6","svg":{"outline":"","filled":null}},"circle-dashed-number-7":{"name":"circle-dashed-number-7","svg":{"outline":"","filled":null}},"circle-dashed-number-8":{"name":"circle-dashed-number-8","svg":{"outline":"","filled":null}},"circle-dashed-number-9":{"name":"circle-dashed-number-9","svg":{"outline":"","filled":null}},"circle-dashed-percentage":{"name":"circle-dashed-percentage","svg":{"outline":"","filled":null}},"circle-dashed-plus":{"name":"circle-dashed-plus","svg":{"outline":"","filled":null}},"circle-dashed-x":{"name":"circle-dashed-x","svg":{"outline":"","filled":null}},"circle-dashed":{"name":"circle-dashed","svg":{"outline":"","filled":null}},"circle-dot":{"name":"circle-dot","svg":{"outline":"","filled":""}},"circle-dotted-letter-a":{"name":"circle-dotted-letter-a","svg":{"outline":"","filled":null}},"circle-dotted-letter-b":{"name":"circle-dotted-letter-b","svg":{"outline":"","filled":null}},"circle-dotted-letter-c":{"name":"circle-dotted-letter-c","svg":{"outline":"","filled":null}},"circle-dotted-letter-d":{"name":"circle-dotted-letter-d","svg":{"outline":"","filled":null}},"circle-dotted-letter-e":{"name":"circle-dotted-letter-e","svg":{"outline":"","filled":null}},"circle-dotted-letter-f":{"name":"circle-dotted-letter-f","svg":{"outline":"","filled":null}},"circle-dotted-letter-g":{"name":"circle-dotted-letter-g","svg":{"outline":"","filled":null}},"circle-dotted-letter-h":{"name":"circle-dotted-letter-h","svg":{"outline":"","filled":null}},"circle-dotted-letter-i":{"name":"circle-dotted-letter-i","svg":{"outline":"","filled":null}},"circle-dotted-letter-j":{"name":"circle-dotted-letter-j","svg":{"outline":"","filled":null}},"circle-dotted-letter-k":{"name":"circle-dotted-letter-k","svg":{"outline":"","filled":null}},"circle-dotted-letter-l":{"name":"circle-dotted-letter-l","svg":{"outline":"","filled":null}},"circle-dotted-letter-m":{"name":"circle-dotted-letter-m","svg":{"outline":"","filled":null}},"circle-dotted-letter-n":{"name":"circle-dotted-letter-n","svg":{"outline":"","filled":null}},"circle-dotted-letter-o":{"name":"circle-dotted-letter-o","svg":{"outline":"","filled":null}},"circle-dotted-letter-p":{"name":"circle-dotted-letter-p","svg":{"outline":"","filled":null}},"circle-dotted-letter-q":{"name":"circle-dotted-letter-q","svg":{"outline":"","filled":null}},"circle-dotted-letter-r":{"name":"circle-dotted-letter-r","svg":{"outline":"","filled":null}},"circle-dotted-letter-s":{"name":"circle-dotted-letter-s","svg":{"outline":"","filled":null}},"circle-dotted-letter-t":{"name":"circle-dotted-letter-t","svg":{"outline":"","filled":null}},"circle-dotted-letter-u":{"name":"circle-dotted-letter-u","svg":{"outline":"","filled":null}},"circle-dotted-letter-v":{"name":"circle-dotted-letter-v","svg":{"outline":"","filled":null}},"circle-dotted-letter-w":{"name":"circle-dotted-letter-w","svg":{"outline":"","filled":null}},"circle-dotted-letter-x":{"name":"circle-dotted-letter-x","svg":{"outline":"","filled":null}},"circle-dotted-letter-y":{"name":"circle-dotted-letter-y","svg":{"outline":"","filled":null}},"circle-dotted-letter-z":{"name":"circle-dotted-letter-z","svg":{"outline":"","filled":null}},"circle-dotted":{"name":"circle-dotted","svg":{"outline":"","filled":null}},"circle-half-2":{"name":"circle-half-2","svg":{"outline":"","filled":null}},"circle-half-vertical":{"name":"circle-half-vertical","svg":{"outline":"","filled":null}},"circle-half":{"name":"circle-half","svg":{"outline":"","filled":null}},"circle-key":{"name":"circle-key","svg":{"outline":"","filled":""}},"circle-letter-a":{"name":"circle-letter-a","svg":{"outline":"","filled":""}},"circle-letter-b":{"name":"circle-letter-b","svg":{"outline":"","filled":""}},"circle-letter-c":{"name":"circle-letter-c","svg":{"outline":"","filled":""}},"circle-letter-d":{"name":"circle-letter-d","svg":{"outline":"","filled":""}},"circle-letter-e":{"name":"circle-letter-e","svg":{"outline":"","filled":""}},"circle-letter-f":{"name":"circle-letter-f","svg":{"outline":"","filled":""}},"circle-letter-g":{"name":"circle-letter-g","svg":{"outline":"","filled":""}},"circle-letter-h":{"name":"circle-letter-h","svg":{"outline":"","filled":""}},"circle-letter-i":{"name":"circle-letter-i","svg":{"outline":"","filled":""}},"circle-letter-j":{"name":"circle-letter-j","svg":{"outline":"","filled":""}},"circle-letter-k":{"name":"circle-letter-k","svg":{"outline":"","filled":""}},"circle-letter-l":{"name":"circle-letter-l","svg":{"outline":"","filled":""}},"circle-letter-m":{"name":"circle-letter-m","svg":{"outline":"","filled":""}},"circle-letter-n":{"name":"circle-letter-n","svg":{"outline":"","filled":""}},"circle-letter-o":{"name":"circle-letter-o","svg":{"outline":"","filled":""}},"circle-letter-p":{"name":"circle-letter-p","svg":{"outline":"","filled":""}},"circle-letter-q":{"name":"circle-letter-q","svg":{"outline":"","filled":""}},"circle-letter-r":{"name":"circle-letter-r","svg":{"outline":"","filled":""}},"circle-letter-s":{"name":"circle-letter-s","svg":{"outline":"","filled":""}},"circle-letter-t":{"name":"circle-letter-t","svg":{"outline":"","filled":""}},"circle-letter-u":{"name":"circle-letter-u","svg":{"outline":"","filled":""}},"circle-letter-v":{"name":"circle-letter-v","svg":{"outline":"","filled":""}},"circle-letter-w":{"name":"circle-letter-w","svg":{"outline":"","filled":""}},"circle-letter-x":{"name":"circle-letter-x","svg":{"outline":"","filled":""}},"circle-letter-y":{"name":"circle-letter-y","svg":{"outline":"","filled":""}},"circle-letter-z":{"name":"circle-letter-z","svg":{"outline":"","filled":""}},"circle-minus-2":{"name":"circle-minus-2","svg":{"outline":"","filled":null}},"circle-minus":{"name":"circle-minus","svg":{"outline":"","filled":null}},"circle-number-0":{"name":"circle-number-0","svg":{"outline":"","filled":""}},"circle-number-1":{"name":"circle-number-1","svg":{"outline":"","filled":""}},"circle-number-2":{"name":"circle-number-2","svg":{"outline":"","filled":""}},"circle-number-3":{"name":"circle-number-3","svg":{"outline":"","filled":""}},"circle-number-4":{"name":"circle-number-4","svg":{"outline":"","filled":""}},"circle-number-5":{"name":"circle-number-5","svg":{"outline":"","filled":""}},"circle-number-6":{"name":"circle-number-6","svg":{"outline":"","filled":""}},"circle-number-7":{"name":"circle-number-7","svg":{"outline":"","filled":""}},"circle-number-8":{"name":"circle-number-8","svg":{"outline":"","filled":""}},"circle-number-9":{"name":"circle-number-9","svg":{"outline":"","filled":""}},"circle-off":{"name":"circle-off","svg":{"outline":"","filled":null}},"circle-percentage":{"name":"circle-percentage","svg":{"outline":"","filled":""}},"circle-plus-2":{"name":"circle-plus-2","svg":{"outline":"","filled":null}},"circle-plus":{"name":"circle-plus","svg":{"outline":"","filled":""}},"circle-rectangle-off":{"name":"circle-rectangle-off","svg":{"outline":"","filled":null}},"circle-rectangle":{"name":"circle-rectangle","svg":{"outline":"","filled":""}},"circle-square":{"name":"circle-square","svg":{"outline":"","filled":null}},"circle-triangle":{"name":"circle-triangle","svg":{"outline":"","filled":null}},"circle-x":{"name":"circle-x","svg":{"outline":"","filled":""}},"circle":{"name":"circle","svg":{"outline":"","filled":""}},"circles-relation":{"name":"circles-relation","svg":{"outline":"","filled":null}},"circles":{"name":"circles","svg":{"outline":"","filled":""}},"circuit-ammeter":{"name":"circuit-ammeter","svg":{"outline":"","filled":null}},"circuit-battery":{"name":"circuit-battery","svg":{"outline":"","filled":null}},"circuit-bulb":{"name":"circuit-bulb","svg":{"outline":"","filled":null}},"circuit-capacitor-polarized":{"name":"circuit-capacitor-polarized","svg":{"outline":"","filled":null}},"circuit-capacitor":{"name":"circuit-capacitor","svg":{"outline":"","filled":null}},"circuit-cell-plus":{"name":"circuit-cell-plus","svg":{"outline":"","filled":null}},"circuit-cell":{"name":"circuit-cell","svg":{"outline":"","filled":null}},"circuit-changeover":{"name":"circuit-changeover","svg":{"outline":"","filled":null}},"circuit-diode-zener":{"name":"circuit-diode-zener","svg":{"outline":"","filled":null}},"circuit-diode":{"name":"circuit-diode","svg":{"outline":"","filled":null}},"circuit-ground-digital":{"name":"circuit-ground-digital","svg":{"outline":"","filled":null}},"circuit-ground":{"name":"circuit-ground","svg":{"outline":"","filled":null}},"circuit-inductor":{"name":"circuit-inductor","svg":{"outline":"","filled":null}},"circuit-motor":{"name":"circuit-motor","svg":{"outline":"","filled":null}},"circuit-pushbutton":{"name":"circuit-pushbutton","svg":{"outline":"","filled":null}},"circuit-resistor":{"name":"circuit-resistor","svg":{"outline":"","filled":null}},"circuit-switch-closed":{"name":"circuit-switch-closed","svg":{"outline":"","filled":null}},"circuit-switch-open":{"name":"circuit-switch-open","svg":{"outline":"","filled":null}},"circuit-voltmeter":{"name":"circuit-voltmeter","svg":{"outline":"","filled":null}},"clear-all":{"name":"clear-all","svg":{"outline":"","filled":null}},"clear-formatting":{"name":"clear-formatting","svg":{"outline":"","filled":null}},"click":{"name":"click","svg":{"outline":"","filled":null}},"cliff-jumping":{"name":"cliff-jumping","svg":{"outline":"","filled":null}},"clipboard-check":{"name":"clipboard-check","svg":{"outline":"","filled":null}},"clipboard-copy":{"name":"clipboard-copy","svg":{"outline":"","filled":null}},"clipboard-data":{"name":"clipboard-data","svg":{"outline":"","filled":null}},"clipboard-heart":{"name":"clipboard-heart","svg":{"outline":"","filled":null}},"clipboard-list":{"name":"clipboard-list","svg":{"outline":"","filled":null}},"clipboard-off":{"name":"clipboard-off","svg":{"outline":"","filled":null}},"clipboard-plus":{"name":"clipboard-plus","svg":{"outline":"","filled":null}},"clipboard-search":{"name":"clipboard-search","svg":{"outline":"","filled":null}},"clipboard-smile":{"name":"clipboard-smile","svg":{"outline":"","filled":null}},"clipboard-text":{"name":"clipboard-text","svg":{"outline":"","filled":null}},"clipboard-typography":{"name":"clipboard-typography","svg":{"outline":"","filled":null}},"clipboard-x":{"name":"clipboard-x","svg":{"outline":"","filled":null}},"clipboard":{"name":"clipboard","svg":{"outline":"","filled":null}},"clock-12":{"name":"clock-12","svg":{"outline":"","filled":null}},"clock-2":{"name":"clock-2","svg":{"outline":"","filled":null}},"clock-24":{"name":"clock-24","svg":{"outline":"","filled":null}},"clock-bitcoin":{"name":"clock-bitcoin","svg":{"outline":"","filled":null}},"clock-bolt":{"name":"clock-bolt","svg":{"outline":"","filled":null}},"clock-cancel":{"name":"clock-cancel","svg":{"outline":"","filled":null}},"clock-check":{"name":"clock-check","svg":{"outline":"","filled":null}},"clock-code":{"name":"clock-code","svg":{"outline":"","filled":null}},"clock-cog":{"name":"clock-cog","svg":{"outline":"","filled":null}},"clock-dollar":{"name":"clock-dollar","svg":{"outline":"","filled":null}},"clock-down":{"name":"clock-down","svg":{"outline":"","filled":null}},"clock-edit":{"name":"clock-edit","svg":{"outline":"","filled":null}},"clock-exclamation":{"name":"clock-exclamation","svg":{"outline":"","filled":null}},"clock-heart":{"name":"clock-heart","svg":{"outline":"","filled":null}},"clock-hour-1":{"name":"clock-hour-1","svg":{"outline":"","filled":""}},"clock-hour-10":{"name":"clock-hour-10","svg":{"outline":"","filled":""}},"clock-hour-11":{"name":"clock-hour-11","svg":{"outline":"","filled":""}},"clock-hour-12":{"name":"clock-hour-12","svg":{"outline":"","filled":""}},"clock-hour-2":{"name":"clock-hour-2","svg":{"outline":"","filled":""}},"clock-hour-3":{"name":"clock-hour-3","svg":{"outline":"","filled":""}},"clock-hour-4":{"name":"clock-hour-4","svg":{"outline":"","filled":""}},"clock-hour-5":{"name":"clock-hour-5","svg":{"outline":"","filled":""}},"clock-hour-6":{"name":"clock-hour-6","svg":{"outline":"","filled":""}},"clock-hour-7":{"name":"clock-hour-7","svg":{"outline":"","filled":""}},"clock-hour-8":{"name":"clock-hour-8","svg":{"outline":"","filled":""}},"clock-hour-9":{"name":"clock-hour-9","svg":{"outline":"","filled":""}},"clock-minus":{"name":"clock-minus","svg":{"outline":"","filled":null}},"clock-off":{"name":"clock-off","svg":{"outline":"","filled":null}},"clock-pause":{"name":"clock-pause","svg":{"outline":"","filled":null}},"clock-pin":{"name":"clock-pin","svg":{"outline":"","filled":null}},"clock-play":{"name":"clock-play","svg":{"outline":"","filled":null}},"clock-plus":{"name":"clock-plus","svg":{"outline":"","filled":null}},"clock-question":{"name":"clock-question","svg":{"outline":"","filled":null}},"clock-record":{"name":"clock-record","svg":{"outline":"","filled":null}},"clock-search":{"name":"clock-search","svg":{"outline":"","filled":null}},"clock-share":{"name":"clock-share","svg":{"outline":"","filled":null}},"clock-shield":{"name":"clock-shield","svg":{"outline":"","filled":null}},"clock-star":{"name":"clock-star","svg":{"outline":"","filled":null}},"clock-stop":{"name":"clock-stop","svg":{"outline":"","filled":null}},"clock-up":{"name":"clock-up","svg":{"outline":"","filled":null}},"clock-x":{"name":"clock-x","svg":{"outline":"","filled":null}},"clock":{"name":"clock","svg":{"outline":"","filled":""}},"clothes-rack-off":{"name":"clothes-rack-off","svg":{"outline":"","filled":null}},"clothes-rack":{"name":"clothes-rack","svg":{"outline":"","filled":null}},"cloud-bitcoin":{"name":"cloud-bitcoin","svg":{"outline":"","filled":null}},"cloud-bolt":{"name":"cloud-bolt","svg":{"outline":"","filled":null}},"cloud-cancel":{"name":"cloud-cancel","svg":{"outline":"","filled":null}},"cloud-check":{"name":"cloud-check","svg":{"outline":"","filled":null}},"cloud-code":{"name":"cloud-code","svg":{"outline":"","filled":null}},"cloud-cog":{"name":"cloud-cog","svg":{"outline":"","filled":null}},"cloud-computing":{"name":"cloud-computing","svg":{"outline":"","filled":null}},"cloud-data-connection":{"name":"cloud-data-connection","svg":{"outline":"","filled":null}},"cloud-dollar":{"name":"cloud-dollar","svg":{"outline":"","filled":null}},"cloud-down":{"name":"cloud-down","svg":{"outline":"","filled":null}},"cloud-download":{"name":"cloud-download","svg":{"outline":"","filled":null}},"cloud-exclamation":{"name":"cloud-exclamation","svg":{"outline":"","filled":null}},"cloud-fog":{"name":"cloud-fog","svg":{"outline":"","filled":null}},"cloud-heart":{"name":"cloud-heart","svg":{"outline":"","filled":null}},"cloud-lock-open":{"name":"cloud-lock-open","svg":{"outline":"","filled":null}},"cloud-lock":{"name":"cloud-lock","svg":{"outline":"","filled":null}},"cloud-minus":{"name":"cloud-minus","svg":{"outline":"","filled":null}},"cloud-network":{"name":"cloud-network","svg":{"outline":"","filled":null}},"cloud-off":{"name":"cloud-off","svg":{"outline":"","filled":null}},"cloud-pause":{"name":"cloud-pause","svg":{"outline":"","filled":null}},"cloud-pin":{"name":"cloud-pin","svg":{"outline":"","filled":null}},"cloud-plus":{"name":"cloud-plus","svg":{"outline":"","filled":null}},"cloud-question":{"name":"cloud-question","svg":{"outline":"","filled":null}},"cloud-rain":{"name":"cloud-rain","svg":{"outline":"","filled":null}},"cloud-search":{"name":"cloud-search","svg":{"outline":"","filled":null}},"cloud-share":{"name":"cloud-share","svg":{"outline":"","filled":null}},"cloud-snow":{"name":"cloud-snow","svg":{"outline":"","filled":null}},"cloud-star":{"name":"cloud-star","svg":{"outline":"","filled":null}},"cloud-storm":{"name":"cloud-storm","svg":{"outline":"","filled":null}},"cloud-up":{"name":"cloud-up","svg":{"outline":"","filled":null}},"cloud-upload":{"name":"cloud-upload","svg":{"outline":"","filled":null}},"cloud-x":{"name":"cloud-x","svg":{"outline":"","filled":null}},"cloud":{"name":"cloud","svg":{"outline":"","filled":""}},"clover-2":{"name":"clover-2","svg":{"outline":"","filled":null}},"clover":{"name":"clover","svg":{"outline":"","filled":""}},"clubs":{"name":"clubs","svg":{"outline":"","filled":""}},"code-asterisk":{"name":"code-asterisk","svg":{"outline":"","filled":null}},"code-circle-2":{"name":"code-circle-2","svg":{"outline":"","filled":""}},"code-circle":{"name":"code-circle","svg":{"outline":"","filled":""}},"code-dots":{"name":"code-dots","svg":{"outline":"","filled":null}},"code-minus":{"name":"code-minus","svg":{"outline":"","filled":null}},"code-off":{"name":"code-off","svg":{"outline":"","filled":null}},"code-plus":{"name":"code-plus","svg":{"outline":"","filled":null}},"code-variable-minus":{"name":"code-variable-minus","svg":{"outline":"","filled":null}},"code-variable-plus":{"name":"code-variable-plus","svg":{"outline":"","filled":null}},"code-variable":{"name":"code-variable","svg":{"outline":"","filled":null}},"code":{"name":"code","svg":{"outline":"","filled":null}},"coffee-off":{"name":"coffee-off","svg":{"outline":"","filled":null}},"coffee":{"name":"coffee","svg":{"outline":"","filled":null}},"coffin":{"name":"coffin","svg":{"outline":"","filled":null}},"coin-bitcoin":{"name":"coin-bitcoin","svg":{"outline":"","filled":""}},"coin-euro":{"name":"coin-euro","svg":{"outline":"","filled":""}},"coin-monero":{"name":"coin-monero","svg":{"outline":"","filled":""}},"coin-off":{"name":"coin-off","svg":{"outline":"","filled":null}},"coin-pound":{"name":"coin-pound","svg":{"outline":"","filled":""}},"coin-rupee":{"name":"coin-rupee","svg":{"outline":"","filled":""}},"coin-taka":{"name":"coin-taka","svg":{"outline":"","filled":""}},"coin-yen":{"name":"coin-yen","svg":{"outline":"","filled":""}},"coin-yuan":{"name":"coin-yuan","svg":{"outline":"","filled":""}},"coin":{"name":"coin","svg":{"outline":"","filled":""}},"coins":{"name":"coins","svg":{"outline":"","filled":null}},"color-filter":{"name":"color-filter","svg":{"outline":"","filled":null}},"color-picker-off":{"name":"color-picker-off","svg":{"outline":"","filled":null}},"color-picker":{"name":"color-picker","svg":{"outline":"","filled":null}},"color-swatch-off":{"name":"color-swatch-off","svg":{"outline":"","filled":null}},"color-swatch":{"name":"color-swatch","svg":{"outline":"","filled":null}},"column-insert-left":{"name":"column-insert-left","svg":{"outline":"","filled":null}},"column-insert-right":{"name":"column-insert-right","svg":{"outline":"","filled":null}},"column-remove":{"name":"column-remove","svg":{"outline":"","filled":null}},"columns-1":{"name":"columns-1","svg":{"outline":"","filled":null}},"columns-2":{"name":"columns-2","svg":{"outline":"","filled":null}},"columns-3":{"name":"columns-3","svg":{"outline":"","filled":null}},"columns-off":{"name":"columns-off","svg":{"outline":"","filled":null}},"columns":{"name":"columns","svg":{"outline":"","filled":null}},"comet":{"name":"comet","svg":{"outline":"","filled":null}},"command-off":{"name":"command-off","svg":{"outline":"","filled":null}},"command":{"name":"command","svg":{"outline":"","filled":null}},"compass-off":{"name":"compass-off","svg":{"outline":"","filled":null}},"compass":{"name":"compass","svg":{"outline":"","filled":""}},"components-off":{"name":"components-off","svg":{"outline":"","filled":null}},"components":{"name":"components","svg":{"outline":"","filled":null}},"cone-2":{"name":"cone-2","svg":{"outline":"","filled":""}},"cone-off":{"name":"cone-off","svg":{"outline":"","filled":null}},"cone-plus":{"name":"cone-plus","svg":{"outline":"","filled":null}},"cone":{"name":"cone","svg":{"outline":"","filled":""}},"confetti-off":{"name":"confetti-off","svg":{"outline":"","filled":null}},"confetti":{"name":"confetti","svg":{"outline":"","filled":null}},"confucius":{"name":"confucius","svg":{"outline":"","filled":null}},"congruent-to":{"name":"congruent-to","svg":{"outline":"","filled":null}},"container-off":{"name":"container-off","svg":{"outline":"","filled":null}},"container":{"name":"container","svg":{"outline":"","filled":null}},"contract":{"name":"contract","svg":{"outline":"","filled":null}},"contrast-2-off":{"name":"contrast-2-off","svg":{"outline":"","filled":null}},"contrast-2":{"name":"contrast-2","svg":{"outline":"","filled":""}},"contrast-off":{"name":"contrast-off","svg":{"outline":"","filled":null}},"contrast":{"name":"contrast","svg":{"outline":"","filled":""}},"cooker":{"name":"cooker","svg":{"outline":"","filled":null}},"cookie-man":{"name":"cookie-man","svg":{"outline":"","filled":""}},"cookie-off":{"name":"cookie-off","svg":{"outline":"","filled":null}},"cookie":{"name":"cookie","svg":{"outline":"","filled":""}},"copy-check":{"name":"copy-check","svg":{"outline":"","filled":""}},"copy-minus":{"name":"copy-minus","svg":{"outline":"","filled":""}},"copy-off":{"name":"copy-off","svg":{"outline":"","filled":null}},"copy-plus":{"name":"copy-plus","svg":{"outline":"","filled":""}},"copy-x":{"name":"copy-x","svg":{"outline":"","filled":""}},"copy":{"name":"copy","svg":{"outline":"","filled":null}},"copyleft-off":{"name":"copyleft-off","svg":{"outline":"","filled":null}},"copyleft":{"name":"copyleft","svg":{"outline":"","filled":""}},"copyright-off":{"name":"copyright-off","svg":{"outline":"","filled":null}},"copyright":{"name":"copyright","svg":{"outline":"","filled":""}},"corner-down-left-double":{"name":"corner-down-left-double","svg":{"outline":"","filled":null}},"corner-down-left":{"name":"corner-down-left","svg":{"outline":"","filled":null}},"corner-down-right-double":{"name":"corner-down-right-double","svg":{"outline":"","filled":null}},"corner-down-right":{"name":"corner-down-right","svg":{"outline":"","filled":null}},"corner-left-down-double":{"name":"corner-left-down-double","svg":{"outline":"","filled":null}},"corner-left-down":{"name":"corner-left-down","svg":{"outline":"","filled":null}},"corner-left-up-double":{"name":"corner-left-up-double","svg":{"outline":"","filled":null}},"corner-left-up":{"name":"corner-left-up","svg":{"outline":"","filled":null}},"corner-right-down-double":{"name":"corner-right-down-double","svg":{"outline":"","filled":null}},"corner-right-down":{"name":"corner-right-down","svg":{"outline":"","filled":null}},"corner-right-up-double":{"name":"corner-right-up-double","svg":{"outline":"","filled":null}},"corner-right-up":{"name":"corner-right-up","svg":{"outline":"","filled":null}},"corner-up-left-double":{"name":"corner-up-left-double","svg":{"outline":"","filled":null}},"corner-up-left":{"name":"corner-up-left","svg":{"outline":"","filled":null}},"corner-up-right-double":{"name":"corner-up-right-double","svg":{"outline":"","filled":null}},"corner-up-right":{"name":"corner-up-right","svg":{"outline":"","filled":null}},"cpu-2":{"name":"cpu-2","svg":{"outline":"","filled":null}},"cpu-off":{"name":"cpu-off","svg":{"outline":"","filled":null}},"cpu":{"name":"cpu","svg":{"outline":"","filled":null}},"crane-off":{"name":"crane-off","svg":{"outline":"","filled":null}},"crane":{"name":"crane","svg":{"outline":"","filled":null}},"creative-commons-by":{"name":"creative-commons-by","svg":{"outline":"","filled":null}},"creative-commons-nc":{"name":"creative-commons-nc","svg":{"outline":"","filled":null}},"creative-commons-nd":{"name":"creative-commons-nd","svg":{"outline":"","filled":null}},"creative-commons-off":{"name":"creative-commons-off","svg":{"outline":"","filled":null}},"creative-commons-sa":{"name":"creative-commons-sa","svg":{"outline":"","filled":null}},"creative-commons-zero":{"name":"creative-commons-zero","svg":{"outline":"","filled":null}},"creative-commons":{"name":"creative-commons","svg":{"outline":"","filled":null}},"credit-card-off":{"name":"credit-card-off","svg":{"outline":"","filled":null}},"credit-card-pay":{"name":"credit-card-pay","svg":{"outline":"","filled":null}},"credit-card-refund":{"name":"credit-card-refund","svg":{"outline":"","filled":null}},"credit-card":{"name":"credit-card","svg":{"outline":"","filled":""}},"cricket":{"name":"cricket","svg":{"outline":"","filled":null}},"crop-1-1":{"name":"crop-1-1","svg":{"outline":"","filled":""}},"crop-16-9":{"name":"crop-16-9","svg":{"outline":"","filled":""}},"crop-3-2":{"name":"crop-3-2","svg":{"outline":"","filled":""}},"crop-5-4":{"name":"crop-5-4","svg":{"outline":"","filled":""}},"crop-7-5":{"name":"crop-7-5","svg":{"outline":"","filled":""}},"crop-landscape":{"name":"crop-landscape","svg":{"outline":"","filled":""}},"crop-portrait":{"name":"crop-portrait","svg":{"outline":"","filled":""}},"crop":{"name":"crop","svg":{"outline":"","filled":null}},"cross-off":{"name":"cross-off","svg":{"outline":"","filled":null}},"cross":{"name":"cross","svg":{"outline":"","filled":""}},"crosshair":{"name":"crosshair","svg":{"outline":"","filled":null}},"crown-off":{"name":"crown-off","svg":{"outline":"","filled":null}},"crown":{"name":"crown","svg":{"outline":"","filled":null}},"crutches-off":{"name":"crutches-off","svg":{"outline":"","filled":null}},"crutches":{"name":"crutches","svg":{"outline":"","filled":null}},"crystal-ball":{"name":"crystal-ball","svg":{"outline":"","filled":null}},"csv":{"name":"csv","svg":{"outline":"","filled":null}},"cube-3d-sphere-off":{"name":"cube-3d-sphere-off","svg":{"outline":"","filled":null}},"cube-3d-sphere":{"name":"cube-3d-sphere","svg":{"outline":"","filled":null}},"cube-off":{"name":"cube-off","svg":{"outline":"","filled":null}},"cube-plus":{"name":"cube-plus","svg":{"outline":"","filled":null}},"cube-send":{"name":"cube-send","svg":{"outline":"","filled":null}},"cube-spark":{"name":"cube-spark","svg":{"outline":"","filled":null}},"cube-unfolded":{"name":"cube-unfolded","svg":{"outline":"","filled":null}},"cube":{"name":"cube","svg":{"outline":"","filled":null}},"cup-off":{"name":"cup-off","svg":{"outline":"","filled":null}},"cup":{"name":"cup","svg":{"outline":"","filled":null}},"curling":{"name":"curling","svg":{"outline":"","filled":null}},"curly-loop":{"name":"curly-loop","svg":{"outline":"","filled":null}},"currency-afghani":{"name":"currency-afghani","svg":{"outline":"","filled":null}},"currency-bahraini":{"name":"currency-bahraini","svg":{"outline":"","filled":null}},"currency-baht":{"name":"currency-baht","svg":{"outline":"","filled":null}},"currency-bitcoin":{"name":"currency-bitcoin","svg":{"outline":"","filled":null}},"currency-cent":{"name":"currency-cent","svg":{"outline":"","filled":null}},"currency-dinar":{"name":"currency-dinar","svg":{"outline":"","filled":null}},"currency-dirham":{"name":"currency-dirham","svg":{"outline":"","filled":null}},"currency-dogecoin":{"name":"currency-dogecoin","svg":{"outline":"","filled":null}},"currency-dollar-australian":{"name":"currency-dollar-australian","svg":{"outline":"","filled":null}},"currency-dollar-brunei":{"name":"currency-dollar-brunei","svg":{"outline":"","filled":null}},"currency-dollar-canadian":{"name":"currency-dollar-canadian","svg":{"outline":"","filled":null}},"currency-dollar-guyanese":{"name":"currency-dollar-guyanese","svg":{"outline":"","filled":null}},"currency-dollar-off":{"name":"currency-dollar-off","svg":{"outline":"","filled":null}},"currency-dollar-singapore":{"name":"currency-dollar-singapore","svg":{"outline":"","filled":null}},"currency-dollar-zimbabwean":{"name":"currency-dollar-zimbabwean","svg":{"outline":"","filled":null}},"currency-dollar":{"name":"currency-dollar","svg":{"outline":"","filled":null}},"currency-dong":{"name":"currency-dong","svg":{"outline":"","filled":null}},"currency-dram":{"name":"currency-dram","svg":{"outline":"","filled":null}},"currency-ethereum":{"name":"currency-ethereum","svg":{"outline":"","filled":null}},"currency-euro-off":{"name":"currency-euro-off","svg":{"outline":"","filled":null}},"currency-euro":{"name":"currency-euro","svg":{"outline":"","filled":null}},"currency-florin":{"name":"currency-florin","svg":{"outline":"","filled":null}},"currency-forint":{"name":"currency-forint","svg":{"outline":"","filled":null}},"currency-frank":{"name":"currency-frank","svg":{"outline":"","filled":null}},"currency-guarani":{"name":"currency-guarani","svg":{"outline":"","filled":null}},"currency-hryvnia":{"name":"currency-hryvnia","svg":{"outline":"","filled":null}},"currency-iranian-rial":{"name":"currency-iranian-rial","svg":{"outline":"","filled":null}},"currency-kip":{"name":"currency-kip","svg":{"outline":"","filled":null}},"currency-krone-czech":{"name":"currency-krone-czech","svg":{"outline":"","filled":null}},"currency-krone-danish":{"name":"currency-krone-danish","svg":{"outline":"","filled":null}},"currency-krone-swedish":{"name":"currency-krone-swedish","svg":{"outline":"","filled":null}},"currency-lari":{"name":"currency-lari","svg":{"outline":"","filled":null}},"currency-leu":{"name":"currency-leu","svg":{"outline":"","filled":null}},"currency-lira":{"name":"currency-lira","svg":{"outline":"","filled":null}},"currency-litecoin":{"name":"currency-litecoin","svg":{"outline":"","filled":null}},"currency-lyd":{"name":"currency-lyd","svg":{"outline":"","filled":null}},"currency-manat":{"name":"currency-manat","svg":{"outline":"","filled":null}},"currency-monero":{"name":"currency-monero","svg":{"outline":"","filled":null}},"currency-naira":{"name":"currency-naira","svg":{"outline":"","filled":null}},"currency-nano":{"name":"currency-nano","svg":{"outline":"","filled":null}},"currency-off":{"name":"currency-off","svg":{"outline":"","filled":null}},"currency-paanga":{"name":"currency-paanga","svg":{"outline":"","filled":null}},"currency-peso":{"name":"currency-peso","svg":{"outline":"","filled":null}},"currency-pound-off":{"name":"currency-pound-off","svg":{"outline":"","filled":null}},"currency-pound":{"name":"currency-pound","svg":{"outline":"","filled":null}},"currency-quetzal":{"name":"currency-quetzal","svg":{"outline":"","filled":null}},"currency-real":{"name":"currency-real","svg":{"outline":"","filled":null}},"currency-renminbi":{"name":"currency-renminbi","svg":{"outline":"","filled":null}},"currency-ripple":{"name":"currency-ripple","svg":{"outline":"","filled":null}},"currency-riyal":{"name":"currency-riyal","svg":{"outline":"","filled":null}},"currency-rubel":{"name":"currency-rubel","svg":{"outline":"","filled":null}},"currency-rufiyaa":{"name":"currency-rufiyaa","svg":{"outline":"","filled":null}},"currency-rupee-nepalese":{"name":"currency-rupee-nepalese","svg":{"outline":"","filled":null}},"currency-rupee":{"name":"currency-rupee","svg":{"outline":"","filled":null}},"currency-shekel":{"name":"currency-shekel","svg":{"outline":"","filled":null}},"currency-solana":{"name":"currency-solana","svg":{"outline":"","filled":null}},"currency-som":{"name":"currency-som","svg":{"outline":"","filled":null}},"currency-taka":{"name":"currency-taka","svg":{"outline":"","filled":null}},"currency-tenge":{"name":"currency-tenge","svg":{"outline":"","filled":null}},"currency-tugrik":{"name":"currency-tugrik","svg":{"outline":"","filled":null}},"currency-won":{"name":"currency-won","svg":{"outline":"","filled":null}},"currency-xrp":{"name":"currency-xrp","svg":{"outline":"","filled":null}},"currency-yen-off":{"name":"currency-yen-off","svg":{"outline":"","filled":null}},"currency-yen":{"name":"currency-yen","svg":{"outline":"","filled":null}},"currency-yuan":{"name":"currency-yuan","svg":{"outline":"","filled":null}},"currency-zloty":{"name":"currency-zloty","svg":{"outline":"","filled":null}},"currency":{"name":"currency","svg":{"outline":"","filled":null}},"current-location-off":{"name":"current-location-off","svg":{"outline":"","filled":null}},"current-location":{"name":"current-location","svg":{"outline":"","filled":null}},"cursor-off":{"name":"cursor-off","svg":{"outline":"","filled":null}},"cursor-text":{"name":"cursor-text","svg":{"outline":"","filled":null}},"cut":{"name":"cut","svg":{"outline":"","filled":null}},"cylinder-off":{"name":"cylinder-off","svg":{"outline":"","filled":null}},"cylinder-plus":{"name":"cylinder-plus","svg":{"outline":"","filled":null}},"cylinder":{"name":"cylinder","svg":{"outline":"","filled":null}},"dashboard-off":{"name":"dashboard-off","svg":{"outline":"","filled":null}},"dashboard":{"name":"dashboard","svg":{"outline":"","filled":""}},"database-cog":{"name":"database-cog","svg":{"outline":"","filled":null}},"database-dollar":{"name":"database-dollar","svg":{"outline":"","filled":null}},"database-edit":{"name":"database-edit","svg":{"outline":"","filled":null}},"database-exclamation":{"name":"database-exclamation","svg":{"outline":"","filled":null}},"database-export":{"name":"database-export","svg":{"outline":"","filled":null}},"database-heart":{"name":"database-heart","svg":{"outline":"","filled":null}},"database-import":{"name":"database-import","svg":{"outline":"","filled":null}},"database-leak":{"name":"database-leak","svg":{"outline":"","filled":null}},"database-minus":{"name":"database-minus","svg":{"outline":"","filled":null}},"database-off":{"name":"database-off","svg":{"outline":"","filled":null}},"database-plus":{"name":"database-plus","svg":{"outline":"","filled":null}},"database-search":{"name":"database-search","svg":{"outline":"","filled":null}},"database-share":{"name":"database-share","svg":{"outline":"","filled":null}},"database-smile":{"name":"database-smile","svg":{"outline":"","filled":null}},"database-star":{"name":"database-star","svg":{"outline":"","filled":null}},"database-x":{"name":"database-x","svg":{"outline":"","filled":null}},"database":{"name":"database","svg":{"outline":"","filled":null}},"decimal":{"name":"decimal","svg":{"outline":"","filled":null}},"deer":{"name":"deer","svg":{"outline":"","filled":null}},"delta":{"name":"delta","svg":{"outline":"","filled":null}},"dental-broken":{"name":"dental-broken","svg":{"outline":"","filled":null}},"dental-off":{"name":"dental-off","svg":{"outline":"","filled":null}},"dental":{"name":"dental","svg":{"outline":"","filled":null}},"deselect":{"name":"deselect","svg":{"outline":"","filled":null}},"desk":{"name":"desk","svg":{"outline":"","filled":null}},"details-off":{"name":"details-off","svg":{"outline":"","filled":null}},"details":{"name":"details","svg":{"outline":"","filled":null}},"device-airpods-case":{"name":"device-airpods-case","svg":{"outline":"","filled":null}},"device-airpods":{"name":"device-airpods","svg":{"outline":"","filled":null}},"device-airtag":{"name":"device-airtag","svg":{"outline":"","filled":null}},"device-analytics":{"name":"device-analytics","svg":{"outline":"","filled":null}},"device-audio-tape":{"name":"device-audio-tape","svg":{"outline":"","filled":null}},"device-camera-phone":{"name":"device-camera-phone","svg":{"outline":"","filled":null}},"device-cctv-off":{"name":"device-cctv-off","svg":{"outline":"","filled":null}},"device-cctv":{"name":"device-cctv","svg":{"outline":"","filled":""}},"device-computer-camera-off":{"name":"device-computer-camera-off","svg":{"outline":"","filled":null}},"device-computer-camera":{"name":"device-computer-camera","svg":{"outline":"","filled":null}},"device-desktop-analytics":{"name":"device-desktop-analytics","svg":{"outline":"","filled":null}},"device-desktop-bolt":{"name":"device-desktop-bolt","svg":{"outline":"","filled":null}},"device-desktop-cancel":{"name":"device-desktop-cancel","svg":{"outline":"","filled":null}},"device-desktop-check":{"name":"device-desktop-check","svg":{"outline":"","filled":null}},"device-desktop-code":{"name":"device-desktop-code","svg":{"outline":"","filled":null}},"device-desktop-cog":{"name":"device-desktop-cog","svg":{"outline":"","filled":null}},"device-desktop-dollar":{"name":"device-desktop-dollar","svg":{"outline":"","filled":null}},"device-desktop-down":{"name":"device-desktop-down","svg":{"outline":"","filled":null}},"device-desktop-exclamation":{"name":"device-desktop-exclamation","svg":{"outline":"","filled":null}},"device-desktop-heart":{"name":"device-desktop-heart","svg":{"outline":"","filled":null}},"device-desktop-minus":{"name":"device-desktop-minus","svg":{"outline":"","filled":null}},"device-desktop-off":{"name":"device-desktop-off","svg":{"outline":"","filled":null}},"device-desktop-pause":{"name":"device-desktop-pause","svg":{"outline":"","filled":null}},"device-desktop-pin":{"name":"device-desktop-pin","svg":{"outline":"","filled":null}},"device-desktop-plus":{"name":"device-desktop-plus","svg":{"outline":"","filled":null}},"device-desktop-question":{"name":"device-desktop-question","svg":{"outline":"","filled":null}},"device-desktop-search":{"name":"device-desktop-search","svg":{"outline":"","filled":null}},"device-desktop-share":{"name":"device-desktop-share","svg":{"outline":"","filled":null}},"device-desktop-star":{"name":"device-desktop-star","svg":{"outline":"","filled":null}},"device-desktop-up":{"name":"device-desktop-up","svg":{"outline":"","filled":null}},"device-desktop-x":{"name":"device-desktop-x","svg":{"outline":"","filled":null}},"device-desktop":{"name":"device-desktop","svg":{"outline":"","filled":""}},"device-floppy":{"name":"device-floppy","svg":{"outline":"","filled":null}},"device-gamepad-2":{"name":"device-gamepad-2","svg":{"outline":"","filled":null}},"device-gamepad-3":{"name":"device-gamepad-3","svg":{"outline":"","filled":""}},"device-gamepad":{"name":"device-gamepad","svg":{"outline":"","filled":null}},"device-heart-monitor":{"name":"device-heart-monitor","svg":{"outline":"","filled":""}},"device-imac-bolt":{"name":"device-imac-bolt","svg":{"outline":"","filled":null}},"device-imac-cancel":{"name":"device-imac-cancel","svg":{"outline":"","filled":null}},"device-imac-check":{"name":"device-imac-check","svg":{"outline":"","filled":null}},"device-imac-code":{"name":"device-imac-code","svg":{"outline":"","filled":null}},"device-imac-cog":{"name":"device-imac-cog","svg":{"outline":"","filled":null}},"device-imac-dollar":{"name":"device-imac-dollar","svg":{"outline":"","filled":null}},"device-imac-down":{"name":"device-imac-down","svg":{"outline":"","filled":null}},"device-imac-exclamation":{"name":"device-imac-exclamation","svg":{"outline":"","filled":null}},"device-imac-heart":{"name":"device-imac-heart","svg":{"outline":"","filled":null}},"device-imac-minus":{"name":"device-imac-minus","svg":{"outline":"","filled":null}},"device-imac-off":{"name":"device-imac-off","svg":{"outline":"","filled":null}},"device-imac-pause":{"name":"device-imac-pause","svg":{"outline":"","filled":null}},"device-imac-pin":{"name":"device-imac-pin","svg":{"outline":"","filled":null}},"device-imac-plus":{"name":"device-imac-plus","svg":{"outline":"","filled":null}},"device-imac-question":{"name":"device-imac-question","svg":{"outline":"","filled":null}},"device-imac-search":{"name":"device-imac-search","svg":{"outline":"","filled":null}},"device-imac-share":{"name":"device-imac-share","svg":{"outline":"","filled":null}},"device-imac-star":{"name":"device-imac-star","svg":{"outline":"","filled":null}},"device-imac-up":{"name":"device-imac-up","svg":{"outline":"","filled":null}},"device-imac-x":{"name":"device-imac-x","svg":{"outline":"","filled":null}},"device-imac":{"name":"device-imac","svg":{"outline":"","filled":""}},"device-ipad-bolt":{"name":"device-ipad-bolt","svg":{"outline":"","filled":null}},"device-ipad-cancel":{"name":"device-ipad-cancel","svg":{"outline":"","filled":null}},"device-ipad-check":{"name":"device-ipad-check","svg":{"outline":"","filled":null}},"device-ipad-code":{"name":"device-ipad-code","svg":{"outline":"","filled":null}},"device-ipad-cog":{"name":"device-ipad-cog","svg":{"outline":"","filled":null}},"device-ipad-dollar":{"name":"device-ipad-dollar","svg":{"outline":"","filled":null}},"device-ipad-down":{"name":"device-ipad-down","svg":{"outline":"","filled":null}},"device-ipad-exclamation":{"name":"device-ipad-exclamation","svg":{"outline":"","filled":null}},"device-ipad-heart":{"name":"device-ipad-heart","svg":{"outline":"","filled":null}},"device-ipad-horizontal-bolt":{"name":"device-ipad-horizontal-bolt","svg":{"outline":"","filled":null}},"device-ipad-horizontal-cancel":{"name":"device-ipad-horizontal-cancel","svg":{"outline":"","filled":null}},"device-ipad-horizontal-check":{"name":"device-ipad-horizontal-check","svg":{"outline":"","filled":null}},"device-ipad-horizontal-code":{"name":"device-ipad-horizontal-code","svg":{"outline":"","filled":null}},"device-ipad-horizontal-cog":{"name":"device-ipad-horizontal-cog","svg":{"outline":"","filled":null}},"device-ipad-horizontal-dollar":{"name":"device-ipad-horizontal-dollar","svg":{"outline":"","filled":null}},"device-ipad-horizontal-down":{"name":"device-ipad-horizontal-down","svg":{"outline":"","filled":null}},"device-ipad-horizontal-exclamation":{"name":"device-ipad-horizontal-exclamation","svg":{"outline":"","filled":null}},"device-ipad-horizontal-heart":{"name":"device-ipad-horizontal-heart","svg":{"outline":"","filled":null}},"device-ipad-horizontal-minus":{"name":"device-ipad-horizontal-minus","svg":{"outline":"","filled":null}},"device-ipad-horizontal-off":{"name":"device-ipad-horizontal-off","svg":{"outline":"","filled":null}},"device-ipad-horizontal-pause":{"name":"device-ipad-horizontal-pause","svg":{"outline":"","filled":null}},"device-ipad-horizontal-pin":{"name":"device-ipad-horizontal-pin","svg":{"outline":"","filled":null}},"device-ipad-horizontal-plus":{"name":"device-ipad-horizontal-plus","svg":{"outline":"","filled":null}},"device-ipad-horizontal-question":{"name":"device-ipad-horizontal-question","svg":{"outline":"","filled":null}},"device-ipad-horizontal-search":{"name":"device-ipad-horizontal-search","svg":{"outline":"","filled":null}},"device-ipad-horizontal-share":{"name":"device-ipad-horizontal-share","svg":{"outline":"","filled":null}},"device-ipad-horizontal-star":{"name":"device-ipad-horizontal-star","svg":{"outline":"","filled":null}},"device-ipad-horizontal-up":{"name":"device-ipad-horizontal-up","svg":{"outline":"","filled":null}},"device-ipad-horizontal-x":{"name":"device-ipad-horizontal-x","svg":{"outline":"","filled":null}},"device-ipad-horizontal":{"name":"device-ipad-horizontal","svg":{"outline":"","filled":null}},"device-ipad-minus":{"name":"device-ipad-minus","svg":{"outline":"","filled":null}},"device-ipad-off":{"name":"device-ipad-off","svg":{"outline":"","filled":null}},"device-ipad-pause":{"name":"device-ipad-pause","svg":{"outline":"","filled":null}},"device-ipad-pin":{"name":"device-ipad-pin","svg":{"outline":"","filled":null}},"device-ipad-plus":{"name":"device-ipad-plus","svg":{"outline":"","filled":null}},"device-ipad-question":{"name":"device-ipad-question","svg":{"outline":"","filled":null}},"device-ipad-search":{"name":"device-ipad-search","svg":{"outline":"","filled":null}},"device-ipad-share":{"name":"device-ipad-share","svg":{"outline":"","filled":null}},"device-ipad-star":{"name":"device-ipad-star","svg":{"outline":"","filled":null}},"device-ipad-up":{"name":"device-ipad-up","svg":{"outline":"","filled":null}},"device-ipad-x":{"name":"device-ipad-x","svg":{"outline":"","filled":null}},"device-ipad":{"name":"device-ipad","svg":{"outline":"","filled":""}},"device-landline-phone":{"name":"device-landline-phone","svg":{"outline":"","filled":null}},"device-laptop-off":{"name":"device-laptop-off","svg":{"outline":"","filled":null}},"device-laptop":{"name":"device-laptop","svg":{"outline":"","filled":null}},"device-mobile-bolt":{"name":"device-mobile-bolt","svg":{"outline":"","filled":null}},"device-mobile-cancel":{"name":"device-mobile-cancel","svg":{"outline":"","filled":null}},"device-mobile-charging":{"name":"device-mobile-charging","svg":{"outline":"","filled":null}},"device-mobile-check":{"name":"device-mobile-check","svg":{"outline":"","filled":null}},"device-mobile-code":{"name":"device-mobile-code","svg":{"outline":"","filled":null}},"device-mobile-cog":{"name":"device-mobile-cog","svg":{"outline":"","filled":null}},"device-mobile-dollar":{"name":"device-mobile-dollar","svg":{"outline":"","filled":null}},"device-mobile-down":{"name":"device-mobile-down","svg":{"outline":"","filled":null}},"device-mobile-exclamation":{"name":"device-mobile-exclamation","svg":{"outline":"","filled":null}},"device-mobile-heart":{"name":"device-mobile-heart","svg":{"outline":"","filled":null}},"device-mobile-message":{"name":"device-mobile-message","svg":{"outline":"","filled":null}},"device-mobile-minus":{"name":"device-mobile-minus","svg":{"outline":"","filled":null}},"device-mobile-off":{"name":"device-mobile-off","svg":{"outline":"","filled":null}},"device-mobile-pause":{"name":"device-mobile-pause","svg":{"outline":"","filled":null}},"device-mobile-pin":{"name":"device-mobile-pin","svg":{"outline":"","filled":null}},"device-mobile-plus":{"name":"device-mobile-plus","svg":{"outline":"","filled":null}},"device-mobile-question":{"name":"device-mobile-question","svg":{"outline":"","filled":null}},"device-mobile-rotated":{"name":"device-mobile-rotated","svg":{"outline":"","filled":null}},"device-mobile-search":{"name":"device-mobile-search","svg":{"outline":"","filled":null}},"device-mobile-share":{"name":"device-mobile-share","svg":{"outline":"","filled":null}},"device-mobile-star":{"name":"device-mobile-star","svg":{"outline":"","filled":null}},"device-mobile-up":{"name":"device-mobile-up","svg":{"outline":"","filled":null}},"device-mobile-vibration":{"name":"device-mobile-vibration","svg":{"outline":"","filled":null}},"device-mobile-x":{"name":"device-mobile-x","svg":{"outline":"","filled":null}},"device-mobile":{"name":"device-mobile","svg":{"outline":"","filled":""}},"device-nintendo-off":{"name":"device-nintendo-off","svg":{"outline":"","filled":null}},"device-nintendo":{"name":"device-nintendo","svg":{"outline":"","filled":null}},"device-projector":{"name":"device-projector","svg":{"outline":"","filled":null}},"device-remote":{"name":"device-remote","svg":{"outline":"","filled":""}},"device-sd-card":{"name":"device-sd-card","svg":{"outline":"","filled":null}},"device-sim-1":{"name":"device-sim-1","svg":{"outline":"","filled":null}},"device-sim-2":{"name":"device-sim-2","svg":{"outline":"","filled":null}},"device-sim-3":{"name":"device-sim-3","svg":{"outline":"","filled":null}},"device-sim":{"name":"device-sim","svg":{"outline":"","filled":null}},"device-speaker-off":{"name":"device-speaker-off","svg":{"outline":"","filled":null}},"device-speaker":{"name":"device-speaker","svg":{"outline":"","filled":""}},"device-tablet-bolt":{"name":"device-tablet-bolt","svg":{"outline":"","filled":null}},"device-tablet-cancel":{"name":"device-tablet-cancel","svg":{"outline":"","filled":null}},"device-tablet-check":{"name":"device-tablet-check","svg":{"outline":"","filled":null}},"device-tablet-code":{"name":"device-tablet-code","svg":{"outline":"","filled":null}},"device-tablet-cog":{"name":"device-tablet-cog","svg":{"outline":"","filled":null}},"device-tablet-dollar":{"name":"device-tablet-dollar","svg":{"outline":"","filled":null}},"device-tablet-down":{"name":"device-tablet-down","svg":{"outline":"","filled":null}},"device-tablet-exclamation":{"name":"device-tablet-exclamation","svg":{"outline":"","filled":null}},"device-tablet-heart":{"name":"device-tablet-heart","svg":{"outline":"","filled":null}},"device-tablet-minus":{"name":"device-tablet-minus","svg":{"outline":"","filled":null}},"device-tablet-off":{"name":"device-tablet-off","svg":{"outline":"","filled":null}},"device-tablet-pause":{"name":"device-tablet-pause","svg":{"outline":"","filled":null}},"device-tablet-pin":{"name":"device-tablet-pin","svg":{"outline":"","filled":null}},"device-tablet-plus":{"name":"device-tablet-plus","svg":{"outline":"","filled":null}},"device-tablet-question":{"name":"device-tablet-question","svg":{"outline":"","filled":null}},"device-tablet-search":{"name":"device-tablet-search","svg":{"outline":"","filled":null}},"device-tablet-share":{"name":"device-tablet-share","svg":{"outline":"","filled":null}},"device-tablet-star":{"name":"device-tablet-star","svg":{"outline":"","filled":null}},"device-tablet-up":{"name":"device-tablet-up","svg":{"outline":"","filled":null}},"device-tablet-x":{"name":"device-tablet-x","svg":{"outline":"","filled":null}},"device-tablet":{"name":"device-tablet","svg":{"outline":"","filled":""}},"device-tv-off":{"name":"device-tv-off","svg":{"outline":"","filled":null}},"device-tv-old":{"name":"device-tv-old","svg":{"outline":"","filled":""}},"device-tv":{"name":"device-tv","svg":{"outline":"","filled":""}},"device-unknown":{"name":"device-unknown","svg":{"outline":"","filled":""}},"device-usb":{"name":"device-usb","svg":{"outline":"","filled":""}},"device-vision-pro":{"name":"device-vision-pro","svg":{"outline":"","filled":""}},"device-watch-bolt":{"name":"device-watch-bolt","svg":{"outline":"","filled":null}},"device-watch-cancel":{"name":"device-watch-cancel","svg":{"outline":"","filled":null}},"device-watch-check":{"name":"device-watch-check","svg":{"outline":"","filled":null}},"device-watch-code":{"name":"device-watch-code","svg":{"outline":"","filled":null}},"device-watch-cog":{"name":"device-watch-cog","svg":{"outline":"","filled":null}},"device-watch-dollar":{"name":"device-watch-dollar","svg":{"outline":"","filled":null}},"device-watch-down":{"name":"device-watch-down","svg":{"outline":"","filled":null}},"device-watch-exclamation":{"name":"device-watch-exclamation","svg":{"outline":"","filled":null}},"device-watch-heart":{"name":"device-watch-heart","svg":{"outline":"","filled":null}},"device-watch-minus":{"name":"device-watch-minus","svg":{"outline":"","filled":null}},"device-watch-off":{"name":"device-watch-off","svg":{"outline":"","filled":null}},"device-watch-pause":{"name":"device-watch-pause","svg":{"outline":"","filled":null}},"device-watch-pin":{"name":"device-watch-pin","svg":{"outline":"","filled":null}},"device-watch-plus":{"name":"device-watch-plus","svg":{"outline":"","filled":null}},"device-watch-question":{"name":"device-watch-question","svg":{"outline":"","filled":null}},"device-watch-search":{"name":"device-watch-search","svg":{"outline":"","filled":null}},"device-watch-share":{"name":"device-watch-share","svg":{"outline":"","filled":null}},"device-watch-star":{"name":"device-watch-star","svg":{"outline":"","filled":null}},"device-watch-stats-2":{"name":"device-watch-stats-2","svg":{"outline":"","filled":null}},"device-watch-stats":{"name":"device-watch-stats","svg":{"outline":"","filled":null}},"device-watch-up":{"name":"device-watch-up","svg":{"outline":"","filled":null}},"device-watch-x":{"name":"device-watch-x","svg":{"outline":"","filled":null}},"device-watch":{"name":"device-watch","svg":{"outline":"","filled":""}},"devices-2":{"name":"devices-2","svg":{"outline":"","filled":null}},"devices-bolt":{"name":"devices-bolt","svg":{"outline":"","filled":null}},"devices-cancel":{"name":"devices-cancel","svg":{"outline":"","filled":null}},"devices-check":{"name":"devices-check","svg":{"outline":"","filled":null}},"devices-code":{"name":"devices-code","svg":{"outline":"","filled":null}},"devices-cog":{"name":"devices-cog","svg":{"outline":"","filled":null}},"devices-dollar":{"name":"devices-dollar","svg":{"outline":"","filled":null}},"devices-down":{"name":"devices-down","svg":{"outline":"","filled":null}},"devices-exclamation":{"name":"devices-exclamation","svg":{"outline":"","filled":null}},"devices-heart":{"name":"devices-heart","svg":{"outline":"","filled":null}},"devices-minus":{"name":"devices-minus","svg":{"outline":"","filled":null}},"devices-off":{"name":"devices-off","svg":{"outline":"","filled":null}},"devices-pause":{"name":"devices-pause","svg":{"outline":"","filled":null}},"devices-pc-off":{"name":"devices-pc-off","svg":{"outline":"","filled":null}},"devices-pc":{"name":"devices-pc","svg":{"outline":"","filled":null}},"devices-pin":{"name":"devices-pin","svg":{"outline":"","filled":null}},"devices-plus":{"name":"devices-plus","svg":{"outline":"","filled":null}},"devices-question":{"name":"devices-question","svg":{"outline":"","filled":null}},"devices-search":{"name":"devices-search","svg":{"outline":"","filled":null}},"devices-share":{"name":"devices-share","svg":{"outline":"","filled":null}},"devices-star":{"name":"devices-star","svg":{"outline":"","filled":null}},"devices-up":{"name":"devices-up","svg":{"outline":"","filled":null}},"devices-x":{"name":"devices-x","svg":{"outline":"","filled":null}},"devices":{"name":"devices","svg":{"outline":"","filled":null}},"diabolo-off":{"name":"diabolo-off","svg":{"outline":"","filled":null}},"diabolo-plus":{"name":"diabolo-plus","svg":{"outline":"","filled":null}},"diabolo":{"name":"diabolo","svg":{"outline":"","filled":null}},"dialpad-off":{"name":"dialpad-off","svg":{"outline":"","filled":null}},"dialpad":{"name":"dialpad","svg":{"outline":"","filled":""}},"diamond-off":{"name":"diamond-off","svg":{"outline":"","filled":null}},"diamond":{"name":"diamond","svg":{"outline":"","filled":""}},"diamonds":{"name":"diamonds","svg":{"outline":"","filled":""}},"diaper":{"name":"diaper","svg":{"outline":"","filled":null}},"dice-1":{"name":"dice-1","svg":{"outline":"","filled":""}},"dice-2":{"name":"dice-2","svg":{"outline":"","filled":""}},"dice-3":{"name":"dice-3","svg":{"outline":"","filled":""}},"dice-4":{"name":"dice-4","svg":{"outline":"","filled":""}},"dice-5":{"name":"dice-5","svg":{"outline":"","filled":""}},"dice-6":{"name":"dice-6","svg":{"outline":"","filled":""}},"dice":{"name":"dice","svg":{"outline":"","filled":""}},"dimensions":{"name":"dimensions","svg":{"outline":"","filled":null}},"direction-arrows":{"name":"direction-arrows","svg":{"outline":"","filled":""}},"direction-horizontal":{"name":"direction-horizontal","svg":{"outline":"","filled":null}},"direction-sign-off":{"name":"direction-sign-off","svg":{"outline":"","filled":null}},"direction-sign":{"name":"direction-sign","svg":{"outline":"","filled":""}},"direction":{"name":"direction","svg":{"outline":"","filled":null}},"directions-off":{"name":"directions-off","svg":{"outline":"","filled":null}},"directions":{"name":"directions","svg":{"outline":"","filled":""}},"disabled-2":{"name":"disabled-2","svg":{"outline":"","filled":null}},"disabled-off":{"name":"disabled-off","svg":{"outline":"","filled":null}},"disabled":{"name":"disabled","svg":{"outline":"","filled":null}},"disc-golf":{"name":"disc-golf","svg":{"outline":"","filled":null}},"disc-off":{"name":"disc-off","svg":{"outline":"","filled":null}},"disc":{"name":"disc","svg":{"outline":"","filled":""}},"discount-off":{"name":"discount-off","svg":{"outline":"","filled":null}},"discount":{"name":"discount","svg":{"outline":"","filled":""}},"divide":{"name":"divide","svg":{"outline":"","filled":null}},"dna-2-off":{"name":"dna-2-off","svg":{"outline":"","filled":null}},"dna-2":{"name":"dna-2","svg":{"outline":"","filled":null}},"dna-off":{"name":"dna-off","svg":{"outline":"","filled":null}},"dna":{"name":"dna","svg":{"outline":"","filled":null}},"dog-bowl":{"name":"dog-bowl","svg":{"outline":"","filled":null}},"dog":{"name":"dog","svg":{"outline":"","filled":null}},"door-enter":{"name":"door-enter","svg":{"outline":"","filled":null}},"door-exit":{"name":"door-exit","svg":{"outline":"","filled":null}},"door-off":{"name":"door-off","svg":{"outline":"","filled":null}},"door":{"name":"door","svg":{"outline":"","filled":null}},"dots-circle-horizontal":{"name":"dots-circle-horizontal","svg":{"outline":"","filled":null}},"dots-diagonal-2":{"name":"dots-diagonal-2","svg":{"outline":"","filled":null}},"dots-diagonal":{"name":"dots-diagonal","svg":{"outline":"","filled":null}},"dots-vertical":{"name":"dots-vertical","svg":{"outline":"","filled":null}},"dots":{"name":"dots","svg":{"outline":"","filled":null}},"download-off":{"name":"download-off","svg":{"outline":"","filled":null}},"download":{"name":"download","svg":{"outline":"","filled":null}},"drag-drop-2":{"name":"drag-drop-2","svg":{"outline":"","filled":null}},"drag-drop":{"name":"drag-drop","svg":{"outline":"","filled":null}},"drone-off":{"name":"drone-off","svg":{"outline":"","filled":null}},"drone":{"name":"drone","svg":{"outline":"","filled":null}},"drop-circle":{"name":"drop-circle","svg":{"outline":"","filled":null}},"droplet-bolt":{"name":"droplet-bolt","svg":{"outline":"","filled":null}},"droplet-cancel":{"name":"droplet-cancel","svg":{"outline":"","filled":null}},"droplet-check":{"name":"droplet-check","svg":{"outline":"","filled":null}},"droplet-code":{"name":"droplet-code","svg":{"outline":"","filled":null}},"droplet-cog":{"name":"droplet-cog","svg":{"outline":"","filled":null}},"droplet-dollar":{"name":"droplet-dollar","svg":{"outline":"","filled":null}},"droplet-down":{"name":"droplet-down","svg":{"outline":"","filled":null}},"droplet-exclamation":{"name":"droplet-exclamation","svg":{"outline":"","filled":null}},"droplet-half-2":{"name":"droplet-half-2","svg":{"outline":"","filled":""}},"droplet-half":{"name":"droplet-half","svg":{"outline":"","filled":""}},"droplet-heart":{"name":"droplet-heart","svg":{"outline":"","filled":null}},"droplet-minus":{"name":"droplet-minus","svg":{"outline":"","filled":null}},"droplet-off":{"name":"droplet-off","svg":{"outline":"","filled":null}},"droplet-pause":{"name":"droplet-pause","svg":{"outline":"","filled":null}},"droplet-pin":{"name":"droplet-pin","svg":{"outline":"","filled":null}},"droplet-plus":{"name":"droplet-plus","svg":{"outline":"","filled":null}},"droplet-question":{"name":"droplet-question","svg":{"outline":"","filled":null}},"droplet-search":{"name":"droplet-search","svg":{"outline":"","filled":null}},"droplet-share":{"name":"droplet-share","svg":{"outline":"","filled":null}},"droplet-star":{"name":"droplet-star","svg":{"outline":"","filled":null}},"droplet-up":{"name":"droplet-up","svg":{"outline":"","filled":null}},"droplet-x":{"name":"droplet-x","svg":{"outline":"","filled":null}},"droplet":{"name":"droplet","svg":{"outline":"","filled":""}},"droplets":{"name":"droplets","svg":{"outline":"","filled":""}},"dual-screen":{"name":"dual-screen","svg":{"outline":"","filled":null}},"dumpling":{"name":"dumpling","svg":{"outline":"","filled":null}},"e-passport":{"name":"e-passport","svg":{"outline":"","filled":null}},"ear-off":{"name":"ear-off","svg":{"outline":"","filled":null}},"ear-scan":{"name":"ear-scan","svg":{"outline":"","filled":null}},"ear":{"name":"ear","svg":{"outline":"","filled":null}},"ease-in-control-point":{"name":"ease-in-control-point","svg":{"outline":"","filled":null}},"ease-in-out-control-points":{"name":"ease-in-out-control-points","svg":{"outline":"","filled":null}},"ease-in-out":{"name":"ease-in-out","svg":{"outline":"","filled":null}},"ease-in":{"name":"ease-in","svg":{"outline":"","filled":null}},"ease-out-control-point":{"name":"ease-out-control-point","svg":{"outline":"","filled":null}},"ease-out":{"name":"ease-out","svg":{"outline":"","filled":null}},"edit-circle-off":{"name":"edit-circle-off","svg":{"outline":"","filled":null}},"edit-circle":{"name":"edit-circle","svg":{"outline":"","filled":null}},"edit-off":{"name":"edit-off","svg":{"outline":"","filled":null}},"edit":{"name":"edit","svg":{"outline":"","filled":null}},"egg-cracked":{"name":"egg-cracked","svg":{"outline":"","filled":""}},"egg-fried":{"name":"egg-fried","svg":{"outline":"","filled":null}},"egg-off":{"name":"egg-off","svg":{"outline":"","filled":null}},"egg":{"name":"egg","svg":{"outline":"","filled":""}},"eggs":{"name":"eggs","svg":{"outline":"","filled":null}},"elevator-off":{"name":"elevator-off","svg":{"outline":"","filled":null}},"elevator":{"name":"elevator","svg":{"outline":"","filled":""}},"emergency-bed":{"name":"emergency-bed","svg":{"outline":"","filled":null}},"empathize-off":{"name":"empathize-off","svg":{"outline":"","filled":null}},"empathize":{"name":"empathize","svg":{"outline":"","filled":null}},"emphasis":{"name":"emphasis","svg":{"outline":"","filled":null}},"engine-off":{"name":"engine-off","svg":{"outline":"","filled":null}},"engine":{"name":"engine","svg":{"outline":"","filled":null}},"equal-double":{"name":"equal-double","svg":{"outline":"","filled":null}},"equal-not":{"name":"equal-not","svg":{"outline":"","filled":null}},"equal":{"name":"equal","svg":{"outline":"","filled":null}},"eraser-off":{"name":"eraser-off","svg":{"outline":"","filled":null}},"eraser":{"name":"eraser","svg":{"outline":"","filled":null}},"error-404-off":{"name":"error-404-off","svg":{"outline":"","filled":null}},"error-404":{"name":"error-404","svg":{"outline":"","filled":null}},"escalator-down":{"name":"escalator-down","svg":{"outline":"","filled":null}},"escalator-up":{"name":"escalator-up","svg":{"outline":"","filled":null}},"escalator":{"name":"escalator","svg":{"outline":"","filled":null}},"exchange-off":{"name":"exchange-off","svg":{"outline":"","filled":null}},"exchange":{"name":"exchange","svg":{"outline":"","filled":null}},"exclamation-circle":{"name":"exclamation-circle","svg":{"outline":"","filled":""}},"exclamation-mark-off":{"name":"exclamation-mark-off","svg":{"outline":"","filled":null}},"exclamation-mark":{"name":"exclamation-mark","svg":{"outline":"","filled":null}},"explicit-off":{"name":"explicit-off","svg":{"outline":"","filled":null}},"explicit":{"name":"explicit","svg":{"outline":"","filled":null}},"exposure-0":{"name":"exposure-0","svg":{"outline":"","filled":null}},"exposure-minus-1":{"name":"exposure-minus-1","svg":{"outline":"","filled":null}},"exposure-minus-2":{"name":"exposure-minus-2","svg":{"outline":"","filled":null}},"exposure-off":{"name":"exposure-off","svg":{"outline":"","filled":null}},"exposure-plus-1":{"name":"exposure-plus-1","svg":{"outline":"","filled":null}},"exposure-plus-2":{"name":"exposure-plus-2","svg":{"outline":"","filled":null}},"exposure":{"name":"exposure","svg":{"outline":"","filled":null}},"external-link-off":{"name":"external-link-off","svg":{"outline":"","filled":null}},"external-link":{"name":"external-link","svg":{"outline":"","filled":null}},"eye-bitcoin":{"name":"eye-bitcoin","svg":{"outline":"","filled":null}},"eye-bolt":{"name":"eye-bolt","svg":{"outline":"","filled":null}},"eye-cancel":{"name":"eye-cancel","svg":{"outline":"","filled":null}},"eye-check":{"name":"eye-check","svg":{"outline":"","filled":null}},"eye-closed":{"name":"eye-closed","svg":{"outline":"","filled":null}},"eye-code":{"name":"eye-code","svg":{"outline":"","filled":null}},"eye-cog":{"name":"eye-cog","svg":{"outline":"","filled":null}},"eye-discount":{"name":"eye-discount","svg":{"outline":"","filled":null}},"eye-dollar":{"name":"eye-dollar","svg":{"outline":"","filled":null}},"eye-dotted":{"name":"eye-dotted","svg":{"outline":"","filled":null}},"eye-down":{"name":"eye-down","svg":{"outline":"","filled":null}},"eye-edit":{"name":"eye-edit","svg":{"outline":"","filled":null}},"eye-exclamation":{"name":"eye-exclamation","svg":{"outline":"","filled":null}},"eye-heart":{"name":"eye-heart","svg":{"outline":"","filled":null}},"eye-minus":{"name":"eye-minus","svg":{"outline":"","filled":null}},"eye-off":{"name":"eye-off","svg":{"outline":"","filled":null}},"eye-pause":{"name":"eye-pause","svg":{"outline":"","filled":null}},"eye-pin":{"name":"eye-pin","svg":{"outline":"","filled":null}},"eye-plus":{"name":"eye-plus","svg":{"outline":"","filled":null}},"eye-question":{"name":"eye-question","svg":{"outline":"","filled":null}},"eye-search":{"name":"eye-search","svg":{"outline":"","filled":null}},"eye-share":{"name":"eye-share","svg":{"outline":"","filled":null}},"eye-spark":{"name":"eye-spark","svg":{"outline":"","filled":null}},"eye-star":{"name":"eye-star","svg":{"outline":"","filled":null}},"eye-table":{"name":"eye-table","svg":{"outline":"","filled":null}},"eye-up":{"name":"eye-up","svg":{"outline":"","filled":null}},"eye-x":{"name":"eye-x","svg":{"outline":"","filled":null}},"eye":{"name":"eye","svg":{"outline":"","filled":""}},"eyeglass-2":{"name":"eyeglass-2","svg":{"outline":"","filled":null}},"eyeglass-off":{"name":"eyeglass-off","svg":{"outline":"","filled":null}},"eyeglass":{"name":"eyeglass","svg":{"outline":"","filled":""}},"face-id-error":{"name":"face-id-error","svg":{"outline":"","filled":null}},"face-id":{"name":"face-id","svg":{"outline":"","filled":null}},"face-mask-off":{"name":"face-mask-off","svg":{"outline":"","filled":null}},"face-mask":{"name":"face-mask","svg":{"outline":"","filled":null}},"fall":{"name":"fall","svg":{"outline":"","filled":null}},"favicon":{"name":"favicon","svg":{"outline":"","filled":""}},"feather-off":{"name":"feather-off","svg":{"outline":"","filled":null}},"feather":{"name":"feather","svg":{"outline":"","filled":""}},"fence-off":{"name":"fence-off","svg":{"outline":"","filled":null}},"fence":{"name":"fence","svg":{"outline":"","filled":null}},"ferry":{"name":"ferry","svg":{"outline":"","filled":null}},"fidget-spinner":{"name":"fidget-spinner","svg":{"outline":"","filled":null}},"file-3d":{"name":"file-3d","svg":{"outline":"","filled":null}},"file-ai":{"name":"file-ai","svg":{"outline":"","filled":null}},"file-alert":{"name":"file-alert","svg":{"outline":"","filled":null}},"file-analytics":{"name":"file-analytics","svg":{"outline":"","filled":null}},"file-arrow-left":{"name":"file-arrow-left","svg":{"outline":"","filled":null}},"file-arrow-right":{"name":"file-arrow-right","svg":{"outline":"","filled":null}},"file-barcode":{"name":"file-barcode","svg":{"outline":"","filled":null}},"file-bitcoin":{"name":"file-bitcoin","svg":{"outline":"","filled":null}},"file-broken":{"name":"file-broken","svg":{"outline":"","filled":null}},"file-certificate":{"name":"file-certificate","svg":{"outline":"","filled":null}},"file-chart":{"name":"file-chart","svg":{"outline":"","filled":null}},"file-check":{"name":"file-check","svg":{"outline":"","filled":null}},"file-code-2":{"name":"file-code-2","svg":{"outline":"","filled":null}},"file-code":{"name":"file-code","svg":{"outline":"","filled":null}},"file-cv":{"name":"file-cv","svg":{"outline":"","filled":null}},"file-database":{"name":"file-database","svg":{"outline":"","filled":null}},"file-delta":{"name":"file-delta","svg":{"outline":"","filled":null}},"file-description":{"name":"file-description","svg":{"outline":"","filled":null}},"file-diff":{"name":"file-diff","svg":{"outline":"","filled":null}},"file-digit":{"name":"file-digit","svg":{"outline":"","filled":null}},"file-dislike":{"name":"file-dislike","svg":{"outline":"","filled":null}},"file-dollar":{"name":"file-dollar","svg":{"outline":"","filled":null}},"file-dots":{"name":"file-dots","svg":{"outline":"","filled":null}},"file-download":{"name":"file-download","svg":{"outline":"","filled":null}},"file-euro":{"name":"file-euro","svg":{"outline":"","filled":null}},"file-excel":{"name":"file-excel","svg":{"outline":"","filled":null}},"file-export":{"name":"file-export","svg":{"outline":"","filled":null}},"file-function":{"name":"file-function","svg":{"outline":"","filled":null}},"file-horizontal":{"name":"file-horizontal","svg":{"outline":"","filled":null}},"file-import":{"name":"file-import","svg":{"outline":"","filled":null}},"file-infinity":{"name":"file-infinity","svg":{"outline":"","filled":null}},"file-info":{"name":"file-info","svg":{"outline":"","filled":null}},"file-invoice":{"name":"file-invoice","svg":{"outline":"","filled":null}},"file-isr":{"name":"file-isr","svg":{"outline":"","filled":null}},"file-lambda":{"name":"file-lambda","svg":{"outline":"","filled":null}},"file-like":{"name":"file-like","svg":{"outline":"","filled":null}},"file-minus":{"name":"file-minus","svg":{"outline":"","filled":null}},"file-music":{"name":"file-music","svg":{"outline":"","filled":null}},"file-neutral":{"name":"file-neutral","svg":{"outline":"","filled":null}},"file-off":{"name":"file-off","svg":{"outline":"","filled":null}},"file-orientation":{"name":"file-orientation","svg":{"outline":"","filled":null}},"file-pencil":{"name":"file-pencil","svg":{"outline":"","filled":null}},"file-percent":{"name":"file-percent","svg":{"outline":"","filled":null}},"file-phone":{"name":"file-phone","svg":{"outline":"","filled":null}},"file-plus":{"name":"file-plus","svg":{"outline":"","filled":null}},"file-power":{"name":"file-power","svg":{"outline":"","filled":null}},"file-report":{"name":"file-report","svg":{"outline":"","filled":null}},"file-rss":{"name":"file-rss","svg":{"outline":"","filled":null}},"file-sad":{"name":"file-sad","svg":{"outline":"","filled":null}},"file-scissors":{"name":"file-scissors","svg":{"outline":"","filled":null}},"file-search":{"name":"file-search","svg":{"outline":"","filled":null}},"file-settings":{"name":"file-settings","svg":{"outline":"","filled":null}},"file-shredder":{"name":"file-shredder","svg":{"outline":"","filled":null}},"file-signal":{"name":"file-signal","svg":{"outline":"","filled":null}},"file-smile":{"name":"file-smile","svg":{"outline":"","filled":null}},"file-spark":{"name":"file-spark","svg":{"outline":"","filled":null}},"file-spreadsheet":{"name":"file-spreadsheet","svg":{"outline":"","filled":null}},"file-stack":{"name":"file-stack","svg":{"outline":"","filled":null}},"file-star":{"name":"file-star","svg":{"outline":"","filled":null}},"file-symlink":{"name":"file-symlink","svg":{"outline":"","filled":null}},"file-text-ai":{"name":"file-text-ai","svg":{"outline":"","filled":null}},"file-text-spark":{"name":"file-text-spark","svg":{"outline":"","filled":null}},"file-text":{"name":"file-text","svg":{"outline":"","filled":null}},"file-time":{"name":"file-time","svg":{"outline":"","filled":null}},"file-type-bmp":{"name":"file-type-bmp","svg":{"outline":"","filled":null}},"file-type-css":{"name":"file-type-css","svg":{"outline":"","filled":null}},"file-type-csv":{"name":"file-type-csv","svg":{"outline":"","filled":null}},"file-type-doc":{"name":"file-type-doc","svg":{"outline":"","filled":null}},"file-type-docx":{"name":"file-type-docx","svg":{"outline":"","filled":null}},"file-type-html":{"name":"file-type-html","svg":{"outline":"","filled":null}},"file-type-jpg":{"name":"file-type-jpg","svg":{"outline":"","filled":null}},"file-type-js":{"name":"file-type-js","svg":{"outline":"","filled":null}},"file-type-jsx":{"name":"file-type-jsx","svg":{"outline":"","filled":null}},"file-type-pdf":{"name":"file-type-pdf","svg":{"outline":"","filled":null}},"file-type-php":{"name":"file-type-php","svg":{"outline":"","filled":null}},"file-type-png":{"name":"file-type-png","svg":{"outline":"","filled":null}},"file-type-ppt":{"name":"file-type-ppt","svg":{"outline":"","filled":null}},"file-type-rs":{"name":"file-type-rs","svg":{"outline":"","filled":null}},"file-type-sql":{"name":"file-type-sql","svg":{"outline":"","filled":null}},"file-type-svg":{"name":"file-type-svg","svg":{"outline":"","filled":null}},"file-type-ts":{"name":"file-type-ts","svg":{"outline":"","filled":null}},"file-type-tsx":{"name":"file-type-tsx","svg":{"outline":"","filled":null}},"file-type-txt":{"name":"file-type-txt","svg":{"outline":"","filled":null}},"file-type-vue":{"name":"file-type-vue","svg":{"outline":"","filled":null}},"file-type-xls":{"name":"file-type-xls","svg":{"outline":"","filled":null}},"file-type-xml":{"name":"file-type-xml","svg":{"outline":"","filled":null}},"file-type-zip":{"name":"file-type-zip","svg":{"outline":"","filled":null}},"file-typography":{"name":"file-typography","svg":{"outline":"","filled":null}},"file-unknown":{"name":"file-unknown","svg":{"outline":"","filled":null}},"file-upload":{"name":"file-upload","svg":{"outline":"","filled":null}},"file-vector":{"name":"file-vector","svg":{"outline":"","filled":null}},"file-word":{"name":"file-word","svg":{"outline":"","filled":null}},"file-x":{"name":"file-x","svg":{"outline":"","filled":""}},"file-zip":{"name":"file-zip","svg":{"outline":"","filled":null}},"file":{"name":"file","svg":{"outline":"","filled":""}},"files-off":{"name":"files-off","svg":{"outline":"","filled":null}},"files":{"name":"files","svg":{"outline":"","filled":null}},"filter-bolt":{"name":"filter-bolt","svg":{"outline":"","filled":null}},"filter-cancel":{"name":"filter-cancel","svg":{"outline":"","filled":null}},"filter-check":{"name":"filter-check","svg":{"outline":"","filled":null}},"filter-code":{"name":"filter-code","svg":{"outline":"","filled":null}},"filter-cog":{"name":"filter-cog","svg":{"outline":"","filled":null}},"filter-discount":{"name":"filter-discount","svg":{"outline":"","filled":null}},"filter-dollar":{"name":"filter-dollar","svg":{"outline":"","filled":null}},"filter-down":{"name":"filter-down","svg":{"outline":"","filled":null}},"filter-edit":{"name":"filter-edit","svg":{"outline":"","filled":null}},"filter-exclamation":{"name":"filter-exclamation","svg":{"outline":"","filled":null}},"filter-heart":{"name":"filter-heart","svg":{"outline":"","filled":null}},"filter-minus":{"name":"filter-minus","svg":{"outline":"","filled":null}},"filter-off":{"name":"filter-off","svg":{"outline":"","filled":null}},"filter-pause":{"name":"filter-pause","svg":{"outline":"","filled":null}},"filter-pin":{"name":"filter-pin","svg":{"outline":"","filled":null}},"filter-plus":{"name":"filter-plus","svg":{"outline":"","filled":null}},"filter-question":{"name":"filter-question","svg":{"outline":"","filled":null}},"filter-search":{"name":"filter-search","svg":{"outline":"","filled":null}},"filter-share":{"name":"filter-share","svg":{"outline":"","filled":null}},"filter-star":{"name":"filter-star","svg":{"outline":"","filled":null}},"filter-up":{"name":"filter-up","svg":{"outline":"","filled":null}},"filter-x":{"name":"filter-x","svg":{"outline":"","filled":null}},"filter":{"name":"filter","svg":{"outline":"","filled":""}},"filters":{"name":"filters","svg":{"outline":"","filled":""}},"fingerprint-off":{"name":"fingerprint-off","svg":{"outline":"","filled":null}},"fingerprint-scan":{"name":"fingerprint-scan","svg":{"outline":"","filled":null}},"fingerprint":{"name":"fingerprint","svg":{"outline":"","filled":null}},"fire-extinguisher":{"name":"fire-extinguisher","svg":{"outline":"","filled":null}},"fire-hydrant-off":{"name":"fire-hydrant-off","svg":{"outline":"","filled":null}},"fire-hydrant":{"name":"fire-hydrant","svg":{"outline":"","filled":null}},"firetruck":{"name":"firetruck","svg":{"outline":"","filled":null}},"first-aid-kit-off":{"name":"first-aid-kit-off","svg":{"outline":"","filled":null}},"first-aid-kit":{"name":"first-aid-kit","svg":{"outline":"","filled":null}},"fish-bone":{"name":"fish-bone","svg":{"outline":"","filled":null}},"fish-christianity":{"name":"fish-christianity","svg":{"outline":"","filled":null}},"fish-hook-off":{"name":"fish-hook-off","svg":{"outline":"","filled":null}},"fish-hook":{"name":"fish-hook","svg":{"outline":"","filled":null}},"fish-off":{"name":"fish-off","svg":{"outline":"","filled":null}},"fish":{"name":"fish","svg":{"outline":"","filled":null}},"flag-2-off":{"name":"flag-2-off","svg":{"outline":"","filled":null}},"flag-2":{"name":"flag-2","svg":{"outline":"","filled":""}},"flag-3":{"name":"flag-3","svg":{"outline":"","filled":""}},"flag-bitcoin":{"name":"flag-bitcoin","svg":{"outline":"","filled":null}},"flag-bolt":{"name":"flag-bolt","svg":{"outline":"","filled":null}},"flag-cancel":{"name":"flag-cancel","svg":{"outline":"","filled":null}},"flag-check":{"name":"flag-check","svg":{"outline":"","filled":null}},"flag-code":{"name":"flag-code","svg":{"outline":"","filled":null}},"flag-cog":{"name":"flag-cog","svg":{"outline":"","filled":null}},"flag-discount":{"name":"flag-discount","svg":{"outline":"","filled":null}},"flag-dollar":{"name":"flag-dollar","svg":{"outline":"","filled":null}},"flag-down":{"name":"flag-down","svg":{"outline":"","filled":null}},"flag-exclamation":{"name":"flag-exclamation","svg":{"outline":"","filled":null}},"flag-heart":{"name":"flag-heart","svg":{"outline":"","filled":null}},"flag-minus":{"name":"flag-minus","svg":{"outline":"","filled":null}},"flag-off":{"name":"flag-off","svg":{"outline":"","filled":null}},"flag-pause":{"name":"flag-pause","svg":{"outline":"","filled":null}},"flag-pin":{"name":"flag-pin","svg":{"outline":"","filled":null}},"flag-plus":{"name":"flag-plus","svg":{"outline":"","filled":null}},"flag-question":{"name":"flag-question","svg":{"outline":"","filled":null}},"flag-search":{"name":"flag-search","svg":{"outline":"","filled":null}},"flag-share":{"name":"flag-share","svg":{"outline":"","filled":null}},"flag-spark":{"name":"flag-spark","svg":{"outline":"","filled":null}},"flag-star":{"name":"flag-star","svg":{"outline":"","filled":null}},"flag-up":{"name":"flag-up","svg":{"outline":"","filled":null}},"flag-x":{"name":"flag-x","svg":{"outline":"","filled":null}},"flag":{"name":"flag","svg":{"outline":"","filled":""}},"flame-off":{"name":"flame-off","svg":{"outline":"","filled":null}},"flame":{"name":"flame","svg":{"outline":"","filled":""}},"flare":{"name":"flare","svg":{"outline":"","filled":""}},"flask-2-off":{"name":"flask-2-off","svg":{"outline":"","filled":null}},"flask-2":{"name":"flask-2","svg":{"outline":"","filled":""}},"flask-off":{"name":"flask-off","svg":{"outline":"","filled":null}},"flask":{"name":"flask","svg":{"outline":"","filled":""}},"flip-flops":{"name":"flip-flops","svg":{"outline":"","filled":null}},"flip-horizontal":{"name":"flip-horizontal","svg":{"outline":"","filled":null}},"flip-vertical":{"name":"flip-vertical","svg":{"outline":"","filled":null}},"float-center":{"name":"float-center","svg":{"outline":"","filled":null}},"float-left":{"name":"float-left","svg":{"outline":"","filled":null}},"float-none":{"name":"float-none","svg":{"outline":"","filled":null}},"float-right":{"name":"float-right","svg":{"outline":"","filled":null}},"flower-off":{"name":"flower-off","svg":{"outline":"","filled":null}},"flower":{"name":"flower","svg":{"outline":"","filled":""}},"focus-2":{"name":"focus-2","svg":{"outline":"","filled":null}},"focus-auto":{"name":"focus-auto","svg":{"outline":"","filled":null}},"focus-centered":{"name":"focus-centered","svg":{"outline":"","filled":null}},"focus":{"name":"focus","svg":{"outline":"","filled":null}},"fold-down":{"name":"fold-down","svg":{"outline":"","filled":null}},"fold-up":{"name":"fold-up","svg":{"outline":"","filled":null}},"fold":{"name":"fold","svg":{"outline":"","filled":null}},"folder-bolt":{"name":"folder-bolt","svg":{"outline":"","filled":null}},"folder-cancel":{"name":"folder-cancel","svg":{"outline":"","filled":null}},"folder-check":{"name":"folder-check","svg":{"outline":"","filled":null}},"folder-code":{"name":"folder-code","svg":{"outline":"","filled":null}},"folder-cog":{"name":"folder-cog","svg":{"outline":"","filled":null}},"folder-dollar":{"name":"folder-dollar","svg":{"outline":"","filled":null}},"folder-down":{"name":"folder-down","svg":{"outline":"","filled":null}},"folder-exclamation":{"name":"folder-exclamation","svg":{"outline":"","filled":null}},"folder-heart":{"name":"folder-heart","svg":{"outline":"","filled":null}},"folder-minus":{"name":"folder-minus","svg":{"outline":"","filled":null}},"folder-off":{"name":"folder-off","svg":{"outline":"","filled":null}},"folder-open":{"name":"folder-open","svg":{"outline":"","filled":null}},"folder-pause":{"name":"folder-pause","svg":{"outline":"","filled":null}},"folder-pin":{"name":"folder-pin","svg":{"outline":"","filled":null}},"folder-plus":{"name":"folder-plus","svg":{"outline":"","filled":null}},"folder-question":{"name":"folder-question","svg":{"outline":"","filled":null}},"folder-root":{"name":"folder-root","svg":{"outline":"","filled":null}},"folder-search":{"name":"folder-search","svg":{"outline":"","filled":null}},"folder-share":{"name":"folder-share","svg":{"outline":"","filled":null}},"folder-star":{"name":"folder-star","svg":{"outline":"","filled":null}},"folder-symlink":{"name":"folder-symlink","svg":{"outline":"","filled":null}},"folder-up":{"name":"folder-up","svg":{"outline":"","filled":null}},"folder-x":{"name":"folder-x","svg":{"outline":"","filled":null}},"folder":{"name":"folder","svg":{"outline":"","filled":""}},"folders-off":{"name":"folders-off","svg":{"outline":"","filled":null}},"folders":{"name":"folders","svg":{"outline":"","filled":""}},"forbid-2":{"name":"forbid-2","svg":{"outline":"","filled":""}},"forbid":{"name":"forbid","svg":{"outline":"","filled":""}},"forklift":{"name":"forklift","svg":{"outline":"","filled":null}},"forms":{"name":"forms","svg":{"outline":"","filled":null}},"fountain-off":{"name":"fountain-off","svg":{"outline":"","filled":null}},"fountain":{"name":"fountain","svg":{"outline":"","filled":""}},"frame-off":{"name":"frame-off","svg":{"outline":"","filled":null}},"frame":{"name":"frame","svg":{"outline":"","filled":null}},"free-rights":{"name":"free-rights","svg":{"outline":"","filled":null}},"freeze-column":{"name":"freeze-column","svg":{"outline":"","filled":null}},"freeze-row-column":{"name":"freeze-row-column","svg":{"outline":"","filled":null}},"freeze-row":{"name":"freeze-row","svg":{"outline":"","filled":null}},"fridge-off":{"name":"fridge-off","svg":{"outline":"","filled":null}},"fridge":{"name":"fridge","svg":{"outline":"","filled":null}},"friends-off":{"name":"friends-off","svg":{"outline":"","filled":null}},"friends":{"name":"friends","svg":{"outline":"","filled":null}},"frustum-off":{"name":"frustum-off","svg":{"outline":"","filled":null}},"frustum-plus":{"name":"frustum-plus","svg":{"outline":"","filled":null}},"frustum":{"name":"frustum","svg":{"outline":"","filled":null}},"function-off":{"name":"function-off","svg":{"outline":"","filled":null}},"function":{"name":"function","svg":{"outline":"","filled":""}},"galaxy":{"name":"galaxy","svg":{"outline":"","filled":null}},"garden-cart-off":{"name":"garden-cart-off","svg":{"outline":"","filled":null}},"garden-cart":{"name":"garden-cart","svg":{"outline":"","filled":""}},"gas-station-off":{"name":"gas-station-off","svg":{"outline":"","filled":null}},"gas-station":{"name":"gas-station","svg":{"outline":"","filled":null}},"gauge-off":{"name":"gauge-off","svg":{"outline":"","filled":null}},"gauge":{"name":"gauge","svg":{"outline":"","filled":""}},"gavel":{"name":"gavel","svg":{"outline":"","filled":null}},"gender-agender":{"name":"gender-agender","svg":{"outline":"","filled":null}},"gender-androgyne":{"name":"gender-androgyne","svg":{"outline":"","filled":null}},"gender-bigender":{"name":"gender-bigender","svg":{"outline":"","filled":null}},"gender-demiboy":{"name":"gender-demiboy","svg":{"outline":"","filled":null}},"gender-demigirl":{"name":"gender-demigirl","svg":{"outline":"","filled":null}},"gender-epicene":{"name":"gender-epicene","svg":{"outline":"","filled":null}},"gender-female":{"name":"gender-female","svg":{"outline":"","filled":null}},"gender-femme":{"name":"gender-femme","svg":{"outline":"","filled":null}},"gender-genderfluid":{"name":"gender-genderfluid","svg":{"outline":"","filled":null}},"gender-genderless":{"name":"gender-genderless","svg":{"outline":"","filled":null}},"gender-genderqueer":{"name":"gender-genderqueer","svg":{"outline":"","filled":null}},"gender-hermaphrodite":{"name":"gender-hermaphrodite","svg":{"outline":"","filled":null}},"gender-intergender":{"name":"gender-intergender","svg":{"outline":"","filled":null}},"gender-male":{"name":"gender-male","svg":{"outline":"","filled":null}},"gender-neutrois":{"name":"gender-neutrois","svg":{"outline":"","filled":null}},"gender-third":{"name":"gender-third","svg":{"outline":"","filled":null}},"gender-transgender":{"name":"gender-transgender","svg":{"outline":"","filled":null}},"gender-trasvesti":{"name":"gender-trasvesti","svg":{"outline":"","filled":null}},"geometry":{"name":"geometry","svg":{"outline":"","filled":null}},"ghost-2":{"name":"ghost-2","svg":{"outline":"","filled":""}},"ghost-3":{"name":"ghost-3","svg":{"outline":"","filled":""}},"ghost-off":{"name":"ghost-off","svg":{"outline":"","filled":null}},"ghost":{"name":"ghost","svg":{"outline":"","filled":""}},"gif":{"name":"gif","svg":{"outline":"","filled":null}},"gift-card":{"name":"gift-card","svg":{"outline":"","filled":""}},"gift-off":{"name":"gift-off","svg":{"outline":"","filled":null}},"gift":{"name":"gift","svg":{"outline":"","filled":""}},"git-branch-deleted":{"name":"git-branch-deleted","svg":{"outline":"","filled":null}},"git-branch":{"name":"git-branch","svg":{"outline":"","filled":null}},"git-cherry-pick":{"name":"git-cherry-pick","svg":{"outline":"","filled":null}},"git-commit":{"name":"git-commit","svg":{"outline":"","filled":null}},"git-compare":{"name":"git-compare","svg":{"outline":"","filled":null}},"git-fork":{"name":"git-fork","svg":{"outline":"","filled":null}},"git-merge":{"name":"git-merge","svg":{"outline":"","filled":null}},"git-pull-request-closed":{"name":"git-pull-request-closed","svg":{"outline":"","filled":null}},"git-pull-request-draft":{"name":"git-pull-request-draft","svg":{"outline":"","filled":null}},"git-pull-request":{"name":"git-pull-request","svg":{"outline":"","filled":null}},"gizmo":{"name":"gizmo","svg":{"outline":"","filled":null}},"glass-champagne":{"name":"glass-champagne","svg":{"outline":"","filled":null}},"glass-cocktail":{"name":"glass-cocktail","svg":{"outline":"","filled":null}},"glass-full":{"name":"glass-full","svg":{"outline":"","filled":""}},"glass-gin":{"name":"glass-gin","svg":{"outline":"","filled":null}},"glass-off":{"name":"glass-off","svg":{"outline":"","filled":null}},"glass":{"name":"glass","svg":{"outline":"","filled":""}},"globe-off":{"name":"globe-off","svg":{"outline":"","filled":null}},"globe":{"name":"globe","svg":{"outline":"","filled":""}},"go-game":{"name":"go-game","svg":{"outline":"","filled":null}},"golf-off":{"name":"golf-off","svg":{"outline":"","filled":null}},"golf":{"name":"golf","svg":{"outline":"","filled":""}},"gps":{"name":"gps","svg":{"outline":"","filled":""}},"gradienter":{"name":"gradienter","svg":{"outline":"","filled":null}},"grain":{"name":"grain","svg":{"outline":"","filled":null}},"graph-off":{"name":"graph-off","svg":{"outline":"","filled":null}},"graph":{"name":"graph","svg":{"outline":"","filled":""}},"grave-2":{"name":"grave-2","svg":{"outline":"","filled":null}},"grave":{"name":"grave","svg":{"outline":"","filled":null}},"grid-3x3":{"name":"grid-3x3","svg":{"outline":"","filled":null}},"grid-4x4":{"name":"grid-4x4","svg":{"outline":"","filled":null}},"grid-dots":{"name":"grid-dots","svg":{"outline":"","filled":null}},"grid-goldenratio":{"name":"grid-goldenratio","svg":{"outline":"","filled":null}},"grid-pattern":{"name":"grid-pattern","svg":{"outline":"","filled":""}},"grid-scan":{"name":"grid-scan","svg":{"outline":"","filled":null}},"grill-fork":{"name":"grill-fork","svg":{"outline":"","filled":null}},"grill-off":{"name":"grill-off","svg":{"outline":"","filled":null}},"grill-spatula":{"name":"grill-spatula","svg":{"outline":"","filled":null}},"grill":{"name":"grill","svg":{"outline":"","filled":null}},"grip-horizontal":{"name":"grip-horizontal","svg":{"outline":"","filled":null}},"grip-vertical":{"name":"grip-vertical","svg":{"outline":"","filled":null}},"growth":{"name":"growth","svg":{"outline":"","filled":null}},"guitar-pick":{"name":"guitar-pick","svg":{"outline":"","filled":""}},"gymnastics":{"name":"gymnastics","svg":{"outline":"","filled":null}},"h-1":{"name":"h-1","svg":{"outline":"","filled":null}},"h-2":{"name":"h-2","svg":{"outline":"","filled":null}},"h-3":{"name":"h-3","svg":{"outline":"","filled":null}},"h-4":{"name":"h-4","svg":{"outline":"","filled":null}},"h-5":{"name":"h-5","svg":{"outline":"","filled":null}},"h-6":{"name":"h-6","svg":{"outline":"","filled":null}},"hammer-off":{"name":"hammer-off","svg":{"outline":"","filled":null}},"hammer":{"name":"hammer","svg":{"outline":"","filled":null}},"hand-click":{"name":"hand-click","svg":{"outline":"","filled":null}},"hand-finger-down":{"name":"hand-finger-down","svg":{"outline":"","filled":null}},"hand-finger-left":{"name":"hand-finger-left","svg":{"outline":"","filled":null}},"hand-finger-off":{"name":"hand-finger-off","svg":{"outline":"","filled":null}},"hand-finger-right":{"name":"hand-finger-right","svg":{"outline":"","filled":null}},"hand-finger":{"name":"hand-finger","svg":{"outline":"","filled":null}},"hand-grab":{"name":"hand-grab","svg":{"outline":"","filled":null}},"hand-little-finger":{"name":"hand-little-finger","svg":{"outline":"","filled":null}},"hand-love-you":{"name":"hand-love-you","svg":{"outline":"","filled":null}},"hand-middle-finger":{"name":"hand-middle-finger","svg":{"outline":"","filled":null}},"hand-move":{"name":"hand-move","svg":{"outline":"","filled":null}},"hand-off":{"name":"hand-off","svg":{"outline":"","filled":null}},"hand-ring-finger":{"name":"hand-ring-finger","svg":{"outline":"","filled":null}},"hand-sanitizer":{"name":"hand-sanitizer","svg":{"outline":"","filled":null}},"hand-stop":{"name":"hand-stop","svg":{"outline":"","filled":null}},"hand-three-fingers":{"name":"hand-three-fingers","svg":{"outline":"","filled":null}},"hand-two-fingers":{"name":"hand-two-fingers","svg":{"outline":"","filled":null}},"hanger-2":{"name":"hanger-2","svg":{"outline":"","filled":""}},"hanger-off":{"name":"hanger-off","svg":{"outline":"","filled":null}},"hanger":{"name":"hanger","svg":{"outline":"","filled":null}},"hash":{"name":"hash","svg":{"outline":"","filled":null}},"haze-moon":{"name":"haze-moon","svg":{"outline":"","filled":null}},"haze":{"name":"haze","svg":{"outline":"","filled":null}},"hdr":{"name":"hdr","svg":{"outline":"","filled":null}},"heading-off":{"name":"heading-off","svg":{"outline":"","filled":null}},"heading":{"name":"heading","svg":{"outline":"","filled":null}},"headphones-off":{"name":"headphones-off","svg":{"outline":"","filled":null}},"headphones":{"name":"headphones","svg":{"outline":"","filled":""}},"headset-off":{"name":"headset-off","svg":{"outline":"","filled":null}},"headset":{"name":"headset","svg":{"outline":"","filled":null}},"health-recognition":{"name":"health-recognition","svg":{"outline":"","filled":null}},"heart-bitcoin":{"name":"heart-bitcoin","svg":{"outline":"","filled":null}},"heart-bolt":{"name":"heart-bolt","svg":{"outline":"","filled":null}},"heart-broken":{"name":"heart-broken","svg":{"outline":"","filled":null}},"heart-cancel":{"name":"heart-cancel","svg":{"outline":"","filled":null}},"heart-check":{"name":"heart-check","svg":{"outline":"","filled":null}},"heart-code":{"name":"heart-code","svg":{"outline":"","filled":null}},"heart-cog":{"name":"heart-cog","svg":{"outline":"","filled":null}},"heart-discount":{"name":"heart-discount","svg":{"outline":"","filled":null}},"heart-dollar":{"name":"heart-dollar","svg":{"outline":"","filled":null}},"heart-down":{"name":"heart-down","svg":{"outline":"","filled":null}},"heart-exclamation":{"name":"heart-exclamation","svg":{"outline":"","filled":null}},"heart-handshake":{"name":"heart-handshake","svg":{"outline":"","filled":null}},"heart-minus":{"name":"heart-minus","svg":{"outline":"","filled":null}},"heart-off":{"name":"heart-off","svg":{"outline":"","filled":null}},"heart-pause":{"name":"heart-pause","svg":{"outline":"","filled":null}},"heart-pin":{"name":"heart-pin","svg":{"outline":"","filled":null}},"heart-plus":{"name":"heart-plus","svg":{"outline":"","filled":null}},"heart-question":{"name":"heart-question","svg":{"outline":"","filled":null}},"heart-rate-monitor":{"name":"heart-rate-monitor","svg":{"outline":"","filled":null}},"heart-search":{"name":"heart-search","svg":{"outline":"","filled":null}},"heart-share":{"name":"heart-share","svg":{"outline":"","filled":null}},"heart-spark":{"name":"heart-spark","svg":{"outline":"","filled":null}},"heart-star":{"name":"heart-star","svg":{"outline":"","filled":null}},"heart-up":{"name":"heart-up","svg":{"outline":"","filled":null}},"heart-x":{"name":"heart-x","svg":{"outline":"","filled":null}},"heart":{"name":"heart","svg":{"outline":"","filled":""}},"heartbeat":{"name":"heartbeat","svg":{"outline":"","filled":null}},"hearts-off":{"name":"hearts-off","svg":{"outline":"","filled":null}},"hearts":{"name":"hearts","svg":{"outline":"","filled":null}},"helicopter-landing":{"name":"helicopter-landing","svg":{"outline":"","filled":""}},"helicopter":{"name":"helicopter","svg":{"outline":"","filled":null}},"helmet-off":{"name":"helmet-off","svg":{"outline":"","filled":null}},"helmet":{"name":"helmet","svg":{"outline":"","filled":null}},"help-circle":{"name":"help-circle","svg":{"outline":"","filled":""}},"help-hexagon":{"name":"help-hexagon","svg":{"outline":"","filled":""}},"help-octagon":{"name":"help-octagon","svg":{"outline":"","filled":""}},"help-off":{"name":"help-off","svg":{"outline":"","filled":null}},"help-small":{"name":"help-small","svg":{"outline":"","filled":null}},"help-square-rounded":{"name":"help-square-rounded","svg":{"outline":"","filled":""}},"help-square":{"name":"help-square","svg":{"outline":"","filled":""}},"help-triangle":{"name":"help-triangle","svg":{"outline":"","filled":""}},"help":{"name":"help","svg":{"outline":"","filled":null}},"hemisphere-off":{"name":"hemisphere-off","svg":{"outline":"","filled":null}},"hemisphere-plus":{"name":"hemisphere-plus","svg":{"outline":"","filled":null}},"hemisphere":{"name":"hemisphere","svg":{"outline":"","filled":null}},"hexagon-3d":{"name":"hexagon-3d","svg":{"outline":"","filled":null}},"hexagon-letter-a":{"name":"hexagon-letter-a","svg":{"outline":"","filled":""}},"hexagon-letter-b":{"name":"hexagon-letter-b","svg":{"outline":"","filled":""}},"hexagon-letter-c":{"name":"hexagon-letter-c","svg":{"outline":"","filled":""}},"hexagon-letter-d":{"name":"hexagon-letter-d","svg":{"outline":"","filled":""}},"hexagon-letter-e":{"name":"hexagon-letter-e","svg":{"outline":"","filled":""}},"hexagon-letter-f":{"name":"hexagon-letter-f","svg":{"outline":"","filled":""}},"hexagon-letter-g":{"name":"hexagon-letter-g","svg":{"outline":"","filled":""}},"hexagon-letter-h":{"name":"hexagon-letter-h","svg":{"outline":"","filled":""}},"hexagon-letter-i":{"name":"hexagon-letter-i","svg":{"outline":"","filled":""}},"hexagon-letter-j":{"name":"hexagon-letter-j","svg":{"outline":"","filled":""}},"hexagon-letter-k":{"name":"hexagon-letter-k","svg":{"outline":"","filled":""}},"hexagon-letter-l":{"name":"hexagon-letter-l","svg":{"outline":"","filled":""}},"hexagon-letter-m":{"name":"hexagon-letter-m","svg":{"outline":"","filled":""}},"hexagon-letter-n":{"name":"hexagon-letter-n","svg":{"outline":"","filled":""}},"hexagon-letter-o":{"name":"hexagon-letter-o","svg":{"outline":"","filled":""}},"hexagon-letter-p":{"name":"hexagon-letter-p","svg":{"outline":"","filled":""}},"hexagon-letter-q":{"name":"hexagon-letter-q","svg":{"outline":"","filled":""}},"hexagon-letter-r":{"name":"hexagon-letter-r","svg":{"outline":"","filled":""}},"hexagon-letter-s":{"name":"hexagon-letter-s","svg":{"outline":"","filled":""}},"hexagon-letter-t":{"name":"hexagon-letter-t","svg":{"outline":"","filled":""}},"hexagon-letter-u":{"name":"hexagon-letter-u","svg":{"outline":"","filled":""}},"hexagon-letter-v":{"name":"hexagon-letter-v","svg":{"outline":"","filled":""}},"hexagon-letter-w":{"name":"hexagon-letter-w","svg":{"outline":"","filled":""}},"hexagon-letter-x":{"name":"hexagon-letter-x","svg":{"outline":"","filled":""}},"hexagon-letter-y":{"name":"hexagon-letter-y","svg":{"outline":"","filled":""}},"hexagon-letter-z":{"name":"hexagon-letter-z","svg":{"outline":"","filled":""}},"hexagon-minus-2":{"name":"hexagon-minus-2","svg":{"outline":"","filled":null}},"hexagon-minus":{"name":"hexagon-minus","svg":{"outline":"","filled":""}},"hexagon-number-0":{"name":"hexagon-number-0","svg":{"outline":"","filled":""}},"hexagon-number-1":{"name":"hexagon-number-1","svg":{"outline":"","filled":""}},"hexagon-number-2":{"name":"hexagon-number-2","svg":{"outline":"","filled":""}},"hexagon-number-3":{"name":"hexagon-number-3","svg":{"outline":"","filled":""}},"hexagon-number-4":{"name":"hexagon-number-4","svg":{"outline":"","filled":""}},"hexagon-number-5":{"name":"hexagon-number-5","svg":{"outline":"","filled":""}},"hexagon-number-6":{"name":"hexagon-number-6","svg":{"outline":"","filled":""}},"hexagon-number-7":{"name":"hexagon-number-7","svg":{"outline":"","filled":""}},"hexagon-number-8":{"name":"hexagon-number-8","svg":{"outline":"","filled":""}},"hexagon-number-9":{"name":"hexagon-number-9","svg":{"outline":"","filled":""}},"hexagon-off":{"name":"hexagon-off","svg":{"outline":"","filled":null}},"hexagon-plus-2":{"name":"hexagon-plus-2","svg":{"outline":"","filled":null}},"hexagon-plus":{"name":"hexagon-plus","svg":{"outline":"","filled":""}},"hexagon":{"name":"hexagon","svg":{"outline":"","filled":""}},"hexagonal-prism-off":{"name":"hexagonal-prism-off","svg":{"outline":"","filled":null}},"hexagonal-prism-plus":{"name":"hexagonal-prism-plus","svg":{"outline":"","filled":null}},"hexagonal-prism":{"name":"hexagonal-prism","svg":{"outline":"","filled":null}},"hexagonal-pyramid-off":{"name":"hexagonal-pyramid-off","svg":{"outline":"","filled":null}},"hexagonal-pyramid-plus":{"name":"hexagonal-pyramid-plus","svg":{"outline":"","filled":null}},"hexagonal-pyramid":{"name":"hexagonal-pyramid","svg":{"outline":"","filled":null}},"hexagons-off":{"name":"hexagons-off","svg":{"outline":"","filled":null}},"hexagons":{"name":"hexagons","svg":{"outline":"","filled":null}},"hierarchy-2":{"name":"hierarchy-2","svg":{"outline":"","filled":null}},"hierarchy-3":{"name":"hierarchy-3","svg":{"outline":"","filled":null}},"hierarchy-off":{"name":"hierarchy-off","svg":{"outline":"","filled":null}},"hierarchy":{"name":"hierarchy","svg":{"outline":"","filled":null}},"highlight-off":{"name":"highlight-off","svg":{"outline":"","filled":null}},"highlight":{"name":"highlight","svg":{"outline":"","filled":null}},"history-off":{"name":"history-off","svg":{"outline":"","filled":null}},"history-toggle":{"name":"history-toggle","svg":{"outline":"","filled":null}},"history":{"name":"history","svg":{"outline":"","filled":null}},"home-2":{"name":"home-2","svg":{"outline":"","filled":null}},"home-bitcoin":{"name":"home-bitcoin","svg":{"outline":"","filled":null}},"home-bolt":{"name":"home-bolt","svg":{"outline":"","filled":null}},"home-cancel":{"name":"home-cancel","svg":{"outline":"","filled":null}},"home-check":{"name":"home-check","svg":{"outline":"","filled":null}},"home-cog":{"name":"home-cog","svg":{"outline":"","filled":null}},"home-dollar":{"name":"home-dollar","svg":{"outline":"","filled":null}},"home-dot":{"name":"home-dot","svg":{"outline":"","filled":null}},"home-down":{"name":"home-down","svg":{"outline":"","filled":null}},"home-eco":{"name":"home-eco","svg":{"outline":"","filled":null}},"home-edit":{"name":"home-edit","svg":{"outline":"","filled":null}},"home-exclamation":{"name":"home-exclamation","svg":{"outline":"","filled":null}},"home-hand":{"name":"home-hand","svg":{"outline":"","filled":null}},"home-heart":{"name":"home-heart","svg":{"outline":"","filled":null}},"home-infinity":{"name":"home-infinity","svg":{"outline":"","filled":null}},"home-link":{"name":"home-link","svg":{"outline":"","filled":null}},"home-minus":{"name":"home-minus","svg":{"outline":"","filled":null}},"home-move":{"name":"home-move","svg":{"outline":"","filled":null}},"home-off":{"name":"home-off","svg":{"outline":"","filled":null}},"home-plus":{"name":"home-plus","svg":{"outline":"","filled":null}},"home-question":{"name":"home-question","svg":{"outline":"","filled":null}},"home-ribbon":{"name":"home-ribbon","svg":{"outline":"","filled":null}},"home-search":{"name":"home-search","svg":{"outline":"","filled":null}},"home-share":{"name":"home-share","svg":{"outline":"","filled":null}},"home-shield":{"name":"home-shield","svg":{"outline":"","filled":null}},"home-signal":{"name":"home-signal","svg":{"outline":"","filled":null}},"home-spark":{"name":"home-spark","svg":{"outline":"","filled":null}},"home-star":{"name":"home-star","svg":{"outline":"","filled":null}},"home-stats":{"name":"home-stats","svg":{"outline":"","filled":null}},"home-up":{"name":"home-up","svg":{"outline":"","filled":null}},"home-x":{"name":"home-x","svg":{"outline":"","filled":null}},"home":{"name":"home","svg":{"outline":"","filled":""}},"horse-toy":{"name":"horse-toy","svg":{"outline":"","filled":null}},"horse":{"name":"horse","svg":{"outline":"","filled":null}},"horseshoe":{"name":"horseshoe","svg":{"outline":"","filled":null}},"hospital-circle":{"name":"hospital-circle","svg":{"outline":"","filled":""}},"hospital":{"name":"hospital","svg":{"outline":"","filled":null}},"hotel-service":{"name":"hotel-service","svg":{"outline":"","filled":null}},"hourglass-empty":{"name":"hourglass-empty","svg":{"outline":"","filled":null}},"hourglass-high":{"name":"hourglass-high","svg":{"outline":"","filled":null}},"hourglass-low":{"name":"hourglass-low","svg":{"outline":"","filled":null}},"hourglass-off":{"name":"hourglass-off","svg":{"outline":"","filled":null}},"hourglass":{"name":"hourglass","svg":{"outline":"","filled":""}},"hours-12":{"name":"hours-12","svg":{"outline":"","filled":null}},"hours-24":{"name":"hours-24","svg":{"outline":"","filled":null}},"html":{"name":"html","svg":{"outline":"","filled":null}},"http-connect":{"name":"http-connect","svg":{"outline":"","filled":null}},"http-delete":{"name":"http-delete","svg":{"outline":"","filled":null}},"http-get":{"name":"http-get","svg":{"outline":"","filled":null}},"http-head":{"name":"http-head","svg":{"outline":"","filled":null}},"http-options":{"name":"http-options","svg":{"outline":"","filled":null}},"http-patch":{"name":"http-patch","svg":{"outline":"","filled":null}},"http-post":{"name":"http-post","svg":{"outline":"","filled":null}},"http-put":{"name":"http-put","svg":{"outline":"","filled":null}},"http-que":{"name":"http-que","svg":{"outline":"","filled":null}},"http-trace":{"name":"http-trace","svg":{"outline":"","filled":null}},"ice-cream-2":{"name":"ice-cream-2","svg":{"outline":"","filled":null}},"ice-cream-off":{"name":"ice-cream-off","svg":{"outline":"","filled":null}},"ice-cream":{"name":"ice-cream","svg":{"outline":"","filled":null}},"ice-skating":{"name":"ice-skating","svg":{"outline":"","filled":null}},"icons-off":{"name":"icons-off","svg":{"outline":"","filled":null}},"icons":{"name":"icons","svg":{"outline":"","filled":""}},"id-badge-2":{"name":"id-badge-2","svg":{"outline":"","filled":null}},"id-badge-off":{"name":"id-badge-off","svg":{"outline":"","filled":null}},"id-badge":{"name":"id-badge","svg":{"outline":"","filled":null}},"id-off":{"name":"id-off","svg":{"outline":"","filled":null}},"id":{"name":"id","svg":{"outline":"","filled":null}},"ikosaedr":{"name":"ikosaedr","svg":{"outline":"","filled":null}},"image-in-picture":{"name":"image-in-picture","svg":{"outline":"","filled":null}},"inbox-off":{"name":"inbox-off","svg":{"outline":"","filled":null}},"inbox":{"name":"inbox","svg":{"outline":"","filled":null}},"indent-decrease":{"name":"indent-decrease","svg":{"outline":"","filled":null}},"indent-increase":{"name":"indent-increase","svg":{"outline":"","filled":null}},"infinity-off":{"name":"infinity-off","svg":{"outline":"","filled":null}},"infinity":{"name":"infinity","svg":{"outline":"","filled":null}},"info-circle":{"name":"info-circle","svg":{"outline":"","filled":""}},"info-hexagon":{"name":"info-hexagon","svg":{"outline":"","filled":""}},"info-octagon":{"name":"info-octagon","svg":{"outline":"","filled":""}},"info-small":{"name":"info-small","svg":{"outline":"","filled":null}},"info-square-rounded":{"name":"info-square-rounded","svg":{"outline":"","filled":""}},"info-square":{"name":"info-square","svg":{"outline":"","filled":""}},"info-triangle":{"name":"info-triangle","svg":{"outline":"","filled":""}},"inner-shadow-bottom-left":{"name":"inner-shadow-bottom-left","svg":{"outline":"","filled":""}},"inner-shadow-bottom-right":{"name":"inner-shadow-bottom-right","svg":{"outline":"","filled":""}},"inner-shadow-bottom":{"name":"inner-shadow-bottom","svg":{"outline":"","filled":""}},"inner-shadow-left":{"name":"inner-shadow-left","svg":{"outline":"","filled":""}},"inner-shadow-right":{"name":"inner-shadow-right","svg":{"outline":"","filled":""}},"inner-shadow-top-left":{"name":"inner-shadow-top-left","svg":{"outline":"","filled":""}},"inner-shadow-top-right":{"name":"inner-shadow-top-right","svg":{"outline":"","filled":""}},"inner-shadow-top":{"name":"inner-shadow-top","svg":{"outline":"","filled":""}},"input-ai":{"name":"input-ai","svg":{"outline":"","filled":null}},"input-check":{"name":"input-check","svg":{"outline":"","filled":null}},"input-search":{"name":"input-search","svg":{"outline":"","filled":null}},"input-spark":{"name":"input-spark","svg":{"outline":"","filled":null}},"input-x":{"name":"input-x","svg":{"outline":"","filled":null}},"invoice":{"name":"invoice","svg":{"outline":"","filled":null}},"ironing-1":{"name":"ironing-1","svg":{"outline":"","filled":""}},"ironing-2":{"name":"ironing-2","svg":{"outline":"","filled":""}},"ironing-3":{"name":"ironing-3","svg":{"outline":"","filled":""}},"ironing-off":{"name":"ironing-off","svg":{"outline":"","filled":null}},"ironing-steam-off":{"name":"ironing-steam-off","svg":{"outline":"","filled":null}},"ironing-steam":{"name":"ironing-steam","svg":{"outline":"","filled":""}},"ironing":{"name":"ironing","svg":{"outline":"","filled":""}},"irregular-polyhedron-off":{"name":"irregular-polyhedron-off","svg":{"outline":"","filled":null}},"irregular-polyhedron-plus":{"name":"irregular-polyhedron-plus","svg":{"outline":"","filled":null}},"irregular-polyhedron":{"name":"irregular-polyhedron","svg":{"outline":"","filled":null}},"italic":{"name":"italic","svg":{"outline":"","filled":null}},"jacket":{"name":"jacket","svg":{"outline":"","filled":null}},"jetpack":{"name":"jetpack","svg":{"outline":"","filled":""}},"jewish-star":{"name":"jewish-star","svg":{"outline":"","filled":""}},"join-bevel":{"name":"join-bevel","svg":{"outline":"","filled":null}},"join-round":{"name":"join-round","svg":{"outline":"","filled":null}},"join-straight":{"name":"join-straight","svg":{"outline":"","filled":null}},"joker":{"name":"joker","svg":{"outline":"","filled":null}},"jpg":{"name":"jpg","svg":{"outline":"","filled":null}},"json":{"name":"json","svg":{"outline":"","filled":null}},"jump-rope":{"name":"jump-rope","svg":{"outline":"","filled":null}},"karate":{"name":"karate","svg":{"outline":"","filled":null}},"kayak":{"name":"kayak","svg":{"outline":"","filled":null}},"kerning":{"name":"kerning","svg":{"outline":"","filled":null}},"key-off":{"name":"key-off","svg":{"outline":"","filled":null}},"key":{"name":"key","svg":{"outline":"","filled":""}},"keyboard-hide":{"name":"keyboard-hide","svg":{"outline":"","filled":null}},"keyboard-off":{"name":"keyboard-off","svg":{"outline":"","filled":null}},"keyboard-show":{"name":"keyboard-show","svg":{"outline":"","filled":null}},"keyboard":{"name":"keyboard","svg":{"outline":"","filled":""}},"keyframe-align-center":{"name":"keyframe-align-center","svg":{"outline":"","filled":""}},"keyframe-align-horizontal":{"name":"keyframe-align-horizontal","svg":{"outline":"","filled":""}},"keyframe-align-vertical":{"name":"keyframe-align-vertical","svg":{"outline":"","filled":""}},"keyframe":{"name":"keyframe","svg":{"outline":"","filled":""}},"keyframes":{"name":"keyframes","svg":{"outline":"","filled":""}},"label-important":{"name":"label-important","svg":{"outline":"","filled":""}},"label-off":{"name":"label-off","svg":{"outline":"","filled":null}},"label":{"name":"label","svg":{"outline":"","filled":""}},"ladder-off":{"name":"ladder-off","svg":{"outline":"","filled":null}},"ladder":{"name":"ladder","svg":{"outline":"","filled":null}},"ladle":{"name":"ladle","svg":{"outline":"","filled":null}},"lambda":{"name":"lambda","svg":{"outline":"","filled":null}},"lamp-2":{"name":"lamp-2","svg":{"outline":"","filled":null}},"lamp-off":{"name":"lamp-off","svg":{"outline":"","filled":null}},"lamp":{"name":"lamp","svg":{"outline":"","filled":null}},"lane":{"name":"lane","svg":{"outline":"","filled":null}},"language-hiragana":{"name":"language-hiragana","svg":{"outline":"","filled":null}},"language-katakana":{"name":"language-katakana","svg":{"outline":"","filled":null}},"language-off":{"name":"language-off","svg":{"outline":"","filled":null}},"language":{"name":"language","svg":{"outline":"","filled":null}},"lasso-off":{"name":"lasso-off","svg":{"outline":"","filled":null}},"lasso-polygon":{"name":"lasso-polygon","svg":{"outline":"","filled":""}},"lasso":{"name":"lasso","svg":{"outline":"","filled":null}},"laurel-wreath-1":{"name":"laurel-wreath-1","svg":{"outline":"","filled":null}},"laurel-wreath-2":{"name":"laurel-wreath-2","svg":{"outline":"","filled":null}},"laurel-wreath-3":{"name":"laurel-wreath-3","svg":{"outline":"","filled":null}},"laurel-wreath":{"name":"laurel-wreath","svg":{"outline":"","filled":""}},"layers-difference":{"name":"layers-difference","svg":{"outline":"","filled":null}},"layers-intersect-2":{"name":"layers-intersect-2","svg":{"outline":"","filled":null}},"layers-intersect":{"name":"layers-intersect","svg":{"outline":"","filled":null}},"layers-linked":{"name":"layers-linked","svg":{"outline":"","filled":null}},"layers-off":{"name":"layers-off","svg":{"outline":"","filled":null}},"layers-selected-bottom":{"name":"layers-selected-bottom","svg":{"outline":"","filled":null}},"layers-selected":{"name":"layers-selected","svg":{"outline":"","filled":null}},"layers-subtract":{"name":"layers-subtract","svg":{"outline":"","filled":null}},"layers-union":{"name":"layers-union","svg":{"outline":"","filled":null}},"layout-2":{"name":"layout-2","svg":{"outline":"","filled":""}},"layout-align-bottom":{"name":"layout-align-bottom","svg":{"outline":"","filled":""}},"layout-align-center":{"name":"layout-align-center","svg":{"outline":"","filled":""}},"layout-align-left":{"name":"layout-align-left","svg":{"outline":"","filled":""}},"layout-align-middle":{"name":"layout-align-middle","svg":{"outline":"","filled":""}},"layout-align-right":{"name":"layout-align-right","svg":{"outline":"","filled":""}},"layout-align-top":{"name":"layout-align-top","svg":{"outline":"","filled":""}},"layout-board-split":{"name":"layout-board-split","svg":{"outline":"","filled":null}},"layout-board":{"name":"layout-board","svg":{"outline":"","filled":null}},"layout-bottombar-collapse":{"name":"layout-bottombar-collapse","svg":{"outline":"","filled":""}},"layout-bottombar-expand":{"name":"layout-bottombar-expand","svg":{"outline":"","filled":""}},"layout-bottombar-inactive":{"name":"layout-bottombar-inactive","svg":{"outline":"","filled":null}},"layout-bottombar":{"name":"layout-bottombar","svg":{"outline":"","filled":""}},"layout-cards":{"name":"layout-cards","svg":{"outline":"","filled":""}},"layout-collage":{"name":"layout-collage","svg":{"outline":"","filled":null}},"layout-columns":{"name":"layout-columns","svg":{"outline":"","filled":null}},"layout-dashboard":{"name":"layout-dashboard","svg":{"outline":"","filled":""}},"layout-distribute-horizontal":{"name":"layout-distribute-horizontal","svg":{"outline":"","filled":""}},"layout-distribute-vertical":{"name":"layout-distribute-vertical","svg":{"outline":"","filled":""}},"layout-grid-add":{"name":"layout-grid-add","svg":{"outline":"","filled":null}},"layout-grid-remove":{"name":"layout-grid-remove","svg":{"outline":"","filled":null}},"layout-grid":{"name":"layout-grid","svg":{"outline":"","filled":""}},"layout-kanban":{"name":"layout-kanban","svg":{"outline":"","filled":""}},"layout-list":{"name":"layout-list","svg":{"outline":"","filled":""}},"layout-navbar-collapse":{"name":"layout-navbar-collapse","svg":{"outline":"","filled":""}},"layout-navbar-expand":{"name":"layout-navbar-expand","svg":{"outline":"","filled":""}},"layout-navbar-inactive":{"name":"layout-navbar-inactive","svg":{"outline":"","filled":null}},"layout-navbar":{"name":"layout-navbar","svg":{"outline":"","filled":""}},"layout-off":{"name":"layout-off","svg":{"outline":"","filled":null}},"layout-rows":{"name":"layout-rows","svg":{"outline":"","filled":null}},"layout-sidebar-inactive":{"name":"layout-sidebar-inactive","svg":{"outline":"","filled":null}},"layout-sidebar-left-collapse":{"name":"layout-sidebar-left-collapse","svg":{"outline":"","filled":""}},"layout-sidebar-left-expand":{"name":"layout-sidebar-left-expand","svg":{"outline":"","filled":""}},"layout-sidebar-right-collapse":{"name":"layout-sidebar-right-collapse","svg":{"outline":"","filled":""}},"layout-sidebar-right-expand":{"name":"layout-sidebar-right-expand","svg":{"outline":"","filled":""}},"layout-sidebar-right-inactive":{"name":"layout-sidebar-right-inactive","svg":{"outline":"","filled":null}},"layout-sidebar-right":{"name":"layout-sidebar-right","svg":{"outline":"","filled":""}},"layout-sidebar":{"name":"layout-sidebar","svg":{"outline":"","filled":""}},"layout":{"name":"layout","svg":{"outline":"","filled":""}},"leaf-2":{"name":"leaf-2","svg":{"outline":"","filled":null}},"leaf-off":{"name":"leaf-off","svg":{"outline":"","filled":null}},"leaf":{"name":"leaf","svg":{"outline":"","filled":null}},"lego-off":{"name":"lego-off","svg":{"outline":"","filled":null}},"lego":{"name":"lego","svg":{"outline":"","filled":""}},"lemon-2":{"name":"lemon-2","svg":{"outline":"","filled":""}},"lemon":{"name":"lemon","svg":{"outline":"","filled":null}},"letter-a-small":{"name":"letter-a-small","svg":{"outline":"","filled":null}},"letter-a":{"name":"letter-a","svg":{"outline":"","filled":null}},"letter-b-small":{"name":"letter-b-small","svg":{"outline":"","filled":null}},"letter-b":{"name":"letter-b","svg":{"outline":"","filled":null}},"letter-c-small":{"name":"letter-c-small","svg":{"outline":"","filled":null}},"letter-c":{"name":"letter-c","svg":{"outline":"","filled":null}},"letter-case-lower":{"name":"letter-case-lower","svg":{"outline":"","filled":null}},"letter-case-toggle":{"name":"letter-case-toggle","svg":{"outline":"","filled":null}},"letter-case-upper":{"name":"letter-case-upper","svg":{"outline":"","filled":null}},"letter-case":{"name":"letter-case","svg":{"outline":"","filled":null}},"letter-d-small":{"name":"letter-d-small","svg":{"outline":"","filled":null}},"letter-d":{"name":"letter-d","svg":{"outline":"","filled":null}},"letter-e-small":{"name":"letter-e-small","svg":{"outline":"","filled":null}},"letter-e":{"name":"letter-e","svg":{"outline":"","filled":null}},"letter-f-small":{"name":"letter-f-small","svg":{"outline":"","filled":null}},"letter-f":{"name":"letter-f","svg":{"outline":"","filled":null}},"letter-g-small":{"name":"letter-g-small","svg":{"outline":"","filled":null}},"letter-g":{"name":"letter-g","svg":{"outline":"","filled":null}},"letter-h-small":{"name":"letter-h-small","svg":{"outline":"","filled":null}},"letter-h":{"name":"letter-h","svg":{"outline":"","filled":null}},"letter-i-small":{"name":"letter-i-small","svg":{"outline":"","filled":null}},"letter-i":{"name":"letter-i","svg":{"outline":"","filled":null}},"letter-j-small":{"name":"letter-j-small","svg":{"outline":"","filled":null}},"letter-j":{"name":"letter-j","svg":{"outline":"","filled":null}},"letter-k-small":{"name":"letter-k-small","svg":{"outline":"","filled":null}},"letter-k":{"name":"letter-k","svg":{"outline":"","filled":null}},"letter-l-small":{"name":"letter-l-small","svg":{"outline":"","filled":null}},"letter-l":{"name":"letter-l","svg":{"outline":"","filled":null}},"letter-m-small":{"name":"letter-m-small","svg":{"outline":"","filled":null}},"letter-m":{"name":"letter-m","svg":{"outline":"","filled":null}},"letter-n-small":{"name":"letter-n-small","svg":{"outline":"","filled":null}},"letter-n":{"name":"letter-n","svg":{"outline":"","filled":null}},"letter-o-small":{"name":"letter-o-small","svg":{"outline":"","filled":null}},"letter-o":{"name":"letter-o","svg":{"outline":"","filled":null}},"letter-p-small":{"name":"letter-p-small","svg":{"outline":"","filled":null}},"letter-p":{"name":"letter-p","svg":{"outline":"","filled":null}},"letter-q-small":{"name":"letter-q-small","svg":{"outline":"","filled":null}},"letter-q":{"name":"letter-q","svg":{"outline":"","filled":null}},"letter-r-small":{"name":"letter-r-small","svg":{"outline":"","filled":null}},"letter-r":{"name":"letter-r","svg":{"outline":"","filled":null}},"letter-s-small":{"name":"letter-s-small","svg":{"outline":"","filled":null}},"letter-s":{"name":"letter-s","svg":{"outline":"","filled":null}},"letter-spacing":{"name":"letter-spacing","svg":{"outline":"","filled":null}},"letter-t-small":{"name":"letter-t-small","svg":{"outline":"","filled":null}},"letter-t":{"name":"letter-t","svg":{"outline":"","filled":null}},"letter-u-small":{"name":"letter-u-small","svg":{"outline":"","filled":null}},"letter-u":{"name":"letter-u","svg":{"outline":"","filled":null}},"letter-v-small":{"name":"letter-v-small","svg":{"outline":"","filled":null}},"letter-v":{"name":"letter-v","svg":{"outline":"","filled":null}},"letter-w-small":{"name":"letter-w-small","svg":{"outline":"","filled":null}},"letter-w":{"name":"letter-w","svg":{"outline":"","filled":null}},"letter-x-small":{"name":"letter-x-small","svg":{"outline":"","filled":null}},"letter-x":{"name":"letter-x","svg":{"outline":"","filled":null}},"letter-y-small":{"name":"letter-y-small","svg":{"outline":"","filled":null}},"letter-y":{"name":"letter-y","svg":{"outline":"","filled":null}},"letter-z-small":{"name":"letter-z-small","svg":{"outline":"","filled":null}},"letter-z":{"name":"letter-z","svg":{"outline":"","filled":null}},"library-minus":{"name":"library-minus","svg":{"outline":"","filled":null}},"library-photo":{"name":"library-photo","svg":{"outline":"","filled":null}},"library-plus":{"name":"library-plus","svg":{"outline":"","filled":null}},"library":{"name":"library","svg":{"outline":"","filled":null}},"license-off":{"name":"license-off","svg":{"outline":"","filled":null}},"license":{"name":"license","svg":{"outline":"","filled":null}},"lifebuoy-off":{"name":"lifebuoy-off","svg":{"outline":"","filled":null}},"lifebuoy":{"name":"lifebuoy","svg":{"outline":"","filled":""}},"lighter":{"name":"lighter","svg":{"outline":"","filled":null}},"line-dashed":{"name":"line-dashed","svg":{"outline":"","filled":null}},"line-dotted":{"name":"line-dotted","svg":{"outline":"","filled":null}},"line-height":{"name":"line-height","svg":{"outline":"","filled":null}},"line-scan":{"name":"line-scan","svg":{"outline":"","filled":null}},"line":{"name":"line","svg":{"outline":"","filled":null}},"link-minus":{"name":"link-minus","svg":{"outline":"","filled":null}},"link-off":{"name":"link-off","svg":{"outline":"","filled":null}},"link-plus":{"name":"link-plus","svg":{"outline":"","filled":null}},"link":{"name":"link","svg":{"outline":"","filled":null}},"list-check":{"name":"list-check","svg":{"outline":"","filled":null}},"list-details":{"name":"list-details","svg":{"outline":"","filled":null}},"list-letters":{"name":"list-letters","svg":{"outline":"","filled":null}},"list-numbers":{"name":"list-numbers","svg":{"outline":"","filled":null}},"list-search":{"name":"list-search","svg":{"outline":"","filled":null}},"list-tree":{"name":"list-tree","svg":{"outline":"","filled":null}},"list":{"name":"list","svg":{"outline":"","filled":null}},"live-photo-off":{"name":"live-photo-off","svg":{"outline":"","filled":null}},"live-photo":{"name":"live-photo","svg":{"outline":"","filled":""}},"live-view":{"name":"live-view","svg":{"outline":"","filled":""}},"load-balancer":{"name":"load-balancer","svg":{"outline":"","filled":null}},"loader-2":{"name":"loader-2","svg":{"outline":"","filled":null}},"loader-3":{"name":"loader-3","svg":{"outline":"","filled":null}},"loader-quarter":{"name":"loader-quarter","svg":{"outline":"","filled":null}},"loader":{"name":"loader","svg":{"outline":"","filled":null}},"location-bolt":{"name":"location-bolt","svg":{"outline":"","filled":null}},"location-broken":{"name":"location-broken","svg":{"outline":"","filled":null}},"location-cancel":{"name":"location-cancel","svg":{"outline":"","filled":null}},"location-check":{"name":"location-check","svg":{"outline":"","filled":null}},"location-code":{"name":"location-code","svg":{"outline":"","filled":null}},"location-cog":{"name":"location-cog","svg":{"outline":"","filled":null}},"location-discount":{"name":"location-discount","svg":{"outline":"","filled":null}},"location-dollar":{"name":"location-dollar","svg":{"outline":"","filled":null}},"location-down":{"name":"location-down","svg":{"outline":"","filled":null}},"location-exclamation":{"name":"location-exclamation","svg":{"outline":"","filled":null}},"location-heart":{"name":"location-heart","svg":{"outline":"","filled":null}},"location-minus":{"name":"location-minus","svg":{"outline":"","filled":null}},"location-off":{"name":"location-off","svg":{"outline":"","filled":null}},"location-pause":{"name":"location-pause","svg":{"outline":"","filled":null}},"location-pin":{"name":"location-pin","svg":{"outline":"","filled":null}},"location-plus":{"name":"location-plus","svg":{"outline":"","filled":null}},"location-question":{"name":"location-question","svg":{"outline":"","filled":null}},"location-search":{"name":"location-search","svg":{"outline":"","filled":null}},"location-share":{"name":"location-share","svg":{"outline":"","filled":null}},"location-star":{"name":"location-star","svg":{"outline":"","filled":null}},"location-up":{"name":"location-up","svg":{"outline":"","filled":null}},"location-x":{"name":"location-x","svg":{"outline":"","filled":null}},"location":{"name":"location","svg":{"outline":"","filled":""}},"lock-access-off":{"name":"lock-access-off","svg":{"outline":"","filled":null}},"lock-access":{"name":"lock-access","svg":{"outline":"","filled":null}},"lock-bitcoin":{"name":"lock-bitcoin","svg":{"outline":"","filled":null}},"lock-bolt":{"name":"lock-bolt","svg":{"outline":"","filled":null}},"lock-cancel":{"name":"lock-cancel","svg":{"outline":"","filled":null}},"lock-check":{"name":"lock-check","svg":{"outline":"","filled":null}},"lock-code":{"name":"lock-code","svg":{"outline":"","filled":null}},"lock-cog":{"name":"lock-cog","svg":{"outline":"","filled":null}},"lock-dollar":{"name":"lock-dollar","svg":{"outline":"","filled":null}},"lock-down":{"name":"lock-down","svg":{"outline":"","filled":null}},"lock-exclamation":{"name":"lock-exclamation","svg":{"outline":"","filled":null}},"lock-heart":{"name":"lock-heart","svg":{"outline":"","filled":null}},"lock-minus":{"name":"lock-minus","svg":{"outline":"","filled":null}},"lock-off":{"name":"lock-off","svg":{"outline":"","filled":null}},"lock-open-2":{"name":"lock-open-2","svg":{"outline":"","filled":null}},"lock-open-off":{"name":"lock-open-off","svg":{"outline":"","filled":null}},"lock-open":{"name":"lock-open","svg":{"outline":"","filled":null}},"lock-password":{"name":"lock-password","svg":{"outline":"","filled":null}},"lock-pause":{"name":"lock-pause","svg":{"outline":"","filled":null}},"lock-pin":{"name":"lock-pin","svg":{"outline":"","filled":null}},"lock-plus":{"name":"lock-plus","svg":{"outline":"","filled":null}},"lock-question":{"name":"lock-question","svg":{"outline":"","filled":null}},"lock-search":{"name":"lock-search","svg":{"outline":"","filled":null}},"lock-share":{"name":"lock-share","svg":{"outline":"","filled":null}},"lock-square-rounded":{"name":"lock-square-rounded","svg":{"outline":"","filled":""}},"lock-square":{"name":"lock-square","svg":{"outline":"","filled":null}},"lock-star":{"name":"lock-star","svg":{"outline":"","filled":null}},"lock-up":{"name":"lock-up","svg":{"outline":"","filled":null}},"lock-x":{"name":"lock-x","svg":{"outline":"","filled":null}},"lock":{"name":"lock","svg":{"outline":"","filled":""}},"logic-and":{"name":"logic-and","svg":{"outline":"","filled":null}},"logic-buffer":{"name":"logic-buffer","svg":{"outline":"","filled":null}},"logic-nand":{"name":"logic-nand","svg":{"outline":"","filled":null}},"logic-nor":{"name":"logic-nor","svg":{"outline":"","filled":null}},"logic-not":{"name":"logic-not","svg":{"outline":"","filled":null}},"logic-or":{"name":"logic-or","svg":{"outline":"","filled":null}},"logic-xnor":{"name":"logic-xnor","svg":{"outline":"","filled":null}},"logic-xor":{"name":"logic-xor","svg":{"outline":"","filled":null}},"login-2":{"name":"login-2","svg":{"outline":"","filled":null}},"login":{"name":"login","svg":{"outline":"","filled":null}},"logout-2":{"name":"logout-2","svg":{"outline":"","filled":null}},"logout":{"name":"logout","svg":{"outline":"","filled":null}},"logs":{"name":"logs","svg":{"outline":"","filled":null}},"lollipop-off":{"name":"lollipop-off","svg":{"outline":"","filled":null}},"lollipop":{"name":"lollipop","svg":{"outline":"","filled":null}},"luggage-off":{"name":"luggage-off","svg":{"outline":"","filled":null}},"luggage":{"name":"luggage","svg":{"outline":"","filled":null}},"lungs-off":{"name":"lungs-off","svg":{"outline":"","filled":null}},"lungs":{"name":"lungs","svg":{"outline":"","filled":""}},"macro-off":{"name":"macro-off","svg":{"outline":"","filled":null}},"macro":{"name":"macro","svg":{"outline":"","filled":""}},"magnet-off":{"name":"magnet-off","svg":{"outline":"","filled":null}},"magnet":{"name":"magnet","svg":{"outline":"","filled":""}},"magnetic":{"name":"magnetic","svg":{"outline":"","filled":null}},"mail-ai":{"name":"mail-ai","svg":{"outline":"","filled":null}},"mail-bitcoin":{"name":"mail-bitcoin","svg":{"outline":"","filled":null}},"mail-bolt":{"name":"mail-bolt","svg":{"outline":"","filled":null}},"mail-cancel":{"name":"mail-cancel","svg":{"outline":"","filled":null}},"mail-check":{"name":"mail-check","svg":{"outline":"","filled":null}},"mail-code":{"name":"mail-code","svg":{"outline":"","filled":null}},"mail-cog":{"name":"mail-cog","svg":{"outline":"","filled":null}},"mail-dollar":{"name":"mail-dollar","svg":{"outline":"","filled":null}},"mail-down":{"name":"mail-down","svg":{"outline":"","filled":null}},"mail-exclamation":{"name":"mail-exclamation","svg":{"outline":"","filled":null}},"mail-fast":{"name":"mail-fast","svg":{"outline":"","filled":null}},"mail-forward":{"name":"mail-forward","svg":{"outline":"","filled":null}},"mail-heart":{"name":"mail-heart","svg":{"outline":"","filled":null}},"mail-minus":{"name":"mail-minus","svg":{"outline":"","filled":null}},"mail-off":{"name":"mail-off","svg":{"outline":"","filled":null}},"mail-opened":{"name":"mail-opened","svg":{"outline":"","filled":""}},"mail-pause":{"name":"mail-pause","svg":{"outline":"","filled":null}},"mail-pin":{"name":"mail-pin","svg":{"outline":"","filled":null}},"mail-plus":{"name":"mail-plus","svg":{"outline":"","filled":null}},"mail-question":{"name":"mail-question","svg":{"outline":"","filled":null}},"mail-search":{"name":"mail-search","svg":{"outline":"","filled":null}},"mail-share":{"name":"mail-share","svg":{"outline":"","filled":null}},"mail-spark":{"name":"mail-spark","svg":{"outline":"","filled":null}},"mail-star":{"name":"mail-star","svg":{"outline":"","filled":null}},"mail-up":{"name":"mail-up","svg":{"outline":"","filled":null}},"mail-x":{"name":"mail-x","svg":{"outline":"","filled":null}},"mail":{"name":"mail","svg":{"outline":"","filled":""}},"mailbox-off":{"name":"mailbox-off","svg":{"outline":"","filled":null}},"mailbox":{"name":"mailbox","svg":{"outline":"","filled":null}},"man":{"name":"man","svg":{"outline":"","filled":""}},"manual-gearbox":{"name":"manual-gearbox","svg":{"outline":"","filled":""}},"map-2":{"name":"map-2","svg":{"outline":"","filled":null}},"map-bolt":{"name":"map-bolt","svg":{"outline":"","filled":null}},"map-cancel":{"name":"map-cancel","svg":{"outline":"","filled":null}},"map-check":{"name":"map-check","svg":{"outline":"","filled":null}},"map-code":{"name":"map-code","svg":{"outline":"","filled":null}},"map-cog":{"name":"map-cog","svg":{"outline":"","filled":null}},"map-discount":{"name":"map-discount","svg":{"outline":"","filled":null}},"map-dollar":{"name":"map-dollar","svg":{"outline":"","filled":null}},"map-down":{"name":"map-down","svg":{"outline":"","filled":null}},"map-east":{"name":"map-east","svg":{"outline":"","filled":null}},"map-exclamation":{"name":"map-exclamation","svg":{"outline":"","filled":null}},"map-heart":{"name":"map-heart","svg":{"outline":"","filled":null}},"map-minus":{"name":"map-minus","svg":{"outline":"","filled":null}},"map-north":{"name":"map-north","svg":{"outline":"","filled":null}},"map-off":{"name":"map-off","svg":{"outline":"","filled":null}},"map-pause":{"name":"map-pause","svg":{"outline":"","filled":null}},"map-pin-2":{"name":"map-pin-2","svg":{"outline":"","filled":null}},"map-pin-bolt":{"name":"map-pin-bolt","svg":{"outline":"","filled":null}},"map-pin-cancel":{"name":"map-pin-cancel","svg":{"outline":"","filled":null}},"map-pin-check":{"name":"map-pin-check","svg":{"outline":"","filled":null}},"map-pin-code":{"name":"map-pin-code","svg":{"outline":"","filled":null}},"map-pin-cog":{"name":"map-pin-cog","svg":{"outline":"","filled":null}},"map-pin-dollar":{"name":"map-pin-dollar","svg":{"outline":"","filled":null}},"map-pin-down":{"name":"map-pin-down","svg":{"outline":"","filled":null}},"map-pin-exclamation":{"name":"map-pin-exclamation","svg":{"outline":"","filled":null}},"map-pin-heart":{"name":"map-pin-heart","svg":{"outline":"","filled":null}},"map-pin-minus":{"name":"map-pin-minus","svg":{"outline":"","filled":null}},"map-pin-off":{"name":"map-pin-off","svg":{"outline":"","filled":null}},"map-pin-pause":{"name":"map-pin-pause","svg":{"outline":"","filled":null}},"map-pin-pin":{"name":"map-pin-pin","svg":{"outline":"","filled":null}},"map-pin-plus":{"name":"map-pin-plus","svg":{"outline":"","filled":null}},"map-pin-question":{"name":"map-pin-question","svg":{"outline":"","filled":null}},"map-pin-search":{"name":"map-pin-search","svg":{"outline":"","filled":null}},"map-pin-share":{"name":"map-pin-share","svg":{"outline":"","filled":null}},"map-pin-star":{"name":"map-pin-star","svg":{"outline":"","filled":null}},"map-pin-up":{"name":"map-pin-up","svg":{"outline":"","filled":null}},"map-pin-x":{"name":"map-pin-x","svg":{"outline":"","filled":null}},"map-pin":{"name":"map-pin","svg":{"outline":"","filled":""}},"map-pins":{"name":"map-pins","svg":{"outline":"","filled":null}},"map-plus":{"name":"map-plus","svg":{"outline":"","filled":null}},"map-question":{"name":"map-question","svg":{"outline":"","filled":null}},"map-route":{"name":"map-route","svg":{"outline":"","filled":null}},"map-search":{"name":"map-search","svg":{"outline":"","filled":null}},"map-share":{"name":"map-share","svg":{"outline":"","filled":null}},"map-south":{"name":"map-south","svg":{"outline":"","filled":null}},"map-star":{"name":"map-star","svg":{"outline":"","filled":null}},"map-up":{"name":"map-up","svg":{"outline":"","filled":null}},"map-west":{"name":"map-west","svg":{"outline":"","filled":null}},"map-x":{"name":"map-x","svg":{"outline":"","filled":null}},"map":{"name":"map","svg":{"outline":"","filled":null}},"markdown-off":{"name":"markdown-off","svg":{"outline":"","filled":null}},"markdown":{"name":"markdown","svg":{"outline":"","filled":null}},"marquee-2":{"name":"marquee-2","svg":{"outline":"","filled":null}},"marquee-off":{"name":"marquee-off","svg":{"outline":"","filled":null}},"marquee":{"name":"marquee","svg":{"outline":"","filled":null}},"mars":{"name":"mars","svg":{"outline":"","filled":null}},"mask-off":{"name":"mask-off","svg":{"outline":"","filled":null}},"mask":{"name":"mask","svg":{"outline":"","filled":null}},"masks-theater-off":{"name":"masks-theater-off","svg":{"outline":"","filled":null}},"masks-theater":{"name":"masks-theater","svg":{"outline":"","filled":null}},"massage":{"name":"massage","svg":{"outline":"","filled":null}},"matchstick":{"name":"matchstick","svg":{"outline":"","filled":null}},"math-1-divide-2":{"name":"math-1-divide-2","svg":{"outline":"","filled":null}},"math-1-divide-3":{"name":"math-1-divide-3","svg":{"outline":"","filled":null}},"math-avg":{"name":"math-avg","svg":{"outline":"","filled":null}},"math-cos":{"name":"math-cos","svg":{"outline":"","filled":null}},"math-ctg":{"name":"math-ctg","svg":{"outline":"","filled":null}},"math-equal-greater":{"name":"math-equal-greater","svg":{"outline":"","filled":null}},"math-equal-lower":{"name":"math-equal-lower","svg":{"outline":"","filled":null}},"math-function-off":{"name":"math-function-off","svg":{"outline":"","filled":null}},"math-function-y":{"name":"math-function-y","svg":{"outline":"","filled":null}},"math-function":{"name":"math-function","svg":{"outline":"","filled":null}},"math-greater":{"name":"math-greater","svg":{"outline":"","filled":null}},"math-integral-x":{"name":"math-integral-x","svg":{"outline":"","filled":null}},"math-integral":{"name":"math-integral","svg":{"outline":"","filled":null}},"math-integrals":{"name":"math-integrals","svg":{"outline":"","filled":null}},"math-lower":{"name":"math-lower","svg":{"outline":"","filled":null}},"math-max-min":{"name":"math-max-min","svg":{"outline":"","filled":null}},"math-max":{"name":"math-max","svg":{"outline":"","filled":null}},"math-min":{"name":"math-min","svg":{"outline":"","filled":null}},"math-not":{"name":"math-not","svg":{"outline":"","filled":null}},"math-off":{"name":"math-off","svg":{"outline":"","filled":null}},"math-pi-divide-2":{"name":"math-pi-divide-2","svg":{"outline":"","filled":null}},"math-pi":{"name":"math-pi","svg":{"outline":"","filled":null}},"math-sec":{"name":"math-sec","svg":{"outline":"","filled":null}},"math-sin":{"name":"math-sin","svg":{"outline":"","filled":null}},"math-symbols":{"name":"math-symbols","svg":{"outline":"","filled":null}},"math-tg":{"name":"math-tg","svg":{"outline":"","filled":null}},"math-x-divide-2":{"name":"math-x-divide-2","svg":{"outline":"","filled":null}},"math-x-divide-y-2":{"name":"math-x-divide-y-2","svg":{"outline":"","filled":null}},"math-x-divide-y":{"name":"math-x-divide-y","svg":{"outline":"","filled":null}},"math-x-floor-divide-y":{"name":"math-x-floor-divide-y","svg":{"outline":"","filled":null}},"math-x-minus-x":{"name":"math-x-minus-x","svg":{"outline":"","filled":null}},"math-x-minus-y":{"name":"math-x-minus-y","svg":{"outline":"","filled":null}},"math-x-plus-x":{"name":"math-x-plus-x","svg":{"outline":"","filled":null}},"math-x-plus-y":{"name":"math-x-plus-y","svg":{"outline":"","filled":null}},"math-xy":{"name":"math-xy","svg":{"outline":"","filled":null}},"math-y-minus-y":{"name":"math-y-minus-y","svg":{"outline":"","filled":null}},"math-y-plus-y":{"name":"math-y-plus-y","svg":{"outline":"","filled":null}},"math":{"name":"math","svg":{"outline":"","filled":null}},"matrix":{"name":"matrix","svg":{"outline":"","filled":null}},"maximize-off":{"name":"maximize-off","svg":{"outline":"","filled":null}},"maximize":{"name":"maximize","svg":{"outline":"","filled":null}},"meat-off":{"name":"meat-off","svg":{"outline":"","filled":null}},"meat":{"name":"meat","svg":{"outline":"","filled":null}},"medal-2":{"name":"medal-2","svg":{"outline":"","filled":null}},"medal":{"name":"medal","svg":{"outline":"","filled":null}},"medical-cross-circle":{"name":"medical-cross-circle","svg":{"outline":"","filled":null}},"medical-cross-off":{"name":"medical-cross-off","svg":{"outline":"","filled":null}},"medical-cross":{"name":"medical-cross","svg":{"outline":"","filled":""}},"medicine-syrup":{"name":"medicine-syrup","svg":{"outline":"","filled":null}},"meeple":{"name":"meeple","svg":{"outline":"","filled":""}},"melon":{"name":"melon","svg":{"outline":"","filled":""}},"menorah":{"name":"menorah","svg":{"outline":"","filled":null}},"menu-2":{"name":"menu-2","svg":{"outline":"","filled":null}},"menu-3":{"name":"menu-3","svg":{"outline":"","filled":null}},"menu-4":{"name":"menu-4","svg":{"outline":"","filled":null}},"menu-deep":{"name":"menu-deep","svg":{"outline":"","filled":null}},"menu-order":{"name":"menu-order","svg":{"outline":"","filled":null}},"menu":{"name":"menu","svg":{"outline":"","filled":null}},"message-2-bolt":{"name":"message-2-bolt","svg":{"outline":"","filled":null}},"message-2-cancel":{"name":"message-2-cancel","svg":{"outline":"","filled":null}},"message-2-check":{"name":"message-2-check","svg":{"outline":"","filled":null}},"message-2-code":{"name":"message-2-code","svg":{"outline":"","filled":null}},"message-2-cog":{"name":"message-2-cog","svg":{"outline":"","filled":null}},"message-2-dollar":{"name":"message-2-dollar","svg":{"outline":"","filled":null}},"message-2-down":{"name":"message-2-down","svg":{"outline":"","filled":null}},"message-2-exclamation":{"name":"message-2-exclamation","svg":{"outline":"","filled":null}},"message-2-heart":{"name":"message-2-heart","svg":{"outline":"","filled":null}},"message-2-minus":{"name":"message-2-minus","svg":{"outline":"","filled":null}},"message-2-off":{"name":"message-2-off","svg":{"outline":"","filled":null}},"message-2-pause":{"name":"message-2-pause","svg":{"outline":"","filled":null}},"message-2-pin":{"name":"message-2-pin","svg":{"outline":"","filled":null}},"message-2-plus":{"name":"message-2-plus","svg":{"outline":"","filled":null}},"message-2-question":{"name":"message-2-question","svg":{"outline":"","filled":null}},"message-2-search":{"name":"message-2-search","svg":{"outline":"","filled":null}},"message-2-share":{"name":"message-2-share","svg":{"outline":"","filled":null}},"message-2-star":{"name":"message-2-star","svg":{"outline":"","filled":null}},"message-2-up":{"name":"message-2-up","svg":{"outline":"","filled":null}},"message-2-x":{"name":"message-2-x","svg":{"outline":"","filled":null}},"message-2":{"name":"message-2","svg":{"outline":"","filled":""}},"message-bolt":{"name":"message-bolt","svg":{"outline":"","filled":null}},"message-cancel":{"name":"message-cancel","svg":{"outline":"","filled":null}},"message-chatbot":{"name":"message-chatbot","svg":{"outline":"","filled":""}},"message-check":{"name":"message-check","svg":{"outline":"","filled":null}},"message-circle-bolt":{"name":"message-circle-bolt","svg":{"outline":"","filled":null}},"message-circle-cancel":{"name":"message-circle-cancel","svg":{"outline":"","filled":null}},"message-circle-check":{"name":"message-circle-check","svg":{"outline":"","filled":null}},"message-circle-code":{"name":"message-circle-code","svg":{"outline":"","filled":null}},"message-circle-cog":{"name":"message-circle-cog","svg":{"outline":"","filled":null}},"message-circle-dollar":{"name":"message-circle-dollar","svg":{"outline":"","filled":null}},"message-circle-down":{"name":"message-circle-down","svg":{"outline":"","filled":null}},"message-circle-exclamation":{"name":"message-circle-exclamation","svg":{"outline":"","filled":null}},"message-circle-heart":{"name":"message-circle-heart","svg":{"outline":"","filled":null}},"message-circle-minus":{"name":"message-circle-minus","svg":{"outline":"","filled":null}},"message-circle-off":{"name":"message-circle-off","svg":{"outline":"","filled":null}},"message-circle-pause":{"name":"message-circle-pause","svg":{"outline":"","filled":null}},"message-circle-pin":{"name":"message-circle-pin","svg":{"outline":"","filled":null}},"message-circle-plus":{"name":"message-circle-plus","svg":{"outline":"","filled":null}},"message-circle-question":{"name":"message-circle-question","svg":{"outline":"","filled":null}},"message-circle-search":{"name":"message-circle-search","svg":{"outline":"","filled":null}},"message-circle-share":{"name":"message-circle-share","svg":{"outline":"","filled":null}},"message-circle-star":{"name":"message-circle-star","svg":{"outline":"","filled":null}},"message-circle-up":{"name":"message-circle-up","svg":{"outline":"","filled":null}},"message-circle-user":{"name":"message-circle-user","svg":{"outline":"","filled":null}},"message-circle-x":{"name":"message-circle-x","svg":{"outline":"","filled":null}},"message-circle":{"name":"message-circle","svg":{"outline":"","filled":""}},"message-code":{"name":"message-code","svg":{"outline":"","filled":null}},"message-cog":{"name":"message-cog","svg":{"outline":"","filled":null}},"message-dollar":{"name":"message-dollar","svg":{"outline":"","filled":null}},"message-dots":{"name":"message-dots","svg":{"outline":"","filled":null}},"message-down":{"name":"message-down","svg":{"outline":"","filled":null}},"message-exclamation":{"name":"message-exclamation","svg":{"outline":"","filled":null}},"message-forward":{"name":"message-forward","svg":{"outline":"","filled":null}},"message-heart":{"name":"message-heart","svg":{"outline":"","filled":null}},"message-language":{"name":"message-language","svg":{"outline":"","filled":null}},"message-minus":{"name":"message-minus","svg":{"outline":"","filled":null}},"message-off":{"name":"message-off","svg":{"outline":"","filled":null}},"message-pause":{"name":"message-pause","svg":{"outline":"","filled":null}},"message-pin":{"name":"message-pin","svg":{"outline":"","filled":null}},"message-plus":{"name":"message-plus","svg":{"outline":"","filled":null}},"message-question":{"name":"message-question","svg":{"outline":"","filled":null}},"message-reply":{"name":"message-reply","svg":{"outline":"","filled":null}},"message-report":{"name":"message-report","svg":{"outline":"","filled":""}},"message-search":{"name":"message-search","svg":{"outline":"","filled":null}},"message-share":{"name":"message-share","svg":{"outline":"","filled":null}},"message-star":{"name":"message-star","svg":{"outline":"","filled":null}},"message-up":{"name":"message-up","svg":{"outline":"","filled":null}},"message-user":{"name":"message-user","svg":{"outline":"","filled":null}},"message-x":{"name":"message-x","svg":{"outline":"","filled":null}},"message":{"name":"message","svg":{"outline":"","filled":""}},"messages-off":{"name":"messages-off","svg":{"outline":"","filled":null}},"messages":{"name":"messages","svg":{"outline":"","filled":null}},"meteor-off":{"name":"meteor-off","svg":{"outline":"","filled":null}},"meteor":{"name":"meteor","svg":{"outline":"","filled":""}},"meter-cube":{"name":"meter-cube","svg":{"outline":"","filled":null}},"meter-square":{"name":"meter-square","svg":{"outline":"","filled":null}},"metronome":{"name":"metronome","svg":{"outline":"","filled":null}},"michelin-bib-gourmand":{"name":"michelin-bib-gourmand","svg":{"outline":"","filled":null}},"michelin-star-green":{"name":"michelin-star-green","svg":{"outline":"","filled":null}},"michelin-star":{"name":"michelin-star","svg":{"outline":"","filled":""}},"mickey":{"name":"mickey","svg":{"outline":"","filled":""}},"microphone-2-off":{"name":"microphone-2-off","svg":{"outline":"","filled":null}},"microphone-2":{"name":"microphone-2","svg":{"outline":"","filled":null}},"microphone-off":{"name":"microphone-off","svg":{"outline":"","filled":null}},"microphone":{"name":"microphone","svg":{"outline":"","filled":""}},"microscope-off":{"name":"microscope-off","svg":{"outline":"","filled":null}},"microscope":{"name":"microscope","svg":{"outline":"","filled":null}},"microwave-off":{"name":"microwave-off","svg":{"outline":"","filled":null}},"microwave":{"name":"microwave","svg":{"outline":"","filled":""}},"military-award":{"name":"military-award","svg":{"outline":"","filled":null}},"military-rank":{"name":"military-rank","svg":{"outline":"","filled":""}},"milk-off":{"name":"milk-off","svg":{"outline":"","filled":null}},"milk":{"name":"milk","svg":{"outline":"","filled":""}},"milkshake":{"name":"milkshake","svg":{"outline":"","filled":null}},"minimize":{"name":"minimize","svg":{"outline":"","filled":null}},"minus-vertical":{"name":"minus-vertical","svg":{"outline":"","filled":null}},"minus":{"name":"minus","svg":{"outline":"","filled":null}},"mist-off":{"name":"mist-off","svg":{"outline":"","filled":null}},"mist":{"name":"mist","svg":{"outline":"","filled":null}},"mobiledata-off":{"name":"mobiledata-off","svg":{"outline":"","filled":null}},"mobiledata":{"name":"mobiledata","svg":{"outline":"","filled":null}},"moneybag":{"name":"moneybag","svg":{"outline":"","filled":null}},"monkeybar":{"name":"monkeybar","svg":{"outline":"","filled":null}},"mood-angry":{"name":"mood-angry","svg":{"outline":"","filled":""}},"mood-annoyed-2":{"name":"mood-annoyed-2","svg":{"outline":"","filled":null}},"mood-annoyed":{"name":"mood-annoyed","svg":{"outline":"","filled":null}},"mood-bitcoin":{"name":"mood-bitcoin","svg":{"outline":"","filled":null}},"mood-boy":{"name":"mood-boy","svg":{"outline":"","filled":null}},"mood-check":{"name":"mood-check","svg":{"outline":"","filled":null}},"mood-cog":{"name":"mood-cog","svg":{"outline":"","filled":null}},"mood-confuzed":{"name":"mood-confuzed","svg":{"outline":"","filled":""}},"mood-crazy-happy":{"name":"mood-crazy-happy","svg":{"outline":"","filled":""}},"mood-cry":{"name":"mood-cry","svg":{"outline":"","filled":null}},"mood-dollar":{"name":"mood-dollar","svg":{"outline":"","filled":null}},"mood-edit":{"name":"mood-edit","svg":{"outline":"","filled":null}},"mood-empty":{"name":"mood-empty","svg":{"outline":"","filled":""}},"mood-happy":{"name":"mood-happy","svg":{"outline":"","filled":""}},"mood-heart":{"name":"mood-heart","svg":{"outline":"","filled":null}},"mood-kid":{"name":"mood-kid","svg":{"outline":"","filled":""}},"mood-look-down":{"name":"mood-look-down","svg":{"outline":"","filled":null}},"mood-look-left":{"name":"mood-look-left","svg":{"outline":"","filled":null}},"mood-look-right":{"name":"mood-look-right","svg":{"outline":"","filled":null}},"mood-look-up":{"name":"mood-look-up","svg":{"outline":"","filled":null}},"mood-minus":{"name":"mood-minus","svg":{"outline":"","filled":null}},"mood-nerd":{"name":"mood-nerd","svg":{"outline":"","filled":null}},"mood-nervous":{"name":"mood-nervous","svg":{"outline":"","filled":null}},"mood-neutral":{"name":"mood-neutral","svg":{"outline":"","filled":""}},"mood-off":{"name":"mood-off","svg":{"outline":"","filled":null}},"mood-pin":{"name":"mood-pin","svg":{"outline":"","filled":null}},"mood-plus":{"name":"mood-plus","svg":{"outline":"","filled":null}},"mood-puzzled":{"name":"mood-puzzled","svg":{"outline":"","filled":null}},"mood-sad-2":{"name":"mood-sad-2","svg":{"outline":"","filled":null}},"mood-sad-dizzy":{"name":"mood-sad-dizzy","svg":{"outline":"","filled":null}},"mood-sad-squint":{"name":"mood-sad-squint","svg":{"outline":"","filled":null}},"mood-sad":{"name":"mood-sad","svg":{"outline":"","filled":""}},"mood-search":{"name":"mood-search","svg":{"outline":"","filled":null}},"mood-share":{"name":"mood-share","svg":{"outline":"","filled":null}},"mood-sick":{"name":"mood-sick","svg":{"outline":"","filled":null}},"mood-silence":{"name":"mood-silence","svg":{"outline":"","filled":null}},"mood-sing":{"name":"mood-sing","svg":{"outline":"","filled":null}},"mood-smile-beam":{"name":"mood-smile-beam","svg":{"outline":"","filled":null}},"mood-smile-dizzy":{"name":"mood-smile-dizzy","svg":{"outline":"","filled":null}},"mood-smile":{"name":"mood-smile","svg":{"outline":"","filled":""}},"mood-spark":{"name":"mood-spark","svg":{"outline":"","filled":null}},"mood-surprised":{"name":"mood-surprised","svg":{"outline":"","filled":null}},"mood-tongue-wink-2":{"name":"mood-tongue-wink-2","svg":{"outline":"","filled":null}},"mood-tongue-wink":{"name":"mood-tongue-wink","svg":{"outline":"","filled":null}},"mood-tongue":{"name":"mood-tongue","svg":{"outline":"","filled":null}},"mood-unamused":{"name":"mood-unamused","svg":{"outline":"","filled":null}},"mood-up":{"name":"mood-up","svg":{"outline":"","filled":null}},"mood-wink-2":{"name":"mood-wink-2","svg":{"outline":"","filled":null}},"mood-wink":{"name":"mood-wink","svg":{"outline":"","filled":null}},"mood-wrrr":{"name":"mood-wrrr","svg":{"outline":"","filled":""}},"mood-x":{"name":"mood-x","svg":{"outline":"","filled":null}},"mood-xd":{"name":"mood-xd","svg":{"outline":"","filled":null}},"moon-2":{"name":"moon-2","svg":{"outline":"","filled":null}},"moon-off":{"name":"moon-off","svg":{"outline":"","filled":null}},"moon-stars":{"name":"moon-stars","svg":{"outline":"","filled":null}},"moon":{"name":"moon","svg":{"outline":"","filled":""}},"moped":{"name":"moped","svg":{"outline":"","filled":null}},"motorbike":{"name":"motorbike","svg":{"outline":"","filled":null}},"mountain-off":{"name":"mountain-off","svg":{"outline":"","filled":null}},"mountain":{"name":"mountain","svg":{"outline":"","filled":""}},"mouse-2":{"name":"mouse-2","svg":{"outline":"","filled":null}},"mouse-off":{"name":"mouse-off","svg":{"outline":"","filled":null}},"mouse":{"name":"mouse","svg":{"outline":"","filled":""}},"moustache":{"name":"moustache","svg":{"outline":"","filled":null}},"movie-off":{"name":"movie-off","svg":{"outline":"","filled":null}},"movie":{"name":"movie","svg":{"outline":"","filled":null}},"mug-off":{"name":"mug-off","svg":{"outline":"","filled":null}},"mug":{"name":"mug","svg":{"outline":"","filled":""}},"multiplier-0-5x":{"name":"multiplier-0-5x","svg":{"outline":"","filled":null}},"multiplier-1-5x":{"name":"multiplier-1-5x","svg":{"outline":"","filled":null}},"multiplier-1x":{"name":"multiplier-1x","svg":{"outline":"","filled":null}},"multiplier-2x":{"name":"multiplier-2x","svg":{"outline":"","filled":null}},"mushroom-off":{"name":"mushroom-off","svg":{"outline":"","filled":null}},"mushroom":{"name":"mushroom","svg":{"outline":"","filled":""}},"music-bolt":{"name":"music-bolt","svg":{"outline":"","filled":null}},"music-cancel":{"name":"music-cancel","svg":{"outline":"","filled":null}},"music-check":{"name":"music-check","svg":{"outline":"","filled":null}},"music-code":{"name":"music-code","svg":{"outline":"","filled":null}},"music-cog":{"name":"music-cog","svg":{"outline":"","filled":null}},"music-discount":{"name":"music-discount","svg":{"outline":"","filled":null}},"music-dollar":{"name":"music-dollar","svg":{"outline":"","filled":null}},"music-down":{"name":"music-down","svg":{"outline":"","filled":null}},"music-exclamation":{"name":"music-exclamation","svg":{"outline":"","filled":null}},"music-heart":{"name":"music-heart","svg":{"outline":"","filled":null}},"music-minus":{"name":"music-minus","svg":{"outline":"","filled":null}},"music-off":{"name":"music-off","svg":{"outline":"","filled":null}},"music-pause":{"name":"music-pause","svg":{"outline":"","filled":null}},"music-pin":{"name":"music-pin","svg":{"outline":"","filled":null}},"music-plus":{"name":"music-plus","svg":{"outline":"","filled":null}},"music-question":{"name":"music-question","svg":{"outline":"","filled":null}},"music-search":{"name":"music-search","svg":{"outline":"","filled":null}},"music-share":{"name":"music-share","svg":{"outline":"","filled":null}},"music-star":{"name":"music-star","svg":{"outline":"","filled":null}},"music-up":{"name":"music-up","svg":{"outline":"","filled":null}},"music-x":{"name":"music-x","svg":{"outline":"","filled":null}},"music":{"name":"music","svg":{"outline":"","filled":null}},"navigation-bolt":{"name":"navigation-bolt","svg":{"outline":"","filled":null}},"navigation-cancel":{"name":"navigation-cancel","svg":{"outline":"","filled":null}},"navigation-check":{"name":"navigation-check","svg":{"outline":"","filled":null}},"navigation-code":{"name":"navigation-code","svg":{"outline":"","filled":null}},"navigation-cog":{"name":"navigation-cog","svg":{"outline":"","filled":null}},"navigation-discount":{"name":"navigation-discount","svg":{"outline":"","filled":null}},"navigation-dollar":{"name":"navigation-dollar","svg":{"outline":"","filled":null}},"navigation-down":{"name":"navigation-down","svg":{"outline":"","filled":null}},"navigation-east":{"name":"navigation-east","svg":{"outline":"","filled":null}},"navigation-exclamation":{"name":"navigation-exclamation","svg":{"outline":"","filled":null}},"navigation-heart":{"name":"navigation-heart","svg":{"outline":"","filled":null}},"navigation-minus":{"name":"navigation-minus","svg":{"outline":"","filled":null}},"navigation-north":{"name":"navigation-north","svg":{"outline":"","filled":null}},"navigation-off":{"name":"navigation-off","svg":{"outline":"","filled":null}},"navigation-pause":{"name":"navigation-pause","svg":{"outline":"","filled":null}},"navigation-pin":{"name":"navigation-pin","svg":{"outline":"","filled":null}},"navigation-plus":{"name":"navigation-plus","svg":{"outline":"","filled":null}},"navigation-question":{"name":"navigation-question","svg":{"outline":"","filled":null}},"navigation-search":{"name":"navigation-search","svg":{"outline":"","filled":null}},"navigation-share":{"name":"navigation-share","svg":{"outline":"","filled":null}},"navigation-south":{"name":"navigation-south","svg":{"outline":"","filled":null}},"navigation-star":{"name":"navigation-star","svg":{"outline":"","filled":null}},"navigation-top":{"name":"navigation-top","svg":{"outline":"","filled":null}},"navigation-up":{"name":"navigation-up","svg":{"outline":"","filled":null}},"navigation-west":{"name":"navigation-west","svg":{"outline":"","filled":null}},"navigation-x":{"name":"navigation-x","svg":{"outline":"","filled":null}},"navigation":{"name":"navigation","svg":{"outline":"","filled":""}},"needle-thread":{"name":"needle-thread","svg":{"outline":"","filled":null}},"needle":{"name":"needle","svg":{"outline":"","filled":null}},"network-off":{"name":"network-off","svg":{"outline":"","filled":null}},"network":{"name":"network","svg":{"outline":"","filled":null}},"new-section":{"name":"new-section","svg":{"outline":"","filled":null}},"news-off":{"name":"news-off","svg":{"outline":"","filled":null}},"news":{"name":"news","svg":{"outline":"","filled":null}},"nfc-off":{"name":"nfc-off","svg":{"outline":"","filled":null}},"nfc":{"name":"nfc","svg":{"outline":"","filled":null}},"no-copyright":{"name":"no-copyright","svg":{"outline":"","filled":null}},"no-creative-commons":{"name":"no-creative-commons","svg":{"outline":"","filled":null}},"no-derivatives":{"name":"no-derivatives","svg":{"outline":"","filled":null}},"north-star":{"name":"north-star","svg":{"outline":"","filled":null}},"note-off":{"name":"note-off","svg":{"outline":"","filled":null}},"note":{"name":"note","svg":{"outline":"","filled":null}},"notebook-off":{"name":"notebook-off","svg":{"outline":"","filled":null}},"notebook":{"name":"notebook","svg":{"outline":"","filled":null}},"notes-off":{"name":"notes-off","svg":{"outline":"","filled":null}},"notes":{"name":"notes","svg":{"outline":"","filled":null}},"notification-off":{"name":"notification-off","svg":{"outline":"","filled":null}},"notification":{"name":"notification","svg":{"outline":"","filled":null}},"number-0-small":{"name":"number-0-small","svg":{"outline":"","filled":null}},"number-0":{"name":"number-0","svg":{"outline":"","filled":null}},"number-1-small":{"name":"number-1-small","svg":{"outline":"","filled":null}},"number-1":{"name":"number-1","svg":{"outline":"","filled":null}},"number-10-small":{"name":"number-10-small","svg":{"outline":"","filled":null}},"number-10":{"name":"number-10","svg":{"outline":"","filled":null}},"number-100-small":{"name":"number-100-small","svg":{"outline":"","filled":null}},"number-11-small":{"name":"number-11-small","svg":{"outline":"","filled":null}},"number-11":{"name":"number-11","svg":{"outline":"","filled":null}},"number-12-small":{"name":"number-12-small","svg":{"outline":"","filled":null}},"number-123":{"name":"number-123","svg":{"outline":"","filled":null}},"number-13-small":{"name":"number-13-small","svg":{"outline":"","filled":null}},"number-14-small":{"name":"number-14-small","svg":{"outline":"","filled":null}},"number-15-small":{"name":"number-15-small","svg":{"outline":"","filled":null}},"number-16-small":{"name":"number-16-small","svg":{"outline":"","filled":null}},"number-17-small":{"name":"number-17-small","svg":{"outline":"","filled":null}},"number-18-small":{"name":"number-18-small","svg":{"outline":"","filled":null}},"number-19-small":{"name":"number-19-small","svg":{"outline":"","filled":null}},"number-2-small":{"name":"number-2-small","svg":{"outline":"","filled":null}},"number-2":{"name":"number-2","svg":{"outline":"","filled":null}},"number-20-small":{"name":"number-20-small","svg":{"outline":"","filled":null}},"number-21-small":{"name":"number-21-small","svg":{"outline":"","filled":null}},"number-22-small":{"name":"number-22-small","svg":{"outline":"","filled":null}},"number-23-small":{"name":"number-23-small","svg":{"outline":"","filled":null}},"number-24-small":{"name":"number-24-small","svg":{"outline":"","filled":null}},"number-25-small":{"name":"number-25-small","svg":{"outline":"","filled":null}},"number-26-small":{"name":"number-26-small","svg":{"outline":"","filled":null}},"number-27-small":{"name":"number-27-small","svg":{"outline":"","filled":null}},"number-28-small":{"name":"number-28-small","svg":{"outline":"","filled":null}},"number-29-small":{"name":"number-29-small","svg":{"outline":"","filled":null}},"number-3-small":{"name":"number-3-small","svg":{"outline":"","filled":null}},"number-3":{"name":"number-3","svg":{"outline":"","filled":null}},"number-30-small":{"name":"number-30-small","svg":{"outline":"","filled":null}},"number-31-small":{"name":"number-31-small","svg":{"outline":"","filled":null}},"number-32-small":{"name":"number-32-small","svg":{"outline":"","filled":null}},"number-33-small":{"name":"number-33-small","svg":{"outline":"","filled":null}},"number-34-small":{"name":"number-34-small","svg":{"outline":"","filled":null}},"number-35-small":{"name":"number-35-small","svg":{"outline":"","filled":null}},"number-36-small":{"name":"number-36-small","svg":{"outline":"","filled":null}},"number-37-small":{"name":"number-37-small","svg":{"outline":"","filled":null}},"number-38-small":{"name":"number-38-small","svg":{"outline":"","filled":null}},"number-39-small":{"name":"number-39-small","svg":{"outline":"","filled":null}},"number-4-small":{"name":"number-4-small","svg":{"outline":"","filled":null}},"number-4":{"name":"number-4","svg":{"outline":"","filled":null}},"number-40-small":{"name":"number-40-small","svg":{"outline":"","filled":null}},"number-41-small":{"name":"number-41-small","svg":{"outline":"","filled":null}},"number-42-small":{"name":"number-42-small","svg":{"outline":"","filled":null}},"number-43-small":{"name":"number-43-small","svg":{"outline":"","filled":null}},"number-44-small":{"name":"number-44-small","svg":{"outline":"","filled":null}},"number-45-small":{"name":"number-45-small","svg":{"outline":"","filled":null}},"number-46-small":{"name":"number-46-small","svg":{"outline":"","filled":null}},"number-47-small":{"name":"number-47-small","svg":{"outline":"","filled":null}},"number-48-small":{"name":"number-48-small","svg":{"outline":"","filled":null}},"number-49-small":{"name":"number-49-small","svg":{"outline":"","filled":null}},"number-5-small":{"name":"number-5-small","svg":{"outline":"","filled":null}},"number-5":{"name":"number-5","svg":{"outline":"","filled":null}},"number-50-small":{"name":"number-50-small","svg":{"outline":"","filled":null}},"number-51-small":{"name":"number-51-small","svg":{"outline":"","filled":null}},"number-52-small":{"name":"number-52-small","svg":{"outline":"","filled":null}},"number-53-small":{"name":"number-53-small","svg":{"outline":"","filled":null}},"number-54-small":{"name":"number-54-small","svg":{"outline":"","filled":null}},"number-55-small":{"name":"number-55-small","svg":{"outline":"","filled":null}},"number-56-small":{"name":"number-56-small","svg":{"outline":"","filled":null}},"number-57-small":{"name":"number-57-small","svg":{"outline":"","filled":null}},"number-58-small":{"name":"number-58-small","svg":{"outline":"","filled":null}},"number-59-small":{"name":"number-59-small","svg":{"outline":"","filled":null}},"number-6-small":{"name":"number-6-small","svg":{"outline":"","filled":null}},"number-6":{"name":"number-6","svg":{"outline":"","filled":null}},"number-60-small":{"name":"number-60-small","svg":{"outline":"","filled":null}},"number-61-small":{"name":"number-61-small","svg":{"outline":"","filled":null}},"number-62-small":{"name":"number-62-small","svg":{"outline":"","filled":null}},"number-63-small":{"name":"number-63-small","svg":{"outline":"","filled":null}},"number-64-small":{"name":"number-64-small","svg":{"outline":"","filled":null}},"number-65-small":{"name":"number-65-small","svg":{"outline":"","filled":null}},"number-66-small":{"name":"number-66-small","svg":{"outline":"","filled":null}},"number-67-small":{"name":"number-67-small","svg":{"outline":"","filled":null}},"number-68-small":{"name":"number-68-small","svg":{"outline":"","filled":null}},"number-69-small":{"name":"number-69-small","svg":{"outline":"","filled":null}},"number-7-small":{"name":"number-7-small","svg":{"outline":"","filled":null}},"number-7":{"name":"number-7","svg":{"outline":"","filled":null}},"number-70-small":{"name":"number-70-small","svg":{"outline":"","filled":null}},"number-71-small":{"name":"number-71-small","svg":{"outline":"","filled":null}},"number-72-small":{"name":"number-72-small","svg":{"outline":"","filled":null}},"number-73-small":{"name":"number-73-small","svg":{"outline":"","filled":null}},"number-74-small":{"name":"number-74-small","svg":{"outline":"","filled":null}},"number-75-small":{"name":"number-75-small","svg":{"outline":"","filled":null}},"number-76-small":{"name":"number-76-small","svg":{"outline":"","filled":null}},"number-77-small":{"name":"number-77-small","svg":{"outline":"","filled":null}},"number-78-small":{"name":"number-78-small","svg":{"outline":"","filled":null}},"number-79-small":{"name":"number-79-small","svg":{"outline":"","filled":null}},"number-8-small":{"name":"number-8-small","svg":{"outline":"","filled":null}},"number-8":{"name":"number-8","svg":{"outline":"","filled":null}},"number-80-small":{"name":"number-80-small","svg":{"outline":"","filled":null}},"number-81-small":{"name":"number-81-small","svg":{"outline":"","filled":null}},"number-82-small":{"name":"number-82-small","svg":{"outline":"","filled":null}},"number-83-small":{"name":"number-83-small","svg":{"outline":"","filled":null}},"number-84-small":{"name":"number-84-small","svg":{"outline":"","filled":null}},"number-85-small":{"name":"number-85-small","svg":{"outline":"","filled":null}},"number-86-small":{"name":"number-86-small","svg":{"outline":"","filled":null}},"number-87-small":{"name":"number-87-small","svg":{"outline":"","filled":null}},"number-88-small":{"name":"number-88-small","svg":{"outline":"","filled":null}},"number-89-small":{"name":"number-89-small","svg":{"outline":"","filled":null}},"number-9-small":{"name":"number-9-small","svg":{"outline":"","filled":null}},"number-9":{"name":"number-9","svg":{"outline":"","filled":null}},"number-90-small":{"name":"number-90-small","svg":{"outline":"","filled":null}},"number-91-small":{"name":"number-91-small","svg":{"outline":"","filled":null}},"number-92-small":{"name":"number-92-small","svg":{"outline":"","filled":null}},"number-93-small":{"name":"number-93-small","svg":{"outline":"","filled":null}},"number-94-small":{"name":"number-94-small","svg":{"outline":"","filled":null}},"number-95-small":{"name":"number-95-small","svg":{"outline":"","filled":null}},"number-96-small":{"name":"number-96-small","svg":{"outline":"","filled":null}},"number-97-small":{"name":"number-97-small","svg":{"outline":"","filled":null}},"number-98-small":{"name":"number-98-small","svg":{"outline":"","filled":null}},"number-99-small":{"name":"number-99-small","svg":{"outline":"","filled":null}},"number":{"name":"number","svg":{"outline":"","filled":null}},"numbers":{"name":"numbers","svg":{"outline":"","filled":null}},"nurse":{"name":"nurse","svg":{"outline":"","filled":""}},"nut":{"name":"nut","svg":{"outline":"","filled":null}},"object-scan":{"name":"object-scan","svg":{"outline":"","filled":null}},"octagon-minus-2":{"name":"octagon-minus-2","svg":{"outline":"","filled":null}},"octagon-minus":{"name":"octagon-minus","svg":{"outline":"","filled":null}},"octagon-off":{"name":"octagon-off","svg":{"outline":"","filled":null}},"octagon-plus-2":{"name":"octagon-plus-2","svg":{"outline":"","filled":null}},"octagon-plus":{"name":"octagon-plus","svg":{"outline":"","filled":null}},"octagon":{"name":"octagon","svg":{"outline":"","filled":""}},"octahedron-off":{"name":"octahedron-off","svg":{"outline":"","filled":null}},"octahedron-plus":{"name":"octahedron-plus","svg":{"outline":"","filled":null}},"octahedron":{"name":"octahedron","svg":{"outline":"","filled":null}},"old":{"name":"old","svg":{"outline":"","filled":null}},"olympics-off":{"name":"olympics-off","svg":{"outline":"","filled":null}},"olympics":{"name":"olympics","svg":{"outline":"","filled":null}},"om":{"name":"om","svg":{"outline":"","filled":null}},"omega":{"name":"omega","svg":{"outline":"","filled":null}},"outbound":{"name":"outbound","svg":{"outline":"","filled":null}},"outlet":{"name":"outlet","svg":{"outline":"","filled":null}},"oval-vertical":{"name":"oval-vertical","svg":{"outline":"","filled":""}},"oval":{"name":"oval","svg":{"outline":"","filled":""}},"overline":{"name":"overline","svg":{"outline":"","filled":null}},"package-export":{"name":"package-export","svg":{"outline":"","filled":null}},"package-import":{"name":"package-import","svg":{"outline":"","filled":null}},"package-off":{"name":"package-off","svg":{"outline":"","filled":null}},"package":{"name":"package","svg":{"outline":"","filled":null}},"packages":{"name":"packages","svg":{"outline":"","filled":null}},"pacman":{"name":"pacman","svg":{"outline":"","filled":null}},"page-break":{"name":"page-break","svg":{"outline":"","filled":null}},"paint-off":{"name":"paint-off","svg":{"outline":"","filled":null}},"paint":{"name":"paint","svg":{"outline":"","filled":""}},"palette-off":{"name":"palette-off","svg":{"outline":"","filled":null}},"palette":{"name":"palette","svg":{"outline":"","filled":""}},"panorama-horizontal-off":{"name":"panorama-horizontal-off","svg":{"outline":"","filled":null}},"panorama-horizontal":{"name":"panorama-horizontal","svg":{"outline":"","filled":""}},"panorama-vertical-off":{"name":"panorama-vertical-off","svg":{"outline":"","filled":null}},"panorama-vertical":{"name":"panorama-vertical","svg":{"outline":"","filled":""}},"paper-bag-off":{"name":"paper-bag-off","svg":{"outline":"","filled":null}},"paper-bag":{"name":"paper-bag","svg":{"outline":"","filled":null}},"paperclip":{"name":"paperclip","svg":{"outline":"","filled":null}},"parachute-off":{"name":"parachute-off","svg":{"outline":"","filled":null}},"parachute":{"name":"parachute","svg":{"outline":"","filled":null}},"parentheses-off":{"name":"parentheses-off","svg":{"outline":"","filled":null}},"parentheses":{"name":"parentheses","svg":{"outline":"","filled":null}},"parking-circle":{"name":"parking-circle","svg":{"outline":"","filled":""}},"parking-off":{"name":"parking-off","svg":{"outline":"","filled":null}},"parking":{"name":"parking","svg":{"outline":"","filled":null}},"password-fingerprint":{"name":"password-fingerprint","svg":{"outline":"","filled":null}},"password-mobile-phone":{"name":"password-mobile-phone","svg":{"outline":"","filled":null}},"password-user":{"name":"password-user","svg":{"outline":"","filled":null}},"password":{"name":"password","svg":{"outline":"","filled":null}},"paw-off":{"name":"paw-off","svg":{"outline":"","filled":null}},"paw":{"name":"paw","svg":{"outline":"","filled":""}},"paywall":{"name":"paywall","svg":{"outline":"","filled":null}},"pdf":{"name":"pdf","svg":{"outline":"","filled":null}},"peace":{"name":"peace","svg":{"outline":"","filled":null}},"pencil-bolt":{"name":"pencil-bolt","svg":{"outline":"","filled":null}},"pencil-cancel":{"name":"pencil-cancel","svg":{"outline":"","filled":null}},"pencil-check":{"name":"pencil-check","svg":{"outline":"","filled":null}},"pencil-code":{"name":"pencil-code","svg":{"outline":"","filled":null}},"pencil-cog":{"name":"pencil-cog","svg":{"outline":"","filled":null}},"pencil-discount":{"name":"pencil-discount","svg":{"outline":"","filled":null}},"pencil-dollar":{"name":"pencil-dollar","svg":{"outline":"","filled":null}},"pencil-down":{"name":"pencil-down","svg":{"outline":"","filled":null}},"pencil-exclamation":{"name":"pencil-exclamation","svg":{"outline":"","filled":null}},"pencil-heart":{"name":"pencil-heart","svg":{"outline":"","filled":null}},"pencil-minus":{"name":"pencil-minus","svg":{"outline":"","filled":null}},"pencil-off":{"name":"pencil-off","svg":{"outline":"","filled":null}},"pencil-pause":{"name":"pencil-pause","svg":{"outline":"","filled":null}},"pencil-pin":{"name":"pencil-pin","svg":{"outline":"","filled":null}},"pencil-plus":{"name":"pencil-plus","svg":{"outline":"","filled":null}},"pencil-question":{"name":"pencil-question","svg":{"outline":"","filled":null}},"pencil-search":{"name":"pencil-search","svg":{"outline":"","filled":null}},"pencil-share":{"name":"pencil-share","svg":{"outline":"","filled":null}},"pencil-star":{"name":"pencil-star","svg":{"outline":"","filled":null}},"pencil-up":{"name":"pencil-up","svg":{"outline":"","filled":null}},"pencil-x":{"name":"pencil-x","svg":{"outline":"","filled":null}},"pencil":{"name":"pencil","svg":{"outline":"","filled":null}},"pennant-2":{"name":"pennant-2","svg":{"outline":"","filled":""}},"pennant-off":{"name":"pennant-off","svg":{"outline":"","filled":null}},"pennant":{"name":"pennant","svg":{"outline":"","filled":""}},"pentagon-minus":{"name":"pentagon-minus","svg":{"outline":"","filled":null}},"pentagon-number-0":{"name":"pentagon-number-0","svg":{"outline":"","filled":null}},"pentagon-number-1":{"name":"pentagon-number-1","svg":{"outline":"","filled":null}},"pentagon-number-2":{"name":"pentagon-number-2","svg":{"outline":"","filled":null}},"pentagon-number-3":{"name":"pentagon-number-3","svg":{"outline":"","filled":null}},"pentagon-number-4":{"name":"pentagon-number-4","svg":{"outline":"","filled":null}},"pentagon-number-5":{"name":"pentagon-number-5","svg":{"outline":"","filled":null}},"pentagon-number-6":{"name":"pentagon-number-6","svg":{"outline":"","filled":null}},"pentagon-number-7":{"name":"pentagon-number-7","svg":{"outline":"","filled":null}},"pentagon-number-8":{"name":"pentagon-number-8","svg":{"outline":"","filled":null}},"pentagon-number-9":{"name":"pentagon-number-9","svg":{"outline":"","filled":null}},"pentagon-off":{"name":"pentagon-off","svg":{"outline":"","filled":null}},"pentagon-plus":{"name":"pentagon-plus","svg":{"outline":"","filled":null}},"pentagon-x":{"name":"pentagon-x","svg":{"outline":"","filled":null}},"pentagon":{"name":"pentagon","svg":{"outline":"","filled":""}},"pentagram":{"name":"pentagram","svg":{"outline":"","filled":null}},"pepper-off":{"name":"pepper-off","svg":{"outline":"","filled":null}},"pepper":{"name":"pepper","svg":{"outline":"","filled":null}},"percentage-0":{"name":"percentage-0","svg":{"outline":"","filled":null}},"percentage-10":{"name":"percentage-10","svg":{"outline":"","filled":null}},"percentage-100":{"name":"percentage-100","svg":{"outline":"","filled":null}},"percentage-20":{"name":"percentage-20","svg":{"outline":"","filled":null}},"percentage-25":{"name":"percentage-25","svg":{"outline":"","filled":null}},"percentage-30":{"name":"percentage-30","svg":{"outline":"","filled":null}},"percentage-33":{"name":"percentage-33","svg":{"outline":"","filled":null}},"percentage-40":{"name":"percentage-40","svg":{"outline":"","filled":null}},"percentage-50":{"name":"percentage-50","svg":{"outline":"","filled":null}},"percentage-60":{"name":"percentage-60","svg":{"outline":"","filled":null}},"percentage-66":{"name":"percentage-66","svg":{"outline":"","filled":null}},"percentage-70":{"name":"percentage-70","svg":{"outline":"","filled":null}},"percentage-75":{"name":"percentage-75","svg":{"outline":"","filled":null}},"percentage-80":{"name":"percentage-80","svg":{"outline":"","filled":null}},"percentage-90":{"name":"percentage-90","svg":{"outline":"","filled":null}},"percentage":{"name":"percentage","svg":{"outline":"","filled":null}},"perfume":{"name":"perfume","svg":{"outline":"","filled":null}},"perspective-off":{"name":"perspective-off","svg":{"outline":"","filled":null}},"perspective":{"name":"perspective","svg":{"outline":"","filled":null}},"phone-call":{"name":"phone-call","svg":{"outline":"","filled":null}},"phone-calling":{"name":"phone-calling","svg":{"outline":"","filled":null}},"phone-check":{"name":"phone-check","svg":{"outline":"","filled":null}},"phone-done":{"name":"phone-done","svg":{"outline":"","filled":null}},"phone-end":{"name":"phone-end","svg":{"outline":"","filled":null}},"phone-incoming":{"name":"phone-incoming","svg":{"outline":"","filled":null}},"phone-off":{"name":"phone-off","svg":{"outline":"","filled":null}},"phone-outgoing":{"name":"phone-outgoing","svg":{"outline":"","filled":null}},"phone-pause":{"name":"phone-pause","svg":{"outline":"","filled":null}},"phone-plus":{"name":"phone-plus","svg":{"outline":"","filled":null}},"phone-ringing":{"name":"phone-ringing","svg":{"outline":"","filled":null}},"phone-spark":{"name":"phone-spark","svg":{"outline":"","filled":null}},"phone-x":{"name":"phone-x","svg":{"outline":"","filled":null}},"phone":{"name":"phone","svg":{"outline":"","filled":""}},"photo-ai":{"name":"photo-ai","svg":{"outline":"","filled":null}},"photo-bitcoin":{"name":"photo-bitcoin","svg":{"outline":"","filled":null}},"photo-bolt":{"name":"photo-bolt","svg":{"outline":"","filled":null}},"photo-cancel":{"name":"photo-cancel","svg":{"outline":"","filled":null}},"photo-check":{"name":"photo-check","svg":{"outline":"","filled":null}},"photo-circle-minus":{"name":"photo-circle-minus","svg":{"outline":"","filled":null}},"photo-circle-plus":{"name":"photo-circle-plus","svg":{"outline":"","filled":null}},"photo-circle":{"name":"photo-circle","svg":{"outline":"","filled":null}},"photo-code":{"name":"photo-code","svg":{"outline":"","filled":null}},"photo-cog":{"name":"photo-cog","svg":{"outline":"","filled":null}},"photo-dollar":{"name":"photo-dollar","svg":{"outline":"","filled":null}},"photo-down":{"name":"photo-down","svg":{"outline":"","filled":null}},"photo-edit":{"name":"photo-edit","svg":{"outline":"","filled":null}},"photo-exclamation":{"name":"photo-exclamation","svg":{"outline":"","filled":null}},"photo-heart":{"name":"photo-heart","svg":{"outline":"","filled":null}},"photo-hexagon":{"name":"photo-hexagon","svg":{"outline":"","filled":null}},"photo-minus":{"name":"photo-minus","svg":{"outline":"","filled":null}},"photo-off":{"name":"photo-off","svg":{"outline":"","filled":null}},"photo-pause":{"name":"photo-pause","svg":{"outline":"","filled":null}},"photo-pentagon":{"name":"photo-pentagon","svg":{"outline":"","filled":null}},"photo-pin":{"name":"photo-pin","svg":{"outline":"","filled":null}},"photo-plus":{"name":"photo-plus","svg":{"outline":"","filled":null}},"photo-question":{"name":"photo-question","svg":{"outline":"","filled":null}},"photo-scan":{"name":"photo-scan","svg":{"outline":"","filled":null}},"photo-search":{"name":"photo-search","svg":{"outline":"","filled":null}},"photo-sensor-2":{"name":"photo-sensor-2","svg":{"outline":"","filled":null}},"photo-sensor-3":{"name":"photo-sensor-3","svg":{"outline":"","filled":null}},"photo-sensor":{"name":"photo-sensor","svg":{"outline":"","filled":null}},"photo-share":{"name":"photo-share","svg":{"outline":"","filled":null}},"photo-shield":{"name":"photo-shield","svg":{"outline":"","filled":null}},"photo-spark":{"name":"photo-spark","svg":{"outline":"","filled":null}},"photo-square-rounded":{"name":"photo-square-rounded","svg":{"outline":"","filled":null}},"photo-star":{"name":"photo-star","svg":{"outline":"","filled":null}},"photo-up":{"name":"photo-up","svg":{"outline":"","filled":null}},"photo-video":{"name":"photo-video","svg":{"outline":"","filled":null}},"photo-x":{"name":"photo-x","svg":{"outline":"","filled":null}},"photo":{"name":"photo","svg":{"outline":"","filled":""}},"physotherapist":{"name":"physotherapist","svg":{"outline":"","filled":null}},"piano":{"name":"piano","svg":{"outline":"","filled":null}},"pick":{"name":"pick","svg":{"outline":"","filled":null}},"picnic-table":{"name":"picnic-table","svg":{"outline":"","filled":null}},"picture-in-picture-off":{"name":"picture-in-picture-off","svg":{"outline":"","filled":null}},"picture-in-picture-on":{"name":"picture-in-picture-on","svg":{"outline":"","filled":null}},"picture-in-picture-top":{"name":"picture-in-picture-top","svg":{"outline":"","filled":""}},"picture-in-picture":{"name":"picture-in-picture","svg":{"outline":"","filled":""}},"pig-money":{"name":"pig-money","svg":{"outline":"","filled":null}},"pig-off":{"name":"pig-off","svg":{"outline":"","filled":null}},"pig":{"name":"pig","svg":{"outline":"","filled":null}},"pilcrow-left":{"name":"pilcrow-left","svg":{"outline":"","filled":null}},"pilcrow-right":{"name":"pilcrow-right","svg":{"outline":"","filled":null}},"pilcrow":{"name":"pilcrow","svg":{"outline":"","filled":null}},"pill-off":{"name":"pill-off","svg":{"outline":"","filled":null}},"pill":{"name":"pill","svg":{"outline":"","filled":""}},"pills":{"name":"pills","svg":{"outline":"","filled":null}},"pin-end":{"name":"pin-end","svg":{"outline":"","filled":null}},"pin-invoke":{"name":"pin-invoke","svg":{"outline":"","filled":null}},"pin":{"name":"pin","svg":{"outline":"","filled":""}},"ping-pong":{"name":"ping-pong","svg":{"outline":"","filled":null}},"pinned-off":{"name":"pinned-off","svg":{"outline":"","filled":null}},"pinned":{"name":"pinned","svg":{"outline":"","filled":""}},"pizza-off":{"name":"pizza-off","svg":{"outline":"","filled":null}},"pizza":{"name":"pizza","svg":{"outline":"","filled":""}},"placeholder":{"name":"placeholder","svg":{"outline":"","filled":null}},"plane-arrival":{"name":"plane-arrival","svg":{"outline":"","filled":null}},"plane-departure":{"name":"plane-departure","svg":{"outline":"","filled":null}},"plane-inflight":{"name":"plane-inflight","svg":{"outline":"","filled":null}},"plane-off":{"name":"plane-off","svg":{"outline":"","filled":null}},"plane-tilt":{"name":"plane-tilt","svg":{"outline":"","filled":null}},"plane":{"name":"plane","svg":{"outline":"","filled":null}},"planet-off":{"name":"planet-off","svg":{"outline":"","filled":null}},"planet":{"name":"planet","svg":{"outline":"","filled":null}},"plant-2-off":{"name":"plant-2-off","svg":{"outline":"","filled":null}},"plant-2":{"name":"plant-2","svg":{"outline":"","filled":null}},"plant-off":{"name":"plant-off","svg":{"outline":"","filled":null}},"plant":{"name":"plant","svg":{"outline":"","filled":null}},"play-basketball":{"name":"play-basketball","svg":{"outline":"","filled":null}},"play-card-1":{"name":"play-card-1","svg":{"outline":"","filled":""}},"play-card-10":{"name":"play-card-10","svg":{"outline":"","filled":""}},"play-card-2":{"name":"play-card-2","svg":{"outline":"","filled":""}},"play-card-3":{"name":"play-card-3","svg":{"outline":"","filled":""}},"play-card-4":{"name":"play-card-4","svg":{"outline":"","filled":""}},"play-card-5":{"name":"play-card-5","svg":{"outline":"","filled":""}},"play-card-6":{"name":"play-card-6","svg":{"outline":"","filled":""}},"play-card-7":{"name":"play-card-7","svg":{"outline":"","filled":""}},"play-card-8":{"name":"play-card-8","svg":{"outline":"","filled":""}},"play-card-9":{"name":"play-card-9","svg":{"outline":"","filled":""}},"play-card-a":{"name":"play-card-a","svg":{"outline":"","filled":""}},"play-card-j":{"name":"play-card-j","svg":{"outline":"","filled":""}},"play-card-k":{"name":"play-card-k","svg":{"outline":"","filled":""}},"play-card-off":{"name":"play-card-off","svg":{"outline":"","filled":null}},"play-card-q":{"name":"play-card-q","svg":{"outline":"","filled":""}},"play-card-star":{"name":"play-card-star","svg":{"outline":"","filled":""}},"play-card":{"name":"play-card","svg":{"outline":"","filled":null}},"play-football":{"name":"play-football","svg":{"outline":"","filled":null}},"play-handball":{"name":"play-handball","svg":{"outline":"","filled":null}},"play-volleyball":{"name":"play-volleyball","svg":{"outline":"","filled":null}},"player-eject":{"name":"player-eject","svg":{"outline":"","filled":""}},"player-pause":{"name":"player-pause","svg":{"outline":"","filled":""}},"player-play":{"name":"player-play","svg":{"outline":"","filled":""}},"player-record":{"name":"player-record","svg":{"outline":"","filled":""}},"player-skip-back":{"name":"player-skip-back","svg":{"outline":"","filled":""}},"player-skip-forward":{"name":"player-skip-forward","svg":{"outline":"","filled":""}},"player-stop":{"name":"player-stop","svg":{"outline":"","filled":""}},"player-track-next":{"name":"player-track-next","svg":{"outline":"","filled":""}},"player-track-prev":{"name":"player-track-prev","svg":{"outline":"","filled":""}},"playlist-add":{"name":"playlist-add","svg":{"outline":"","filled":null}},"playlist-off":{"name":"playlist-off","svg":{"outline":"","filled":null}},"playlist-x":{"name":"playlist-x","svg":{"outline":"","filled":null}},"playlist":{"name":"playlist","svg":{"outline":"","filled":null}},"playstation-circle":{"name":"playstation-circle","svg":{"outline":"","filled":null}},"playstation-square":{"name":"playstation-square","svg":{"outline":"","filled":null}},"playstation-triangle":{"name":"playstation-triangle","svg":{"outline":"","filled":null}},"playstation-x":{"name":"playstation-x","svg":{"outline":"","filled":null}},"plug-connected-x":{"name":"plug-connected-x","svg":{"outline":"","filled":null}},"plug-connected":{"name":"plug-connected","svg":{"outline":"","filled":null}},"plug-off":{"name":"plug-off","svg":{"outline":"","filled":null}},"plug-x":{"name":"plug-x","svg":{"outline":"","filled":null}},"plug":{"name":"plug","svg":{"outline":"","filled":null}},"plus-equal":{"name":"plus-equal","svg":{"outline":"","filled":null}},"plus-minus":{"name":"plus-minus","svg":{"outline":"","filled":null}},"plus":{"name":"plus","svg":{"outline":"","filled":null}},"png":{"name":"png","svg":{"outline":"","filled":null}},"podium-off":{"name":"podium-off","svg":{"outline":"","filled":null}},"podium":{"name":"podium","svg":{"outline":"","filled":null}},"point-off":{"name":"point-off","svg":{"outline":"","filled":null}},"point":{"name":"point","svg":{"outline":"","filled":""}},"pointer-bolt":{"name":"pointer-bolt","svg":{"outline":"","filled":null}},"pointer-cancel":{"name":"pointer-cancel","svg":{"outline":"","filled":null}},"pointer-check":{"name":"pointer-check","svg":{"outline":"","filled":null}},"pointer-code":{"name":"pointer-code","svg":{"outline":"","filled":null}},"pointer-cog":{"name":"pointer-cog","svg":{"outline":"","filled":null}},"pointer-dollar":{"name":"pointer-dollar","svg":{"outline":"","filled":null}},"pointer-down":{"name":"pointer-down","svg":{"outline":"","filled":null}},"pointer-exclamation":{"name":"pointer-exclamation","svg":{"outline":"","filled":null}},"pointer-heart":{"name":"pointer-heart","svg":{"outline":"","filled":null}},"pointer-minus":{"name":"pointer-minus","svg":{"outline":"","filled":null}},"pointer-off":{"name":"pointer-off","svg":{"outline":"","filled":null}},"pointer-pause":{"name":"pointer-pause","svg":{"outline":"","filled":null}},"pointer-pin":{"name":"pointer-pin","svg":{"outline":"","filled":null}},"pointer-plus":{"name":"pointer-plus","svg":{"outline":"","filled":null}},"pointer-question":{"name":"pointer-question","svg":{"outline":"","filled":null}},"pointer-search":{"name":"pointer-search","svg":{"outline":"","filled":null}},"pointer-share":{"name":"pointer-share","svg":{"outline":"","filled":null}},"pointer-star":{"name":"pointer-star","svg":{"outline":"","filled":null}},"pointer-up":{"name":"pointer-up","svg":{"outline":"","filled":null}},"pointer-x":{"name":"pointer-x","svg":{"outline":"","filled":null}},"pointer":{"name":"pointer","svg":{"outline":"","filled":""}},"pokeball-off":{"name":"pokeball-off","svg":{"outline":"","filled":null}},"pokeball":{"name":"pokeball","svg":{"outline":"","filled":null}},"poker-chip":{"name":"poker-chip","svg":{"outline":"","filled":null}},"polaroid":{"name":"polaroid","svg":{"outline":"","filled":""}},"polygon-off":{"name":"polygon-off","svg":{"outline":"","filled":null}},"polygon":{"name":"polygon","svg":{"outline":"","filled":null}},"poo":{"name":"poo","svg":{"outline":"","filled":""}},"pool-off":{"name":"pool-off","svg":{"outline":"","filled":null}},"pool":{"name":"pool","svg":{"outline":"","filled":null}},"power":{"name":"power","svg":{"outline":"","filled":null}},"pray":{"name":"pray","svg":{"outline":"","filled":null}},"premium-rights":{"name":"premium-rights","svg":{"outline":"","filled":null}},"prescription":{"name":"prescription","svg":{"outline":"","filled":null}},"presentation-analytics":{"name":"presentation-analytics","svg":{"outline":"","filled":""}},"presentation-off":{"name":"presentation-off","svg":{"outline":"","filled":null}},"presentation":{"name":"presentation","svg":{"outline":"","filled":""}},"printer-off":{"name":"printer-off","svg":{"outline":"","filled":null}},"printer":{"name":"printer","svg":{"outline":"","filled":null}},"prism-light":{"name":"prism-light","svg":{"outline":"","filled":null}},"prism-off":{"name":"prism-off","svg":{"outline":"","filled":null}},"prism-plus":{"name":"prism-plus","svg":{"outline":"","filled":null}},"prism":{"name":"prism","svg":{"outline":"","filled":null}},"prison":{"name":"prison","svg":{"outline":"","filled":null}},"progress-alert":{"name":"progress-alert","svg":{"outline":"","filled":null}},"progress-bolt":{"name":"progress-bolt","svg":{"outline":"","filled":null}},"progress-check":{"name":"progress-check","svg":{"outline":"","filled":null}},"progress-down":{"name":"progress-down","svg":{"outline":"","filled":null}},"progress-help":{"name":"progress-help","svg":{"outline":"","filled":null}},"progress-x":{"name":"progress-x","svg":{"outline":"","filled":null}},"progress":{"name":"progress","svg":{"outline":"","filled":null}},"prompt":{"name":"prompt","svg":{"outline":"","filled":null}},"prong":{"name":"prong","svg":{"outline":"","filled":null}},"propeller-off":{"name":"propeller-off","svg":{"outline":"","filled":null}},"propeller":{"name":"propeller","svg":{"outline":"","filled":null}},"protocol":{"name":"protocol","svg":{"outline":"","filled":null}},"pumpkin-scary":{"name":"pumpkin-scary","svg":{"outline":"","filled":null}},"puzzle-2":{"name":"puzzle-2","svg":{"outline":"","filled":null}},"puzzle-off":{"name":"puzzle-off","svg":{"outline":"","filled":null}},"puzzle":{"name":"puzzle","svg":{"outline":"","filled":""}},"pyramid-off":{"name":"pyramid-off","svg":{"outline":"","filled":null}},"pyramid-plus":{"name":"pyramid-plus","svg":{"outline":"","filled":null}},"pyramid":{"name":"pyramid","svg":{"outline":"","filled":null}},"qrcode-off":{"name":"qrcode-off","svg":{"outline":"","filled":null}},"qrcode":{"name":"qrcode","svg":{"outline":"","filled":null}},"question-mark":{"name":"question-mark","svg":{"outline":"","filled":null}},"quote-off":{"name":"quote-off","svg":{"outline":"","filled":null}},"quote":{"name":"quote","svg":{"outline":"","filled":""}},"quotes":{"name":"quotes","svg":{"outline":"","filled":null}},"radar-2":{"name":"radar-2","svg":{"outline":"","filled":null}},"radar-off":{"name":"radar-off","svg":{"outline":"","filled":null}},"radar":{"name":"radar","svg":{"outline":"","filled":""}},"radio-off":{"name":"radio-off","svg":{"outline":"","filled":null}},"radio":{"name":"radio","svg":{"outline":"","filled":null}},"radioactive-off":{"name":"radioactive-off","svg":{"outline":"","filled":null}},"radioactive":{"name":"radioactive","svg":{"outline":"","filled":""}},"radius-bottom-left":{"name":"radius-bottom-left","svg":{"outline":"","filled":null}},"radius-bottom-right":{"name":"radius-bottom-right","svg":{"outline":"","filled":null}},"radius-top-left":{"name":"radius-top-left","svg":{"outline":"","filled":null}},"radius-top-right":{"name":"radius-top-right","svg":{"outline":"","filled":null}},"rainbow-off":{"name":"rainbow-off","svg":{"outline":"","filled":null}},"rainbow":{"name":"rainbow","svg":{"outline":"","filled":null}},"rating-12-plus":{"name":"rating-12-plus","svg":{"outline":"","filled":null}},"rating-14-plus":{"name":"rating-14-plus","svg":{"outline":"","filled":null}},"rating-16-plus":{"name":"rating-16-plus","svg":{"outline":"","filled":null}},"rating-18-plus":{"name":"rating-18-plus","svg":{"outline":"","filled":null}},"rating-21-plus":{"name":"rating-21-plus","svg":{"outline":"","filled":null}},"razor-electric":{"name":"razor-electric","svg":{"outline":"","filled":null}},"razor":{"name":"razor","svg":{"outline":"","filled":null}},"receipt-2":{"name":"receipt-2","svg":{"outline":"","filled":null}},"receipt-bitcoin":{"name":"receipt-bitcoin","svg":{"outline":"","filled":null}},"receipt-dollar":{"name":"receipt-dollar","svg":{"outline":"","filled":null}},"receipt-euro":{"name":"receipt-euro","svg":{"outline":"","filled":null}},"receipt-off":{"name":"receipt-off","svg":{"outline":"","filled":null}},"receipt-pound":{"name":"receipt-pound","svg":{"outline":"","filled":null}},"receipt-refund":{"name":"receipt-refund","svg":{"outline":"","filled":null}},"receipt-rupee":{"name":"receipt-rupee","svg":{"outline":"","filled":null}},"receipt-tax":{"name":"receipt-tax","svg":{"outline":"","filled":null}},"receipt-yen":{"name":"receipt-yen","svg":{"outline":"","filled":null}},"receipt-yuan":{"name":"receipt-yuan","svg":{"outline":"","filled":null}},"receipt":{"name":"receipt","svg":{"outline":"","filled":""}},"recharging":{"name":"recharging","svg":{"outline":"","filled":null}},"record-mail-off":{"name":"record-mail-off","svg":{"outline":"","filled":null}},"record-mail":{"name":"record-mail","svg":{"outline":"","filled":null}},"rectangle-rounded-bottom":{"name":"rectangle-rounded-bottom","svg":{"outline":"","filled":null}},"rectangle-rounded-top":{"name":"rectangle-rounded-top","svg":{"outline":"","filled":null}},"rectangle-vertical":{"name":"rectangle-vertical","svg":{"outline":"","filled":""}},"rectangle":{"name":"rectangle","svg":{"outline":"","filled":""}},"rectangular-prism-off":{"name":"rectangular-prism-off","svg":{"outline":"","filled":null}},"rectangular-prism-plus":{"name":"rectangular-prism-plus","svg":{"outline":"","filled":null}},"rectangular-prism":{"name":"rectangular-prism","svg":{"outline":"","filled":null}},"recycle-off":{"name":"recycle-off","svg":{"outline":"","filled":null}},"recycle":{"name":"recycle","svg":{"outline":"","filled":null}},"refresh-alert":{"name":"refresh-alert","svg":{"outline":"","filled":null}},"refresh-dot":{"name":"refresh-dot","svg":{"outline":"","filled":null}},"refresh-off":{"name":"refresh-off","svg":{"outline":"","filled":null}},"refresh":{"name":"refresh","svg":{"outline":"","filled":null}},"regex-off":{"name":"regex-off","svg":{"outline":"","filled":null}},"regex":{"name":"regex","svg":{"outline":"","filled":null}},"registered":{"name":"registered","svg":{"outline":"","filled":null}},"relation-many-to-many":{"name":"relation-many-to-many","svg":{"outline":"","filled":""}},"relation-one-to-many":{"name":"relation-one-to-many","svg":{"outline":"","filled":""}},"relation-one-to-one":{"name":"relation-one-to-one","svg":{"outline":"","filled":""}},"reload":{"name":"reload","svg":{"outline":"","filled":null}},"reorder":{"name":"reorder","svg":{"outline":"","filled":null}},"repeat-off":{"name":"repeat-off","svg":{"outline":"","filled":null}},"repeat-once":{"name":"repeat-once","svg":{"outline":"","filled":null}},"repeat":{"name":"repeat","svg":{"outline":"","filled":null}},"replace-off":{"name":"replace-off","svg":{"outline":"","filled":null}},"replace":{"name":"replace","svg":{"outline":"","filled":""}},"report-analytics":{"name":"report-analytics","svg":{"outline":"","filled":null}},"report-medical":{"name":"report-medical","svg":{"outline":"","filled":null}},"report-money":{"name":"report-money","svg":{"outline":"","filled":null}},"report-off":{"name":"report-off","svg":{"outline":"","filled":null}},"report-search":{"name":"report-search","svg":{"outline":"","filled":null}},"report":{"name":"report","svg":{"outline":"","filled":null}},"reserved-line":{"name":"reserved-line","svg":{"outline":"","filled":null}},"resize":{"name":"resize","svg":{"outline":"","filled":null}},"restore":{"name":"restore","svg":{"outline":"","filled":null}},"rewind-backward-10":{"name":"rewind-backward-10","svg":{"outline":"","filled":null}},"rewind-backward-15":{"name":"rewind-backward-15","svg":{"outline":"","filled":null}},"rewind-backward-20":{"name":"rewind-backward-20","svg":{"outline":"","filled":null}},"rewind-backward-30":{"name":"rewind-backward-30","svg":{"outline":"","filled":null}},"rewind-backward-40":{"name":"rewind-backward-40","svg":{"outline":"","filled":null}},"rewind-backward-5":{"name":"rewind-backward-5","svg":{"outline":"","filled":null}},"rewind-backward-50":{"name":"rewind-backward-50","svg":{"outline":"","filled":null}},"rewind-backward-60":{"name":"rewind-backward-60","svg":{"outline":"","filled":null}},"rewind-forward-10":{"name":"rewind-forward-10","svg":{"outline":"","filled":null}},"rewind-forward-15":{"name":"rewind-forward-15","svg":{"outline":"","filled":null}},"rewind-forward-20":{"name":"rewind-forward-20","svg":{"outline":"","filled":null}},"rewind-forward-30":{"name":"rewind-forward-30","svg":{"outline":"","filled":null}},"rewind-forward-40":{"name":"rewind-forward-40","svg":{"outline":"","filled":null}},"rewind-forward-5":{"name":"rewind-forward-5","svg":{"outline":"","filled":null}},"rewind-forward-50":{"name":"rewind-forward-50","svg":{"outline":"","filled":null}},"rewind-forward-60":{"name":"rewind-forward-60","svg":{"outline":"","filled":null}},"ribbon-health":{"name":"ribbon-health","svg":{"outline":"","filled":null}},"rings":{"name":"rings","svg":{"outline":"","filled":null}},"ripple-off":{"name":"ripple-off","svg":{"outline":"","filled":null}},"ripple":{"name":"ripple","svg":{"outline":"","filled":null}},"road-off":{"name":"road-off","svg":{"outline":"","filled":null}},"road-sign":{"name":"road-sign","svg":{"outline":"","filled":null}},"road":{"name":"road","svg":{"outline":"","filled":null}},"robot-face":{"name":"robot-face","svg":{"outline":"","filled":null}},"robot-off":{"name":"robot-off","svg":{"outline":"","filled":null}},"robot":{"name":"robot","svg":{"outline":"","filled":null}},"rocket-off":{"name":"rocket-off","svg":{"outline":"","filled":null}},"rocket":{"name":"rocket","svg":{"outline":"","filled":null}},"roller-skating":{"name":"roller-skating","svg":{"outline":"","filled":null}},"rollercoaster-off":{"name":"rollercoaster-off","svg":{"outline":"","filled":null}},"rollercoaster":{"name":"rollercoaster","svg":{"outline":"","filled":null}},"rosette-discount-check-off":{"name":"rosette-discount-check-off","svg":{"outline":"","filled":null}},"rosette-discount-check":{"name":"rosette-discount-check","svg":{"outline":"","filled":""}},"rosette-discount-off":{"name":"rosette-discount-off","svg":{"outline":"","filled":null}},"rosette-discount":{"name":"rosette-discount","svg":{"outline":"","filled":""}},"rosette-number-0":{"name":"rosette-number-0","svg":{"outline":"","filled":null}},"rosette-number-1":{"name":"rosette-number-1","svg":{"outline":"","filled":null}},"rosette-number-2":{"name":"rosette-number-2","svg":{"outline":"","filled":null}},"rosette-number-3":{"name":"rosette-number-3","svg":{"outline":"","filled":null}},"rosette-number-4":{"name":"rosette-number-4","svg":{"outline":"","filled":null}},"rosette-number-5":{"name":"rosette-number-5","svg":{"outline":"","filled":null}},"rosette-number-6":{"name":"rosette-number-6","svg":{"outline":"","filled":null}},"rosette-number-7":{"name":"rosette-number-7","svg":{"outline":"","filled":null}},"rosette-number-8":{"name":"rosette-number-8","svg":{"outline":"","filled":null}},"rosette-number-9":{"name":"rosette-number-9","svg":{"outline":"","filled":null}},"rosette":{"name":"rosette","svg":{"outline":"","filled":""}},"rotate-2":{"name":"rotate-2","svg":{"outline":"","filled":null}},"rotate-360":{"name":"rotate-360","svg":{"outline":"","filled":null}},"rotate-3d":{"name":"rotate-3d","svg":{"outline":"","filled":null}},"rotate-clockwise-2":{"name":"rotate-clockwise-2","svg":{"outline":"","filled":null}},"rotate-clockwise":{"name":"rotate-clockwise","svg":{"outline":"","filled":null}},"rotate-dot":{"name":"rotate-dot","svg":{"outline":"","filled":null}},"rotate-rectangle":{"name":"rotate-rectangle","svg":{"outline":"","filled":null}},"rotate":{"name":"rotate","svg":{"outline":"","filled":null}},"route-2":{"name":"route-2","svg":{"outline":"","filled":null}},"route-alt-left":{"name":"route-alt-left","svg":{"outline":"","filled":null}},"route-alt-right":{"name":"route-alt-right","svg":{"outline":"","filled":null}},"route-off":{"name":"route-off","svg":{"outline":"","filled":null}},"route-scan":{"name":"route-scan","svg":{"outline":"","filled":null}},"route-square-2":{"name":"route-square-2","svg":{"outline":"","filled":null}},"route-square":{"name":"route-square","svg":{"outline":"","filled":null}},"route-x-2":{"name":"route-x-2","svg":{"outline":"","filled":null}},"route-x":{"name":"route-x","svg":{"outline":"","filled":null}},"route":{"name":"route","svg":{"outline":"","filled":null}},"router-off":{"name":"router-off","svg":{"outline":"","filled":null}},"router":{"name":"router","svg":{"outline":"","filled":null}},"row-insert-bottom":{"name":"row-insert-bottom","svg":{"outline":"","filled":null}},"row-insert-top":{"name":"row-insert-top","svg":{"outline":"","filled":null}},"row-remove":{"name":"row-remove","svg":{"outline":"","filled":null}},"rss":{"name":"rss","svg":{"outline":"","filled":null}},"rubber-stamp-off":{"name":"rubber-stamp-off","svg":{"outline":"","filled":null}},"rubber-stamp":{"name":"rubber-stamp","svg":{"outline":"","filled":null}},"ruler-2-off":{"name":"ruler-2-off","svg":{"outline":"","filled":null}},"ruler-2":{"name":"ruler-2","svg":{"outline":"","filled":null}},"ruler-3":{"name":"ruler-3","svg":{"outline":"","filled":null}},"ruler-measure-2":{"name":"ruler-measure-2","svg":{"outline":"","filled":null}},"ruler-measure":{"name":"ruler-measure","svg":{"outline":"","filled":null}},"ruler-off":{"name":"ruler-off","svg":{"outline":"","filled":null}},"ruler":{"name":"ruler","svg":{"outline":"","filled":null}},"run":{"name":"run","svg":{"outline":"","filled":null}},"rv-truck":{"name":"rv-truck","svg":{"outline":"","filled":null}},"s-turn-down":{"name":"s-turn-down","svg":{"outline":"","filled":null}},"s-turn-left":{"name":"s-turn-left","svg":{"outline":"","filled":null}},"s-turn-right":{"name":"s-turn-right","svg":{"outline":"","filled":null}},"s-turn-up":{"name":"s-turn-up","svg":{"outline":"","filled":null}},"sailboat-2":{"name":"sailboat-2","svg":{"outline":"","filled":null}},"sailboat-off":{"name":"sailboat-off","svg":{"outline":"","filled":null}},"sailboat":{"name":"sailboat","svg":{"outline":"","filled":null}},"salad":{"name":"salad","svg":{"outline":"","filled":""}},"salt":{"name":"salt","svg":{"outline":"","filled":null}},"sandbox":{"name":"sandbox","svg":{"outline":"","filled":null}},"satellite-off":{"name":"satellite-off","svg":{"outline":"","filled":null}},"satellite":{"name":"satellite","svg":{"outline":"","filled":null}},"sausage":{"name":"sausage","svg":{"outline":"","filled":null}},"scale-off":{"name":"scale-off","svg":{"outline":"","filled":null}},"scale-outline-off":{"name":"scale-outline-off","svg":{"outline":"","filled":null}},"scale-outline":{"name":"scale-outline","svg":{"outline":"","filled":null}},"scale":{"name":"scale","svg":{"outline":"","filled":null}},"scan-eye":{"name":"scan-eye","svg":{"outline":"","filled":null}},"scan-position":{"name":"scan-position","svg":{"outline":"","filled":null}},"scan":{"name":"scan","svg":{"outline":"","filled":null}},"schema-off":{"name":"schema-off","svg":{"outline":"","filled":null}},"schema":{"name":"schema","svg":{"outline":"","filled":null}},"school-bell":{"name":"school-bell","svg":{"outline":"","filled":null}},"school-off":{"name":"school-off","svg":{"outline":"","filled":null}},"school":{"name":"school","svg":{"outline":"","filled":null}},"scissors-off":{"name":"scissors-off","svg":{"outline":"","filled":null}},"scissors":{"name":"scissors","svg":{"outline":"","filled":null}},"scooter-electric":{"name":"scooter-electric","svg":{"outline":"","filled":null}},"scooter":{"name":"scooter","svg":{"outline":"","filled":null}},"scoreboard":{"name":"scoreboard","svg":{"outline":"","filled":null}},"screen-share-off":{"name":"screen-share-off","svg":{"outline":"","filled":null}},"screen-share":{"name":"screen-share","svg":{"outline":"","filled":null}},"screenshot":{"name":"screenshot","svg":{"outline":"","filled":null}},"scribble-off":{"name":"scribble-off","svg":{"outline":"","filled":null}},"scribble":{"name":"scribble","svg":{"outline":"","filled":null}},"script-minus":{"name":"script-minus","svg":{"outline":"","filled":null}},"script-plus":{"name":"script-plus","svg":{"outline":"","filled":null}},"script-x":{"name":"script-x","svg":{"outline":"","filled":null}},"script":{"name":"script","svg":{"outline":"","filled":null}},"scuba-diving-tank":{"name":"scuba-diving-tank","svg":{"outline":"","filled":""}},"scuba-diving":{"name":"scuba-diving","svg":{"outline":"","filled":null}},"scuba-mask-off":{"name":"scuba-mask-off","svg":{"outline":"","filled":null}},"scuba-mask":{"name":"scuba-mask","svg":{"outline":"","filled":null}},"sdk":{"name":"sdk","svg":{"outline":"","filled":null}},"search-off":{"name":"search-off","svg":{"outline":"","filled":null}},"search":{"name":"search","svg":{"outline":"","filled":null}},"section-sign":{"name":"section-sign","svg":{"outline":"","filled":null}},"section":{"name":"section","svg":{"outline":"","filled":""}},"seeding-off":{"name":"seeding-off","svg":{"outline":"","filled":null}},"seeding":{"name":"seeding","svg":{"outline":"","filled":""}},"select-all":{"name":"select-all","svg":{"outline":"","filled":null}},"select":{"name":"select","svg":{"outline":"","filled":null}},"selector":{"name":"selector","svg":{"outline":"","filled":null}},"send-2":{"name":"send-2","svg":{"outline":"","filled":null}},"send-off":{"name":"send-off","svg":{"outline":"","filled":null}},"send":{"name":"send","svg":{"outline":"","filled":null}},"seo":{"name":"seo","svg":{"outline":"","filled":null}},"separator-horizontal":{"name":"separator-horizontal","svg":{"outline":"","filled":null}},"separator-vertical":{"name":"separator-vertical","svg":{"outline":"","filled":null}},"separator":{"name":"separator","svg":{"outline":"","filled":null}},"server-2":{"name":"server-2","svg":{"outline":"","filled":null}},"server-bolt":{"name":"server-bolt","svg":{"outline":"","filled":null}},"server-cog":{"name":"server-cog","svg":{"outline":"","filled":null}},"server-off":{"name":"server-off","svg":{"outline":"","filled":null}},"server-spark":{"name":"server-spark","svg":{"outline":"","filled":null}},"server":{"name":"server","svg":{"outline":"","filled":null}},"servicemark":{"name":"servicemark","svg":{"outline":"","filled":null}},"settings-2":{"name":"settings-2","svg":{"outline":"","filled":null}},"settings-automation":{"name":"settings-automation","svg":{"outline":"","filled":null}},"settings-bolt":{"name":"settings-bolt","svg":{"outline":"","filled":null}},"settings-cancel":{"name":"settings-cancel","svg":{"outline":"","filled":null}},"settings-check":{"name":"settings-check","svg":{"outline":"","filled":null}},"settings-code":{"name":"settings-code","svg":{"outline":"","filled":null}},"settings-cog":{"name":"settings-cog","svg":{"outline":"","filled":null}},"settings-dollar":{"name":"settings-dollar","svg":{"outline":"","filled":null}},"settings-down":{"name":"settings-down","svg":{"outline":"","filled":null}},"settings-exclamation":{"name":"settings-exclamation","svg":{"outline":"","filled":null}},"settings-heart":{"name":"settings-heart","svg":{"outline":"","filled":null}},"settings-minus":{"name":"settings-minus","svg":{"outline":"","filled":null}},"settings-off":{"name":"settings-off","svg":{"outline":"","filled":null}},"settings-pause":{"name":"settings-pause","svg":{"outline":"","filled":null}},"settings-pin":{"name":"settings-pin","svg":{"outline":"","filled":null}},"settings-plus":{"name":"settings-plus","svg":{"outline":"","filled":null}},"settings-question":{"name":"settings-question","svg":{"outline":"","filled":null}},"settings-search":{"name":"settings-search","svg":{"outline":"","filled":null}},"settings-share":{"name":"settings-share","svg":{"outline":"","filled":null}},"settings-spark":{"name":"settings-spark","svg":{"outline":"","filled":null}},"settings-star":{"name":"settings-star","svg":{"outline":"","filled":null}},"settings-up":{"name":"settings-up","svg":{"outline":"","filled":null}},"settings-x":{"name":"settings-x","svg":{"outline":"","filled":null}},"settings":{"name":"settings","svg":{"outline":"","filled":""}},"shadow-off":{"name":"shadow-off","svg":{"outline":"","filled":null}},"shadow":{"name":"shadow","svg":{"outline":"","filled":null}},"shape-2":{"name":"shape-2","svg":{"outline":"","filled":null}},"shape-3":{"name":"shape-3","svg":{"outline":"","filled":null}},"shape-off":{"name":"shape-off","svg":{"outline":"","filled":null}},"shape":{"name":"shape","svg":{"outline":"","filled":null}},"share-2":{"name":"share-2","svg":{"outline":"","filled":null}},"share-3":{"name":"share-3","svg":{"outline":"","filled":null}},"share-off":{"name":"share-off","svg":{"outline":"","filled":null}},"share":{"name":"share","svg":{"outline":"","filled":null}},"shareplay":{"name":"shareplay","svg":{"outline":"","filled":null}},"shield-bolt":{"name":"shield-bolt","svg":{"outline":"","filled":null}},"shield-cancel":{"name":"shield-cancel","svg":{"outline":"","filled":null}},"shield-check":{"name":"shield-check","svg":{"outline":"","filled":""}},"shield-checkered":{"name":"shield-checkered","svg":{"outline":"","filled":""}},"shield-chevron":{"name":"shield-chevron","svg":{"outline":"","filled":null}},"shield-code":{"name":"shield-code","svg":{"outline":"","filled":null}},"shield-cog":{"name":"shield-cog","svg":{"outline":"","filled":null}},"shield-dollar":{"name":"shield-dollar","svg":{"outline":"","filled":null}},"shield-down":{"name":"shield-down","svg":{"outline":"","filled":null}},"shield-exclamation":{"name":"shield-exclamation","svg":{"outline":"","filled":null}},"shield-half":{"name":"shield-half","svg":{"outline":"","filled":""}},"shield-heart":{"name":"shield-heart","svg":{"outline":"","filled":null}},"shield-lock":{"name":"shield-lock","svg":{"outline":"","filled":""}},"shield-minus":{"name":"shield-minus","svg":{"outline":"","filled":null}},"shield-off":{"name":"shield-off","svg":{"outline":"","filled":null}},"shield-pause":{"name":"shield-pause","svg":{"outline":"","filled":null}},"shield-pin":{"name":"shield-pin","svg":{"outline":"","filled":null}},"shield-plus":{"name":"shield-plus","svg":{"outline":"","filled":null}},"shield-question":{"name":"shield-question","svg":{"outline":"","filled":null}},"shield-search":{"name":"shield-search","svg":{"outline":"","filled":null}},"shield-share":{"name":"shield-share","svg":{"outline":"","filled":null}},"shield-star":{"name":"shield-star","svg":{"outline":"","filled":null}},"shield-up":{"name":"shield-up","svg":{"outline":"","filled":null}},"shield-x":{"name":"shield-x","svg":{"outline":"","filled":null}},"shield":{"name":"shield","svg":{"outline":"","filled":""}},"ship-off":{"name":"ship-off","svg":{"outline":"","filled":null}},"ship":{"name":"ship","svg":{"outline":"","filled":null}},"shirt-off":{"name":"shirt-off","svg":{"outline":"","filled":null}},"shirt-sport":{"name":"shirt-sport","svg":{"outline":"","filled":null}},"shirt":{"name":"shirt","svg":{"outline":"","filled":""}},"shoe-off":{"name":"shoe-off","svg":{"outline":"","filled":null}},"shoe":{"name":"shoe","svg":{"outline":"","filled":null}},"shopping-bag-check":{"name":"shopping-bag-check","svg":{"outline":"","filled":null}},"shopping-bag-discount":{"name":"shopping-bag-discount","svg":{"outline":"","filled":null}},"shopping-bag-edit":{"name":"shopping-bag-edit","svg":{"outline":"","filled":null}},"shopping-bag-exclamation":{"name":"shopping-bag-exclamation","svg":{"outline":"","filled":null}},"shopping-bag-heart":{"name":"shopping-bag-heart","svg":{"outline":"","filled":null}},"shopping-bag-minus":{"name":"shopping-bag-minus","svg":{"outline":"","filled":null}},"shopping-bag-plus":{"name":"shopping-bag-plus","svg":{"outline":"","filled":null}},"shopping-bag-search":{"name":"shopping-bag-search","svg":{"outline":"","filled":null}},"shopping-bag-x":{"name":"shopping-bag-x","svg":{"outline":"","filled":null}},"shopping-bag":{"name":"shopping-bag","svg":{"outline":"","filled":null}},"shopping-cart-bolt":{"name":"shopping-cart-bolt","svg":{"outline":"","filled":null}},"shopping-cart-cancel":{"name":"shopping-cart-cancel","svg":{"outline":"","filled":null}},"shopping-cart-check":{"name":"shopping-cart-check","svg":{"outline":"","filled":null}},"shopping-cart-code":{"name":"shopping-cart-code","svg":{"outline":"","filled":null}},"shopping-cart-cog":{"name":"shopping-cart-cog","svg":{"outline":"","filled":null}},"shopping-cart-copy":{"name":"shopping-cart-copy","svg":{"outline":"","filled":null}},"shopping-cart-discount":{"name":"shopping-cart-discount","svg":{"outline":"","filled":null}},"shopping-cart-dollar":{"name":"shopping-cart-dollar","svg":{"outline":"","filled":null}},"shopping-cart-down":{"name":"shopping-cart-down","svg":{"outline":"","filled":null}},"shopping-cart-exclamation":{"name":"shopping-cart-exclamation","svg":{"outline":"","filled":null}},"shopping-cart-heart":{"name":"shopping-cart-heart","svg":{"outline":"","filled":null}},"shopping-cart-minus":{"name":"shopping-cart-minus","svg":{"outline":"","filled":null}},"shopping-cart-off":{"name":"shopping-cart-off","svg":{"outline":"","filled":null}},"shopping-cart-pause":{"name":"shopping-cart-pause","svg":{"outline":"","filled":null}},"shopping-cart-pin":{"name":"shopping-cart-pin","svg":{"outline":"","filled":null}},"shopping-cart-plus":{"name":"shopping-cart-plus","svg":{"outline":"","filled":null}},"shopping-cart-question":{"name":"shopping-cart-question","svg":{"outline":"","filled":null}},"shopping-cart-search":{"name":"shopping-cart-search","svg":{"outline":"","filled":null}},"shopping-cart-share":{"name":"shopping-cart-share","svg":{"outline":"","filled":null}},"shopping-cart-star":{"name":"shopping-cart-star","svg":{"outline":"","filled":null}},"shopping-cart-up":{"name":"shopping-cart-up","svg":{"outline":"","filled":null}},"shopping-cart-x":{"name":"shopping-cart-x","svg":{"outline":"","filled":null}},"shopping-cart":{"name":"shopping-cart","svg":{"outline":"","filled":""}},"shovel-pitchforks":{"name":"shovel-pitchforks","svg":{"outline":"","filled":null}},"shovel":{"name":"shovel","svg":{"outline":"","filled":null}},"shredder":{"name":"shredder","svg":{"outline":"","filled":null}},"sign-left":{"name":"sign-left","svg":{"outline":"","filled":""}},"sign-right":{"name":"sign-right","svg":{"outline":"","filled":""}},"signal-2g":{"name":"signal-2g","svg":{"outline":"","filled":null}},"signal-3g":{"name":"signal-3g","svg":{"outline":"","filled":null}},"signal-4g-plus":{"name":"signal-4g-plus","svg":{"outline":"","filled":null}},"signal-4g":{"name":"signal-4g","svg":{"outline":"","filled":null}},"signal-5g":{"name":"signal-5g","svg":{"outline":"","filled":null}},"signal-6g":{"name":"signal-6g","svg":{"outline":"","filled":null}},"signal-e":{"name":"signal-e","svg":{"outline":"","filled":null}},"signal-g":{"name":"signal-g","svg":{"outline":"","filled":null}},"signal-h-plus":{"name":"signal-h-plus","svg":{"outline":"","filled":null}},"signal-h":{"name":"signal-h","svg":{"outline":"","filled":null}},"signal-lte":{"name":"signal-lte","svg":{"outline":"","filled":null}},"signature-off":{"name":"signature-off","svg":{"outline":"","filled":null}},"signature":{"name":"signature","svg":{"outline":"","filled":null}},"sitemap-off":{"name":"sitemap-off","svg":{"outline":"","filled":null}},"sitemap":{"name":"sitemap","svg":{"outline":"","filled":""}},"skateboard-off":{"name":"skateboard-off","svg":{"outline":"","filled":null}},"skateboard":{"name":"skateboard","svg":{"outline":"","filled":null}},"skateboarding":{"name":"skateboarding","svg":{"outline":"","filled":null}},"skew-x":{"name":"skew-x","svg":{"outline":"","filled":null}},"skew-y":{"name":"skew-y","svg":{"outline":"","filled":null}},"ski-jumping":{"name":"ski-jumping","svg":{"outline":"","filled":null}},"skull":{"name":"skull","svg":{"outline":"","filled":null}},"slash":{"name":"slash","svg":{"outline":"","filled":null}},"slashes":{"name":"slashes","svg":{"outline":"","filled":null}},"sleigh":{"name":"sleigh","svg":{"outline":"","filled":null}},"slice":{"name":"slice","svg":{"outline":"","filled":null}},"slideshow":{"name":"slideshow","svg":{"outline":"","filled":null}},"smart-home-off":{"name":"smart-home-off","svg":{"outline":"","filled":null}},"smart-home":{"name":"smart-home","svg":{"outline":"","filled":null}},"smoking-no":{"name":"smoking-no","svg":{"outline":"","filled":null}},"smoking":{"name":"smoking","svg":{"outline":"","filled":null}},"snowboarding":{"name":"snowboarding","svg":{"outline":"","filled":null}},"snowflake-off":{"name":"snowflake-off","svg":{"outline":"","filled":null}},"snowflake":{"name":"snowflake","svg":{"outline":"","filled":null}},"snowman":{"name":"snowman","svg":{"outline":"","filled":null}},"soccer-field":{"name":"soccer-field","svg":{"outline":"","filled":null}},"social-off":{"name":"social-off","svg":{"outline":"","filled":null}},"social":{"name":"social","svg":{"outline":"","filled":null}},"sock":{"name":"sock","svg":{"outline":"","filled":null}},"sofa-off":{"name":"sofa-off","svg":{"outline":"","filled":null}},"sofa":{"name":"sofa","svg":{"outline":"","filled":null}},"solar-electricity":{"name":"solar-electricity","svg":{"outline":"","filled":null}},"solar-panel-2":{"name":"solar-panel-2","svg":{"outline":"","filled":null}},"solar-panel":{"name":"solar-panel","svg":{"outline":"","filled":null}},"sort-0-9":{"name":"sort-0-9","svg":{"outline":"","filled":null}},"sort-9-0":{"name":"sort-9-0","svg":{"outline":"","filled":null}},"sort-a-z":{"name":"sort-a-z","svg":{"outline":"","filled":null}},"sort-ascending-2":{"name":"sort-ascending-2","svg":{"outline":"","filled":""}},"sort-ascending-letters":{"name":"sort-ascending-letters","svg":{"outline":"","filled":null}},"sort-ascending-numbers":{"name":"sort-ascending-numbers","svg":{"outline":"","filled":null}},"sort-ascending-shapes":{"name":"sort-ascending-shapes","svg":{"outline":"","filled":""}},"sort-ascending-small-big":{"name":"sort-ascending-small-big","svg":{"outline":"","filled":null}},"sort-ascending":{"name":"sort-ascending","svg":{"outline":"","filled":null}},"sort-descending-2":{"name":"sort-descending-2","svg":{"outline":"","filled":""}},"sort-descending-letters":{"name":"sort-descending-letters","svg":{"outline":"","filled":null}},"sort-descending-numbers":{"name":"sort-descending-numbers","svg":{"outline":"","filled":null}},"sort-descending-shapes":{"name":"sort-descending-shapes","svg":{"outline":"","filled":""}},"sort-descending-small-big":{"name":"sort-descending-small-big","svg":{"outline":"","filled":null}},"sort-descending":{"name":"sort-descending","svg":{"outline":"","filled":null}},"sort-z-a":{"name":"sort-z-a","svg":{"outline":"","filled":null}},"sos":{"name":"sos","svg":{"outline":"","filled":null}},"soup-off":{"name":"soup-off","svg":{"outline":"","filled":null}},"soup":{"name":"soup","svg":{"outline":"","filled":""}},"source-code":{"name":"source-code","svg":{"outline":"","filled":null}},"space-off":{"name":"space-off","svg":{"outline":"","filled":null}},"space":{"name":"space","svg":{"outline":"","filled":null}},"spaces":{"name":"spaces","svg":{"outline":"","filled":null}},"spacing-horizontal":{"name":"spacing-horizontal","svg":{"outline":"","filled":null}},"spacing-vertical":{"name":"spacing-vertical","svg":{"outline":"","filled":null}},"spade":{"name":"spade","svg":{"outline":"","filled":""}},"sparkles":{"name":"sparkles","svg":{"outline":"","filled":null}},"speakerphone":{"name":"speakerphone","svg":{"outline":"","filled":null}},"speedboat":{"name":"speedboat","svg":{"outline":"","filled":null}},"sphere-off":{"name":"sphere-off","svg":{"outline":"","filled":null}},"sphere-plus":{"name":"sphere-plus","svg":{"outline":"","filled":null}},"sphere":{"name":"sphere","svg":{"outline":"","filled":null}},"spider":{"name":"spider","svg":{"outline":"","filled":null}},"spiral-off":{"name":"spiral-off","svg":{"outline":"","filled":null}},"spiral":{"name":"spiral","svg":{"outline":"","filled":null}},"sport-billard":{"name":"sport-billard","svg":{"outline":"","filled":null}},"spray":{"name":"spray","svg":{"outline":"","filled":null}},"spy-off":{"name":"spy-off","svg":{"outline":"","filled":null}},"spy":{"name":"spy","svg":{"outline":"","filled":null}},"sql":{"name":"sql","svg":{"outline":"","filled":null}},"square-arrow-down":{"name":"square-arrow-down","svg":{"outline":"","filled":""}},"square-arrow-left":{"name":"square-arrow-left","svg":{"outline":"","filled":""}},"square-arrow-right":{"name":"square-arrow-right","svg":{"outline":"","filled":""}},"square-arrow-up":{"name":"square-arrow-up","svg":{"outline":"","filled":""}},"square-asterisk":{"name":"square-asterisk","svg":{"outline":"","filled":""}},"square-check":{"name":"square-check","svg":{"outline":"","filled":""}},"square-chevron-down":{"name":"square-chevron-down","svg":{"outline":"","filled":""}},"square-chevron-left":{"name":"square-chevron-left","svg":{"outline":"","filled":""}},"square-chevron-right":{"name":"square-chevron-right","svg":{"outline":"","filled":""}},"square-chevron-up":{"name":"square-chevron-up","svg":{"outline":"","filled":""}},"square-chevrons-down":{"name":"square-chevrons-down","svg":{"outline":"","filled":""}},"square-chevrons-left":{"name":"square-chevrons-left","svg":{"outline":"","filled":""}},"square-chevrons-right":{"name":"square-chevrons-right","svg":{"outline":"","filled":""}},"square-chevrons-up":{"name":"square-chevrons-up","svg":{"outline":"","filled":""}},"square-dashed":{"name":"square-dashed","svg":{"outline":"","filled":null}},"square-dot":{"name":"square-dot","svg":{"outline":"","filled":""}},"square-f0":{"name":"square-f0","svg":{"outline":"","filled":""}},"square-f1":{"name":"square-f1","svg":{"outline":"","filled":""}},"square-f2":{"name":"square-f2","svg":{"outline":"","filled":""}},"square-f3":{"name":"square-f3","svg":{"outline":"","filled":""}},"square-f4":{"name":"square-f4","svg":{"outline":"","filled":""}},"square-f5":{"name":"square-f5","svg":{"outline":"","filled":""}},"square-f6":{"name":"square-f6","svg":{"outline":"","filled":""}},"square-f7":{"name":"square-f7","svg":{"outline":"","filled":""}},"square-f8":{"name":"square-f8","svg":{"outline":"","filled":""}},"square-f9":{"name":"square-f9","svg":{"outline":"","filled":""}},"square-forbid-2":{"name":"square-forbid-2","svg":{"outline":"","filled":null}},"square-forbid":{"name":"square-forbid","svg":{"outline":"","filled":null}},"square-half":{"name":"square-half","svg":{"outline":"","filled":null}},"square-key":{"name":"square-key","svg":{"outline":"","filled":null}},"square-letter-a":{"name":"square-letter-a","svg":{"outline":"","filled":""}},"square-letter-b":{"name":"square-letter-b","svg":{"outline":"","filled":""}},"square-letter-c":{"name":"square-letter-c","svg":{"outline":"","filled":""}},"square-letter-d":{"name":"square-letter-d","svg":{"outline":"","filled":""}},"square-letter-e":{"name":"square-letter-e","svg":{"outline":"","filled":""}},"square-letter-f":{"name":"square-letter-f","svg":{"outline":"","filled":""}},"square-letter-g":{"name":"square-letter-g","svg":{"outline":"","filled":""}},"square-letter-h":{"name":"square-letter-h","svg":{"outline":"","filled":""}},"square-letter-i":{"name":"square-letter-i","svg":{"outline":"","filled":""}},"square-letter-j":{"name":"square-letter-j","svg":{"outline":"","filled":""}},"square-letter-k":{"name":"square-letter-k","svg":{"outline":"","filled":""}},"square-letter-l":{"name":"square-letter-l","svg":{"outline":"","filled":""}},"square-letter-m":{"name":"square-letter-m","svg":{"outline":"","filled":""}},"square-letter-n":{"name":"square-letter-n","svg":{"outline":"","filled":""}},"square-letter-o":{"name":"square-letter-o","svg":{"outline":"","filled":""}},"square-letter-p":{"name":"square-letter-p","svg":{"outline":"","filled":""}},"square-letter-q":{"name":"square-letter-q","svg":{"outline":"","filled":""}},"square-letter-r":{"name":"square-letter-r","svg":{"outline":"","filled":""}},"square-letter-s":{"name":"square-letter-s","svg":{"outline":"","filled":""}},"square-letter-t":{"name":"square-letter-t","svg":{"outline":"","filled":""}},"square-letter-u":{"name":"square-letter-u","svg":{"outline":"","filled":""}},"square-letter-v":{"name":"square-letter-v","svg":{"outline":"","filled":""}},"square-letter-w":{"name":"square-letter-w","svg":{"outline":"","filled":""}},"square-letter-x":{"name":"square-letter-x","svg":{"outline":"","filled":""}},"square-letter-y":{"name":"square-letter-y","svg":{"outline":"","filled":""}},"square-letter-z":{"name":"square-letter-z","svg":{"outline":"","filled":""}},"square-minus":{"name":"square-minus","svg":{"outline":"","filled":""}},"square-number-0":{"name":"square-number-0","svg":{"outline":"","filled":""}},"square-number-1":{"name":"square-number-1","svg":{"outline":"","filled":""}},"square-number-2":{"name":"square-number-2","svg":{"outline":"","filled":""}},"square-number-3":{"name":"square-number-3","svg":{"outline":"","filled":""}},"square-number-4":{"name":"square-number-4","svg":{"outline":"","filled":""}},"square-number-5":{"name":"square-number-5","svg":{"outline":"","filled":""}},"square-number-6":{"name":"square-number-6","svg":{"outline":"","filled":""}},"square-number-7":{"name":"square-number-7","svg":{"outline":"","filled":""}},"square-number-8":{"name":"square-number-8","svg":{"outline":"","filled":""}},"square-number-9":{"name":"square-number-9","svg":{"outline":"","filled":""}},"square-off":{"name":"square-off","svg":{"outline":"","filled":null}},"square-percentage":{"name":"square-percentage","svg":{"outline":"","filled":null}},"square-plus-2":{"name":"square-plus-2","svg":{"outline":"","filled":null}},"square-plus":{"name":"square-plus","svg":{"outline":"","filled":null}},"square-root-2":{"name":"square-root-2","svg":{"outline":"","filled":null}},"square-root":{"name":"square-root","svg":{"outline":"","filled":null}},"square-rotated-forbid-2":{"name":"square-rotated-forbid-2","svg":{"outline":"","filled":null}},"square-rotated-forbid":{"name":"square-rotated-forbid","svg":{"outline":"","filled":null}},"square-rotated-off":{"name":"square-rotated-off","svg":{"outline":"","filled":null}},"square-rotated":{"name":"square-rotated","svg":{"outline":"","filled":""}},"square-rounded-arrow-down":{"name":"square-rounded-arrow-down","svg":{"outline":"","filled":""}},"square-rounded-arrow-left":{"name":"square-rounded-arrow-left","svg":{"outline":"","filled":""}},"square-rounded-arrow-right":{"name":"square-rounded-arrow-right","svg":{"outline":"","filled":""}},"square-rounded-arrow-up":{"name":"square-rounded-arrow-up","svg":{"outline":"","filled":""}},"square-rounded-check":{"name":"square-rounded-check","svg":{"outline":"","filled":""}},"square-rounded-chevron-down":{"name":"square-rounded-chevron-down","svg":{"outline":"","filled":""}},"square-rounded-chevron-left":{"name":"square-rounded-chevron-left","svg":{"outline":"","filled":""}},"square-rounded-chevron-right":{"name":"square-rounded-chevron-right","svg":{"outline":"","filled":""}},"square-rounded-chevron-up":{"name":"square-rounded-chevron-up","svg":{"outline":"","filled":""}},"square-rounded-chevrons-down":{"name":"square-rounded-chevrons-down","svg":{"outline":"","filled":""}},"square-rounded-chevrons-left":{"name":"square-rounded-chevrons-left","svg":{"outline":"","filled":""}},"square-rounded-chevrons-right":{"name":"square-rounded-chevrons-right","svg":{"outline":"","filled":""}},"square-rounded-chevrons-up":{"name":"square-rounded-chevrons-up","svg":{"outline":"","filled":""}},"square-rounded-letter-a":{"name":"square-rounded-letter-a","svg":{"outline":"","filled":""}},"square-rounded-letter-b":{"name":"square-rounded-letter-b","svg":{"outline":"","filled":""}},"square-rounded-letter-c":{"name":"square-rounded-letter-c","svg":{"outline":"","filled":""}},"square-rounded-letter-d":{"name":"square-rounded-letter-d","svg":{"outline":"","filled":""}},"square-rounded-letter-e":{"name":"square-rounded-letter-e","svg":{"outline":"","filled":""}},"square-rounded-letter-f":{"name":"square-rounded-letter-f","svg":{"outline":"","filled":""}},"square-rounded-letter-g":{"name":"square-rounded-letter-g","svg":{"outline":"","filled":""}},"square-rounded-letter-h":{"name":"square-rounded-letter-h","svg":{"outline":"","filled":""}},"square-rounded-letter-i":{"name":"square-rounded-letter-i","svg":{"outline":"","filled":""}},"square-rounded-letter-j":{"name":"square-rounded-letter-j","svg":{"outline":"","filled":""}},"square-rounded-letter-k":{"name":"square-rounded-letter-k","svg":{"outline":"","filled":""}},"square-rounded-letter-l":{"name":"square-rounded-letter-l","svg":{"outline":"","filled":""}},"square-rounded-letter-m":{"name":"square-rounded-letter-m","svg":{"outline":"","filled":""}},"square-rounded-letter-n":{"name":"square-rounded-letter-n","svg":{"outline":"","filled":""}},"square-rounded-letter-o":{"name":"square-rounded-letter-o","svg":{"outline":"","filled":""}},"square-rounded-letter-p":{"name":"square-rounded-letter-p","svg":{"outline":"","filled":""}},"square-rounded-letter-q":{"name":"square-rounded-letter-q","svg":{"outline":"","filled":""}},"square-rounded-letter-r":{"name":"square-rounded-letter-r","svg":{"outline":"","filled":""}},"square-rounded-letter-s":{"name":"square-rounded-letter-s","svg":{"outline":"","filled":""}},"square-rounded-letter-t":{"name":"square-rounded-letter-t","svg":{"outline":"","filled":""}},"square-rounded-letter-u":{"name":"square-rounded-letter-u","svg":{"outline":"","filled":""}},"square-rounded-letter-v":{"name":"square-rounded-letter-v","svg":{"outline":"","filled":""}},"square-rounded-letter-w":{"name":"square-rounded-letter-w","svg":{"outline":"","filled":""}},"square-rounded-letter-x":{"name":"square-rounded-letter-x","svg":{"outline":"","filled":""}},"square-rounded-letter-y":{"name":"square-rounded-letter-y","svg":{"outline":"","filled":""}},"square-rounded-letter-z":{"name":"square-rounded-letter-z","svg":{"outline":"","filled":""}},"square-rounded-minus-2":{"name":"square-rounded-minus-2","svg":{"outline":"","filled":null}},"square-rounded-minus":{"name":"square-rounded-minus","svg":{"outline":"","filled":""}},"square-rounded-number-0":{"name":"square-rounded-number-0","svg":{"outline":"","filled":""}},"square-rounded-number-1":{"name":"square-rounded-number-1","svg":{"outline":"","filled":""}},"square-rounded-number-2":{"name":"square-rounded-number-2","svg":{"outline":"","filled":""}},"square-rounded-number-3":{"name":"square-rounded-number-3","svg":{"outline":"","filled":""}},"square-rounded-number-4":{"name":"square-rounded-number-4","svg":{"outline":"","filled":""}},"square-rounded-number-5":{"name":"square-rounded-number-5","svg":{"outline":"","filled":""}},"square-rounded-number-6":{"name":"square-rounded-number-6","svg":{"outline":"","filled":""}},"square-rounded-number-7":{"name":"square-rounded-number-7","svg":{"outline":"","filled":""}},"square-rounded-number-8":{"name":"square-rounded-number-8","svg":{"outline":"","filled":""}},"square-rounded-number-9":{"name":"square-rounded-number-9","svg":{"outline":"","filled":""}},"square-rounded-percentage":{"name":"square-rounded-percentage","svg":{"outline":"","filled":null}},"square-rounded-plus-2":{"name":"square-rounded-plus-2","svg":{"outline":"","filled":null}},"square-rounded-plus":{"name":"square-rounded-plus","svg":{"outline":"","filled":""}},"square-rounded-x":{"name":"square-rounded-x","svg":{"outline":"","filled":""}},"square-rounded":{"name":"square-rounded","svg":{"outline":"","filled":""}},"square-toggle-horizontal":{"name":"square-toggle-horizontal","svg":{"outline":"","filled":null}},"square-toggle":{"name":"square-toggle","svg":{"outline":"","filled":null}},"square-x":{"name":"square-x","svg":{"outline":"","filled":""}},"square":{"name":"square","svg":{"outline":"","filled":""}},"squares-diagonal":{"name":"squares-diagonal","svg":{"outline":"","filled":null}},"squares-selected":{"name":"squares-selected","svg":{"outline":"","filled":null}},"squares":{"name":"squares","svg":{"outline":"","filled":""}},"stack-2":{"name":"stack-2","svg":{"outline":"","filled":""}},"stack-3":{"name":"stack-3","svg":{"outline":"","filled":""}},"stack-back":{"name":"stack-back","svg":{"outline":"","filled":null}},"stack-backward":{"name":"stack-backward","svg":{"outline":"","filled":null}},"stack-forward":{"name":"stack-forward","svg":{"outline":"","filled":null}},"stack-front":{"name":"stack-front","svg":{"outline":"","filled":null}},"stack-middle":{"name":"stack-middle","svg":{"outline":"","filled":null}},"stack-pop":{"name":"stack-pop","svg":{"outline":"","filled":null}},"stack-push":{"name":"stack-push","svg":{"outline":"","filled":null}},"stack":{"name":"stack","svg":{"outline":"","filled":""}},"stairs-down":{"name":"stairs-down","svg":{"outline":"","filled":null}},"stairs-up":{"name":"stairs-up","svg":{"outline":"","filled":null}},"stairs":{"name":"stairs","svg":{"outline":"","filled":null}},"star-half":{"name":"star-half","svg":{"outline":"","filled":""}},"star-off":{"name":"star-off","svg":{"outline":"","filled":null}},"star":{"name":"star","svg":{"outline":"","filled":""}},"stars-off":{"name":"stars-off","svg":{"outline":"","filled":null}},"stars":{"name":"stars","svg":{"outline":"","filled":""}},"status-change":{"name":"status-change","svg":{"outline":"","filled":null}},"steam":{"name":"steam","svg":{"outline":"","filled":null}},"steering-wheel-off":{"name":"steering-wheel-off","svg":{"outline":"","filled":null}},"steering-wheel":{"name":"steering-wheel","svg":{"outline":"","filled":""}},"step-into":{"name":"step-into","svg":{"outline":"","filled":null}},"step-out":{"name":"step-out","svg":{"outline":"","filled":null}},"stereo-glasses":{"name":"stereo-glasses","svg":{"outline":"","filled":null}},"stethoscope-off":{"name":"stethoscope-off","svg":{"outline":"","filled":null}},"stethoscope":{"name":"stethoscope","svg":{"outline":"","filled":null}},"sticker-2":{"name":"sticker-2","svg":{"outline":"","filled":null}},"sticker":{"name":"sticker","svg":{"outline":"","filled":null}},"stopwatch":{"name":"stopwatch","svg":{"outline":"","filled":null}},"storm-off":{"name":"storm-off","svg":{"outline":"","filled":null}},"storm":{"name":"storm","svg":{"outline":"","filled":null}},"stretching-2":{"name":"stretching-2","svg":{"outline":"","filled":null}},"stretching":{"name":"stretching","svg":{"outline":"","filled":null}},"strikethrough":{"name":"strikethrough","svg":{"outline":"","filled":null}},"submarine":{"name":"submarine","svg":{"outline":"","filled":null}},"subscript":{"name":"subscript","svg":{"outline":"","filled":null}},"subtask":{"name":"subtask","svg":{"outline":"","filled":null}},"sum-off":{"name":"sum-off","svg":{"outline":"","filled":null}},"sum":{"name":"sum","svg":{"outline":"","filled":null}},"sun-electricity":{"name":"sun-electricity","svg":{"outline":"","filled":null}},"sun-high":{"name":"sun-high","svg":{"outline":"","filled":null}},"sun-low":{"name":"sun-low","svg":{"outline":"","filled":null}},"sun-moon":{"name":"sun-moon","svg":{"outline":"","filled":null}},"sun-off":{"name":"sun-off","svg":{"outline":"","filled":null}},"sun-wind":{"name":"sun-wind","svg":{"outline":"","filled":null}},"sun":{"name":"sun","svg":{"outline":"","filled":""}},"sunglasses":{"name":"sunglasses","svg":{"outline":"","filled":""}},"sunrise":{"name":"sunrise","svg":{"outline":"","filled":null}},"sunset-2":{"name":"sunset-2","svg":{"outline":"","filled":null}},"sunset":{"name":"sunset","svg":{"outline":"","filled":null}},"superscript":{"name":"superscript","svg":{"outline":"","filled":null}},"svg":{"name":"svg","svg":{"outline":"","filled":null}},"swimming":{"name":"swimming","svg":{"outline":"","filled":null}},"swipe-down":{"name":"swipe-down","svg":{"outline":"","filled":""}},"swipe-left":{"name":"swipe-left","svg":{"outline":"","filled":""}},"swipe-right":{"name":"swipe-right","svg":{"outline":"","filled":""}},"swipe-up":{"name":"swipe-up","svg":{"outline":"","filled":""}},"swipe":{"name":"swipe","svg":{"outline":"","filled":null}},"switch-2":{"name":"switch-2","svg":{"outline":"","filled":null}},"switch-3":{"name":"switch-3","svg":{"outline":"","filled":null}},"switch-horizontal":{"name":"switch-horizontal","svg":{"outline":"","filled":null}},"switch-vertical":{"name":"switch-vertical","svg":{"outline":"","filled":null}},"switch":{"name":"switch","svg":{"outline":"","filled":null}},"sword-off":{"name":"sword-off","svg":{"outline":"","filled":null}},"sword":{"name":"sword","svg":{"outline":"","filled":null}},"swords":{"name":"swords","svg":{"outline":"","filled":null}},"table-alias":{"name":"table-alias","svg":{"outline":"","filled":null}},"table-column":{"name":"table-column","svg":{"outline":"","filled":null}},"table-dashed":{"name":"table-dashed","svg":{"outline":"","filled":null}},"table-down":{"name":"table-down","svg":{"outline":"","filled":null}},"table-export":{"name":"table-export","svg":{"outline":"","filled":null}},"table-heart":{"name":"table-heart","svg":{"outline":"","filled":null}},"table-import":{"name":"table-import","svg":{"outline":"","filled":null}},"table-minus":{"name":"table-minus","svg":{"outline":"","filled":null}},"table-off":{"name":"table-off","svg":{"outline":"","filled":null}},"table-options":{"name":"table-options","svg":{"outline":"","filled":null}},"table-plus":{"name":"table-plus","svg":{"outline":"","filled":null}},"table-row":{"name":"table-row","svg":{"outline":"","filled":null}},"table-share":{"name":"table-share","svg":{"outline":"","filled":null}},"table-shortcut":{"name":"table-shortcut","svg":{"outline":"","filled":null}},"table-spark":{"name":"table-spark","svg":{"outline":"","filled":null}},"table":{"name":"table","svg":{"outline":"","filled":""}},"tag-minus":{"name":"tag-minus","svg":{"outline":"","filled":null}},"tag-off":{"name":"tag-off","svg":{"outline":"","filled":null}},"tag-plus":{"name":"tag-plus","svg":{"outline":"","filled":null}},"tag-starred":{"name":"tag-starred","svg":{"outline":"","filled":null}},"tag":{"name":"tag","svg":{"outline":"","filled":""}},"tags-off":{"name":"tags-off","svg":{"outline":"","filled":null}},"tags":{"name":"tags","svg":{"outline":"","filled":""}},"tallymark-1":{"name":"tallymark-1","svg":{"outline":"","filled":null}},"tallymark-2":{"name":"tallymark-2","svg":{"outline":"","filled":null}},"tallymark-3":{"name":"tallymark-3","svg":{"outline":"","filled":null}},"tallymark-4":{"name":"tallymark-4","svg":{"outline":"","filled":null}},"tallymarks":{"name":"tallymarks","svg":{"outline":"","filled":null}},"tank":{"name":"tank","svg":{"outline":"","filled":null}},"target-arrow":{"name":"target-arrow","svg":{"outline":"","filled":null}},"target-off":{"name":"target-off","svg":{"outline":"","filled":null}},"target":{"name":"target","svg":{"outline":"","filled":null}},"tax-euro":{"name":"tax-euro","svg":{"outline":"","filled":null}},"tax-pound":{"name":"tax-pound","svg":{"outline":"","filled":null}},"tax":{"name":"tax","svg":{"outline":"","filled":null}},"teapot":{"name":"teapot","svg":{"outline":"","filled":null}},"telescope-off":{"name":"telescope-off","svg":{"outline":"","filled":null}},"telescope":{"name":"telescope","svg":{"outline":"","filled":null}},"temperature-celsius":{"name":"temperature-celsius","svg":{"outline":"","filled":null}},"temperature-fahrenheit":{"name":"temperature-fahrenheit","svg":{"outline":"","filled":null}},"temperature-minus":{"name":"temperature-minus","svg":{"outline":"","filled":null}},"temperature-off":{"name":"temperature-off","svg":{"outline":"","filled":null}},"temperature-plus":{"name":"temperature-plus","svg":{"outline":"","filled":null}},"temperature-snow":{"name":"temperature-snow","svg":{"outline":"","filled":null}},"temperature-sun":{"name":"temperature-sun","svg":{"outline":"","filled":null}},"temperature":{"name":"temperature","svg":{"outline":"","filled":null}},"template-off":{"name":"template-off","svg":{"outline":"","filled":null}},"template":{"name":"template","svg":{"outline":"","filled":null}},"tent-off":{"name":"tent-off","svg":{"outline":"","filled":null}},"tent":{"name":"tent","svg":{"outline":"","filled":null}},"terminal-2":{"name":"terminal-2","svg":{"outline":"","filled":null}},"terminal":{"name":"terminal","svg":{"outline":"","filled":null}},"test-pipe-2":{"name":"test-pipe-2","svg":{"outline":"","filled":""}},"test-pipe-off":{"name":"test-pipe-off","svg":{"outline":"","filled":null}},"test-pipe":{"name":"test-pipe","svg":{"outline":"","filled":null}},"tex":{"name":"tex","svg":{"outline":"","filled":null}},"text-caption":{"name":"text-caption","svg":{"outline":"","filled":null}},"text-color":{"name":"text-color","svg":{"outline":"","filled":null}},"text-decrease":{"name":"text-decrease","svg":{"outline":"","filled":null}},"text-direction-ltr":{"name":"text-direction-ltr","svg":{"outline":"","filled":null}},"text-direction-rtl":{"name":"text-direction-rtl","svg":{"outline":"","filled":null}},"text-grammar":{"name":"text-grammar","svg":{"outline":"","filled":null}},"text-increase":{"name":"text-increase","svg":{"outline":"","filled":null}},"text-orientation":{"name":"text-orientation","svg":{"outline":"","filled":null}},"text-plus":{"name":"text-plus","svg":{"outline":"","filled":null}},"text-recognition":{"name":"text-recognition","svg":{"outline":"","filled":null}},"text-resize":{"name":"text-resize","svg":{"outline":"","filled":null}},"text-scan-2":{"name":"text-scan-2","svg":{"outline":"","filled":null}},"text-size":{"name":"text-size","svg":{"outline":"","filled":null}},"text-spellcheck":{"name":"text-spellcheck","svg":{"outline":"","filled":null}},"text-wrap-column":{"name":"text-wrap-column","svg":{"outline":"","filled":null}},"text-wrap-disabled":{"name":"text-wrap-disabled","svg":{"outline":"","filled":null}},"text-wrap":{"name":"text-wrap","svg":{"outline":"","filled":null}},"texture":{"name":"texture","svg":{"outline":"","filled":null}},"theater":{"name":"theater","svg":{"outline":"","filled":null}},"thermometer":{"name":"thermometer","svg":{"outline":"","filled":null}},"thumb-down-off":{"name":"thumb-down-off","svg":{"outline":"","filled":null}},"thumb-down":{"name":"thumb-down","svg":{"outline":"","filled":""}},"thumb-up-off":{"name":"thumb-up-off","svg":{"outline":"","filled":null}},"thumb-up":{"name":"thumb-up","svg":{"outline":"","filled":""}},"tic-tac":{"name":"tic-tac","svg":{"outline":"","filled":null}},"ticket-off":{"name":"ticket-off","svg":{"outline":"","filled":null}},"ticket":{"name":"ticket","svg":{"outline":"","filled":null}},"tie":{"name":"tie","svg":{"outline":"","filled":null}},"tilde":{"name":"tilde","svg":{"outline":"","filled":null}},"tilt-shift-off":{"name":"tilt-shift-off","svg":{"outline":"","filled":null}},"tilt-shift":{"name":"tilt-shift","svg":{"outline":"","filled":""}},"time-duration-0":{"name":"time-duration-0","svg":{"outline":"","filled":null}},"time-duration-10":{"name":"time-duration-10","svg":{"outline":"","filled":null}},"time-duration-15":{"name":"time-duration-15","svg":{"outline":"","filled":null}},"time-duration-30":{"name":"time-duration-30","svg":{"outline":"","filled":null}},"time-duration-45":{"name":"time-duration-45","svg":{"outline":"","filled":null}},"time-duration-5":{"name":"time-duration-5","svg":{"outline":"","filled":null}},"time-duration-60":{"name":"time-duration-60","svg":{"outline":"","filled":null}},"time-duration-90":{"name":"time-duration-90","svg":{"outline":"","filled":null}},"time-duration-off":{"name":"time-duration-off","svg":{"outline":"","filled":null}},"timeline-event-exclamation":{"name":"timeline-event-exclamation","svg":{"outline":"","filled":null}},"timeline-event-minus":{"name":"timeline-event-minus","svg":{"outline":"","filled":null}},"timeline-event-plus":{"name":"timeline-event-plus","svg":{"outline":"","filled":null}},"timeline-event-text":{"name":"timeline-event-text","svg":{"outline":"","filled":null}},"timeline-event-x":{"name":"timeline-event-x","svg":{"outline":"","filled":null}},"timeline-event":{"name":"timeline-event","svg":{"outline":"","filled":""}},"timeline":{"name":"timeline","svg":{"outline":"","filled":null}},"timezone":{"name":"timezone","svg":{"outline":"","filled":null}},"tip-jar-euro":{"name":"tip-jar-euro","svg":{"outline":"","filled":null}},"tip-jar-pound":{"name":"tip-jar-pound","svg":{"outline":"","filled":null}},"tip-jar":{"name":"tip-jar","svg":{"outline":"","filled":null}},"tir":{"name":"tir","svg":{"outline":"","filled":null}},"toggle-left":{"name":"toggle-left","svg":{"outline":"","filled":""}},"toggle-right":{"name":"toggle-right","svg":{"outline":"","filled":""}},"toilet-paper-off":{"name":"toilet-paper-off","svg":{"outline":"","filled":null}},"toilet-paper":{"name":"toilet-paper","svg":{"outline":"","filled":null}},"toml":{"name":"toml","svg":{"outline":"","filled":null}},"tool":{"name":"tool","svg":{"outline":"","filled":null}},"tools-kitchen-2-off":{"name":"tools-kitchen-2-off","svg":{"outline":"","filled":null}},"tools-kitchen-2":{"name":"tools-kitchen-2","svg":{"outline":"","filled":null}},"tools-kitchen-3":{"name":"tools-kitchen-3","svg":{"outline":"","filled":null}},"tools-kitchen-off":{"name":"tools-kitchen-off","svg":{"outline":"","filled":null}},"tools-kitchen":{"name":"tools-kitchen","svg":{"outline":"","filled":null}},"tools-off":{"name":"tools-off","svg":{"outline":"","filled":null}},"tools":{"name":"tools","svg":{"outline":"","filled":null}},"tooltip":{"name":"tooltip","svg":{"outline":"","filled":null}},"topology-bus":{"name":"topology-bus","svg":{"outline":"","filled":null}},"topology-complex":{"name":"topology-complex","svg":{"outline":"","filled":null}},"topology-full-hierarchy":{"name":"topology-full-hierarchy","svg":{"outline":"","filled":null}},"topology-full":{"name":"topology-full","svg":{"outline":"","filled":null}},"topology-ring-2":{"name":"topology-ring-2","svg":{"outline":"","filled":null}},"topology-ring-3":{"name":"topology-ring-3","svg":{"outline":"","filled":null}},"topology-ring":{"name":"topology-ring","svg":{"outline":"","filled":null}},"topology-star-2":{"name":"topology-star-2","svg":{"outline":"","filled":null}},"topology-star-3":{"name":"topology-star-3","svg":{"outline":"","filled":null}},"topology-star-ring-2":{"name":"topology-star-ring-2","svg":{"outline":"","filled":null}},"topology-star-ring-3":{"name":"topology-star-ring-3","svg":{"outline":"","filled":null}},"topology-star-ring":{"name":"topology-star-ring","svg":{"outline":"","filled":null}},"topology-star":{"name":"topology-star","svg":{"outline":"","filled":null}},"torii":{"name":"torii","svg":{"outline":"","filled":null}},"tornado":{"name":"tornado","svg":{"outline":"","filled":null}},"tournament":{"name":"tournament","svg":{"outline":"","filled":null}},"tower-off":{"name":"tower-off","svg":{"outline":"","filled":null}},"tower":{"name":"tower","svg":{"outline":"","filled":null}},"track":{"name":"track","svg":{"outline":"","filled":null}},"tractor":{"name":"tractor","svg":{"outline":"","filled":null}},"trademark":{"name":"trademark","svg":{"outline":"","filled":null}},"traffic-cone-off":{"name":"traffic-cone-off","svg":{"outline":"","filled":null}},"traffic-cone":{"name":"traffic-cone","svg":{"outline":"","filled":null}},"traffic-lights-off":{"name":"traffic-lights-off","svg":{"outline":"","filled":null}},"traffic-lights":{"name":"traffic-lights","svg":{"outline":"","filled":null}},"train":{"name":"train","svg":{"outline":"","filled":null}},"transaction-bitcoin":{"name":"transaction-bitcoin","svg":{"outline":"","filled":null}},"transaction-dollar":{"name":"transaction-dollar","svg":{"outline":"","filled":null}},"transaction-euro":{"name":"transaction-euro","svg":{"outline":"","filled":null}},"transaction-pound":{"name":"transaction-pound","svg":{"outline":"","filled":null}},"transaction-rupee":{"name":"transaction-rupee","svg":{"outline":"","filled":null}},"transaction-yen":{"name":"transaction-yen","svg":{"outline":"","filled":null}},"transaction-yuan":{"name":"transaction-yuan","svg":{"outline":"","filled":null}},"transfer-in":{"name":"transfer-in","svg":{"outline":"","filled":null}},"transfer-out":{"name":"transfer-out","svg":{"outline":"","filled":null}},"transfer-vertical":{"name":"transfer-vertical","svg":{"outline":"","filled":null}},"transfer":{"name":"transfer","svg":{"outline":"","filled":null}},"transform-point-bottom-left":{"name":"transform-point-bottom-left","svg":{"outline":"","filled":null}},"transform-point-bottom-right":{"name":"transform-point-bottom-right","svg":{"outline":"","filled":null}},"transform-point-top-left":{"name":"transform-point-top-left","svg":{"outline":"","filled":null}},"transform-point-top-right":{"name":"transform-point-top-right","svg":{"outline":"","filled":null}},"transform-point":{"name":"transform-point","svg":{"outline":"","filled":null}},"transform":{"name":"transform","svg":{"outline":"","filled":""}},"transition-bottom":{"name":"transition-bottom","svg":{"outline":"","filled":""}},"transition-left":{"name":"transition-left","svg":{"outline":"","filled":""}},"transition-right":{"name":"transition-right","svg":{"outline":"","filled":""}},"transition-top":{"name":"transition-top","svg":{"outline":"","filled":""}},"trash-off":{"name":"trash-off","svg":{"outline":"","filled":null}},"trash-x":{"name":"trash-x","svg":{"outline":"","filled":""}},"trash":{"name":"trash","svg":{"outline":"","filled":""}},"treadmill":{"name":"treadmill","svg":{"outline":"","filled":null}},"tree":{"name":"tree","svg":{"outline":"","filled":null}},"trees":{"name":"trees","svg":{"outline":"","filled":null}},"trekking":{"name":"trekking","svg":{"outline":"","filled":null}},"trending-down-2":{"name":"trending-down-2","svg":{"outline":"","filled":null}},"trending-down-3":{"name":"trending-down-3","svg":{"outline":"","filled":null}},"trending-down":{"name":"trending-down","svg":{"outline":"","filled":null}},"trending-up-2":{"name":"trending-up-2","svg":{"outline":"","filled":null}},"trending-up-3":{"name":"trending-up-3","svg":{"outline":"","filled":null}},"trending-up":{"name":"trending-up","svg":{"outline":"","filled":null}},"triangle-inverted":{"name":"triangle-inverted","svg":{"outline":"","filled":""}},"triangle-minus-2":{"name":"triangle-minus-2","svg":{"outline":"","filled":null}},"triangle-minus":{"name":"triangle-minus","svg":{"outline":"","filled":null}},"triangle-off":{"name":"triangle-off","svg":{"outline":"","filled":null}},"triangle-plus-2":{"name":"triangle-plus-2","svg":{"outline":"","filled":null}},"triangle-plus":{"name":"triangle-plus","svg":{"outline":"","filled":null}},"triangle-square-circle":{"name":"triangle-square-circle","svg":{"outline":"","filled":""}},"triangle":{"name":"triangle","svg":{"outline":"","filled":""}},"triangles":{"name":"triangles","svg":{"outline":"","filled":null}},"trident":{"name":"trident","svg":{"outline":"","filled":null}},"trolley":{"name":"trolley","svg":{"outline":"","filled":null}},"trophy-off":{"name":"trophy-off","svg":{"outline":"","filled":null}},"trophy":{"name":"trophy","svg":{"outline":"","filled":""}},"trowel":{"name":"trowel","svg":{"outline":"","filled":null}},"truck-delivery":{"name":"truck-delivery","svg":{"outline":"","filled":null}},"truck-loading":{"name":"truck-loading","svg":{"outline":"","filled":null}},"truck-off":{"name":"truck-off","svg":{"outline":"","filled":null}},"truck-return":{"name":"truck-return","svg":{"outline":"","filled":null}},"truck":{"name":"truck","svg":{"outline":"","filled":null}},"txt":{"name":"txt","svg":{"outline":"","filled":null}},"typeface":{"name":"typeface","svg":{"outline":"","filled":null}},"typography-off":{"name":"typography-off","svg":{"outline":"","filled":null}},"typography":{"name":"typography","svg":{"outline":"","filled":null}},"u-turn-left":{"name":"u-turn-left","svg":{"outline":"","filled":null}},"u-turn-right":{"name":"u-turn-right","svg":{"outline":"","filled":null}},"ufo-off":{"name":"ufo-off","svg":{"outline":"","filled":null}},"ufo":{"name":"ufo","svg":{"outline":"","filled":null}},"uhd":{"name":"uhd","svg":{"outline":"","filled":null}},"umbrella-2":{"name":"umbrella-2","svg":{"outline":"","filled":null}},"umbrella-closed-2":{"name":"umbrella-closed-2","svg":{"outline":"","filled":null}},"umbrella-closed":{"name":"umbrella-closed","svg":{"outline":"","filled":null}},"umbrella-off":{"name":"umbrella-off","svg":{"outline":"","filled":null}},"umbrella":{"name":"umbrella","svg":{"outline":"","filled":""}},"underline":{"name":"underline","svg":{"outline":"","filled":null}},"universe":{"name":"universe","svg":{"outline":"","filled":null}},"unlink":{"name":"unlink","svg":{"outline":"","filled":null}},"upload":{"name":"upload","svg":{"outline":"","filled":null}},"urgent":{"name":"urgent","svg":{"outline":"","filled":null}},"usb":{"name":"usb","svg":{"outline":"","filled":null}},"user-bitcoin":{"name":"user-bitcoin","svg":{"outline":"","filled":null}},"user-bolt":{"name":"user-bolt","svg":{"outline":"","filled":null}},"user-cancel":{"name":"user-cancel","svg":{"outline":"","filled":null}},"user-check":{"name":"user-check","svg":{"outline":"","filled":null}},"user-circle":{"name":"user-circle","svg":{"outline":"","filled":null}},"user-code":{"name":"user-code","svg":{"outline":"","filled":null}},"user-cog":{"name":"user-cog","svg":{"outline":"","filled":null}},"user-dollar":{"name":"user-dollar","svg":{"outline":"","filled":null}},"user-down":{"name":"user-down","svg":{"outline":"","filled":null}},"user-edit":{"name":"user-edit","svg":{"outline":"","filled":null}},"user-exclamation":{"name":"user-exclamation","svg":{"outline":"","filled":null}},"user-heart":{"name":"user-heart","svg":{"outline":"","filled":null}},"user-hexagon":{"name":"user-hexagon","svg":{"outline":"","filled":null}},"user-minus":{"name":"user-minus","svg":{"outline":"","filled":null}},"user-off":{"name":"user-off","svg":{"outline":"","filled":null}},"user-pause":{"name":"user-pause","svg":{"outline":"","filled":null}},"user-pentagon":{"name":"user-pentagon","svg":{"outline":"","filled":null}},"user-pin":{"name":"user-pin","svg":{"outline":"","filled":null}},"user-plus":{"name":"user-plus","svg":{"outline":"","filled":null}},"user-question":{"name":"user-question","svg":{"outline":"","filled":null}},"user-scan":{"name":"user-scan","svg":{"outline":"","filled":null}},"user-screen":{"name":"user-screen","svg":{"outline":"","filled":null}},"user-search":{"name":"user-search","svg":{"outline":"","filled":null}},"user-share":{"name":"user-share","svg":{"outline":"","filled":null}},"user-shield":{"name":"user-shield","svg":{"outline":"","filled":null}},"user-square-rounded":{"name":"user-square-rounded","svg":{"outline":"","filled":null}},"user-square":{"name":"user-square","svg":{"outline":"","filled":null}},"user-star":{"name":"user-star","svg":{"outline":"","filled":null}},"user-up":{"name":"user-up","svg":{"outline":"","filled":null}},"user-x":{"name":"user-x","svg":{"outline":"","filled":null}},"user":{"name":"user","svg":{"outline":"","filled":""}},"users-group":{"name":"users-group","svg":{"outline":"","filled":null}},"users-minus":{"name":"users-minus","svg":{"outline":"","filled":null}},"users-plus":{"name":"users-plus","svg":{"outline":"","filled":null}},"users":{"name":"users","svg":{"outline":"","filled":null}},"uv-index":{"name":"uv-index","svg":{"outline":"","filled":null}},"ux-circle":{"name":"ux-circle","svg":{"outline":"","filled":null}},"vaccine-bottle-off":{"name":"vaccine-bottle-off","svg":{"outline":"","filled":null}},"vaccine-bottle":{"name":"vaccine-bottle","svg":{"outline":"","filled":null}},"vaccine-off":{"name":"vaccine-off","svg":{"outline":"","filled":null}},"vaccine":{"name":"vaccine","svg":{"outline":"","filled":null}},"vacuum-cleaner":{"name":"vacuum-cleaner","svg":{"outline":"","filled":null}},"variable-minus":{"name":"variable-minus","svg":{"outline":"","filled":null}},"variable-off":{"name":"variable-off","svg":{"outline":"","filled":null}},"variable-plus":{"name":"variable-plus","svg":{"outline":"","filled":null}},"variable":{"name":"variable","svg":{"outline":"","filled":null}},"vector-bezier-2":{"name":"vector-bezier-2","svg":{"outline":"","filled":null}},"vector-bezier-arc":{"name":"vector-bezier-arc","svg":{"outline":"","filled":null}},"vector-bezier-circle":{"name":"vector-bezier-circle","svg":{"outline":"","filled":null}},"vector-bezier":{"name":"vector-bezier","svg":{"outline":"","filled":null}},"vector-off":{"name":"vector-off","svg":{"outline":"","filled":null}},"vector-spline":{"name":"vector-spline","svg":{"outline":"","filled":null}},"vector-triangle-off":{"name":"vector-triangle-off","svg":{"outline":"","filled":null}},"vector-triangle":{"name":"vector-triangle","svg":{"outline":"","filled":null}},"vector":{"name":"vector","svg":{"outline":"","filled":null}},"venus":{"name":"venus","svg":{"outline":"","filled":null}},"versions-off":{"name":"versions-off","svg":{"outline":"","filled":null}},"versions":{"name":"versions","svg":{"outline":"","filled":""}},"video-minus":{"name":"video-minus","svg":{"outline":"","filled":null}},"video-off":{"name":"video-off","svg":{"outline":"","filled":null}},"video-plus":{"name":"video-plus","svg":{"outline":"","filled":null}},"video":{"name":"video","svg":{"outline":"","filled":""}},"view-360-arrow":{"name":"view-360-arrow","svg":{"outline":"","filled":null}},"view-360-number":{"name":"view-360-number","svg":{"outline":"","filled":null}},"view-360-off":{"name":"view-360-off","svg":{"outline":"","filled":null}},"view-360":{"name":"view-360","svg":{"outline":"","filled":null}},"viewfinder-off":{"name":"viewfinder-off","svg":{"outline":"","filled":null}},"viewfinder":{"name":"viewfinder","svg":{"outline":"","filled":null}},"viewport-narrow":{"name":"viewport-narrow","svg":{"outline":"","filled":null}},"viewport-short":{"name":"viewport-short","svg":{"outline":"","filled":null}},"viewport-tall":{"name":"viewport-tall","svg":{"outline":"","filled":null}},"viewport-wide":{"name":"viewport-wide","svg":{"outline":"","filled":null}},"vinyl":{"name":"vinyl","svg":{"outline":"","filled":null}},"vip-off":{"name":"vip-off","svg":{"outline":"","filled":null}},"vip":{"name":"vip","svg":{"outline":"","filled":null}},"virus-off":{"name":"virus-off","svg":{"outline":"","filled":null}},"virus-search":{"name":"virus-search","svg":{"outline":"","filled":null}},"virus":{"name":"virus","svg":{"outline":"","filled":null}},"vocabulary-off":{"name":"vocabulary-off","svg":{"outline":"","filled":null}},"vocabulary":{"name":"vocabulary","svg":{"outline":"","filled":null}},"volcano":{"name":"volcano","svg":{"outline":"","filled":null}},"volume-2":{"name":"volume-2","svg":{"outline":"","filled":null}},"volume-3":{"name":"volume-3","svg":{"outline":"","filled":null}},"volume-off":{"name":"volume-off","svg":{"outline":"","filled":null}},"volume":{"name":"volume","svg":{"outline":"","filled":null}},"vs":{"name":"vs","svg":{"outline":"","filled":null}},"walk":{"name":"walk","svg":{"outline":"","filled":null}},"wall-off":{"name":"wall-off","svg":{"outline":"","filled":null}},"wall":{"name":"wall","svg":{"outline":"","filled":null}},"wallet-off":{"name":"wallet-off","svg":{"outline":"","filled":null}},"wallet":{"name":"wallet","svg":{"outline":"","filled":null}},"wallpaper-off":{"name":"wallpaper-off","svg":{"outline":"","filled":null}},"wallpaper":{"name":"wallpaper","svg":{"outline":"","filled":null}},"wand-off":{"name":"wand-off","svg":{"outline":"","filled":null}},"wand":{"name":"wand","svg":{"outline":"","filled":null}},"wash-dry-1":{"name":"wash-dry-1","svg":{"outline":"","filled":null}},"wash-dry-2":{"name":"wash-dry-2","svg":{"outline":"","filled":null}},"wash-dry-3":{"name":"wash-dry-3","svg":{"outline":"","filled":null}},"wash-dry-a":{"name":"wash-dry-a","svg":{"outline":"","filled":null}},"wash-dry-dip":{"name":"wash-dry-dip","svg":{"outline":"","filled":null}},"wash-dry-f":{"name":"wash-dry-f","svg":{"outline":"","filled":null}},"wash-dry-flat":{"name":"wash-dry-flat","svg":{"outline":"","filled":null}},"wash-dry-hang":{"name":"wash-dry-hang","svg":{"outline":"","filled":null}},"wash-dry-off":{"name":"wash-dry-off","svg":{"outline":"","filled":null}},"wash-dry-p":{"name":"wash-dry-p","svg":{"outline":"","filled":null}},"wash-dry-shade":{"name":"wash-dry-shade","svg":{"outline":"","filled":null}},"wash-dry-w":{"name":"wash-dry-w","svg":{"outline":"","filled":null}},"wash-dry":{"name":"wash-dry","svg":{"outline":"","filled":null}},"wash-dryclean-off":{"name":"wash-dryclean-off","svg":{"outline":"","filled":null}},"wash-dryclean":{"name":"wash-dryclean","svg":{"outline":"","filled":null}},"wash-eco":{"name":"wash-eco","svg":{"outline":"","filled":null}},"wash-gentle":{"name":"wash-gentle","svg":{"outline":"","filled":null}},"wash-hand":{"name":"wash-hand","svg":{"outline":"","filled":null}},"wash-machine":{"name":"wash-machine","svg":{"outline":"","filled":null}},"wash-off":{"name":"wash-off","svg":{"outline":"","filled":null}},"wash-press":{"name":"wash-press","svg":{"outline":"","filled":null}},"wash-temperature-1":{"name":"wash-temperature-1","svg":{"outline":"","filled":null}},"wash-temperature-2":{"name":"wash-temperature-2","svg":{"outline":"","filled":null}},"wash-temperature-3":{"name":"wash-temperature-3","svg":{"outline":"","filled":null}},"wash-temperature-4":{"name":"wash-temperature-4","svg":{"outline":"","filled":null}},"wash-temperature-5":{"name":"wash-temperature-5","svg":{"outline":"","filled":null}},"wash-temperature-6":{"name":"wash-temperature-6","svg":{"outline":"","filled":null}},"wash-tumble-dry":{"name":"wash-tumble-dry","svg":{"outline":"","filled":null}},"wash-tumble-off":{"name":"wash-tumble-off","svg":{"outline":"","filled":null}},"wash":{"name":"wash","svg":{"outline":"","filled":null}},"waterpolo":{"name":"waterpolo","svg":{"outline":"","filled":null}},"wave-saw-tool":{"name":"wave-saw-tool","svg":{"outline":"","filled":null}},"wave-sine":{"name":"wave-sine","svg":{"outline":"","filled":null}},"wave-square":{"name":"wave-square","svg":{"outline":"","filled":null}},"waves-electricity":{"name":"waves-electricity","svg":{"outline":"","filled":null}},"webhook-off":{"name":"webhook-off","svg":{"outline":"","filled":null}},"webhook":{"name":"webhook","svg":{"outline":"","filled":null}},"weight":{"name":"weight","svg":{"outline":"","filled":null}},"wheat-off":{"name":"wheat-off","svg":{"outline":"","filled":null}},"wheat":{"name":"wheat","svg":{"outline":"","filled":null}},"wheel":{"name":"wheel","svg":{"outline":"","filled":null}},"wheelchair-off":{"name":"wheelchair-off","svg":{"outline":"","filled":null}},"wheelchair":{"name":"wheelchair","svg":{"outline":"","filled":null}},"whirl":{"name":"whirl","svg":{"outline":"","filled":null}},"wifi-0":{"name":"wifi-0","svg":{"outline":"","filled":null}},"wifi-1":{"name":"wifi-1","svg":{"outline":"","filled":null}},"wifi-2":{"name":"wifi-2","svg":{"outline":"","filled":null}},"wifi-off":{"name":"wifi-off","svg":{"outline":"","filled":null}},"wifi":{"name":"wifi","svg":{"outline":"","filled":null}},"wind-electricity":{"name":"wind-electricity","svg":{"outline":"","filled":null}},"wind-off":{"name":"wind-off","svg":{"outline":"","filled":null}},"wind":{"name":"wind","svg":{"outline":"","filled":null}},"windmill-off":{"name":"windmill-off","svg":{"outline":"","filled":null}},"windmill":{"name":"windmill","svg":{"outline":"","filled":""}},"window-maximize":{"name":"window-maximize","svg":{"outline":"","filled":null}},"window-minimize":{"name":"window-minimize","svg":{"outline":"","filled":null}},"window-off":{"name":"window-off","svg":{"outline":"","filled":null}},"window":{"name":"window","svg":{"outline":"","filled":null}},"windsock":{"name":"windsock","svg":{"outline":"","filled":""}},"wiper-wash":{"name":"wiper-wash","svg":{"outline":"","filled":null}},"wiper":{"name":"wiper","svg":{"outline":"","filled":null}},"woman":{"name":"woman","svg":{"outline":"","filled":""}},"wood":{"name":"wood","svg":{"outline":"","filled":null}},"world-bolt":{"name":"world-bolt","svg":{"outline":"","filled":null}},"world-cancel":{"name":"world-cancel","svg":{"outline":"","filled":null}},"world-check":{"name":"world-check","svg":{"outline":"","filled":null}},"world-code":{"name":"world-code","svg":{"outline":"","filled":null}},"world-cog":{"name":"world-cog","svg":{"outline":"","filled":null}},"world-dollar":{"name":"world-dollar","svg":{"outline":"","filled":null}},"world-down":{"name":"world-down","svg":{"outline":"","filled":null}},"world-download":{"name":"world-download","svg":{"outline":"","filled":null}},"world-exclamation":{"name":"world-exclamation","svg":{"outline":"","filled":null}},"world-heart":{"name":"world-heart","svg":{"outline":"","filled":null}},"world-latitude":{"name":"world-latitude","svg":{"outline":"","filled":null}},"world-longitude":{"name":"world-longitude","svg":{"outline":"","filled":null}},"world-minus":{"name":"world-minus","svg":{"outline":"","filled":null}},"world-off":{"name":"world-off","svg":{"outline":"","filled":null}},"world-pause":{"name":"world-pause","svg":{"outline":"","filled":null}},"world-pin":{"name":"world-pin","svg":{"outline":"","filled":null}},"world-plus":{"name":"world-plus","svg":{"outline":"","filled":null}},"world-question":{"name":"world-question","svg":{"outline":"","filled":null}},"world-search":{"name":"world-search","svg":{"outline":"","filled":null}},"world-share":{"name":"world-share","svg":{"outline":"","filled":null}},"world-star":{"name":"world-star","svg":{"outline":"","filled":null}},"world-up":{"name":"world-up","svg":{"outline":"","filled":null}},"world-upload":{"name":"world-upload","svg":{"outline":"","filled":null}},"world-www":{"name":"world-www","svg":{"outline":"","filled":null}},"world-x":{"name":"world-x","svg":{"outline":"","filled":null}},"world":{"name":"world","svg":{"outline":"","filled":null}},"wrecking-ball":{"name":"wrecking-ball","svg":{"outline":"","filled":null}},"writing-off":{"name":"writing-off","svg":{"outline":"","filled":null}},"writing-sign-off":{"name":"writing-sign-off","svg":{"outline":"","filled":null}},"writing-sign":{"name":"writing-sign","svg":{"outline":"","filled":null}},"writing":{"name":"writing","svg":{"outline":"","filled":null}},"x-power-y":{"name":"x-power-y","svg":{"outline":"","filled":null}},"x":{"name":"x","svg":{"outline":"","filled":null}},"xbox-a":{"name":"xbox-a","svg":{"outline":"","filled":""}},"xbox-b":{"name":"xbox-b","svg":{"outline":"","filled":""}},"xbox-x":{"name":"xbox-x","svg":{"outline":"","filled":""}},"xbox-y":{"name":"xbox-y","svg":{"outline":"","filled":""}},"xd":{"name":"xd","svg":{"outline":"","filled":null}},"xxx":{"name":"xxx","svg":{"outline":"","filled":null}},"yin-yang":{"name":"yin-yang","svg":{"outline":"","filled":""}},"yoga":{"name":"yoga","svg":{"outline":"","filled":null}},"zeppelin-off":{"name":"zeppelin-off","svg":{"outline":"","filled":null}},"zeppelin":{"name":"zeppelin","svg":{"outline":"","filled":""}},"zip":{"name":"zip","svg":{"outline":"","filled":null}},"zodiac-aquarius":{"name":"zodiac-aquarius","svg":{"outline":"","filled":null}},"zodiac-aries":{"name":"zodiac-aries","svg":{"outline":"","filled":null}},"zodiac-cancer":{"name":"zodiac-cancer","svg":{"outline":"","filled":null}},"zodiac-capricorn":{"name":"zodiac-capricorn","svg":{"outline":"","filled":null}},"zodiac-gemini":{"name":"zodiac-gemini","svg":{"outline":"","filled":null}},"zodiac-leo":{"name":"zodiac-leo","svg":{"outline":"","filled":null}},"zodiac-libra":{"name":"zodiac-libra","svg":{"outline":"","filled":null}},"zodiac-pisces":{"name":"zodiac-pisces","svg":{"outline":"","filled":null}},"zodiac-sagittarius":{"name":"zodiac-sagittarius","svg":{"outline":"","filled":null}},"zodiac-scorpio":{"name":"zodiac-scorpio","svg":{"outline":"","filled":null}},"zodiac-taurus":{"name":"zodiac-taurus","svg":{"outline":"","filled":null}},"zodiac-virgo":{"name":"zodiac-virgo","svg":{"outline":"","filled":null}},"zoom-cancel":{"name":"zoom-cancel","svg":{"outline":"","filled":""}},"zoom-check":{"name":"zoom-check","svg":{"outline":"","filled":""}},"zoom-code":{"name":"zoom-code","svg":{"outline":"","filled":""}},"zoom-exclamation":{"name":"zoom-exclamation","svg":{"outline":"","filled":""}},"zoom-in-area":{"name":"zoom-in-area","svg":{"outline":"","filled":""}},"zoom-in":{"name":"zoom-in","svg":{"outline":"","filled":""}},"zoom-money":{"name":"zoom-money","svg":{"outline":"","filled":""}},"zoom-out-area":{"name":"zoom-out-area","svg":{"outline":"","filled":""}},"zoom-out":{"name":"zoom-out","svg":{"outline":"","filled":""}},"zoom-pan":{"name":"zoom-pan","svg":{"outline":"","filled":""}},"zoom-question":{"name":"zoom-question","svg":{"outline":"","filled":""}},"zoom-replace":{"name":"zoom-replace","svg":{"outline":"","filled":null}},"zoom-reset":{"name":"zoom-reset","svg":{"outline":"","filled":null}},"zoom-scan":{"name":"zoom-scan","svg":{"outline":"","filled":""}},"zoom":{"name":"zoom","svg":{"outline":"","filled":""}},"zzz-off":{"name":"zzz-off","svg":{"outline":"","filled":null}},"zzz":{"name":"zzz","svg":{"outline":"","filled":null}}} \ No newline at end of file